:root {
  --font-heading: "Montserrat", "Segoe UI", system-ui, sans-serif;
  --font-body: "Open Sans", "Segoe UI", system-ui, sans-serif;
  --navy: #093961;
  --navy-deep: #05243f;
  --emerald: #48ce98;
  --emerald-dark: #219b6d;
  --ink: #111827;
  --text: #273545;
  --muted: #607086;
  --line: rgba(9, 57, 97, 0.14);
  --soft: #f3f8fb;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(3, 31, 54, 0.16);
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-size: 16px; line-height: 1.72; color: var(--text); background: var(--white); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 1em; height: 1em; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 92px 0; position: relative; overflow: hidden; }
.section-soft { background: linear-gradient(180deg, #f6fbfd, #eef7f4); }
.section-navy { background: radial-gradient(circle at 20% 10%, rgba(72, 206, 152, 0.18), transparent 28%), linear-gradient(135deg, var(--navy), var(--navy-deep)); color: #ecf7fb; }
.section-navy h2, .section-navy h3, .section-navy p, .section-navy li { color: #ffffff; }
.eyebrow { color: var(--emerald-dark); font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; font-size: 13px; }
.section-navy .eyebrow { color: #7ef2bd; }
h1, h2, h3, h4 { margin: 0 0 18px; font-family: var(--font-heading); line-height: 1.08; letter-spacing: -0.035em; color: var(--ink); }
h1 { font-size: clamp(35px, 6vw, 68px); }
h2 { font-size: clamp(28px, 4.2vw, 48px); }
h3, h4 { font-size: clamp(20px, 2.4vw, 25px); }
p { margin: 0 0 18px; font-size: 17px; }
strong { color: inherit; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); border-bottom: 1px solid rgba(9,57,97,0.1); backdrop-filter: blur(16px); }
.nav { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: inline-flex; align-items: center; gap: 12px; font-family: var(--font-heading); font-size: 24px; font-weight: 900; color: var(--ink); white-space: nowrap; }
.logo img { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 8px 20px rgba(9,57,97,0.16); }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: 18px; font-weight: 750; color: #1c2f42; }
.nav-links a:hover { color: var(--emerald-dark); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--navy); }
.menu-toggle span { display: block; width: 22px; height: 2px; background: currentColor; margin: 5px auto; border-radius: 99px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 22px; border-radius: 999px; font-size: 17px; font-weight: 850; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.btn-primary { background: var(--emerald); color: #06213a; box-shadow: 0 14px 32px rgba(72,206,152,.28); }
.btn-primary:hover { background: #67e6af; transform: translateY(-2px); box-shadow: 0 18px 44px rgba(72,206,152,.42); color: #051c31; }
.btn-dark { background: var(--navy); color: #fff; box-shadow: 0 14px 36px rgba(9,57,97,.22); }
.btn-dark:hover { background: var(--navy-deep); transform: translateY(-2px); color: #fff; }
.btn-light { background: #fff; color: var(--navy); border-color: rgba(255,255,255,.35); }
.btn-light:hover { background: var(--emerald); color: #06213a; transform: translateY(-2px); }
.phone-white { color: #fff; }
.phone-dark { color: #000; }

.hero { background: radial-gradient(circle at 9% 8%, rgba(72,206,152,.23), transparent 22%), linear-gradient(135deg, var(--navy) 0%, #0d4b76 54%, #082b4a 100%); color: #fff; padding: 70px 0 78px; position: relative; overflow: hidden; }
.hero:after { content: ""; position: absolute; inset: auto -12% -42% 45%; height: 420px; border-radius: 50%; background: rgba(72,206,152,.12); filter: blur(12px); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(330px, .95fr); gap: 46px; align-items: stretch; }
.hero-copy, .hero-media { min-height: 560px; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; }
.hero h1, .hero p { color: #fff; }
.hero-lead { font-size: 22px; max-width: 720px; color: #effcff; }
.stars { display: flex; gap: 4px; color: var(--emerald); font-size: 22px; margin: 18px 0 14px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin: 20px 0 24px; }
.badge { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.1); color: #fff; border-radius: 999px; font-weight: 800; font-size: 15px; }
.hero-gallery { display: flex; gap: 12px; margin: 4px 0 22px; }
.hero-gallery img { width: 62px; height: 62px; object-fit: contain; border: 2px solid rgba(72,206,152,.85); border-radius: 16px; background: #fff; padding: 6px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-media { position: relative; border-radius: var(--radius-lg); overflow: hidden; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); box-shadow: var(--shadow); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-card { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px; border-radius: 20px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.hero-card strong { display: block; color: var(--ink); font-family: var(--font-heading); font-size: 20px; }
.hero-card span { display: block; color: #34455a; font-weight: 700; }

.intro-panel { margin-top: -38px; position: relative; z-index: 5; }
.intro-card { background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow); border: 1px solid var(--line); padding: 36px; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.intro-card p:last-child { margin-bottom: 0; }
.quick-stat { min-width: 210px; padding: 24px; border-radius: 24px; background: linear-gradient(135deg, #e8fbf3, #f8fbff); border: 1px solid rgba(72,206,152,.28); text-align: center; }
.quick-stat b { display: block; font-size: 42px; line-height: 1; color: var(--navy); font-family: var(--font-heading); }
.quick-stat span { display: block; color: var(--muted); font-weight: 800; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.section-head-text { max-width: 760px; }
.h2-sticker { flex: 0 0 auto; width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; background: #e4f9f0; color: var(--emerald-dark); box-shadow: inset 0 0 0 1px rgba(72,206,152,.35); font-size: 33px; transform: rotate(-5deg); }

.reviews-wrap { position: relative; }
.reviews-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.review-card { min-height: 100%; padding: 24px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(8,41,72,.08); }
.review-card p { font-size: 16px; }
.review-card .stars { margin: 0 0 12px; font-size: 17px; }
.review-name { font-family: var(--font-heading); font-weight: 900; color: var(--ink); margin-bottom: 8px; }
.slider-controls { display: none; gap: 10px; margin-top: 20px; }
.slider-btn { width: 46px; height: 46px; border-radius: 14px; border: 1px solid var(--line); background: #fff; color: var(--navy); font-weight: 900; font-size: 20px; }

.services-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { position: relative; padding: 28px; border-radius: 26px; background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(9,57,97,.08); overflow: hidden; }
.service-card:before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(72,206,152,.9), transparent 35%, rgba(9,57,97,.25)); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; pointer-events: none; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 18px; background: #e8fbf3; color: var(--emerald-dark); font-size: 28px; margin-bottom: 18px; }
.service-card p { font-size: 16px; }

.media-block { display: grid; grid-template-columns: 65% 35%; gap: 34px; align-items: stretch; margin: 34px 0; padding: 28px; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 50px rgba(9,57,97,.08); }
.media-block.reverse { grid-template-columns: 35% 65%; }
.media-block.reverse .media-copy { order: 2; }
.media-copy { align-self: center; }
.media-image { min-height: 310px; border-radius: 24px; overflow: hidden; position: relative; background: #dfeef5; }
.media-image img { width: 100%; height: 100%; object-fit: cover; }

.choose-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.choose-card { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; padding: 24px; }
.choose-card .service-icon { background: rgba(72,206,152,.15); color: #7ef2bd; }
.process { counter-reset: step; display: grid; gap: 18px; }
.process-step { counter-increment: step; display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 24px; border-radius: 24px; background: #fff; border: 1px solid var(--line); }
.process-step:before { content: counter(step); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: var(--navy); color: #fff; font-family: var(--font-heading); font-weight: 900; }

.area-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.area-card, .payment-card, .faq-item { padding: 26px; border-radius: 24px; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 40px rgba(9,57,97,.07); }
.zip-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.zip-list span { padding: 8px 12px; border-radius: 999px; background: #e8fbf3; color: #0b4b35; font-weight: 850; }
.cta-band { padding: 40px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--navy), #0f507c); color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 24px; box-shadow: var(--shadow); }
.cta-band h2, .cta-band p { color: #fff; }

.payment-list { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; padding: 0; margin: 0; list-style: none; }
.payment-card { display: grid; gap: 10px; }
.payment-card svg { color: var(--emerald-dark); font-size: 32px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.faq-item h3 { font-size: 20px; }
.footer { background: #031d33; color: #dbe9f1; padding: 54px 0 100px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .9fr; gap: 34px; }
.footer .logo { color: #fff; margin-bottom: 18px; }
.footer a { color: #fff; font-weight: 800; }
.footer p, .footer li { font-size: 14px; color: #dbe9f1; }
.footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 8px; }
.copyright { border-top: 1px solid rgba(255,255,255,.13); margin-top: 30px; padding-top: 18px; font-size: 14px; color: #dbe9f1; }

.mobile-call { display: none; }

@media (max-width: 1060px) {
  .nav { flex-wrap: wrap; gap: 10px; padding: 12px 0; }
  .logo { flex: 1 1 calc(100% - 170px); font-size: 24px; }
  .nav-actions { order: 2; margin-left: auto; }
  .menu-toggle { display: block; order: 3; }
  .nav-links { position: fixed; inset: 92px 18px auto; display: none; flex-direction: column; align-items: stretch; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 12px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy, .hero-media { min-height: auto; }
  .hero-media { min-height: 430px; }
  .choose-grid, .payment-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reviews-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 64px 0; }
  h1 { font-size: clamp(35px, 10vw, 48px); }
  h2 { font-size: clamp(28px, 8vw, 34px); }
  .site-header { position: sticky; }
  .nav { min-height: 108px; align-items: center; }
  .logo { flex-basis: 100%; font-size: 24px; min-width: 0; }
  .logo span { overflow: hidden; text-overflow: ellipsis; }
  .nav-actions .btn { min-height: 42px; padding: 10px 12px; font-size: 15px; }
  .menu-toggle { width: 44px; height: 44px; }
  .nav-links { inset: 118px 14px auto; }
  .hero { padding: 34px 0 60px; }
  .hero-grid { gap: 26px; }
  .hero-lead { font-size: 18px; }
  .hero-gallery img { width: 54px; height: 54px; }
  .hero-cta .btn { width: 100%; }
  .hero-media { min-height: 340px; border-radius: 24px; }
  .intro-card, .area-grid, .faq-grid, .footer-grid, .services-grid, .choose-grid, .payment-list { grid-template-columns: 1fr; }
  .intro-card { padding: 24px; }
  .section-head { align-items: start; }
  .h2-sticker { width: 58px; height: 58px; font-size: 27px; }
  .reviews-track { display: flex; overflow: hidden; scroll-behavior: smooth; }
  .review-card { flex: 0 0 100%; }
  .slider-controls { display: flex; }
  .media-block, .media-block.reverse { grid-template-columns: 1fr; padding: 20px; }
  .media-block.reverse .media-copy { order: initial; }
  .media-image { min-height: 230px; }
  .process-step { grid-template-columns: 1fr; }
  .cta-band { padding: 26px; flex-direction: column; align-items: stretch; }
  .footer { padding-bottom: 116px; }
  .mobile-call { position: fixed; left: max(0px, env(safe-area-inset-left)); right: max(0px, env(safe-area-inset-right)); bottom: 0; z-index: 100; display: flex; align-items: center; justify-content: center; min-height: 62px; padding: 12px max(14px, env(safe-area-inset-right)) calc(12px + env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); background: var(--emerald); color: #031d33; font-weight: 950; font-size: 16px; white-space: nowrap; box-shadow: 0 -10px 30px rgba(3,29,51,.18); }
}
