:root {
  --navy-950: #04142f;
  --navy-900: #071d3f;
  --navy-800: #0a2856;
  --blue-700: #0d4ea6;
  --blue-600: #1569c7;
  --blue-300: #65a7e6;
  --gold-600: #d99512;
  --gold-500: #e6aa27;
  --gold-300: #f2ca63;
  --ink: #12233d;
  --muted: #5f6f84;
  --line: #dce5ef;
  --surface: #f2f6fb;
  --white: #fff;
  --success: #17864b;
  --danger: #b42318;
  --shadow-sm: 0 10px 28px rgba(7, 29, 63, .09);
  --shadow-lg: 0 26px 80px rgba(3, 19, 45, .2);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
  --header-height: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--navy-950); background: var(--gold-300); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: 16px; transform: translateY(-150%); padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--navy-950); }
.skip-link:focus { transform: none; }

.announcement { color: var(--navy-950); background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); font-size: .85rem; font-weight: 800; letter-spacing: .03em; }
.announcement__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.announcement a { text-underline-offset: 3px; }

.site-header { position: sticky; z-index: 1000; top: 0; min-height: var(--header-height); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,29,63,.94); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 30px; }
.brand { flex: 0 0 auto; }
.brand img { width: 250px; max-height: 58px; }
.main-nav { display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.9); font-size: .93rem; font-weight: 700; }
.main-nav > a:not(.button) { position: relative; text-decoration: none; }
.main-nav > a:not(.button)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; transform: scaleX(0); transform-origin: right; background: var(--gold-500); transition: transform .25s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: var(--white); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 900; line-height: 1; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 11px 18px; }
.button--gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); box-shadow: 0 12px 30px rgba(230,170,39,.22); }
.button--gold:hover { box-shadow: 0 16px 38px rgba(230,170,39,.35); }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.button--ghost:hover { background: rgba(255,255,255,.13); }
.button--navy { color: var(--white); background: var(--navy-900); }
.button--full { width: 100%; border: 0; }

