:root {
  --ivory: #f7f2e7;
  --paper: #fffdf7;
  --ink: #18150f;
  --muted: #6d6659;
  --line: rgba(29, 24, 15, 0.16);
  --gold: #bd8a25;
  --gold-bright: #e0b449;
  --dark: #17150f;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;
  color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
img, video, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button, a, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); background: #fff; padding: 12px 18px; border-radius: 999px; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), 1220px); margin-inline: auto; }
.section { padding: 128px 0; }
.kicker { margin: 0 0 24px; color: #8e6d2f; font-size: 12px; font-weight: 750; letter-spacing: .2em; }
.kicker.light { color: #e0bc6b; }
h1, h2, h3, p { margin-top: 0; }
h2 { margin-bottom: 0; font-family: var(--serif); font-size: clamp(44px, 5vw, 74px); font-weight: 400; letter-spacing: -.045em; line-height: .99; }
h3 { font-size: 24px; font-weight: 520; letter-spacing: -.025em; }
p { line-height: 1.65; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding-top: env(safe-area-inset-top); border-bottom: 1px solid transparent; transition: background .35s, border-color .35s; }
.site-header.scrolled { background: rgba(255, 253, 247, .86); border-color: var(--line); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.nav-shell { width: min(calc(100% - 48px), 1400px); height: 88px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 650; letter-spacing: .12em; }
.brand b { color: var(--gold); font-weight: 650; }
.brand-mark { position: relative; width: 34px; height: 34px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; }
.brand-mark::before { content: ""; width: 20px; height: 20px; border: 1px solid var(--gold); transform: rotate(45deg); }
.brand-mark i { position: absolute; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #4e493e; font-size: 12px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a:hover { color: var(--gold); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.language-control { min-height: 44px; display: flex; align-items: center; gap: 6px; color: #5e574a; }
.language-control select { width: 90px; min-height: 44px; border: 0; background: transparent; color: inherit; font-size: 13px; cursor: pointer; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border: 1px solid currentColor; font-size: 13px; font-weight: 650; letter-spacing: .04em; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 46px; }
.button-primary { background: var(--ink); color: #fff; border-color: var(--ink); }
.button-primary:hover { background: var(--gold); border-color: var(--gold); }
.button-light { color: var(--ivory); }
.button-light:hover { background: var(--ivory); color: var(--ink); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--line); background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 6px; }
.menu-toggle span { width: 18px; height: 1px; background: var(--ink); }
.mobile-menu { padding: 12px 24px 26px; background: rgba(255,253,247,.98); border-top: 1px solid var(--line); }
.mobile-menu a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }

.hero { position: relative; min-height: 100vh; min-height: 100dvh; overflow: hidden; background: var(--ivory); }
.hero-image-wrap { position: absolute; inset: 0; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(249,245,235,.97) 0%, rgba(249,245,235,.87) 32%, rgba(249,245,235,.14) 66%, rgba(19,16,10,.06) 100%); }
.hero-sheen { position: absolute; inset: auto -10% -22% auto; width: 56vw; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; box-shadow: inset 0 0 80px rgba(255,255,255,.18); }
.hero-content { position: relative; z-index: 2; width: min(calc(100% - 48px), 1400px); min-height: 100vh; min-height: 100dvh; margin-inline: auto; padding: 178px 0 55px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; color: #795b25; font-size: 11px; font-weight: 750; letter-spacing: .21em; }
.eyebrow > span:first-child { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(189,138,37,.16); }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--serif); font-size: clamp(58px, 7.2vw, 112px); font-weight: 400; letter-spacing: -.055em; line-height: .88; }
.hero h1 em, .final-cta h2 em { color: var(--gold); font-weight: 400; }
.hero-copy { max-width: 570px; margin: 34px 0 30px; color: #554e41; font-size: clamp(17px, 1.4vw, 20px); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { min-height: 48px; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 650; }
.trust-strip { width: min(780px, 62vw); margin-top: 60px; padding-top: 25px; border-top: 1px solid rgba(31,25,14,.22); display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip div { min-width: 0; display: flex; flex-direction: column; gap: 5px; border-right: 1px solid rgba(31,25,14,.16); padding: 0 26px; }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.trust-strip span { color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; right: 34px; bottom: 28px; width: 28px; height: 52px; border: 1px solid rgba(30,24,15,.34); border-radius: 999px; display: grid; place-items: start center; padding-top: 8px; }
.scroll-cue span { width: 3px; height: 8px; background: var(--gold); border-radius: 9px; animation: scrollCue 1.8s ease-in-out infinite; }
@keyframes scrollCue { 50% { transform: translateY(20px); opacity: .3; } }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.intro .lead { max-width: 520px; margin: 0 0 4px; color: var(--muted); font-size: 18px; }
.feature-grid { margin-top: 84px; display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 16px; }
.feature-card { min-height: 520px; padding: 30px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.feature-card p { color: var(--muted); font-size: 15px; }
.feature-number { font-family: var(--serif); font-size: 18px; }
.dark-card { background: var(--dark); color: white; }
.dark-card p { color: #bdb5a5; }
.gold-card { background: linear-gradient(145deg, #d3a03d, #9d6b16); color: #1b1408; }
.gold-card p { color: #3e2b0d; }
.orbital-art { position: relative; height: 230px; display: grid; place-items: center; }
.orbital-art::before, .orbital-art::after { content: ""; position: absolute; width: 210px; aspect-ratio: 1; border: 1px solid rgba(189,138,37,.35); border-radius: 50%; }
.orbital-art::after { width: 150px; }
.orbital-art span { width: 88px; height: 122px; background: linear-gradient(135deg,#efd67d,#ad7614); border-radius: 7px; transform: rotate(-12deg); box-shadow: 22px 28px 45px rgba(77,52,9,.18); }
.orbital-art i { position: absolute; width: 260px; height: 50px; border: 1px solid rgba(189,138,37,.55); border-radius: 50%; transform: rotate(-16deg); }
.vault-lines { height: 180px; display: flex; justify-content: center; align-items: center; gap: 12px; }
.vault-lines span { width: 28px; height: 120px; border: 1px solid #77633d; transform: skewY(-18deg); }
.vault-lines span:nth-child(2) { height: 160px; background: linear-gradient(#d8ad57,#5f451d); }
.stamp { align-self: center; width: 150px; height: 150px; display: grid; place-content: center; border: 1px solid rgba(46,31,7,.32); border-radius: 50%; text-align: center; font-family: var(--serif); font-size: 58px; line-height: .6; box-shadow: 0 20px 60px rgba(65,39,4,.18); }
.stamp small { font-family: var(--sans); font-size: 13px; letter-spacing: .18em; }

.regulation { position: relative; overflow: hidden; background: var(--dark); color: #fff; }
.regulation::before { content: ""; position: absolute; width: 700px; height: 700px; left: -280px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(203,154,55,.23), transparent 68%); }
.regulation-grid { position: relative; display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; align-items: center; }
.regulation h2 { max-width: 820px; }
.regulation p:not(.kicker) { max-width: 700px; margin: 32px 0; color: #bdb6a9; font-size: 18px; }
.reg-seal { position: relative; width: min(340px, 100%); aspect-ratio: 1; border: 1px solid #806a3a; border-radius: 50%; display: grid; place-items: center; }
.reg-seal::before, .reg-seal::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(216,177,91,.3); border-radius: 50%; }
.reg-seal::after { inset: 52px; }
.reg-seal span { font-family: var(--serif); color: #deb759; font-size: 120px; }
.reg-seal i { position: absolute; width: 86%; height: 18%; border: 1px solid #8a713e; border-radius: 50%; transform: rotate(-20deg); }
.reg-points { display: flex; flex-wrap: wrap; gap: 10px; }
.reg-points span { padding: 10px 14px; border: 1px solid #50493d; color: #d1c8b7; font-size: 12px; }

.split-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: end; }
.split-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: 17px; }
.table-wrap { margin-top: 70px; overflow-x: auto; border: 1px solid var(--line); }
table { width: 100%; min-width: 800px; border-collapse: collapse; }
th, td { height: 74px; padding: 0 26px; border-bottom: 1px solid var(--line); text-align: left; font-size: 15px; font-weight: 450; }
thead th { height: 62px; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
tbody th { width: 28%; color: var(--muted); }
th.featured, td.featured { background: #f0e7d3; }
.yes { color: #8b641d; font-size: 21px; }
.no { color: #9a958a; }

.proof { background: #9a6b1e; color: white; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: center; }
.proof-copy p:not(.kicker) { max-width: 550px; margin: 30px 0; color: #f0e4cb; font-size: 18px; }
.proof-panel { min-width: 0; padding: 34px; border: 1px solid rgba(255,255,255,.35); background: rgba(52,32,4,.16); box-shadow: 0 40px 90px rgba(50,30,0,.22); }
.proof-panel-head, .proof-row { display: flex; justify-content: space-between; gap: 20px; }
.proof-panel-head { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.28); font-size: 11px; font-weight: 750; letter-spacing: .16em; }
.live { display: flex; align-items: center; gap: 8px; }
.live i { width: 7px; height: 7px; border-radius: 50%; background: #d7f0b2; box-shadow: 0 0 0 4px rgba(215,240,178,.15); }
.serial { padding: 38px 0; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: clamp(24px,4vw,44px); letter-spacing: .06em; }
.proof-row { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.18); color: #eadab9; font-size: 13px; }
.proof-row strong { color: white; font-weight: 550; }
.proof-bar { height: 4px; margin-top: 28px; background: rgba(255,255,255,.18); }
.proof-bar span { display: block; width: 100%; height: 100%; background: #f3d995; }
.proof-panel > p { margin: 14px 0 0; color: #d9c59e; font-size: 11px; }

.venue-grid { margin-top: 68px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 68px; border-top: 1px solid var(--line); }
.venue-item { min-width: 0; min-height: 92px; padding: 18px 4px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 24px; transition: padding .25s, background .25s; }
.venue-item:hover { padding-inline: 18px; background: #f3ecdf; }
.venue-item > span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.venue-item strong { font-size: 23px; font-weight: 480; letter-spacing: -.025em; }
.venue-item small { color: #8b806c; font-size: 14px; }
.venue-item b { flex: 0 0 auto; font-size: 25px; font-weight: 400; transition: transform .25s; }
.venue-item:hover b { transform: translateX(4px); }
[dir="rtl"] .venue-item:hover b { transform: translateX(-4px); }

.resources { background: #efe8d9; }
.resources h2 { max-width: 760px; }
.resource-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.resource-grid article { min-height: 320px; padding: 28px; border: 1px solid rgba(30,23,11,.18); display: flex; flex-direction: column; }
.resource-grid article > span { color: var(--gold); font-family: var(--serif); }
.resource-grid h3 { margin: auto 0 14px; }
.resource-grid p { color: var(--muted); font-size: 14px; }
.resource-grid a { align-self: flex-start; margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; }

.final-cta { position: relative; min-height: 700px; padding: 150px 0; overflow: hidden; background: #15130f; color: #fff; display: grid; place-items: center; text-align: center; }
.final-halo { position: absolute; width: min(70vw,800px); aspect-ratio: 1; border: 1px solid rgba(210,170,79,.28); border-radius: 50%; box-shadow: 0 0 120px rgba(180,123,26,.11), inset 0 0 90px rgba(180,123,26,.08); }
.final-halo::before, .final-halo::after { content: ""; position: absolute; inset: 11%; border: 1px solid rgba(210,170,79,.18); border-radius: 50%; }
.final-halo::after { inset: 25%; background: radial-gradient(circle, rgba(190,139,39,.15), transparent 70%); }
.final-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { font-size: clamp(54px,7vw,98px); }
.final-cta p:not(.kicker) { max-width: 560px; margin: 30px auto; color: #bdb5a7; font-size: 17px; }
.site-footer { padding: 60px 0 30px; background: #0e0d0a; color: #d9d1c3; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; padding-bottom: 55px; }
.footer-top p { margin: 0; color: #8e887d; text-align: center; }
.footer-brand .brand-mark { border-color: #b6934c; }
.back-top { width: 46px; height: 46px; border: 1px solid #4e493f; display: grid; place-items: center; }
.footer-bottom { padding-top: 24px; border-top: 1px solid #2b2924; display: flex; justify-content: space-between; gap: 24px; color: #756f65; font-size: 11px; }
.noscript { position: fixed; z-index: 200; inset: auto 20px 20px; padding: 14px; background: white; border: 1px solid var(--line); text-align: center; }

.handoff-dialog { width: min(calc(100% - 32px), 760px); max-height: min(90vh, 850px); max-height: min(90dvh, 850px); padding: 0; border: 0; background: var(--paper); color: var(--ink); box-shadow: 0 30px 100px rgba(20,15,6,.32); overflow: auto; }
.handoff-dialog::backdrop { background: rgba(15,13,9,.68); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.handoff-shell { position: relative; padding: 48px; }
.handoff-close { position: absolute; z-index: 2; top: 18px; right: 18px; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 24px; cursor: pointer; }
[dir="rtl"] .handoff-close { right: auto; left: 18px; }
.handoff-dialog h2 { max-width: 620px; font-size: clamp(38px,6vw,62px); }
.handoff-dialog h2 span { color: var(--gold); }
.handoff-intro { max-width: 620px; margin: 24px 0 30px; color: var(--muted); font-size: 16px; }
.destination-card { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 18px; }
.destination-card div { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.destination-card small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.destination-card strong { overflow: hidden; text-overflow: ellipsis; font-size: 14px; white-space: nowrap; }
.handoff-progress { height: 8px; margin-top: 30px; overflow: hidden; background: #e8e0d2; }
.handoff-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,#9f701b,#e0b449); transition: width .12s linear; }
.handoff-progress-meta { margin-top: 10px; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.handoff-progress-meta strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.handoff-checks { margin: 26px 0 0; padding: 0; list-style: none; }
.handoff-checks li { min-height: 46px; display: flex; align-items: center; gap: 13px; color: #928b7e; font-size: 14px; transition: color .25s; }
.handoff-checks i { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #bdb5a7; border-radius: 50%; font-style: normal; font-size: 11px; }
.handoff-checks li.active { color: var(--ink); }
.handoff-checks li.done { color: #6b5529; }
.handoff-checks li.done i { border-color: var(--gold); background: var(--gold); color: #fff; }
.handoff-checks li.done i { font-size: 0; }
.handoff-checks li.done i::after { content: "✓"; font-size: 12px; }
.handoff-ready { margin-top: 28px; padding-top: 28px; border-top: 1px solid var(--line); }
.handoff-notice { padding: 18px; background: #f1e9d9; }
.handoff-notice strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.handoff-notice p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.handoff-continue { width: 100%; margin-top: 16px; }
.route-guide { margin-top: 28px; padding: 24px; border: 1px solid var(--line); background: #fbf8f0; }
.route-guide-head { display: flex; justify-content: space-between; gap: 20px; color: #86631f; font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.route-guide-meter { height: 3px; margin: 14px 0 25px; background: #e6dfd1; }
.route-guide-meter span { display: block; width: 33.333%; height: 100%; background: var(--gold); transition: width .35s ease; }
.route-guide-content { min-height: 160px; display: grid; grid-template-columns: 58px 1fr; column-gap: 20px; align-content: start; }
.route-guide-number { grid-row: 1/3; color: #bd8a25; font-family: var(--serif); font-size: 38px; line-height: 1; }
.route-guide-content h3 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(27px,4vw,38px); font-weight: 400; }
.route-guide-content p { margin: 0; color: var(--muted); font-size: 14px; }
.route-guide-action { padding-top: 18px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.route-guide-action > span { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.route-guide-next { min-width: 190px; }
.route-guide-next:disabled { cursor: wait; background: #aaa395; border-color: #aaa395; transform: none; }

[dir="rtl"] { text-align: right; }
[dir="rtl"] .desktop-nav { margin-left: 0; margin-right: auto; }
[dir="rtl"] .hero-image-wrap::after { background: linear-gradient(270deg, rgba(249,245,235,.97) 0%, rgba(249,245,235,.87) 32%, rgba(249,245,235,.14) 66%, rgba(19,16,10,.06) 100%); }
[dir="rtl"] .hero-image-wrap img { transform: scaleX(-1); }
[dir="rtl"] th, [dir="rtl"] td { text-align: right; }

@media (max-width: 980px) {
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: flex; }
  .hero-image-wrap::after { background: linear-gradient(90deg, rgba(249,245,235,.96), rgba(249,245,235,.68) 66%, rgba(249,245,235,.25)); }
  .trust-strip { width: 100%; }
  .intro-grid, .split-heading, .proof-grid { grid-template-columns: 1fr; gap: 36px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card-main { grid-column: 1/-1; }
  .regulation-grid { grid-template-columns: .6fr 1.4fr; gap: 50px; }
  .resource-grid { grid-template-columns: 1fr; }
  .resource-grid article { min-height: 240px; }
}

@media (max-width: 700px) {
  .container, .nav-shell, .hero-content { width: min(calc(100% - 32px), 1220px); }
  .section { padding: 88px 0; }
  .nav-shell { height: 72px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 30px; height: 30px; }
  .language-control select { width: 52px; }
  .hero { min-height: 860px; }
  .hero-content { min-height: 860px; padding: 120px 0 40px; justify-content: flex-start; }
  .hero-image-wrap img { object-position: 63% center; }
  .hero-image-wrap::after { background: linear-gradient(180deg, rgba(249,245,235,.96) 0%, rgba(249,245,235,.86) 48%, rgba(249,245,235,.18) 75%); }
  .hero h1 { font-size: clamp(53px,16vw,76px); }
  .hero-copy { margin-top: 26px; font-size: 17px; }
  .hero-actions { width: 100%; align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: space-between; }
  .trust-strip { margin-top: auto; grid-template-columns: 1fr 1fr; gap: 20px 0; padding-top: 22px; }
  .trust-strip div { padding: 0 18px 0 0; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(3) { padding-left: 0; }
  .scroll-cue { display: none; }
  h2 { font-size: clamp(42px, 13vw, 62px); }
  .intro-grid { gap: 26px; }
  .feature-grid { margin-top: 54px; grid-template-columns: 1fr; }
  .feature-card-main { grid-column: auto; }
  .feature-card { min-height: 450px; }
  .regulation-grid { grid-template-columns: 1fr; }
  .reg-seal { width: 210px; }
  .reg-seal span { font-size: 80px; }
  .proof-panel { padding: 22px; }
  .venue-grid { grid-template-columns: 1fr; column-gap: 0; }
  .venue-item { min-height: 82px; }
  .resource-grid { margin-top: 50px; }
  .final-cta { min-height: 650px; padding: 100px 0; }
  .footer-top { grid-template-columns: 1fr auto; }
  .footer-top p { grid-column: 1/-1; grid-row: 2; text-align: left; }
  .footer-bottom { flex-direction: column; }
  .handoff-shell { padding: 38px 20px 24px; }
  .handoff-dialog h2 { font-size: 39px; }
  .destination-card { grid-template-columns: 1fr 1fr; }
  .destination-card div:last-child { grid-column: 1/-1; }
  .route-guide { padding: 20px 16px; }
  .route-guide-content { min-height: 190px; grid-template-columns: 45px 1fr; column-gap: 12px; }
  .route-guide-action { align-items: stretch; flex-direction: column; }
  .route-guide-next { width: 100%; }
  [dir="rtl"] .footer-top p { text-align: right; }
}

@media (max-height: 600px) and (orientation: landscape) {
  .hero { min-height: 720px; }
  .hero-content { min-height: 720px; padding-top: 110px; }
}

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