@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #102a35;
  --muted: #5c7078;
  --blue: #007f91;
  --blue-dark: #005d6c;
  --aqua: #21c6c8;
  --lime: #d8f277;
  --cream: #f5f2e9;
  --white: #fff;
  --line: #d9e1de;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", Arial, sans-serif; }
a { color: inherit; }

.site-header {
  height: 84px; padding: 0 max(5vw, 24px); display: flex; align-items: center;
  justify-content: space-between; background: var(--cream); border-bottom: 1px solid rgba(16,42,53,.12);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font: 700 20px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand strong { color: var(--blue); }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; background: var(--blue); color: var(--lime); font-weight: 800; }
.header-phone { text-decoration: none; font: 700 17px/1.2 "Manrope", sans-serif; }
.header-phone span { display: block; text-align: right; color: var(--blue); font: 600 11px/1.4 "DM Sans", sans-serif; letter-spacing: .12em; text-transform: uppercase; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; }
.hero-copy { padding: 92px 7vw 75px max(7vw, 28px); }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: .99; }
h1 { max-width: 720px; font-size: clamp(54px, 6.3vw, 96px); }
h1 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 570px; margin: 28px 0 34px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 24px; border: 0; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; font: 700 14px/1 "DM Sans", sans-serif; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 8px 24px rgba(0,127,145,.2); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { border: 1px solid #b6c5c4; background: transparent; }
.trust-list { margin: 38px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 14px 24px; color: #536b72; list-style: none; font-size: 13px; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--blue); font-weight: 800; }

.hero-visual { position: relative; min-height: 620px; background: #bce5db; overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.32), transparent 42%); }
.sun { position: absolute; width: 190px; height: 190px; top: 65px; right: 65px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 22px rgba(216,242,119,.24); }
.pool-card { position: absolute; width: 115%; height: 470px; left: -8%; bottom: -45px; border: 18px solid #e8e3d5; border-radius: 48% 12px 0 0; background: linear-gradient(140deg, #32d3d2, #007b9a 75%); box-shadow: -20px -20px 45px rgba(16,42,53,.15); overflow: hidden; transform: rotate(-3deg); }
.pool-card::before { content: ""; position: absolute; inset: 0; opacity: .34; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 52px 52px; }
.pool-ripple { position: absolute; width: 360px; height: 100px; border: 4px solid rgba(255,255,255,.35); border-radius: 50%; }
.ripple-one { left: 20%; top: 75px; }.ripple-two { left: 38%; top: 190px; width: 290px; }.ripple-three { left: -8%; top: 290px; width: 410px; }
.service-badge { position: absolute; right: 8%; top: 55px; width: 145px; padding: 18px; border-radius: 8px; background: var(--white); color: var(--ink); transform: rotate(3deg); box-shadow: 0 18px 40px rgba(10,65,74,.2); }
.service-badge strong { display: block; font: 800 34px/1 "Manrope", sans-serif; }
.service-badge span { display: block; margin: 5px 0; color: #f1ac2d; letter-spacing: 2px; font-size: 12px; }
.service-badge small { color: var(--muted); }

.section { padding: 105px max(7vw, 28px); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 50px; }
h2 { font-size: clamp(42px, 5vw, 68px); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 290px; padding: 34px; border: 1px solid var(--line); background: rgba(255,255,255,.4); }
.service-card.featured { color: white; background: var(--blue); border-color: var(--blue); transform: translateY(-14px); }
.service-number { color: var(--blue); font: 700 12px "Manrope", sans-serif; }
.featured .service-number { color: var(--lime); }
.service-card h3 { margin: 88px 0 16px; font: 700 25px/1.1 "Manrope", sans-serif; letter-spacing: -.04em; }
.service-card p { margin: 0; color: var(--muted); line-height: 1.6; }
.service-card.featured p { color: #d9efee; }

.area-section { min-height: 600px; display: grid; grid-template-columns: 1.1fr .9fr; color: white; background: var(--ink); overflow: hidden; }
.area-copy { padding: 100px 5vw 90px max(7vw, 28px); }
.eyebrow.light { color: var(--lime); }
.area-copy > p:not(.eyebrow, .area-note) { max-width: 560px; color: #b8c8cb; font-size: 18px; line-height: 1.6; }
.neighborhoods { max-width: 700px; display: flex; flex-wrap: wrap; gap: 9px; margin: 35px 0; }
.neighborhoods span { padding: 9px 13px; border: 1px solid #49616a; border-radius: 50px; color: #e4eded; font-size: 13px; }
.area-note { color: #9eb2b7; }.area-note a { color: var(--lime); font-weight: 700; text-decoration: none; }
.area-graphic { position: relative; min-height: 500px; background: var(--blue); overflow: hidden; }
.area-graphic::before, .area-graphic::after { content: ""; position: absolute; width: 150%; height: 90px; left: -25%; border: 2px solid rgba(255,255,255,.17); border-radius: 50%; }
.area-graphic::before { top: 25%; }.area-graphic::after { top: 58%; }
.map-ring { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(216,242,119,.32); border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: 180px; height: 180px; }.ring-two { width: 330px; height: 330px; }.ring-three { width: 500px; height: 500px; }
.map-pin { position: absolute; width: 68px; height: 68px; left: 50%; top: 44%; display: grid; place-items: center; border-radius: 50% 50% 50% 8px; background: var(--lime); transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 12px 35px rgba(0,0,0,.2); }
.map-pin span { width: 17px; height: 17px; border-radius: 50%; background: var(--ink); }
.area-graphic p { position: absolute; left: 50%; top: 60%; transform: translateX(-50%); color: white; font: 700 12px "Manrope"; letter-spacing: .28em; }

.pricing { background: #e8ede7; }
.price-heading > p { max-width: 420px; color: var(--muted); line-height: 1.6; }
.price-grid { max-width: 1040px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-card { position: relative; padding: 44px; background: var(--white); border: 1px solid var(--line); }
.price-card.popular { border: 3px solid var(--blue); }
.popular-label { position: absolute; top: -3px; right: 28px; padding: 8px 14px; color: white; background: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.plan-name { margin: 0 0 22px; color: var(--blue); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price { margin: 0 0 12px; font: 700 55px/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.price sup { font-size: 22px; vertical-align: top; }.price span { color: var(--muted); font: 500 14px "DM Sans"; letter-spacing: 0; }
.price-card > p:nth-of-type(3) { color: var(--muted); }
.price-card ul { margin: 30px 0; padding: 26px 0 18px; border-top: 1px solid var(--line); list-style: none; }
.price-card li { margin-bottom: 14px; }.price-card li::before { content: "✓"; margin-right: 10px; color: var(--blue); font-weight: 800; }
.button-dark { width: 100%; color: white; background: var(--ink); }
.price-card .button-primary { width: 100%; }
.pricing-note { margin: 28px 0 0; text-align: center; color: var(--muted); font-size: 13px; }

.quote-section { padding: 110px max(7vw, 28px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: #bde8df; }
.quote-intro > p:not(.eyebrow) { max-width: 480px; color: #49666d; line-height: 1.65; }
.direct-contact { margin-top: 52px; display: flex; flex-direction: column; gap: 8px; }
.direct-contact span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.direct-contact a { color: var(--blue-dark); font: 700 18px "Manrope"; text-decoration: none; }
.quote-form { padding: 42px; background: var(--white); box-shadow: 0 24px 65px rgba(23,78,81,.12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.quote-form label { display: block; margin-bottom: 17px; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; margin-top: 8px; padding: 14px 12px; border: 1px solid #ccd8d5; border-radius: 3px; color: var(--ink); background: #fbfcfa; font: 400 15px "DM Sans"; }
.quote-form textarea { resize: vertical; }
.form-submit { width: 100%; }
.form-fineprint { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: 11px; }

footer { padding: 60px max(7vw, 28px) 35px; color: #c6d2d3; background: #0a2029; }
.footer-brand { color: white; }.footer-brand strong { color: var(--lime); }
footer > p { color: #8ea2a7; }
.footer-links { margin: 40px 0; padding: 25px 0; display: flex; flex-wrap: wrap; gap: 18px 35px; border-top: 1px solid #29414a; border-bottom: 1px solid #29414a; }
.footer-links a { color: white; text-decoration: none; }
.copyright { margin: 0; font-size: 12px; }

@media (max-width: 860px) {
  .hero, .area-section, .quote-section { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 70px; }.hero-visual { min-height: 500px; }
  .service-grid { grid-template-columns: 1fr; }.service-card.featured { transform: none; }
  .service-card { min-height: 235px; }.service-card h3 { margin-top: 55px; }
  .area-graphic { min-height: 420px; }.price-heading { align-items: start; }
}

@media (max-width: 620px) {
  .site-header { height: 70px; padding: 0 18px; }.brand { font-size: 17px; }.brand-mark { width: 32px; height: 32px; }
  .header-phone { font-size: 14px; }.header-phone span { display: none; }
  .hero { min-height: 0; }.hero-copy { padding: 55px 22px 50px; }
  h1 { font-size: clamp(47px, 14vw, 66px); }.hero-text { font-size: 17px; }
  .hero-actions { flex-direction: column; }.button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }.hero-visual { min-height: 390px; }
  .sun { width: 120px; height: 120px; top: 40px; right: 35px; }
  .pool-card { height: 320px; border-width: 12px; }.service-badge { top: 35px; right: 10%; }
  .section { padding: 78px 22px; }.section-heading { display: block; margin-bottom: 38px; }
  h2 { font-size: 42px; }.service-card { padding: 28px; }
  .area-copy { padding: 78px 22px 60px; }.area-graphic { min-height: 350px; }
  .price-grid { grid-template-columns: 1fr; }.price-card { padding: 34px 27px; }
  .quote-section { padding: 78px 22px; gap: 45px; }.quote-form { padding: 28px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { padding: 50px 22px 30px; }.footer-links { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
