/* ==========================================================================
   WilCo Exterior Pros - lead generation site styles
   Clean white ground, deep green accents, Barlow / Barlow Condensed.
   Mobile-first. No frameworks.
   ========================================================================== */

:root {
  --white: #ffffff;
  --ink: #182420;          /* deep green-black, primary text */
  --slate: #4a5751;        /* secondary text */
  --green: #157a42;        /* primary accent / CTA */
  --green-dark: #0f5a31;   /* CTA hover */
  --green-ink: #0b2e1c;    /* dark bands, footer */
  --green-tint: #e8f2ec;   /* soft green chip bg */
  --mist: #f2f5f3;         /* alternating section bg (cool, not cream) */
  --line: #dfe6e2;
  --amber: #e9a800;        /* star ratings only */
  --danger: #b3261e;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(24, 36, 32, 0.10);
  --shadow-lg: 0 18px 50px rgba(24, 36, 32, 0.16);
  --font-body: "Barlow", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Barlow Condensed", "Barlow", "Arial Narrow", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

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

a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-dark); }

.container { width: min(1160px, 100% - 2.5rem); margin-inline: auto; }
.container-narrow { width: min(820px, 100% - 2.5rem); margin-inline: auto; }

/* ---------- type ---------- */

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.2px;
  text-wrap: balance;
}

h1 { font-size: clamp(2.5rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.75rem); }
h3 { font-size: 1.35rem; letter-spacing: 0.3px; }

.eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--green);
  margin-bottom: 0.75rem;
}

.lead { font-size: 1.2rem; color: var(--slate); max-width: 60ch; }

