:root {
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --line: #DDE4F0;
  --shadow: 0 24px 70px rgba(15, 23, 42, .12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
p { margin: 0 0 1rem; font-size: 16px; }
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -0.03em; }
h1 { font-size: clamp(35px, 5vw, 64px); }
h2 { font-size: clamp(28px, 3.6vw, 44px); }
h3, h4 { font-size: 20px; }
section { position: relative; padding: 86px 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: inline-flex; align-items: center; gap: 12px; color: #111827; font-family: var(--font-heading); font-size: 24px; font-weight: 900; white-space: nowrap; }
.logo svg { width: 42px; height: 42px; flex: 0 0 auto; }
.nav { display: flex; align-items: center; gap: 22px; }
.nav a { color: #111827; font-size: 18px; font-weight: 750; }
.nav a:hover { color: var(--primary); }
.phone-btn, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 14px 22px; border-radius: 999px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.phone-btn { background: #0B1220; color: #fff; box-shadow: 0 12px 26px rgba(11,18,32,.18); }
.phone-btn:hover, .btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(53,90,240,.28); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--primary), var(--secondary)); }
.btn-secondary { color: #111827; background: #fff; border: 1px solid var(--line); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 10px; }
.hero { padding: 58px 0 76px; background: radial-gradient(circle at 12% 18%, rgba(34,192,237,.26), transparent 34%), linear-gradient(135deg, #EEF5FF 0%, #F8FAFC 48%, #E8ECF5 100%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); gap: 44px; align-items: stretch; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 999px; background: #fff; color: #0B1220; border: 1px solid var(--line); font-weight: 850; margin-bottom: 18px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.hero-lead { max-width: 760px; color: #1F2937; font-size: 18px; margin-top: 18px; }
.stars { color: #355AF0; letter-spacing: .18em; font-size: 22px; margin: 20px 0 12px; }
.hero-icons { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 22px; }
.hero-icons img { width: 62px; height: 62px; object-fit: contain; border: 1px solid var(--line); border-radius: 18px; background: #fff; padding: 8px; }
.hero-cta { color: #0B1220; font-size: 20px; font-weight: 900; margin-bottom: 16px; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero-media { min-height: 100%; display: flex; align-items: center; }
.hero-card { width: 100%; aspect-ratio: 1 / 1; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); position: relative; background: #DDE7F7; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; }
.media-badge { position: absolute; left: 22px; bottom: 22px; right: 22px; padding: 16px; border-radius: 22px; background: rgba(11,18,32,.88); color: #fff; display: flex; justify-content: space-between; gap: 14px; align-items: center; }
.media-badge strong { font-size: 28px; line-height: 1; }
.section-head { max-width: 850px; margin: 0 auto 38px; text-align: center; }
.h2-sticker { width: 56px; height: 56px; display: inline-grid; place-items: center; border-radius: 18px; background: linear-gradient(135deg, #355AF0, #22C0ED); color: #fff; margin-bottom: 16px; box-shadow: 0 14px 30px rgba(53,90,240,.22); }
.section-head p { color: #4B5563; margin-top: 14px; }
.split-block { display: grid; grid-template-columns: minmax(0, 65%) minmax(260px, 35%); gap: 34px; align-items: center; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 50px rgba(15,23,42,.07); margin-bottom: 28px; }
.split-block.reverse { grid-template-columns: minmax(260px, 35%) minmax(0, 65%); }
.split-block.reverse .split-image { order: 1; }
.split-block.reverse .split-text { order: 2; }
.split-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 24px; }
.dark { background: #0B1220; color: #E5E7EB; }
.dark h2, .dark h3, .dark h4 { color: #fff; }
.dark .section-head p { color: #E5E7EB; }
.dark .split-block { background: #101A2E; border-color: rgba(255,255,255,.12); }
.dark .split-block p { color: #E5E7EB; }
.dark .service-card h3 { color: #111827; }
.dark .service-card p { color: #374151; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card, .problem-card, .step-card, .faq-item { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 24px; box-shadow: 0 14px 40px rgba(15,23,42,.07); }
.service-card img { width: 62px; height: 62px; object-fit: contain; border-radius: 18px; background: #F3F7FF; margin-bottom: 16px; }
.service-card h3 { margin-bottom: 12px; }
.problems { background: linear-gradient(180deg, #F5F7FB, #fff); }
.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.problem-card { display: flex; align-items: center; gap: 12px; padding: 16px 18px; font-weight: 750; }
.check { width: 30px; height: 30px; border-radius: 50%; background: #E6FAFF; color: #2440B8; display: inline-grid; place-items: center; flex: 0 0 auto; }
.zip-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pill { padding: 9px 13px; border-radius: 999px; background: #EFF6FF; color: #111827; font-weight: 800; border: 1px solid #CAD7FF; }
.steps { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.step-card { padding: 18px; }
.step-num { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--primary), var(--secondary)); color: #fff; font-weight: 900; margin-bottom: 12px; }
.reviews-wrap { position: relative; }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 4px 24px; scrollbar-width: none; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { scroll-snap-align: start; background: #fff; border-radius: 26px; border: 1px solid var(--line); padding: 26px; box-shadow: 0 18px 48px rgba(15,23,42,.08); }
.review-card .stars { margin: 0 0 12px; font-size: 16px; letter-spacing: .12em; }
.review-author { font-weight: 900; color: #111827; margin-top: 16px; }
.slider-controls { display: flex; justify-content: center; gap: 12px; margin-top: 14px; }
.slider-controls button { width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line); background: #fff; color: #111827; font-size: 22px; cursor: pointer; }
.cta-band { background: linear-gradient(135deg, #0B1220, #17264A); color: #fff; border-radius: 34px; padding: 42px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; box-shadow: var(--shadow); }
.cta-band h2 { color: #fff; }
.cta-band p { color: #E5E7EB; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.footer { background: #080E19; color: #D1D5DB; padding: 52px 0 96px; font-size: 14px; }
.footer h3, .footer h4 { color: #fff; }
.footer .logo { color: #fff; margin-bottom: 18px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 32px; }
.footer a { color: #fff; font-weight: 800; }
.footer p, .footer li { font-size: 14px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.12); margin-top: 34px; padding-top: 24px; color: #D1D5DB; }
.mobile-call { display: none; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1040px) {
  .hero-grid, .services-grid, .footer-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .review-track { grid-auto-columns: calc((100% - 22px) / 2); }
}
@media (max-width: 760px) {
  h1 { font-size: clamp(30px, 9vw, 45px); }
  h2 { font-size: clamp(24px, 7vw, 31px); }
  section { padding: 58px 0; }
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 104px; align-items: flex-start; padding: 12px 0; flex-wrap: wrap; gap: 10px; }
  .logo { font-size: 24px; flex: 1 1 calc(100% - 62px); }
  .menu-toggle { display: inline-flex; }
  .nav { order: 3; width: 100%; display: none; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .nav.open { display: grid; }
  .nav a { font-size: 18px; background: #F5F7FB; border-radius: 12px; padding: 9px 10px; }
  .header-inner > .phone-btn { order: 2; width: calc(100% - 58px); min-height: 42px; padding: 10px 14px; font-size: 16px; }
  .hero { padding-top: 26px; }
  .hero-grid, .split-block, .split-block.reverse, .faq-grid, .problem-grid { grid-template-columns: 1fr; }
  .split-block.reverse .split-image, .split-block.reverse .split-text { order: initial; }
  .hero-card { aspect-ratio: 1 / 1; }
  .hero-icons img { width: 54px; height: 54px; }
  .review-track { grid-auto-columns: 88%; }
  .steps { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 28px; }
  .footer { padding-bottom: 120px; }
  .mobile-call { position: fixed; left: env(safe-area-inset-left); right: env(safe-area-inset-right); bottom: env(safe-area-inset-bottom); z-index: 100; display: flex; align-items: center; justify-content: center; min-height: 58px; background: linear-gradient(135deg, #355AF0, #22C0ED); color: #fff; font-weight: 950; font-size: 16px; box-shadow: 0 -14px 36px rgba(15,23,42,.2); white-space: nowrap; }
}
