:root {
  --navy-950: #031126;
  --navy-900: #061b3a;
  --navy-800: #0a2a55;
  --blue-700: #0b448f;
  --blue-500: #1b6ed0;
  --blue-100: #dcecff;
  --red-700: #b70f1c;
  --red-600: #d51a27;
  --red-500: #eb2c39;
  --ink: #0a1730;
  --muted: #66738a;
  --line: #dfe6ef;
  --paper: #f5f8fc;
  --white: #fff;
  --shadow: 0 30px 80px rgba(3, 17, 38, 0.15);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 14px; color: white; background: var(--red-600); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.site-header.scrolled { background: rgba(3,17,38,.94); box-shadow: 0 18px 50px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 220px; }
.brand img { width: 48px; height: 50px; object-fit: cover; object-position: center; border-radius: 50%; background: white; }
.brand span { display: flex; flex-direction: column; line-height: 1.05; }
.brand strong { font-size: 14px; letter-spacing: .03em; text-transform: uppercase; }
.brand small { margin-top: 5px; color: #afc5e0; font-size: 11px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; }
.desktop-nav a { color: #d9e7f7; transition: color .2s ease; }
.desktop-nav a:hover { color: white; }
.button {
  min-height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  font-weight: 760;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 12px; background: white; color: var(--navy-900); }
.button-primary { color: white; background: linear-gradient(135deg, var(--red-500), var(--red-700)); box-shadow: 0 18px 40px rgba(213,26,39,.28); }
.button-primary:hover { box-shadow: 0 22px 48px rgba(213,26,39,.4); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.04); }
.button-ghost:hover { background: rgba(255,255,255,.1); }
.menu-button { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 12px; background: rgba(255,255,255,.08); }
.menu-button span { display: block; height: 2px; margin: 4px 0; border-radius: 2px; background: white; }
.mobile-nav { display: none; }

.hero {
  position: relative;
  min-height: 860px;
  padding: 150px 0 95px;
  color: white;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 20%, rgba(28,110,208,.22), transparent 31%),
    linear-gradient(135deg, #020d1e 0%, #061d3e 52%, #092e5e 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-noise { position: absolute; inset: 0; opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.hero-orb-one { width: 470px; height: 470px; top: 70px; right: -210px; border: 1px solid rgba(255,255,255,.15); box-shadow: inset 0 0 80px rgba(23,111,215,.16); }
.hero-orb-two { width: 140px; height: 140px; left: -60px; bottom: 160px; background: rgba(213,26,39,.18); filter: blur(40px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 75px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; color: #d9e9ff; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; background: rgba(255,255,255,.05); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red-500); box-shadow: 0 0 0 6px rgba(235,44,57,.14); }
.edition { margin: 38px 0 7px; color: #ff5561; font-size: clamp(26px, 3vw, 42px); font-weight: 850; letter-spacing: -.045em; text-transform: uppercase; }
.hero h1 { max-width: 670px; margin: 0; font-size: clamp(48px, 5.5vw, 82px); line-height: .95; letter-spacing: -.065em; }
.hero h1 span { color: #b7d4f8; font-size: .64em; font-weight: 700; letter-spacing: -.045em; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #c7d8ed; font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.hero-meta > div { display: flex; align-items: center; gap: 12px; }
.hero-meta svg { width: 24px; fill: none; stroke: #76aef3; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero-meta span { display: flex; flex-direction: column; }
.hero-meta strong { font-size: 13px; }
.hero-meta small { margin-top: 3px; color: #95aac5; font-size: 11px; }
.hero-visual { position: relative; min-height: 580px; }
.hero-image-wrap { position: absolute; inset: 0 0 30px 55px; overflow: hidden; border-radius: 190px 190px 34px 34px; box-shadow: 0 40px 100px rgba(0,0,0,.4); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.2); border-radius: inherit; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.image-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,38,.96) 0%, rgba(3,17,38,.4) 27%, transparent 49%), linear-gradient(to top, rgba(3,17,38,.6), transparent 46%); }
.live-badge { position: absolute; right: 24px; bottom: 24px; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 999px; background: rgba(3,17,38,.78); backdrop-filter: blur(12px); font-size: 12px; font-weight: 700; }
.live-badge span { width: 8px; height: 8px; border-radius: 50%; background: #ff3d4a; box-shadow: 0 0 0 5px rgba(255,61,74,.18); }
.ticket-card { position: absolute; left: 0; top: 100px; z-index: 3; width: 166px; padding: 22px; color: var(--navy-900); border-radius: 24px; background: white; box-shadow: var(--shadow); transform: rotate(-3deg); }
.ticket-card p { margin: 0 0 7px; color: var(--red-600); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ticket-price { font-size: 52px; font-weight: 880; line-height: .95; letter-spacing: -.07em; }
.ticket-price span { font-size: 15px; vertical-align: top; letter-spacing: 0; }
.ticket-price small { font-size: 18px; letter-spacing: -.02em; }
.ticket-note { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; }
.countdown-card { position: absolute; right: -28px; bottom: 0; z-index: 4; width: 310px; padding: 19px 22px; border: 1px solid rgba(255,255,255,.17); border-radius: 21px; background: rgba(5,24,51,.78); box-shadow: 0 20px 55px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.countdown-card > p { margin: 0 0 12px; color: #9eb4d1; font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.countdown { display: flex; align-items: start; gap: 12px; }
.countdown span { min-width: 52px; display: flex; flex-direction: column; }
.countdown strong { font-size: 27px; line-height: 1; }
.countdown small { margin-top: 6px; color: #88a2c1; font-size: 9px; text-transform: uppercase; }
.countdown i { color: #6f87a5; font-style: normal; font-size: 20px; }
.hero-scroll { position: absolute; z-index: 3; left: 50%; bottom: 27px; display: flex; align-items: center; gap: 9px; color: #7890ad; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { display: block; width: 34px; height: 1px; background: #7890ad; }

.section { padding: 118px 0; }
.section-kicker { margin: 0 0 16px; color: var(--red-600); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.section-title { margin: 0; font-size: clamp(38px, 5vw, 63px); line-height: 1.03; letter-spacing: -.055em; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.intro-copy { color: var(--muted); font-size: 17px; line-height: 1.8; }
.intro-copy p { margin: 0 0 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 75px; }
.feature-card { position: relative; min-height: 300px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.feature-card-accent { color: white; border-color: transparent; background: linear-gradient(145deg, var(--blue-700), var(--navy-900)); }
.feature-number { position: absolute; top: 24px; right: 26px; color: #b9c7d8; font-size: 11px; font-weight: 800; }
.feature-card-accent .feature-number { color: #86a8d3; }
.feature-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 52px; color: var(--blue-700); border-radius: 18px; background: white; box-shadow: 0 14px 35px rgba(5,36,77,.1); }
.feature-card-accent .feature-icon { color: white; background: rgba(255,255,255,.1); box-shadow: none; }
.feature-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 14px; }
.feature-card-accent p { color: #bfd0e7; }

.schedule-section { position: relative; overflow: hidden; color: white; background: var(--navy-950); }
.schedule-section::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 52px 52px; }
.schedule-glow { position: absolute; width: 600px; height: 600px; right: -300px; top: 180px; border-radius: 50%; background: rgba(27,110,208,.13); filter: blur(100px); }
.schedule-section .container { position: relative; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.section-heading-light .section-title { color: white; }
.poster-button { display: inline-flex; align-items: center; gap: 10px; padding: 13px 17px; color: #ccdbed; border: 1px solid #29415f; border-radius: 999px; background: transparent; cursor: pointer; }
.poster-button:hover { background: rgba(255,255,255,.06); }
.poster-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.day-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 60px 0 34px; }
.day-tab { position: relative; padding: 26px 30px; text-align: left; color: #7f96b2; border: 1px solid #1a304b; border-radius: 20px; background: #091a31; cursor: pointer; transition: .25s ease; }
.day-tab::after { content: ""; position: absolute; inset: auto 28px 0; height: 3px; border-radius: 3px 3px 0 0; background: var(--red-500); transform: scaleX(0); transition: transform .25s ease; }
.day-tab.active { color: white; border-color: #304e72; background: linear-gradient(140deg, #0c284d, #091a31); }
.day-tab.active::after { transform: scaleX(1); }
.day-tab span { display: block; color: var(--red-500); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.day-tab strong { display: block; margin-top: 7px; font-size: 23px; }
.day-tab small { display: block; margin-top: 5px; color: #7f96b2; }
.schedule-list { display: grid; gap: 16px; }
.module { overflow: hidden; border: 1px solid #1d3552; border-radius: 22px; background: rgba(9,27,52,.82); }
.module-header { width: 100%; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: white; text-align: left; border: 0; background: transparent; cursor: pointer; }
.module-heading { display: flex; align-items: center; gap: 18px; }
.module-number { min-width: 50px; height: 50px; display: grid; place-items: center; color: #ff6b75; border: 1px solid rgba(235,44,57,.35); border-radius: 15px; background: rgba(235,44,57,.09); font-size: 12px; font-weight: 850; }
.module-heading span { display: flex; flex-direction: column; }
.module-heading strong { font-size: 17px; }
.module-heading small { margin-top: 6px; color: #839ab7; font-size: 12px; }
.module-toggle { width: 34px; height: 34px; display: grid; place-items: center; color: #94a9c2; border: 1px solid #294361; border-radius: 50%; font-size: 20px; transition: transform .25s ease; }
.module.open .module-toggle { transform: rotate(45deg); }
.module-content { max-height: 0; overflow: hidden; transition: max-height .45s ease; }
.module.open .module-content { max-height: 1400px; }
.session-row { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 21px 28px; border-top: 1px solid #182f4a; }
.session-time { color: #ff6e78; font-size: 12px; font-weight: 800; }
.session-detail h4 { margin: 0; color: #edf5ff; font-size: 15px; font-weight: 650; line-height: 1.5; }
.session-detail p { margin: 7px 0 0; color: #7f97b4; font-size: 12px; }

.registration-section { background: var(--paper); }
.registration-shell { position: relative; display: grid; grid-template-columns: 1fr 370px; gap: 70px; align-items: center; padding: 74px; overflow: hidden; color: white; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--navy-900), var(--blue-700)); box-shadow: var(--shadow); }
.registration-shell::before { content: ""; position: absolute; width: 450px; height: 450px; left: -220px; bottom: -290px; border-radius: 50%; border: 80px solid rgba(255,255,255,.035); }
.registration-copy { position: relative; z-index: 1; }
.registration-copy h2 { max-width: 700px; margin: 0; font-size: clamp(37px, 4.5vw, 59px); line-height: 1.04; letter-spacing: -.055em; }
.registration-copy > p:not(.section-kicker) { max-width: 640px; margin: 24px 0; color: #bed0e6; line-height: 1.7; }
.benefit-list { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.benefit-list li { display: flex; gap: 11px; align-items: center; color: #d9e7f7; font-size: 14px; }
.benefit-list span { width: 23px; height: 23px; display: grid; place-items: center; color: white; border-radius: 50%; background: rgba(255,255,255,.12); }
.price-panel { position: relative; z-index: 1; padding: 36px; color: var(--ink); border-radius: 26px; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.lot-pill { display: inline-block; padding: 7px 10px; color: var(--red-600); border-radius: 999px; background: #ffeaec; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-panel > p { margin: 18px 0 6px; color: var(--muted); font-size: 12px; }
.large-price { font-size: 70px; font-weight: 880; line-height: 1; letter-spacing: -.08em; }
.large-price sup { font-size: 19px; vertical-align: top; letter-spacing: 0; }
.large-price small { font-size: 24px; letter-spacing: -.03em; }
.price-divider { height: 1px; margin: 27px 0; background: var(--line); }
.payment-button { width: 100%; }
.price-panel > small { display: block; margin-top: 16px; color: var(--muted); text-align: center; font-size: 10px; line-height: 1.5; }

.location-section { position: relative; min-height: 570px; display: flex; align-items: center; overflow: hidden; color: white; background: var(--navy-950); }
.location-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); }
.location-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,17,38,.98) 0%, rgba(3,17,38,.84) 40%, rgba(3,17,38,.2) 100%), linear-gradient(to top, rgba(3,17,38,.55), transparent); }
.location-content { position: relative; z-index: 2; }
.location-pin { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 20px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.location-pin svg { width: 27px; fill: none; stroke: #ff5a65; stroke-width: 1.8; }
.location-content h2 { max-width: 660px; margin: 0; font-size: clamp(48px, 7vw, 78px); letter-spacing: -.06em; }
.location-content > p:not(.section-kicker) { margin: 17px 0 30px; color: #bed0e6; font-size: 18px; }
.button-ghost-light { color: white; border: 1px solid rgba(255,255,255,.35); background: rgba(255,255,255,.08); }

.supporters-section { padding-bottom: 90px; }
.center { text-align: center; }
.sponsor-strip { margin-top: 45px; padding: 30px 35px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 18px 50px rgba(3,17,38,.07); }
.sponsor-strip img { width: 100%; }
.official-support { margin-top: 22px; padding: 24px; display: flex; align-items: center; justify-content: center; gap: 18px; color: var(--blue-700); border-radius: 18px; background: var(--paper); }
.official-support span { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }

.faq-section { padding-top: 85px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-intro { max-width: 420px; color: var(--muted); line-height: 1.7; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { padding: 0 23px; border: 1px solid var(--line); border-radius: 18px; background: white; }
.faq-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--paper); transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -3px 0 23px; padding-right: 50px; color: var(--muted); line-height: 1.65; }

.final-cta { position: relative; padding: 70px 0; overflow: hidden; color: white; background: linear-gradient(120deg, var(--red-700), var(--red-500)); }
.final-cta::before { content: ""; position: absolute; width: 500px; height: 500px; right: -220px; top: -320px; border: 80px solid rgba(255,255,255,.07); border-radius: 50%; }
.final-cta-line { position: absolute; inset: 0; opacity: .15; background: repeating-linear-gradient(130deg, transparent 0 32px, white 33px, transparent 34px 70px); }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 90px 1fr auto; gap: 28px; align-items: center; }
.final-cta-inner img { width: 80px; height: 80px; object-fit: cover; border-radius: 50%; background: white; }
.final-cta-inner p { margin: 0 0 9px; color: #ffd7da; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.final-cta-inner h2 { max-width: 750px; margin: 0; font-size: clamp(27px, 4vw, 43px); line-height: 1.08; letter-spacing: -.04em; }
.button-light { color: var(--red-700); background: white; box-shadow: 0 18px 40px rgba(107,0,8,.18); }
.site-footer { padding: 29px 0; color: #7990ac; background: var(--navy-950); font-size: 11px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer a { color: #c6d7ea; }
.mobile-sticky-cta { display: none; }

.poster-modal, .notice-modal { padding: 0; border: 0; border-radius: 24px; box-shadow: 0 35px 120px rgba(0,0,0,.5); }
.poster-modal::backdrop, .notice-modal::backdrop { background: rgba(1,8,19,.82); backdrop-filter: blur(8px); }
.poster-modal { width: min(92vw, 650px); max-height: 90vh; overflow: auto; background: white; }
.poster-modal-bar { position: sticky; top: 0; z-index: 2; min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--navy-900); }
.poster-modal-bar button, .notice-close { width: 38px; height: 38px; color: inherit; border: 0; border-radius: 50%; background: rgba(255,255,255,.1); cursor: pointer; font-size: 25px; }
.poster-modal > img { width: 100%; }
.notice-modal { width: min(90vw, 480px); padding: 42px; text-align: center; }
.notice-close { position: absolute; top: 14px; right: 14px; color: var(--muted); background: var(--paper); }
.notice-icon { width: 58px; height: 58px; margin: 0 auto 25px; display: grid; place-items: center; color: white; border-radius: 18px; background: var(--red-600); }
.notice-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 2; }
.notice-modal h2 { margin: 0; font-size: 30px; letter-spacing: -.04em; }
.notice-modal > p:not(.section-kicker) { margin: 15px 0 25px; color: var(--muted); line-height: 1.6; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].revealed { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(680px, 100%); margin: 0 auto; }
  .registration-shell { padding: 55px; grid-template-columns: 1fr 330px; gap: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { background: rgba(3,17,38,.9); backdrop-filter: blur(16px); }
  .header-inner { min-height: 68px; }
  .brand { min-width: 0; }
  .brand img { width: 42px; height: 43px; }
  .brand small { display: none; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .mobile-nav { position: absolute; top: 68px; left: 14px; right: 14px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(3,17,38,.97); box-shadow: 0 24px 60px rgba(0,0,0,.35); transform: translateY(-12px); opacity: 0; pointer-events: none; transition: .2s ease; }
  .mobile-nav.open { display: grid; opacity: 1; transform: none; pointer-events: auto; }
  .mobile-nav a { padding: 13px 12px; color: #d5e3f4; font-size: 14px; }
  .hero { padding: 115px 0 82px; }
  .hero-grid { gap: 58px; }
  .edition { margin-top: 29px; }
  .hero h1 { font-size: clamp(45px, 13vw, 65px); }
  .hero h1 span { line-height: 1.05; }
  .hero-lead { font-size: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-meta { gap: 20px; }
  .hero-meta > div { width: 100%; }
  .hero-visual { min-height: 470px; }
  .hero-image-wrap { inset: 0 0 30px 25px; border-radius: 120px 120px 25px 25px; }
  .ticket-card { top: 44px; width: 137px; padding: 17px; }
  .ticket-price { font-size: 43px; }
  .countdown-card { right: -5px; width: 270px; }
  .section { padding: 82px 0; }
  .intro-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .feature-card { min-height: auto; }
  .feature-icon { margin-bottom: 34px; }
  .section-heading { display: block; }
  .poster-button { margin-top: 25px; }
  .day-tabs { gap: 8px; margin-top: 42px; }
  .day-tab { padding: 19px; }
  .day-tab strong { font-size: 17px; }
  .day-tab small { display: none; }
  .module-header { padding: 20px; }
  .module-heading { gap: 12px; }
  .module-number { min-width: 42px; height: 42px; }
  .module-heading strong { font-size: 15px; }
  .session-row { grid-template-columns: 1fr; gap: 7px; padding: 18px 20px; }
  .registration-shell { grid-template-columns: 1fr; padding: 38px 25px; border-radius: 25px; }
  .price-panel { padding: 29px; }
  .location-section { min-height: 600px; align-items: end; padding-bottom: 75px; }
  .location-overlay { background: linear-gradient(to top, rgba(3,17,38,.98) 12%, rgba(3,17,38,.72) 70%, rgba(3,17,38,.2)); }
  .location-bg { object-position: 62% center; }
  .official-support { flex-direction: column; text-align: center; }
  .final-cta-inner { grid-template-columns: 65px 1fr; }
  .final-cta-inner img { width: 58px; height: 58px; }
  .final-cta-inner .button { grid-column: 1 / -1; width: 100%; margin-top: 15px; }
  .footer-inner { flex-direction: column; text-align: center; }
  .mobile-sticky-cta { position: fixed; z-index: 45; left: 14px; right: 14px; bottom: 12px; min-height: 58px; padding: 0 22px; display: flex; align-items: center; justify-content: space-between; color: white; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: linear-gradient(135deg, var(--red-500), var(--red-700)); box-shadow: 0 18px 50px rgba(101,0,8,.35); opacity: 0; pointer-events: none; transform: translateY(90px); transition: opacity .25s ease, transform .25s ease; }
  .mobile-sticky-cta.visible { opacity: 1; pointer-events: auto; transform: none; }
  .mobile-sticky-cta span { font-size: 12px; font-weight: 700; }
  .mobile-sticky-cta strong { font-size: 18px; }
  .site-footer { padding-bottom: 95px; }
}

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