/*
Theme Name: INFRACON Figma
Theme URI: https://infraconperu.com.pe/
Author: INFRACON
Description: Tema a medida para INFRACON PERU 2026 basado en el diseno oficial.
Version: 1.0.0
Text Domain: infracon-figma
*/

:root {
  --ink: #071b3a;
  --navy: #031e52;
  --blue: #1268b3;
  --cyan: #16b9d6;
  --lime: #d7ee2f;
  --white: #ffffff;
  --paper: #f5f7f9;
  --muted: #667085;
  --line: rgba(3, 30, 82, 0.14);
  --container: 1280px;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.admin-bar .site-header { top: 32px; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section-grid::before, .section-grid::after { content: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; background: var(--lime); }
.section-title { max-width: 880px; margin: 0; font-size: clamp(36px, 4.1vw, 64px); line-height: 1.02; font-weight: 800; }
.section-copy { max-width: 680px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; font-weight: 800; transition: .2s ease; }
.btn::after { content: "\2192"; font-size: 20px; line-height: 1; }
.btn-primary { color: var(--navy); background: var(--lime); }
.btn-primary:hover { background: var(--white); transform: translateY(-2px); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.6); }
.btn-outline:hover { color: var(--navy); background: var(--white); }

.topbar { height: 59px; display: flex; align-items: center; color: var(--white); background: var(--navy); font-size: 13px; font-weight: 700; }
.topbar-inner { display: flex; justify-content: center; align-items: center; gap: 16px; }
.topbar-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.topbar a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: absolute; z-index: 20; top: 59px; left: 0; right: 0; height: 106px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.2); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 310px; }
.brand img { width: 292px; height: auto; filter: brightness(0) invert(1); }
.main-nav { display: flex; align-items: center; gap: 31px; font-weight: 700; font-size: 15px; }
.main-nav a:not(.btn) { position: relative; padding: 38px 0; }
.main-nav a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 28px; height: 2px; background: var(--lime); transition: .2s; }
.main-nav a:hover::after { right: 0; }
.lang { opacity: .85; }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.5); color: white; background: transparent; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; background: currentColor; }
.menu-toggle span { margin: 4px 0; }

.hero { position: relative; min-height: 1050px; color: var(--white); background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .63; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(3,30,82,.28) 0%, rgba(3,30,82,.5) 58%, rgba(3,30,82,.66) 100%); }
.hero::after { content: none; }
.hero-inner { position: relative; z-index: 2; display: flex; min-height: 920px; flex-direction: column; align-items: center; justify-content: center; padding-top: 96px; text-align: center; }
.hero-kicker { margin: 0 0 22px; color: var(--lime); font-size: 14px; font-weight: 800; text-transform: uppercase; }
.hero h1 { max-width: 1130px; margin: 0; font-size: clamp(47px, 5.6vw, 92px); line-height: .98; font-weight: 800; }
.event-date { display: flex; align-items: center; justify-content: center; gap: 18px; margin: 36px 0 0; }
.event-days { font-size: clamp(62px, 7vw, 112px); line-height: .8; font-weight: 800; }
.event-days i { display: inline-block; width: 28px; height: 6px; margin: 0 4px 17px; background: var(--lime); }
.event-month { text-align: left; font-size: 25px; line-height: 1.1; font-weight: 700; }
.event-location { margin: 20px 0 0; font-size: 18px; }
.quick-form { display: flex; width: min(100%, 520px); margin: 33px auto 0; padding: 7px; background: var(--white); }
.quick-form input { min-width: 0; flex: 1; height: 41px; padding: 0 14px; border: 0; outline: 0; }
.quick-form button { min-height: 41px; border: 0; }
.countdown { display: grid; grid-template-columns: repeat(4, 116px); gap: 24px; margin: 64px 0 0; }
.count-box { padding: 17px 8px 12px; border: 1px solid rgba(255,255,255,.28); background: rgba(3,30,82,.5); backdrop-filter: blur(8px); }
.count-box strong { display: block; font-size: 38px; line-height: 1; }
.count-box span { display: block; margin-top: 9px; color: rgba(255,255,255,.74); font-size: 12px; text-transform: uppercase; }

