:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --ink: #4c6072;
  --ink-dark: #1c2730;
  --sand: #d6d2c4;
  --sand-light: #eeeae0;
  --gold: #b98745;
  --line: rgba(76, 96, 114, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-body); font-size: 16px; line-height: 1.68; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4 { margin: 0; color: #111827; font-family: var(--font-heading); line-height: 1.08; font-weight: 700; }
h1 { font-size: clamp(35px, 5vw, 66px); letter-spacing: -.04em; }
h2 { font-size: clamp(28px, 3.5vw, 46px); letter-spacing: -.025em; }
h3, h4 { font-size: clamp(20px, 2vw, 26px); }
p, li, td, th { font-size: 16px; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 90px 0; }
.section.alt { background: var(--sand); }
.section.dark { background: var(--ink-dark); color: #eef3f6; }
.section.dark h2, .section.dark h3, .section.dark h4 { color: #fff; }
.section.dark p, .section.dark li { color: #eef3f6; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 16px; color: var(--ink-dark); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section.dark .eyebrow { color: #fff; }
.heading-row { display: flex; align-items: center; gap: 16px; margin-bottom: 34px; }
.heading-sticker { width: 54px; height: 54px; min-width: 54px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 18px 40px rgba(28, 39, 48, .08); color: var(--ink); }
.section.dark .heading-sticker { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.22); color: #fff; box-shadow: none; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: #111827; font-family: var(--font-heading); font-size: 24px; font-weight: 700; letter-spacing: -.02em; white-space: nowrap; }
.logo img { width: 42px; height: 42px; border-radius: 14px; }
.desktop-nav { display: none !important; align-items: center; gap: 22px; }
.desktop-nav a { font-size: 18px; color: var(--ink-dark); }
.desktop-nav a:hover { color: var(--gold); }
.header-phone { display: none !important; align-items: center; gap: 10px; min-width: max-content; white-space: nowrap; }
.hamburger { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 16px; background: #fff; color: var(--ink-dark); }
.hamburger svg { width: 24px; height: 24px; }
.mobile-menu { display: none; position: fixed; inset: 82px 0 auto 0; z-index: 49; padding: 24px 20px 30px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 28px 60px rgba(28,39,48,.18); }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 14px 0; color: var(--ink-dark); font-size: 18px; border-bottom: 1px solid rgba(76,96,114,.14); }
.mobile-menu .btn { margin-top: 18px; justify-content: center; width: 100%; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: #111827; font-size: 16px; font-weight: 800; line-height: 1; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); background: var(--ink); color: #fff; box-shadow: 0 18px 40px rgba(76,96,114,.24); }
.btn.dark { border-color: #fff; color: #fff; }
.btn.dark:hover { background: #fff; color: var(--ink-dark); }
.hero { background: linear-gradient(135deg, var(--sand) 0%, #f7f5ef 58%, #fff 100%); padding: 64px 0 76px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); align-items: stretch; gap: 34px; }
.hero-copy, .hero-media { min-height: 570px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; background: rgba(255,255,255,.56); border: 1px solid rgba(255,255,255,.72); border-radius: 36px; }
.stars { color: var(--gold); font-size: 26px; letter-spacing: 4px; margin: 18px 0 12px; }
.trust-icons { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; flex-wrap: wrap; }
.trust-icons img { width: auto; height: 48px; max-width: 110px; object-fit: contain; padding: 7px; border: 1px solid rgba(76,96,114,.2); border-radius: 14px; background: #fff; }
.hero-copy p { max-width: 640px; margin: 0 0 24px; color: var(--ink-dark); font-size: 18px; }
.hero-cta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-note { margin-top: 18px; color: var(--ink-dark); font-weight: 800; }
.hero-media { position: relative; border-radius: 36px; overflow: hidden; background: var(--ink-dark); box-shadow: 0 30px 80px rgba(28,39,48,.24); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge { position: absolute; left: 24px; bottom: 24px; right: 24px; padding: 18px; border-radius: 22px; background: rgba(28,39,48,.82); color: #fff; backdrop-filter: blur(14px); }
.hero-badge strong { display: block; font-size: 18px; color: #fff; }
.two-col { display: grid; grid-template-columns: minmax(0, 65%) minmax(260px, 35%); gap: 36px; align-items: center; }
.two-col.reverse { grid-template-columns: minmax(260px, 35%) minmax(0, 65%); }
.visual-card { overflow: hidden; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(28,39,48,.12); }
.visual-card img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.text-panel { padding: 34px; border-radius: 30px; background: #fff; border: 1px solid var(--line); }
.text-panel.clear { padding: 0; border: 0; background: transparent; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { padding: 28px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(28,39,48,.06); }
.icon-bubble { width: 60px; height: 60px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 20px; background: var(--sand-light); color: var(--ink); }
.service-card ul, .parts-list, .sign-list { padding-left: 20px; }
.service-card li { margin: 9px 0; }
.parts-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.parts-list li { padding: 20px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.parts-list ul { margin-top: 8px; padding-left: 20px; }
.sign-list { counter-reset: signs; list-style: none; padding: 0; display: grid; gap: 14px; }
.sign-list li { position: relative; padding: 18px 18px 18px 64px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); color: #eef3f6; }
.sign-list li::before { counter-increment: signs; content: counter(signs); position: absolute; left: 18px; top: 18px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--sand); color: #111827; font-weight: 800; }
.reason-table-wrap { overflow-x: auto; border-radius: 28px; border: 1px solid var(--line); background: #fff; }
.reason-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.reason-table th, .reason-table td { padding: 18px 20px; text-align: left; border-bottom: 1px solid rgba(76,96,114,.14); color: var(--ink-dark); }
.reason-table th { background: var(--sand); color: #111827; font-size: 18px; }
.reason-table tr:last-child td { border-bottom: 0; }
.reviews-shell { position: relative; overflow: hidden; }
.reviews-track { display: flex; transition: transform .45s ease; }
.review-page { min-width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.review-card { min-height: 220px; padding: 24px; border-radius: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); color: #eef3f6; }
.review-card strong { color: #fff; font-size: 18px; }
.review-card .stars { margin: 0 0 10px; font-size: 18px; letter-spacing: 2px; }
.review-controls { display: flex; justify-content: center; gap: 10px; margin-top: 24px; }
.review-controls button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.4); background: transparent; color: #fff; font-size: 20px; cursor: pointer; }
.area-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.area-pills span { padding: 9px 13px; border-radius: 999px; background: var(--sand-light); color: var(--ink-dark); font-weight: 800; }
.cta-band { border-radius: 36px; padding: 44px; background: linear-gradient(135deg, var(--ink-dark), var(--ink)); color: #fff; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; }
.cta-band h2, .cta-band p { color: #fff; }
.footer { padding: 54px 0 32px; background: #111827; color: #d8e0e5; }
.footer h3, .footer strong { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 36px; }
.footer a { color: #fff; }
.footer p, .footer li { font-size: 14px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.disclaimer { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.mobile-sticky-call { display: none !important; position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); background: rgba(17,24,39,.96); transform: translateY(110%); opacity: 0; transition: transform .25s ease, opacity .25s ease; }
.mobile-sticky-call.visible { transform: translateY(0); opacity: 1; }
.mobile-sticky-call a { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; border-radius: 18px; background: #fff; color: #000; font-weight: 900; white-space: nowrap; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (min-width: 768px) {
  .desktop-nav { display: flex !important; }
  .header-phone { display: inline-flex !important; }
  .hamburger, .mobile-menu { display: none !important; }
  .mobile-sticky-call, .mobile-sticky-call.visible { display: none !important; }
}
@media (max-width: 767px) {
  body { padding-bottom: 72px; }
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 58px 0; }
  h1 { font-size: clamp(25px, 9vw, 46px); }
  h2 { font-size: clamp(20px, 8vw, 32px); }
  .hero { padding: 30px 0 52px; }
  .hero-grid, .two-col, .two-col.reverse, .cta-band, .footer-grid { grid-template-columns: 1fr; }
  .hero-copy, .hero-media { min-height: auto; }
  .hero-copy { padding: 26px; border-radius: 28px; }
  .hero-media { aspect-ratio: 1 / 1; border-radius: 28px; }
  .hero-copy p { font-size: 16px; }
  .hero-cta .btn { width: 100%; }
  .trust-icons img { height: 42px; max-width: 92px; }
  .heading-row { align-items: flex-start; gap: 12px; }
  .service-grid, .review-page { grid-template-columns: 1fr; }
  .text-panel { padding: 24px; }
  .cta-band { padding: 28px; border-radius: 28px; }
  .mobile-sticky-call { display: block !important; }
}
