/* Nevexa — site stylesheet */
:root {
  --navy: #10233f;
  --navy-2: #2b3d5a;
  --muted: #5a6577;
  --clay: #c2451b;
  --clay-700: #99330f;
  --clay-50: #fbebe3;
  --gold: #f2b544;
  --gold-50: #fdf3dc;
  --sky: #e2ecf8;
  --sky-700: #2c5a93;
  --sand: #f6f1e9;
  --sand-2: #ece3d6;
  --white: #ffffff;
  --line: #e4ddd2;
  --danger: #b42318;
  --success: #17663f;
  --r: 14px;
  --r-lg: 24px;
  --shadow-sm: 0 1px 2px rgba(16, 35, 63, .06);
  --shadow: 0 2px 4px rgba(16, 35, 63, .04), 0 14px 40px rgba(16, 35, 63, .08);
  --max: 1160px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
body { margin: 0; font-family: var(--font); font-size: 1rem; line-height: 1.65; color: var(--navy); background: var(--sand); }
img, svg { display: block; max-width: 100%; }
a { color: var(--clay-700); text-underline-offset: 3px; }
a:hover { color: var(--navy); }
h1, h2, h3 { margin: 0 0 .5em; line-height: 1.15; color: var(--navy); letter-spacing: -0.02em; }
h1 { font-size: clamp(2.2rem, 5.2vw, 3.7rem); font-weight: 700; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.65rem, 3.2vw, 2.4rem); font-weight: 700; letter-spacing: -0.03em; }
h3 { font-size: 1.125rem; font-weight: 700; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 6px; }
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 100; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { left: 8px; color: #fff; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.accent { color: var(--clay); }

/* Header: floating pill */
.site-header { position: sticky; top: 0; z-index: 50; padding: 12px 0; background: linear-gradient(var(--sand) 60%, rgba(246, 241, 233, 0)); }
.nav-shell { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 62px; padding: 8px 10px 8px 18px; background: rgba(255, 255, 255, .88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--line); border-radius: 999px; box-shadow: var(--shadow-sm); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; font-size: 1.35rem; font-weight: 700; letter-spacing: -0.03em; }
.brand:hover { color: var(--navy); }
.brand svg { width: 34px; height: 34px; flex: none; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-open { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.site-nav a { display: block; padding: 9px 14px; border-radius: 999px; color: var(--navy-2); text-decoration: none; font-weight: 600; font-size: .95rem; }
.site-nav a:hover { background: var(--sand); color: var(--navy); }
.site-nav a[aria-current="page"] { background: var(--sky); color: var(--navy); }
.site-nav .nav-cta { margin-left: 6px; }
.site-nav .nav-cta a { background: var(--navy); color: #fff; padding: 10px 18px; }
.site-nav .nav-cta a:hover, .site-nav .nav-cta a[aria-current="page"] { background: var(--clay); color: #fff; }
@media (max-width: 880px) {
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow); }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; align-items: stretch; padding: 10px; gap: 2px; }
  .site-nav a { padding: 13px 16px; font-size: 1.02rem; border-radius: var(--r); }
  .site-nav .nav-cta { margin: 6px 0 0; }
  .site-nav .nav-cta a { text-align: center; }
}

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 13px 24px; border-radius: 999px; font: inherit; font-weight: 700; line-height: 1.2; text-decoration: none; cursor: pointer; border: 1.5px solid transparent; transition: background-color .15s, color .15s, border-color .15s, box-shadow .15s; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--clay); color: #fff; box-shadow: 0 6px 18px rgba(194, 69, 27, .28); }
.btn-primary:hover { background: var(--clay-700); color: #fff; }
.btn-outline { background: var(--white); color: var(--navy); border-color: var(--line); }
.btn-outline:hover { border-color: var(--navy); color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); color: #fff; }
.btn-light { background: #fff; color: var(--navy); }
.btn-light:hover { background: var(--gold-50); color: var(--navy); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* Sections */
.section { padding: 84px 0; }
.section-sm { padding: 56px 0; }
.surface { background: var(--white); }
.eyebrow { display: inline-block; margin-bottom: 12px; padding: 5px 12px; border-radius: 999px; background: var(--clay-50); color: var(--clay-700); font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.eyebrow.sky { background: var(--sky); color: var(--sky-700); }
.head { max-width: 680px; margin-bottom: 44px; }
.head.center { margin-left: auto; margin-right: auto; text-align: center; }
.lead { font-size: 1.15rem; color: var(--muted); }
@media (max-width: 640px) { .section { padding: 60px 0; } }

/* Hero */
.hero { position: relative; padding: 48px 0 88px; overflow: hidden; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(70px); opacity: .55; pointer-events: none; }
.hero::before { width: 460px; height: 460px; right: -80px; top: -60px; background: #f7c9b3; }
.hero::after { width: 380px; height: 380px; right: 280px; bottom: -160px; background: #cfe0f5; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.hero .lead { max-width: 540px; margin-bottom: 30px; }
.hero-note { display: flex; gap: 10px; margin-top: 22px; max-width: 520px; font-size: .92rem; color: var(--muted); }
.hero-note svg { width: 18px; height: 18px; flex: none; margin-top: 3px; color: var(--sky-700); }
.hero-art svg { width: 100%; height: auto; }
@media (max-width: 880px) { .hero { padding: 24px 0 64px; } .hero-grid { grid-template-columns: 1fr; gap: 40px; } .hero-art { max-width: 460px; width: 100%; margin: 0 auto; } }

/* Inner page heading */
.page-head { padding: 40px 0 56px; }
.page-head .panel { position: relative; overflow: hidden; background: var(--navy); color: #fff; border-radius: var(--r-lg); padding: 56px 48px; }
.page-head .panel::after { content: ""; position: absolute; right: -60px; bottom: -120px; width: 320px; height: 320px; border-radius: 50%; background: radial-gradient(circle, rgba(242, 181, 68, .45), rgba(242, 181, 68, 0) 70%); }
.page-head .panel > * { position: relative; z-index: 1; }
.page-head h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3rem); max-width: 760px; }
.page-head .lead { color: #c8d2e2; margin: 0; max-width: 700px; }
.crumbs { font-size: .875rem; margin-bottom: 18px; color: #aebbd0; }
.crumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.crumbs li + li::before { content: "·"; margin-right: 8px; }
.crumbs a { color: #fff; }
@media (max-width: 640px) { .page-head { padding: 16px 0 40px; } .page-head .panel { padding: 36px 24px; } }

/* Cards */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-sm); }
.card p { color: var(--muted); }
.card p:last-child { margin-bottom: 0; }
.ico { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; background: var(--sky); color: var(--sky-700); }
.ico svg { width: 24px; height: 24px; }
.ico.clay { background: var(--clay-50); color: var(--clay-700); }
.ico.gold { background: var(--gold-50); color: #8a5a00; }
.grid { display: grid; gap: 20px; }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .g3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .g3, .g2 { grid-template-columns: 1fr; } }

/* Bento (home benefits) */
.bento { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.bento .card:nth-child(1) { grid-column: span 4; background: var(--navy); border-color: var(--navy); }
.bento .card:nth-child(1) h3 { color: #fff; font-size: 1.4rem; }
.bento .card:nth-child(1) p { color: #c8d2e2; max-width: 460px; }
.bento .card:nth-child(1) .ico { background: rgba(255,255,255,.12); color: var(--gold); }
.bento .card:nth-child(2) { grid-column: span 2; background: var(--gold-50); border-color: #f1ddb0; }
.bento .card:nth-child(3), .bento .card:nth-child(4), .bento .card:nth-child(5) { grid-column: span 2; }
@media (max-width: 900px) { .bento { grid-template-columns: 1fr 1fr; } .bento .card:nth-child(n) { grid-column: span 1; } .bento .card:nth-child(1) { grid-column: 1 / -1; } }
@media (max-width: 600px) { .bento { grid-template-columns: 1fr; } }

/* Steps */
.steps4 { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.steps4 li { counter-increment: s; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px; }
.steps4 li::before { content: counter(s); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--clay); color: #fff; font-weight: 700; margin-bottom: 16px; }
.steps4 p { color: var(--muted); margin: 0; font-size: .96rem; }
@media (max-width: 960px) { .steps4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .steps4 { grid-template-columns: 1fr; } }

/* Vertical timeline (how it works) */
.timeline { list-style: none; margin: 0; padding: 0; max-width: 820px; }
.timeline li { position: relative; display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding-bottom: 36px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { content: ""; position: absolute; left: 35px; top: 64px; bottom: 6px; width: 2px; background: var(--sand-2); }
.timeline li:last-child::before { display: none; }
.timeline .n { width: 72px; height: 72px; border-radius: 22px; background: var(--white); border: 1px solid var(--line); display: grid; place-items: center; font-size: 1.6rem; font-weight: 700; color: var(--clay); box-shadow: var(--shadow-sm); }
.timeline h3 { margin-top: 10px; font-size: 1.25rem; }
.timeline p { color: var(--muted); margin: 0 0 8px; }
.timeline .meta { display: inline-block; font-size: .85rem; font-weight: 600; color: var(--sky-700); background: var(--sky); padding: 4px 12px; border-radius: 999px; }
@media (max-width: 560px) { .timeline li { grid-template-columns: 52px 1fr; gap: 16px; } .timeline .n { width: 52px; height: 52px; border-radius: 16px; font-size: 1.2rem; } .timeline li::before { left: 25px; top: 58px; } .timeline h3 { margin-top: 2px; } }

/* Status chips */
.status { display: inline-block; font-size: .8rem; font-weight: 700; padding: 3px 11px; border-radius: 999px; white-space: nowrap; }
.st-tracked { background: var(--sky); color: var(--sky-700); }
.st-pending { background: var(--gold-50); color: #8a5a00; }
.st-confirmed { background: #dff3e7; color: var(--success); }
.st-declined { background: #fde4e1; color: var(--danger); }
.st-paid { background: var(--navy); color: #fff; }

/* Note boxes */
.note { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 28px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.note::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: var(--gold); }
.note h3 { margin-bottom: 8px; }
.note p, .note li { color: var(--navy-2); }
.note ul { margin: 8px 0 0; padding-left: 1.2em; }
.note p:last-child, .note ul:last-child { margin-bottom: 0; }
.note.sky::before { background: var(--sky-700); }

.checks { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.checks li { position: relative; padding-left: 32px; color: var(--navy-2); }
.checks li::before { content: ""; position: absolute; left: 0; top: .2em; width: 22px; height: 22px; border-radius: 8px; background: #dff3e7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none' stroke='%2317663f' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.5 11.3l3 3 6-6.3'/%3E%3C/svg%3E") center/22px no-repeat; }
.checks.x li::before { background: #fde4e1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22' fill='none' stroke='%23b42318' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M7.5 7.5l7 7M14.5 7.5l-7 7'/%3E%3C/svg%3E") center/22px no-repeat; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.split.mid { align-items: center; }
@media (max-width: 880px) { .split { grid-template-columns: 1fr; gap: 32px; } }

/* Offers board */
.toolbar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.chip { font: inherit; font-weight: 600; font-size: .93rem; min-height: 42px; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--white); color: var(--navy-2); cursor: pointer; }
.chip:hover { border-color: var(--navy); }
.chip[aria-pressed="true"] { background: var(--navy); border-color: var(--navy); color: #fff; }
.board { display: grid; gap: 14px; }
.offer { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); overflow: hidden; }
.offer[hidden] { display: none; }
.offer summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 52px 1.3fr 1fr 1fr 32px; gap: 18px; align-items: center; padding: 20px 22px; }
.offer summary::-webkit-details-marker { display: none; }
.offer .ico { margin: 0; width: 52px; height: 52px; }
.offer .ttl strong { display: block; font-size: 1.08rem; }
.offer .ttl span { color: var(--muted); font-size: .92rem; }
.offer .kv small { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--muted); }
.offer .kv span { font-weight: 600; font-size: .95rem; }
.offer .chev { width: 32px; height: 32px; border-radius: 50%; background: var(--sand); display: grid; place-items: center; transition: transform .2s; }
.offer .chev svg { width: 16px; height: 16px; }
.offer[open] .chev { transform: rotate(180deg); }
.offer .body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 4px 22px 24px 92px; }
.offer .body h4 { margin: 0 0 6px; font-size: .95rem; }
.offer .body ul { margin: 0; padding-left: 1.1em; color: var(--muted); font-size: .93rem; }
.offer .body li { margin-bottom: 4px; }
@media (max-width: 860px) {
  .offer summary { grid-template-columns: 48px 1fr 32px; }
  .offer .ico { width: 48px; height: 48px; }
  .offer .kv { display: none; }
  .offer .body { grid-template-columns: 1fr; padding: 0 22px 22px; }
}
.anatomy { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; counter-reset: a; }
.anatomy > div { counter-increment: a; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 22px; }
.anatomy > div::before { content: "0" counter(a); display: block; font-size: .8rem; font-weight: 700; color: var(--clay); margin-bottom: 8px; letter-spacing: .06em; }
.anatomy h3 { font-size: 1rem; }
.anatomy p { color: var(--muted); font-size: .93rem; margin: 0; }
@media (max-width: 1000px) { .anatomy { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .anatomy { grid-template-columns: 1fr; } }

/* Table */
.table-wrap { overflow-x: auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); }
table { width: 100%; border-collapse: collapse; font-size: .95rem; }
th, td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--sand); font-weight: 700; white-space: nowrap; }
tr:last-child td { border-bottom: 0; }
td { color: var(--navy-2); }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq.center { margin: 0 auto; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); }
.faq summary { list-style: none; cursor: pointer; padding: 18px 56px 18px 22px; font-weight: 700; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; position: absolute; right: 22px; top: 50%; width: 10px; height: 10px; margin-top: -7px; border-right: 2.5px solid var(--clay); border-bottom: 2.5px solid var(--clay); transform: rotate(45deg); transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq details > div { padding: 0 22px 20px; color: var(--muted); }
.faq details > div p:last-child { margin: 0; }

/* CTA */
.cta { position: relative; overflow: hidden; background: var(--clay); color: #fff; border-radius: var(--r-lg); padding: 52px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.cta::before { content: ""; position: absolute; left: -80px; bottom: -140px; width: 320px; height: 320px; border-radius: 50%; background: rgba(242, 181, 68, .35); }
.cta > * { position: relative; }
.cta h2 { color: #fff; margin-bottom: 8px; }
.cta p { margin: 0; color: #fde3d7; max-width: 560px; }
@media (max-width: 720px) { .cta { grid-template-columns: 1fr; padding: 36px 26px; } }

/* Forms */
.form { display: grid; gap: 18px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 640px) { .row2 { grid-template-columns: 1fr; } }
.field label { display: block; font-weight: 600; font-size: .95rem; margin-bottom: 6px; }
.field .hint { font-weight: 400; color: var(--muted); font-size: .85rem; }
.field input, .field select, .field textarea { width: 100%; font: inherit; color: var(--navy); background: var(--sand); border: 1.5px solid transparent; border-radius: 12px; padding: 12px 14px; min-height: 50px; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: var(--sand-2); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; background: #fff; border-color: var(--navy); box-shadow: 0 0 0 4px rgba(16, 35, 63, .1); }
.field [aria-invalid="true"] { border-color: var(--danger); background: #fff; }
.field .error { color: var(--danger); font-size: .85rem; margin: 6px 0 0; }
.field .error:empty { display: none; }
.field label.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 400; font-size: .93rem; color: var(--navy-2); margin: 0; }
.check input { width: 20px; height: 20px; min-height: 0; margin-top: 3px; accent-color: var(--clay); flex: none; }
.form-status { padding: 14px 16px; border-radius: 12px; font-weight: 600; }
.form-status:empty { display: none; }
.form-status.ok { background: #dff3e7; color: var(--success); }
.form-status.err { background: #fde4e1; color: var(--danger); }
.info { list-style: none; margin: 0; padding: 0; display: grid; gap: 20px; }
.info li { display: flex; gap: 14px; align-items: flex-start; }
.info .ico { margin: 0; width: 44px; height: 44px; flex: none; border-radius: 12px; }
.info .ico svg { width: 20px; height: 20px; }
.info strong { display: block; }
.info span, .info a { color: var(--muted); word-break: break-word; }
.info a { color: var(--clay-700); }

/* Legal */
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 56px; align-items: start; }
.toc { position: sticky; top: 104px; font-size: .9rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 18px 20px; }
.toc h2 { font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; }
.toc ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.toc a { display: block; padding: 4px 0; color: var(--navy-2); text-decoration: none; }
.toc a:hover { color: var(--clay-700); }
@media (max-width: 880px) { .legal-layout { grid-template-columns: 1fr; gap: 28px; } .toc { position: static; } }
.prose { max-width: 760px; }
.prose h2 { font-size: 1.35rem; margin-top: 2.2em; scroll-margin-top: 104px; }
.prose h2:first-of-type { margin-top: 1em; }
.prose p, .prose li { color: var(--navy-2); }
.prose li { margin-bottom: .4em; }
.prose code { word-break: break-all; }
.prose .meta { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 12px 16px; font-size: .93rem; color: var(--muted); margin-bottom: 28px; }
.prose .table-wrap { margin-bottom: 1em; }

/* Footer */
.site-footer { background: var(--navy); color: #b9c4d6; padding: 64px 0 30px; font-size: .95rem; margin-top: 20px; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--gold); text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
.footer-about p { max-width: 380px; }
.footer-contact { line-height: 1.8; }
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer .brand:hover { color: #fff; text-decoration: none; }
.site-footer .brand svg path:first-child { fill: #fff; }
.site-footer .brand svg path:nth-child(2) { stroke: var(--navy); }
.footer-grid h2 { color: #fff; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-disclosure { margin-top: 44px; padding-top: 24px; border-top: 1px solid #263a5a; font-size: .85rem; color: #93a1b8; display: grid; gap: 8px; }
.footer-disclosure p { margin: 0; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-about { grid-column: 1 / -1; } }
@media (max-width: 440px) { .footer-grid { grid-template-columns: 1fr; } }

/* Cookie banner */
.cookie-banner { position: fixed; z-index: 80; left: 50%; bottom: 16px; transform: translateX(-50%); width: calc(100% - 32px); max-width: 720px; display: flex; gap: 18px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: 0 20px 50px rgba(16, 35, 63, .22); padding: 18px 20px; }
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0; font-size: .9rem; color: var(--navy-2); }
.cookie-banner .btn-row { flex-wrap: nowrap; }
.cookie-banner .btn { min-height: 42px; padding: 9px 16px; font-size: .9rem; white-space: nowrap; }
@media (max-width: 640px) { .cookie-banner { flex-direction: column; align-items: stretch; } .cookie-banner .btn-row { flex-wrap: wrap; } }

/* 404 */
.lost { text-align: center; padding: 80px 0 110px; }
.lost .code { display: inline-block; font-size: 1rem; font-weight: 700; color: var(--clay-700); background: var(--clay-50); padding: 6px 16px; border-radius: 999px; margin-bottom: 18px; }
.lost .btn-row { justify-content: center; }

.mt { margin-top: 28px; }
.muted { color: var(--muted); }
