/* ==========================================================================
   All Clear Inspect: site styles
   ========================================================================== */

:root {
  --navy-950: #071630;
  --navy-900: #0A1D3D;
  --navy-800: #0E2A56;
  --navy-700: #163C74;
  --navy-600: #1F4F92;
  --lime-400: #A6E22E;
  --lime-500: #8CD317;
  --lime-600: #6DB80F;
  --lime-700: #3E7A08; /* accessible green text on white */
  --ink: #0F1B2D;
  --text: #33425A;
  --muted: #5E6E86;
  --line: #DCE3ED;
  --bg: #FFFFFF;
  --bg-soft: #F2F5F9;
  --bg-tint: #F6FAEE;
  --white: #FFFFFF;

  --font-display: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
  --font-body: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(10, 29, 61, .06), 0 2px 8px rgba(10, 29, 61, .06);
  --shadow: 0 10px 30px -10px rgba(10, 29, 61, .22);
  --shadow-lg: 0 30px 60px -20px rgba(10, 29, 61, .35);

  --container: 1200px;
  --gutter: clamp(16px, 4vw, 32px);
  --section: clamp(56px, 7vw, 88px);
  --header-h: 76px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font-family: var(--font-body); font-size: 1.0625rem; line-height: 1.65; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img, video, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--navy-700); text-underline-offset: 3px; }
