:root {
  --bg: #ffffff;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-900: #0f172a;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-300: #fcd34d;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--slate-900);
  background: var(--bg);
}
h1, h2, h3 {
  font-family: "Space Grotesk", Inter, system-ui, sans-serif;
  margin: 0;
}
p { margin: 0; }
.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.hero { position: relative; overflow: hidden; padding: 88px 0 64px; background: linear-gradient(180deg, #fff 0%, #fff8ec 100%); }
.hero-grid { display: grid; gap: 32px; align-items: center; grid-template-columns: 1.08fr 0.92fr; }
.eyebrow { color: var(--amber-700); font-weight: 700; letter-spacing: 0.02em; }
.eyebrow.light { color: var(--amber-300); }
h1 { font-size: clamp(2.8rem, 5vw, 4.6rem); line-height: 1.02; letter-spacing: -0.04em; margin-top: 16px; max-width: 14ch; }
h2 { font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.08; letter-spacing: -0.03em; }
h3 { font-size: 1.25rem; line-height: 1.2; }
.lead, .section-lead, .cta-card p, .price-card li, .report-notes, .summary-copy, .comparison-grid p { color: var(--slate-600); font-size: 1.06rem; line-height: 1.6; }
.lead { max-width: 58ch; margin-top: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.actions.centered { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 999px; text-decoration: none; font-weight: 700; border: 1px solid transparent; }
.button.primary { background: var(--amber-700); color: #fff; }
.button.secondary { background: #fff; border-color: var(--slate-200); color: var(--slate-700); }
.button.secondary.light { background: transparent; border-color: rgba(255,255,255,0.18); color: #fff; }
.button.full { width: 100%; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.pills span, .badge { background: var(--slate-100); color: var(--slate-700); border-radius: 999px; padding: 8px 12px; font-size: 0.85rem; font-weight: 700; }
.panel { background: #fff; border: 1px solid var(--slate-200); border-radius: 32px; padding: 24px; box-shadow: var(--shadow); }
.panel-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 20px; border-bottom: 1px solid var(--slate-200); }
.panel h2 { font-size: 1.55rem; margin-top: 6px; }
.muted { color: var(--slate-500); font-size: 0.88rem; font-weight: 600; }
.stats { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin: 20px 0; }
.stats div { background: var(--slate-50); border-radius: 20px; padding: 16px; }
.stats span { display: block; color: var(--slate-500); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; }
.stats strong { display: block; margin-top: 10px; font-size: 1.75rem; }
.form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; font-size: 0.92rem; font-weight: 700; color: var(--slate-700); }
input, textarea { width: 100%; border-radius: 16px; border: 1px solid var(--slate-200); padding: 12px 14px; font: inherit; color: var(--slate-900); background: #fff; }
.report { margin-top: 18px; border: 1px solid var(--slate-200); border-radius: 20px; padding: 18px; background: #fffdfa; }
.report h3 { margin-bottom: 10px; }
.report-room { font-weight: 700; margin-bottom: 6px; }
.report-summary { margin-top: 10px; }
.stats-band { border-block: 1px solid var(--slate-200); background: var(--slate-50); padding: 22px 0; }
.band-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: center; }
.band-grid strong { display: block; font-size: 2rem; margin-bottom: 6px; }
.band-grid span { color: var(--slate-500); }
.features, .comparison, .pricing { padding: 88px 0; }
.section-lead { margin-top: 16px; max-width: 58ch; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.feature-grid article, .price-card, .photo-card, .summary-card { background: #fff; border: 1px solid var(--slate-200); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.feature-grid p { color: var(--slate-600); margin-top: 10px; line-height: 1.6; }
.comparison-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.photo-card p { margin-top: 12px; }
.card-label { color: var(--amber-700); font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.photo {
  margin-top: 14px;
  height: 210px;
  border-radius: 20px;
  background: linear-gradient(145deg, #dbeafe, #fff7ed);
  border: 1px solid var(--slate-200);
  position: relative;
  overflow: hidden;
}
.photo::before, .photo::after {
  content: "";
  position: absolute;
  background: rgba(15,23,42,0.16);
  border-radius: 999px;
}
.photo::before { width: 54%; height: 10px; left: 12%; top: 30%; }
.photo::after { width: 18%; height: 18%; right: 16%; bottom: 18%; border-radius: 12px; }
.photo span { position: absolute; left: 16px; top: 16px; background: rgba(255,255,255,0.9); border-radius: 999px; padding: 6px 10px; font-size: 0.8rem; font-weight: 700; color: var(--slate-700); }
.photo.damage { background: linear-gradient(145deg, #fee2e2, #ffedd5); }
.photo.damage::before { width: 60%; background: rgba(180,83,9,0.22); transform: rotate(-5deg); top: 42%; }
.photo.damage::after { width: 32%; height: 12%; background: rgba(180,83,9,0.22); bottom: 22%; right: 24%; }
.summary-card ul { margin: 18px 0 0; padding-left: 18px; color: var(--slate-600); line-height: 1.8; }
.summary-total { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--slate-200); }
.summary-total span { color: var(--slate-500); font-weight: 700; }
.summary-total strong { font-size: 2.5rem; }
.proof { background: var(--slate-50); padding: 88px 0; }
.proof p { margin-top: 14px; color: var(--slate-600); max-width: 60ch; }
.marquee { overflow: hidden; margin-top: 30px; }
.marquee-track { display: flex; gap: 16px; width: max-content; animation: scroll 35s linear infinite; }
.quote { width: 320px; background: #fff; border: 1px solid var(--slate-200); border-radius: 24px; padding: 20px; box-shadow: var(--shadow); color: var(--slate-600); }
.pricing { display: grid; grid-template-columns: 1fr 0.82fr; gap: 24px; align-items: start; }
.price { display: flex; align-items: end; gap: 10px; margin: 18px 0 24px; }
.price strong { font-size: 4rem; line-height: 0.9; }
.price span { color: var(--slate-500); padding-bottom: 8px; }
.price-card ul { padding-left: 18px; color: var(--slate-600); line-height: 1.9; }
.cta { padding: 0 0 88px; }
.cta-card { background: var(--slate-900); color: #fff; border-radius: 32px; padding: 48px 32px; text-align: center; box-shadow: var(--shadow); }
.cta-card p { color: #cbd5e1; max-width: 60ch; margin: 16px auto 0; }
.cta-card h2 { margin: 14px auto 0; max-width: 20ch; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0 40px; color: var(--slate-500); border-top: 1px solid var(--slate-200); }
.footer a { color: inherit; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 8px)); } }
@media (max-width: 960px) {
  .hero-grid, .pricing, .feature-grid, .band-grid, .comparison-grid { grid-template-columns: 1fr; }
  .pricing { gap: 18px; }
}
@media (max-width: 640px) {
  .wrap { width: min(100% - 32px, 1120px); }
  .hero, .features, .comparison, .proof, .pricing { padding: 64px 0; }
  .stats { grid-template-columns: 1fr; }
  .footer { flex-direction: column; align-items: start; }
  h1 { font-size: clamp(2.4rem, 11vw, 3.3rem); }
}
