@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,600&display=swap');

:root {
  --brand-navy: #132E41;
  --navy-900: #0C1E2C;
  --navy-800: #102737;
  --navy-600: #1C4056;
  --brand-orange: #EF7D13;
  --orange-600: #D96A08;
  --orange-400: #F59547;
  --brand-periwinkle: #7592BE;
  --peri-100: #E3EAF4;
  --brand-peach: #F3DDD0;
  --peach-100: #F9EDE4;
  --cream-50: #FCF7F3;
  --brand-dark: #222222;
  --brand-white: #FFFFFF;
  --text-muted: #5B6B76;
  --border-subtle: #E4E9ED;
  --border-on-dark: rgba(255,255,255,.16);
  --font-sans: 'Montserrat', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', sans-serif;
  --radius-card: 22px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(19,46,65,.06);
  --shadow-md: 0 8px 24px rgba(19,46,65,.09);
  --shadow-lg: 0 20px 48px rgba(12,30,44,.16);
  --shadow-accent: 0 10px 26px rgba(239,125,19,.28);
  --shell: min(1200px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--brand-white); color: var(--brand-dark); font-family: var(--font-sans); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 850px; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 12px 18px; border-radius: var(--radius-pill); background: var(--brand-white); color: var(--brand-navy); font-weight: 700; }
.skip-link:focus { top: 20px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; padding: 0 max(24px, calc((100vw - 1200px) / 2)); display: flex; align-items: center; justify-content: space-between; background: rgba(19,46,65,.88); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); transition: height 240ms ease, background 240ms ease; }
.site-header.scrolled { height: 70px; background: rgba(12,30,44,.96); }
.brand { display: block; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 122px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.language-switcher { display: flex; padding: 3px; border: 1px solid rgba(255,255,255,.32); border-radius: var(--radius-pill); }
.language-switcher button { border: 0; border-radius: var(--radius-pill); padding: 6px 9px; background: transparent; color: var(--brand-white); font: 700 11px var(--font-sans); cursor: pointer; transition: color 140ms ease, background 140ms ease; }
.language-switcher button[aria-pressed='true'] { background: var(--brand-white); color: var(--brand-navy); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 14px 26px; border-radius: var(--radius-pill); background: var(--brand-orange); color: var(--brand-white); box-shadow: var(--shadow-accent); text-decoration: none; font-size: 14px; font-weight: 700; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-1px); background: var(--orange-600); box-shadow: 0 12px 30px rgba(239,125,19,.34); }
.button:active { transform: translateY(0); }
.button-small { min-height: 40px; padding: 9px 18px; font-size: 12px; box-shadow: none; }
.button:focus-visible, .text-link:focus-visible, .language-switcher button:focus-visible { outline: 3px solid var(--orange-400); outline-offset: 3px; }
.text-link { font-size: 14px; font-weight: 700; text-underline-offset: 5px; }

