:root {
  --ink: #0b132b;
  --ink-2: #121d3a;
  --cloud: #f7f9fc;
  --white: #ffffff;
  --slate: #516078;
  --muted: #5f6f87;
  --line: #dce3ed;
  --azure: #2563eb;
  --azure-dark: #1848b8;
  --teal: #0f766e;
  --teal-soft: #dff7f3;
  --amber: #f59e0b;
  --red: #dc3545;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(11, 19, 43, 0.10);
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cloud);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 5px #0b132b; border-radius: 4px; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 1000; background: #fff; padding: .75rem 1rem; border-radius: 8px; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 249, 252, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220, 227, 237, .9);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; font-size: 20px; }
.brand-mark { width: 34px; height: 38px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--azure), var(--teal)); clip-path: polygon(50% 0, 95% 16%, 88% 72%, 50% 100%, 12% 72%, 5% 16%); font-size: 14px; font-weight: 900; }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { color: #33415c; text-decoration: none; font-weight: 650; font-size: 14px; }
.nav-links a:hover { color: var(--azure); }
.nav-cta { padding: 11px 18px; border-radius: 10px; background: var(--ink); color: white !important; }
.hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 70px;
  background: radial-gradient(circle at 80% 25%, rgba(15, 159, 143, .20), transparent 30%), linear-gradient(135deg, #091127 0%, #11204a 100%);
  color: white;
}
.hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 54px 54px; pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 64px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.hero .eyebrow, .page-hero .eyebrow, .section-dark .eyebrow, .cta-band .eyebrow { color: #6fe3d3; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.04em; }
h1 { font-size: clamp(42px, 5.5vw, 72px); max-width: 820px; }
h2 { font-size: clamp(32px, 4vw, 50px); }
h3 { font-size: 22px; letter-spacing: -.025em; }
.hero p { max-width: 690px; margin: 24px 0 0; color: #c8d3e8; font-size: 19px; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 50px; padding: 0 22px; border: 0; border-radius: 11px; text-decoration: none; font-weight: 800; cursor: pointer; font-size: 15px; }
.button-primary { background: var(--teal); color: white; box-shadow: 0 10px 25px rgba(15, 159, 143, .25); }
.button-primary:hover { background: #0b5f59; transform: translateY(-1px); }
.button-secondary { color: white; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.06); }
.button-light { color: var(--ink); border: 1px solid var(--line); background: white; }
.microcopy { display: block; margin-top: 16px; color: #96a7c8; font-size: 13px; }
.microcopy a { color: #b9fff3; font-weight: 750; text-underline-offset: 3px; }
.portal-card { border: 1px solid rgba(255,255,255,.14); background: rgba(5, 11, 28, .72); border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.28); overflow: hidden; }
.portal-bar { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.11); color: #9db0d3; font: 12px ui-monospace, SFMono-Regular, Consolas, monospace; }
.dots { display: flex; gap: 6px; }
.dots i { width: 9px; height: 9px; border-radius: 50%; background: #52617d; }
.portal-body { padding: 22px; }
.score-row { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; }
.score { width: 82px; height: 82px; display: grid; place-items: center; border: 8px solid var(--amber); border-radius: 50%; font-size: 26px; font-weight: 900; }
.portal-body strong { display: block; font-size: 17px; }
.portal-body small { color: #9fb0cf; }
.finding-list { display: grid; gap: 10px; margin-top: 22px; }
.finding { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: #d8e1f1; font-size: 13px; }
.pill { padding: 4px 8px; border-radius: 999px; background: rgba(245,158,11,.15); color: #ffc45d; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 22px; text-align: center; border-right: 1px solid var(--line); color: #3d4a62; font-weight: 750; font-size: 14px; }
.trust-item:last-child { border-right: 0; }
.proof-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.proof-grid .trust-item { display: grid; align-content: center; gap: 2px; }
.proof-grid .trust-item strong { color: var(--ink); font-size: 15px; }
.proof-grid .trust-item span { color: var(--muted); font-size: 12px; font-weight: 650; }
.finding-heading { display: flex; align-items: center; gap: 12px; }
.finding-heading strong { font-size: 16px; }
.portal-summary { margin-top: 16px !important; color: #d8e1f1 !important; font-size: 15px !important; }
.section { padding: 88px 0; }
.section-white { background: white; }
.section-dark { background: var(--ink); color: white; }
.section-dark p, .section-dark .lead { color: #b9c6dc; }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head p, .lead { color: var(--slate); font-size: 18px; margin: 18px 0 0; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.split-copy { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.split-copy .section-head { margin: 0; }
.buyer-questions { display: grid; gap: 18px; color: var(--slate); font-size: 18px; }
.buyer-questions p { margin: 0; }
.domain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.domain-grid > * { display: grid; gap: 5px; min-height: 118px; padding: 22px; background: white; color: inherit; text-decoration: none; }
.domain-grid > a:hover { position: relative; background: #edf3ff; }
.domain-grid strong { align-self: end; font-size: 16px; }
.domain-grid span span, .domain-grid a span { align-self: start; color: var(--slate); font-size: 13px; }
.phase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding: 0; margin: 0; list-style: none; }
.phase-grid li { padding: 30px; border-top: 4px solid var(--azure); background: var(--cloud); }
.phase-grid p { color: var(--slate); }
.phase-grid a { color: var(--azure-dark); font-weight: 800; text-underline-offset: 3px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 8px 25px rgba(11,19,43,.04); }
.card p { margin: 12px 0 0; color: var(--slate); }
.card-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 12px; background: var(--teal-soft); color: var(--teal); font-weight: 900; }
.step-number { display: block; margin-bottom: 12px; color: var(--azure); font: 800 12px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; }
.checklist { display: grid; gap: 12px; padding: 0; margin: 24px 0 0; list-style: none; }
.checklist li { position: relative; padding-left: 28px; color: var(--slate); }
.checklist li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--teal); font-weight: 900; }
.light-list { grid-template-columns: repeat(2, 1fr); }
.light-list li { color: #dce5f4; }
.report-preview { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: center; }
.report-sheet { background: white; color: var(--ink); padding: 30px; border-radius: 8px; box-shadow: var(--shadow); transform: rotate(-1.2deg); }
.report-kicker { font: 800 11px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .12em; color: var(--azure); }
.report-rule { height: 1px; background: var(--line); margin: 18px 0; }
.report-metric { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid #edf1f6; font-size: 13px; }
.offers { align-items: stretch; }
.offer { position: relative; display: flex; flex-direction: column; }
.offer.featured { border: 2px solid var(--azure); box-shadow: var(--shadow); }
.offer-tag { position: absolute; right: 18px; top: 18px; color: var(--azure); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.price { margin-top: 16px; font-size: 28px; font-weight: 900; letter-spacing: -.04em; }
.offer .button { margin-top: auto; padding-top: 0; }
.note { padding: 16px 18px; border-left: 4px solid var(--azure); background: #edf3ff; color: #34425b; border-radius: 0 10px 10px 0; }
.quote { padding: 26px; background: #eef2f8; border-radius: var(--radius); color: #34425b; font-size: 18px; }
.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); background: white; border-radius: 12px; padding: 18px 20px; }
.faq summary { cursor: pointer; font-weight: 800; }
.faq p { color: var(--slate); }
.page-hero { padding: 80px 0 64px; background: linear-gradient(135deg, #091127, #142550); color: white; }
.page-hero p { max-width: 760px; color: #c8d3e8; font-size: 19px; }
.page-hero .price { color: #6fe3d3; }
.breadcrumbs { margin: 0 0 22px; color: #9fb0cf; font-size: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #7183a5; }
.breadcrumbs a { color: #c8d3e8; text-decoration: none; }
.breadcrumbs a:hover { color: white; text-decoration: underline; text-underline-offset: 3px; }
.content { max-width: 850px; }
.content h2 { margin-top: 48px; font-size: 34px; }
.content h3 { margin-top: 30px; }
.content p, .content li { color: var(--slate); }
.content table { display: block; width: 100%; max-width: 100%; overflow-x: auto; border-collapse: collapse; margin-top: 24px; background: white; -webkit-overflow-scrolling: touch; }
.content th, .content td { padding: 13px 14px; text-align: left; border: 1px solid var(--line); vertical-align: top; }
.content th { background: #edf3ff; }
.sample-findings { display: grid; gap: 14px; margin-top: 24px; }
.sample-finding { display: grid; grid-template-columns: 84px 1fr; gap: 18px; align-items: start; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: white; }
.severity { text-align: center; padding: 6px 8px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.severity.high { color: #9c5b00; background: #fff1cf; }
.severity.medium { color: #164db4; background: #e5eeff; }
.severity.review { color: #164db4; background: #e5eeff; }
.disclosure-note { margin-top: 24px; }
.incident-timeline { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.incident-timeline li { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 24px; border: 1px solid var(--line); border-left: 4px solid var(--azure); border-radius: 0 14px 14px 0; background: white; }
.incident-timeline time { color: var(--azure-dark); font: 850 12px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; }
.incident-timeline h3 { font-size: 21px; }
.incident-timeline p { margin: 10px 0; color: var(--slate); }
.incident-timeline a { color: var(--azure-dark); font-weight: 750; text-underline-offset: 3px; }
.fact-grid { align-items: stretch; }
.fact-card.confirmed { border-top: 4px solid var(--teal); }
.fact-card.unknown { border-top: 4px solid var(--amber); }
.boundary-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.boundary-list li { position: relative; padding-left: 28px; color: var(--slate); }
.boundary-list li::before { content: "?"; position: absolute; left: 0; top: 0; color: #9c5b00; font-weight: 900; }
.sample-label { display: block; margin-bottom: 10px; color: var(--azure-dark); font: 800 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.finding-example { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.finding-example header { display: flex; justify-content: space-between; gap: 24px; align-items: start; padding: 28px; border-bottom: 1px solid var(--line); }
.finding-example header h3 { max-width: 780px; }
.finding-example dl { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; }
.finding-example dl div { padding: 24px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.finding-example dl div:nth-child(2n) { border-right: 0; }
.finding-example dt { color: var(--azure-dark); font: 800 11px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.finding-example dd { margin: 8px 0 0; color: var(--slate); }
.sample-overview-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 22px; }
.posture-card { padding: 30px; border: 1px solid #f4c66e; border-top: 4px solid var(--amber); border-radius: var(--radius); background: #fffaf0; }
.posture-card strong { display: block; margin-top: 14px; font-size: 25px; line-height: 1.15; }
.posture-card p { color: var(--slate); }
.priority-list { display: grid; gap: 12px; padding-left: 22px; color: var(--slate); }
.comparison-panel { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.comparison-panel p { color: var(--slate); font-size: 18px; }
.comparison-table { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.comparison-table div { display: grid; gap: 5px; padding: 26px; background: white; }
.comparison-table div + div { border-top: 1px solid var(--line); background: #edf3ff; }
.comparison-table strong { font-size: 17px; }
.comparison-table span { color: var(--slate); }
.pricing-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; padding: 46px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow); }
.pricing-panel p { color: var(--slate); }
.pricing-panel .price { color: var(--ink); font-size: 38px; }
.scope-note { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.expertise-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.expertise-grid span { padding: 20px 12px; border-right: 1px solid var(--line); color: #3d4a62; text-align: center; font-size: 13px; font-weight: 800; }
.expertise-grid span:last-child { border-right: 0; }
.profile-placeholder { color: var(--muted) !important; font-size: 12px; }
.source-list { padding-bottom: 8px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 44px; }
.lead-form { display: grid; gap: 16px; padding: 30px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form label { display: grid; gap: 7px; color: #34425b; font-weight: 750; font-size: 13px; }
.optional { color: var(--muted); font-weight: 550; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #cdd7e5; border-radius: 9px; background: white; color: var(--ink); font: inherit; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: 3px solid #fff; outline-offset: 1px; border-color: var(--azure); box-shadow: 0 0 0 4px var(--azure); }
.lead-form textarea { min-height: 120px; resize: vertical; }
.form-status { min-height: 24px; color: var(--teal); font-weight: 700; }
.form-assurance { color: var(--muted); font-size: 12px; line-height: 1.5; }
.reference-list { display: grid; gap: 12px; margin: 24px 0 0; padding-left: 22px; }
.reference-list a { color: var(--azure-dark); font-weight: 750; text-underline-offset: 3px; }
.cta-band { padding: 52px; display: flex; justify-content: space-between; align-items: center; gap: 30px; border-radius: 24px; background: var(--ink); color: white; }
.cta-band p { color: #b9c6dc; margin: 12px 0 0; }
.footer { padding: 62px 0 28px; background: #081022; color: #c3cde0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 34px; }
.footer h3 { color: white; font-size: 15px; letter-spacing: 0; }
.footer a { display: flex; min-height: 44px; margin: 0; align-items: center; color: #aebbd2; text-decoration: none; font-size: 14px; }
.footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #8291ad; font-size: 12px; }
.mobile-toggle { display: none; }

@media (max-width: 1024px) {
  .hero-grid, .report-preview, .contact-layout, .split-copy, .comparison-panel, .pricing-panel { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .portal-card { max-width: 620px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid { grid-template-columns: repeat(3, 1fr); }
  .domain-grid { grid-template-columns: repeat(3, 1fr); }
  .expertise-grid { grid-template-columns: repeat(3, 1fr); }
  .sample-overview-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-links { display: none; }
  .nav-links.open { position: absolute; display: flex; flex-direction: column; align-items: stretch; top: 76px; left: 0; right: 0; padding: 22px; background: white; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav-links.open > a { display: flex; align-items: center; min-height: 44px; }
  .mobile-toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px; background: white; font-size: 20px; }
}

@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 64px 0; }
  .grid-2, .grid-4, .field-row { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .proof-grid, .domain-grid, .phase-grid, .finding-example dl, .light-list { grid-template-columns: 1fr; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .domain-grid > * { min-height: 96px; }
  .finding-example header { flex-direction: column-reverse; }
  .finding-example dl div { border-right: 0; }
  .pricing-panel { padding: 30px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .cta-band { padding: 32px 24px; align-items: flex-start; flex-direction: column; }
  .sample-finding { grid-template-columns: 1fr; }
  .incident-timeline li { grid-template-columns: 1fr; gap: 10px; }
}

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

/* Consent and client-intake controls */
.footer-link-button {
  display: flex;
  min-height: 44px;
  margin: 0;
  padding: 0;
  align-items: center;
  border: 0;
  background: transparent;
  color: #aebbd2;
  font: inherit;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}
.footer-link-button:hover { color: white; }
.inline-link-button {
  display: inline;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--azure-dark);
  font: inherit;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}
.inline-link-button:hover { color: var(--azure); }
.footer-link-button:focus-visible,
.consent-button:focus-visible,
.consent-close:focus-visible {
  outline: 3px solid rgba(111, 227, 211, .6);
  outline-offset: 3px;
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}
.lead-form[aria-busy="true"] button[type="submit"] { cursor: wait; opacity: .72; }
.lead-form input[aria-invalid="true"],
.lead-form select[aria-invalid="true"],
.lead-form textarea[aria-invalid="true"] {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, .12);
}
.field-error {
  display: block;
  color: #a61e2c;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
}
.form-status.is-error { color: #a61e2c; }
.form-status.is-success {
  padding: 12px 14px;
  border: 1px solid rgba(15, 159, 143, .32);
  border-radius: 10px;
  background: var(--teal-soft);
  color: #096f64;
}
.consent-label span { display: flex; align-items: flex-start; gap: 9px; }
.consent-label input { width: auto; margin-top: 4px; flex: 0 0 auto; }

.reviewer-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f5f8fc;
  color: var(--ink);
}
.reviewer-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--azure), var(--teal));
  color: white;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}
.reviewer-card strong { display: block; font-size: 13px; }
.reviewer-card p { margin: 4px 0 0; color: var(--slate); font-size: 12px; line-height: 1.55; }

.consent-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: end;
  width: min(720px, calc(100% - 44px));
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 16px;
  background: #081022;
  box-shadow: 0 24px 70px rgba(5, 11, 28, .34);
  color: white;
}
.consent-banner[hidden] { display: none; }
.consent-banner h2 { font-size: 20px; letter-spacing: -.02em; }
.consent-banner p { margin: 8px 0 4px; color: #c3cde0; font-size: 14px; line-height: 1.55; }
.consent-banner a { color: #b9fff3; font-size: 13px; font-weight: 750; text-underline-offset: 3px; }
.consent-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.consent-button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 9px;
  background: transparent;
  color: white;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.consent-button:hover { border-color: rgba(255, 255, 255, .55); }
.consent-button-primary { border-color: var(--teal); background: var(--teal); color: white; }
.consent-button-primary:hover { border-color: #0c8578; background: #0c8578; }
.consent-button-link { border-color: transparent; color: #b9fff3; }

.consent-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: min(760px, calc(100vh - 32px));
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 18px;
  background: white;
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(5, 11, 28, .4);
}
.consent-dialog:not([open]) { display: none; }
.consent-dialog::backdrop { background: rgba(5, 11, 28, .7); backdrop-filter: blur(4px); }
.consent-dialog-card { padding: 28px; }
.consent-dialog-header { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.consent-dialog-header h2 { font-size: 28px; }
.consent-close {
  min-width: 44px;
  min-height: 44px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: white;
  color: var(--slate);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}
.consent-option {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.consent-option strong { display: block; font-size: 15px; }
.consent-option p { margin: 5px 0 0; color: var(--slate); font-size: 13px; line-height: 1.55; }
.consent-option-toggle { cursor: pointer; }
.consent-option-toggle input { width: 22px; height: 22px; flex: 0 0 auto; accent-color: var(--teal); }
.consent-always-on { color: #096f64; font-size: 12px; font-weight: 850; white-space: nowrap; }
.consent-dialog-actions { display: flex; justify-content: flex-end; padding-top: 20px; border-top: 1px solid var(--line); }
.consent-dialog .consent-button { color: var(--ink); border-color: var(--line); }
.consent-dialog .consent-button-primary { color: white; border-color: var(--teal); }

@media (max-width: 700px) {
  .consent-banner {
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    max-height: calc(100vh - 28px);
    overflow: auto;
  }
  .consent-actions { justify-content: flex-start; }
  .consent-actions .consent-button { flex: 1 1 auto; }
  .consent-dialog-card { padding: 22px; }
  .consent-option { align-items: flex-start; }
}
