
:root {
  --bg: #f8fbf7;
  --surface: #ffffff;
  --surface-2: #edf5ee;
  --text: #20312d;
  --muted: #5f6f6a;
  --primary: #136c72;
  --secondary: #79b82b;
  --accent: #e6aa2f;
  --dark: #17333a;
  --border: #d4e2d8;
  --shadow: 0 14px 34px rgba(19, 108, 114, 0.12);
  --radius: 4px;
  --heading: Georgia, "Times New Roman", serif;
  --body: "Trebuchet MS", Arial, sans-serif;
  --section: 68px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--body);
  line-height: 1.55;
  letter-spacing: 0;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 8%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 24rem);
  opacity: 0.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.site-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
}
.logo img { width: 158px; height: auto; }
.nav { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.nav a {
  padding: 10px 12px;
  border: 1px solid transparent;
  color: var(--muted);
  font-size: 0.92rem;
}
.nav a.active { color: var(--primary); border-color: var(--border); background: var(--surface); }
.cta, .ghost, .text-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid var(--primary);
  padding: 12px 18px;
  font-weight: 800;
  cursor: pointer;
}
.cta { background: var(--primary); color: white; box-shadow: var(--shadow); }
.ghost { background: var(--surface); color: var(--primary); }
.text-cta { background: transparent; border-color: transparent; color: var(--primary); padding-left: 0; }
.theme-bright .cta { border-radius: 8px; }
.theme-careful .cta, .theme-careful .ghost, .theme-careful .nav a { border-radius: 0; text-transform: uppercase; font-size: 0.82rem; letter-spacing: 0; }
.theme-fast .cta { border-radius: 6px; }
.theme-ready .cta { background: transparent; color: var(--primary); border: 2px solid var(--primary); box-shadow: none; }
.theme-local .cta, .theme-local .ghost, .theme-local .nav a { border-radius: 0; }
.top-ribbon {
  background: var(--dark);
  color: white;
  font-size: 0.86rem;
}
.top-ribbon .site-shell { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; flex-wrap: wrap; }
.header-row { display: flex; justify-content: space-between; gap: 22px; align-items: center; padding: 14px 0; }
.header-sun { background: color-mix(in srgb, var(--surface) 88%, transparent); border-bottom: 1px solid var(--border); }
.header-standard { background: var(--surface); border-bottom: 3px solid var(--primary); }
.header-standard .top-ribbon { background: var(--primary); }
.header-app { background: rgba(255, 255, 255, 0.94); border-bottom: 1px solid var(--border); }
.header-app .nav { background: var(--surface-2); padding: 6px; border: 1px solid var(--border); }
.header-plan { background: var(--surface); border-bottom: 1px solid var(--border); }
.plan-switch { display: flex; gap: 0; border: 1px solid var(--border); }
.plan-switch span { padding: 9px 12px; border-right: 1px solid var(--border); font-size: 0.84rem; color: var(--muted); }
.plan-switch span:last-child { border-right: 0; }
.header-local { background: var(--surface); border-bottom: 1px solid var(--border); }
.city-strip { display: flex; gap: 8px; flex-wrap: wrap; }
.city-strip span { border: 1px solid var(--border); padding: 7px 10px; background: var(--surface-2); font-size: 0.82rem; }
main { position: relative; z-index: 1; }
section { padding: var(--section) 0; }
.hero { min-height: 660px; display: grid; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.03fr 0.97fr; gap: 42px; align-items: center; }
.eyebrow {
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.78rem;
  letter-spacing: 0;
  margin-bottom: 12px;
}
h1, h2, h3, h4 { font-family: var(--heading); letter-spacing: 0; line-height: 1.05; margin: 0; }
h1 { font-size: 3.65rem; max-width: 12ch; }
h2 { font-size: 2.3rem; max-width: 16ch; }
h3 { font-size: 1.25rem; }
p { margin: 0; color: var(--muted); }
.lead { font-size: 1.18rem; margin-top: 18px; max-width: 680px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; align-items: center; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.trust-row span, .pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  color: var(--text);
  font-weight: 800;
  font-size: 0.86rem;
}
.photo-frame {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-2);
  box-shadow: var(--shadow);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-stack { display: grid; grid-template-columns: 1fr 0.72fr; gap: 16px; align-items: end; }
