:root {
  --paper: #f3efe5;
  --paper-deep: #e8e0d2;
  --ink: #17201c;
  --muted: #5d665f;
  --forest: #173f35;
  --forest-dark: #102d27;
  --orange: #ef633f;
  --cream: #fff9ed;
  --rule: rgba(23, 32, 28, .16);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(36, 43, 36, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 7%, rgba(239, 99, 63, .08), transparent 25rem),
    linear-gradient(rgba(23, 32, 28, .025) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 100% 9rem, auto;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: white; background: var(--forest); }
.skip-link:focus { top: 1rem; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1260px, calc(100% - 32px));
  min-height: 78px;
  margin: 16px auto 0;
  padding: 12px 14px 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--rule);
  background: rgba(255, 249, 237, .72);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  position: relative;
  z-index: 10;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 750; letter-spacing: -.02em; text-decoration: none; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; color: var(--cream); background: var(--forest); border-radius: 50% 50% 50% 12%; font-family: var(--serif); font-size: 20px; }
.nav-links { display: flex; gap: 30px; }
.nav-links a, .site-footer nav a { color: var(--muted); font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .site-footer nav a:hover { color: var(--ink); }

.button { min-height: 48px; padding: 12px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 9px 16px; color: var(--cream); background: var(--forest); }
.button-primary { color: var(--cream); background: var(--orange); box-shadow: 0 12px 28px rgba(239, 99, 63, .22); }
.button-primary:hover { box-shadow: 0 16px 34px rgba(239, 99, 63, .3); }
.button-cream { color: var(--forest-dark); background: var(--cream); white-space: nowrap; }

.hero { padding-block: 104px 86px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: clamp(50px, 8vw, 110px); align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--forest); font-size: 12px; line-height: 1.2; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; margin-right: 8px; display: inline-block; background: #45a66b; border-radius: 50%; box-shadow: 0 0 0 5px rgba(69, 166, 107, .13); }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.045em; line-height: 1.04; text-wrap: balance; }
h1 { max-width: 760px; font-size: clamp(3.45rem, 7vw, 6.55rem); }
h2 { font-size: clamp(2.45rem, 4.8vw, 4.7rem); }
h3 { font-size: 1.55rem; line-height: 1.16; }
.hero-lede { max-width: 680px; margin: 32px 0 0; color: var(--muted); font-size: clamp(1.06rem, 1.7vw, 1.28rem); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.text-link { font-size: 14px; font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.microcopy { margin: 18px 0 0; color: var(--muted); font-size: 12px; }

.route-card { position: relative; padding: 25px; color: var(--cream); background: var(--forest); border-radius: 4px 34px 4px 34px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.route-card::before { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid rgba(255,255,255,.14); border-radius: 2px 27px 2px 27px; }
.route-card-head { padding: 2px 3px 20px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.2); font-family: var(--serif); font-size: 22px; }
.case-label { color: #b9c9c2; font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.route-list { margin: 0; padding: 8px 0 0; list-style: none; }
.route-list li { padding: 21px 2px; display: grid; grid-template-columns: 42px 1fr; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.14); }
.route-number { color: #f58a6d; font-family: var(--serif); font-size: 18px; }
.route-list strong { display: block; font-size: 14px; }
.route-list small { margin-top: 4px; display: block; color: #bdcac5; line-height: 1.45; }
.route-note { margin: 17px 2px 2px; color: #b9c9c2; font-size: 11px; }

.trust-strip { min-height: 72px; padding: 14px max(24px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: center; border-block: 1px solid var(--rule); color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.trust-strip span { display: flex; align-items: center; gap: 10px; }
.trust-strip b { color: var(--orange); font-family: var(--serif); font-size: 15px; }
.section { padding-block: 110px; }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.4fr .6fr; gap: 60px; align-items: end; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); max-width: 480px; }

.issue-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.issue-card { min-height: 315px; padding: 28px; display: grid; grid-template-columns: 46px 1fr 30px; gap: 20px; align-items: start; border-right: 1px solid var(--rule); border-bottom: 1px solid var(--rule); background: rgba(255, 249, 237, .36); text-decoration: none; transition: background .25s ease, transform .25s ease; }
.issue-card:hover { background: var(--cream); transform: translateY(-3px); }
.issue-card-featured { background: var(--forest); color: var(--cream); }
.issue-card-featured:hover { background: var(--forest-dark); }
.issue-index { color: var(--orange); font-family: var(--serif); font-size: 18px; }
.tag { margin: 1px 0 43px; color: var(--orange); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.issue-card h3 { max-width: 360px; }
.issue-card p:last-child { max-width: 420px; margin: 20px 0 0; color: var(--muted); font-size: 14px; }
.issue-card-featured p:last-child { color: #bdcac5; }
.card-arrow { justify-self: end; font-size: 22px; transition: transform .2s ease; }
.issue-card:hover .card-arrow { transform: translate(3px, -3px); }

.process-section { color: var(--cream); background: var(--forest); }
.section-heading-light .eyebrow { color: #f58a6d; }
.section-heading-light > p { color: #bdcac5; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.process-grid li { min-height: 270px; padding: 28px 34px 10px 0; border-right: 1px solid rgba(255,255,255,.18); }
.process-grid li + li { padding-left: 34px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #f58a6d; font-family: var(--serif); }
.process-grid h3 { margin-top: 65px; }
.process-grid p { max-width: 290px; color: #bdcac5; font-size: 14px; }

.safety-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 9vw, 120px); align-items: start; }
.safety-intro { position: sticky; top: 30px; }
.safety-intro > p:last-child { margin-top: 28px; color: var(--muted); }
.boundary-grid { border-top: 1px solid var(--rule); }
.boundary-card { padding: 35px 12px 35px; border-bottom: 1px solid var(--rule); }
.boundary-label { margin: 0 0 24px; font-family: var(--serif); font-size: 21px; }
.boundary-label span { width: 28px; height: 28px; margin-right: 9px; display: inline-grid; place-items: center; border-radius: 50%; }
.boundary-can .boundary-label span { color: var(--forest); background: #cfe0d4; }
.boundary-cannot .boundary-label span { color: #7c301d; background: #f1c8bc; }
.boundary-card ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 25px; list-style: none; }
.boundary-card li { padding-left: 16px; position: relative; color: var(--muted); font-size: 14px; }
.boundary-card li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: .65em; background: var(--orange); border-radius: 50%; }

.faq-section { border-top: 1px solid var(--rule); }
.faq-list { max-width: 900px; margin-left: auto; border-top: 1px solid var(--rule); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { min-height: 78px; padding: 20px 3px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-family: var(--serif); font-size: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-family: var(--sans); font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 0 24px; color: var(--muted); }

.cta-section { margin-bottom: 30px; padding: 52px 58px; display: flex; align-items: center; justify-content: space-between; gap: 55px; color: var(--cream); background: var(--orange); border-radius: 4px 38px 4px 38px; }
.cta-section .eyebrow { color: #572113; }
.cta-section h2 { max-width: 810px; font-size: clamp(2.25rem, 4vw, 4rem); }
.site-footer { padding-block: 56px 95px; }
.footer-top { padding-bottom: 35px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--rule); }
.site-footer nav { display: flex; gap: 28px; }
.disclaimer { max-width: 880px; margin: 34px 0; color: var(--muted); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.mobile-cta { display: none; }

/* Guide pages */
.guide-header { margin-bottom: 0; }
.breadcrumb { padding-top: 42px; color: var(--muted); font-size: 12px; }
.breadcrumb a { text-underline-offset: 3px; }
.guide-hero { padding-block: 54px 62px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(45px, 8vw, 105px); align-items: end; }
.guide-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 6.2vw, 5.9rem); }
.guide-hero .hero-lede { max-width: 760px; }
.guide-meta { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 12px 28px; color: var(--muted); font-size: 12px; }
.guide-meta span { display: inline-flex; align-items: center; gap: 7px; }
.guide-meta span::before { content: ""; width: 6px; height: 6px; background: var(--orange); border-radius: 50%; }
.guide-docket { padding: 24px; color: var(--cream); background: var(--forest); border-radius: 3px 28px 3px 28px; box-shadow: var(--shadow); }
.guide-docket > p:first-child { margin: 0 0 15px; color: #f58a6d; font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.guide-docket dl { margin: 0; }
.guide-docket div { padding: 13px 0; display: grid; grid-template-columns: 95px 1fr; gap: 14px; border-top: 1px solid rgba(255,255,255,.15); }
.guide-docket dt { color: #bdcac5; font-size: 11px; }
.guide-docket dd { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.35; }

.article-wrap { padding-block: 75px 110px; border-top: 1px solid var(--rule); }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(220px, 1fr); gap: clamp(55px, 10vw, 135px); align-items: start; }
.article { min-width: 0; }
.article h2 { margin: 78px 0 24px; font-size: clamp(2.1rem, 3.8vw, 3.45rem); scroll-margin-top: 30px; }
.article h3 { margin: 38px 0 14px; font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: -.015em; }
.article p { color: #414a44; }
.article a:not(.button) { color: var(--forest); font-weight: 700; text-underline-offset: 4px; }
.article ol, .article ul { margin: 22px 0; padding-left: 1.25rem; }
.article li { margin: 13px 0; padding-left: .35rem; color: #414a44; }
.article li::marker { color: var(--orange); font-weight: 800; }
.quick-answer { margin-bottom: 64px; padding: 30px 32px; position: relative; border: 1px solid rgba(239, 99, 63, .35); background: rgba(255, 249, 237, .58); box-shadow: 12px 12px 0 rgba(23, 63, 53, .06); }
.quick-answer::before { content: "Quick answer"; position: absolute; left: 24px; top: -11px; padding: 3px 9px; color: var(--cream); background: var(--orange); font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.quick-answer p { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(1.25rem, 2.3vw, 1.72rem); line-height: 1.45; }
.info-callout { margin: 32px 0; padding: 20px 22px; border-left: 4px solid var(--orange); background: var(--paper-deep); }
.info-callout strong { display: block; margin-bottom: 4px; }
.info-callout p { margin: 0; font-size: 14px; }
.step-list { margin: 30px 0; padding: 0 !important; list-style: none; counter-reset: steps; border-top: 1px solid var(--rule); }
.step-list li { margin: 0; padding: 24px 0 24px 58px; position: relative; border-bottom: 1px solid var(--rule); counter-increment: steps; }
.step-list li::before { content: counter(steps, decimal-leading-zero); position: absolute; left: 4px; top: 22px; color: var(--orange); font-family: var(--serif); font-size: 18px; }
.check-list { padding: 0 !important; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; list-style: none; }
.check-list li { margin: 0; padding: 14px 16px 14px 38px; position: relative; border: 1px solid var(--rule); background: rgba(255,255,255,.25); }
.check-list li::before { content: "✓"; position: absolute; left: 14px; color: var(--forest); font-weight: 850; }
.source-list { display: grid; gap: 12px; }
.source-link { padding: 17px 18px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 1px solid var(--rule); text-decoration: none; }
.source-link:hover { background: var(--cream); }
.source-link span { color: var(--orange); }
.article-cta { margin: 70px 0 30px; padding: 35px; color: var(--cream); background: var(--forest); border-radius: 3px 28px 3px 28px; }
.article-cta h2 { margin: 0 0 14px; color: var(--cream); font-size: clamp(2rem, 4vw, 3.2rem); }
.article-cta p { color: #bdcac5; }
.article-cta .button { margin-top: 12px; }
.article-disclosure { padding: 18px 0; color: var(--muted) !important; font-size: 12px; border-block: 1px solid var(--rule); }

.article-aside { position: sticky; top: 25px; }
.article-aside > p { margin: 0 0 13px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.article-aside nav { padding-block: 4px; border-block: 1px solid var(--rule); }
.article-aside nav a { padding: 10px 0; display: block; color: var(--muted); font-size: 13px; text-decoration: none; }
.article-aside nav a:hover { color: var(--orange); }
.aside-help { margin-top: 24px; padding: 20px; border: 1px solid var(--rule); background: rgba(255,249,237,.38); }
.aside-help strong { font-family: var(--serif); font-size: 18px; }
.aside-help p { color: var(--muted); font-size: 12px; }
.aside-help .button { width: 100%; padding-inline: 10px; }
.related-section { padding-block: 82px; border-top: 1px solid var(--rule); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related-card { min-height: 190px; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--rule); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.related-card:hover { background: var(--cream); transform: translateY(-3px); }
.related-card small { color: var(--orange); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.related-card strong { font-family: var(--serif); font-size: 22px; line-height: 1.15; }

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

@media (max-width: 900px) {
  .shell { width: min(100% - 32px, 680px); }
  .nav-links, .site-header > .button { display: none; }
  .site-header { min-height: 64px; margin-top: 8px; }
  .hero { padding-block: 70px 65px; grid-template-columns: 1fr; gap: 55px; }
  h1 { font-size: clamp(3.15rem, 14vw, 5rem); }
  .route-card { transform: none; }
  .trust-strip { padding: 20px; grid-template-columns: repeat(2, 1fr); }
  .section { padding-block: 80px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .issue-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li + li { min-height: auto; padding: 28px 0 34px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .process-grid li:last-child { border-bottom: 0; }
  .process-grid h3 { margin-top: 25px; }
  .safety-section { grid-template-columns: 1fr; }
  .safety-intro { position: static; }
  .boundary-card ul { grid-template-columns: 1fr; }
  .cta-section { padding: 40px 28px; flex-direction: column; align-items: flex-start; }
  .footer-top { gap: 30px; flex-direction: column; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .site-footer { padding-bottom: 120px; }
  .mobile-cta { padding: 10px; display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: rgba(243, 239, 229, .94); border-top: 1px solid var(--rule); backdrop-filter: blur(14px); }
  .mobile-cta a { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--cream); background: var(--orange); border-radius: 7px; font-weight: 800; text-decoration: none; }
  .guide-hero { padding-block: 45px 58px; grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { display: none; }
  .article h2 { margin-top: 62px; }
  .check-list { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .trust-strip { grid-template-columns: 1fr; }
  .issue-card { min-height: 290px; padding: 24px 20px; grid-template-columns: 34px 1fr 22px; gap: 12px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: flex-start; }
  .site-footer nav { gap: 17px; flex-wrap: wrap; }
}

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

/* Approved A/B fusion direction: dark, high-contrast, action-first. */
.home-page {
  --ink: #f3f6fb;
  --muted: #91a4bb;
  --forest: #0b1d38;
  --forest-dark: #071426;
  --orange: #48e4b4;
  --cream: #f3f6fb;
  --rule: rgba(255, 255, 255, .11);
  --sans: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 72% 8%, rgba(23, 195, 139, .16), transparent 30rem), linear-gradient(145deg, #071426, #0b1d38 62%, #0b2840);
}
.home-page .site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 72px;
  margin-top: 0;
  padding-inline: 0;
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}
.home-page .brand { color: #fff; font-size: 15px; font-weight: 900; letter-spacing: .01em; }
.home-page .brand-mark { width: 32px; height: 32px; color: #061827; background: #1ed39b; border-radius: 9px; font-family: var(--sans); font-size: 17px; font-weight: 950; box-shadow: 0 0 28px rgba(30, 211, 155, .25); }
.home-page .nav-links,
.home-page .site-header > .button { display: none; }
.nav-trust { margin: 0; color: #a8b6ca; font-size: 12px; }

.home-page .hero {
  padding-block: 76px 46px;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
  gap: 35px;
  align-items: center;
}
.home-page h1,
.home-page h2,
.home-page h3 { font-family: var(--sans); }
.home-page h1 { max-width: 720px; font-size: clamp(3.2rem, 4.7vw, 3.9rem); font-weight: 900; letter-spacing: -.045em; line-height: .98; }
.home-page h2 { font-size: clamp(2.3rem, 4.2vw, 4rem); font-weight: 850; letter-spacing: -.04em; }
.home-page h3 { font-weight: 800; letter-spacing: -.025em; }
.home-page .eyebrow { color: #48e4b4; font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.home-page .hero-lede { max-width: 620px; margin-top: 24px; color: #b7c3d5; font-size: 1rem; line-height: 1.65; }
.home-page .hero-actions { margin-top: 30px; gap: 15px; }
.home-page .approved-cta { min-height: 52px; padding-inline: 24px; color: #061827; background: linear-gradient(90deg, #20d6a0, #8ef1c8); border-radius: 10px; font-size: 14px; font-weight: 950; box-shadow: 0 10px 32px rgba(30, 211, 155, .25); }
.home-page .hero-actions > .button-primary:not(.approved-cta),
.home-page .hero-actions .text-link { display: none; }
.time-note { color: #91a4bb; font-size: 12px; }
.home-page .microcopy { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 12px 22px; color: #b4c1d1; font-size: 11px; }
.home-page .microcopy span::before { content: "\2713"; margin-right: 7px; color: #48e4b4; font-weight: 900; }

.home-page .route-card { padding: 24px; color: #f3f6fb; background: rgba(255, 255, 255, .065); border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; box-shadow: 0 24px 70px rgba(0, 0, 0, .24); transform: none; backdrop-filter: blur(8px); }
.home-page .route-card::before { display: none; }
.home-page .panel-label { margin: 0; color: #91a4bb; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.home-page .route-card-head { padding: 8px 0 16px; font-family: var(--sans); font-size: 18px; font-weight: 850; }
.home-page .route-list { padding-top: 0; }
.home-page .route-list li { min-height: 66px; padding: 14px 0; grid-template-columns: 30px 1fr; gap: 11px; align-items: center; }
.home-page .route-number { width: 25px; height: 25px; display: grid; place-items: center; color: #48e4b4; background: rgba(72, 228, 180, .14); border-radius: 50%; font-family: var(--sans); font-size: 12px; font-weight: 900; }
.home-page .route-list strong { color: #d7dfeb; font-size: 12px; line-height: 1.4; }

.evidence-grid { padding-bottom: 42px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.evidence-grid > div { min-height: 100px; padding: 18px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 12px; background: rgba(5, 14, 29, .28); }
.evidence-grid strong { display: block; margin-bottom: 7px; color: #f3f6fb; font-size: 13px; }
.evidence-grid span { display: block; color: #91a4bb; font-size: 11px; line-height: 1.5; }

.home-page .section { padding-block: 96px; }
.home-page .section-heading > p,
.home-page .safety-intro > p:last-child,
.home-page .issue-card p:last-child,
.home-page .boundary-card li,
.home-page .faq-list details p,
.home-page .disclaimer,
.home-page .footer-bottom { color: #91a4bb; }
.home-page .issue-grid { border-color: var(--rule); }
.home-page .issue-card { min-height: 290px; border-color: var(--rule); background: rgba(255, 255, 255, .035); }
.home-page .issue-card:hover { background: rgba(72, 228, 180, .08); }
.home-page .issue-card-featured { background: rgba(72, 228, 180, .1); }
.home-page .tag,
.home-page .issue-index,
.home-page .card-arrow { color: #48e4b4; }
.home-page .process-section { background: rgba(5, 14, 29, .42); }
.home-page .section-heading-light .eyebrow,
.home-page .process-grid span { color: #48e4b4; }
.home-page .boundary-card,
.home-page .boundary-grid,
.home-page .faq-section,
.home-page .faq-list,
.home-page .faq-list details,
.home-page .footer-top { border-color: var(--rule); }
.home-page .boundary-label span { color: #061827; background: #48e4b4; }
.home-page .boundary-cannot .boundary-label span { color: #fff; background: #d45959; }
.home-page .boundary-card li::before { background: #48e4b4; }
.home-page .faq-list summary span { color: #48e4b4; }
.home-page .cta-section { color: #061827; background: linear-gradient(90deg, #20d6a0, #8ef1c8); border-radius: 16px; }
.home-page .cta-section .eyebrow { color: #0b4435; }
.home-page .button-cream { color: #f3f6fb; background: #071426; }
.home-page .site-footer nav a { color: #91a4bb; }
.home-page .mobile-cta { background: rgba(7, 20, 38, .95); border-color: var(--rule); }
.home-page .mobile-cta a { color: #061827; background: linear-gradient(90deg, #20d6a0, #8ef1c8); }

@media (max-width: 900px) {
  .home-page .site-header { width: min(100% - 32px, 680px); }
  .home-page .hero { padding-block: 50px 38px; grid-template-columns: 1fr; gap: 34px; }
  .home-page h1 { font-size: clamp(3rem, 13vw, 4rem); }
  .evidence-grid { grid-template-columns: 1fr; }
  .nav-trust { font-size: 10px; }
}

@media (max-width: 520px) {
  .home-page .site-header { min-height: 62px; }
  .home-page .brand { font-size: 13px; }
  .home-page .brand-mark { width: 30px; height: 30px; }
  .home-page .hero { padding-top: 42px; }
  .home-page h1 { font-size: clamp(2.8rem, 13.5vw, 3.5rem); }
  .home-page .hero-actions { align-items: flex-start; }
  .home-page .approved-cta { width: 100%; }
  .home-page .microcopy { gap: 10px 16px; }
}
