:root {
  --navy: #0a1d63;
  --blue: #1464ff;
  --sky: #e8f0ff;
  --white: #fff;
  --copy: #536384;
  --muted: #626f8c;
  --line: rgba(10, 29, 99, .16);
  --soft-shadow: 0 18px 45px rgba(10, 29, 99, .12);
  --lift-shadow: 0 10px 26px rgba(20, 100, 255, .18);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
  --display: "Sora", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--navy); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.wrap { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.site-header { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; }
.brand { display: inline-flex; align-items: center; gap: 8px; font: 800 17px/1 var(--sans); letter-spacing: -.055em; white-space: nowrap; }
.brand-mark { display: grid; width: 38px; height: 23px; place-items: center; }
.brand-mark img { display: block; width: 38px; height: 23px; object-fit: contain; }
.brand-name b { color: var(--blue); }
.nav { display: flex; align-items: center; gap: 27px; font: 500 12px var(--mono); }
.nav a:not(.nav-cta), .text-link, .footer-links a { color: var(--copy); transition: color .2s ease, opacity .2s ease; }
.nav a:not(.nav-cta):hover, .text-link:hover, .footer-links a:hover { color: var(--navy); opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--navy); border-radius: 999px; padding: 12px 16px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.nav-cta:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.lang-switch { border: 1px solid var(--line); border-radius: 999px; padding: 12px 14px; transition: border-color .2s ease; }
.lang-switch:hover { border-color: var(--navy); }
.header-links { display: flex; align-items: center; gap: 21px; font: 500 12px var(--mono); }
.nav-cta span, .button span { font-size: 17px; line-height: 0; }

.hero { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr); gap: clamp(40px, 5vw, 76px); align-items: center; padding: 48px 0 96px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font: 600 clamp(48px, 5.5vw, 82px)/.94 var(--display); letter-spacing: -.065em; }
h1 { max-width: 650px; margin-bottom: 31px; }
h1 em, h2 em, h3 em { color: var(--blue); font-style: italic; }
.hero-lede { max-width: 470px; margin-bottom: 0; color: var(--copy); font-size: 18px; line-height: 1.52; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; gap: 12px; border: 0; border-radius: 999px; padding: 17px 22px; font: 500 12px var(--mono); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: var(--lift-shadow); }
.button-primary { background: var(--navy); color: var(--white); }
.button-light { background: var(--blue); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid currentColor; padding-bottom: 4px; font: 500 12px var(--mono); }
.microcopy { max-width: 355px; margin: 29px 0 0; color: var(--muted); font: 12px/1.55 var(--mono); }