.photo-stack .photo-frame:nth-child(2) { aspect-ratio: 3 / 4; margin-bottom: 42px; }
.stat-tile {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 20px;
  box-shadow: var(--shadow);
}
.stat-tile strong { display: block; font-size: 2rem; font-family: var(--heading); color: var(--primary); line-height: 1; }
.section-head { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 26px; }
.section-head p { max-width: 620px; }
.grid { display: grid; gap: 18px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card, .service-card, .proof-card, .form-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 22px;
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}
.service-card img { width: 100%; aspect-ratio: 5 / 3; object-fit: cover; margin-bottom: 14px; border: 1px solid var(--border); }
.service-card ul, .checklist { padding: 0; list-style: none; margin: 14px 0 0; display: grid; gap: 8px; }
.service-card li, .checklist li { color: var(--muted); }
.service-card li::before, .checklist li::before { content: "+ "; color: var(--secondary); font-weight: 900; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); box-shadow: var(--shadow); }
.before-after figure { margin: 0; position: relative; min-height: 300px; overflow: hidden; }
.before-after img { width: 100%; height: 100%; object-fit: cover; }
.before-after figcaption {
  position: absolute;
  left: 14px;
  top: 14px;
  background: var(--dark);
  color: white;
  padding: 7px 10px;
  font-weight: 900;
  font-size: 0.82rem;
}
.quote-card {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 28px;
  box-shadow: var(--shadow);
}
.quote-card blockquote { margin: 0; font-size: 1.24rem; line-height: 1.35; color: var(--text); font-weight: 800; }
.quote-card cite { display: block; margin-top: 14px; color: var(--muted); font-style: normal; }
.steps { counter-reset: step; display: grid; gap: 14px; }
.step {
  counter-increment: step;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--border);
  background: var(--surface);
}
.step::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: white;
  font-weight: 900;
}
form { display: grid; gap: 14px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
label { display: grid; gap: 6px; font-weight: 800; color: var(--text); font-size: 0.88rem; }
input, select, textarea {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--surface);
  color: var(--text);
  padding: 12px;
  min-height: 44px;
  border-radius: min(var(--radius), 6px);
}
textarea { min-height: 110px; resize: vertical; }
.checkbox { display: flex; gap: 9px; align-items: start; color: var(--muted); font-weight: 600; }
.checkbox input { width: 18px; height: 18px; min-height: 18px; margin-top: 3px; }
.route-map {
  display: grid;
  gap: 12px;
  padding: 22px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--border) 52%, transparent) 1px, transparent 1px),
    linear-gradient(color-mix(in srgb, var(--border) 52%, transparent) 1px, transparent 1px),
    var(--surface);
  background-size: 44px 44px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.route { display: flex; justify-content: space-between; gap: 16px; padding: 14px; background: var(--surface); border: 1px solid var(--border); }