.section { padding: clamp(3.25rem, 7vw, 5.5rem) 0; }
.section-mist { background: var(--mist); }
.section-dark { background: var(--green-ink); color: #eef4f0; }
.section-dark h2 { color: #ffffff; }
.section-dark .lead { color: #c4d4cb; }

.section-head { max-width: 720px; margin-bottom: 2.5rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lead { margin-inline: auto; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.2;
  padding: 0.95rem 1.7rem;
  border-radius: 10px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.1s ease;
  text-align: center;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--green);
  color: #ffffff;
  box-shadow: 0 8px 22px rgba(21, 122, 66, 0.35);
}
.btn-primary:hover { background: var(--green-dark); color: #ffffff; }

.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: #ffffff; }

.btn-light {
  background: #ffffff;
  color: var(--green-ink);
}
.btn-light:hover { background: var(--green-tint); color: var(--green-ink); }

.btn-lg { font-size: 1.15rem; padding: 1.1rem 2.1rem; }
.btn-block { width: 100%; }

.btn svg { flex: none; }

/* ---------- header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.8rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--ink);
  flex: none;
}
.logo:hover { color: var(--ink); }
.logo svg { flex: none; }
.logo-word {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 1;
}
.logo-word span { color: var(--green); }

.main-nav { display: none; margin-left: auto; }
.main-nav a {
  color: var(--ink);
  font-weight: 600;
  font-size: 0.98rem;
  padding: 0.4rem 0.75rem;
  border-radius: 8px;
}
.main-nav a:hover { background: var(--green-tint); color: var(--green-dark); }

.header-cta { display: none; align-items: center; gap: 0.75rem; margin-left: auto; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  white-space: nowrap;
}
.header-phone svg { color: var(--green); }
.header-phone:hover { color: var(--green-dark); }
.header-phone .phone-sub {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-toggle {
  margin-left: auto;
  background: none;
  border: 2px solid var(--line);
  border-radius: 8px;
  padding: 0.45rem 0.6rem;
  cursor: pointer;
  color: var(--ink);
  display: inline-flex;
}

.mobile-nav {
  display: none;
  border-top: 1px solid var(--line);
  background: #ffffff;
  padding: 0.75rem 0 1rem;
}
.mobile-nav.open { display: block; }
.mobile-nav a {
  display: block;
  padding: 0.65rem 0;
  font-weight: 600;
  color: var(--ink);
  border-bottom: 1px solid var(--mist);
}

@media (min-width: 960px) {
  .main-nav { display: flex; gap: 0.25rem; }
  .header-cta { display: flex; margin-left: 0; }
  .nav-toggle { display: none; }
}

/* ---------- hero ---------- */

.hero {
  position: relative;
  background: var(--green-ink);
  color: #ffffff;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(102deg, rgba(11, 46, 28, 0.94) 0%, rgba(11, 46, 28, 0.72) 45%, rgba(11, 46, 28, 0.45) 100%);
}
.hero-inner {
  position: relative;
  display: grid;
  gap: 2.5rem;
  padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3.25rem, 7vw, 5.75rem);
}
.hero .eyebrow { color: #7fd6a4; }
.hero h1 { color: #ffffff; max-width: 15ch; }
.hero .hero-sub {
  font-size: 1.2rem;
  color: #d6e5dc;
  max-width: 52ch;
  margin-top: 1rem;
}

.hero-ticks { list-style: none; margin-top: 1.5rem; display: grid; gap: 0.55rem; }
.hero-ticks li {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  font-weight: 600;
  color: #eef4f0;
}
.hero-ticks .tick { color: #7fd6a4; font-weight: 800; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.75rem; align-items: center; }
.hero-call-note { font-size: 0.9rem; color: #b7cdc0; width: 100%; }

@media (min-width: 960px) {
  .hero-inner { grid-template-columns: 1.15fr 0.85fr; align-items: center; }
}

/* ---------- lead form card ---------- */

.form-card {
  background: #ffffff;
  color: var(--ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 1.75rem 1.5rem 1.5rem;
}
.form-card h3 {
  font-size: 1.6rem;
  margin-bottom: 0.35rem;
}
.form-card .form-sub { color: var(--slate); font-size: 0.95rem; margin-bottom: 1.25rem; }

.lead-form { display: grid; gap: 0.85rem; }
.form-row { display: grid; gap: 0.85rem; }
@media (min-width: 560px) {
  .form-row-2 { grid-template-columns: 1fr 1fr; }
}

.field label {
  display: block;
  font-weight: 600;
  font-size: 0.88rem;
  margin-bottom: 0.3rem;
  color: var(--ink);
}
.field input,
.field select {
  width: 100%;
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--ink);
  padding: 0.75rem 0.85rem;
  border: 1.5px solid var(--line);
  border-radius: 9px;
  background: #ffffff;
  appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234a5751' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  padding-right: 2.2rem;
}
.field input:focus,
.field select:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(21, 122, 66, 0.18);
}
.field input.invalid, .field select.invalid { border-color: var(--danger); }

.consent {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--slate);
}
.consent input { margin-top: 0.2rem; flex: none; width: 1rem; height: 1rem; accent-color: var(--green); }

.form-error {
  display: none;
  color: var(--danger);
  font-size: 0.9rem;
  font-weight: 600;
}
.form-error.show { display: block; }

.form-trust {
  display: flex;
  justify-content: center;
  gap: 1.1rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
  font-size: 0.8rem;
  color: var(--slate);
}
.form-trust span { display: inline-flex; align-items: center; gap: 0.35rem; }
.form-trust svg { color: var(--green); }

/* honeypot */
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* ---------- trust bar ---------- */

.trust-bar { background: #ffffff; border-bottom: 1px solid var(--line); }
.trust-bar-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.4rem 0;
}
.trust-item { display: flex; gap: 0.7rem; align-items: center; }
.trust-item svg { color: var(--green); flex: none; }
.trust-item strong { display: block; font-size: 0.98rem; line-height: 1.25; }
.trust-item small { color: var(--slate); font-size: 0.82rem; }
@media (min-width: 860px) { .trust-bar-inner { grid-template-columns: repeat(4, 1fr); } }

/* ---------- cards / grids ---------- */

.grid { display: grid; gap: 1.5rem; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-4 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.card-img { aspect-ratio: 16 / 10; object-fit: cover; width: 100%; }
.card-body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.card-body p { color: var(--slate); font-size: 0.98rem; flex: 1; }
.card-link {
  font-weight: 700;
  color: var(--green);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.card-link:hover { color: var(--green-dark); }
.card h3 a { color: var(--ink); }
.card h3 a:hover { color: var(--green-dark); }

/* city chip grid */
.chip-grid { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: #ffffff;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  padding: 0.55rem 1.1rem;
  font-weight: 600;
  color: var(--ink);
  font-size: 0.98rem;
}
.chip:hover { border-color: var(--green); color: var(--green-dark); background: var(--green-tint); }
.chip svg { color: var(--green); }

/* ---------- how it works ---------- */

.steps { counter-reset: step; }
.step {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem 1.5rem;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--green);
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 0.9rem;
}
.step h3 { margin-bottom: 0.4rem; }
.step p { color: var(--slate); font-size: 0.98rem; }

/* ---------- vetting / why section ---------- */

.split { display: grid; gap: 2.5rem; align-items: center; }
@media (min-width: 920px) { .split { grid-template-columns: 1fr 1fr; } }
.split-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.split-img img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }

.check-list { list-style: none; display: grid; gap: 1rem; margin-top: 1.5rem; }
.check-list li { display: flex; gap: 0.85rem; }
.check-list .check-ic {
  flex: none;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  margin-top: 0.15rem;
}
.check-list strong { display: block; }
.check-list span.desc { color: var(--slate); font-size: 0.97rem; }

/* ---------- before / after ---------- */

.ba-wrap { max-width: 860px; margin-inline: auto; }
.ba-slider {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: var(--shadow);
  user-select: none;
}
.ba-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba-after-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 50%);
}
.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.ba-handle::after {
  content: "\2194";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.6rem;
  height: 2.6rem;
  background: #ffffff;
  color: var(--ink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
}
.ba-range {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
}
.ba-tag {
  position: absolute;
  top: 1rem;
  background: rgba(24, 36, 32, 0.82);
  color: #ffffff;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  z-index: 2;
  pointer-events: none;
}
.ba-tag-before { left: 1rem; }
.ba-tag-after { right: 1rem; }
.ba-caption { text-align: center; color: var(--slate); font-size: 0.88rem; margin-top: 0.8rem; }

/* ---------- storm band ---------- */

.storm-band { position: relative; overflow: hidden; background: #131d24; color: #eef4f0; }
.storm-band-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}
.storm-band-scrim { position: absolute; inset: 0; background: linear-gradient(95deg, rgba(19, 29, 36, 0.95) 20%, rgba(19, 29, 36, 0.55) 100%); }
.storm-inner { position: relative; padding: clamp(3rem, 6vw, 4.5rem) 0; max-width: 640px; }
.storm-inner h2 { color: #ffffff; }
.storm-inner p { color: #c9d6cf; margin-top: 0.9rem; font-size: 1.1rem; }
.storm-inner .btn { margin-top: 1.5rem; }
.storm-badge {
  display: inline-block;
  background: rgba(233, 168, 0, 0.16);
  color: #ffd257;
  border: 1px solid rgba(233, 168, 0, 0.45);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  margin-bottom: 1rem;
  font-family: var(--font-display);
}

/* ---------- testimonials ---------- */

.review-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.stars { color: var(--amber); font-size: 1.05rem; letter-spacing: 2px; }
.review-card blockquote { color: var(--ink); font-size: 1rem; flex: 1; }
.review-meta { display: flex; align-items: center; gap: 0.75rem; }
.review-avatar {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: var(--font-display);
  font-size: 1.1rem;
}
.review-meta strong { display: block; font-size: 0.98rem; line-height: 1.2; }
.review-meta small { color: var(--slate); font-size: 0.85rem; }

/* ---------- trust pillars (compliant, factual — no invented reviews) ---------- */
.trust-pillar {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.trust-pillar .tp-ico {
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 12px;
  background: var(--green-tint);
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-pillar .tp-ico svg { width: 1.5rem; height: 1.5rem; }
.trust-pillar h3 { font-size: 1.08rem; margin: 0.35rem 0 0; line-height: 1.25; }
.trust-pillar p { color: var(--slate); font-size: 0.95rem; margin: 0; }
.trust-note {
  text-align: center;
  color: var(--slate);
  font-size: 0.9rem;
  margin-top: 1.4rem;
  max-width: 640px;
  margin-inline: auto;
}

/* ---------- faq ---------- */

.faq-list { display: grid; gap: 0.9rem; max-width: 820px; }
.faq-item {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.05rem;
  padding: 1.1rem 3rem 1.1rem 1.3rem;
  position: relative;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--green);
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item .faq-body { padding: 0 1.3rem 1.2rem; color: var(--slate); }
.faq-item .faq-body a { font-weight: 600; }

/* ---------- content / guide pages ---------- */

.prose { max-width: 760px; }
.prose h2 { margin: 2.4rem 0 0.9rem; }
.prose h3 { margin: 1.8rem 0 0.6rem; }
.prose p { margin-bottom: 1.1rem; color: #2c3833; }
.prose ul, .prose ol { margin: 0 0 1.2rem 1.4rem; color: #2c3833; }
.prose li { margin-bottom: 0.45rem; }
.prose strong { color: var(--ink); }
.prose .callout {
  background: var(--green-tint);
  border-left: 4px solid var(--green);
  border-radius: 0 10px 10px 0;
  padding: 1.1rem 1.3rem;
  margin: 1.5rem 0;
}
.prose .callout.warn { background: #fdf3e0; border-left-color: var(--amber); }
.prose img { border-radius: var(--radius); margin: 1.5rem 0; }

.page-hero { background: var(--mist); border-bottom: 1px solid var(--line); }
.page-hero-inner { padding: clamp(2.5rem, 5vw, 3.75rem) 0; }
.breadcrumbs { font-size: 0.88rem; color: var(--slate); margin-bottom: 1rem; }
.breadcrumbs a { color: var(--slate); font-weight: 600; }
.breadcrumbs a:hover { color: var(--green-dark); }
.breadcrumbs span { margin: 0 0.4rem; color: var(--line); }

/* ---------- final cta band ---------- */

.cta-band { background: var(--green); color: #ffffff; }
.cta-band-inner {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
  display: grid;
  gap: 1.75rem;
  text-align: center;
  justify-items: center;
}
.cta-band h2 { color: #ffffff; max-width: 22ch; }
.cta-band p { color: #d7ecdf; font-size: 1.15rem; max-width: 55ch; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.cta-band .btn-outline { border-color: #ffffff; color: #ffffff; }
.cta-band .btn-outline:hover { background: #ffffff; color: var(--green-dark); }

/* ---------- form section ---------- */

.form-section-grid { display: grid; gap: 2.5rem; align-items: start; }
@media (min-width: 920px) { .form-section-grid { grid-template-columns: 1fr 1fr; } }
.form-section-grid .form-card { box-shadow: var(--shadow); border: 1px solid var(--line); }

/* ---------- footer ---------- */

.site-footer { background: var(--green-ink); color: #b7cdc0; font-size: 0.95rem; }
.footer-inner { padding: 3.5rem 0 2rem; display: grid; gap: 2.5rem; }
@media (min-width: 860px) { .footer-inner { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.footer-brand .logo-word { color: #ffffff; font-size: 1.3rem; }
.footer-brand p { margin-top: 0.9rem; max-width: 34ch; font-size: 0.9rem; }
.site-footer h4 {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.site-footer ul { list-style: none; display: grid; gap: 0.45rem; }
.site-footer a { color: #b7cdc0; }
.site-footer a:hover { color: #ffffff; }
.footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.5rem 0 2rem;
  font-size: 0.8rem;
  color: #8aa495;
}
.footer-legal p { margin-bottom: 0.6rem; max-width: 100ch; }
.footer-legal .legal-links { display: flex; gap: 1.25rem; margin-top: 0.75rem; }

/* ---------- mobile sticky call bar ---------- */

.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 70;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  padding: 0.6rem 0.75rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.97);
  border-top: 1px solid var(--line);
  box-shadow: 0 -6px 20px rgba(24, 36, 32, 0.12);
}
.mobile-cta-bar .btn { padding: 0.8rem 0.5rem; font-size: 0.98rem; }
@media (min-width: 960px) { .mobile-cta-bar { display: none; } }
body { padding-bottom: 4.5rem; }
@media (min-width: 960px) { body { padding-bottom: 0; } }

/* ---------- utility ---------- */

.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.center { text-align: center; }
.small { font-size: 0.85rem; color: var(--slate); }

.skip-link {
  position: absolute;
  left: -9999px;
  background: var(--green);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; color: #fff; }

/* thank-you page */
.thanks-hero { padding: clamp(4rem, 9vw, 7rem) 0; text-align: center; }
.thanks-check {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: var(--green-tint);
  color: var(--green-dark);
  font-size: 2.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.next-steps { max-width: 560px; margin: 2.5rem auto 0; text-align: left; }