.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 880px; display: grid; align-items: center; background: var(--brand-navy); color: var(--brand-white); }
.hero-backdrop { position: absolute; inset: 0 0 0 33%; z-index: -3; background: url('/assets/hero.webp') left center / cover no-repeat; filter: brightness(1.34) saturate(1.1) contrast(1.02); }
.hero:after { content: ''; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(19,46,65,.99) 0%, rgba(19,46,65,.98) 31%, rgba(19,46,65,.82) 36%, rgba(19,46,65,.44) 45%, rgba(19,46,65,.14) 56%, rgba(19,46,65,.04) 68%), linear-gradient(0deg, rgba(12,30,44,.48) 0%, transparent 34%); }
.hero-vortex { position: absolute; z-index: -1; width: 650px; right: -260px; bottom: -250px; opacity: .11; pointer-events: none; }
.hero-content { padding-top: 120px; padding-bottom: 60px; }
.hero-layout { display: block; }
.hero-copy-block { max-width: 650px; }
.hero h1, .hero-copy, .hero-note, .event-facts, .hero .text-link { text-shadow: 0 1px 4px rgba(12,30,44,.72); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0; color: var(--brand-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow:before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.hero h1, .section h2 { color: var(--brand-navy); font-weight: 800; letter-spacing: -.01em; line-height: 1.07; }
.hero h1 { margin: 18px 0 22px; color: var(--brand-white); font-size: clamp(54px, 5.4vw, 68px); }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--brand-peach); font-style: normal; }
.hero-copy { max-width: 590px; margin: 0; color: var(--brand-peach); font-size: clamp(17px, 1.55vw, 20px); }
.deadline { display: inline-flex; align-items: center; gap: 12px; margin: 24px 0 26px; padding: 10px 16px; border: 1px solid rgba(239,125,19,.65); border-radius: var(--radius-pill); background: rgba(12,30,44,.42); color: var(--brand-white); font-size: 13px; }
.deadline-dot { flex: 0 0 auto; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-orange); box-shadow: 0 0 0 5px rgba(239,125,19,.18); }
.event-facts { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); max-width: 640px; margin: 0 0 32px; border-block: 1px solid var(--border-on-dark); }
.event-facts div { padding: 16px 14px 16px 0; }
.event-facts div + div { padding-left: 18px; border-left: 1px solid var(--border-on-dark); }
.event-facts span, .event-facts strong { display: block; }
.fact-label { margin-bottom: 4px; color: var(--brand-periwinkle); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.event-facts strong { color: var(--brand-white); font-size: 13px; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.hero .text-link { color: var(--brand-peach); }
.hero-note { margin: 16px 0 0; color: rgba(243,221,208,.72); font-size: 11px; }


.section { position: relative; padding: 104px 0; }
.section-label { display: flex; align-items: center; gap: 13px; margin-bottom: 42px; color: var(--brand-orange); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.section-label span:first-child { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.section-label.light { color: var(--brand-orange); }
.section h2 { margin: 0 0 22px; font-size: clamp(38px, 4.8vw, 60px); }
.section h2 em { color: var(--brand-orange); font-style: normal; }
.large-copy { max-width: 680px; color: var(--text-muted); font-size: clamp(17px, 1.7vw, 21px); }

.intro { background: var(--brand-white); }
.intro-grid { display: grid; grid-template-columns: 1.07fr .75fr; align-items: center; gap: clamp(58px, 8vw, 110px); }
.image-frame { margin: 0; }
.portrait-frame { position: relative; }
.portrait-frame img { height: 580px; object-fit: cover; border-radius: 46% 54% 48% 52% / 42% 44% 56% 58%; box-shadow: var(--shadow-md); }
.portrait-frame:before { content: ''; position: absolute; z-index: -1; inset: -14px 16px 16px -14px; border: 1px solid var(--brand-periwinkle); border-radius: 50% 50% 44% 56% / 46% 42% 58% 54%; }
.image-frame figcaption { margin-top: 15px; color: var(--text-muted); font-size: 11px; }

.experience-section { overflow: hidden; background: var(--cream-50); }
.experience-section:after { content: ''; position: absolute; right: -240px; top: -240px; width: 560px; height: 560px; background: url('/assets/vortex-navy.svg') center/contain no-repeat; opacity: .06; pointer-events: none; }
.section-heading-row { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.section-heading-row p { margin: 0 0 10px; color: var(--text-muted); }
.feature-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 56px; }
.feature-grid article { min-height: 250px; padding: 30px; border: 1px solid var(--border-subtle); border-top: 3px solid var(--brand-periwinkle); border-radius: var(--radius-card); background: var(--brand-white); box-shadow: var(--shadow-sm); transition: transform 180ms ease, box-shadow 180ms ease; }
.feature-grid article:nth-child(4), .feature-grid article:nth-child(5), .feature-grid article:nth-child(6) { border-top-color: var(--orange-400); }
.feature-grid article:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.feature-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--peri-100); color: var(--navy-600); font-size: 11px; font-weight: 800; }
.feature-grid h3 { margin: 32px 0 10px; color: var(--brand-navy); font-size: 20px; line-height: 1.25; }
.feature-grid p { margin: 0; color: var(--text-muted); font-size: 14px; }

.guide-section { overflow: hidden; background: var(--brand-navy); color: var(--brand-white); }
.guide-section:after { content: ''; position: absolute; left: -260px; bottom: -280px; width: 660px; height: 660px; background: url('/assets/vortex-white.svg') center/contain no-repeat; opacity: .08; }
.guide-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.15fr; align-items: center; gap: clamp(60px, 8vw, 110px); }
.guide-photo { position: relative; margin: 0; }
.guide-photo img { width: 100%; height: 620px; object-fit: cover; object-position: center 28%; border-radius: 45% 55% 48% 52% / 42% 45% 55% 58%; box-shadow: 0 22px 50px rgba(0,0,0,.22); }
.guide-photo:after { content: ''; position: absolute; z-index: -1; inset: -15px 16px 16px -15px; border: 1px solid rgba(243,221,208,.34); border-radius: 51% 49% 54% 46% / 49% 42% 58% 51%; }
.guide-copy h2 { margin-bottom: 10px; color: var(--brand-white); }
.guide-role { max-width: 540px; color: var(--brand-orange); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.guide-copy .large-copy { color: var(--brand-peach); }
.support-note { margin-top: 34px; padding: 22px 24px; border: 1px solid var(--border-on-dark); border-radius: var(--radius-card); background: var(--navy-800); color: rgba(255,255,255,.78); }

.application-section { background: var(--peach-100); }
.application-card { display: grid; grid-template-columns: .72fr 1.28fr; overflow: hidden; border-radius: 30px; background: var(--brand-navy); box-shadow: var(--shadow-lg); color: var(--brand-white); }
.investment { display: flex; flex-direction: column; justify-content: center; padding: 58px; background: linear-gradient(135deg, var(--brand-orange), var(--orange-600)); }
.investment .eyebrow, .investment .eyebrow:before { color: var(--brand-white); }
.price { margin: 8px 0; font-size: clamp(58px,7vw,84px); font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.investment > p:not(.eyebrow):not(.price) { color: rgba(255,255,255,.88); }
.deadline-dark { margin-top: 36px; margin-bottom: 0; border-color: rgba(255,255,255,.44); background: rgba(12,30,44,.22); }
.steps { padding: 60px; }
.steps ol { margin: 34px 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--border-on-dark); }
.steps li > span { color: var(--brand-periwinkle); font-size: 13px; font-weight: 800; }
.steps h3 { margin: 0 0 5px; color: var(--brand-white); font-size: 19px; }
.steps p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.button-light { background: var(--brand-white); color: var(--brand-navy); box-shadow: none; }
.button-light:hover { background: var(--brand-peach); }
.deadline-reminder { margin-top: 14px !important; color: rgba(255,255,255,.66) !important; font-size: 11px !important; }

.safety-section { background: var(--brand-white); }
.safety-section .narrow { padding: 50px; border: 1px solid var(--border-subtle); border-radius: var(--radius-card); box-shadow: var(--shadow-sm); }
.safety-section h2 { max-width: 760px; }
.fine-print { margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--border-subtle); color: var(--text-muted); font-size: 12px; }

footer { padding: 64px 0 24px; background: var(--navy-900); color: var(--brand-peach); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-logo { width: 145px; margin-bottom: 18px; }
.footer-grid p { margin: 0 0 12px; }
.footer-grid > div:last-child { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-grid a { color: var(--brand-peach); text-underline-offset: 4px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--border-on-dark); color: rgba(243,221,208,.62); font-size: 11px; }

@media (max-width: 920px) {
  .hero { min-height: auto; }
  .hero-backdrop { left: 0; background-position: 44% center; }
  .hero-content { padding-top: 140px; padding-bottom: 80px; }
  .hero-copy-block { max-width: 720px; }
  .intro-grid, .guide-grid { grid-template-columns: 1fr; gap: 64px; }
  .portrait-frame, .guide-photo { width: min(560px, 88%); margin-inline: auto; }
  .section-heading-row { grid-template-columns: 1fr; gap: 6px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .application-card { grid-template-columns: 1fr; }
  .investment, .steps { padding: 48px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { height: 70px; padding-inline: 16px; }
  .site-header.scrolled { height: 64px; }
  .brand img { width: 96px; }
  .header-actions { gap: 8px; }
  .site-header .button-small { display: none; }
  .hero-content { padding-top: 112px; padding-bottom: 64px; }
  .hero h1 { font-size: 47px; }
  .hero-copy { font-size: 16px; }
  .deadline { align-items: flex-start; border-radius: 18px; }
  .deadline-dot { margin-top: 6px; }
  .event-facts { grid-template-columns: 1fr; }
  .event-facts div { padding: 12px 0; }
  .event-facts div + div { padding-left: 0; border-top: 1px solid var(--border-on-dark); border-left: 0; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-copy-block { text-shadow: 0 1px 4px rgba(12,30,44,.68); }
  .hero-backdrop { background-position: 44% center; }
  .hero:after { background: linear-gradient(180deg, rgba(19,46,65,.74) 0%, rgba(19,46,65,.58) 54%, rgba(12,30,44,.74) 100%); }
  .section { padding: 72px 0; }
  .section h2 { font-size: 38px; }
  .section-label { margin-bottom: 32px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: auto; }
  .portrait-frame, .guide-photo { width: 92%; }
  .portrait-frame img, .guide-photo img { height: 500px; }
  .investment, .steps { padding: 36px 26px; }
  .application-card { border-radius: var(--radius-card); }
  .safety-section .narrow { width: var(--shell); padding: 32px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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