a:hover { color: var(--navy-900); }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.05; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.005em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(2.1rem, 4.2vw, 3.2rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.6rem); line-height: 1.15; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--lime-500); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--lime-500); color: var(--navy-900); padding: 10px 16px; border-radius: var(--radius-sm); font-weight: 700; }
.skip-link:focus { top: 12px; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container--narrow { max-width: 820px; }
.section { padding: var(--section) 0; }
.section--soft { background: var(--bg-soft); }
.section--tint { background: var(--bg-tint); }
.section--navy { background: var(--navy-900); color: #C9D5E8; }
.section--navy h2, .section--navy h3 { color: var(--white); }
.section--tight { padding: clamp(40px, 6vw, 64px) 0; }

.section-head { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p:not(.eyebrow) { font-size: 1.15rem; color: var(--muted); }
.section--navy .section-head p:not(.eyebrow) { color: #B3C2DA; }

.eyebrow { display: inline-flex; align-items: center; gap: .5em; font-family: var(--font-body); font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lime-700); margin-bottom: 14px; }
.eyebrow::before { content: ""; width: 22px; height: 3px; border-radius: 2px; background: var(--lime-500); }
.section--navy .eyebrow, .page-hero .eyebrow, .cta-band .eyebrow, .referral .eyebrow, .audience .eyebrow { color: var(--lime-400); }

.lead { font-size: clamp(1.1rem, 1.6vw, 1.25rem); color: var(--muted); }
.accent { color: var(--lime-600); }
.section--navy .accent, .page-hero .accent { color: var(--lime-500); }

.split { display: grid; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split > *, .grid > *, .hero__grid > *, .cta-band__grid > * { min-width: 0; }
@media (min-width: 900px) {
  .split { grid-template-columns: 1fr 1fr; }
  .split--wide-left { grid-template-columns: 1.15fr .85fr; }
  .split--wide-right { grid-template-columns: .85fr 1.15fr; }
  .split--top { align-items: start; }
}

.grid { display: grid; gap: clamp(16px, 2.2vw, 24px); }
@media (min-width: 640px) { .grid--2, .grid--3, .grid--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid--3 { grid-template-columns: repeat(3, 1fr); } .grid--4 { grid-template-columns: repeat(4, 1fr); } }

.stack > * + * { margin-top: 16px; }
.center { text-align: center; }
.mt-lg { margin-top: clamp(32px, 4vw, 48px); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55em; min-height: 52px; padding: 14px 26px; border-radius: 999px; border: 2px solid transparent; font-weight: 700; font-size: 1.02rem; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform .15s ease, background-color .15s ease, box-shadow .15s ease, color .15s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--lime-500); color: var(--navy-900); box-shadow: 0 8px 20px -8px rgba(109, 184, 15, .7); }
.btn--primary:hover { background: var(--lime-400); color: var(--navy-900); }
.btn--navy { background: var(--navy-800); color: var(--white); }
.btn--navy:hover { background: var(--navy-700); color: var(--white); }
.btn--outline { border-color: var(--navy-800); color: var(--navy-800); background: transparent; }
.btn--outline:hover { background: var(--navy-800); color: var(--white); }
.btn--ghost { border-color: rgba(255, 255, 255, .35); color: var(--white); background: rgba(255, 255, 255, .04); }
.btn--ghost:hover { border-color: var(--white); color: var(--white); background: rgba(255, 255, 255, .1); }
.btn--lg { min-height: 60px; padding: 16px 32px; font-size: 1.1rem; }
.btn--block { width: 100%; white-space: normal; text-align: center; }
.form > *, .form__row > *, .field > * { min-width: 0; }
.btn .icon { width: 1.15em; height: 1.15em; }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-note { display: flex; align-items: center; gap: 8px; font-size: .95rem; color: var(--muted); margin-top: 14px; }
.btn-note .icon { color: var(--lime-600); }

.text-link { display: inline-flex; align-items: center; gap: .4em; font-weight: 700; color: var(--navy-700); text-decoration: none; }
.text-link .icon { transition: transform .15s ease; }
.text-link:hover .icon { transform: translateX(3px); }
.section--navy .text-link { color: var(--lime-400); }

/* ---------- Top bar & header ---------- */
.topbar { background: var(--navy-950); color: #B8C6DD; font-size: .88rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 38px; }
.topbar__msg { margin: 0; display: flex; align-items: center; }
.topbar__msg .icon { margin-right: 8px; }
.topbar__msg .icon { color: var(--lime-500); }
.topbar__phone { display: none; align-items: center; gap: 6px; color: var(--white); font-weight: 700; text-decoration: none; }
.topbar__phone:hover { color: var(--lime-400); }
@media (min-width: 720px) { .topbar__phone { display: inline-flex; } }
@media (max-width: 560px) { .topbar__msg { font-size: .8rem; } .topbar__extra { display: none; } }

.header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 6px 20px -12px rgba(10, 29, 61, .25); }
.header__inner { display: flex; align-items: center; gap: 24px; height: var(--header-h); }
.header__logo { flex-shrink: 0; }
.header__logo img { width: clamp(170px, 18vw, 220px); height: auto; }
.header__actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.header__phone { display: none; align-items: center; gap: 8px; font-weight: 700; color: var(--navy-800); text-decoration: none; white-space: nowrap; }
.header__phone .icon { width: 36px; height: 36px; padding: 8px; border-radius: 50%; background: var(--bg-tint); color: var(--lime-700); }
.header__cta { display: none; min-height: 46px; padding: 11px 22px; }
.header__burger { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--navy-800); cursor: pointer; }
.header__burger .icon { width: 24px; height: 24px; }
.header__burger .icon--close, .nav-open .header__burger .icon--open { display: none; }
.nav-open .header__burger .icon--close { display: block; }
@media (min-width: 640px) { .header__cta { display: inline-flex; } }
@media (min-width: 1240px) { .header__phone { display: inline-flex; } }

/* Nav: mobile first (drawer) */
.nav { position: absolute; top: 100%; left: 0; right: 0; height: calc(100vh - var(--header-h)); height: calc(100dvh - var(--header-h)); border-top: 1px solid var(--line); background: var(--white); padding: 12px var(--gutter) 120px; overflow-y: auto; transform: translateY(-8px); opacity: 0; visibility: hidden; transition: transform .2s ease, opacity .2s ease, visibility .2s; }
.nav-open .nav { transform: none; opacity: 1; visibility: visible; }
.nav__list { list-style: none; }
.nav__item { border-bottom: 1px solid var(--line); }
.nav__link { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 6px; padding: 16px 4px; font-weight: 700; font-size: 1.1rem; color: var(--ink); text-decoration: none; background: none; border: 0; cursor: pointer; text-align: left; }
.nav__link[aria-current="page"], .nav__menu a[aria-current="page"] strong { color: var(--lime-700); }
.nav__toggle .icon { transition: transform .2s; }
.nav__toggle[aria-expanded="true"] .icon { transform: rotate(180deg); }
.nav__menu { list-style: none; display: none; padding: 0 0 12px; }
.nav__toggle[aria-expanded="true"] + .nav__menu { display: block; }
.nav__menu a { display: block; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: var(--ink); }
.nav__menu a:hover { background: var(--bg-soft); }
.nav__menu strong { display: block; font-weight: 700; }
.nav__menu span { display: block; font-size: .9rem; color: var(--muted); }
.nav__mobile-cta { display: grid; gap: 12px; margin-top: 24px; }
.nav__mobile-cta .btn--ghost { border-color: var(--navy-800); color: var(--navy-800); }

@media (min-width: 1080px) {
  .header__burger, .nav__mobile-cta { display: none; }
  .nav { position: static; transform: none; opacity: 1; visibility: visible; height: auto; border: 0; padding: 0; background: none; overflow: visible; margin-left: 12px; }
  .nav__list { display: flex; align-items: center; gap: 2px; }
  .nav__item { border: 0; position: relative; }
  .nav__link { padding: 10px 12px; font-size: 1rem; border-radius: 10px; color: var(--navy-800); }
  .nav__link:hover { background: var(--bg-soft); color: var(--navy-900); }
  .nav__menu { position: absolute; top: calc(100% + 10px); left: -8px; width: 320px; padding: 10px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
  .nav__menu::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
  .nav__item--has-menu:hover .nav__menu, .nav__item--has-menu:focus-within .nav__menu { display: block; }
}

/* ---------- Hero (home) ---------- */
.hero { position: relative; overflow: hidden; isolation: isolate; background: var(--navy-900); color: #C9D5E8; padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 110px); }
.hero__media { position: absolute; inset: 0; z-index: -2; background: var(--navy-900); }
.hero__poster, .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__video { opacity: 0; transition: opacity .8s ease; }
.hero__video.is-playing { opacity: 1; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(7, 22, 48, .96) 0%, rgba(10, 29, 61, .86) 42%, rgba(10, 29, 61, .45) 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; background: linear-gradient(90deg, var(--navy-800) 0 62%, var(--lime-500) 62% 100%); }
.hero__grid { display: grid; gap: clamp(36px, 4vw, 56px); align-items: center; }
@media (min-width: 1000px) { .hero__grid { grid-template-columns: 1fr 1fr; } }
.hero h1 { color: var(--white); margin-bottom: 20px; }
.hero h1 .accent { display: block; color: var(--lime-500); }
.hero__lead { font-size: clamp(1.1rem, 1.5vw, 1.22rem); color: #D6E0EE; max-width: 580px; }
.hero__lead strong { color: var(--white); }
.hero__pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px 7px 8px; border-radius: 999px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); font-weight: 600; font-size: .9rem; color: var(--white); margin-bottom: 20px; backdrop-filter: blur(6px); }
.hero__pill b { background: var(--lime-500); color: var(--navy-900); border-radius: 999px; padding: 2px 10px; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.hero__points { list-style: none; display: grid; gap: 10px; margin: 26px 0 30px; }
.hero__points li { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; color: var(--white); }
.hero__points .icon { color: var(--navy-900); background: var(--lime-500); border-radius: 50%; padding: 3px; width: 22px; height: 22px; margin-top: 2px; stroke-width: 3; }
.hero .btn--outline { border-color: rgba(255, 255, 255, .4); color: var(--white); }
.hero .btn--outline:hover { background: var(--white); color: var(--navy-900); border-color: var(--white); }
.hero .btn-note { color: #B8C6DD; }
.hero .btn-note .icon { color: var(--lime-500); }
.hero__visual { position: relative; }
.report-img { width: 100%; height: auto; filter: drop-shadow(0 24px 30px rgba(10, 29, 61, .28)) drop-shadow(0 4px 8px rgba(10, 29, 61, .12)); }
.hero .report-img { filter: drop-shadow(0 30px 40px rgba(0, 0, 0, .55)) drop-shadow(0 6px 12px rgba(0, 0, 0, .3)); }

/* Report zoom: hover on desktop doubles the report; tap/click opens the full-size lightbox */
.report-zoom { display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; position: relative; z-index: 2; transform-origin: 30% 50%; transition: transform .45s cubic-bezier(.2, .7, .2, 1); border-radius: 12px; }
.report-zoom .report-img { width: 100%; }
.report-zoom__hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 0; font-size: .9rem; font-weight: 600; color: #B8C6DD; transition: opacity .3s; }
.report-zoom__hint .icon { color: var(--lime-500); width: 18px; height: 18px; }
.hint-hover { display: none; }
@media (hover: hover) and (pointer: fine) and (min-width: 1000px) {
  .hint-hover { display: inline; }
  .hint-tap { display: none; }
  .report-zoom:hover, .report-zoom:focus-visible { transform: scale(1.25); z-index: 20; }
  .hero__visual:hover .report-zoom__hint { opacity: 0; }
}

/* Lightbox */
.lightbox { width: 100vw; height: 100dvh; max-width: none; max-height: none; margin: 0; padding: 0; border: 0; background: rgba(7, 22, 48, .96); color: #fff; }
.lightbox::backdrop { background: rgba(7, 22, 48, .7); }
.lightbox[open] { display: flex; flex-direction: column; }
.lightbox__scroll { flex: 1; overflow: auto; display: flex; align-items: center; padding: 64px 16px 8px; -webkit-overflow-scrolling: touch; }
.lightbox__scroll img { width: auto; max-width: none; height: auto; margin: auto; border-radius: 14px; box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .6); }
@media (min-width: 1000px) {
  .lightbox__scroll { padding: 72px 32px 8px; justify-content: center; }
  .lightbox__scroll img { width: auto; max-width: min(1649px, 100%); max-height: calc(100dvh - 140px); }
}
.lightbox__close { position: absolute; top: 14px; right: 14px; z-index: 2; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--lime-500); color: var(--navy-900); display: grid; place-items: center; cursor: pointer; }
.lightbox__close .icon { width: 24px; height: 24px; }
.lightbox__tip { margin: 0; padding: 10px 16px 18px; text-align: center; font-size: .85rem; color: #93A6C4; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; background: var(--navy-900); color: #C9D5E8; padding: clamp(56px, 8vw, 104px) 0 clamp(56px, 7vw, 88px); overflow: hidden; isolation: isolate; }
.page-hero__bg { position: absolute; inset: 0; z-index: -2; }
.page-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(95deg, rgba(7, 22, 48, .97) 0%, rgba(10, 29, 61, .9) 45%, rgba(10, 29, 61, .55) 100%); }
.page-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background: linear-gradient(90deg, var(--lime-500) 0 30%, transparent 30%); }
.page-hero h1 { color: var(--white); max-width: 820px; }
.page-hero .lead { color: #C9D5E8; max-width: 680px; }
.page-hero .btn-row { margin-top: 28px; }
.breadcrumb { display: flex; gap: 8px; padding: 0; font-size: .88rem; margin-bottom: 18px; color: #93A6C4; list-style: none; flex-wrap: wrap; }
.breadcrumb a { color: #C9D5E8; text-decoration: none; }
.breadcrumb a:hover { color: var(--lime-400); }
.breadcrumb li + li::before { content: "/"; margin-right: 8px; color: #5C7090; }

/* ---------- Trust strip ---------- */
.trust { background: var(--white); border-bottom: 1px solid var(--line); }
.trust__list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 900px) { .trust__list { grid-template-columns: repeat(4, 1fr); } }
.trust__item { display: flex; align-items: center; gap: 14px; padding: 22px 12px; }
.trust__item + .trust__item { border-left: 1px solid var(--line); }
@media (max-width: 899px) { .trust__item:nth-child(3) { border-left: 0; } .trust__item:nth-child(n+3) { border-top: 1px solid var(--line); } }
.trust__item .icon { width: 46px; height: 46px; padding: 11px; border-radius: 12px; background: var(--navy-800); color: var(--lime-400); }
.trust__item strong { display: block; font-family: var(--font-display); font-size: 1.2rem; color: var(--ink); line-height: 1.1; }
.trust__item span { font-size: .88rem; color: var(--muted); line-height: 1.3; display: block; }
@media (max-width: 480px) { .trust__item { flex-direction: column; align-items: flex-start; gap: 10px; padding: 18px 8px; } }

/* ---------- Cards ---------- */
.card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(22px, 2.6vw, 30px); box-shadow: var(--shadow-sm); height: 100%; }
.card h3 { margin-bottom: 10px; }
.card p:last-child { margin-bottom: 0; }
.card__icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; background: var(--bg-tint); color: var(--lime-700); margin-bottom: 18px; }
.card__icon .icon { width: 28px; height: 28px; }
.card--navy { background: var(--navy-800); border-color: var(--navy-700); color: #C9D5E8; }
.card--navy h3 { color: var(--white); }
.card--navy .card__icon { background: rgba(140, 211, 23, .14); color: var(--lime-400); }
.section--navy .card { background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .1); color: #C9D5E8; box-shadow: none; }
.section--navy .card .card__icon { background: rgba(140, 211, 23, .14); color: var(--lime-400); }

/* ---------- Lists ---------- */
.checklist { list-style: none; display: grid; gap: 12px; }
.checklist li { position: relative; padding-left: 34px; }
.checklist li::before { content: ""; position: absolute; left: 0; top: 3px; width: 22px; height: 22px; border-radius: 50%; background: var(--lime-500) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230A1D3D' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 14px no-repeat; }
.checklist--2 { gap: 12px 28px; }
@media (min-width: 640px) { .checklist--2 { grid-template-columns: 1fr 1fr; } }
.checklist strong { color: var(--ink); }
.section--navy .checklist strong, .cta-band .checklist strong, .card--navy .checklist strong, .card--navy strong, .page-hero strong { color: var(--white); }

.pill-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.pill-list li { padding: 9px 16px; border-radius: 999px; background: var(--white); border: 1px solid var(--line); font-weight: 600; color: var(--navy-800); font-size: .95rem; }

/* ---------- Media ---------- */
.media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.media img { width: 100%; height: 100%; object-fit: cover; }
.media--tall { aspect-ratio: 4 / 5; }
.media--wide { aspect-ratio: 3 / 2; }
.media__tag { position: absolute; left: 16px; bottom: 16px; background: rgba(7, 22, 48, .88); color: var(--white); padding: 10px 14px; border-radius: 12px; font-size: .92rem; font-weight: 600; display: flex; gap: 10px; align-items: center; backdrop-filter: blur(4px); }
.media__tag .icon { color: var(--lime-400); }
.media-stack { position: relative; padding-bottom: 12%; }
.media-stack .media:last-child { position: absolute; right: -4%; bottom: 0; width: 46%; border: 6px solid var(--white); }

/* Callout quote */
.callout { border-left: 5px solid var(--lime-500); background: var(--bg-tint); padding: 20px 24px; border-radius: 0 var(--radius) var(--radius) 0; font-family: var(--font-display); font-size: clamp(1.35rem, 2.2vw, 1.7rem); line-height: 1.2; color: var(--navy-900); font-weight: 700; margin: 28px 0; }
.section--navy .callout { background: rgba(140, 211, 23, .1); color: var(--white); }

/* ---------- Report anatomy ---------- */
.report-pages { display: grid; gap: 16px; }
@media (min-width: 560px) { .report-pages { grid-template-columns: 1fr 1fr; } }
.report-page { position: relative; background: var(--white); color: var(--text); border-radius: 10px; padding: 0 20px 20px; box-shadow: var(--shadow-lg); overflow: hidden; }
.report-page__head { display: flex; align-items: center; gap: 10px; margin: 0 -20px 16px; padding: 14px 20px; background: var(--navy-800); color: var(--white); font-family: var(--font-display); font-weight: 700; font-size: 1.1rem; letter-spacing: .02em; text-transform: uppercase; position: relative; }
.report-page__head::after { content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 4px; background: linear-gradient(90deg, var(--lime-500) 0 40%, transparent 40%); }
.report-page__num { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 6px; background: var(--lime-500); color: var(--navy-900); font-size: .95rem; }
.report-page p { font-size: .95rem; margin: 0; color: var(--muted); }
.report-page__meta { display: grid; grid-template-columns: auto 1fr; gap: 4px 14px; font-size: .85rem; margin-bottom: 10px; }
.report-page__meta dt { color: var(--muted); font-weight: 600; text-transform: uppercase; font-size: .72rem; letter-spacing: .06em; padding-top: 2px; }
.report-page__meta dd { margin: 0; color: var(--ink); font-weight: 600; }
.report-page__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 12px; }
.report-page__thumbs span { aspect-ratio: 1; border-radius: 6px; background: repeating-linear-gradient(100deg, #7F8B9B 0 6px, #97A3B2 6px 12px); position: relative; overflow: hidden; }
.report-page__thumbs span::after { content: ""; position: absolute; width: 22%; height: 18%; border-radius: 50%; top: 40%; left: 38%; background: radial-gradient(circle, rgba(255,255,255,.55), rgba(0,0,0,.25)); }
.report-page__thumbs span:nth-child(2)::after { top: 25%; left: 60%; }
.report-page__thumbs span:nth-child(3)::after { top: 55%; left: 20%; }
.report-page__verdict { display: flex; gap: 10px; align-items: flex-start; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; margin-bottom: 10px; font-size: .9rem; color: var(--ink); font-weight: 600; }
.report-page__verdict .icon { color: var(--lime-600); width: 22px; height: 22px; }
.report-page__ticks { list-style: none; display: grid; gap: 6px; margin-bottom: 10px; }
.report-page__ticks li { display: flex; gap: 8px; font-size: .88rem; color: var(--ink); border: 1px solid var(--line); border-radius: 6px; padding: 6px 10px; }
.report-page__ticks .icon { color: var(--lime-600); width: 18px; height: 18px; stroke-width: 3; margin-top: 2px; }

/* ---------- Steps ---------- */
.steps { list-style: none; display: grid; gap: 16px; counter-reset: step; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(5, 1fr); gap: 14px; } }
.step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px 24px; box-shadow: var(--shadow-sm); }
.step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--navy-800); color: var(--lime-400); font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; margin-bottom: 16px; }
.step h3 { font-size: 1.3rem; margin-bottom: 8px; }
.step p { font-size: .97rem; margin: 0; }
@media (min-width: 1100px) {
  .step:not(:last-child)::after { content: ""; position: absolute; top: 47px; right: -15px; width: 16px; height: 2px; background: var(--lime-500); }
}

/* ---------- Inspect grid ---------- */
.inspect-grid { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 720px) { .inspect-grid { grid-template-columns: repeat(3, 1fr); } }
.split .inspect-grid { grid-template-columns: repeat(2, 1fr); }
.inspect-grid li { display: flex; align-items: center; gap: 14px; padding: 16px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); font-weight: 700; color: var(--ink); line-height: 1.25; }
.inspect-grid .icon { width: 42px; height: 42px; padding: 9px; border-radius: 10px; background: var(--bg-tint); color: var(--lime-700); }
@media (max-width: 420px) { .inspect-grid li { flex-direction: column; align-items: flex-start; gap: 10px; font-size: .95rem; } }

/* ---------- Video frame ---------- */
.phone-frame { position: relative; width: min(100%, 340px); margin: 0 auto; border-radius: 34px; padding: 10px; background: var(--navy-950); box-shadow: var(--shadow-lg); }
.phone-frame video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 26px; background: var(--navy-900); }
.phone-frame__label { position: absolute; top: 26px; left: 26px; display: inline-flex; align-items: center; gap: 6px; background: rgba(7, 22, 48, .8); color: var(--white); font-size: .8rem; font-weight: 700; padding: 6px 12px; border-radius: 999px; letter-spacing: .04em; text-transform: uppercase; }
.phone-frame__label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--lime-500); box-shadow: 0 0 0 3px rgba(140, 211, 23, .3); }
.video-card { border-radius: var(--radius-lg); overflow: hidden; background: var(--navy-950); box-shadow: var(--shadow-lg); max-width: 420px; margin: 0 auto; }
.video-card video { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }

