:root {
  --bg: #0b0d12;
  --surface: #121722;
  --surface-soft: #18202d;
  --surface-warm: #25201f;
  --text: #f5f1e9;
  --muted: #b6b5b4;
  --subtle: #858c98;
  --line: #303845;
  --accent: #ff765c;
  --accent-2: #d9a85c;
  --focus: #a9d4ff;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 20; padding: 10px 14px; color: #0b0d12; background: var(--focus); font-weight: 800; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 5; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.17); background: rgba(11,13,18,.78); backdrop-filter: blur(14px); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 850; letter-spacing: -.03em; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--accent); border-radius: 3px; color: #171114; background: linear-gradient(120deg, #ff4f22, var(--accent) 55%, #e9a060); font-weight: 950; }
.nav-links { display: flex; align-items: center; gap: 22px; color: #dfddd7; font-size: .9rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: #fff; }
.lang-toggle { display: inline-flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.05); }
.lang-toggle button { border: 0; border-radius: 999px; padding: 5px 9px; color: var(--muted); background: transparent; cursor: pointer; font-size: .76rem; font-weight: 850; }
.lang-toggle button[aria-pressed="true"] { color: #151014; background: var(--accent); }
.nav-cta, .btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; border: 1px solid var(--accent); border-radius: 3px; color: #171114 !important; background: linear-gradient(110deg, #ff562b, var(--accent) 58%, #e58e62); font-weight: 850; text-decoration: none; cursor: pointer; }
.nav-cta { min-height: 38px; padding: 0 14px; }
.btn:hover, .nav-cta:hover { filter: brightness(1.08); }
.hero { position: relative; min-height: 760px; display: flex; align-items: end; overflow: hidden; background: #0b0d12 url("hero.jpg") center / cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,13,18,.97), rgba(11,13,18,.78) 45%, rgba(11,13,18,.23)), linear-gradient(0deg, rgba(11,13,18,.8), transparent 62%); }
.hero-content { position: relative; z-index: 1; max-width: 800px; padding: 170px 0 92px; }
.eyebrow { color: #ff9b84; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 900; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.048em; line-height: .97; }
h1 { max-width: 800px; margin: 18px 0 24px; font-size: clamp(3.2rem, 6.1vw, 6rem); }
h2 { margin: 16px 0 22px; font-size: clamp(2.65rem, 5vw, 4.6rem); }
h3 { line-height: 1.1; }
.highlight { display: inline; padding: .02em .1em .05em; color: #fff; background: linear-gradient(100deg, #ff5427, #ff785d 52%, #df8c76); }
.hero-copy { max-width: 650px; color: #e1ddd7; font-size: 1.13rem; line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.microcopy { display: block; max-width: 560px; margin-top: 15px; color: #c6c2bc; font-size: .87rem; }
.topic-strip { overflow: hidden; border-block: 1px solid var(--line); background: #0f131a; }
.topic-track { display: flex; justify-content: center; flex-wrap: wrap; gap: 20px; padding: 17px 0; color: #f4f1ec; font-size: .94rem; font-weight: 760; }
.topic-track b { color: var(--accent); font-weight: 400; }
section { padding: 106px 0; border-top: 1px solid var(--line); }
.section-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 82px; align-items: start; }
.section-intro p { max-width: 600px; color: #c4c1bb; font-size: 1.07rem; line-height: 1.7; }
.route-map { display: grid; gap: 14px; }
.route-card { padding: 27px; border: 1px solid #39414f; background: var(--surface); }
.route-card:nth-child(2) { border-top: 4px solid var(--accent); background: var(--surface-warm); }
.route-card:nth-child(3) { border-top: 4px solid var(--accent-2); background: #1a2029; }
.route-head { display: flex; align-items: center; gap: 16px; }
.route-number, .card-number { color: #ff9b84; letter-spacing: .14em; font-size: .72rem; font-weight: 900; }
.route-card h3 { margin: 0; font-size: 1.35rem; }
.route-card p { margin: 17px 0 0; color: #c9c6c0; }
.route-outcome { margin-top: 20px; padding-top: 14px; border-top: 1px solid #3a414d; color: var(--muted); font-size: .93rem; }
.route-outcome strong { color: #ffb39e; }
.section-close { grid-column: 1 / -1; margin: 28px 0 0; color: #ffb39e; font-size: 1.18rem; font-weight: 800; }
.topics { background: #0e1218; }
.topic-grid, .situation-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 52px; border: 1px solid #39414f; }
.topic-card, .situation-card { min-height: 220px; padding: 25px; border-right: 1px solid #39414f; border-bottom: 1px solid #39414f; background: var(--surface); }
.topic-card:nth-child(2n), .situation-card:nth-child(2n) { background: #1a2029; }
.topic-card:nth-child(3n), .situation-card:nth-child(3n) { border-top: 4px solid var(--accent); background: #211b1e; }
.topic-card h3, .situation-card h3 { margin: 15px 0 9px; font-size: 1.28rem; }
.topic-card p, .situation-card p { margin: 0; color: #c8c6c1; font-size: .98rem; }
.example { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; padding: 27px; border: 1px solid #4a4650; background: linear-gradient(120deg, #20191d, #131923); }
.example h3 { margin-bottom: 8px; }
.example p { margin-bottom: 0; color: #c9c5bf; }
.example-box { padding: 20px; border-left: 3px solid var(--accent-2); background: rgba(255,255,255,.05); }
.example-row { display: flex; justify-content: space-between; gap: 18px; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.14); color: #d9d5ce; }
.example-row:last-child { border-bottom: 0; color: #fff; font-weight: 850; }
.situations { background: var(--bg); }
.situation-intro { max-width: 760px; color: #c4c1bc; font-size: 1.07rem; }
.situation-card { min-height: 248px; }
.situation-card h3 { margin-top: 58px; }
.note { margin-top: 18px; color: var(--subtle); font-size: .84rem; }
.signup { background: #131821; }
.signup-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.signup-copy p { max-width: 540px; color: #c8c5c0; font-size: 1.06rem; }
.boundary { margin-top: 25px; padding: 19px; border-left: 3px solid var(--accent); background: rgba(255,118,92,.08); color: #ddd8d0; }
.signup-panel { padding: 28px; border: 1px solid #3a4350; background: #0e1219; }
.signup-panel h3 { margin-bottom: 9px; font-size: 1.4rem; }
.signup-panel > p { color: var(--muted); }
.form-grid { display: grid; gap: 15px; margin-top: 22px; }
label { display: grid; gap: 7px; color: #eeebe5; font-size: .91rem; font-weight: 750; }
input[type="email"] { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #596271; border-radius: 3px; color: var(--text); background: #171d27; }
input[type="email"]:focus { border-color: var(--focus); outline: 2px solid rgba(169,212,255,.25); }
.consent { display: flex; grid-template-columns: none; grid-template-areas: none; align-items: flex-start; gap: 10px; color: #c5c1ba; font-size: .82rem; font-weight: 500; }
.consent input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); }
.form-submit { width: 100%; margin-top: 4px; }
.form-submit:disabled { cursor: not-allowed; opacity: .62; filter: saturate(.5); }
.availability-badge { display: inline-flex; padding: 5px 9px; border: 1px solid #9b6a5b; color: #ffc3b1; background: rgba(255,118,92,.1); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.availability-panel h3 { margin-top: 18px; }
.form-status { min-height: 46px; margin-top: 15px; padding: 12px 14px; border: 1px solid #5e574e; color: #f1ddd0; background: #211c1b; font-size: .9rem; }
.form-status[hidden] { display: none; }
.form-footnote { margin: 14px 0 0; color: var(--subtle); font-size: .78rem; }
footer { padding: 30px 0; border-top: 1px solid var(--line); color: #8c919a; font-size: .82rem; }
.footer-grid { display: flex; justify-content: space-between; gap: 20px; }
.footer-grid strong { color: #f5f1e9; }
.legal-links { display: inline-flex; flex-wrap: wrap; gap: 14px; }
.legal-links a { color: #d7d3cb; }
.legal-links a:hover { color: #fff; }
.lang-only[hidden] { display: none !important; }
@media (max-width: 880px) {
  .nav-links { gap: 10px; font-size: .78rem; }
  .nav-links a:not(.nav-cta), .nav-links .lang-toggle { display: none; }
  .hero { min-height: 700px; }
  .section-grid, .signup-layout { grid-template-columns: 1fr; gap: 36px; }
  .topic-grid, .situation-grid { grid-template-columns: 1fr 1fr; }
  .topic-card, .situation-card { border-right: 1px solid #39414f; }
  .example { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 32px); }
  .site-header { padding: 14px 0; }
  .brand { font-size: .86rem; }
  .brand-mark { width: 27px; height: 27px; }
  .nav-cta { min-height: 36px; padding: 0 10px; font-size: .71rem; }
  .hero-content { padding: 146px 0 68px; }
  h1 { font-size: clamp(2.75rem, 12vw, 4.3rem); }
  .hero-copy { font-size: 1rem; }
  .topic-track { justify-content: flex-start; flex-wrap: nowrap; width: max-content; padding: 14px 0; animation: drift 34s linear infinite; }
  .topic-strip:hover .topic-track, .topic-strip:focus-within .topic-track { animation-play-state: paused; }
  section { padding: 76px 0; }
  .topic-grid, .situation-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .topic-card, .situation-card { min-height: 0; border-right: 0; }
  .situation-card h3 { margin-top: 35px; }
  .signup-panel { padding: 22px; }
  .footer-grid { display: block; }
  .footer-grid > * + * { display: block; margin-top: 10px; }
  .legal-links { display: flex; }
}
@keyframes drift { to { transform: translateX(-40%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
