/* ==========================================================================
   Auto & Motorrijschool Aerostar, Castricum
   Kleuren komen van de lesauto zelf: het rood van de Ford Fiesta en het blauw
   van de L-plaat op het dak. De streep onder de koppen is een wegmarkering.
   ========================================================================== */

@font-face {
  font-family: 'Anybody';
  src: url('/assets/fonts/anybody-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 50% 150%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Anybody';
  src: url('/assets/fonts/anybody-var-latin-ext.woff2') format('woff2');
  font-weight: 100 900;
  font-stretch: 50% 150%;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/inter-tight-var-latin.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/inter-tight-var-latin-ext.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #171316;
  --ink-soft: #4d4449;
  --paper: #fbf8f5;
  --paper-2: #f2ece7;
  --white: #fff;
  --brand: #c1121f;
  --brand-deep: #7c1119;
  --brand-darkest: #40080d;
  --accent: #1f5fd0;
  --accent-soft: #e7eefb;
  --line: rgba(23, 19, 22, .14);
  --error: #b3261e;

  --radius: 10px;
  --radius-lg: 18px;
  --wrap: 74rem;
  --shadow: 0 1px 2px rgba(23, 19, 22, .06), 0 12px 32px -18px rgba(23, 19, 22, .35);

  --font-display: 'Anybody', 'Arial Narrow', Arial, sans-serif;
  --font-body: 'Inter Tight', system-ui, -apple-system, 'Segoe UI', Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 800;
  font-stretch: 112%;
  line-height: 1.05;
  letter-spacing: -.01em;
  margin: 0 0 .6em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.1rem, 6.2vw, 3.6rem); }
h2 { font-size: clamp(1.65rem, 4vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 2.2vw, 1.4rem); font-stretch: 105%; }
h4 { font-size: 1.05rem; font-stretch: 105%; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--brand-deep); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--brand); }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
  border-radius: 3px;
}

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
/* Tekstpagina's krijgen een smallere kolom, anders staat de halve breedte leeg. */
.wrap--narrow { width: min(100% - 2.5rem, 58rem); margin-inline: auto; }
/* De koptekst blijft plakken bovenaan; ankerlinks moeten daar niet onder duiken. */
[id] { scroll-margin-top: 5.5rem; }
@media (max-width: 30rem) { .wrap { width: min(100% - 1.75rem, var(--wrap)); } }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: var(--ink); color: var(--white); padding: .7rem 1rem;
}
.skip:focus { left: .5rem; top: .5rem; }

/* --- wegmarkering: het signatuurelement ---------------------------------- */
.roadline {
  height: 6px; border: 0; margin: 0;
  background-image: repeating-linear-gradient(to right,
    var(--brand) 0 34px, transparent 34px 62px);
}
.roadline--soft {
  background-image: repeating-linear-gradient(to right,
    rgba(255, 255, 255, .55) 0 34px, transparent 34px 62px);
}

.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-stretch: 118%;
  font-size: .8rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--brand);
  margin: 0 0 .7rem;
  display: flex; align-items: center; gap: .55rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 3px; background: var(--brand); flex: none;
}
.eyebrow--light { color: #ffd9dc; }
.eyebrow--light::before { background: #ffd9dc; }

/* --- knoppen -------------------------------------------------------------- */
.btn {
  white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display);
  font-weight: 700; font-stretch: 110%;
  font-size: 1rem; line-height: 1.2;
  padding: .85rem 1.4rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: transform .12s ease, background-color .15s ease, color .15s ease;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--brand); color: var(--white); }