/* ---------- Audience split ---------- */
.audience { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 440px; border-radius: var(--radius-lg); overflow: hidden; color: #D6E0EE; padding: clamp(24px, 3vw, 36px); isolation: isolate; text-decoration: none; box-shadow: var(--shadow); }
.audience img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .5s ease; }
.audience::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7, 22, 48, .1) 0%, rgba(7, 22, 48, .6) 45%, rgba(7, 22, 48, .96) 100%); }
.audience:hover img { transform: scale(1.04); }
.audience h3 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.3rem); }
.audience p { color: #D6E0EE; }
.audience .text-link { color: var(--lime-400); }

/* ---------- Testimonials ---------- */
.testimonials { display: grid; gap: 18px; }
@media (min-width: 720px) { .testimonials { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .testimonials { grid-template-columns: repeat(3, 1fr); } }
.testimonial { display: flex; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); margin: 0; }
.testimonial__stars { display: flex; gap: 3px; margin-bottom: 14px; color: #FFB400; }
.testimonial__stars .icon { width: 20px; height: 20px; fill: currentColor; stroke: none; }
.testimonial blockquote { margin: 0 0 18px; font-size: 1.05rem; color: var(--ink); flex: 1; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; font-weight: 700; color: var(--ink); }
.testimonial figcaption div span { font-weight: 500; color: var(--muted); display: block; font-size: .9rem; }
.testimonial__avatar { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--navy-800); color: var(--lime-400); font-family: var(--font-display); font-size: 1.2rem; }
.fine-print { font-size: .88rem; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: border-color .15s; }
.faq details[open] { border-color: var(--lime-500); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 24px; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--ink); line-height: 1.2; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; flex-shrink: 0; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--bg-soft); color: var(--navy-800); font-family: var(--font-body); font-size: 1.4rem; font-weight: 500; transition: transform .2s, background .2s; }
.faq details[open] summary::after { content: "–"; background: var(--lime-500); }
.faq details > div { padding: 0 24px 22px; }
.faq details > div p:last-child { margin: 0; }
.faq-group + .faq-group { margin-top: 48px; }
.faq-group h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); }

