:root {
  --navy-950: #071827;
  --navy-900: #0b1d2d;
  --navy-800: #102d42;
  --navy-700: #194660;
  --cyan-600: #0c8ea2;
  --cyan-500: #16b8c7;
  --cyan-100: #dff8fa;
  --amber: #f4b83f;
  --paper: #f5f8fa;
  --white: #ffffff;
  --ink: #102332;
  --muted: #617280;
  --line: #dce5ea;
  --green: #25d366;
  --shadow: 0 20px 60px rgba(7, 24, 39, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 104px 0; }

.topbar { background: var(--navy-950); color: #d8e7ee; font-size: 13px; }
.topbar-inner { min-height: 37px; display: flex; align-items: center; justify-content: space-between; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; }
.topbar a { color: var(--white); font-weight: 700; }
.header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,229,234,.9); backdrop-filter: blur(14px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; color: var(--navy-900); }
.brand-mark { width: 44px; height: 48px; display: grid; place-items: center; }
.brand-mark svg { width: 43px; height: 43px; }
.brand-mark path:first-child { fill: var(--cyan-500); }
.brand-mark path:last-child { fill: none; stroke: white; stroke-width: 3.2; stroke-linecap: round; }
.brand > span:last-child { line-height: .95; letter-spacing: .02em; }
.brand strong { display: block; font-size: 22px; font-weight: 900; letter-spacing: .04em; }
.brand small { display: block; margin-top: 7px; font-size: 11px; font-weight: 800; letter-spacing: .36em; color: var(--cyan-600); }
.brand-light { color: #fff; }
.brand-light small { color: #6ddae2; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; color: #354957; }
.desktop-nav a { position: relative; padding: 29px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 19px; height: 2px; background: var(--cyan-500); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-call { display: flex; align-items: center; gap: 10px; padding: 10px 17px; background: var(--navy-900); color: #fff; border-radius: 10px; }
.header-call > span { line-height: 1.1; font-weight: 800; font-size: 15px; }
.header-call small { display: block; margin-bottom: 3px; color: #8fdce4; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { list-style: none; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu-panel { position: absolute; left: 20px; right: 20px; top: 74px; padding: 14px; display: grid; background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: 14px; }
.mobile-menu-panel a { padding: 12px 10px; border-bottom: 1px solid #edf2f5; font-weight: 700; }
.mobile-menu-panel a:last-child { margin-top: 8px; background: var(--navy-900); color: #fff; border: 0; border-radius: 8px; text-align: center; }

.hero { position: relative; overflow: hidden; padding: 76px 0 0; color: white; background: radial-gradient(circle at 70% 42%, #153e55 0, var(--navy-900) 40%, var(--navy-950) 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, black, transparent 80%); }
.hero-orb { position: absolute; border-radius: 999px; filter: blur(2px); pointer-events: none; }
.orb-one { width: 430px; height: 430px; right: 5%; top: 3%; background: rgba(22,184,199,.08); border: 1px solid rgba(54,210,221,.14); }
.orb-two { width: 210px; height: 210px; right: 30%; bottom: 4%; background: rgba(244,184,63,.045); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; min-height: 510px; }
.hero-copy { padding: 4px 0 66px; }
.availability { display: inline-flex; align-items: center; gap: 10px; padding: 7px 12px; border: 1px solid rgba(104,222,230,.32); border-radius: 999px; color: #92e4e9; font-weight: 800; font-size: 12px; letter-spacing: .13em; background: rgba(22,184,199,.08); }
.pulse { width: 9px; height: 9px; border-radius: 99px; background: #44dc83; box-shadow: 0 0 0 6px rgba(68,220,131,.12); }
.hero h1 { max-width: 670px; margin: 24px 0 20px; font-size: clamp(45px, 5.3vw, 72px); line-height: 1.02; letter-spacing: -.045em; font-weight: 850; }
.hero h1 em { display: block; color: var(--cyan-500); font-style: normal; }
.hero-lead { max-width: 620px; margin: 0 0 30px; color: #c4d6df; font-size: 19px; line-height: 1.65; }
.contact-buttons { display: flex; align-items: center; gap: 12px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border-radius: 9px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--navy-900); box-shadow: 0 11px 30px rgba(244,184,63,.18); }
.button-secondary { border: 1px solid rgba(255,255,255,.4); color: white; background: rgba(255,255,255,.06); }
.button-whatsapp { margin-top: 19px; background: var(--green); color: #073e22; }
.hero-trust { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 19px; color: #a9bdc8; font-size: 13px; font-weight: 650; }
.hero-trust span { display: flex; align-items: center; gap: 6px; }
.hero-trust svg { color: #56d5de; }
.hero-visual { position: relative; align-self: end; min-height: 520px; }
.hero-grid-lines { position: absolute; width: 420px; height: 420px; right: 14px; bottom: 0; border-radius: 50%; border: 1px solid rgba(53,203,214,.18); box-shadow: 0 0 0 42px rgba(53,203,214,.03), 0 0 0 84px rgba(53,203,214,.025); }
.hero-photo-frame { position: absolute; inset: 0 -22px 0 -15px; overflow: hidden; border: 1px solid rgba(112,221,229,.13); border-radius: 46% 22px 0 0; background: #0b2437; box-shadow: 0 30px 65px rgba(0,0,0,.25); }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(10,29,44,.95) 0%, rgba(10,29,44,.22) 23%, transparent 48%), linear-gradient(0deg, rgba(7,24,39,.45) 0%, transparent 24%); }
.hero-plumber-photo { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.service-card-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(11,29,45,.83); backdrop-filter: blur(12px); box-shadow: 0 16px 45px rgba(0,0,0,.23); }
.service-card-float.top { top: 56px; left: 0; }
.service-card-float.bottom { bottom: 54px; right: -4px; }
.service-card-float strong, .service-card-float small { display: block; }
.service-card-float strong { line-height: 1.1; color: white; font-size: 15px; }
.service-card-float small { margin-top: 3px; color: #9ab1bd; font-size: 11px; }
.float-icon { width: 41px; height: 41px; display: grid; place-items: center; color: #76e1e7; background: rgba(22,184,199,.13); border-radius: 9px; }
.hero-stats { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.12); }
.hero-stats div { min-height: 98px; padding: 23px 26px; display: flex; align-items: center; gap: 13px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-stats div:last-child { border-right: 0; }
.hero-stats strong { color: var(--cyan-500); font-size: 25px; line-height: 1; }
.hero-stats span { color: #b7c9d2; font-size: 12px; line-height: 1.3; }

.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--cyan-600); font-size: 12px; line-height: 1; font-weight: 850; letter-spacing: .15em; }
.eyebrow.light { color: #6cd9e2; }
.quick-help { padding: 34px 0; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 35px rgba(12,42,59,.04); }
.quick-help-grid { display: grid; grid-template-columns: .72fr 2.28fr; align-items: center; gap: 40px; }
.quick-help h2 { margin: 0; font-size: 24px; line-height: 1.2; }
.quick-help-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quick-help-links > a { min-height: 82px; padding: 13px 16px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 11px; transition: border-color .2s, background .2s; }
.quick-help-links > a:hover { border-color: var(--cyan-500); background: #f3fcfd; }
.quick-help-links > a > svg:first-child { width: 38px; color: var(--cyan-600); }
.quick-help-links > a > svg:last-child { margin-left: auto; flex-shrink: 0; color: #92a5b0; }
.quick-help-links span { font-weight: 800; font-size: 14px; line-height: 1.2; }
.quick-help-links small { display: block; margin-top: 6px; color: var(--muted); font-weight: 500; font-size: 11px; }

.section-heading { max-width: 700px; margin-bottom: 45px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.light { color: white; }
.section-heading h2, .why-content h2, .faq-intro h2 { margin: 0 0 15px; font-size: clamp(35px, 4vw, 50px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p, .why-content > p, .faq-intro > p { margin: 0; color: var(--muted); font-size: 17px; }
.section-heading.light p { color: #aebfca; }
.services-section { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-card { position: relative; min-height: 347px; padding: 28px 25px 25px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b5dfe3; box-shadow: var(--shadow); }
.service-card.featured::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--cyan-500); }
.service-icon { width: 60px; height: 60px; display: grid; place-items: center; padding: 11px; color: var(--cyan-600); border-radius: 13px; background: var(--cyan-100); }
.service-number { position: absolute; right: 20px; top: 19px; color: #e1e8ec; font-size: 35px; line-height: 1; font-weight: 850; }
.service-card h3 { margin: 22px 0 10px; font-size: 20px; line-height: 1.25; }
.service-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-card a { margin-top: auto; display: flex; align-items: center; gap: 8px; color: var(--cyan-600); font-size: 13px; font-weight: 800; }
.other-services { margin-top: 22px; padding: 28px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 45px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.other-services h3 { margin: 0 0 8px; font-size: 25px; }.other-services p { margin: 0; color: var(--muted); font-size: 13px; }
.other-services ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 9px 17px; list-style: none; }
.other-services li { display: flex; align-items: center; gap: 7px; color: #4e6470; font-size: 12px; font-weight: 650; }.other-services li svg { color: var(--cyan-600); }

.why-section { background: #fff; }
.why-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 82px; }
.why-visual { position: relative; min-height: 560px; display: flex; align-items: center; }
.blueprint-card { position: relative; width: 100%; height: 480px; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #0c293d, #0a1b2a); box-shadow: 0 35px 70px rgba(7,24,39,.2); }
.blueprint-card::before { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px); background-size: 26px 26px; }
.blueprint-label { position: absolute; left: 26px; top: 23px; z-index: 1; color: #74dce5; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.blueprint-card > svg { position: absolute; inset: 48px 20px 20px; width: calc(100% - 40px); height: calc(100% - 68px); fill: none; stroke: #16b8c7; stroke-width: 8; stroke-linejoin: round; stroke-linecap: round; opacity: .78; }
.tool-chip { position: absolute; z-index: 2; padding: 8px 11px; border: 1px solid rgba(114,220,229,.25); border-radius: 7px; color: #d8f6f8; background: rgba(7,24,39,.75); font-size: 11px; font-weight: 700; }
.chip-one { top: 118px; left: 50px; }.chip-two { right: 35px; top: 228px; }.chip-three { left: 92px; bottom: 52px; }
.experience-badge { position: absolute; right: -28px; bottom: 5px; width: 158px; height: 158px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--navy-900); border: 9px solid #fff; border-radius: 50%; background: var(--amber); box-shadow: 0 15px 35px rgba(7,24,39,.18); }
.experience-badge strong { font-size: 44px; line-height: 1; }.experience-badge span { font-size: 10px; line-height: 1.25; font-weight: 800; text-transform: uppercase; }
.why-content > p { max-width: 620px; }
.feature-list { margin: 32px 0; display: grid; gap: 20px; }
.feature-list > div { display: flex; gap: 16px; }
.feature-list > div > span { width: 47px; height: 47px; flex: 0 0 47px; display: grid; place-items: center; color: var(--cyan-600); border-radius: 10px; background: var(--cyan-100); }
.feature-list h3 { margin: 0 0 3px; font-size: 16px; }.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }
.why-content .button-secondary { color: var(--navy-900); border-color: var(--line); background: white; }

.process-section { position: relative; color: #fff; background: var(--navy-900); overflow: hidden; }
.process-section::after { content: ""; position: absolute; width: 480px; height: 480px; right: -210px; top: -250px; border: 80px solid rgba(22,184,199,.05); border-radius: 50%; }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); }
.process-grid > div { position: relative; min-height: 250px; padding: 35px 42px; border-right: 1px solid rgba(255,255,255,.12); }
.process-grid > div:last-child { border: 0; }
.process-grid > div > span { position: absolute; right: 30px; top: 16px; color: rgba(255,255,255,.08); font-size: 65px; font-weight: 900; }
.process-icon { width: 60px; height: 60px; display: grid; place-items: center; padding: 13px; color: #78e0e6; border-radius: 14px; background: rgba(22,184,199,.11); }
.process-grid h3 { margin: 19px 0 8px; font-size: 20px; }.process-grid p { margin: 0; color: #aabcc7; font-size: 14px; }

.areas-section { background: #fff; }
.district-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.district-card { position: relative; min-height: 258px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; transition: transform .2s, color .2s, background .2s, box-shadow .2s; }
.district-card::before { content: ""; position: absolute; width: 155px; height: 155px; right: -70px; top: -76px; border-radius: 50%; background: var(--cyan-100); transition: transform .2s; }
.district-card:hover { transform: translateY(-5px); color: white; background: var(--navy-900); box-shadow: var(--shadow); }
.district-card:hover::before { transform: scale(2.4); opacity: .08; }
.district-card:hover p { color: #afc0ca; }.district-card:hover .district-pin { color: #86e2e8; background: rgba(22,184,199,.12); }
.district-index { position: absolute; right: 16px; top: 9px; color: #dce7eb; font-weight: 900; font-size: 41px; }
.district-pin { width: 50px; height: 50px; display: grid; place-items: center; color: var(--cyan-600); border-radius: 10px; background: var(--cyan-100); }
.district-card h3 { margin: 27px 0 4px; font-size: 25px; }.district-card p { margin: 0; color: var(--muted); font-size: 13px; }
.district-link { position: absolute; left: 27px; bottom: 24px; display: inline-flex; align-items: center; gap: 7px; color: var(--cyan-600); font-size: 13px; font-weight: 800; }
.district-card:hover .district-link { color: #6dd9e1; }
.neighborhood-cloud { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.neighborhood-cloud span { padding: 7px 11px; color: #536975; background: var(--paper); border: 1px solid #e5ecef; border-radius: 999px; font-size: 11px; }

.faq-section { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.text-phone { margin-top: 27px; display: grid; grid-template-columns: 39px 1fr; align-items: center; column-gap: 11px; color: var(--muted); font-size: 12px; }
.text-phone svg { grid-row: span 2; width: 39px; height: 39px; padding: 10px; color: #fff; border-radius: 9px; background: var(--cyan-600); }
.text-phone strong { display: block; color: var(--navy-900); font-size: 18px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 48px 22px 0; list-style: none; cursor: pointer; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 4px; top: 17px; width: 32px; height: 32px; display: grid; place-items: center; color: var(--cyan-600); border-radius: 50%; background: #fff; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 48px 22px 0; color: var(--muted); font-size: 14px; }

.cta-band { padding: 62px 0; color: white; background: linear-gradient(115deg, #0d748a, #0b3146); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-band h2 { margin: 3px 0 7px; max-width: 700px; font-size: clamp(29px,3.5vw,43px); line-height: 1.1; letter-spacing: -.03em; }.cta-band p { margin: 0; color: #bcdde3; }
.cta-band-actions { flex-shrink: 0; display: flex; align-items: center; gap: 10px; }
.cta-band-actions > a { min-height: 61px; padding: 11px 17px; display: flex; align-items: center; gap: 10px; color: var(--navy-900); border-radius: 10px; background: var(--amber); }
.cta-band-actions > a span { line-height: 1.05; font-size: 17px; font-weight: 900; }.cta-band-actions small { display: block; margin-bottom: 4px; font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.cta-band-actions .cta-whatsapp { min-height: 61px; color: #073e22; background: var(--green); font-weight: 850; }

.footer { padding: 70px 0 24px; color: #a9bcc6; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .8fr .95fr 1.05fr; gap: 55px; }
.footer-about p { max-width: 310px; margin: 23px 0; font-size: 13px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; }.footer-badges span { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; color: #d4e3ea; border: 1px solid rgba(255,255,255,.12); border-radius: 6px; font-size: 10px; }
.footer h3 { margin: 3px 0 20px; color: #fff; font-size: 14px; }
.footer ul { margin: 0; padding: 0; list-style: none; }.footer li { margin: 9px 0; font-size: 12px; }.footer li a:hover { color: #6fdce3; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; font-size: 12px; gap: 8px; }.footer-contact h3 { margin-bottom: 12px; }.footer-phone { color: #fff; font-size: 23px; font-weight: 850; }.footer-contact span { display: flex; align-items: center; gap: 5px; }.footer-contact .button { min-height: 44px; }
.footer-bottom { margin-top: 57px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }
.floating-contact { display: none; }

/* Dynamic customer reviews */
.reviews-section { position: relative; overflow: hidden; color: #fff; background: var(--navy-900); }
.reviews-section > .container { position: relative; z-index: 2; }
.reviews-section .section-heading { margin-bottom: 45px; }
.reviews-section .section-heading p { color: #a9c0cb; }
.reviews-orb { position: absolute; border-radius: 50%; pointer-events: none; }
.reviews-orb-one { width: 520px; height: 520px; right: -250px; top: -280px; border: 85px solid rgba(22,184,199,.045); }
.reviews-orb-two { width: 360px; height: 360px; left: -210px; bottom: -220px; background: rgba(22,184,199,.035); }
.reviews-layout { display: grid; grid-template-columns: 1.13fr .87fr; align-items: stretch; gap: 28px; }
.review-carousel { min-width: 0; min-height: 470px; display: flex; flex-direction: column; }
.review-track { position: relative; min-height: 405px; flex: 1; }
.review-card { position: absolute; inset: 0; padding: 43px 44px 36px; display: flex; flex-direction: column; visibility: hidden; opacity: 0; transform: translateX(25px); border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: linear-gradient(145deg, rgba(24,64,84,.86), rgba(8,28,43,.94)); box-shadow: 0 30px 70px rgba(0,0,0,.2); transition: opacity .42s ease, transform .42s ease, visibility .42s; }
.review-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -55px; bottom: -55px; border-radius: 50%; background: rgba(22,184,199,.08); }
.review-card.is-active { z-index: 2; visibility: visible; opacity: 1; transform: translateX(0); }
.review-quote { position: absolute; right: 34px; top: 8px; color: rgba(255,255,255,.07); font-family: Georgia, serif; font-size: 125px; line-height: 1; }
.review-stars { position: relative; z-index: 1; color: var(--amber); font-size: 18px; letter-spacing: .15em; }
.review-card blockquote { position: relative; z-index: 1; max-width: 650px; margin: 25px 0 32px; color: #e5f0f4; font-size: clamp(18px,2vw,23px); line-height: 1.7; font-weight: 570; }
.review-card footer { position: relative; z-index: 1; margin-top: auto; display: flex; align-items: center; gap: 13px; }
.review-avatar { width: 51px; height: 51px; flex: 0 0 51px; display: grid; place-items: center; color: var(--navy-900); border-radius: 50%; background: var(--cyan-500); font-size: 20px; font-weight: 900; }
.review-card footer > div { display: grid; line-height: 1.25; }
.review-card footer strong { color: #fff; font-size: 15px; }
.review-card footer time { margin-top: 4px; color: #8eabb8; font-size: 11px; }
.verified-review { margin-left: auto; padding: 6px 9px; display: inline-flex; align-items: center; gap: 5px; color: #8fe2e7; border: 1px solid rgba(117,221,228,.18); border-radius: 999px; background: rgba(22,184,199,.08); font-size: 10px; font-weight: 800; }
.review-controls { min-height: 65px; display: flex; align-items: flex-end; justify-content: center; gap: 16px; }
.review-arrow { width: 42px; height: 42px; display: grid; place-items: center; color: #d8e9ee; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; background: rgba(255,255,255,.04); cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.review-arrow:hover { color: var(--navy-900); border-color: var(--cyan-500); background: var(--cyan-500); }
.review-prev svg { transform: rotate(180deg); }
.review-dots { padding-bottom: 14px; display: flex; align-items: center; gap: 6px; }
.review-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.25); cursor: pointer; transition: width .25s, background .25s; }
.review-dots button.is-active { width: 24px; background: var(--cyan-500); }
.review-empty { min-height: 405px; padding: 45px; display: grid; place-items: center; align-content: center; text-align: center; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; background: rgba(255,255,255,.035); }
.review-empty > span { width: 60px; height: 60px; display: grid; place-items: center; color: #8ce2e7; border-radius: 50%; background: rgba(22,184,199,.12); }
.review-empty h3 { margin: 18px 0 5px; font-size: 24px; }
.review-empty p { max-width: 420px; margin: 0; color: #9bb2bd; font-size: 14px; }
.review-form-card { padding: 31px; color: var(--ink); border-radius: 19px; background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.2); }
.review-form-card h3 { margin: 2px 0 5px; font-size: 27px; letter-spacing: -.025em; }
.review-form-card > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.review-form { display: grid; gap: 7px; }
.review-form label { margin-top: 7px; color: var(--navy-900); font-size: 12px; font-weight: 800; }
.review-form label span { color: #c94a43; }
.review-form input[type="text"], .review-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); border: 1px solid #ccd9df; border-radius: 8px; outline: none; background: #fbfdfe; transition: border-color .2s, box-shadow .2s; }
.review-form textarea { min-height: 120px; resize: vertical; line-height: 1.55; }
.review-form input:focus, .review-form textarea:focus { border-color: var(--cyan-500); box-shadow: 0 0 0 3px rgba(22,184,199,.12); }
.review-form .button { width: 100%; margin-top: 9px; border: 0; cursor: pointer; }
.review-form > small { margin-top: 5px; color: #7b8e98; font-size: 10px; line-height: 1.45; text-align: center; }
.akar-guard { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.review-notice { margin: 0 0 13px; padding: 10px 12px; display: flex; align-items: center; gap: 7px; border-radius: 7px; font-size: 12px; font-weight: 750; }
.review-notice.success { color: #14683e; background: #e4f8ee; }
.review-notice.pending { color: #795614; background: #fff4d8; }

/* Inner pages */
.inner-hero { padding: 54px 0 64px; color: #fff; background: radial-gradient(circle at 78% 40%, #174b62 0, var(--navy-900) 42%, var(--navy-950) 100%); }
.breadcrumbs { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 8px; color: #8eb0bf; font-size: 12px; }.breadcrumbs a:hover { color: white; }.breadcrumbs strong { color: #d8e8ee; font-weight: 600; }
.inner-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 65px; }
.inner-hero h1 { margin: 9px 0 18px; font-size: clamp(41px,5vw,64px); line-height: 1.05; letter-spacing: -.04em; }.inner-hero p { max-width: 700px; margin: 0 0 28px; color: #c0d3dd; font-size: 18px; }
.inner-hero .service-icon-large { position: relative; width: 265px; height: 265px; margin-left: auto; display: grid; place-items: center; padding: 65px; color: #75dde4; border: 1px solid rgba(118,222,229,.24); border-radius: 50%; background: rgba(22,184,199,.08); box-shadow: 0 0 0 36px rgba(22,184,199,.035), 0 0 0 72px rgba(22,184,199,.02); }
.inner-hero .service-icon-large::after { content: "7/24"; position: absolute; right: -5px; bottom: 26px; width: 65px; height: 65px; display: grid; place-items: center; color: var(--navy-900); border: 7px solid var(--navy-900); border-radius: 50%; background: var(--amber); font-size: 14px; font-weight: 900; }
.content-section { padding: 85px 0; }.content-grid { display: grid; grid-template-columns: 1.22fr .78fr; gap: 75px; }.article-copy h2 { margin: 0 0 17px; font-size: 36px; line-height: 1.17; letter-spacing: -.03em; }.article-copy > p { color: var(--muted); font-size: 17px; }.article-copy h3 { margin: 40px 0 14px; font-size: 25px; }.check-list { margin: 25px 0; padding: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; list-style: none; }.check-list li { display: flex; align-items: flex-start; gap: 9px; padding: 13px; border: 1px solid var(--line); border-radius: 9px; background: #fff; font-size: 13px; font-weight: 650; }.check-list svg { flex-shrink: 0; color: var(--cyan-600); }
.steps-list { counter-reset: steps; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }.steps-list li { counter-increment: steps; display: flex; align-items: center; gap: 15px; padding: 16px 18px; background: var(--paper); border-radius: 10px; font-weight: 700; }.steps-list li::before { content: "0" counter(steps); color: var(--cyan-600); font-size: 17px; font-weight: 900; }
.sidebar-card { position: sticky; top: 122px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }.sidebar-card h3 { margin: 0 0 8px; font-size: 24px; }.sidebar-card > p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }.sidebar-phone { margin: 18px 0; padding: 17px; display: flex; align-items: center; gap: 12px; color: #fff; border-radius: 10px; background: var(--navy-900); }.sidebar-phone span { line-height: 1.1; font-size: 19px; font-weight: 900; }.sidebar-phone small { display: block; margin-bottom: 4px; color: #84d9e1; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.sidebar-card .button { width: 100%; }.sidebar-note { margin-top: 15px; display: flex; align-items: center; gap: 8px; color: #68808c; font-size: 11px; }
.related-section { padding: 75px 0; background: var(--paper); }.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.related-card { padding: 22px; border: 1px solid var(--line); border-radius: 12px; background: white; }.related-card h3 { margin: 13px 0 7px; font-size: 18px; }.related-card p { margin: 0 0 16px; color: var(--muted); font-size: 12px; }.related-card > span { width: 44px; height: 44px; display: grid; place-items: center; padding: 9px; color: var(--cyan-600); background: var(--cyan-100); border-radius: 9px; }.related-card a { display: inline-flex; align-items: center; gap: 6px; color: var(--cyan-600); font-size: 12px; font-weight: 800; }
.inner-faq { padding: 80px 0; }.inner-faq .faq-list { max-width: 850px; margin: 0 auto; }.inner-faq .section-heading { margin-inline: auto; text-align: center; }
.district-hero .service-icon-large { padding: 82px; }.district-hero .service-icon-large svg { width: 100%; height: 100%; }
.local-note { margin: 24px 0 32px; padding: 20px 22px; border-left: 4px solid var(--cyan-500); background: var(--paper); color: #415965; }
.neighborhoods-grid { margin-top: 26px; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; }.neighborhoods-grid span { padding: 9px 10px; display: flex; align-items: center; gap: 7px; color: #4c6572; border: 1px solid var(--line); border-radius: 7px; font-size: 11px; }.neighborhoods-grid span::before { content: ""; width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--cyan-500); }
.district-services { margin-top: 43px; display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; }.district-services a { padding: 14px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 9px; font-size: 13px; font-weight: 750; }.district-services a > svg:first-child { width: 36px; padding: 6px; color: var(--cyan-600); background: var(--cyan-100); border-radius: 7px; }.district-services a > svg:last-child { margin-left: auto; color: #8ea1ac; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }.header-call { margin-left: auto; }.mobile-menu { display: block; margin-left: 0; }
  .hero-grid { grid-template-columns: 1.1fr .9fr; }.hero-visual { min-height: 450px; }.hero-photo-frame { right: -30px; }.service-card-float.top { left: -15px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }.district-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid { gap: 50px; }.experience-badge { right: -10px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); gap: 30px; }
}

@media (max-width: 820px) {
  .section { padding: 76px 0; }.topbar-inner > span { display: none; }.topbar-inner { justify-content: center; }.header-inner { height: 72px; }.header-call { display: none; }.mobile-menu { margin-left: auto; }
  .hero { padding-top: 55px; }.hero-grid { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 25px; }.hero-visual { min-height: 460px; max-width: 570px; width: 100%; margin: 0 auto; }.service-card-float.top { left: 10px; }.hero-stats { grid-template-columns: repeat(2,1fr); }.hero-stats div:nth-child(2) { border-right: 0; }
  .quick-help-grid { grid-template-columns: 1fr; gap: 22px; }.quick-help-links { grid-template-columns: 1fr; }
  .other-services { grid-template-columns: 1fr; gap: 25px; }
  .why-grid, .faq-grid, .content-grid, .inner-hero-grid { grid-template-columns: 1fr; gap: 45px; }.why-visual { min-height: auto; }.blueprint-card { height: 420px; }.why-content { order: -1; }.faq-intro { position: static; }.sidebar-card { position: static; }
  .process-grid { grid-template-columns: 1fr; }.process-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .cta-band-inner { display: grid; }.cta-band-actions { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }.inner-hero .service-icon-large { margin: 30px auto 0; }.content-grid { gap: 38px; }.neighborhoods-grid { grid-template-columns: repeat(3,1fr); }
  .reviews-layout { grid-template-columns: 1fr; }.review-carousel { min-height: 450px; }.review-track { min-height: 380px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }.section { padding: 64px 0; }
  .brand strong { font-size: 19px; }.brand small { font-size: 9px; }.brand-mark { width: 39px; }.mobile-menu-panel { left: 14px; right: 14px; }
  .hero { padding-top: 42px; }.hero h1 { font-size: 43px; }.hero-lead { font-size: 16px; }.contact-buttons { display: grid; grid-template-columns: 1fr 1fr; }.button { padding-inline: 14px; }.hero-trust { gap: 10px; }.hero-trust span { flex-basis: 47%; }
  .hero-visual { min-height: 380px; }.hero-photo-frame { inset: 0 -14px 0 -14px; border-radius: 42% 16px 0 0; }.hero-plumber-photo { object-position: 54% center; }.service-card-float { padding: 9px 11px; }.service-card-float.top { top: 16px; left: 0; }.service-card-float.bottom { bottom: 29px; right: 0; }.hero-stats div { min-height: 80px; padding: 18px 12px; }.hero-stats strong { font-size: 21px; }
  .section-heading h2, .why-content h2, .faq-intro h2 { font-size: 34px; }.section-heading p, .why-content > p, .faq-intro > p { font-size: 15px; }
  .services-grid, .district-grid, .related-grid { grid-template-columns: 1fr; }.service-card { min-height: 320px; }.district-card { min-height: 225px; }
  .other-services { padding: 22px; }.other-services ul { grid-template-columns: 1fr; }
  .blueprint-card { height: 340px; }.experience-badge { width: 125px; height: 125px; right: -5px; }.experience-badge strong { font-size: 35px; }.tool-chip { font-size: 9px; }.chip-one { left: 20px; top: 90px; }.chip-two { right: 15px; top: 170px; }.chip-three { left: 50px; bottom: 25px; }
  .process-grid > div { padding: 28px 22px; }.district-grid { gap: 11px; }.neighborhood-cloud { justify-content: flex-start; }
  .cta-band-actions { display: grid; grid-template-columns: 1fr; }.cta-band-actions > a { justify-content: center; }.footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-bottom { display: grid; gap: 8px; }.footer { padding-bottom: 84px; }
  .floating-contact { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -10px 30px rgba(7,24,39,.18); }.floating-contact a { display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--navy-900); font-weight: 850; font-size: 13px; }.floating-contact a:last-child { color: #063a1f; background: var(--green); }
  .inner-hero { padding: 38px 0 51px; }.inner-hero h1 { font-size: 41px; }.inner-hero p { font-size: 16px; }.inner-hero-grid { gap: 10px; }.inner-hero .service-icon-large { width: 190px; height: 190px; padding: 47px; }.district-hero .service-icon-large { padding: 58px; }.breadcrumbs { margin-bottom: 22px; }.content-section { padding: 62px 0; }.article-copy h2 { font-size: 31px; }.check-list, .district-services { grid-template-columns: 1fr; }.neighborhoods-grid { grid-template-columns: repeat(2,1fr); }.sidebar-card { padding: 22px; }
  .reviews-section .section-heading { margin-bottom: 30px; }.review-carousel { min-height: 460px; }.review-track { min-height: 395px; }.review-card { padding: 32px 25px 27px; }.review-card blockquote { margin: 21px 0 26px; font-size: 17px; line-height: 1.62; }.verified-review { display: none; }.review-form-card { padding: 24px; }.review-form-card h3 { font-size: 24px; }
}

/* WordPress integration */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 7px; left: 7px; width: auto; height: auto; padding: 12px 17px; clip: auto !important; color: var(--navy-900); border-radius: 6px; background: #fff; box-shadow: var(--shadow); font-weight: 800; }
.admin-bar .header { top: 32px; }
.desktop-nav ul, .mobile-menu-panel ul { margin: 0; padding: 0; list-style: none; }
.desktop-nav ul { display: flex; align-items: center; gap: 30px; }
.desktop-nav li { margin: 0; }
.mobile-menu-panel ul { display: contents; }
.mobile-menu-panel li { display: contents; }
.custom-brand .custom-logo { width: auto; max-width: 220px; height: 58px; object-fit: contain; }
.brand-light.custom-brand .custom-logo { filter: brightness(0) invert(1); }
.wp-page-content { padding: 75px 0; background: #fff; }
.wp-archive-hero { padding: 62px 0; color: #fff; background: radial-gradient(circle at 78% 40%, #174b62 0, var(--navy-900) 42%, var(--navy-950) 100%); }
.wp-archive-hero h1 { max-width: 900px; margin: 7px 0 5px; font-size: clamp(40px, 5vw, 62px); line-height: 1.08; letter-spacing: -.04em; }
.wp-archive-hero p { max-width: 680px; margin: 13px 0 0; color: #c0d3dd; font-size: 17px; }
.wp-archive-hero .breadcrumbs { margin-bottom: 20px; }
.wp-content-section { padding: 80px 0; }
.wp-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wp-post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 14px 40px rgba(7, 24, 39, .07); }
.wp-post-image { aspect-ratio: 16 / 9; display: block; overflow: hidden; background: var(--paper); }
.wp-post-image img { width: 100%; height: 100%; object-fit: cover; }
.wp-post-card-body { padding: 24px; }
.wp-post-date { color: var(--cyan-600); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.wp-post-card h2 { margin: 7px 0 9px; font-size: 22px; line-height: 1.25; }
.wp-post-card p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.wp-read-more { display: inline-flex; align-items: center; gap: 7px; color: var(--cyan-600); font-size: 13px; font-weight: 800; }
.wp-pagination { grid-column: 1 / -1; margin-top: 25px; }
.wp-pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; }
.wp-pagination .page-numbers { min-width: 40px; height: 40px; padding: 0 12px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.wp-pagination .current { color: #fff; border-color: var(--cyan-600); background: var(--cyan-600); }
.wp-narrow-content { max-width: 860px; }
.entry-content { color: #334c59; font-size: 17px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin: 1.8em 0 .6em; color: var(--navy-900); font-size: 34px; line-height: 1.2; }
.entry-content h3 { margin: 1.7em 0 .5em; color: var(--navy-900); font-size: 25px; }
.entry-content p, .entry-content ul, .entry-content ol { margin: 0 0 1.25em; }
.entry-content a { color: var(--cyan-600); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { height: auto; border-radius: 12px; }
.entry-content blockquote { margin: 30px 0; padding: 18px 23px; border-left: 4px solid var(--cyan-500); background: var(--paper); }
.entry-content .alignwide { width: min(1100px, 100vw - 40px); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.wp-single-image { margin: 0 0 38px; }
.wp-empty { grid-column: 1 / -1; padding: 55px; text-align: center; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.error-page { min-height: 65vh; padding: 100px 0; display: grid; place-items: center; text-align: center; background: var(--paper); }
.error-page span { color: var(--cyan-500); font-size: clamp(85px, 15vw, 170px); line-height: .8; font-weight: 950; opacity: .22; }
.error-page h1 { margin: 28px 0 8px; font-size: clamp(34px, 5vw, 55px); letter-spacing: -.04em; }
.error-page p { max-width: 600px; margin: 0 auto 26px; color: var(--muted); }
.error-page .button { display: inline-flex; }

/* Post and page comments */
.content-comments { padding: 80px 0 90px; border-top: 1px solid var(--line); background: var(--paper); }
.content-comments-heading { margin-bottom: 30px; }
.content-comments-heading h2 { margin: 0 0 8px; color: var(--navy-900); font-size: clamp(31px,4vw,42px); line-height: 1.15; letter-spacing: -.03em; }
.content-comments-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.content-comment-list, .content-comment-list .children { margin: 0; padding: 0; list-style: none; }
.content-comment-list { display: grid; gap: 13px; }
.content-comment-list .children { margin: 13px 0 0 46px; display: grid; gap: 13px; }
.content-comment > article { padding: 23px 25px; border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 9px 28px rgba(7,24,39,.045); }
.content-comment-meta { display: flex; align-items: center; gap: 12px; }
.content-comment-avatar { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(145deg, var(--cyan-500), var(--cyan-600)); font-size: 17px; font-weight: 900; }
.content-comment-meta > div { display: grid; line-height: 1.2; }
.content-comment-meta strong { color: var(--navy-900); font-size: 14px; }
.content-comment-meta time { color: #7c929d; font-size: 10px; }
.content-comment-text { margin: 15px 0 0; color: #405965; font-size: 14px; }
.content-comment-text p { margin: 0 0 10px; }
.content-comment-text p:last-child { margin-bottom: 0; }
.content-comment-actions { margin-top: 14px; display: flex; gap: 13px; }
.content-comment-actions a { color: var(--cyan-600); font-size: 11px; font-weight: 800; }
.comment-awaiting-moderation { margin: 13px 0 0; padding: 8px 10px; display: flex; align-items: center; gap: 7px; color: #795614; border-radius: 6px; background: #fff4d8; font-size: 11px; }
.content-comment-pagination { margin: 25px 0; }
.content-comment-pagination .nav-links { display: flex; justify-content: space-between; gap: 12px; }
.content-comment-pagination a { color: var(--cyan-600); font-size: 12px; font-weight: 800; }
.content-comment-form-card { margin-top: 34px; padding: 31px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
.comment-reply-title { margin: 0 0 20px; color: var(--navy-900); font-size: 25px; }
.comment-reply-title small { margin-left: 9px; font-size: 11px; }
.content-comment-form { display: grid; gap: 14px; }
.content-comment-form p { margin: 0; }
.content-comment-form label { margin-bottom: 6px; display: block; color: var(--navy-900); font-size: 12px; font-weight: 800; }
.content-comment-form label span { color: #c94a43; }
.content-comment-form input[type="text"], .content-comment-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); border: 1px solid #ccd9df; border-radius: 8px; outline: none; background: #fbfdfe; transition: border-color .2s, box-shadow .2s; }
.content-comment-form textarea { min-height: 145px; resize: vertical; line-height: 1.55; }
.content-comment-form input:focus, .content-comment-form textarea:focus { border-color: var(--cyan-500); box-shadow: 0 0 0 3px rgba(22,184,199,.12); }
.content-comment-form .form-submit { margin-top: 2px; }
.content-comment-form .submit { border: 0; cursor: pointer; }
.comment-moderation-note { color: #7b8e98; font-size: 10px; }
.no-comments { color: var(--muted); }

@media (max-width: 820px) {
  .wp-post-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
  .admin-bar .header { top: 46px; }
}

@media (max-width: 560px) {
  .wp-archive-hero { padding: 45px 0; }
  .wp-content-section { padding: 58px 0; }
  .wp-post-grid { grid-template-columns: 1fr; }
  .entry-content { font-size: 16px; }
  .entry-content h2 { font-size: 29px; }
	.content-comments { padding: 60px 0 72px; }
	.content-comment-list .children { margin-left: 18px; }
	.content-comment > article { padding: 20px; }
	.content-comment-form-card { padding: 23px; }
  .admin-bar .header { top: 0; }
}