.btn--primary:hover { background: var(--brand-deep); color: var(--white); }
.btn--ghost { background: transparent; color: var(--ink); border-color: currentColor; }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--onDark { background: var(--white); color: var(--brand-darkest); }
.btn--onDark:hover { background: #ffe9ea; color: var(--brand-darkest); }
.btn--outlineLight { background: transparent; color: #fff; border-color: rgba(255,255,255,.65); }
.btn--outlineLight:hover { background: rgba(255,255,255,.14); color: #fff; }
.btn--sm { padding: .55rem .9rem; font-size: .92rem; }
.btn--lg { padding: 1rem 1.7rem; font-size: 1.08rem; }

.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* --- header --------------------------------------------------------------- */
.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 40;
}
.header-top {
  display: flex; align-items: center; gap: 1rem;
  padding: .7rem 0;
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; flex: none; }
.brand img { width: 150px; height: 30px; }
.brand span {
  font-family: var(--font-display); font-weight: 700; font-stretch: 105%;
  font-size: .78rem; line-height: 1.2; letter-spacing: .02em;
  color: var(--ink-soft); max-width: 8.5rem;
}
@media (max-width: 60rem) { .brand span { display: none; } }

.header-nav { display: flex; gap: .15rem; margin-left: auto; flex-wrap: wrap; }
.header-nav a {
  font-family: var(--font-display); font-weight: 700; font-stretch: 104%;
  font-size: .95rem; color: var(--ink); text-decoration: none;
  padding: .5rem .6rem; border-radius: 8px;
}
.header-nav a:hover { background: var(--paper-2); }
.header-nav a[aria-current="page"] { color: var(--brand); box-shadow: inset 0 -3px 0 var(--brand); border-radius: 0; }
.header-actions { display: flex; align-items: center; gap: .5rem; margin-left: .4rem; }
@media (max-width: 66rem) {
  .header-nav { display: none; }
  .header-actions { margin-left: auto; }
}
.nav-toggle {
  display: none; align-items: center; gap: .4rem;
  font-family: var(--font-display); font-weight: 700; font-size: .92rem;
  background: transparent; border: 2px solid var(--line); color: var(--ink);
  border-radius: var(--radius); padding: .5rem .75rem; cursor: pointer;
}
.nav-toggle svg { width: 20px; height: 20px; }
@media (max-width: 66rem) { .nav-toggle { display: inline-flex; } }
/* Op telefoonbreedte moeten logo, belknop en menuknop samen passen; zonder dit
   brak het telefoonnummer in de knop over drie regels. */
@media (max-width: 30rem) {
  .header-top { gap: .5rem; }
  .brand img { width: 120px; height: 24px; }
  .nav-toggle [data-label] { display: none; }
  .nav-toggle { padding: .5rem .55rem; }
  .header-actions .btn--sm { padding: .5rem .65rem; font-size: .86rem; }
}

.mobile-nav { display: none; border-top: 1px solid var(--line); padding: .5rem 0 1rem; }
.mobile-nav[data-open] { display: block; }
@media (min-width: 66.0625rem) { .mobile-nav { display: none !important; } }
.mobile-nav a {
  display: block; padding: .7rem .2rem; text-decoration: none; color: var(--ink);
  font-family: var(--font-display); font-weight: 700; font-size: 1.05rem;
  border-bottom: 1px solid var(--line);
}
.mobile-nav a[aria-current="page"] { color: var(--brand); }

/* --- hero ----------------------------------------------------------------- */
.hero {
  background: var(--brand-darkest);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(105deg, rgba(64,8,13,.97) 0%, rgba(64,8,13,.88) 42%, rgba(64,8,13,.55) 68%, rgba(64,8,13,.35) 100%),
    url('/assets/lesauto-aerostar.jpg') center right / cover no-repeat;
}
@media (max-width: 52rem) {
  .hero::before {
    background:
      linear-gradient(180deg, rgba(64,8,13,.94) 0%, rgba(64,8,13,.88) 55%, rgba(64,8,13,.94) 100%),
      url('/assets/lesauto-aerostar.jpg') center / cover no-repeat;
  }
}
.hero-inner {
  position: relative;
  display: grid; gap: 2.5rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  align-items: start;
  padding: 3.2rem 0 3.6rem;
}
@media (max-width: 62rem) { .hero-inner { grid-template-columns: 1fr; gap: 2rem; } }
.hero h1 { color: #fff; margin-bottom: .5rem; }
.hero h1 em { font-style: normal; color: #ff8a92; }
.hero-lead { font-size: 1.15rem; color: #f6dcde; max-width: 34rem; }
.hero-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.4rem 0 1.5rem; padding: 0; list-style: none; }
.hero-badges li {
  font-size: .9rem; font-weight: 600;
  background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.2);
  padding: .35rem .7rem; border-radius: 999px;
}
.hero-phone {
  display: inline-flex; align-items: baseline; gap: .5rem;
  font-family: var(--font-display); font-weight: 800; font-stretch: 112%;
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  color: #fff; text-decoration: none;
}
.hero-phone:hover { color: #ffd9dc; }
.hero-contact { margin-top: 1.6rem; }
.hero-contact p { color: #f0cfd2; font-size: .95rem; margin: .5rem 0 0; }
/* Links in de hero staan op een donkere ondergrond, dus niet in het donkerrood
   van de rest van de site. */
.hero a:not(.btn):not(.hero-phone) { color: #ffd9dc; }

.hero-card {
  background: var(--white); color: var(--ink);
  border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem 1.6rem;
  box-shadow: 0 24px 60px -24px rgba(0,0,0,.6);
}
.hero-card h2 { font-size: 1.35rem; margin-bottom: .35rem; }
.hero-card > p { font-size: .95rem; color: var(--ink-soft); }

/* --- secties -------------------------------------------------------------- */
.section { padding: 3.6rem 0; }
.section--tight { padding: 2.6rem 0; }
.section--alt { background: var(--paper-2); }
.section--dark { background: var(--brand-darkest); color: #fff; }
.section--dark h2, .section--dark h3 { color: #fff; }
/* Alleen gewone links lichtroze maken. Zonder :not(.btn) wint deze regel van
   .btn--onDark (twee klassen tegen een) en wordt de knoptekst lichtroze op wit. */
.section--dark a:not(.btn) { color: #ffd9dc; }
.section--dark .figure figcaption { color: #e0bfc2; }
.section-head { max-width: 46rem; margin-bottom: 2rem; }
.section-head p { font-size: 1.08rem; color: var(--ink-soft); }
.section--dark .section-head p { color: #f0cfd2; }

.grid { display: grid; gap: 1.25rem; }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  box-shadow: var(--shadow);
}
.card h3 { margin-bottom: .45rem; }
.card p { font-size: .98rem; color: var(--ink-soft); }
.card--link { display: flex; flex-direction: column; gap: .3rem; text-decoration: none; color: inherit; transition: transform .14s ease; }
.card--link:hover { transform: translateY(-3px); color: inherit; }
.card__more { margin-top: auto; padding-top: .8rem; font-family: var(--font-display); font-weight: 700; color: var(--brand); font-size: .95rem; }
.card__num {
  font-family: var(--font-display); font-weight: 800; font-stretch: 120%;
  font-size: 2.4rem; line-height: 1; color: var(--brand); display: block; margin-bottom: .3rem;
}
.card--flat { background: transparent; border: 0; box-shadow: none; padding: 0; }

/* sterretje uit het logo als opsommingsteken */
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.ticks li { position: relative; padding-left: 1.9rem; }
.ticks li::before {
  content: ""; position: absolute; left: 0; top: .45em;
  width: 1.05rem; height: 1.05rem; background: var(--brand);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.section--dark .ticks li::before { background: #ff8a92; }

.prose { max-width: 44rem; }
.prose h2 { margin-top: 2.2rem; }
.prose h3 { margin-top: 1.8rem; }
.prose > :first-child { margin-top: 0; }

.lede { font-size: 1.2rem; line-height: 1.55; color: var(--ink-soft); }

/* --- tarieven ------------------------------------------------------------- */
.price-grid { display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); align-items: start; }
.price {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem; display: flex; flex-direction: column; gap: .3rem;
  box-shadow: var(--shadow); position: relative;
}
.price--featured { border: 2px solid var(--brand); }
.price__flag {
  position: absolute; top: -.85rem; left: 1.3rem;
  background: var(--brand); color: #fff; font-family: var(--font-display);
  font-weight: 700; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  padding: .28rem .6rem; border-radius: 999px;
}
.price__name { font-family: var(--font-display); font-weight: 700; font-stretch: 110%; font-size: 1.2rem; }
.price__amount {
  font-family: var(--font-display); font-weight: 800; font-stretch: 120%;
  font-size: clamp(2.3rem, 5vw, 2.9rem); line-height: 1; color: var(--brand-deep);
  margin: .3rem 0 .1rem;
}
.price__unit { font-size: .9rem; color: var(--ink-soft); }
.price ul { margin: .9rem 0 1.2rem; }
.price .btn { margin-top: auto; }

.table-scroll { overflow-x: auto; }
table.data { border-collapse: collapse; width: 100%; background: var(--white); font-size: .98rem; }
table.data th, table.data td { text-align: left; padding: .75rem .9rem; border-bottom: 1px solid var(--line); }
table.data thead th { font-family: var(--font-display); font-weight: 700; background: var(--paper-2); }
table.data td:last-child, table.data th:last-child { text-align: right; white-space: nowrap; }

/* --- reviews -------------------------------------------------------------- */
.quote {
  background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--brand);
  border-radius: var(--radius); padding: 1.3rem 1.4rem; margin: 0;
  box-shadow: var(--shadow);
}
.quote p { font-size: 1.02rem; }
.quote footer { font-size: .92rem; color: var(--ink-soft); font-style: normal; }
.quote cite { font-family: var(--font-display); font-weight: 700; font-style: normal; color: var(--ink); }

/* --- FAQ ------------------------------------------------------------------ */
.faq { display: grid; gap: .7rem; max-width: 58rem; }
.faq details {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: .2rem 1.1rem;
}
.faq summary {
  cursor: pointer; padding: .95rem 0; list-style: none;
  font-family: var(--font-display); font-weight: 700; font-stretch: 105%; font-size: 1.05rem;
  display: flex; justify-content: space-between; gap: 1rem; align-items: center;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; font-size: 1.5rem; line-height: 1; color: var(--brand); flex: none;
}
.faq details[open] summary::after { content: "\2212"; }
.faq details > div { padding: 0 0 1rem; }
.faq details > div p:last-child { margin-bottom: 0; }

/* --- stappen (HowTo) ------------------------------------------------------ */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; gap: 1.1rem; }
.steps li { position: relative; padding-left: 3.3rem; counter-increment: step; }
.steps li::before {
  content: counter(step);
  position: absolute; left: 0; top: 0;
  width: 2.3rem; height: 2.3rem; border-radius: 50%;
  background: var(--brand); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 1.1rem;
  display: flex; align-items: center; justify-content: center;
}
.steps h3 { margin-bottom: .2rem; }

/* --- media ---------------------------------------------------------------- */
.media { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); align-items: center; }
.media img { border-radius: var(--radius-lg); width: 100%; }
.figure { margin: 0; }
.figure figcaption { font-size: .88rem; color: var(--ink-soft); margin-top: .5rem; }

/* --- contactblok ---------------------------------------------------------- */
.contact-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr)); align-items: start; }
.nap { font-style: normal; display: grid; gap: .35rem; }
.nap strong { font-family: var(--font-display); font-stretch: 105%; }
.contact-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .7rem; }
.contact-list a { font-weight: 600; }

.map-link { display: block; text-decoration: none; }
.map-link img { border-radius: var(--radius); border: 1px solid var(--line); width: 100%; }
.map-link span {
  display: inline-block; margin-top: .55rem;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--brand-deep);
}

.formcard {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.5rem 1.4rem; box-shadow: var(--shadow);
}

/* --- CTA-strook ----------------------------------------------------------- */
.cta {
  background: var(--brand); color: #fff;
  border-radius: var(--radius-lg);
  padding: 2.2rem 1.8rem;
  display: grid; gap: 1.2rem; align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}
@media (max-width: 46rem) { .cta { grid-template-columns: 1fr; } }
.cta h2 { color: #fff; margin-bottom: .55rem; }
.cta p { color: #ffe0e2; margin: 0; }

/* --- footer --------------------------------------------------------------- */
.site-footer { background: var(--ink); color: #d8d2d5; padding: 3rem 0 1.5rem; margin-top: 0; }
.site-footer h2 { font-size: 1.05rem; color: #fff; margin-bottom: .8rem; letter-spacing: .04em; text-transform: uppercase; font-stretch: 112%; }
.footer-grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr)); }
.site-footer a { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.site-footer .nap { color: #d8d2d5; }
.site-footer .nap strong { color: #fff; }
.footer-legal {
  border-top: 1px solid rgba(255,255,255,.16); margin-top: 2.2rem; padding-top: 1.2rem;
  display: flex; flex-wrap: wrap; gap: .4rem 1.2rem; font-size: .88rem; color: #a79fa3;
}
.footer-legal a { color: #d8d2d5; }
/* Het logo is rood met transparante achtergrond; op de donkere footer wordt
   het wit gemaakt, anders leest het rood-op-bijna-zwart nauwelijks. */
.footer-logo { width: 150px; height: 30px; margin-bottom: .9rem; filter: brightness(0) invert(1); }

/* --- breadcrumbs ---------------------------------------------------------- */
.crumbs { font-size: .88rem; color: var(--ink-soft); padding: .9rem 0 0; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4rem; padding: 0; margin: 0; }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--line); }

.pagehead { background: var(--paper-2); border-bottom: 1px solid var(--line); }
.pagehead .wrap { padding: 1.6rem 0 2.4rem; }
.pagehead h1 { margin-bottom: .4rem; }
.pagehead p { max-width: 44rem; font-size: 1.12rem; color: var(--ink-soft); margin: 0; }

.linklist { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr)); }
.linklist a.card { text-decoration: none; color: inherit; }
.linklist a.card:hover { border-color: var(--brand); }
.linklist .url { font-size: .88rem; color: var(--brand-deep); word-break: break-word; }

.note {
  background: var(--accent-soft); border-left: 4px solid var(--accent);
  padding: 1rem 1.2rem; border-radius: var(--radius); font-size: .98rem;
}
.note p:last-child { margin-bottom: 0; }

.small { font-size: .9rem; color: var(--ink-soft); }

/* ==========================================================================
   Formulier (zie references/lead-forms.md). Eigen --form-*-tokens.
   ========================================================================== */
.lead-form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-form { display: grid; gap: .75rem; }
.lead-form [hidden] { display: none; }
.lead-form__row { display: grid; gap: .75rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 32rem) { .lead-form__row { grid-template-columns: 1fr; } }
.lead-form__field { display: grid; gap: .25rem; font-size: .95rem; }
.lead-form__field > span { font-weight: 600; }
.lead-form__field input,
.lead-form__field select,
.lead-form__field textarea {
  font: inherit;
  padding: .6rem .7rem;
  border: 1px solid var(--form-border, rgba(0,0,0,.25));
  border-radius: var(--radius, 6px);
  background: var(--form-surface, #fff);
  color: var(--form-text, #1a1a1a);
  width: 100%;
  color-scheme: var(--form-color-scheme, light);
}
.lead-form__field input::placeholder,
.lead-form__field textarea::placeholder { color: var(--form-placeholder, rgba(26,26,26,.6)); opacity: 1; }
.lead-form__field select option { color: var(--form-text, #1a1a1a); background: var(--form-surface, #fff); }
.lead-form__field :focus-visible { outline: 3px solid var(--form-focus-ring, var(--accent, #1f5fd0)); outline-offset: 2px; }
.lead-form__submit { justify-self: start; }
.lead-form__submit:disabled { opacity: .65; cursor: not-allowed; }
.lead-form__note { font-size: .85rem; opacity: .8; margin: 0; }
.lead-form__status:empty { display: none; }
.lead-form__status {
  font-size: .9rem;
  color: var(--form-error-text, var(--error, #b3261e));
  background: var(--form-surface, #fff);
  padding: .6rem .8rem;
  border-radius: var(--radius, 6px);
}
.lead-form__status--done {
  color: var(--form-success-text, var(--form-text, #1a1a1a));
  padding: 1rem; border-radius: var(--radius, 6px); background: var(--form-surface, #fff);
}
.lead-form__status--done:focus { outline: 3px solid var(--form-focus-ring, var(--accent, #1f5fd0)); outline-offset: 2px; }