/* ---------- Claim referral band ---------- */
.referral { position: relative; overflow: hidden; border-radius: var(--radius-lg); background: linear-gradient(120deg, var(--navy-800), var(--navy-900)); color: #C9D5E8; padding: clamp(32px, 5vw, 64px); display: grid; gap: 32px; align-items: center; }
@media (min-width: 900px) { .referral { grid-template-columns: 1.3fr 1fr; } }
.referral h2 { color: var(--white); }
.referral::after { content: ""; position: absolute; right: -120px; top: -120px; width: 360px; height: 360px; border-radius: 50%; border: 40px solid rgba(140, 211, 23, .12); pointer-events: none; }
.referral__points { list-style: none; display: grid; gap: 14px; position: relative; z-index: 1; }
.referral__points li { display: flex; gap: 14px; align-items: flex-start; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); padding: 16px 18px; }
.referral__points .icon { width: 28px; height: 28px; color: var(--lime-400); margin-top: 2px; }
.referral__points strong { color: var(--white); display: block; }

/* ---------- CTA band + forms ---------- */
.cta-band { position: relative; background: var(--navy-900); color: #C9D5E8; padding: var(--section) 0; overflow: hidden; isolation: isolate; }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(700px 400px at 10% 110%, rgba(140, 211, 23, .18), transparent 70%), radial-gradient(600px 400px at 100% 0%, rgba(31, 79, 146, .55), transparent 70%); }
.cta-band h2 { color: var(--white); }
.cta-band__grid { display: grid; gap: 40px; align-items: center; }
@media (min-width: 960px) { .cta-band__grid { grid-template-columns: 1fr 1fr; gap: 64px; } }
.cta-band__person { display: none; }
@media (min-width: 960px) { .cta-band__person { display: block; position: absolute; left: max(0px, calc(50% - 640px)); bottom: 0; width: 300px; z-index: -1; opacity: .18; filter: grayscale(1); } }
.cta-band .checklist { margin: 24px 0; }
.cta-band .checklist li { color: #D6E0EE; }
.cta-band__phone { display: inline-flex; align-items: center; gap: 12px; color: var(--white); font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; text-decoration: none; }
.cta-band__phone .icon { width: 48px; height: 48px; padding: 12px; border-radius: 50%; background: var(--lime-500); color: var(--navy-900); }
.cta-band__phone:hover { color: var(--lime-400); }

.form-card { background: var(--white); color: var(--text); border-radius: var(--radius-lg); padding: clamp(24px, 3.5vw, 40px); box-shadow: var(--shadow-lg); }
.form-card h3 { font-size: 1.8rem; margin-bottom: 4px; }
.form-card > p { color: var(--muted); }
.form { display: grid; gap: 16px; }
.form__row { display: grid; gap: 16px; align-items: start; }
@media (min-width: 560px) { .form__row--2 { grid-template-columns: 1fr 1fr; } .form__row--3 { grid-template-columns: 1fr 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field > label, .field > legend, .fieldset legend { font-weight: 700; font-size: .95rem; color: var(--ink); }
.field .req { color: #B42318; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1.5px solid #C7D1DF; border-radius: 10px; background: var(--white); font-size: 1rem; transition: border-color .15s, box-shadow .15s; }
.field textarea { min-height: 110px; resize: vertical; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230E2A56' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 18px; padding-right: 42px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--navy-600); box-shadow: 0 0 0 4px rgba(31, 79, 146, .15); }
.field input:user-invalid, .field select:user-invalid { border-color: #D92D20; }
.field__hint { font-size: .85rem; color: var(--muted); }
.fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.fieldset legend { padding: 0; margin-bottom: 8px; }
.choice-row { display: flex; flex-wrap: wrap; gap: 8px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 16px; border: 1.5px solid #C7D1DF; border-radius: 999px; font-weight: 600; font-size: .95rem; color: var(--navy-800); background: var(--white); transition: all .15s; cursor: pointer; }
.choice input:checked + span { background: var(--navy-800); border-color: var(--navy-800); color: var(--white); }
.choice input:focus-visible + span { outline: 3px solid var(--lime-500); outline-offset: 2px; }
.consent { display: flex; gap: 12px; align-items: flex-start; font-size: .92rem; color: var(--muted); }
.consent input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--navy-800); flex-shrink: 0; }
.form__section { padding-top: 22px; border-top: 1px solid var(--line); }
.form__section h3 { font-size: 1.35rem; display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.form__section h3 span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--lime-500); color: var(--navy-900); font-size: 1rem; }
.form__trust { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: .88rem; color: var(--muted); }
.form__trust span { display: inline-flex; align-items: center; gap: 6px; }
.form__trust .icon { color: var(--lime-600); width: 16px; height: 16px; stroke-width: 3; }
.hp-field { position: absolute; left: -9999px; }

/* ---------- Values / stats ---------- */
.value { display: flex; gap: 18px; align-items: flex-start; }
.value .card__icon { margin: 0; flex-shrink: 0; }
.value h3 { margin-bottom: 6px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-950); color: #9FB0CA; padding: clamp(56px, 7vw, 88px) 0 0; font-size: .97rem; }
.footer__grid { display: grid; gap: 40px; padding-bottom: 48px; }
@media (min-width: 720px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1040px) { .footer__grid { grid-template-columns: 1.5fr 1fr 1fr 1.3fr; } }
.footer__brand img { width: 220px; margin-bottom: 18px; }
.footer__brand p { max-width: 380px; }
.footer__title { font-family: var(--font-body); font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; color: var(--lime-400); margin-bottom: 16px; }
.footer__links, .footer__contact { list-style: none; display: grid; gap: 10px; }
.footer a { color: #D6E0EE; text-decoration: none; }
.footer a:hover { color: var(--lime-400); }
.footer .btn--primary, .footer .btn--primary:hover { color: var(--navy-900); }
.footer__contact { margin-bottom: 22px; }
.footer__contact a, .footer__contact span { display: inline-flex; gap: 10px; align-items: flex-start; }
.footer__contact .icon { color: var(--lime-500); margin-top: 3px; }
.footer__social { display: flex; gap: 10px; }
.footer__social a { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .08); }
.footer__social a:hover { background: var(--lime-500); color: var(--navy-900); }
.footer__legal { border-top: 1px solid rgba(255, 255, 255, .1); padding-top: 28px; padding-bottom: 28px; font-size: .85rem; color: #8397B5; }
.footer__aia { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.footer__aia img { width: 48px; height: 48px; border-radius: 8px; background: var(--white); padding: 2px; }
.footer__aia p { margin: 0; color: #B8C6DD; }
.footer__disclaimer { max-width: 980px; }
.footer__copy { margin: 0; }
@media (max-width: 1079px) { .footer { padding-bottom: 72px; } }

/* ---------- Mobile sticky bar ---------- */
.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 2fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -12px rgba(10, 29, 61, .3); transform: translateY(110%); transition: transform .25s ease; }
.mobile-bar.is-visible { transform: none; }
.mobile-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; border-radius: 999px; font-weight: 700; text-decoration: none; }
.mobile-bar__call { border: 2px solid var(--navy-800); color: var(--navy-800); }
.mobile-bar__book { background: var(--lime-500); color: var(--navy-900); }
@media (min-width: 1080px) { .mobile-bar { display: none; } }

/* ---------- Prose (privacy etc.) ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.6rem, 2.6vw, 2rem); margin-top: 1.6em; }
.prose ul { padding-left: 1.3em; margin-bottom: 1em; }
.prose li { margin-bottom: .4em; }

/* ---------- Reveal on scroll ---------- */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.is-in { opacity: 1; transform: none; }


.social-mini { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 255, 255, .1); color: var(--white); }
.social-mini:hover { background: var(--lime-500); color: var(--navy-900); }
.video-wide { max-width: 1000px; margin: 0 auto; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); background: var(--navy-950); border: 1px solid rgba(255, 255, 255, .1); }
.video-wide video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }

@media (max-width: 480px) {
  .btn { white-space: normal; text-align: center; }
  .btn-row > .btn { width: 100%; }
}

/* ---------- Section rhythm ----------
   Sections that share a background colour would otherwise stack two full paddings;
   halve both sides so the gap between them is ~56px instead. */
.section:not(.section--soft, .section--navy, .section--tint):has(+ .section:not(.section--soft, .section--navy, .section--tint)),
.section--soft:has(+ .section--soft),
.section--navy:has(+ .section--navy) { padding-bottom: 28px; }
.section:not(.section--soft, .section--navy, .section--tint) + .section:not(.section--soft, .section--navy, .section--tint),
.section--soft + .section--soft,
.section--navy + .section--navy { padding-top: 28px; }

/* The white icon strip under the hero flows straight into a white section: keep that gap short. */
.trust + .section:not(.section--soft, .section--navy, .section--tint) { padding-top: clamp(40px, 5vw, 56px); }

/* ---------- Before & after ---------- */
.ba-grid { display: grid; gap: 20px; }
@media (min-width: 720px) { .ba-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .ba-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 719px) {
  .ba-grid { grid-auto-flow: column; grid-auto-columns: 86%; overflow-x: auto; scroll-snap-type: x mandatory; margin: 0 calc(var(--gutter) * -1); padding: 4px var(--gutter) 12px; scrollbar-width: none; }
  .ba-grid::-webkit-scrollbar { display: none; }
  .ba-card { scroll-snap-align: center; }
}
.ba-card { margin: 0; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .5); }
.ba-card__media { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; width: 100%; padding: 0; border: 0; background: var(--navy-900); cursor: zoom-in; }
.ba-card__half { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.ba-card__half img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ba-card__media:hover img { transform: scale(1.05); }
.ba-tag { position: absolute; left: 8px; top: 8px; padding: 4px 10px; border-radius: 999px; background: rgba(7, 22, 48, .85); color: var(--white); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ba-tag--after { background: var(--lime-500); color: var(--navy-900); }
.ba-card figcaption { display: flex; flex-direction: column; gap: 2px; padding: 14px 18px 16px; }
.ba-card figcaption strong { font-family: var(--font-display); font-size: 1.25rem; color: var(--ink); line-height: 1.15; }
.ba-card figcaption span { font-size: .92rem; color: var(--muted); }
.ba-swipe { display: none; align-items: center; gap: 6px; margin: 8px 0 0; font-size: .88rem; font-weight: 600; color: #B8C6DD; }
.ba-swipe .icon { color: var(--lime-500); width: 16px; height: 16px; }
@media (max-width: 719px) { .ba-swipe { display: flex; } }
.ba-foot { display: flex; flex-wrap: wrap; gap: 16px 32px; align-items: center; justify-content: space-between; margin-top: 28px; }
.ba-foot .fine-print { margin: 0; color: #93A6C4; max-width: 620px; }

/* ---------- Address autocomplete ---------- */
.field--address { position: relative; }
.addr-list { position: absolute; left: 0; right: 0; top: calc(100% - 4px); z-index: 30; list-style: none; margin: 0; padding: 6px; background: var(--white); border: 1.5px solid var(--navy-600); border-radius: 12px; box-shadow: var(--shadow-lg); max-height: 320px; overflow-y: auto; }
.addr-list [role=option] { display: flex; flex-direction: column; gap: 1px; padding: 10px 12px; border-radius: 8px; cursor: pointer; line-height: 1.3; }
.addr-list [role=option] strong { color: var(--ink); font-weight: 600; }
.addr-list [role=option] span { font-size: .88rem; color: var(--muted); }
.addr-list [role=option]:hover, .addr-list [role=option].is-active { background: var(--bg-soft); }
.addr-list__credit { display: flex; justify-content: flex-end; padding: 6px 8px 2px; }
.addr-list__credit img { height: 14px; width: auto; }
.addr-status { margin: 0; font-size: .85rem; font-weight: 600; color: var(--lime-700); }
.addr-status:empty { display: none; }
.field--address.is-verified .addr-status::before { content: "\2713  "; }
.field--address.is-verified input { border-color: var(--lime-600); }

.form-error { margin: 0; padding: 12px 16px; border-radius: 10px; background: #FEF3F2; border: 1px solid #FDA29B; color: #912018; font-weight: 600; font-size: .95rem; }

.form-note { margin: 4px 0 0; padding: 12px 14px; border-radius: 10px; background: #FFF8E6; border: 1px solid #F5D48A; color: #5C4200; font-size: .92rem; line-height: 1.5; }
.form-note--ok { background: var(--bg-tint); border-color: #C8E59A; color: #2F5C06; }
.form-cond { display: grid; gap: 14px; padding: 16px; border: 1.5px dashed #C7D1DF; border-radius: 12px; }
.form-cond[hidden], .form-note[hidden] { display: none; }
.form-cond .form-note { margin: 0; }