.hero { position: relative; overflow: hidden; min-height: 790px; padding: 76px 0 0; color: var(--white); background: radial-gradient(circle at 86% 18%, rgba(21,105,199,.58), transparent 31%), linear-gradient(145deg, var(--navy-950), var(--navy-900) 52%, #0c3f86); }
.hero::after { position: absolute; right: 0; bottom: 0; left: 0; height: 210px; content: ""; clip-path: polygon(0 58%, 35% 83%, 67% 70%, 100% 35%, 100% 100%, 0 100%); background: linear-gradient(180deg, rgba(12,63,134,.2), rgba(3,17,39,.5)); }
.hero__grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero__orb--one { width: 420px; height: 420px; right: -180px; top: 190px; border: 1px solid rgba(242,202,99,.3); }
.hero__orb--two { width: 290px; height: 290px; left: -130px; top: 70px; border: 1px solid rgba(101,167,230,.25); }
.hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(350px, .87fr); align-items: center; gap: 65px; }
.hero__copy { padding-bottom: 75px; }
.eyebrow { margin: 0 0 18px; color: var(--gold-300); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--blue { color: var(--blue-700); }
.eyebrow--gold { color: var(--gold-300); }
.hero h1 { max-width: 780px; margin: 0; font-size: clamp(3.1rem, 6vw, 6.3rem); line-height: .88; letter-spacing: -.065em; text-transform: uppercase; }
.hero h1 span { display: block; margin-bottom: 18px; color: var(--gold-500); font-size: .42em; letter-spacing: -.025em; }
.hero__lead { max-width: 670px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.02rem, 1.6vw, 1.24rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 42px; }
.fact { display: flex; align-items: center; gap: 12px; }
.fact svg { width: 27px; fill: none; stroke: var(--gold-300); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.fact div { display: grid; }
.fact strong { font-size: .95rem; }
.fact span { color: rgba(255,255,255,.62); font-size: .82rem; }

.hero__visual { position: relative; display: grid; min-height: 530px; place-items: center; }
.edition-badge { position: relative; display: grid; width: min(430px, 100%); aspect-ratio: 1; place-content: center; border: 3px solid var(--gold-500); border-radius: 50%; color: var(--gold-500); box-shadow: 0 0 0 16px rgba(230,170,39,.05), 0 0 0 42px rgba(230,170,39,.025), inset 0 0 60px rgba(230,170,39,.07); }
.edition-badge::before, .edition-badge::after { position: absolute; content: ""; border-radius: 50%; }
.edition-badge::before { inset: 24px; border: 1px dashed rgba(242,202,99,.28); }
.edition-badge::after { inset: 70px; background: radial-gradient(circle, rgba(21,105,199,.35), transparent 64%); }
.edition-badge__network { position: absolute; z-index: 1; inset: 4%; width: 92%; height: 92%; opacity: .5; }
.edition-badge__number { position: relative; z-index: 2; font-size: clamp(8rem, 16vw, 13rem); font-weight: 950; line-height: .78; letter-spacing: -.11em; text-shadow: 0 15px 35px rgba(0,0,0,.3); }
.edition-badge__label { position: relative; z-index: 2; margin-top: 14px; color: var(--white); font-size: .86rem; font-weight: 900; letter-spacing: .32em; text-align: center; text-transform: uppercase; }
.hero__date-card { position: absolute; right: 0; bottom: 48px; z-index: 3; display: grid; min-width: 180px; padding: 18px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: var(--navy-950); background: var(--gold-500); box-shadow: var(--shadow-lg); text-align: center; transform: rotate(-3deg); }
.hero__date-card strong { font-size: 2.3rem; line-height: 1; }
.hero__date-card span { font-size: .8rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

.countdown-wrap { position: relative; z-index: 4; display: flex; min-height: 132px; align-items: center; justify-content: space-between; gap: 35px; padding: 24px 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 26px 26px 0 0; background: rgba(4,20,47,.82); box-shadow: var(--shadow-lg); backdrop-filter: blur(18px); }
.countdown-heading { display: flex; align-items: center; gap: 12px; }
.countdown-heading p { margin: 0; color: rgba(255,255,255,.74); font-weight: 800; }
.status-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--gold-500); box-shadow: 0 0 0 7px rgba(230,170,39,.1); }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(90px, 1fr)); gap: 10px; }
.countdown div { display: grid; min-width: 110px; padding: 10px 18px; border-left: 1px solid rgba(255,255,255,.13); text-align: center; }
.countdown strong { color: var(--gold-300); font-size: 2rem; line-height: 1; }
.countdown span { margin-top: 8px; color: rgba(255,255,255,.55); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.section { padding: 105px 0; }
.section--light { background: var(--surface); }
.section--navy { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 10% 5%, rgba(21,105,199,.26), transparent 25%), var(--navy-900); }
.section--navy::after { position: absolute; right: -180px; bottom: -220px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(230,170,39,.15); border-radius: 50%; }
.section-heading { max-width: 680px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(2.15rem, 4.2vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.section-heading p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.section--navy .section-heading p:not(.eyebrow) { color: rgba(255,255,255,.66); }
.text-link { display: inline-flex; gap: 10px; margin-top: 26px; color: var(--blue-700); font-weight: 900; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.split { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 70px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.icon-box { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 15px; color: var(--navy-900); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); }
.icon-box svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 22px 0 9px; font-size: 1.15rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.speaker-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
.speaker-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-md); background: rgba(255,255,255,.055); box-shadow: var(--shadow-lg); transition: transform .25s ease, border-color .25s ease; }
.speaker-card:hover { transform: translateY(-7px); border-color: rgba(230,170,39,.45); }
.speaker-card img { width: 100%; aspect-ratio: 4 / 4.3; object-fit: cover; background: #0b326b; }
.speaker-card__body { padding: 23px; }
.speaker-card__body span { color: var(--gold-300); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.speaker-card__body h3 { margin: 8px 0 4px; font-size: 1.15rem; }
.speaker-card__body p { margin: 0; color: rgba(255,255,255,.6); font-size: .88rem; }

.program-shell { margin-top: 48px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.program-tabs { display: grid; grid-template-columns: repeat(3, 1fr); padding: 12px; border-bottom: 1px solid var(--line); gap: 10px; }
.program-tab { padding: 16px 20px; border: 0; border-radius: 15px; color: var(--muted); background: transparent; font-weight: 900; }
.program-tab span { display: block; color: inherit; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.program-tab.is-active { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-300), var(--gold-500)); }
.program-panel { padding: 14px 38px 28px; }
.schedule-item { display: grid; grid-template-columns: 90px 1fr; gap: 26px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.schedule-item:last-child { border: 0; }
.schedule-item time { color: var(--blue-700); font-size: 1.15rem; font-weight: 950; }
.schedule-item span { color: var(--gold-600); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.schedule-item h3 { margin: 4px 0 2px; font-size: 1.13rem; }
.schedule-item p { margin: 0; color: var(--muted); }

.venue-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 72px; }
.venue-art { position: relative; overflow: hidden; min-height: 440px; border-radius: var(--radius-lg); background: linear-gradient(#0d4ea6, #83bce8 60%, #f2ca63); box-shadow: var(--shadow-lg); }
.venue-art__sky { position: absolute; inset: 0; opacity: .34; background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.6), transparent 20%), repeating-linear-gradient(115deg, transparent 0 40px, rgba(255,255,255,.06) 41px 42px); }
.venue-art__mountain { position: absolute; right: -5%; left: -5%; clip-path: polygon(0 100%, 13% 66%, 26% 78%, 42% 33%, 53% 62%, 68% 18%, 82% 65%, 100% 36%, 100% 100%); }
.venue-art__mountain--back { bottom: 70px; height: 250px; background: rgba(7,29,63,.4); }
.venue-art__mountain--front { bottom: 0; height: 220px; background: var(--navy-900); }
.venue-art__city { position: absolute; right: 0; bottom: 0; left: 0; height: 125px; opacity: .8; background: repeating-linear-gradient(90deg, #061832 0 20px, #0d3a78 21px 36px, #082654 37px 58px); clip-path: polygon(0 38%, 4% 16%, 7% 39%, 11% 7%, 14% 35%, 18% 21%, 22% 44%, 27% 10%, 31% 32%, 36% 2%, 40% 40%, 45% 20%, 50% 44%, 55% 6%, 60% 30%, 65% 13%, 70% 38%, 75% 17%, 81% 33%, 86% 5%, 91% 40%, 96% 12%, 100% 31%, 100% 100%, 0 100%); }
.venue-art__pin { position: absolute; z-index: 4; top: 35%; left: 58%; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50% 50% 50% 0; background: var(--gold-500); box-shadow: 0 12px 30px rgba(4,20,47,.35); transform: rotate(-45deg); }
.venue-art__pin span { width: 16px; height: 16px; border: 4px solid var(--navy-950); border-radius: 50%; }
.venue-details { display: grid; gap: 12px; margin: 30px 0; }
.venue-details div { display: grid; grid-template-columns: 100px 1fr; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.venue-details span { color: var(--muted); }

.sponsors { padding-top: 90px; }
.logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 45px; }
.logo-grid div { display: grid; min-height: 110px; place-items: center; padding: 15px; border: 1px dashed #b9c7d8; border-radius: 18px; color: #8492a4; background: var(--surface); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }

.registration__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.check-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; color: rgba(255,255,255,.78); }
.check-list li::before { position: absolute; left: 0; top: .32em; display: grid; width: 18px; height: 18px; content: "✓"; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--gold-500); font-size: .7rem; font-weight: 950; }
.registration-form { display: grid; gap: 18px; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); color: var(--ink); background: var(--white); box-shadow: var(--shadow-lg); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.registration-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 850; }
.registration-form input, .registration-form select, .registration-form textarea { width: 100%; border: 1px solid #cdd9e7; border-radius: 12px; outline: none; color: var(--ink); background: #fbfdff; transition: border-color .2s ease, box-shadow .2s ease; }
.registration-form input, .registration-form select { min-height: 48px; padding: 0 13px; }
.registration-form textarea { padding: 12px 13px; resize: vertical; }
.registration-form input:focus, .registration-form select:focus, .registration-form textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 4px rgba(21,105,199,.1); }
.registration-form .is-invalid { border-color: var(--danger); }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 600 !important; line-height: 1.4; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.consent a { color: var(--blue-700); }
.honeypot { position: absolute; left: -9999px; }
.form-status { min-height: 24px; margin: 0; font-size: .9rem; font-weight: 750; text-align: center; }
.form-status.is-success { color: var(--success); }
.form-status.is-error { color: var(--danger); }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 72px; }
.accordion { display: grid; gap: 12px; }
.accordion details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 7px 20px rgba(7,29,63,.04); }
.accordion summary { position: relative; padding: 20px 52px 20px 22px; cursor: pointer; font-weight: 900; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; right: 22px; top: 50%; content: "+"; color: var(--blue-700); font-size: 1.5rem; transform: translateY(-50%); }
.accordion details[open] summary::after { content: "−"; }
.accordion p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.site-footer { padding: 72px 0 25px; color: rgba(255,255,255,.68); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr; gap: 60px; }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-logo { width: 270px; margin-bottom: 9px; }
.footer-grid h2 { margin: 0 0 8px; color: var(--white); font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a { width: fit-content; color: rgba(255,255,255,.68); text-decoration: none; }
.footer-grid a:hover { color: var(--gold-300); }
.footer-grid p { max-width: 390px; margin: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }

.floating-contact { position: fixed; z-index: 900; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 9px; padding: 13px 17px; border-radius: 999px; color: var(--navy-950); background: var(--gold-500); box-shadow: 0 14px 38px rgba(4,20,47,.3); font-size: .85rem; font-weight: 950; text-decoration: none; }
.floating-contact svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

:focus-visible { outline: 3px solid var(--gold-300); outline-offset: 4px; }

@media (max-width: 1020px) {
  .main-nav { position: fixed; top: calc(var(--header-height) + 34px); right: 20px; left: 20px; display: none; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: var(--navy-950); box-shadow: var(--shadow-lg); }
  .main-nav.is-open { display: grid; }
  .menu-toggle { display: block; }
  .hero { padding-top: 65px; }
  .hero__layout { grid-template-columns: 1fr .8fr; gap: 35px; }
  .hero h1 { font-size: clamp(3rem, 8vw, 5rem); }
  .edition-badge__number { font-size: clamp(7rem, 18vw, 10rem); }
  .countdown-wrap { align-items: flex-start; flex-direction: column; }
  .countdown { width: 100%; }
  .countdown div { min-width: 0; }
  .split, .registration__grid, .faq-grid { grid-template-columns: 1fr; }
  .speaker-grid { grid-template-columns: repeat(2, 1fr); }
  .venue-grid { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  :root { --header-height: 72px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .announcement__inner { justify-content: center; }
  .announcement a { display: none; }
  .brand img { width: 205px; }
  .hero { min-height: auto; padding-top: 52px; }
  .hero__layout { grid-template-columns: 1fr; }
  .hero__copy { padding-bottom: 0; }
  .hero h1 { font-size: clamp(2.65rem, 15vw, 4.3rem); }
  .hero h1 span { line-height: 1.12; }
  .hero__actions .button { width: 100%; }
  .hero__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .hero__visual { min-height: 390px; }
  .edition-badge { width: min(340px, 88vw); }
  .hero__date-card { right: 8px; bottom: 15px; min-width: 145px; }
  .countdown-wrap { margin-top: 35px; padding: 22px 18px; border-radius: 22px 22px 0 0; }
  .countdown { grid-template-columns: repeat(4, 1fr); }
  .countdown div { padding: 8px 4px; }
  .countdown strong { font-size: 1.45rem; }
  .countdown span { font-size: .55rem; }
  .section { padding: 78px 0; }
  .feature-grid, .speaker-grid, .form-row { grid-template-columns: 1fr; }
  .program-tabs { grid-template-columns: 1fr; }
  .program-panel { padding: 8px 20px 20px; }
  .schedule-item { grid-template-columns: 64px 1fr; gap: 15px; }
  .venue-art { min-height: 330px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .registration-form { padding: 23px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-contact span { display: none; }
  .floating-contact { width: 52px; height: 52px; justify-content: center; padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Integración WordPress */
.main-nav li { margin: 0; list-style: none; }
.main-nav li a { position: relative; color: inherit; text-decoration: none; }
.main-nav li a::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; transform: scaleX(0); transform-origin: right; background: var(--gold-500); transition: transform .25s ease; }
.main-nav li a:hover::after, .main-nav li a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.speaker-card { display: block; color: inherit; text-decoration: none; }
.program-tabs { grid-template-columns: repeat(var(--program-columns, 3), 1fr); }
.section-richtext p { margin: 24px 0 0; color: var(--muted); font-size: 1.05rem; }
.section--navy .section-richtext p { color: rgba(255,255,255,.66); }
.venue-photo { overflow: hidden; min-height: 440px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.venue-photo img { width: 100%; height: 440px; object-fit: cover; }
.logo-grid .sponsor-logo { display: grid; min-height: 110px; place-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 18px; color: #8492a4; background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.logo-grid .sponsor-logo:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.logo-grid .sponsor-logo img { max-width: 100%; max-height: 78px; object-fit: contain; }
.logo-grid .sponsor-logo span { font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.schedule-meta { color: var(--blue-700) !important; font-size: .85rem; font-weight: 750; }
.faq-answer { padding: 0 22px 22px; }
.faq-answer p { padding: 0; }
.registration__grid--single { grid-template-columns: 1fr; max-width: 780px; }
.empty-state { grid-column: 1 / -1; padding: 28px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); background: var(--surface); text-align: center; }
.content-page { min-height: 55vh; padding: 95px 0; }
.content-page__inner { max-width: 900px; }
.content-page h1 { margin: 0 0 30px; color: var(--navy-900); font-size: clamp(2.5rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.content-page__body { color: var(--ink); font-size: 1.05rem; }
.content-page__body h2, .content-page__body h3 { margin-top: 1.8em; color: var(--navy-900); }
.content-page__body a { color: var(--blue-700); }
.speaker-profile { padding: 90px 0; background: var(--surface); }
.speaker-profile__grid { display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.3fr); align-items: start; gap: 60px; }
.speaker-profile__image { overflow: hidden; border-radius: var(--radius-lg); background: var(--navy-800); box-shadow: var(--shadow-lg); }
.speaker-profile__image img { width: 100%; aspect-ratio: 4/4.5; object-fit: cover; }
.speaker-profile h1 { margin: 10px 0 18px; font-size: clamp(2.7rem, 6vw, 5rem); line-height: .95; letter-spacing: -.05em; }
.speaker-profile__meta { display: grid; gap: 8px; margin: 24px 0; color: var(--muted); }
.speaker-profile__bio { font-size: 1.05rem; }
@media (max-width: 1020px) { .main-nav li { width: 100%; } .main-nav li a { display: block; padding: 6px 0; } }
@media (max-width: 720px) { .program-tabs { grid-template-columns: 1fr; } .speaker-profile__grid { grid-template-columns: 1fr; } .venue-photo, .venue-photo img { min-height: 330px; height: 330px; } }
.main-nav__list { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; }
@media (max-width: 1020px) { .main-nav__list { display: grid; gap: 12px; } }
