:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --brand: #660404;
  --brand-dark: #430202;
  --blue: #749bed;
  --brass: #c8a15a;
  --ink: #111827;
  --text: #374151;
  --muted: #6b7280;
  --cream: #fbf7f3;
  --blush: #f8f2ef;
  --line: rgba(102, 4, 4, 0.15);
  --shadow: 0 22px 70px rgba(31, 10, 10, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: #fff;
  font-size: 16px;
  line-height: 1.65;
  padding-bottom: 0;
}

body.mobile-call-visible { padding-bottom: 76px; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--ink);
  line-height: 1.08;
  margin: 0;
  font-weight: 700;
}

h1 { font-size: clamp(35px, 7vw, 66px); letter-spacing: -0.04em; }
h2 { font-size: clamp(28px, 5vw, 46px); letter-spacing: -0.03em; }
h3, h4 { font-size: clamp(20px, 3vw, 25px); }
p { margin: 0; font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 76px 0; position: relative; overflow: hidden; }
.section-soft { background: var(--blush); border-radius: 42px 42px 0 0; }
.section-dark { background: radial-gradient(circle at top left, rgba(116,155,237,0.28), transparent 34%), linear-gradient(135deg, #210202, #660404); color: #fff; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.eyebrow { color: var(--brand); font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; font-size: 13px; }
.section-dark .eyebrow { color: #f7d58b; }
.lead { font-size: 18px; color: #4b5563; max-width: 760px; }
.section-dark .lead, .section-dark p { color: #fff5f1; }
.accent-line { width: 86px; height: 2px; background: var(--brass); margin: 18px 0 24px; position: relative; }
.accent-line::after { content: ""; position: absolute; right: -14px; top: -5px; width: 12px; height: 12px; border-radius: 50%; background: var(--brass); }

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

.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-size: 24px; font-weight: 700; color: var(--ink); white-space: nowrap; }
.logo img { width: 42px; height: 42px; border-radius: 12px; }
.desktop-nav { display: none !important; align-items: center; gap: 22px; }
.desktop-nav a { font-size: 18px; font-weight: 700; color: #2b1b1b; }
.desktop-nav a:hover { color: var(--brand); }
.header-phone { display: none !important; }
.phone-btn, .primary-btn, .secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  border-radius: 999px;
  padding: 0 24px;
  font-weight: 800;
  font-size: 16px;
  white-space: nowrap;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.primary-btn, .phone-btn { background: var(--brand); color: #fff; box-shadow: 0 14px 34px rgba(102,4,4,.28); }
.primary-btn:hover, .phone-btn:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 18px 40px rgba(102,4,4,.36); }
.secondary-btn { border: 1px solid rgba(255,255,255,.42); color: #fff; background: rgba(255,255,255,.08); }
.secondary-btn:hover { background: rgba(255,255,255,.18); color: #fff; transform: translateY(-2px); }
.hamburger { width: 48px; height: 48px; border-radius: 18px; border: 1px solid var(--line); background: #fff; display: inline-flex; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.hamburger span { width: 21px; height: 2px; background: var(--brand); display: block; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 16px 0 22px; background: #fff; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; font-size: 18px; font-weight: 800; color: var(--ink); padding: 10px 0; }
.mobile-menu .phone-btn { width: 100%; margin-top: 10px; color: #fff; }

.hero { background: linear-gradient(135deg, #fbf7f3, #f6e8e2); padding: 44px 0 86px; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: auto -8% -28% -8%; height: 260px; background: #fff; border-radius: 50% 50% 0 0; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1fr; gap: 34px; align-items: stretch; }
.hero-copy, .hero-media { min-height: 100%; }
.hero-copy { padding: 18px 0; display: flex; flex-direction: column; justify-content: center; }
.stars { color: var(--brass); font-size: 25px; letter-spacing: 3px; margin: 18px 0 14px; }
.trust-icons { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin-bottom: 26px; }
.trust-icons img { width: auto; height: 48px; max-width: 96px; object-fit: contain; border: 1px solid rgba(102,4,4,.18); border-radius: 14px; padding: 6px; background: #fff; }
.hero-cta-text { font-size: 19px; font-weight: 800; color: var(--brand); margin: 22px 0 14px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.hero .secondary-btn { color: var(--brand); border-color: rgba(102,4,4,.22); background: #fff; }
.hero .secondary-btn:hover { background: var(--brand); color: #fff; }
.hero-card { background: var(--brand); border-radius: 44% 44% 30px 30px / 28% 28% 30px 30px; min-height: 430px; padding: 16px; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card img { width: 100%; height: 100%; min-height: 398px; object-fit: cover; border-radius: 44% 44% 22px 22px / 28% 28% 22px 22px; animation: revealDown 1s ease both; }
.floating-proof { position: absolute; left: 18px; right: 18px; bottom: 18px; background: rgba(255,255,255,.94); color: var(--ink); border-radius: 24px; padding: 16px; box-shadow: 0 16px 35px rgba(0,0,0,.2); display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.proof-number { font-family: var(--font-heading); font-size: 30px; font-weight: 700; color: var(--brand); display: block; line-height: 1; }
.proof-label { font-size: 13px; color: #4b5563; font-weight: 700; }

.intro-card { margin-top: -42px; position: relative; z-index: 2; background: #fff; border-radius: 34px; padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--line); }

.split-block { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: center; }
.split-text { min-width: 0; }
.arch-frame { background: var(--brand); padding: 12px; border-radius: 42% 42% 28px 28px / 24% 24% 28px 28px; box-shadow: var(--shadow); overflow: hidden; }
.arch-frame img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 42% 42% 20px 20px / 24% 24% 20px 20px; animation: revealDown .9s ease both; }
.card-grid { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 34px; }
.service-card, .problem-card, .review-card, .faq-card, .zip-card {
  background: #fff;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 12px 34px rgba(31,10,10,.08);
}
.service-card h3, .problem-card h3, .review-card h3, .faq-card h3 { margin-bottom: 12px; color: var(--ink); }
.service-card ul, .problem-card ul { padding-left: 20px; margin: 14px 0 0; }
.service-card li, .problem-card li { margin: 9px 0; }
.service-icon { width: 54px; height: 54px; border-radius: 18px; background: #f4e5de; color: var(--brand); display: grid; place-items: center; margin-bottom: 16px; }
.service-icon svg { width: 30px; height: 30px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.table-wrap { overflow-x: auto; border-radius: 28px; box-shadow: var(--shadow); margin-top: 28px; }
table { width: 100%; border-collapse: collapse; background: #fff; color: var(--text); min-width: 650px; }
th, td { text-align: left; padding: 18px; border-bottom: 1px solid #efe2dc; font-size: 16px; vertical-align: top; }
th { background: var(--brand); color: #fff; font-size: 18px; }
tr:last-child td { border-bottom: 0; }
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.badge { border: 1px solid rgba(102,4,4,.22); background: #fff; color: var(--brand); border-radius: 999px; padding: 9px 14px; font-weight: 800; font-size: 16px; }
.section-dark .badge { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.3); }

.reviews-shell { margin-top: 34px; position: relative; }
.reviews-viewport { overflow: hidden; }
.reviews-track { display: flex; gap: 18px; transition: transform .45s ease; }
.review-card { flex: 0 0 100%; min-height: 280px; display: flex; flex-direction: column; justify-content: space-between; }
.review-stars { color: var(--brass); font-size: 20px; letter-spacing: 2px; margin-bottom: 12px; }
.review-name { font-weight: 900; color: var(--ink); margin-top: 18px; }
.slider-controls { display: flex; gap: 12px; margin-top: 18px; }
.slider-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: var(--brand); color: #fff; font-size: 22px; cursor: pointer; }
.slider-controls button:hover { background: var(--brand-dark); }

.cta-band { background: linear-gradient(135deg, var(--brand), var(--brand-dark)); color: #fff; border-radius: 38px; padding: 34px; display: grid; grid-template-columns: 1fr; gap: 22px; align-items: center; box-shadow: var(--shadow); }
.cta-band h2, .cta-band p { color: #fff; }
.cta-band .phone-btn { background: #fff; color: #111827; box-shadow: none; }
.cta-band .phone-btn:hover { background: #f7d58b; color: #111827; }
.faq-list { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 30px; }

.site-footer { background: #160101; color: #fff; padding: 48px 0 28px; }
.site-footer .logo { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px 22px; }
.site-footer a { color: #fff; font-size: 14px; }
.site-footer p { color: #f7e8e2; font-size: 14px; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.16); margin-top: 28px; padding-top: 20px; }

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none !important;
  background: var(--brand);
  color: #fff;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  white-space: nowrap;
  box-shadow: 0 -12px 30px rgba(0,0,0,.22);
  transform: translateY(100%);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}
.mobile-sticky-call.is-visible { display: flex !important; transform: translateY(0); opacity: 1; }

@keyframes revealDown {
  from { clip-path: inset(0 0 100% 0 round 44% 44% 20px 20px); opacity: .72; }
  to { clip-path: inset(0 0 0 0 round 44% 44% 20px 20px); opacity: 1; }
}

@media (min-width: 768px) {
  body.mobile-call-visible { padding-bottom: 0; }
  .desktop-nav { display: flex !important; }
  .header-phone { display: inline-flex !important; }
  .hamburger, .mobile-menu { display: none !important; }
  .mobile-sticky-call, .mobile-sticky-call.is-visible { display: none !important; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 480px); }
  .split-block { grid-template-columns: minmax(0, 65fr) minmax(250px, 35fr); }
  .split-block.reverse .split-text { order: 2; }
  .split-block.reverse .split-media { order: 1; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .review-card { flex-basis: calc((100% - 36px) / 3); }
  .cta-band { grid-template-columns: 1fr auto; padding: 44px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .9fr; }
}

@media (min-width: 1024px) {
  .card-grid.services { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  h1 { font-size: 35px; }
  h2 { font-size: 28px; }
  .section { padding: 54px 0; }
  .hero { padding-top: 26px; }
  .primary-btn, .secondary-btn, .phone-btn { width: 100%; padding: 0 16px; }
  .hero-card { min-height: 360px; }
  .hero-card img { min-height: 328px; }
  .floating-proof { grid-template-columns: 1fr; }
}