.partners { position: relative; z-index: 3; margin-top: -1px; padding: 58px 0 72px; text-align: center; color: var(--white); background: var(--navy); }
.partners-primary { display: flex; align-items: center; justify-content: center; gap: 70px; }
.partners-primary img { width: auto; max-width: 260px; max-height: 88px; object-fit: contain; filter: brightness(0) invert(1); }
.partners-label { margin: 46px 0 22px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.logo-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.logo-tile { height: 84px; display: flex; align-items: center; justify-content: center; padding: 14px 20px; background: var(--white); }
.logo-tile img { max-width: 100%; max-height: 50px; object-fit: contain; }

.stats { padding: 80px 0; background: var(--lime); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 170px; padding: 20px 38px; border-right: 1px solid rgba(3,30,82,.25); }
.stat:last-child { border: 0; }
.stat strong { display: block; font-size: clamp(50px, 5vw, 82px); line-height: 1; }
.stat span { display: block; max-width: 200px; margin-top: 16px; font-size: 14px; font-weight: 700; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.objective { margin-top: 34px; padding: 28px 32px 30px; border-left: 5px solid var(--lime); background: var(--paper); }
.objective strong { display: block; margin-bottom: 8px; color: var(--blue); font-size: 13px; text-transform: uppercase; }
.about-media { position: relative; min-height: 520px; background: var(--navy); overflow: hidden; }
.about-media img { width: 100%; height: 520px; object-fit: cover; opacity: .82; }
.play { position: absolute; inset: 50% auto auto 50%; width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: white; background: rgba(3,30,82,.46); transform: translate(-50%,-50%); }
.play::before { content: ""; margin-left: 5px; border-top: 9px solid transparent; border-bottom: 9px solid transparent; border-left: 14px solid currentColor; }
.map-links { position: absolute; left: 26px; right: 26px; bottom: 24px; display: flex; gap: 10px; }
.map-links a { flex: 1; padding: 12px; color: var(--navy); background: white; text-align: center; font-size: 13px; font-weight: 800; }

.sectors { color: var(--white); background: var(--navy); }
.sectors .eyebrow { color: var(--lime); }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 58px; border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.sector { min-height: 205px; padding: 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.sector img { width: 58px; height: 58px; object-fit: contain; filter: brightness(0) invert(1); }
.sector h3 { margin: 30px 0 0; font-size: 25px; }

.participate { background: var(--paper); }
.participate-list { margin-top: 56px; border-top: 1px solid var(--line); }
.participate-item { display: grid; grid-template-columns: 86px 1fr 1.35fr 220px; align-items: center; min-height: 150px; border-bottom: 1px solid var(--line); }
.participate-icon { width: 60px; height: 60px; display: grid; place-items: center; color: var(--navy); background: var(--lime); font-size: 27px; font-weight: 900; }
.participate-item h3 { margin: 0; font-size: 28px; }
.participate-item p { margin: 0; padding-right: 45px; color: var(--muted); }
.participate-item .btn { justify-self: end; color: var(--white); background: var(--navy); }
.participate-item .btn:hover { background: var(--blue); }

.brands { overflow: hidden; background: white; }
.brand-marquee { display: grid; grid-template-columns: repeat(6, minmax(140px, 1fr)); gap: 28px; margin-top: 50px; align-items: center; }
.brand-marquee img { width: 100%; height: 74px; object-fit: contain; filter: grayscale(1); opacity: .75; }

.venue { color: white; background: var(--navy); }
.venue-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.venue-photo { min-height: 570px; }
.venue-photo img { width: 100%; height: 570px; object-fit: cover; }
.venue-details .section-copy { color: rgba(255,255,255,.72); }
.venue-facts { margin: 36px 0; border-top: 1px solid rgba(255,255,255,.2); }
.venue-fact { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.venue-fact strong { color: var(--lime); }

.hotels { background: var(--white); }
.hotel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.hotel { border: 1px solid var(--line); background: white; overflow: hidden; }
.hotel img { width: 100%; height: 230px; object-fit: cover; }
.hotel h3 { margin: 0; padding: 20px 22px; font-size: 17px; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-size: 18px; font-weight: 800; }
.faq-question::after { content: "+"; flex: 0 0 34px; height: 34px; display: grid; place-items: center; color: var(--navy); background: var(--lime); font-size: 22px; }
.faq-item.is-open .faq-question::after { content: "\2212"; }
.faq-answer { display: none; padding: 0 42px 24px 0; color: var(--muted); }
.faq-item.is-open .faq-answer { display: block; }

.register { color: white; background: var(--navy); }
.register::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 160px 160px; }
.register-inner { position: relative; }
.register-head { text-align: center; }
.register-head .section-title { margin-inline: auto; }
.register-head p { color: rgba(255,255,255,.72); }
.register-form { width: min(100%, 720px); display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; margin: 48px auto 0; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.field input, .field select { width: 100%; height: 50px; padding: 0 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 0; color: white; background: rgba(255,255,255,.08); outline: 0; }
.field input::placeholder { color: rgba(255,255,255,.55); }
.field select option { color: var(--navy); }
.field-full { grid-column: 1 / -1; }
.register-submit { grid-column: 1 / -1; justify-self: center; border: 0; margin-top: 8px; }
.form-message { grid-column: 1 / -1; padding: 12px; background: rgba(215,238,47,.16); text-align: center; }

.site-footer { padding: 54px 0; color: rgba(255,255,255,.7); background: #021430; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-logo { width: 260px; filter: brightness(0) invert(1); }
.footer-title { margin: 0 0 16px; color: white; font-size: 13px; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; font-size: 14px; }
.copyright { margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.whatsapp { position: fixed; z-index: 30; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: white; background: #25d366; box-shadow: 0 10px 30px rgba(0,0,0,.25); font-weight: 900; }

@media (max-width: 1100px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .brand { flex-basis: 230px; }
  .brand img { width: 225px; }
  .main-nav { gap: 18px; font-size: 14px; }
  .main-nav .btn { padding-inline: 16px; }
  .hero { min-height: 950px; }
  .about-grid, .venue-grid { gap: 42px; }
  .participate-item { grid-template-columns: 74px 1fr 1.25fr 190px; }
  .hotel-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  body.admin-bar .site-header { top: 46px; }
  .topbar { height: auto; min-height: 50px; padding: 10px 0; }
  .topbar-inner { flex-wrap: wrap; gap: 5px 10px; }
  .topbar-dot { display: none; }
  .site-header { top: 70px; height: 78px; }
  .brand img { width: 210px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; align-items: stretch; padding: 20px; color: var(--navy); background: white; box-shadow: 0 18px 34px rgba(0,0,0,.16); }
  .main-nav.is-open { display: grid; }
  .main-nav a:not(.btn) { padding: 9px 4px; }
  .main-nav .btn { color: var(--navy); }
  .hero { min-height: 900px; }
  .hero-inner { min-height: 820px; padding-top: 120px; }
  .countdown { grid-template-columns: repeat(4, minmax(74px, 1fr)); width: min(100%, 500px); gap: 10px; }
  .partners-primary { gap: 30px; }
  .logo-row { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(3,30,82,.25); }
  .about-grid, .venue-grid, .faq-grid { grid-template-columns: 1fr; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .participate-item { grid-template-columns: 70px 1fr; gap: 4px 12px; padding: 24px 0; }
  .participate-item p { grid-column: 2; padding-right: 0; }
  .participate-item .btn { grid-column: 2; justify-self: start; margin-top: 14px; }
  .brand-marquee { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .topbar-inner span:nth-of-type(2) { display: none; }
  .site-header { top: 68px; }
  .brand { flex-basis: auto; }
  .brand img { width: 182px; }
  .hero { min-height: 860px; }
  .hero-inner { min-height: 810px; padding-top: 134px; }
  .hero h1 { font-size: 43px; }
  .event-date { gap: 10px; }
  .event-days { font-size: 58px; }
  .event-days i { flex-basis: 18px; width: 18px; height: 4px; margin: 0 10px 0 14px; }
  .event-month { font-size: 18px; }
  .event-location { font-size: 14px; }
  .quick-form { display: grid; background: transparent; padding: 0; gap: 8px; }
  .quick-form input { height: 48px; background: white; }
  .quick-form button { height: 48px; }
  .countdown { margin-top: 38px; gap: 6px; }
  .count-box { padding: 13px 2px 10px; }
  .count-box strong { font-size: 27px; }
  .count-box span { font-size: 9px; }
  .partners-primary { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px 26px; }
  .partners-primary img { max-width: 40%; }
  .logo-row { grid-template-columns: 1fr 1fr; }
  .logo-tile { height: 70px; }
  .stats { padding: 50px 0; }
  .stat { min-height: 140px; padding: 18px; }
  .stat strong { font-size: 45px; }
  .about-media, .about-media img { min-height: 390px; height: 390px; }
  .sector-grid { grid-template-columns: 1fr; }
  .sector { min-height: 160px; }
  .participate-item { grid-template-columns: 56px 1fr; }
  .participate-icon { width: 48px; height: 48px; }
  .participate-item h3 { font-size: 23px; }
  .brand-marquee { grid-template-columns: 1fr 1fr; }
  .venue-photo, .venue-photo img { min-height: 380px; height: 380px; }
  .hotel-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 42px; }
  .register-form { grid-template-columns: 1fr; }
  .field-full, .register-submit, .form-message { grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .whatsapp { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Figma Dev Mode source: MwPVmFKJf6n90fMrlUy9Q2 / 1:56 */
:root {
  --ink: #0a1a38;
  --navy: #0a1a38;
  --blue: #0574be;
  --lime: #e0a526;
  --paper: #f1f3f8;
  --muted: #51607a;
}
body { font-family: Manrope, "Segoe UI", sans-serif; }
.topbar { font-family: "JetBrains Mono", monospace; letter-spacing: 2.16px; text-transform: uppercase; }
.site-header { border-bottom: 0; }
.brand img { filter: brightness(0) invert(1); }
.btn { min-height: 41px; border-radius: 999px; font-size: 14px; }
.btn-primary { color: #04205a; background: #e0a526; }
.hero h1 { max-width: 1180px; font-size: 48px; line-height: 1.27; font-weight: 400; letter-spacing: -1.45px; }
.hero h1 strong { font-weight: 700; }
.hero { min-height: 1095px; }
.hero-inner { min-height: 1000px; justify-content: flex-start; padding-top: 188px; }
.hero-kicker { display: none; }
/* Cliente: numeros y mes apilados, ambos perfectamente centrados */
.event-date { flex-direction: column; align-items: center; gap: 4px; margin-top: 14px; }
.event-days { display: flex; align-items: center; justify-content: center; font-family: Roboto, Arial, sans-serif; font-size: clamp(64px, 5.8vw, 110px); font-weight: 600; letter-spacing: -.14em; line-height: 1; }
.event-days i { flex: 0 0 28px; width: 28px; height: 6px; margin: 0 13px 0 27px; background: #fff; }
.event-month { text-align: center; font-size: clamp(24px, 2vw, 38px); line-height: 1.2; letter-spacing: -1.45px; }
.event-location { margin-top: 13px; padding: 4px 40px; border-radius: 30px; color: #0a1a38; background: #e0a526; font-family: "Roboto Condensed", sans-serif; font-size: 17px; font-weight: 700; letter-spacing: 1.7px; text-transform: uppercase; }
.event-location b { color: #fff; }
.quick-form { margin-top: 32px; border-radius: 999px; background: #ccc; }
.quick-form input { border-radius: 999px; }
.quick-form button { font-size: 20px; }
.countdown { margin-top: 64px; }
.count-box { border-radius: 14px; background: #04205a; }
.count-box strong { font-size: 44px; }
.count-box span { font-family: "JetBrains Mono", monospace; letter-spacing: 2.42px; }
.partners { min-height: 373px; padding-top: 22px; background: #04205a; }
.partners-primary img { max-height: 76px; }
.partners-label { font-family: "JetBrains Mono", monospace; letter-spacing: 2.42px; }
.logo-tile { height: 68px; border-radius: 7px; }

.about { min-height: 760px; display: flex; align-items: center; background: #f4f6fa; }
.about-grid { grid-template-columns: 560px 515px; justify-content: center; gap: 64px; }
.about-grid > div:first-child { text-align: right; }
.about .section-title { font-size: 38px; line-height: 1.15; letter-spacing: -.95px; }
.about .section-copy { margin-top: 24px; font-size: 16px; line-height: 1.625; }
.objective { margin-top: 18px; padding: 20px 40px; border: 0; border-radius: 10px; color: white; background: #0a1a38; }
.objective strong { color: #e0a526; font-family: Roboto, sans-serif; font-size: 20px; letter-spacing: 2.42px; }
.about-media { min-height: 353px; height: 353px; border-radius: 14px; }
.about-media img { height: 353px; }
.about-media .play { bottom: auto; }
.about-media .map-links { left: 0; right: 0; bottom: -92px; justify-content: flex-start; }
.about-media .map-links a { flex: 0 0 150px; color: #111; background: transparent; font-size: 18px; }

.sectors { min-height: 1450px; padding-top: 130px; background: #0a1a38; }
.event-metrics { display: grid; grid-template-columns: repeat(3, 1fr); width: 630px; margin: 0 auto 130px; overflow: hidden; border-radius: 8px; background: white; }
.event-metrics > div { display: grid; grid-template-columns: auto 1fr; align-items: center; min-height: 88px; padding: 10px 18px; border-right: 6px solid #0a1a38; }
.event-metrics > div:not(:last-child) { color: #0a1a38; }
.event-metrics > div:last-child { border: 0; background: #274477; color: white; }
.event-metrics strong { grid-row: 1 / 3; margin-right: 10px; font-size: 46px; line-height: 1; }
.event-metrics span { font-size: 17px; font-weight: 700; line-height: 1.05; }
.sectors-title { max-width: none; margin-bottom: 64px; text-align: center; font-size: 38px; font-weight: 500; }
.sectors-title span { color: #e0a526; }
.sector-grid { width: 1200px; max-width: 100%; height: 604px; display: grid; grid-template-columns: 300px 284px 312px 268px; grid-template-rows: 284px 308px; gap: 12px; margin: 0 auto; border: 0; }
.sector { min-height: 0; padding: 0; border: 0; border-radius: 14px; overflow: hidden; background: white; }
.sector-infra { grid-column: 1 / span 2; grid-row: 1; }
.sector-construccion { grid-column: 3; grid-row: 1; }
.sector-tech { grid-column: 4; grid-row: 1 / span 2; height: 448px; align-self: start; }
.sector-turismo { grid-column: 1; grid-row: 2; }
.sector-mineria { grid-column: 2; grid-row: 2; }
.sector-energia { grid-column: 3; grid-row: 2; }
.sector img { width: 100%; height: 100%; object-fit: fill; filter: none; }
.sector-cta { float: none; display: flex; width: 210px; margin: -132px 6px 0 auto; }

.sponsors { padding: 86px 0 0; background: linear-gradient(130deg, #fff 0%, #edf3ff 48%, #fff 100%); }
.sponsors .container { width: 100%; max-width: none; }
.sponsors-title { margin: 0 auto 58px; text-align: center; font-size: 36px; }
.sponsor-tier { text-align: center; }
.sponsor-tier h3 { margin: 0; padding: 24px 0 4px; font-size: 28px; text-transform: uppercase; }
.sponsor-tier h3::before, .sponsor-tier h3::after { content: ""; display: inline-block; width: 14px; height: 3px; margin: 0 10px 8px; background: #e0a526; }
.sponsor-tier img { width: min(100%, 1240px); height: auto; margin: 0 auto; mix-blend-mode: multiply; }
.sponsor-gold { padding: 18px 0; background: #e1e4f0; }
.sponsor-media { padding-bottom: 50px; background: white; }
.sponsor-media h3 { text-transform: none; }

.participate { min-height: 760px; padding: 96px 0; background: #e1e4f0; }
.participate-inner { width: min(calc(100% - 48px), 920px); }
.participate-title { margin: 0 0 50px; text-align: center; font-size: 32px; font-weight: 400; }
.participate-list { margin-top: 0; border: 0; }
.participate-item { min-height: 130px; display: grid; grid-template-columns: 58px 1fr 230px; gap: 16px; padding: 22px 28px; border: 0; border-radius: 13px; background: #adc0dd; }
.participate-item + .participate-item { margin-top: 2px; }
.participate-item:nth-child(3) { background: #bfd3f3; }
.participate-item.is-featured { color: white; background: #0a1a38; }
.participate-icon { width: 46px; height: 46px; border-radius: 10px; font-size: 14px; }
.participate-item h3 { font-size: 34px; }
.participate-item p { grid-column: auto; color: #51607a; font-size: 13px; }
.participate-item.is-featured p { color: #aebbd0; }
.participate-item .btn { grid-column: auto; justify-self: end; margin: 0; color: white; background: #e0a526; }

.impact { position: relative; min-height: 1260px; overflow: hidden; background: #dcebf5; }
.impact-bg { position: absolute; inset: 0; }
.impact-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.impact-card { position: relative; z-index: 1; top: 80px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding: 36px 42px; border-radius: 14px; background: white; }
.impact-card h2 { margin: 0; font-size: 38px; line-height: 1.12; }
.impact-card h2 span { color: #0574be; }
.impact-card p { color: #51607a; font-size: 15px; }
.impact-facts { display: grid; gap: 15px; }
.impact-facts > div { padding: 16px 22px; border-radius: 10px; background: #edf3fb; }
.impact-facts strong, .impact-facts span { display: block; }
.impact-facts strong { font-size: 24px; }
.impact-facts span { color: #738096; font-size: 12px; }

.venue { min-height: 1170px; padding-top: 128px; color: #0a1a38; background: #f4f6fa; }
.venue-head { text-align: center; }
.venue-head h2 { margin: 0; font-size: 34px; }
.venue-head h2 span { color: #e0a526; }
.venue-head p { max-width: 750px; margin: 18px auto 45px; color: #6d7990; }
.venue-grid { grid-template-columns: 1fr 1fr; gap: 24px; width: 960px; max-width: 100%; margin: 0 auto; }
.venue-video { position: relative; height: 350px; overflow: hidden; border-radius: 12px; }
.venue-video > img { width: 100%; height: 100%; object-fit: cover; }
.venue-video .play { inset: 50% auto auto 50%; }
.venue-details { display: grid; gap: 14px; }
.venue-fact { display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; border: 0; border-radius: 11px; background: #ddd; }
.venue-fact.is-dark { color: white; background: #0a1a38; }
.venue-fact span { margin-top: 5px; font-size: 13px; }
.venue-map-links { display: flex; gap: 42px; padding: 10px 18px; font-size: 21px; font-weight: 800; }
.hotel-logos { margin-top: 105px; text-align: center; }
.hotel-logos h3 { color: #7d8ca3; font-family: "JetBrains Mono", monospace; font-size: 13px; letter-spacing: 3px; text-transform: uppercase; }
.hotel-logos > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 34px; align-items: center; width: 970px; max-width: 100%; margin: 35px auto 0; }
.hotel-logos img { width: 100%; height: 64px; object-fit: contain; filter: grayscale(1); }

.agenda { min-height: 760px; background: #eee; }
.agenda-title { width: max-content; max-width: 100%; margin: 0 auto 65px; padding: 10px 34px; border-radius: 999px; background: #e0a526; font-size: 34px; font-weight: 400; }
.agenda-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.agenda-card { min-height: 350px; display: flex; flex-direction: column; justify-content: center; padding: 32px; border-radius: 10px; color: white; background: #0a1a38; }
.agenda-card > span { color: #e0a526; font-size: 30px; }
.agenda-card h3 { margin: 24px 0 10px; font-size: 18px; }
.agenda-card p { margin: 0; color: #c6d0df; font-size: 14px; }
.agenda-card.with-image { position: relative; justify-content: flex-end; overflow: hidden; }
.agenda-card.with-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(0,0,0,.85)); }
.agenda-card.with-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.agenda-card.with-image div { position: relative; z-index: 1; }

.brochure { padding: 80px 0 145px; background: #eee; }
.brochure-card { width: min(calc(100% - 48px), 1000px); display: grid; grid-template-columns: 280px 1fr; align-items: center; gap: 50px; padding: 48px 58px; border-radius: 14px; background: white; }
.brochure-card > img { width: 100%; max-height: 390px; object-fit: cover; }
.brochure-card h2 { margin: 0; font-size: 38px; line-height: 1.08; }
.brochure-card p { color: #6d7990; }
.brochure-form { display: flex; gap: 14px; }
.brochure-form input { min-width: 0; flex: 1; height: 46px; padding: 0 20px; border: 1px solid #d4dae5; border-radius: 999px; background: #edf3fb; }
.brochure-card small { display: block; margin-top: 12px; color: #7d8ca3; }

.register { min-height: 720px; padding: 112px 0; }
.register::before { display: none; }
.register-inner { display: grid; grid-template-columns: 390px 1fr; width: min(calc(100% - 48px), 1280px); padding: 34px; border-radius: 14px; color: #0a1a38; background: white; }
.register-photo { width: 100%; height: 510px; border-radius: 12px; object-fit: cover; }
.register-form { width: 100%; margin: 0; padding: 18px 58px; color: #0a1a38; }
.register-form h2 { grid-column: 1 / -1; margin: 0 0 8px; font-size: 38px; font-weight: 400; }
.register-form h2 strong { color: #e0a526; }
.field label { color: #0a1a38; font-family: "JetBrains Mono", monospace; letter-spacing: 2px; }
.field input, .field select { color: #51607a; border: 1px solid #d4dae5; border-radius: 12px; background: #edf3fb; }
.field input::placeholder { color: #6d7990; }
.register-submit { justify-self: start; }
.site-footer { background: #0a1a38; }

@media (max-width: 860px) {
  .hero h1 { font-size: 42px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-grid > div:first-child { text-align: left; }
  .about-media .map-links { bottom: -72px; }
  .event-metrics { width: 100%; margin-bottom: 80px; }
  .sector-grid { width: 100%; height: 984px; grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 320px); }
  .sector-infra, .sector-construccion, .sector-tech, .sector-turismo, .sector-mineria, .sector-energia { grid-column: auto; grid-row: auto; height: auto; }
  .sector img { object-fit: contain; }
  .sector-cta { width: max-content; margin: 26px auto 0; }
  .sponsor-tier img { width: 100%; }
  .participate-item { grid-template-columns: 50px 1fr; }
  .participate-item .btn { grid-column: 2; justify-self: start; }
  .impact-card { grid-template-columns: 1fr; gap: 30px; }
  .venue-grid { grid-template-columns: 1fr; }
  .hotel-logos > div { grid-template-columns: repeat(4, 1fr); }
  .agenda-grid { grid-template-columns: 1fr 1fr; }
  .brochure-card { grid-template-columns: 220px 1fr; }
  .register-inner { grid-template-columns: 1fr; }
  .register-photo { height: 350px; }
}

@media (max-width: 560px) {
  .hero { min-height: 880px; }
  .hero-inner { min-height: 820px; padding-top: 150px; }
  .hero h1 { font-size: 34px; }
  .event-days { font-size: 64px; letter-spacing: -8px; }
  .event-month { font-size: 22px; }
  .event-location { padding: 5px 12px; font-size: 11px; }
  .quick-form button { font-size: 15px; }
  .partners { min-height: 470px; }
  .about { padding-bottom: 130px; }
  .about .section-title { font-size: 33px; }
  .about-media .map-links a { flex-basis: 120px; }
  .sectors { min-height: auto; }
  .event-metrics { grid-template-columns: 1fr; }
  .event-metrics > div { border-right: 0; border-bottom: 5px solid #0a1a38; }
  .sector-grid { height: auto; grid-template-columns: 1fr; grid-template-rows: none; }
  .sector { height: auto; }
  .sector img { height: auto; object-fit: contain; }
  .sector-cta { float: none; margin: 26px auto 0; }
  .sponsors-title { font-size: 30px; }
  .sponsor-tier h3 { font-size: 22px; }
  .participate-title { font-size: 25px; }
  .participate-item { padding: 20px 16px; }
  .participate-item h3 { font-size: 25px; }
  .impact { min-height: 1450px; }
  .impact-card { top: 45px; padding: 28px 22px; }
  .impact-card h2 { font-size: 32px; }
  .venue { padding-top: 76px; }
  .venue-head h2 { font-size: 29px; }
  .venue-video { height: 260px; }
  .hotel-logos > div { grid-template-columns: repeat(2, 1fr); }
  .agenda-title { font-size: 25px; text-align: center; }
  .agenda-grid { grid-template-columns: 1fr; }
  .agenda-card { min-height: 260px; }
  .brochure-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .brochure-card > img { max-height: 300px; }
  .brochure-card h2 { font-size: 30px; }
  .brochure-form { display: grid; }
  .register-inner { padding: 14px; }
  .register-form { padding: 24px 8px; }
  .register-form h2 { font-size: 30px; }
}

/* PDF reference: Construir estructura principal.pdf, 1988 x 10940 */
html { max-width: 100%; overflow-x: clip; }

.sponsors {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: visible;
  background: #fff;
}
.sponsors-group { width: 100%; padding: 74px 36px 88px; }
.sponsors-official, .sponsors-media { background: #fff; }
.sponsors-silver { background: #e1e4f0; }
.sponsors-inner { width: min(100%, 1420px); margin: 0 auto; text-align: center; }
.sponsors-inner h2 { margin: 0 0 82px; color: #0a1a38; font-size: clamp(30px, 2.15vw, 42px); line-height: 1.15; }
.sponsors-inner h2::after { content: ""; display: block; width: 104px; height: 3px; margin: 18px auto 0; background: #e0a526; }
.sponsors-heading { margin: 0 0 54px; color: #0a1a38; font-size: clamp(24px, 1.75vw, 34px); line-height: 1.2; text-transform: uppercase; }
.sponsors-heading::before, .sponsors-heading::after { content: ""; display: inline-block; width: 14px; height: 3px; margin: 0 12px 9px; background: #e0a526; }
.sponsors-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 0 auto; gap: 42px 32px; }
.sponsors-grid-platinum { max-width: 1280px; }
.sponsors-grid-silver { max-width: 1000px; }
.sponsors-grid-media { max-width: 1050px; }
.sponsor-logo { display: flex; flex: 0 1 calc(25% - 32px); align-items: center; justify-content: center; min-width: 0; height: 138px; }
.sponsor-logo img { display: block; width: auto; max-width: 100%; height: auto; max-height: 118px; object-fit: contain; }
.sponsors-grid-platinum .sponsor-logo:nth-child(1) img { max-width: 285px; }
.sponsors-grid-platinum .sponsor-logo:nth-child(2) img { max-width: 220px; }
.sponsors-grid-platinum .sponsor-logo:nth-child(3) img { max-width: 170px; }
.sponsors-grid-platinum .sponsor-logo:nth-child(4) img { max-width: 245px; }
.sponsors-grid-platinum .sponsor-logo:nth-child(5) img { max-width: 210px; }
.sponsors-grid-platinum .sponsor-logo:nth-child(6) img { max-width: 175px; }
.sponsors-grid-platinum .sponsor-logo:nth-child(7) img { max-width: 245px; }
.sponsors-silver { padding-top: 62px; padding-bottom: 70px; }
.sponsors-grid-silver .sponsor-logo { flex-basis: calc(25% - 32px); height: 112px; }
.sponsors-grid-silver .sponsor-logo img { max-width: 205px; max-height: 94px; }
.sponsors-media { padding-top: 68px; padding-bottom: 96px; }
.sponsors-media-heading { text-transform: none; }
.sponsors-grid-media .sponsor-logo { flex-basis: calc(33.333% - 32px); height: 100px; }
.sponsors-grid-media .sponsor-logo img { max-width: 260px; max-height: 80px; }

@media (max-width: 1200px) {
  .sponsors-group { padding-right: 30px; padding-left: 30px; }
  .sponsors-grid { width: min(100%, 880px); }
  .sponsor-logo { flex-basis: calc(33.333% - 32px); }
  .sponsors-grid-silver .sponsor-logo { flex-basis: calc(50% - 32px); }
}

.footer-grid { grid-template-columns: 1.05fr 1.15fr .65fr 1.15fr; gap: 42px; }
.footer-brand p, .footer-newsletter p { font-size: 13px; line-height: 1.6; }
.footer-form { display: flex; gap: 8px; margin-top: 18px; }
.footer-form input { min-width: 0; flex: 1; height: 42px; padding: 0 16px; border: 0; border-radius: 999px; }
.footer-form .btn { min-width: 104px; border: 0; }
.copyright { display: flex; justify-content: space-between; gap: 24px; }

@media (min-width: 861px) {
  .sectors { min-height: 1299px; padding-top: 104px; }
  .event-metrics { margin-bottom: 104px; }
  .participate { min-height: 845px; }
  .impact { min-height: 1145px; }
  .agenda { min-height: 655px; padding-top: 82px; padding-bottom: 82px; }
  .brochure { min-height: 681px; padding-top: 64px; padding-bottom: 120px; }
  .register { min-height: 762px; padding-top: 78px; padding-bottom: 78px; }
  .site-footer { min-height: 387px; padding-top: 48px; padding-bottom: 38px; }
}

@media (max-width: 1200px) and (min-width: 861px) {
  .about-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; }
  .about-grid > div:first-child, .about-media { min-width: 0; width: auto; }
}

@media (max-width: 860px) {
  .sponsors-group { padding: 58px 24px 66px; }
  .sponsors-inner h2 { margin-bottom: 58px; }
  .sponsors-heading { margin-bottom: 38px; }
  .sponsors-grid { gap: 26px 24px; }
  .sponsor-logo, .sponsors-grid-silver .sponsor-logo { flex-basis: calc(50% - 24px); height: 112px; }
  .sponsors-grid-media { gap: 34px 40px; }
  .sponsors-grid-media .sponsor-logo { flex-basis: calc(50% - 40px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .sponsors-group { padding: 48px 18px 54px; }
  .sponsors-inner h2 { margin-bottom: 44px; font-size: 25px; }
  .sponsors-inner h2::after { width: 72px; height: 2px; margin-top: 14px; }
  .sponsors-heading { margin-bottom: 30px; font-size: 18px; letter-spacing: 1px; }
  .sponsors-heading::before, .sponsors-heading::after { width: 12px; height: 2px; margin: 0 8px 5px; }
  .sponsors-grid { gap: 18px 14px; }
  .sponsor-logo, .sponsors-grid-silver .sponsor-logo { flex-basis: calc(50% - 14px); height: 88px; padding: 5px; }
  .sponsor-logo img { max-height: 74px; }
  .sponsors-grid-platinum .sponsor-logo:nth-child(1) img,
  .sponsors-grid-platinum .sponsor-logo:nth-child(2) img,
  .sponsors-grid-platinum .sponsor-logo:nth-child(3) img,
  .sponsors-grid-platinum .sponsor-logo:nth-child(4) img,
  .sponsors-grid-platinum .sponsor-logo:nth-child(5) img,
  .sponsors-grid-platinum .sponsor-logo:nth-child(6) img,
  .sponsors-grid-platinum .sponsor-logo:nth-child(7) img { max-width: 100%; }
  .sponsors-grid-silver .sponsor-logo img { max-width: 100%; max-height: 70px; }
  .sponsors-grid-media { display: grid; grid-template-columns: 1fr; }
  .sponsors-grid-media .sponsor-logo { width: 100%; height: 70px; }
  .sponsors-grid-media .sponsor-logo img { max-width: 260px; max-height: 60px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-form { display: grid; }
  .footer-form input, .footer-form .btn { width: 100%; min-height: 44px; }
  .footer-links a { min-height: 44px; display: flex; align-items: center; }
  .copyright { display: grid; }
  .about-media .map-links a { height: 44px !important; min-height: 44px; display: flex; align-items: center; }
  .topbar a { min-height: 40px; display: inline-flex; align-items: center; }
  .copyright a { min-height: 44px; display: flex; align-items: center; }
}

/* WCAG AA contrast corrections without changing the design palette. */
.participate-item .btn { color: #0a1a38; }
.participate-item:not(.is-featured) p { color: #33435e; }
.impact-facts span { color: #51607a; }
.venue-head h2 span, .register-form h2 strong { color: #966600; }
.venue-head p, .brochure-card p, .brochure-card small { color: #51607a; }
.venue-fact:not(.is-dark) strong { color: #0a1a38; }
.hotel-logos h3 { color: #51607a; }

/* Client refinements - 2026-07-14 */
/* Header per Figma 48:279: nav Manrope 400 20px @85% white, gap 32; logo 341px; pill #e0a526 20px 600 */
.header-inner { justify-content: space-between; }
.brand { flex: 0 0 clamp(230px, 17.9vw, 341px); margin-right: 0; }
.brand img { width: 100%; }
.main-nav { flex: 1; justify-content: center; gap: clamp(20px, 1.68vw, 32px); font-weight: 400; font-size: clamp(15px, 1.05vw, 20px); }
.main-nav .header-social { margin-left: auto; }
.main-nav a:not(.btn):not(.header-social) { color: rgba(255,255,255,.85); }
.main-nav a:not(.btn):hover { color: #fff; }
.main-nav .btn { padding: 6px 20px; min-height: 37px; font-size: clamp(14px, 1.05vw, 20px); font-weight: 600; }
.main-nav .btn::after { content: none; }
.header-social { width: auto; height: 18px; display: flex; align-items: center; gap: 7px; padding: 0 !important; font-size: clamp(13px, .84vw, 16px); font-weight: 600; color: rgba(255,255,255,.9); }
.header-social img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.header-social::after { display: none; }
.language-switch { display: flex; align-items: center; gap: 5px; margin-inline: 2px; }
.language-switch button { padding: 0; border: 0; color: rgba(255,255,255,.55); background: transparent; font: 500 12px/1.5 "JetBrains Mono", monospace; letter-spacing: 2.16px; text-transform: uppercase; cursor: pointer; }
.language-switch span { color: rgba(255,255,255,.4); font-size: 12px; }
.language-switch button[aria-pressed="true"] { color: #fff; }

.hero-inner { padding-top: 248px; }
.hero .countdown { margin-top: 43px; }
.partners { z-index: 4; min-height: 472px; margin-top: -472px; padding: 90px 0 60px; background: linear-gradient(180deg, rgba(4,32,90,0) 0px, rgba(4,32,90,.28) 130px, rgba(4,32,90,.55) 260px, rgba(4,32,90,.82) 380px, #04205a 472px, #04205a 100%); }
.partners-primary { gap: 42px; }
.partners-primary img { width: 172px; max-width: 172px; max-height: 72px; filter: none; object-fit: contain; }
.partners-primary .organizer-peru { width: 96px; }
.partners-label { margin: 80px 0 22px; }
@media (max-width: 860px) { .partners-label { margin-top: 40px; } }
.allies-slider { position: relative; display: grid; grid-template-columns: 48px minmax(0, 720px) 48px; align-items: center; justify-content: center; gap: 18px; }
.allies-viewport { overflow: hidden; }
.allies-track { display: flex; transition: transform .35s ease; }
.ally-slide { flex: 0 0 33.333%; height: 90px; display: grid; place-items: stretch; padding: 0 8px; }
/* Figma 48:238629-31: cada logo dentro de tarjeta blanca redondeada */
.ally-slide > img { width: 100%; height: 100%; max-height: none; padding: 14px 22px; border-radius: 12px; background: #fff; object-fit: contain; filter: none; box-sizing: border-box; }
/* Figma 48:238646/47: caret (triangulo) rojo en circulo gris */
.slider-arrow { width: 30px; height: 30px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #dfe3ea; font-size: 0; cursor: pointer; }
.slider-arrow::before { content: ""; width: 0; height: 0; border-style: solid; }
.slider-prev::before { margin-right: 2px; border-width: 6px 9px 6px 0; border-color: transparent #d9252a transparent transparent; }
.slider-next::before { margin-left: 2px; border-width: 6px 0 6px 9px; border-color: transparent transparent transparent #d9252a; }
.slider-arrow:hover { background: #fff; }

.about { min-height: 800px; }
.about-grid { grid-template-columns: 560px 560px; gap: 68px; }
.about-copy { text-align: right; }
.about .section-title span { font-weight: 400; }
.about .section-title strong { font-weight: 800; }
.objective { display: grid; gap: 5px; }
.about-media-wrap { position: relative; min-width: 0; }
.about-media { width: 100%; height: 380px; display: block; padding: 0; border: 0; border-radius: 12px; background: #0a1a38; cursor: pointer; overflow: hidden; }
.about-media img, .about-media video { width: 100%; height: 100%; object-fit: cover; }
/* Figma 1:14550: "Como llegar?" ligero y pequeño; logos sin fondo, grandes, juntos, a la izq */
.how-to-arrive { margin-top: 22px; }
.how-to-arrive h3 { margin: 0 0 6px; color: #51607a; font-size: 14px; font-weight: 500; }
.branded-map-links { display: flex; align-items: center; justify-content: flex-start; gap: 28px; }
.about-media-wrap .branded-map-links { position: static; }
.branded-map-links a { flex: 0 0 auto; min-height: 50px; display: flex; align-items: center; padding: 0; background: transparent; }
.branded-map-links .logo-gmaps { width: auto; height: 46px; object-fit: contain; }
.branded-map-links .logo-waze { width: auto; height: 62px; margin-top: 4px; object-fit: contain; }

.event-metrics { width: 780px; gap: 10px; overflow: visible; background: transparent; }
.event-metrics > div { min-height: 88px; display: grid; grid-template-columns: 92px 1fr; padding: 0; overflow: hidden; border: 0 !important; border-radius: 7px; background: transparent !important; }
.event-metrics .metric-icon { height: 100%; display: flex; align-items: center; justify-content: center; gap: 7px; color: #0a1a38; background: #fff; font-size: 32px; font-weight: 800; }
.event-metrics .metric-icon img { width: 52px; height: 52px; object-fit: contain; }
.event-metrics > div:first-child .metric-icon img { width: 68px; height: 68px; }
.event-metrics .metric-icon b { font-weight: 800; }
.event-metrics .metric-label { height: 100%; display: flex; align-items: center; padding: 12px 18px; color: #fff; background: #274477; font-size: 17px; font-weight: 700; transition: background .25s ease; }
.event-metrics > div:hover .metric-label { color: #fff; background: #e0a526; }
.sector-grid { width: 1040px; height: auto; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 300px); gap: 14px; }
.sector { position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px 24px 24px; }
.sector img { width: 100%; height: 200px; margin-bottom: auto; object-fit: contain; }
.sector h3 { margin: 14px 0 0; color: #0a1a38; font-size: 16px; font-weight: 700; letter-spacing: .5px; text-align: left; text-transform: uppercase; }
.sector h3::after { content: ""; display: block; width: 34px; height: 2px; margin-top: 8px; background: #e0a526; }
.sector-cta { width: max-content; margin: 24px max(calc((100% - 1040px) / 2), 0px) 0 auto; }

/* Cliente 2026-07-15: solo queda la version A de sectores y sin boton Quiero participar */
.sector-cta { display: none; }
.sectors { min-height: 0; padding-bottom: 110px; }


.participate-list { display: grid; gap: 3px; }
.participate-item, .participate-item + .participate-item { height: 132px; min-height: 132px; margin-top: 0; }
/* Iconos 3D de Figma, sin caja de fondo */
.participate-icon { background: transparent; }
.participate-icon img { width: 56px; height: 56px; object-fit: contain; filter: none; }
.impact-card { column-gap: 54px; }
.impact-facts { gap: 22px; }
.impact-facts > div { min-height: 94px; display: grid; grid-template-columns: 54px 1fr; align-items: center; gap: 14px; }
.impact-facts img { width: 42px; height: 42px; filter: none; }
.impact-facts p { margin: 0; }
/* Esquema global de botones: amarillo + letras blancas + flecha azul; hover: azul + letras blancas + flecha amarilla */
.btn-primary, .participate-item .btn, .impact-cta, .register-submit { color: #fff; background: #e0a526; transition: background .25s ease, color .25s ease, transform .2s ease; }
.btn::after { color: #0574be; transition: color .25s ease; }
.btn-primary:hover, .participate-item .btn:hover, .impact-cta:hover, .register-submit:hover { color: #fff; background: #0a1a38; }
.btn-primary:hover::after, .participate-item .btn:hover::after { color: #e0a526; }
/* Botones de participacion: mismo ancho los tres */
.participate-item .btn { min-width: 232px; }
/* Botones sobre fondo azul oscuro: hover blanco con letras y flecha azules */
.participate-item.is-featured .btn:hover, .footer-form .btn:hover, .sector-cta:hover { color: #0a1a38; background: #fff; }
.participate-item.is-featured .btn:hover::after, .footer-form .btn:hover::after, .sector-cta:hover::after { color: #0574be; }
.impact-cta b, .register-submit b { margin-left: 10px; color: #0574be; font-size: 20px; transition: color .25s ease; }
.impact-cta:hover b, .register-submit:hover b { color: #e0a526; }
.impact-cta::after, .register-submit::after { content: none; }

.venue-grid { grid-template-columns: 1.15fr .85fr; align-items: stretch; }
.venue-video { width: 100%; height: 330px; padding: 0; border: 0; cursor: pointer; }
/* Figma: punto amarillo como icono en cada card de sede; menos padding vertical */
.venue-fact { position: relative; padding: 14px 28px 14px 52px; }
.venue-fact::before { content: ""; position: absolute; left: 24px; top: 21px; width: 14px; height: 14px; border-radius: 50%; background: #e0a526; }
.venue-details { gap: 12px; }
.venue-details .venue-map-links { margin-top: 2px; }
.venue-details { height: 330px; grid-template-rows: 1fr 1fr 68px; }
.venue-map-links { align-items: center; padding: 0 20px; }
.venue-map-links a { min-height: 50px; }
.hotel-logos { margin-top: 110px; }
/* 9 hoteles: 5 arriba y 4 abajo intercalados (quincunce centrado) */
.hotel-logos > div { grid-template-columns: repeat(10, 1fr); width: 1100px; }
.hotel-grid-refined .hotel-item { grid-column: span 2; }
.hotel-grid-refined .hotel-item:nth-child(6) { grid-column: 2 / span 2; }
@media (max-width: 1024px) {
  .hotel-logos > div { grid-template-columns: repeat(4, 1fr); width: 100%; }
  .hotel-grid-refined .hotel-item, .hotel-grid-refined .hotel-item:nth-child(6) { grid-column: auto; }
}
@media (max-width: 560px) { .hotel-logos > div { grid-template-columns: repeat(2, 1fr); } }
.hotel-grid-refined { display: grid !important; grid-template-columns: repeat(10, 1fr) !important; gap: 24px 18px !important; align-items: stretch !important; }
@media (max-width: 1024px) { .hotel-grid-refined { grid-template-columns: repeat(4, 1fr) !important; } }
.hotel-item { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 12px 8px; }
.hotel-item > a:first-child { display: grid; justify-items: center; gap: 10px; color: #0a1a38; font-size: 11px; font-weight: 700; line-height: 1.25; }
.hotel-item img { width: 180px; height: 92px; object-fit: contain; filter: none; background: transparent; }
.hotel-phone { min-height: 32px; display: flex; align-items: center; margin-top: 0; color: #0574be; font-size: 12px; font-weight: 800; }

.agenda { min-height: 730px; }
/* Figma: pill amarillo, "Tres días de" azul oscuro, resto blanco, tipografia mas ligera */
.agenda-title { color: #fff; background: #e0a526; font-size: 28px; font-weight: 700; }
.agenda-title span { color: #0a1a38; }
.agenda-title strong { color: #fff; font-weight: 700; }
/* Una sola fila de 4 tarjetas cuadradas estilo foto+overlay (primera tarjeta del Figma) */
.agenda-grid { grid-template-columns: repeat(4, 1fr); gap: 12px; }
.agenda-card { min-height: 0; aspect-ratio: 1 / 1; padding: 22px; }
.agenda-card.with-image { justify-content: flex-end; }
.agenda-card.with-image::after { background: linear-gradient(180deg, rgba(3,20,50,0) 30%, rgba(3,20,50,.88) 100%); }
.agenda-card.with-image div { max-width: 100%; }
.agenda-card h3 { margin-top: 0; font-size: 17px; }
.agenda-card p { font-size: 13px; }
@media (max-width: 1024px) { .agenda-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .agenda-grid { grid-template-columns: 1fr; } .agenda-card { aspect-ratio: 4 / 3; } }

.brochure { padding: 70px 0 130px; }
.brochure-card { min-height: 510px; grid-template-columns: 310px 1fr; gap: 74px; padding: 42px 68px; }
/* La portada es solo la imagen (ya contiene logo, titulos y lineas amarillas) */
.brochure-cover { position: relative; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #f4f6fa; }
.brochure-cover > img { width: 100%; height: 100%; min-height: 400px; object-fit: contain; object-position: center; background: #f4f6fa; }
.brochure-content { align-self: center; }
.brochure-language { display: flex; gap: 6px; }
.brochure-language button { min-width: 46px; height: 44px; border: 1px solid #cbd3df; color: #51607a; background: #fff; font-weight: 800; cursor: pointer; }
.brochure-language button.is-active { color: #fff; border-color: #0a1a38; background: #0a1a38; }
.brochure-form { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.brochure-form button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
/* Input y boton fusionados como en el footer */
.brochure-input-group { flex: 1; display: flex; align-items: center; gap: 10px; padding: 5px 5px 5px 20px; border: 1px solid #d4dae5; border-radius: 999px; background: #edf3fb; }
/* padding-right + gap: el texto escrito nunca queda debajo del boton */
.brochure-input-group input { flex: 1 1 auto; min-width: 0; height: 40px; padding: 0 6px 0 0; border: 0; background: transparent; outline: none; text-overflow: ellipsis; }
.brochure-input-group .btn { flex: 0 0 auto; white-space: nowrap; }
.brochure-content h2 { font-size: clamp(24px, 1.8vw, 31px); }

.register-inner { grid-template-columns: 470px 1fr; }
.register-photo { height: 510px; }
.register-form h2 { white-space: nowrap; font-weight: 700; font-size: 35px; }
.register-form h2 strong { font-weight: 800; }

.site-footer { padding-top: 70px; }
.footer-grid { align-items: start; }
.footer-brand, .footer-grid > div { padding-top: 0; }
.footer-logo { width: 230px; margin-top: -7px; }
.footer-title { min-height: 20px; display: flex; align-items: center; }
.footer-links { gap: 6px; }
.footer-socials { display: flex; gap: 12px; margin-top: 20px; }
.footer-socials a { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.footer-socials img { width: 17px; height: 17px; filter: brightness(0) invert(1); }
.footer-input-group { display: flex; align-items: stretch; overflow: hidden; border-radius: 999px; background: #fff; }
.footer-form input { border-radius: 0; }
.footer-form .btn { border-radius: 999px; }

.video-modal { width: min(92vw, 1100px); max-width: 1100px; padding: 0; border: 0; border-radius: 8px; overflow: visible; background: #000; }
.video-modal::backdrop { background: rgba(2,13,36,.86); backdrop-filter: blur(4px); }
.video-modal video { display: block; width: 100%; max-height: 82vh; aspect-ratio: 16 / 9; background: #000; }
.video-modal-close { position: absolute; z-index: 2; top: -48px; right: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; padding: 0; line-height: 1; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: #0a1a38; font-size: 26px; cursor: pointer; }

@media (max-width: 1200px) and (min-width: 861px) {
  .brand { flex-basis: 220px; margin-right: 18px; }
  .brand img { width: 215px; }
  .main-nav { gap: 18px; font-size: 13px; }
  .about-grid { grid-template-columns: 1fr 1fr; }
  .register-inner { grid-template-columns: 390px 1fr; }
  .register-form h2 { white-space: normal; }
}

@media (max-width: 860px) {
  .header-inner { justify-content: space-between; gap: 12px; }
  .brand { flex: 0 0 auto; min-width: 0; margin: 0; }
  .brand img { width: 170px; max-width: 170px; height: auto; }
  /* Hamburguesa: 3 barras centradas (flex column), sin barras dobles de ::before/::after */
  .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 44px; height: 44px; }
  .menu-toggle span:not(.sr-only) { margin: 3px 0; }
  .menu-toggle::before, .menu-toggle::after { display: none; }
  .main-nav { justify-content: flex-start; gap: 4px; }
  .main-nav a:not(.btn):not(.header-social),
  .main-nav .header-social { color: #0a1a38; }
  .header-social { min-height: 44px; height: auto; }
  .main-nav.is-open .header-social img { filter: none; }
  .language-switch { min-height: 44px; }
  .main-nav.is-open .language-switch button { color: rgba(10,26,56,.5); }
  .main-nav.is-open .language-switch button[aria-pressed="true"] { color: #0a1a38; }
  .partners { margin-top: -120px; padding-top: 88px; }
  /* Tarjetas de participacion: altura libre para que el boton no se salga ni se solapen */
  .participate-item, .participate-item + .participate-item { height: auto; min-height: 0; margin-top: 10px; }
  .participate-item .btn { min-width: 0; width: auto; }
  .allies-slider { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; }
  .ally-slide { flex-basis: 50%; }
  .about-grid { grid-template-columns: 1fr; }
  .about-copy { text-align: left; }
  .event-metrics { width: 100%; }
  .event-metrics > div { grid-template-columns: 76px 1fr; }
  .sector-grid { height: auto; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 290px); }
  .sector-cta { margin-right: 0; }
  .venue-grid { grid-template-columns: 1fr; }
  .venue-details { height: auto; min-height: 330px; }
  .hotel-grid-refined { grid-template-columns: repeat(2, 1fr) !important; }
  .register-inner { grid-template-columns: 1fr; }
  .register-form h2 { white-space: normal; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .topbar-inner { gap: 7px; font-size: 8px; letter-spacing: .6px; }
  .site-header { top: 62px; }
  body.admin-bar .site-header { top: 108px; }
  /* Hero movil: sin espacio muerto; logos cerca del contador */
  .hero { min-height: auto; }
  .hero-inner { min-height: auto; padding-top: 150px; padding-bottom: 34px; }
  .hero .countdown { width: 100%; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; margin-top: 32px; }
  .count-box { min-width: 0; }
  /* Fondo azul solido: sin overlap el degradado transparente dejaba ver el fondo claro */
  .partners { min-height: auto; margin-top: 0; padding-top: 30px; background: #04205a; }
  .partners-primary { gap: 22px; }
  .partners-primary img { width: auto; max-width: 122px; height: auto; max-height: 58px; object-fit: contain; }
  .partners-primary .organizer-peru { width: auto; max-width: 80px; }
  .agenda-title { padding: 8px 20px; font-size: 19px; line-height: 1.35; }
  .ally-slide { flex-basis: 100%; }
  .about { padding-top: 80px; }
  .about-media { height: 250px; min-height: 250px; }
  .branded-map-links { gap: 22px; }
  .branded-map-links a { font-size: 14px; }
  .event-metrics { grid-template-columns: 1fr; gap: 8px; }
  .event-metrics > div { grid-template-columns: 90px 1fr; }
  .sector-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .sector { min-height: 290px; }
  .participate-item { height: auto; min-height: 132px; grid-template-columns: 50px 1fr; }
  .participate-item .btn { grid-column: 2; }
  .impact-facts > div { grid-template-columns: 46px 1fr; }
  .venue-video { height: 230px; }
  .hotel-grid-refined { grid-template-columns: 1fr 1fr !important; gap: 14px 6px !important; }
  .hotel-item img { width: 120px; height: 60px; }
  .agenda-grid { grid-template-columns: 1fr; }
  .agenda-card { width: 100%; min-width: 0; min-height: 0; aspect-ratio: 4 / 3; }
  .brochure-card { grid-template-columns: minmax(0, 1fr); gap: 30px; padding: 28px 22px; }
  .brochure-card > * { min-width: 0; }
  .brochure-cover { min-width: 0; min-height: 0; }
  .brochure-cover img { width: 100%; max-width: 100%; min-height: 0; height: auto; }
  .brochure-content { min-width: 0; }
  .brochure-form { display: grid; grid-template-columns: minmax(0, 1fr); }
  /* Pill apilado: sigue siendo un solo elemento pero el correo se lee completo */
  .brochure-input-group { width: 100%; min-width: 0; flex-wrap: wrap; gap: 8px; padding: 8px; border-radius: 26px; }
  .brochure-input-group input { flex: 1 1 100%; min-width: 0; height: 44px; padding: 0 16px; border-radius: 999px; background: #fff; }
  .brochure-input-group .btn { flex: 1 1 100%; justify-content: center; padding: 0 16px; font-size: 13px; }
  .brochure-language { justify-content: center; }
  .register-photo { height: 320px; }
  .register-form h2 { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-input-group { display: grid; grid-template-columns: 1fr auto; }
}

/* Progressive entrance motion for the coded INFRACON landing. */
.infracon-landing.motion-ready .motion-reveal {
  opacity: 0;
  filter: blur(7px);
  will-change: opacity, transform, filter;
  transition-property: opacity, transform, filter;
  transition-duration: .72s, .9s, .72s;
  transition-timing-function: ease, cubic-bezier(.2, .78, .24, 1), ease;
  transition-delay: var(--motion-delay, 0ms);
}

.infracon-landing.motion-ready .motion-from-up { transform: translate3d(0, 34px, 0); }
.infracon-landing.motion-ready .motion-from-down { transform: translate3d(0, -22px, 0); }
.infracon-landing.motion-ready .motion-from-left { transform: translate3d(-38px, 0, 0); }
.infracon-landing.motion-ready .motion-from-right { transform: translate3d(38px, 0, 0); }
.infracon-landing.motion-ready .motion-from-scale { transform: translate3d(0, 18px, 0) scale(.94); }

.infracon-landing.motion-ready .motion-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

.infracon-landing.motion-ready .hero-media {
  animation: infracon-hero-enter 1.7s cubic-bezier(.2, .72, .2, 1) both;
}

@keyframes infracon-hero-enter {
  from { opacity: .32; transform: scale(1.045); }
  to { opacity: .63; transform: scale(1); }
}

@media (hover: hover) and (pointer: fine) {
  .infracon-landing .sponsor-logo img,
  .infracon-landing .partners-primary img,
  .infracon-landing .hotel-item img {
    transition: transform .38s cubic-bezier(.2, .78, .24, 1), filter .38s ease;
  }

  .infracon-landing .sponsor-logo:hover img,
  .infracon-landing .partners-primary img:hover,
  .infracon-landing .hotel-item:hover img {
    filter: drop-shadow(0 12px 14px rgba(7, 27, 58, .14));
    transform: translateY(-5px) scale(1.025);
  }
}

/* Client refinements 2026-07-22: balance, readability and responsive spacing. */
.hero-inner { padding-top: 210px; }

.partners-primary { gap: clamp(112px, 10vw, 148px); }
.partners-primary img { width: auto; height: 106px; max-width: 250px; max-height: 106px; }
.partners-primary .organizer-peru { width: auto; height: 106px; max-width: 172px; }
/* El SVG de VIDAWASI tiene ratio 3.066: el max-width debe permitir el ancho que exige la
   altura, si no se capa y el logo se renderiza mas bajo de lo declarado (se veia 196x64). */
.partners-primary img[alt="VIDAWASI"] { height: 70px; width: 215px; max-width: 215px; }

.allies-slider { grid-template-columns: 48px minmax(0, 780px) 48px; }
.ally-slide { height: 106px; padding: 0 10px; }
.ally-slide > img { padding: 18px 28px; object-fit: contain; }
/* Fix cortado: logos verticales (ej. Gobierno Regional del Cusco) desbordaban la caja
   porque un reset global de img pisaba el height:100%. Se fuerza a llenar exactamente la
   caja para que object-fit:contain los muestre completos y centrados en todos los tamanos. */
.infracon-landing .ally-slide > img { height: 100%; min-height: 0; max-height: 100%; }

.about-copy,
.about-grid > div:first-child { text-align: left; }
.about .section-copy { max-width: 550px; text-align: justify; text-justify: inter-word; }
.objective { text-align: left; }
.objective span { line-height: 1.55; }

.event-metrics { width: min(100%, 840px); gap: 12px; }
.event-metrics > div { min-height: 100px; grid-template-columns: 108px 1fr; }
.event-metrics .metric-icon { min-width: 0; padding: 8px; }
.event-metrics .metric-icon img { width: 56px; height: 56px; flex: 0 0 auto; }
.event-metrics > div:first-child .metric-icon { position: relative; }
.event-metrics > div:first-child .metric-icon img { width: auto; height: 92px; }
/* El numero se sube dentro del laurel para que no quede pegado a la base amarilla (feedback cliente). */
.event-metrics > div:first-child .metric-ordinal { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -62%); }
.event-metrics .metric-icon b { min-width: 20px; line-height: 1; text-align: center; }
.event-metrics .metric-ordinal { white-space: nowrap; }
.event-metrics .metric-ordinal sup { font-size: .5em; vertical-align: 0.62em; margin-left: 1px; text-decoration: none; line-height: 0; }
.event-metrics .metric-label { padding: 14px 20px; }

.sponsors-grid-platinum .sponsor-logo { height: 132px; }
.sponsors-grid-platinum .sponsor-logo img,
.sponsors-grid-platinum .sponsor-logo:nth-child(n) img {
  width: min(100%, 215px);
  height: 90px;
  max-width: 215px;
  max-height: 90px;
  object-fit: contain;
}

.hotel-item { padding-bottom: 18px; }
.hotel-phone { min-height: 26px; }
.hotel-website {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #51607a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  overflow-wrap: anywhere;
  text-align: center;
}
.hotel-website:hover { color: #0574be; }

.brochure-content { min-width: 0; padding: 10px 8px 10px 0; }
.brochure-content .brochure-event-name {
  margin: 0 0 12px;
  color: #966600;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.brochure-form { display: grid; grid-template-columns: minmax(0, 1fr); align-items: start; }
.brochure-language { justify-content: flex-start; }
.brochure-input-group { padding-right: 8px; }
.brochure-input-group .btn { margin-left: 2px; }

.register-inner { padding: 38px; }
.register-form { padding: 24px 50px 30px; }
.register-form h2 {
  max-width: 100%;
  margin-bottom: 14px;
  white-space: normal;
  line-height: 1.14;
  text-wrap: balance;
}

@media (max-width: 1024px) {
  .hero-inner { padding-top: 180px; }
  .partners-primary { gap: 46px; }
  .allies-slider { grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 12px; }
  .about .section-copy { max-width: none; }
  .register-inner { padding: 28px; }
  .register-form { padding: 24px 34px 30px; }
}

@media (max-width: 860px) {
  .hero-inner { padding-top: 142px; }
  .partners-primary { gap: 40px; }
  .partners-primary img { height: 72px; max-width: 200px; }
  .partners-primary .organizer-peru { height: 72px; max-width: 140px; }
  .partners-primary img[alt="VIDAWASI"] { height: 50px; width: 153px; max-width: 153px; }
  .ally-slide { height: 112px; }
  .event-metrics > div { grid-template-columns: 96px 1fr; }
  .sponsors-grid-media {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
  }
  .sponsors-grid-media .sponsor-logo { width: 100%; height: 96px; }
  .sponsors-grid-media .sponsor-logo img {
    width: min(82%, 180px);
    max-width: 180px;
    max-height: 62px;
    object-fit: contain;
  }
  .register-inner { padding: 24px; }
  .register-form { padding: 30px 24px 34px; }
}

@media (max-width: 560px) {
  .hero-inner { padding-top: 122px; }
  .partners-primary { gap: 24px 30px; }
  .partners-primary img { height: 44px; max-width: 116px; }
  .partners-primary .organizer-peru { height: 44px; max-width: 84px; }
  .partners-primary img[alt="VIDAWASI"] { height: 32px; width: 98px; max-width: 98px; }
  .ally-slide { height: 104px; padding-inline: 4px; }
  .ally-slide > img { padding: 16px 22px; }
  .about .section-copy { text-align: left; }
  .event-metrics > div { min-height: 92px; grid-template-columns: 96px 1fr; }
  .sponsors-grid-platinum .sponsor-logo { height: 94px; }
  .sponsors-grid-platinum .sponsor-logo img,
  .sponsors-grid-platinum .sponsor-logo:nth-child(n) img {
    width: min(100%, 150px);
    height: 68px;
    max-width: 150px;
    max-height: 68px;
  }
  .sponsors-grid-media { grid-template-columns: 1fr; gap: 26px; }
  .sponsors-grid-media .sponsor-logo { height: 72px; }
  .sponsors-grid-media .sponsor-logo img { width: min(100%, 230px); max-width: 230px; max-height: 60px; }
  .hotel-item { padding-inline: 5px; }
  .hotel-website { font-size: 9px; }
  .brochure-card { width: min(calc(100% - 28px), 1000px); padding: 30px 24px 34px; }
  .brochure-content { padding: 0; }
  .brochure-content .brochure-event-name { font-size: 10px; }
  .brochure-input-group { padding: 10px; }
  .register-inner { width: min(calc(100% - 28px), 1280px); padding: 18px; }
  .register-form { padding: 28px 12px 34px; }
  .register-form h2 { font-size: clamp(24px, 7vw, 29px); }
}

@media (max-width: 860px) {
  .infracon-landing.motion-ready .main-nav .motion-reveal {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .infracon-landing *,
  .infracon-landing *::before,
  .infracon-landing *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }

  .infracon-landing .motion-reveal {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}