.hero-visual { position: relative; padding: 24px 26px 28px; overflow: hidden; border-radius: 18px; background: var(--navy); color: var(--white); box-shadow: var(--soft-shadow); }
.hero-visual::before { content: ""; position: absolute; width: 380px; height: 380px; right: -140px; top: 44%; transform: translateY(-50%); border: 1px solid rgba(20, 100, 255, .5); border-radius: 50%; box-shadow: 0 0 0 34px rgba(20, 100, 255, .06), 0 0 0 70px rgba(20, 100, 255, .035); }
.visual-topline, .message-foot, .event-title, .footer-bottom { font: 500 11px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.visual-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; color: rgba(255, 255, 255, .62); }
.pulse-label { color: #a9c4ff; font: 500 11px var(--mono); letter-spacing: .09em; }
.message-card, .event-card { position: relative; z-index: 1; padding: 20px; }
.message-card { width: 77%; margin: 44px 0 0 auto; transform: rotate(2deg); border-radius: 3px 3px 3px 18px; background: var(--white); color: var(--navy); box-shadow: 0 15px 30px rgba(20, 100, 255, .18); }
.message-meta, .message-foot { display: flex; align-items: center; gap: 8px; }
.message-meta { font-size: 11px; font-weight: 800; }
.avatar { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--blue); color: var(--white); font: 500 10px var(--mono); }
.message-time { margin-left: auto; color: var(--muted); font: 10px var(--mono); }
.message-card p { margin: 22px 0 23px; font: 600 20px/1.2 var(--display); letter-spacing: -.035em; }
.message-card strong { color: var(--blue); font: 500 12px var(--mono); letter-spacing: 0; }
.message-foot { justify-content: space-between; padding-top: 12px; border-top: 1px solid #dce5f7; color: var(--copy); font-size: 10px; letter-spacing: 0; text-transform: none; }
.message-foot span:last-child { color: var(--blue); font-size: 13px; }
.route-line { --route-h: 58px; position: relative; z-index: 1; width: 2px; height: var(--route-h); margin: 12px 0 14px calc(40% - 1px); background: repeating-linear-gradient(to bottom, rgba(169, 196, 255, .85) 0 4px, transparent 4px 9px); }
.route-line span { position: absolute; left: 50%; }
.route-line span:nth-child(1) { top: -3px; width: 7px; height: 7px; transform: translateX(-50%); border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px rgba(20, 100, 255, .22); }
.route-line span:nth-child(2) { top: 0; width: 5px; height: 5px; margin-left: -2.5px; border-radius: 50%; background: #dce7ff; animation: route-pulse 2.8s cubic-bezier(.3, .6, .4, 1) infinite; }
.route-line span:nth-child(3) { bottom: -1px; width: 8px; height: 8px; margin-left: -5px; border-right: 2px solid #a9c4ff; border-bottom: 2px solid #a9c4ff; transform: rotate(45deg); }
@keyframes route-pulse { 0% { transform: translateY(2px); opacity: 0; } 14% { opacity: .9; } 80% { opacity: .9; } 100% { transform: translateY(calc(var(--route-h) - 8px)); opacity: 0; } }
.event-card { width: 86%; border: 1px solid rgba(169, 196, 255, .42); border-radius: 3px; background: #102778; }
.event-title { display: flex; align-items: center; gap: 9px; color: #c6d8ff; font-size: 10px; letter-spacing: .05em; }
.event-icon { color: var(--blue); font-size: 16px; }.event-live { margin-left: auto; color: #a9c4ff; font-size: 10px; letter-spacing: .06em; }
.event-card pre { margin: 19px 0 0; color: #eff4ff; font: 12px/1.7 var(--mono); white-space: pre-wrap; }.event-card b { color: #b9d0ff; font-weight: 400; }.event-card i { color: #fff; font-style: normal; }

.signal-bar { display: flex; align-items: center; gap: 18px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--copy); font: 500 11px var(--mono); letter-spacing: .12em; }
.signal-arrow { color: var(--blue); font-size: 18px; }.signal-note { margin-left: auto; color: var(--muted); letter-spacing: 0; }
.split-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; padding: 155px 0 150px; }.section-intro h2 { max-width: 510px; margin: 0; font-size: clamp(43px, 5vw, 72px); }.large-copy { max-width: 580px; margin: 18px 0 58px; color: var(--copy); font-size: 20px; line-height: 1.48; }
.steps { border-top: 1px solid var(--line); }.step { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0 24px; border-bottom: 1px solid var(--line); }.step > span { color: var(--blue); font: 500 12px var(--mono); }.step h3 { margin-bottom: 8px; font: 600 22px/1.15 var(--display); letter-spacing: -.04em; }.step p { max-width: 420px; margin: 0; color: var(--copy); font-size: 14px; line-height: 1.5; }

.feature-section { padding-bottom: 150px; }.feature-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 30px; border-bottom: 1px solid var(--line); }.feature-head h2 { margin: 0 0 18px; font-size: clamp(38px, 4vw, 58px); }.feature-aside { margin: 0 0 18px; color: var(--muted); font: 12px/1.45 var(--mono); text-align: right; }.feature-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 15px; }.feature { position: relative; min-height: 295px; padding: 28px; overflow: hidden; border-radius: 18px; }.feature-wide { grid-row: span 2; min-height: 605px; background: var(--sky); }.feature-dark { background: var(--navy); color: var(--white); }.feature-accent { background: var(--blue); color: var(--white); }.feature h3 { position: relative; z-index: 1; margin: 115px 0 22px; font: 600 44px/.98 var(--display); letter-spacing: -.065em; }.feature-dark h3, .feature-accent h3 { margin-top: 46px; font-size: 35px; }.feature p { position: relative; z-index: 1; max-width: 330px; margin: 0; color: var(--copy); font-size: 14px; line-height: 1.5; }.feature-dark p { color: #c6d8ff; }.feature-accent p { color: #fff; }.feature-accent h3 em { color: #dce7ff; }.feature-mark { position: absolute; right: 25px; bottom: 15px; color: rgba(10, 29, 99, .18); font: 500 90px var(--display); }.feature-dark .feature-mark { color: #8fb4ff; opacity: .75; }.feature-accent .feature-mark { color: rgba(255, 255, 255, .25); }.feature-wide::after { content: ""; position: absolute; width: 350px; height: 350px; right: -90px; bottom: -120px; border: 1px solid rgba(10, 29, 99, .2); border-radius: 50%; box-shadow: 0 0 0 32px rgba(10, 29, 99, .04), 0 0 0 64px rgba(10, 29, 99, .03); }

.closing { position: relative; margin-bottom: 100px; padding: 90px 80px; overflow: hidden; border-radius: 18px; background: var(--navy); color: var(--white); }.closing h2 { position: relative; z-index: 1; max-width: 650px; margin: 0 0 23px; font-size: clamp(46px, 5vw, 72px); }.closing-copy { position: relative; z-index: 1; max-width: 410px; margin-bottom: 30px; color: #c6d8ff; font-size: 16px; line-height: 1.5; }.closing-orbit { position: absolute; top: 9%; right: 9%; display: grid; width: 310px; height: 310px; place-items: center; border: 1px solid rgba(20, 100, 255, .65); border-radius: 50%; color: #8fb4ff; font-size: 35px; box-shadow: 0 0 0 24px rgba(20, 100, 255, .08), 0 0 0 50px rgba(20, 100, 255, .045); }.closing-orbit::after { content: ""; position: absolute; top: 20px; right: 52px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }

.site-footer { display: grid; grid-template-columns: 1.4fr 1fr; gap: 50px; padding-bottom: 27px; }.footer-note { max-width: 290px; margin: 19px 0 0; color: var(--muted); font: 12px/1.5 var(--mono); }.footer-links { display: grid; grid-template-columns: 1fr 1fr; align-content: start; gap: 12px 24px; padding-top: 7px; font: 11px var(--mono); }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; margin-top: 37px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; letter-spacing: .03em; text-transform: none; }

.legal-page { min-height: 730px; padding: 88px 0 140px; }.legal-page h1 { max-width: 780px; margin-bottom: 24px; }.legal-updated { color: var(--muted); font: 11px var(--mono); }.legal-lede { max-width: 620px; margin: 34px 0 40px; color: var(--copy); font-size: 20px; line-height: 1.5; }.legal-copy { max-width: 720px; margin: 75px 0 0 19%; color: var(--copy); font-size: 16px; line-height: 1.65; }.legal-copy p { margin-bottom: 29px; }.legal-copy h2 { margin: 57px 0 16px; font: 600 28px/1.1 var(--display); letter-spacing: -.04em; }.legal-copy a, .contact-grid a { color: var(--blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }.section-number { margin-bottom: 34px; color: var(--muted); font: 500 11px var(--mono); letter-spacing: .09em; text-transform: uppercase; }.contact-page { min-height: 720px; }.contact-page .button { margin: 14px 0 18px; }.contact-page .small-note { margin: 0 0 70px; }.contact-grid { display: grid; grid-template-columns: 1fr 1fr; max-width: 720px; padding-top: 22px; border-top: 1px solid var(--line); }.contact-grid .section-number { margin-bottom: 19px; }.contact-grid p:last-child { color: var(--copy); font-size: 15px; line-height: 1.6; }.deletion-copy { margin-top: 75px; }.small-note { color: var(--muted); font: 12px/1.6 var(--mono); }

.reveal { animation: rise .8s cubic-bezier(.2, .7, .2, 1) both; }.reveal-delay { animation-delay: .14s; } @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .wrap { width: min(100% - 34px, 600px); }
  .site-header { padding: 20px 0; }.nav { gap: 8px; }.header-links { gap: 12px; }.nav a:not(.nav-cta):not(.lang-switch) { display: none; }.nav-cta { gap: 8px; padding: 10px 12px; white-space: nowrap; }.lang-switch { padding: 10px 11px; }
  .hero { display: block; padding: 60px 0 76px; }.hero h1 { font-size: clamp(50px, 15vw, 78px); }.hero-actions { flex-wrap: wrap; gap: 16px 24px; }.hero-visual { margin-top: 48px; }.route-line { --route-h: 46px; margin-left: calc(34% - 1px); }.event-card { width: 100%; }
  .signal-bar { flex-wrap: wrap; gap: 9px 14px; }.signal-note { width: 100%; margin: 6px 0 0; }
  .split-section { display: block; padding: 100px 0; }.section-body { margin-top: 42px; }.large-copy { margin: 0 0 50px; }
  .feature-section { padding-bottom: 100px; }.feature-head { display: block; }.feature-head h2 { margin-bottom: 12px; }.feature-aside { text-align: left; }.feature-grid { display: block; }.feature { min-height: 320px; margin-bottom: 15px; }.feature-wide { min-height: 470px; }
  .closing { margin-bottom: 75px; padding: 70px 30px; }.closing-orbit { top: 38px; right: -120px; }.closing h2 { font-size: clamp(48px, 14vw, 76px); }
  .site-footer { display: block; }.footer-links { margin-top: 50px; }.footer-bottom { margin-top: 47px; }
  .message-card { width: 88%; }.legal-page { min-height: auto; padding: 76px 0 100px; }.legal-copy { margin: 60px 0 0; font-size: 15px; }.contact-grid { display: block; }.contact-grid > div + div { margin-top: 36px; }.contact-page .small-note { margin-bottom: 48px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { animation: none; } .button, .nav-cta { transition: none; } .route-line span:nth-child(2) { animation: none; opacity: 0; } }
