:root {
  --ink: #14191f;
  --ink-soft: #505861;
  --blue: #08a8ef;
  --blue-dark: #007db9;
  --lime: #d5ef16;
  --paper: #f7f5ef;
  --white: #fff;
  --line: #d8d9d6;
  --night: #0b1720;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(10, 30, 42, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(247, 245, 239, .92); border-bottom: 1px solid rgba(20, 25, 31, .1); backdrop-filter: blur(14px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-name { font-size: 22px; font-weight: 800; letter-spacing: -.055em; }
.brand-name > span { color: var(--blue); }
.brand-mark { position: relative; width: 32px; height: 32px; padding: 5px; display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--ink); border: 2px solid #333b43; border-radius: 7px; transform: rotate(-5deg); box-shadow: 3px 4px 0 rgba(8, 168, 239, .2); }
.brand-mark span { background: #252d34; border: 1px solid #66717a; border-radius: 1px; }
.brand-mark i { position: absolute; width: 15px; height: 3px; right: -13px; top: 11px; background: var(--blue); border-radius: 99px; transform: rotate(5deg); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav > a:not(.nav-cta):hover { color: var(--blue-dark); }
.nav-cta { padding: 11px 18px; color: #fff; background: var(--ink); border-radius: 999px; }
.nav-cta:hover, .nav-cta.active { background: var(--blue-dark); }
.menu-toggle { display: none; border: 0; background: var(--ink); color: #fff; padding: 9px 14px; border-radius: 999px; font-weight: 700; }

.hero { overflow: hidden; padding: 88px 0 72px; background: radial-gradient(circle at 80% 25%, rgba(8,168,239,.15), transparent 29%), var(--paper); }
.hero-grid { min-height: 540px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 40px; }
.eyebrow { margin: 0 0 18px; color: #35404a; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 23px; height: 3px; margin-right: 9px; vertical-align: middle; background: var(--blue); border-radius: 99px; }
.eyebrow.light { color: #b9d0de; }
.hero h1, .contact-hero h1 { margin: 0 0 25px; font-size: clamp(50px, 6vw, 82px); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--blue-dark); font-style: normal; }
.hero-intro { max-width: 620px; margin: 0 0 32px; color: var(--ink-soft); font-size: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 13px 21px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 999px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 10px 24px rgba(20,25,31,.18); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.6); }
.button-light { color: var(--ink); background: #fff; }
.trust-list { margin: 31px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 22px; color: #59616a; list-style: none; font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; display: inline-grid; width: 18px; height: 18px; margin-right: 7px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 11px; }
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual > img { position: relative; z-index: 3; width: 92%; max-height: 500px; object-fit: contain; filter: drop-shadow(0 28px 24px rgba(1,20,30,.18)); }
.solar-orbit { position: absolute; z-index: 1; border: 1px solid rgba(8,168,239,.35); border-radius: 50%; }
.orbit-one { width: 470px; height: 470px; }
.orbit-two { width: 355px; height: 355px; border-style: dashed; }
.signal-card { position: absolute; z-index: 4; max-width: 190px; padding: 14px 17px; background: rgba(255,255,255,.94); border: 1px solid rgba(20,25,31,.08); border-radius: 16px; box-shadow: var(--shadow); }
.signal-card strong, .signal-card span { display: block; }
.signal-card strong { font-size: 17px; }
.signal-card span { color: var(--ink-soft); font-size: 11px; line-height: 1.4; }
.signal-top { right: 0; top: 65px; }
.signal-bottom { left: 12px; bottom: 62px; }

.notice-section { padding: 0 0 42px; }
.launch-notice { padding: 24px 26px; display: grid; grid-template-columns: auto 1.1fr 1fr auto; align-items: center; gap: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 45px rgba(20,25,31,.06); }
.notice-icon { width: 52px; height: 52px; display: grid; place-items: center; background: var(--lime); border-radius: 14px; font-size: 18px; font-weight: 800; }
.label { margin: 0 0 4px; color: #67717a; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.launch-notice h2 { margin: 0; font-size: 17px; line-height: 1.35; }
.launch-notice > p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.launch-notice > a { font-size: 13px; font-weight: 800; text-decoration: none; white-space: nowrap; }

.section { padding: 105px 0; }
.section-heading { margin-bottom: 44px; }
.section-heading h2, .checker-section h2, .newsletter-card h2, .standards-grid h2 { margin: 0; font-size: clamp(38px, 4.5vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 60px; }
.split-heading > p { margin: 0 0 5px; color: var(--ink-soft); }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.step-card { min-height: 330px; padding: 28px; background: rgba(255,255,255,.58); border-right: 1px solid var(--line); }
.step-card:last-child { border: 0; }
.step-number { color: #8e969d; font-size: 11px; font-weight: 800; }
.step-icon { width: 50px; height: 50px; margin: 45px 0 24px; display: grid; place-items: center; color: var(--blue-dark); border: 1px solid #b9c1c6; border-radius: 50%; font-size: 22px; font-weight: 800; }
.step-card h3 { margin: 0 0 10px; font-size: 24px; }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.accent-card { background: var(--blue); }
.accent-card .step-number, .accent-card p { color: #08364c; }
.accent-card .step-icon { color: var(--ink); border-color: rgba(20,25,31,.4); background: var(--lime); }

.audience-section { background: #fff; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-grid article { min-height: 350px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.audience-grid article:nth-child(2) { transform: translateY(22px); }
.audience-badge { width: 50px; height: 50px; margin-bottom: 48px; display: grid; place-items: center; color: #fff; background: var(--ink); border-radius: 15px; font-weight: 800; box-shadow: 7px 7px 0 var(--blue); }
.audience-grid h3 { margin: 0 0 12px; font-size: 23px; line-height: 1.25; }
.audience-grid article > p:not(.label) { color: var(--ink-soft); }
.audience-grid a { display: inline-block; margin-top: 14px; font-size: 13px; font-weight: 800; text-decoration: none; }

.checker-section { color: #fff; background: var(--night); }
.checker-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 80px; }
.checker-grid > div > p:not(.eyebrow) { max-width: 500px; color: #b9c5cd; }
.checklist-card { padding: 15px 30px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 18px 18px 0 var(--blue); }
.checklist-card ol { margin: 0; padding: 0; list-style: none; }
.checklist-card li { padding: 17px 0; display: flex; align-items: center; gap: 15px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
.checklist-card li:last-child { border: 0; }
.checklist-card li span { color: var(--blue-dark); font-size: 11px; font-weight: 800; }

.resources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.resources-grid article { min-height: 310px; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.resource-tag { align-self: flex-start; padding: 5px 9px; color: #094967; background: rgba(8,168,239,.14); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.resources-grid h3 { margin: 52px 0 12px; font-size: 23px; line-height: 1.2; }
.resources-grid p { color: var(--ink-soft); font-size: 14px; }
.resources-grid a { margin-top: auto; font-size: 13px; font-weight: 800; text-decoration: none; }

.standards-section { background: #e9f7fd; }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.standards-copy > p { margin-top: 0; color: var(--ink-soft); font-size: 17px; }
.standards-list { margin: 30px 0; border-top: 1px solid #bed9e5; }
.standards-list > div { padding: 18px 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; border-bottom: 1px solid #bed9e5; }
.standards-list strong { font-size: 14px; }
.standards-list span { color: var(--ink-soft); font-size: 13px; }
.text-link { font-weight: 800; text-decoration: none; }

.newsletter-section { padding: 85px 0; }
.newsletter-card { padding: 55px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; color: #fff; background: var(--blue-dark); border-radius: 30px; box-shadow: var(--shadow); }
.newsletter-card p:not(.eyebrow):not(.form-note):not(.form-status) { color: #c7e7f4; }
.signup-form label { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 800; }
.signup-form > div { display: flex; padding: 6px; background: #fff; border-radius: 999px; }
.signup-form input { flex: 1; min-width: 0; padding: 10px 15px; border: 0; outline: none; border-radius: 999px; }
.signup-form button { padding: 10px 17px; border: 0; border-radius: 999px; color: var(--ink); background: var(--lime); font-weight: 800; cursor: pointer; }
.form-note { margin: 10px 3px 0; color: #c7e7f4; font-size: 11px; }
.form-status { min-height: 24px; margin: 8px 3px 0; font-size: 13px; font-weight: 700; }

.site-footer { padding: 70px 0 22px; color: #d3dce2; background: #080f14; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.footer-brand { color: #fff; }
.footer-grid > div:first-child p { max-width: 260px; color: #83919b; font-size: 13px; }
.footer-heading { color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(:first-child) a { display: block; margin: 10px 0; color: #9cabb5; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: var(--blue); }
.footer-bottom { margin-top: 55px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #29333a; color: #71808a; font-size: 11px; }

.contact-hero { padding: 85px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 35%, rgba(8,168,239,.17), transparent 26%); }
.contact-hero-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; }
.contact-hero h1 { font-size: clamp(48px, 6vw, 76px); }
.contact-hero p:last-child { max-width: 600px; color: var(--ink-soft); font-size: 18px; }
.contact-hero img { max-height: 330px; margin-inline: auto; filter: drop-shadow(0 22px 20px rgba(1,20,30,.15)); }
.contact-main { padding-top: 80px; }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-route { padding: 25px 0; display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-bottom: 1px solid var(--line); }
.contact-route > span { color: var(--blue-dark); font-size: 11px; font-weight: 800; }
.contact-route h2 { margin: 0 0 5px; font-size: 18px; }
.contact-route p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.contact-boundary { margin-top: 30px; padding: 22px; background: #e9f7fd; border-radius: 16px; }
.contact-boundary p { margin-bottom: 0; color: var(--ink-soft); font-size: 13px; }
.contact-form-card { padding: 44px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: var(--shadow); }
.contact-form-card > h2 { margin: 0 0 30px; font-size: 40px; letter-spacing: -.04em; }
.contact-form { display: grid; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field label { display: block; margin-bottom: 7px; font-size: 12px; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fbfbf9; border: 1px solid #cfd2d3; border-radius: 10px; outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-dark); box-shadow: 0 0 0 3px rgba(8,168,239,.15); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #bd3b3b; }
.error-text { display: none; margin-top: 5px; color: #a32b2b; font-size: 11px; }
.field.invalid .error-text, .consent-error.show { display: block; }
.field-help { display: flex; justify-content: space-between; color: #7b8389; font-size: 10px; }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--ink-soft); font-size: 12px; }
.consent input { margin-top: 4px; accent-color: var(--blue-dark); }
.submit-button { justify-self: start; }
.privacy-strip { padding: 65px 0; background: #dff3fb; }
.privacy-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.privacy-grid h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; }
.privacy-grid > p { color: var(--ink-soft); font-size: 14px; }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 72px; padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero-grid, .contact-hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 64px; }
  .hero-visual { min-height: 430px; }
  .hero-visual > img { max-height: 420px; }
  .signal-top { right: 5%; }
  .signal-bottom { left: 5%; }
  .launch-notice { grid-template-columns: auto 1fr; }
  .launch-notice > p, .launch-notice > a { grid-column: 2; }
  .split-heading, .checker-grid, .standards-grid, .newsletter-card, .contact-layout, .privacy-grid { grid-template-columns: 1fr; gap: 38px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .step-card { border-bottom: 1px solid var(--line); }
  .audience-grid, .resources-grid { grid-template-columns: 1fr; }
  .audience-grid article:nth-child(2) { transform: none; }
  .contact-hero img { max-height: 280px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 600px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-shell { min-height: 70px; }
  .brand-name { font-size: 20px; }
  .hero { padding-top: 50px; }
  .hero h1, .contact-hero h1 { font-size: 48px; }
  .hero-intro { font-size: 16px; }
  .button-row, .button { width: 100%; }
  .hero-visual { min-height: 350px; }
  .signal-card { display: none; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 250px; height: 250px; }
  .launch-notice { grid-template-columns: 1fr; text-align: left; }
  .launch-notice > p, .launch-notice > a { grid-column: 1; }
  .section { padding: 75px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-icon { margin-top: 28px; }
  .checklist-card { box-shadow: 8px 10px 0 var(--blue); }
  .newsletter-card { padding: 32px 22px; }
  .newsletter-card h2 { font-size: 38px; }
  .signup-form > div { flex-direction: column; border-radius: 18px; }
  .signup-form input, .signup-form button { border-radius: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .contact-hero { padding-top: 55px; }
  .contact-form-card { padding: 28px 20px; }
  .contact-form-card > h2 { font-size: 34px; }
  .field-row { grid-template-columns: 1fr; }
}

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

/* Shared inner-page system */
.inner-hero { padding: 78px 0 70px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 30%, rgba(8,168,239,.16), transparent 25%); }
.inner-hero-grid { min-height: 390px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 60px; }
.inner-hero h1 { max-width: 850px; margin: 0 0 25px; font-size: clamp(46px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.inner-hero p:last-child { max-width: 720px; color: var(--ink-soft); font-size: 18px; }
.inner-hero img { max-height: 315px; margin-inline: auto; object-fit: contain; filter: drop-shadow(0 20px 20px rgba(1,20,30,.14)); }
.page-content { min-height: 560px; }
.page-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.page-card-grid article { min-height: 235px; padding: 30px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.page-card-grid h2 { margin: 0 0 15px; font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
.page-card-grid p { margin: 0 0 24px; color: var(--ink-soft); font-size: 14px; }
.page-card-grid a { margin-top: auto; font-size: 13px; font-weight: 800; text-decoration: none; }
.article-shell { max-width: 830px; margin-inline: auto; }
.article-shell h2 { margin: 55px 0 14px; font-size: 31px; line-height: 1.2; letter-spacing: -.035em; }
.article-shell h2:first-child { margin-top: 0; }
.article-shell p { color: var(--ink-soft); font-size: 16px; }
.article-shell a:not(.button) { color: var(--blue-dark); font-weight: 700; }
.tick-list { max-width: 830px; margin: 22px auto; padding: 0; list-style: none; }
.tick-list li { position: relative; padding: 16px 18px 16px 55px; border-bottom: 1px solid var(--line); font-weight: 650; }
.tick-list li::before { content: "✓"; position: absolute; left: 15px; top: 15px; width: 23px; height: 23px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 800; }
.info-notice { max-width: 1000px; margin: 0 auto 35px; padding: 25px 28px; display: grid; grid-template-columns: .4fr 1.6fr; gap: 28px; background: #e9f7fd; border-left: 5px solid var(--blue); border-radius: 0 18px 18px 0; }
.info-notice strong { font-size: 16px; }
.info-notice p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.tool-card { max-width: 900px; margin-inline: auto; padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); }
.questionnaire { display: grid; gap: 25px; }
.questionnaire fieldset { margin: 0; padding: 24px; display: grid; gap: 16px; border: 1px solid var(--line); border-radius: 16px; }
.questionnaire legend { padding-inline: 8px; font-weight: 800; }
.questionnaire label { display: flex; gap: 12px; color: var(--ink-soft); font-size: 14px; }
.questionnaire input { margin-top: 5px; accent-color: var(--blue-dark); }
.questionnaire .button { justify-self: start; }
.tool-result { display: none; padding: 22px; background: #e9f7fd; border-radius: 14px; font-weight: 700; }
.tool-result.show { display: block; }
.calculator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.calculator-grid > label { display: grid; gap: 8px; font-size: 13px; font-weight: 800; }
.calculator-grid input { width: 100%; padding: 13px; border: 1px solid #cfd2d3; border-radius: 10px; }
.calculator-grid input[type="range"] { padding: 0; accent-color: var(--blue-dark); }
.calculator-results { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.calculator-results div { padding: 22px; background: var(--night); border-radius: 16px; }
.calculator-results span, .calculator-results strong { display: block; }
.calculator-results span { color: #aebdc6; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.calculator-results strong { margin-top: 7px; color: #fff; font-size: 23px; }
.calculator-grid .form-note { grid-column: 1 / -1; }
.form-note.dark { color: var(--ink-soft); }
.cookie-controls { display: grid; gap: 0; }
.cookie-controls label { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.cookie-controls label span { display: grid; }
.cookie-controls small { color: var(--ink-soft); }
.cookie-controls input { width: 22px; height: 22px; accent-color: var(--blue-dark); }
.cookie-controls .button { justify-self: start; margin-top: 28px; }
.status-table { max-width: 1000px; margin: 0 auto 35px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.status-row { padding: 20px 25px; display: grid; grid-template-columns: 1.3fr 1fr .6fr; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); }
.status-row:last-child { border: 0; }
.status-head { color: #fff; background: var(--night); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.status-pill { padding: 6px 10px; border-radius: 999px; font-size: 11px; }
.status-pill.waiting { color: #5b4a00; background: #fff0a5; }
.number-list { margin: 0 0 30px; padding-left: 26px; }
.number-list li { padding: 12px; border-bottom: 1px solid var(--line); }
.centre-cta { margin-top: 42px; text-align: center; }
.last-checked { width: fit-content; margin: 0 auto 28px; padding: 8px 13px; color: var(--ink-soft); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.section-heading { max-width: 1000px; margin: 58px auto 20px; font-size: 31px; line-height: 1.2; letter-spacing: -.035em; }
.source-list { max-width: 1000px; margin: 0 auto 40px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.source-card { min-height: 150px; padding: 24px; display: flex; flex-direction: column; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 16px; text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.source-card:hover { transform: translateY(-2px); border-color: var(--blue); }
.source-card span { margin-bottom: 8px; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.source-card strong { font-size: 17px; line-height: 1.35; }
.source-card i { margin-top: auto; padding-top: 18px; color: var(--ink-soft); font-size: 12px; font-style: normal; font-weight: 700; }
.faq-list { max-width: 1000px; margin: 0 auto 42px; display: grid; gap: 10px; }
.faq-item { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.faq-item summary { position: relative; padding: 22px 58px 22px 24px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; top: 17px; right: 20px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 20px; }
.faq-item[open] summary::after { content: "–"; }
.faq-item div { padding: 0 24px 22px; color: var(--ink-soft); }
.faq-item p { max-width: 820px; margin: 0; }
.glossary { max-width: 900px; margin: 0 auto; }
.glossary dl { margin: 0; display: grid; grid-template-columns: 180px 1fr; background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; }
.glossary dt, .glossary dd { margin: 0; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.glossary dt { font-weight: 800; }
.glossary dd { color: var(--ink-soft); }
.glossary dt:last-of-type, .glossary dd:last-of-type { border-bottom: 0; }
.cookie-banner { position: fixed; z-index: 50; left: 20px; right: 20px; bottom: 20px; max-width: 1040px; margin-inline: auto; padding: 20px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; color: #fff; background: var(--night); border: 1px solid #34434d; border-radius: 18px; box-shadow: var(--shadow); }
.cookie-banner p { margin: 0; font-size: 13px; }
.cookie-banner div { display: flex; gap: 8px; }
.cookie-banner button, .cookie-banner a { padding: 9px 14px; color: #fff; background: #26343e; border: 0; border-radius: 999px; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; }
.cookie-banner .accept-cookies { color: var(--ink); background: var(--lime); }

@media (max-width: 900px) {
  .inner-hero-grid { grid-template-columns: 1fr; }
  .inner-hero img { max-height: 250px; }
  .page-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .inner-hero { padding: 55px 0; }
  .inner-hero-grid { min-height: auto; }
  .inner-hero h1 { font-size: 43px; }
  .page-card-grid, .calculator-grid, .calculator-results { grid-template-columns: 1fr; }
  .source-list { grid-template-columns: 1fr; }
  .glossary dl { grid-template-columns: 1fr; }
  .glossary dt { padding-bottom: 4px; border-bottom: 0; }
  .glossary dd { padding-top: 4px; }
  .calculator-results, .calculator-grid .form-note { grid-column: auto; }
  .info-notice { grid-template-columns: 1fr; gap: 8px; }
  .tool-card { padding: 24px 18px; }
  .status-row { grid-template-columns: 1fr; }
  .status-head { display: none; }
  .cookie-banner { grid-template-columns: 1fr; }
}
