:root {
  --brand: #2e7d32;
  --brand-dark: #173f1c;
  --brand-ink: #0d2d15;
  --brand-soft: #eaf5eb;
  --ink: #111914;
  --muted: #5f6d63;
  --line: #dfe7e1;
  --paper: #ffffff;
  --soft: #f5f8f5;
  --accent: #f5a623;
  --danger: #b42318;
  --shadow: 0 24px 70px rgba(17, 25, 20, .17);
  --shadow-soft: 0 18px 45px rgba(17, 25, 20, .10);
  --radius: 18px;
  --radius-sm: 12px;
  --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: clamp(72px, 10vw, 96px); overflow-x: clip; }
body {
  margin: 0;
  overflow-x: clip;
  max-width: 100%;
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
input, textarea, select {
  -webkit-user-select: text;
  user-select: text;
}
button { cursor: pointer; }
button,
.btn,
.nav-list a,
.nav-toggle,
.logo,
.choice-option,
.contact-reveal,
.contact-link,
.google-stars,
.hero__trust span,
.mobile-cta a,
.service-card,
.problem-grid a,
.local-links a,
summary {
  -webkit-user-select: none;
  user-select: none;
  touch-action: manipulation;
}
:focus-visible { outline: 3px solid rgba(245, 166, 35, .8); outline-offset: 3px; }
.container { width: min(1180px, calc(100% - clamp(28px, 5vw, 56px))) !important; margin-left: auto !important; margin-right: auto !important; padding-left: 0 !important; padding-right: 0 !important; }
.narrow { width: min(780px, calc(100% - 40px)); }
.skip-link { position: fixed; top: -999px; left: 8px; z-index: 999; background: var(--paper); padding: 10px 14px; }
.skip-link:focus { top: 8px; }

.topbar { background: var(--brand-dark); color: #fff; font-size: 13px; letter-spacing: .01em; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; gap: 22px; justify-content: center; flex-wrap: wrap; }
.topbar a { color: #fff; font-weight: 700; }
.contact-reveal { appearance: none; border: 0; background: transparent; padding: 0; color: inherit; font: inherit; font-weight: 800; cursor: pointer; }
.contact-link { color: inherit; font-weight: 800; }
.contact-reveal:hover, .contact-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.site-footer .contact-reveal, .site-footer .contact-link { display: inline-flex; margin-top: 4px; color: #fff; }
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.site-header::before { content: ''; position: absolute; inset: 0; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); z-index: -1; pointer-events: none; }
.site-header.is-scrolled { box-shadow: 0 2px 24px rgba(17,25,20,.13); }
.site-header__inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; font-weight: 800; }
.logo__image { width: 160px; height: auto; object-fit: contain; }
.nav-list { display: flex; list-style: none; gap: 2px; align-items: center; padding: 0; margin: 0; }
.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  color: #3d4a3f;
  letter-spacing: -0.01em;
  transition: background 0.14s ease, color 0.14s ease;
  position: relative;
}
.nav-list a:hover { background: var(--brand-soft); color: var(--brand-dark); }
.nav-list a[aria-current="page"] { background: var(--brand-soft); color: var(--brand); font-weight: 700; }
.nav-list .nav-cta {
  background: var(--brand);
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(46,125,50,.24);
  font-weight: 700;
  transition: background 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}
.nav-list .nav-cta:hover {
  background: var(--brand-dark);
  color: #fff;
  box-shadow: 0 6px 18px rgba(46,125,50,.34);
  transform: translateY(-1px);
}
.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 44px; height: 44px;
  border: 1.5px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  padding: 0;
  position: relative;
  z-index: 61;
  flex-shrink: 0;
}
.nav-toggle span {
  display: block;
  width: 20px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease;
}
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; color: #fff; overflow: hidden; }
.hero--home { min-height: 680px; }
.hero--service { min-height: 620px; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero--home .hero__bg { object-position: center 32%; }
.hero__shade { position: absolute; inset: 0; background: radial-gradient(circle at 75% 20%, rgba(46,125,50,.22), transparent 34%), linear-gradient(90deg, rgba(7,19,12,.94), rgba(7,19,12,.68) 50%, rgba(7,19,12,.38)); }
.hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 460px);
  grid-template-areas: "lead form" "body form";
  grid-template-rows: auto 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
  padding: clamp(42px, 6vw, 64px) 0 clamp(54px, 7vw, 80px);
  min-height: inherit;
}
.hero__inner > * { min-width: 0; }
.hero__lead { grid-area: lead; }
.hero__body { grid-area: body; }
.hero__form { grid-area: form; }
.hero__copy { padding-top: 24px; max-width: 690px; }
.hero__copy h1 { max-width: 100%; }
.eyebrow { display: inline-flex; color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; margin-bottom: 14px; }
h1, h2, h3 { letter-spacing: 0; line-height: 1.08; margin: 0 0 14px; }
h1 { font-size: clamp(38px, 6vw, 74px); max-width: 780px; }
h2 { font-size: clamp(28px, 3.5vw, 46px); }
h3 { font-size: 21px; }
p { margin: 0 0 16px; }
.hero__copy p { color: rgba(255,255,255,.88); font-size: 19px; max-width: 590px; }
.hero__copy h1 { font-size: clamp(44px, 5vw, 72px) !important; font-weight: 800 !important; line-height: 1.08 !important; color: #fff !important; margin: 0 0 20px !important; letter-spacing: 0 !important; }
.section h2, .subhero h1, .form-card h2, .final-cta h2 { font-weight: 800 !important; letter-spacing: 0 !important; }
.section h2 { font-size: clamp(28px, 3.5vw, 46px) !important; line-height: 1.08 !important; color: var(--ink) !important; }
.section--dark h2, .final-cta h2 { color: #fff !important; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.hero-benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.13);
  padding: 9px 13px;
  border-radius: 999px;
  font-weight: 750;
  font-size: 13px;
  backdrop-filter: blur(8px);
}
.hero-benefit .lucide {
  width: 16px;
  height: 16px;
  color: #37c26a;
  stroke-width: 3;
}
.hero-benefit > span { color: rgba(255,255,255,.92); }

.google-stars {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255,255,255,.12);
  color: #fff;
  font-weight: 800;
  margin-top: 16px;
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.google-mark { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #4285f4; font-weight: 900; font-family: Arial, sans-serif; }
.google-stars__meta { display: grid; gap: 2px; }
.google-stars__score { font-size: 13px; letter-spacing: 0; }
.google-stars__label { font-size: 13px; color: rgba(255,255,255,.82); font-weight: 800; }
.google-stars__stars { display: inline-flex; gap: 2px; color: var(--accent); }
.google-star.lucide { width: 14px; height: 14px; stroke: var(--accent); fill: var(--accent); }

.hero-form { position: relative; top: auto; align-self: center; }
.form-card { background: rgba(255,255,255,.97); color: var(--ink); border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.78); overflow: hidden; container-type: inline-size; backdrop-filter: blur(18px); }
.form-card__head { display: flex; gap: 18px; justify-content: space-between; align-items: start; padding: 24px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, #fff, #f7fbf7); position: relative; }
.form-card__head::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: linear-gradient(180deg, var(--brand), var(--accent)); }
.form-card h2 { font-size: 24px; margin-bottom: 4px; }
.form-card h3 { font-size: 20px; margin-bottom: 10px; }
.form-card p { color: var(--muted); font-size: 14px; margin: 0; }
.progress { width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: conic-gradient(var(--brand) var(--progress, 16%), #e8eee9 0); position: relative; font-weight: 800; color: var(--brand-dark); box-shadow: inset 0 0 0 1px rgba(46,125,50,.08), 0 14px 28px rgba(23,63,28,.10); }
.progress::before { content: ""; position: absolute; inset: 8px; background: #fff; border-radius: 50%; }
.progress span { position: relative; z-index: 1; }
.progress i { display: none; }
#offerForm { padding: 22px; }
.form-step { display: none; min-height: clamp(220px, 26vw, 258px); }
.form-step.is-active { display: block; animation: rise .24s ease; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.step-hint { margin: -2px 0 14px !important; color: var(--brand-dark) !important; font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); gap: 10px; }
.choice-option { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; min-width: 0; min-height: 66px; align-items: center; gap: 11px; border: 1.5px solid var(--line); border-radius: 16px; padding: 11px; font-weight: 800; cursor: pointer; background: linear-gradient(180deg, #fff, #fbfdfb); transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; position: relative; }
.choice-option > span:last-child { min-width: 0; overflow-wrap: anywhere; line-height: 1.18; }
.choice-option input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; pointer-events: none; }
.choice-option:hover, .choice-option:has(input:checked) { border-color: var(--brand); background: var(--brand-soft); box-shadow: inset 0 0 0 1px rgba(46,125,50,.22), 0 10px 18px rgba(46,125,50,.08); transform: translateY(-1px); }
.choice-option:active { transform: scale(.99); }
.choice-option:has(input:checked) .choice-icon { background: var(--brand); color: #fff; }
.choice-option:has(input[type="checkbox"]:checked)::after { content: "✓"; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--brand); color: #fff; font-size: 13px; font-weight: 900; justify-self: end; }
.choice-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--brand); border-radius: 14px; background: #edf6ee; transition: .18s ease; }
.lucide-icon,
.lucide {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

@container (max-width: 520px) {
  .choice-grid { grid-template-columns: 1fr; }
  .form-card__head { gap: 14px; }
}

@media (hover: none) {
  .choice-option:hover,
  .service-card:hover,
  .problem-grid a:hover,
  .btn:hover {
    transform: none;
  }
  .choice-option:hover {
    border-color: var(--line);
    background: linear-gradient(180deg, #fff, #fbfdfb);
    box-shadow: none;
  }
  .choice-option:has(input:checked) {
    border-color: var(--brand);
    background: var(--brand-soft);
    box-shadow: inset 0 0 0 1px rgba(46,125,50,.22), 0 10px 18px rgba(46,125,50,.08);
  }
}
.field-grid { display: grid; gap: 12px; }
.field-grid label,
.mini-calc label {
  display: grid;
  gap: 7px;
  font-weight: 850;
  font-size: 13px;
  color: #2a342d;
}

input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff, #fbfdfb);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
textarea { resize: vertical; min-height: 112px; padding-top: 12px; padding-bottom: 12px; }
input::placeholder, textarea::placeholder { color: rgba(17,25,20,.48); }

input:hover, textarea:hover, select:hover { border-color: rgba(46,125,50,.32); }
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 4px rgba(46,125,50,.14), inset 0 0 0 1px rgba(255,255,255,.55);
  background: #fff;
}

select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23253027' stroke-width='2.6' 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: 16px 16px;
}

input:disabled, textarea:disabled, select:disabled {
  background: rgba(245,248,245,.85);
  color: rgba(17,25,20,.55);
  cursor: not-allowed;
}
.check { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px !important; font-weight: 600 !important; color: var(--muted) !important; }
.check input { width: 18px; margin-top: 3px; accent-color: var(--brand); }
.review-text { padding: 14px; background: var(--soft); border-radius: var(--radius); margin-bottom: 14px !important; }
.form-message { min-height: 28px; font-weight: 800; margin-top: 12px; }
.form-message.is-error { color: var(--danger); }
.form-message.is-success { color: var(--brand-dark); }
.form-summary { display: grid; gap: 8px; margin: 16px 0; }
.form-summary div { display: grid; grid-template-columns: 96px 1fr; gap: 12px; padding: 10px 12px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.form-summary span { color: var(--muted); font-size: 13px; font-weight: 800; }
.form-summary strong { color: var(--brand-dark); font-size: 14px; }
.form-actions { display: flex; gap: 10px; justify-content: space-between; padding-top: 18px; border-top: 1px solid var(--line); }
#submitForm { display: none; }

.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 20px; border-radius: 999px; border: 1.5px solid transparent; font-weight: 800; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 10px 20px rgba(46,125,50,.19); }
.btn--primary:hover { background: var(--brand-dark); }
.btn--primary:active { transform: scale(.98); }
.btn--ghost { background: #fff; border-color: var(--line); color: var(--brand-dark); }
.btn--light { background: #fff; color: var(--brand-dark); }
.btn--block { width: 100%; }

.section { padding: clamp(56px, 6vw, 82px) 0; }
.section--soft { background: var(--soft); }
.section--dark { background: var(--brand-dark); color: #fff; }
.section--dark p { color: rgba(255,255,255,.78); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p, .split p, .content-grid p { color: var(--muted); font-size: 18px; }
.trust-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 22px; align-items: stretch; }
.trust-grid article, .service-card, .mini-calc, .link-panel, details { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 24px; }
.trust-grid article h3, .service-card h3 { color: var(--brand-dark); }
.trust-grid article p, .service-card p { color: var(--muted); }
.trust-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: var(--radius); background: var(--brand-soft); color: var(--brand); margin-bottom: 18px; }
.trust-icon svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.problem-section { background: #fff; }
.problem-section .section-head { text-align: center; margin-left: auto; margin-right: auto; }
.problem-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.problem-grid a { position: relative; min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 22px; border-radius: var(--radius); background: linear-gradient(145deg, var(--brand-ink), #1d5525); color: #fff; box-shadow: var(--shadow-soft); transition: .22s ease; }
.problem-grid a::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 10%, rgba(245,166,35,.25), transparent 32%), linear-gradient(180deg, transparent, rgba(0,0,0,.18)); pointer-events: none; }
.problem-grid a:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.problem-grid span, .problem-grid h3, .problem-grid p { position: relative; z-index: 1; }
.problem-grid span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: var(--radius); background: rgba(255,255,255,.12); color: var(--accent); margin-bottom: 28px; }
.problem-grid svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.problem-grid h3 { color: #fff; font-size: clamp(20px, 2vw, 26px); }
.problem-grid p { color: rgba(255,255,255,.78); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { min-height: 250px; display: flex; flex-direction: column; transition: .2s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: rgba(46,125,50,.42); }
.service-card--visual { padding: 0; min-height: 330px; }
.service-card--visual img { width: 100%; height: 200px; object-fit: cover; filter: saturate(.95) contrast(1.04); transition: transform .35s ease; }
.service-card--visual:hover img { transform: scale(1.04); }
.service-card--visual span, .service-card--visual h3, .service-card--visual b { margin-left: 22px; margin-right: 22px; }
.service-card--visual span { margin-top: 20px; }
.service-card--visual h3 { font-size: 22px; }
.service-card--visual b { margin-bottom: 22px; }
.service-card span { color: var(--brand); font-weight: 800; font-size: 13px; text-transform: uppercase; }
.service-card b { margin-top: auto; color: var(--brand-dark); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-bottom: 26px; }
.blog-card { display: flex; flex-direction: column; min-height: 100%; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: 0 12px 34px rgba(17,25,20,.06); transition: .2s ease; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); border-color: rgba(46,125,50,.38); }
.blog-card img { width: 100%; height: 190px; object-fit: cover; filter: saturate(.96) contrast(1.03); }
.blog-card span, .blog-card h3, .blog-card p, .blog-card b { margin-left: 22px; margin-right: 22px; }
.blog-card span { margin-top: 20px; color: var(--brand); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.blog-card h3 { font-size: 22px; color: var(--brand-dark); }
.blog-card p { color: var(--muted); }
.blog-card b { margin-top: auto; margin-bottom: 22px; color: var(--brand-dark); }
.article-hero { background: linear-gradient(135deg, var(--brand-soft), #fff); padding: clamp(56px, 7vw, 88px) 0; border-bottom: 1px solid var(--line); }
.article-hero__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: clamp(28px, 5vw, 56px); align-items: center; }
.article-hero p { color: var(--muted); font-size: 19px; max-width: 720px; }
.article-hero img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.article-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 46px; align-items: start; }
.article-content { max-width: 760px; }
.article-content h2 { margin-top: 32px; font-size: clamp(25px, 3vw, 36px) !important; }
.article-content p { color: var(--muted); font-size: 18px; }
.article-cta { margin-top: 38px; padding: 26px; border-radius: var(--radius); background: var(--brand-soft); border: 1px solid rgba(46,125,50,.18); }
.visual-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; background: #0c1710; }
.visual-strip figure { position: relative; margin: 0; min-height: 320px; overflow: hidden; }
.visual-strip img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.76) saturate(.95); transition: transform .35s ease; }
.visual-strip figure:hover img { transform: scale(1.04); }
.visual-strip figcaption { position: absolute; left: 26px; bottom: 24px; color: #fff; font-size: 28px; font-weight: 900; letter-spacing: 0; }
.service-fit { background: #fff; }
.service-fit__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(28px, 5vw, 56px); align-items: center; }
.service-fit__image { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-soft); }
.service-fit__image img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fit-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 26px 0; }
.fit-steps div, .local-guide article { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 20px; box-shadow: 0 10px 30px rgba(17,25,20,.05); }
.fit-steps strong { color: var(--brand-dark); display: block; margin-bottom: 8px; }
.fit-steps p, .local-guide p { color: var(--muted); margin: 0; font-size: 15px; }
.local-guide { background: #fff; }
.local-guide__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.local-guide h2 { font-size: 26px !important; margin-bottom: 10px; }
.split__grid, .content-grid, .calc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; align-items: center; }
.split img { border-radius: var(--radius); aspect-ratio: 4 / 3; object-fit: cover; box-shadow: var(--shadow); width: 100%; }
.check-list { list-style: none; margin: 22px 0; padding: 0; display: grid; gap: 10px; }
.check-list li { padding-left: 30px; position: relative; color: #253027; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .32em; width: 18px; height: 18px; border-radius: 50%; background: var(--brand); box-shadow: inset 0 0 0 5px var(--brand-soft); }
.process { list-style: none; padding: 0; margin: 32px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process li { border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: 24px; background: rgba(255,255,255,.07); }
.process b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #201306; margin-bottom: 18px; font-size: 16px; font-weight: 900; }
.mini-calc { display: grid; gap: 12px; }
.mini-calc label { display: grid; gap: 7px; font-weight: 800; }
.calc-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.muted { color: var(--muted); }
.calc-result { background: var(--brand-soft); border-left: 4px solid var(--brand); padding: 14px; border-radius: var(--radius); font-weight: 800; color: var(--brand-dark); }
.calc-result small { display: block; margin-top: 6px; color: rgba(23,63,28,.78); font-weight: 700; }
.calc-price { font-size: 18px; }
.calc-price strong { font-size: 20px; }
.btn--block { width: 100%; justify-content: center; }
.calc-question__label { font-weight: 900; font-size: 13px; color: #2a342d; margin-bottom: 8px; }
.choice-grid--calc { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-option--calc { grid-template-columns: 42px minmax(0, 1fr); }
.choice-option--calc::after { display: none !important; }
.calc-contact { display: grid; gap: 12px; padding-top: 4px; }

@container (max-width: 520px) {
  .calc-row { grid-template-columns: 1fr; }
  .choice-grid--calc { grid-template-columns: 1fr; }
}
.local-links { display: flex; flex-wrap: wrap; gap: 12px; }
.local-links--grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.local-links a { padding: 14px 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; font-weight: 800; color: var(--brand-dark); }
.faq-section details { margin-bottom: 12px; }
summary { cursor: pointer; font-weight: 800; font-size: 18px; }
details p { color: var(--muted); margin-top: 12px; }
.final-cta { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; text-align: center; }
.final-cta p { color: rgba(255,255,255,.82); max-width: 640px; margin: 0 auto 24px; }
.subhero { padding: 76px 0; background: linear-gradient(135deg, var(--brand-soft), #fff); border-bottom: 1px solid var(--line); }
.subhero p { max-width: 760px; color: var(--muted); font-size: 19px; }
.link-panel { display: grid; gap: 10px; align-self: stretch; }
.link-panel a { color: var(--brand-dark); font-weight: 800; border-bottom: 1px solid var(--line); padding-bottom: 10px; }

.site-footer { position: relative; overflow: hidden; background: radial-gradient(circle at 16% 10%, rgba(46,125,50,.26), transparent 30%), linear-gradient(145deg, #07110b, #101914 62%, #07110b); color: rgba(255,255,255,.78); padding-top: 42px; }
.site-footer::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(180deg, rgba(0,0,0,.55), transparent 72%); pointer-events: none; }
.site-footer > .container, .footer-bottom { position: relative; z-index: 1; }
.site-footer .logo { background: #fff; border-radius: 16px; padding: 9px 12px; width: fit-content; box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.site-footer .logo__image { width: 178px; }
.footer-panel { display: grid; grid-template-columns: minmax(0, 1.1fr) auto; gap: 28px; align-items: center; padding: clamp(24px, 4vw, 34px); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.045)); box-shadow: 0 28px 90px rgba(0,0,0,.28); backdrop-filter: blur(14px); }
.footer-brand { display: grid; gap: 18px; max-width: 690px; }
.footer-brand p { color: rgba(255,255,255,.80); font-size: 17px; margin: 0; }
.footer-trust { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}
.trust-badge .lucide { width: 16px; height: 16px; color: rgba(255,255,255,.92); stroke-width: 2.5; }
.google-stars--footer { margin-top: 0; box-shadow: none; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.google-stars--footer .google-stars__label { display: none; }
.google-stars--footer .google-stars__score { font-size: 12px; }
.footer-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.footer-contact { min-height: 48px; padding: 0 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; }
.footer-contact:hover { background: rgba(255,255,255,.14); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.05fr 1fr .82fr; gap: clamp(24px, 4vw, 48px); padding: 42px 0; }
.footer-card { padding: 22px; border: 1px solid rgba(255,255,255,.10); border-radius: 22px; background: rgba(255,255,255,.055); }
.footer-card p { margin: 0 0 18px; color: rgba(255,255,255,.82); }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-badges span { border: 1px solid rgba(255,255,255,.14); border-radius: 999px; padding: 7px 10px; background: rgba(255,255,255,.07); color: rgba(255,255,255,.84); font-size: 12px; font-weight: 800; }
.site-footer h3 { color: #fff; font-size: 16px; margin-bottom: 16px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.82); transition: color .18s ease, transform .18s ease; }
.site-footer a:hover { color: #fff; transform: translateX(2px); }
.site-footer .btn--light { color: var(--brand-dark) !important; background: #fff; }
.site-footer .btn--light:hover { background: #f0f0f0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 18px 0; font-size: 13px; background: rgba(0,0,0,.12); }
.footer-bottom__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; color: rgba(255,255,255,.62); }
.mobile-cta { display: none; }

@media (max-width: 980px) {
  .container { width: min(1180px, calc(100% - 28px)) !important; }
  /* ── Mobile nav: show toggle ── */
  .nav-toggle { display: flex; }

  /* ── Full-screen overlay ── */
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 58;
    background: var(--brand-dark);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }

  /* ── Nav list (centered in overlay) ── */
  .nav-list {
    position: static;
    width: 100%;
    max-width: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    padding: 72px 24px 40px;
    margin: 0;
    gap: 0;
    transform: none;
    box-shadow: none;
    background: transparent;
    overflow: visible;
  }

  /* ── Nav items: staggered fade-in ── */
  .nav-list li {
    width: 100%;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .site-nav.is-open .nav-list li { opacity: 1; transform: none; }
  .site-nav.is-open .nav-list li:nth-child(1) { transition-delay: 0.06s; }
  .site-nav.is-open .nav-list li:nth-child(2) { transition-delay: 0.10s; }
  .site-nav.is-open .nav-list li:nth-child(3) { transition-delay: 0.14s; }
  .site-nav.is-open .nav-list li:nth-child(4) { transition-delay: 0.18s; }
  .site-nav.is-open .nav-list li:nth-child(5) { transition-delay: 0.22s; }
  .site-nav.is-open .nav-list li:nth-child(6) { transition-delay: 0.26s; }
  .site-nav.is-open .nav-list li:nth-child(7) { transition-delay: 0.30s; }

  /* ── Nav links ── */
  .nav-list a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 24px;
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.72);
    letter-spacing: -0.02em;
    border-radius: 0;
    border: none;
    background: transparent;
    transition: color 0.18s ease;
  }
  .nav-list a:hover,
  .nav-list a:focus-visible { color: #fff; background: transparent; }
  .nav-list a[aria-current="page"] { color: var(--brand-dark); background: rgba(234, 245, 235, 0.94); font-weight: 700; }

  /* Hairline dividers */
  .nav-list li + li:not(:last-child) { border-top: 1px solid rgba(255, 255, 255, 0.08); }

  /* ── CTA button ── */
  .nav-list li:last-child {
    margin-top: 28px;
    border-top: none;
  }
  .nav-list li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 32px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01em;
    color: var(--brand-dark);
    background: #fff;
    border-radius: var(--radius-sm);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .25);
    transition: background 0.18s ease, color 0.18s ease;
    text-align: center;
  }
  .nav-list li:last-child a:hover { background: var(--brand-soft); color: var(--brand-dark); }

  /* ── Scroll lock ── */
  body.nav-is-open { overflow: hidden; touch-action: none; }
  .hero--home, .hero--service { min-height: 0; }
  .hero__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "lead" "form" "body";
    padding: 42px 0 40px;
    gap: 30px;
    align-items: start;
  }
  .hero__copy { padding-top: 0; }
  .hero-form { position: relative; top: auto; }
  .hero__shade { background: linear-gradient(180deg, rgba(11,19,14,.88), rgba(11,19,14,.64)); }
  .trust-grid, .service-grid, .split__grid, .content-grid, .calc-grid, .footer-grid, .footer-panel, .service-fit__grid, .blog-grid, .article-hero__grid, .article-grid { grid-template-columns: 1fr; }
  .footer-actions { justify-content: flex-start; }
  .problem-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fit-steps, .local-guide__grid { grid-template-columns: 1fr; }
  .process, .local-links--grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 76px; }
  .topbar__inner span:nth-child(2) { display: none; }
  .site-header__inner { min-height: 64px; }
  .nav-list { padding-top: 104px; }
  .logo__image { width: 132px; }
  h1 { font-size: 38px; }
  .hero__copy h1 { font-size: clamp(34px, 10vw, 46px) !important; }
  .hero--home, .hero--service { min-height: auto; }
  .hero__copy { padding-top: 8px; }
  .hero__copy p { font-size: 17px; }
  .hero__copy p { font-size: 17px; }
  .form-card__head { display: block; padding: 18px; }
  .progress { width: 64px; height: 64px; margin-top: 14px; }
  #offerForm { padding: 18px; }
  .choice-grid, .process, .local-links--grid, .visual-strip { grid-template-columns: 1fr; }
  .choice-option { min-height: 58px; grid-template-columns: 38px 1fr auto; }
  .choice-icon { width: 38px; height: 38px; }
  .visual-strip figure { min-height: 230px; }
  .form-step { min-height: 270px; }
  .form-actions { position: static; background: #fff; margin: 0 -18px -18px; padding: 14px 18px 84px; }
  .btn { min-height: 48px; padding: 0 14px; }
  .section { padding: 64px 0; }
  .site-footer { padding-top: 28px; }
  .footer-panel { border-radius: 22px; padding: 20px; }
  .footer-actions { display: grid; grid-template-columns: 1fr; }
  .footer-actions .btn, .footer-actions .footer-contact { width: 100%; justify-content: center; }
  .footer-grid { gap: 24px; padding: 32px 0; }
  .footer-card { padding: 18px; }
  .mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -10px 24px rgba(0,0,0,.15); }
  .mobile-cta a, .mobile-cta button { min-height: 56px; display: grid; place-items: center; font-weight: 900; background: #fff; color: var(--brand-dark); width: 100%; border: 0; }
  .mobile-cta a:last-child { background: var(--brand); color: #fff; }
  body { padding-bottom: 56px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid a { min-height: 185px; }
  .form-summary div { grid-template-columns: 1fr; gap: 2px; }
}

/* ── Scroll animations ── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .55s cubic-bezier(.22,1,.36,1), transform .55s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }
.reveal-delay-4 { transition-delay: .4s; }

/* ── Trust icon hover ── */
.trust-grid article { transition: box-shadow .22s ease, transform .22s ease; }
.trust-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }

/* ── Process step hover ── */
.process li { transition: background .22s ease, border-color .22s ease; }
.process li:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.24); }

/* ── Local links improved hover ── */
.local-links a { transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.local-links a:hover { border-color: rgba(46,125,50,.42); transform: translateY(-2px); box-shadow: 0 8px 22px rgba(46,125,50,.10); color: var(--brand); }

/* ── FAQ / details ── */
details summary::after { content: "+"; float: right; font-size: 22px; font-weight: 300; color: var(--muted); transition: transform .22s ease; }
details[open] summary::after { transform: rotate(45deg); }
details[open] { border-color: rgba(46,125,50,.3); }

/* ── Footer social area ── */
.footer-social { display: flex; gap: 10px; margin-top: 16px; }
.footer-social a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: rgba(255,255,255,.78); transition: background .18s ease, border-color .18s ease, color .18s ease; }
.footer-social a:hover { background: var(--brand); border-color: var(--brand); color: #fff; transform: none; }

/* ── Hero text entrance animation ── */
@keyframes heroFade { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.hero__copy .eyebrow { animation: heroFade .5s .1s ease both; }
.hero__copy h1 { animation: heroFade .5s .2s ease both; }
.hero__copy p { animation: heroFade .5s .3s ease both; }
.hero__trust { animation: heroFade .5s .4s ease both; }
.google-stars--hero { animation: heroFade .5s .5s ease both; }

/* ── Image loading shimmer ── */
.service-card--visual img, .blog-card img, .visual-strip img { background: #e8eee9; }

/* ── Nav active state ── */
.nav-list a[aria-current="page"] { background: var(--brand-soft); color: var(--brand-dark); font-weight: 800; }

/* ═══════════════════════════════════════════════
   PREMIUM UPGRADES
═══════════════════════════════════════════════ */

/* ── Google Logo Mark ── */
.google-mark--logo { background: #fff; font-size: 0; }
.google-mark--logo svg { display: block; width: 60%; height: 60%; }

/* ── Google Badge – Hero: weisse Karte, hochwertiger ── */
.google-stars--hero {
  background: rgba(255,255,255,.97);
  border: none;
  border-radius: 20px;
  padding: 14px 22px;
  gap: 16px;
  color: var(--ink);
  box-shadow: 0 24px 64px rgba(0,0,0,.30), 0 4px 16px rgba(0,0,0,.14);
  margin-top: 24px;
  animation: heroFade .5s .5s ease both;
}
.google-stars--hero .google-mark {
  width: 44px;
  height: 44px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.12);
}
.google-stars--hero .google-mark--logo svg { width: 58%; height: 58%; }
.google-stars--hero .google-stars__meta { gap: 3px; }
.google-stars--hero .google-stars__score { font-size: 20px; color: #202124; font-weight: 900; }
.google-stars--hero .google-stars__label { font-size: 11px; color: #5f6368; font-weight: 700; letter-spacing: .01em; }
.google-stars--hero .google-star.lucide { width: 17px; height: 17px; }

/* ── Google Badge – Footer: leicht verbessert ── */
.google-stars--footer { padding: 10px 16px; gap: 12px; }
.google-stars--footer .google-mark { width: 30px; height: 30px; }
.google-stars--footer .google-stars__label { display: block; font-size: 10px; color: rgba(255,255,255,.65); }

/* ── Verifiziert-Label ── */
.google-verified {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #34a853;
  letter-spacing: .02em;
  margin-top: 1px;
}
.google-stars--footer .google-verified { color: rgba(52,168,83,.9); }

/* ── Trust Sektion: H2-Grösse im schmalen Intro-Feld balancieren ── */
.trust-grid > div:first-child { min-width: 0; }
.trust-grid > div:first-child h2 {
  font-size: clamp(22px, 2.5vw, 36px) !important;
  line-height: 1.14 !important;
}
.trust-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(46,125,50,.14);
}
.trust-grid article {
  box-shadow: 0 4px 18px rgba(17,25,20,.06);
  transition: box-shadow .22s ease, transform .22s ease;
}

/* ── Service-Grid + Blog-Grid: 2 Spalten auf Tablet ── */
@media (max-width: 980px) and (min-width: 621px) {
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ── Text-Overflow global absichern ── */
h1, h2, h3 { overflow-wrap: break-word; }

/* ── Prefers reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .reveal, .hero__copy .eyebrow, .hero__copy h1, .hero__copy p, .hero__trust, .google-stars--hero { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}