.matrix { border: 1px solid var(--border); background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.matrix-row { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); border-bottom: 1px solid var(--border); }
.matrix-row:last-child { border-bottom: 0; }
.matrix-row > * { padding: 14px; border-right: 1px solid var(--border); }
.matrix-row > *:last-child { border-right: 0; }
.matrix-row.header { background: var(--dark); color: white; font-weight: 900; }
.plan-card .price { font-size: 2.2rem; color: var(--primary); font-family: var(--heading); line-height: 1; margin: 12px 0; }
.calendar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.calendar span { min-height: 64px; padding: 8px; background: var(--surface); border: 1px solid var(--border); color: var(--muted); font-size: 0.82rem; }
.calendar span.active { background: var(--secondary); color: white; font-weight: 900; }
.local-marker {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
}
.local-marker::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: 5px;
  background: var(--accent);
  border: 3px solid var(--primary);
}
.final-cta {
  background: var(--dark);
  color: white;
  padding: 46px;
  border: 1px solid color-mix(in srgb, var(--surface) 25%, transparent);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.final-cta p { color: color-mix(in srgb, white 78%, transparent); }
footer { padding: 42px 0; border-top: 1px solid var(--border); position: relative; z-index: 1; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 22px; align-items: start; }
.footer-grid img { width: 150px; }
.footer-grid h4 { margin-bottom: 10px; }
.mobile-cta {
  display: none;
  position: fixed;
  z-index: 30;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px;
  background: var(--dark);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  gap: 8px;
}
.theme-bright .photo-frame, .theme-bright .card, .theme-bright .service-card, .theme-bright .quote-card, .theme-bright .form-panel { border-radius: 8px; }
.theme-bright .hero { background: linear-gradient(120deg, #fffdf7, #ecf8ff 58%, #f7ffe7); }
.theme-bright .hero-grid { grid-template-columns: 0.95fr 1.05fr; }
.theme-bright .nav a.active { background: #fff7df; }
.theme-careful body::before { opacity: 0; }
.theme-careful .hero { background: linear-gradient(90deg, var(--dark) 0 48%, var(--bg) 48%); }
.theme-careful .hero h1, .theme-careful .hero .lead { color: white; }
.theme-careful .hero .eyebrow { color: var(--accent); }
.theme-careful .trust-row span { background: rgba(255, 255, 255, 0.08); color: white; border-color: rgba(255, 255, 255, 0.18); }
.theme-careful .photo-stack { grid-template-columns: 1fr; }
.theme-careful .photo-stack .photo-frame:nth-child(2) { display: none; }
.theme-fast .hero { min-height: 620px; background: linear-gradient(180deg, #f8fcff, #eef8ff); }
.theme-fast .hero-grid { grid-template-columns: 0.86fr 1.14fr; }
.theme-fast .form-panel { border-radius: 6px; }
.theme-fast .nav a.active { background: var(--primary); color: white; }
.theme-ready .hero { min-height: 640px; background: linear-gradient(135deg, #f8fbf7, #eef6f5); }
.theme-ready .hero-grid { grid-template-columns: 1fr 1fr; }
.theme-ready .service-card { box-shadow: none; }
.theme-local .hero {
  min-height: 630px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--border) 52%, transparent) 1px, transparent 1px),
    linear-gradient(color-mix(in srgb, var(--border) 52%, transparent) 1px, transparent 1px),
    var(--bg);
  background-size: 54px 54px;
}
.theme-local .hero-grid { grid-template-columns: 0.9fr 1.1fr; }
.theme-local .photo-frame img { filter: saturate(0.86) contrast(1.05); }
@media (max-width: 980px) {
  .header-row, .section-head, .final-cta { align-items: start; flex-direction: column; }
  .hero { min-height: auto; padding: 48px 0; }
  .hero-grid,
  .theme-bright .hero-grid,
  .theme-careful .hero-grid,
  .theme-fast .hero-grid,
  .theme-ready .hero-grid,
  .theme-local .hero-grid,
  .split,
  .grid.two,
  .grid.three,
  .grid.four,
  .footer-grid { grid-template-columns: 1fr; }
  .theme-ready .logo img { width: 138px; }
  .theme-ready .nav a { padding: 8px 9px; font-size: 0.82rem; }
  .matrix-row { grid-template-columns: 1fr; }
  .matrix-row > * { border-right: 0; border-bottom: 1px solid var(--border); }
  .matrix-row > *:last-child { border-bottom: 0; }
  .field-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2.35rem; max-width: 13ch; }
  h2 { font-size: 1.85rem; max-width: 18ch; }
  .theme-careful .hero { background: var(--dark); }
}
@media (max-width: 720px) {
  .site-shell { width: min(100% - 22px, 1180px); }
  .nav { width: 100%; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 2px; }
  .nav a { white-space: nowrap; }
  .top-ribbon { display: none; }
  .photo-stack { grid-template-columns: 1fr; }
  .photo-stack .photo-frame:nth-child(2) { margin-bottom: 0; }
  .before-after { grid-template-columns: 1fr; }
  .before-after figure { min-height: 230px; }
  .calendar { grid-template-columns: repeat(2, 1fr); }
  .mobile-cta { display: grid; grid-template-columns: 1fr 1fr; }
  body { padding-bottom: 72px; }
  section { padding: 48px 0; }
}
