:root {
  --ink: #102033;
  --muted: #5a6b7c;
  --line: #e4ebf2;
  --accent: #0b6e4f;
  --accent-2: #094f3a;
  --bg: #f4f7f5;
  --card: #fff;
  --band: #0d3b2e;
  --header-h: 72px;
  /* Fixed Text/Call bar height without safe-area: pad + button + pad + top border */
  --mobile-bar-core: calc(.65rem + .85rem + 1.55em + .85rem + .65rem + 1px);
}
* { box-sizing: border-box }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
section[id] {
  scroll-margin-top: 90px;
}
body {
  margin: 0;
  font: 16px/1.55 system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  padding-bottom: 4.5rem;
}
img { max-width: 100%; height: auto; display: block }
a { color: var(--accent) }
.skip { position: absolute; left: -999px }
.skip:focus { left: 1rem; top: 1rem; background: #fff; padding: .5rem .75rem; z-index: 40 }
.wrap { width: min(1100px, 92vw); margin: 0 auto }
.top {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.bar { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 0 }
.brand {
  display: flex; flex-direction: column; align-items: flex-start; justify-content: center;
  gap: .2rem; text-decoration: none; color: inherit; min-width: 0;
}
.brand-logo { width: 250px; max-width: 100%; height: auto; display: block }
.brand-logo-foot { width: 220px; max-width: 100%; height: auto; display: block }
.brand-sub { font-size: 13.5px; line-height: 1.25; color: var(--muted); font-weight: 500 }
.foot-brand { display: flex; flex-direction: column; align-items: flex-start; gap: .35rem }
.foot-sub { font-size: 13px; line-height: 1.35; color: var(--muted) }
.foot-brand { align-items: flex-start }
.nav { display: flex; align-items: center; gap: .9rem; flex-wrap: wrap }
.nav a { text-decoration: none; color: var(--ink); font-weight: 600; font-size: .92rem }
.nav a:not(.btn):hover { color: var(--accent) }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff !important; text-decoration: none;
  padding: .9rem 1.15rem; border-radius: 999px; font-weight: 700; border: 0; cursor: pointer;
  font: inherit;
}
.btn:hover { background: var(--accent-2) }
.btn.ghost { background: #fff; color: var(--ink) !important; border: 1px solid var(--line) }
.btn-sm { padding: .5rem .9rem; font-size: .88rem }

.hero { background: linear-gradient(180deg,#fff 0%, var(--bg) 100%); padding: 1.35rem 0 0 }
.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 1.35rem;
  align-items: center;
  padding: 1rem 0 1.75rem;
}
.eyebrow { text-transform: uppercase; letter-spacing: .07em; font-size: .72rem; color: var(--accent); font-weight: 800; margin: 0 0 .7rem }
h1 { font-size: clamp(1.85rem, 4vw, 2.75rem); line-height: 1.1; letter-spacing: -.02em; margin: 0 0 .85rem }
.lede { font-size: 1.06rem; color: var(--muted); margin: 0; max-width: 38rem }
.offer {
  margin: .85rem 0 0; max-width: 38rem; font-weight: 700; color: var(--ink);
  background: #e8f4ee; border: 1px solid #cfe6da; border-radius: 12px; padding: .75rem .9rem;
}
.cta { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1.1rem 0 .9rem }
.trust { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; margin: 0 }
.trust li { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .35rem .7rem; font-size: .84rem; color: var(--muted) }

.include-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.2rem 1.25rem 1.25rem;
  box-shadow: 0 14px 34px rgba(16,32,51,.07);
}
.include-card h2 {
  margin: 0 0 .85rem;
  font-size: 1.05rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--accent);
}
.include-card ul {
  margin: 0;
  padding-left: 1.15rem;
}
.include-card li {
  margin: .45rem 0;
  color: var(--ink);
}
.include-note {
  margin: 1rem 0 0;
  padding-top: .85rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .92rem;
}
.include-sub {
  margin: .35rem 0 0;
  padding-left: 1.05rem;
  list-style: disc;
}
.include-sub li {
  margin: .2rem 0;
  color: var(--muted);
  font-size: .95rem;
}
.include-note strong {
  color: var(--ink);
  font-weight: 700;
}

.section { padding: 2.4rem 0 }
.section-head { margin-bottom: 1.15rem; max-width: 46rem }
.section-head h2, .license h2 { margin: 0 0 .4rem; font-size: 1.65rem }
.section-head p { margin: 0; color: var(--muted) }
.section-head.light h2 { color: #fff }
#pricing .section-lede { color: #d7e4df }
#pricing p,
#pricing li { color: #e5efeb }
#pricing h2,
#pricing h3 { color: #fff }

.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; grid-template-columns: repeat(3,1fr); counter-reset: step }
.steps li { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.15rem; display: grid; gap: .45rem }
.steps li::before { counter-increment: step; content: counter(step); width: 1.7rem; height: 1.7rem; border-radius: 999px; background: var(--accent); color: #fff; display: grid; place-items: center; font-weight: 800; font-size: .85rem }
.steps strong { font-size: 1.02rem }
.steps span { color: var(--muted); font-size: .95rem }

.band { background: var(--band); color: #fff }
.pkg-hero {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  padding: 1.35rem 1.4rem;
  margin-bottom: 1rem;
}
.pkg-hero h3 { margin: 0 0 .6rem; font-size: 1.25rem }
.pkg { margin: .5rem 0 0; padding-left: 1.15rem }
.pkg li { margin: .4rem 0 }
.pkg-hero > p { margin: .85rem 0 0 }
.cards { display: grid; gap: 1rem; grid-template-columns: repeat(3,minmax(0,1fr)) }
.cards.under { grid-template-columns: 1fr 1fr }
.cards article { background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 1.15rem 1.2rem }
.band .cards article {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.2);
}
.cards h3 { margin: 0 0 .45rem; font-size: 1.05rem }
.proof-links { margin: 1.25rem 0 0 }
.pill-row { display: flex; flex-wrap: wrap; gap: .5rem }
.pill-row span { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: .4rem .8rem; font-size: .9rem }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: .9rem 1rem; margin-bottom: .65rem }
.faq summary { cursor: pointer; font-weight: 700 }
.faq p { margin: .55rem 0 0; color: var(--muted) }
.estimate { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.3rem }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem }
label { display: grid; gap: .35rem; font-weight: 600; font-size: .92rem; margin-bottom: .9rem }
input, select, textarea { font: inherit; padding: .7rem .75rem; border-radius: 10px; border: 1px solid #cfd8e3; width: 100% }
.license { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 1.3rem 1.4rem; margin-bottom: 2rem }
.license p { color: var(--muted) }
footer { border-top: 1px solid var(--line); background: #fff; padding: 1.3rem 0 2rem; color: var(--muted); font-size: .9rem }
.foot { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center }
.mobile-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
  display: none; grid-template-columns: 1fr 1.4fr; gap: .5rem;
  padding: .65rem .75rem calc(.65rem + env(safe-area-inset-bottom, 0px));
  background: rgba(255,255,255,.96); border-top: 1px solid var(--line);
  box-shadow: 0 -8px 24px rgba(16,32,51,.08);
}
.mobile-bar a {
  text-align: center; text-decoration: none; font-weight: 800;
  padding: .85rem .5rem; border-radius: 12px; border: 1px solid var(--line); color: var(--ink); background: #fff;
}
.mobile-bar a.call { background: var(--accent); color: #fff; border-color: var(--accent) }
@media (max-width: 900px) {
  .brand-logo { width: min(200px, 70vw) }
  .brand-logo-foot { width: min(200px, 70vw) }
  .foot-brand { align-items: center; text-align: center; width: 100% }
  .foot { flex-direction: column; align-items: center; text-align: center; gap: 1rem }


  .hero-grid { grid-template-columns: 1fr }
  .steps, .cards, .cards.under, .grid2 { grid-template-columns: 1fr }
  .nav a:not(.btn) { display: none }
  .mobile-bar { display: grid }
  body { padding-bottom: calc(var(--mobile-bar-core) + env(safe-area-inset-bottom, 0px)); }
  html { scroll-padding-bottom: calc(var(--mobile-bar-core) + env(safe-area-inset-bottom, 0px)); }
}
@media (min-width: 901px) {
  body { padding-bottom: 0 }
}


.thanks {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.6rem 1.5rem 1.7rem;
  max-width: 40rem;
  margin: 1rem auto 2rem;
}
.thanks h1 { margin: 0 0 .85rem; font-size: clamp(1.6rem, 3vw, 2rem); line-height: 1.15 }
.thanks p { color: var(--muted) }

.age-check { padding: 0 0 1.25rem }
.age-check-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem;
  background: #e8f4ee; border: 1px solid #cfe6da; border-radius: 18px;
  padding: 1rem 1.15rem; box-shadow: 0 10px 24px rgba(16,32,51,.05);
}
.age-check-copy { min-width: 0; flex: 1 }
.age-check-copy h2 {
  margin: 0 0 .35rem; font-size: 1.15rem; line-height: 1.25; color: var(--ink);
}
.age-check-copy p { margin: 0; color: var(--ink); font-size: .95rem; max-width: 46rem }
.age-check-btn { flex-shrink: 0; white-space: nowrap }
@media (max-width: 900px) {
  .age-check-inner { flex-direction: column; align-items: stretch }
  .age-check-btn { width: 100%; text-align: center }
}


.privacy-note {
  margin: .75rem 0 0;
  font-size: .85rem;
  line-height: 1.4;
  color: var(--muted);
  font-weight: 400;
}
.form-hint {
  margin: .45rem 0 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.4;
}


/* Home Repairs page + shared cross-links */
.steps.steps-4 { grid-template-columns: repeat(4, 1fr) }
.fit-callout {
  background: #e8f4ee;
  border: 1px solid #cfe6da;
  border-radius: 18px;
  padding: 1.15rem 1.25rem;
  box-shadow: 0 10px 24px rgba(16,32,51,.05);
}
.fit-callout p { margin: 0; color: var(--ink); font-size: .98rem; max-width: 52rem }
.service-grid {
  display: grid;
  gap: .75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-grid li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: .85rem 1rem;
  color: var(--ink);
  font-size: .97rem;
}
.service-note {
  margin: 1.1rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  max-width: 52rem;
}

.list-callout {
  margin: 1rem 0 0;
  background: #fff;
  border: 1px solid #cfe6da;
  border-left: 4px solid var(--accent);
  border-radius: 14px;
  padding: .9rem 1.05rem;
  max-width: 40rem;
  box-shadow: 0 6px 16px rgba(16,32,51,.04);
}
.list-callout-title {
  margin: 0 0 .25rem;
  font-weight: 800;
  color: var(--accent);
  font-size: 1.02rem;
}
.list-callout p { margin: 0; color: var(--ink); font-size: .96rem; line-height: 1.45 }
.list-callout p + p { margin-top: .2rem }
.cross-link {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.25rem 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.cross-link h2 { margin: 0 0 .35rem; font-size: 1.25rem }
.cross-link p { margin: 0; color: var(--muted); max-width: 36rem }
.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.15rem;
  margin: .35rem 0 0;
}
.foot-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
}
.foot-links a:hover { color: var(--accent) }
.nav a.nav-keep { white-space: nowrap }
@media (max-width: 900px) {
  .steps.steps-4 { grid-template-columns: 1fr }
  .service-grid { grid-template-columns: 1fr }
  .nav a.nav-keep { display: inline-flex !important; font-size: .82rem }
  .nav { gap: .55rem }
  .cross-link { flex-direction: column; align-items: stretch }
  .cross-link .btn { text-align: center; width: 100% }
}

@media (max-width: 600px) {
  .brand-sub { display: none; }
  .brand-logo { width: 200px; max-width: min(200px, 92vw); }
  .bar {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: .5rem;
    padding: .55rem 0 .6rem;
  }
  .brand { width: 100%; }
  .nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
  .nav a.nav-keep {
    display: inline-flex !important;
    font-size: .9rem;
    line-height: 1.2;
  }
  .nav .btn.btn-sm {
    flex-shrink: 0;
    padding: .45rem .95rem;
  }
}
.hero-repairs .hero-grid { grid-template-columns: 1fr; max-width: 46rem }
.hero-repairs { padding-bottom: .5rem }

.service-area-line { padding-top: 0; padding-bottom: 1.5rem }
.service-area-line h2 { margin: 0 0 .35rem; font-size: 1.15rem }
.service-area-line p { margin: 0; color: var(--muted); font-size: .98rem }
