/* Self-hosted fonts (latin), from Google Fonts */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/assets/fonts/inter.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/montserrat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/assets/fonts/montserrat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* DeSoto Water Extraction Pros — see STYLEGUIDE.md
   Mobile-first · breakpoints 640 / 768 / 1024 / 1280 · fluid type 360→1440 */

:root {
  --navy-900: #082a42; --navy-800: #0b3a5b; --navy-700: #11466c; --navy-600: #1a5783; --navy-100: #d6e6f1; --navy-50: #eef5fa;
  --orange-500: #f97316; --orange-600: #ea580c; --orange-700: #c2410c; --orange-50: #fff4ec; --teal-700: #0f766e; --teal-50: #effaf8;
  --ink: #0f2233; --muted: #52606d; --line: #e3e8ee; --surface: #f5f7fa; --white: #fff;
  --font-h: "Montserrat", ui-sans-serif, sans-serif;
  --font-b: "Inter", ui-sans-serif, sans-serif;
  --fs-display: clamp(2.25rem, 1.667rem + 2.593vw, 4rem);
  --fs-h2: clamp(1.75rem, 1.417rem + 1.481vw, 2.75rem);
  --fs-h3: clamp(1.25rem, 1.167rem + .3704vw, 1.5rem);
  --fs-h4: clamp(1.125rem, 1.083rem + .1852vw, 1.25rem);
  --fs-lead: clamp(1.0625rem, 1rem + .2778vw, 1.25rem);
  --fs-body: clamp(1rem, .9583rem + .1852vw, 1.125rem);
  --fs-sm: clamp(.875rem, .8542rem + .09259vw, .9375rem);
  --fs-xs: clamp(.75rem, .7292rem + .09259vw, .8125rem);
  --space-section: clamp(4rem, 3rem + 4.444vw, 7rem);
  --space-block: clamp(2rem, 1.5rem + 2.222vw, 3.5rem);
  --gutter: clamp(1rem, .6667rem + 1.481vw, 2rem);
  --r-xl: 28px; --r-lg: 20px; --r-md: 14px; --r-pill: 999px;
  --shadow-float: 0 20px 40px -20px rgba(8, 42, 66, .25);
  --max: 1240px; --shell: 1360px; --callbar: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; font-family: var(--font-b); font-size: var(--fs-body); line-height: 1.7; color: var(--ink); background: var(--white); overflow-x: hidden; padding-bottom: calc(var(--callbar) + env(safe-area-inset-bottom)); }
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--navy-600); text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .2s; }
a:hover { color: var(--orange-700); }
p { margin: 0 0 1.1em; max-width: 68ch; }
ul, ol { padding-left: 1.2em; margin: 0 0 1.2em; }
li { margin-bottom: .4em; }
strong { font-weight: 600; color: var(--navy-900); }
h1, h2, h3, h4 { font-family: var(--font-h); color: var(--navy-900); letter-spacing: -.02em; line-height: 1.2; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: var(--fs-display); line-height: 1.1; }
h2 { font-size: var(--fs-h2); }
h3 { font-size: var(--fs-h3); font-weight: 700; }
h4 { font-size: var(--fs-h4); font-weight: 700; }
.hi { color: var(--orange-700); font-style: normal; }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 200; background: var(--orange-500); color: var(--navy-900); padding: 10px 16px; border-radius: var(--r-pill); font-weight: 700; }
.skip:focus { left: 12px; }
:focus-visible { outline: 3px solid var(--orange-500); outline-offset: 3px; border-radius: 6px; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: var(--space-section) 0; }
.bg-white { background: var(--white); }
.bg-off { background: var(--surface); }
.bg-tint { background: var(--navy-50); }
.bg-dark { background: var(--navy-900); color: #c3d3e0; }
.bg-dark h2, .bg-dark h3, .bg-dark strong { color: var(--white); }
.bg-dark a { color: #ffd2b0; }
.bg-dark .hi { color: var(--orange-500); }

/* Section head */
.eyebrow { display: inline-block; font-family: var(--font-b); font-size: var(--fs-xs); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--navy-800); border: 1px solid var(--line); background: var(--white); border-radius: var(--r-pill); padding: 5px 14px; margin-bottom: 16px; line-height: 1.5; }
.bg-dark .eyebrow { color: #e3edf4; border-color: rgba(255,255,255,.2); background: transparent; }
.sec-head { max-width: 760px; margin-bottom: var(--space-block); }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center p { margin-inline: auto; }
.sec-head.split-head { max-width: none; display: grid; gap: 8px; align-items: end; }
.lead { font-size: var(--fs-lead); color: var(--muted); }
.bg-dark .lead { color: #a9bccb; }

/* Icons */
.i { width: 24px; height: 24px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; display: inline-block; vertical-align: middle; }
.ico { width: 56px; height: 56px; border-radius: var(--r-md); background: var(--navy-50); color: var(--navy-800); display: grid; place-items: center; flex: none; }
.ico .i { width: 28px; height: 28px; stroke-width: 1.75; }
.bg-dark .ico { background: rgba(255,255,255,.08); color: var(--orange-500); }

/* Buttons — 4 types, icon always first and the same color as the label (STYLEGUIDE §5) */
.cta { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 10px 24px; border-radius: var(--r-pill); font-family: var(--font-h); font-weight: 700; font-size: 1.1875rem; line-height: 1.2; text-decoration: none; border: 1.5px solid transparent; transition: background .2s, color .2s, border-color .2s; width: 100%; cursor: pointer; }
.cta .i { width: 20px; height: 20px; color: currentColor; }
.cta-blue { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.cta-blue:hover { background: var(--navy-700); border-color: var(--navy-700); color: var(--white); }
.cta-orange { background: var(--orange-600); color: var(--white); border-color: var(--orange-600); }
.cta-orange:hover { background: var(--white); color: var(--navy-900); border-color: var(--navy-900); }
.cta-white { background: var(--white); color: var(--navy-900); border-color: var(--white); }
.cta-white:hover { background: var(--navy-900); color: var(--white); border-color: var(--navy-900); }
.bg-white .cta-white, .bg-off .cta-white { border-color: var(--line); }
.cta-outline-white { background: transparent; color: var(--white); border-color: rgba(255,255,255,.6); }
.cta-outline-white:hover { background: var(--white); color: var(--navy-900); border-color: var(--white); }
.cta-row { display: flex; flex-direction: column; gap: 12px; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-h); font-weight: 700; font-size: var(--fs-sm); color: var(--navy-800); text-decoration: none; }
.link-arrow .i { width: 18px; height: 18px; transition: transform .2s; }
.link-arrow:hover { color: var(--orange-700); }
.link-arrow:hover .i { transform: translateX(4px); }

/* Top bar */
.topbar { background: var(--navy-900); color: #c3d3e0; font-size: var(--fs-xs); }
.topbar .container { display: flex; justify-content: center; gap: 28px; min-height: 40px; align-items: center; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 8px; color: #dbe6ee; text-decoration: none; }
.topbar a:hover { color: var(--orange-500); }
.topbar .i { width: 15px; height: 15px; color: var(--orange-500); }
.topbar .tb-extra { display: none; }

/* Header + nav */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 72px; }
.brand img { width: clamp(150px, 120px + 8vw, 196px); height: auto; }
.nav { display: none; }
.head-actions { display: flex; align-items: center; gap: 8px; }
.head-call { display: none; }
.icon-btn { width: 48px; height: 48px; border-radius: var(--r-pill); border: 1px solid var(--line); background: var(--white); display: grid; place-items: center; cursor: pointer; color: var(--navy-900); text-decoration: none; }
.icon-btn:hover { border-color: var(--navy-800); color: var(--navy-900); }
.icon-btn.call { background: var(--orange-600); border-color: var(--orange-600); color: var(--white); }
.icon-btn.call:hover { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); }
.nav-track { display: flex; align-items: center; gap: 2px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 5px; margin: 0; list-style: none; }
.nav-item { position: relative; margin: 0; }
.nav-link { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; border-radius: var(--r-pill); font-size: var(--fs-sm); font-weight: 500; color: var(--ink); text-decoration: none; background: none; border: 0; font-family: var(--font-b); cursor: pointer; line-height: 1.3; }
.nav-link .i { width: 16px; height: 16px; transition: transform .2s; }
.nav-link:hover { color: var(--navy-800); background: var(--white); }
.nav-link[aria-current="page"] { background: var(--white); color: var(--navy-900); font-weight: 600; box-shadow: 0 0 0 1px var(--line); }
.dropdown { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-float); padding: 10px; min-width: 260px; opacity: 0; visibility: hidden; transition: opacity .18s, visibility .18s; z-index: 70; }
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.nav-item.open .dropdown, .nav-item:focus-within .dropdown { opacity: 1; visibility: visible; }
@media (hover: hover) { .nav-item:hover .dropdown { opacity: 1; visibility: visible; } .nav-item:hover .nav-link .i { transform: rotate(180deg); } }
.nav-item.open .nav-link .i { transform: rotate(180deg); }
.dropdown.mega { display: grid; grid-template-columns: repeat(2, minmax(250px, 1fr)); gap: 2px; min-width: 590px; }
.dd-link { display: flex; gap: 12px; align-items: flex-start; padding: 10px 12px; border-radius: var(--r-md); text-decoration: none; color: var(--ink); }
.dd-link:hover { background: var(--navy-50); color: var(--ink); }
.dd-link .ico { width: 40px; height: 40px; border-radius: 12px; }
.dd-link .ico .i { width: 20px; height: 20px; }
.dd-link b { display: block; font-family: var(--font-h); font-size: var(--fs-sm); color: var(--navy-900); line-height: 1.3; }
.dd-link small { display: block; font-size: var(--fs-xs); color: var(--muted); line-height: 1.4; }
.dd-foot { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: 6px; padding: 10px 12px 4px; }

/* Mobile panel */
.mobile-panel { position: fixed; inset: 0; z-index: 90; background: var(--navy-900); color: var(--white); padding: 16px var(--gutter) 32px; display: flex; flex-direction: column; transform: translateX(100%); visibility: hidden; transition: transform .28s ease, visibility .28s; overflow-y: auto; }
.mobile-panel.open { transform: none; visibility: visible; }
.panel-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.panel-top .icon-btn { background: transparent; border-color: rgba(255,255,255,.25); color: var(--white); }
.logo-pill { background: var(--white); border-radius: 12px; padding: 6px 10px; display: inline-block; }
.logo-pill img { width: 150px; }
.mobile-panel > a, .mobile-panel summary { color: var(--white); text-decoration: none; font-family: var(--font-h); font-weight: 700; font-size: 1.15rem; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; align-items: center; min-height: 52px; cursor: pointer; list-style: none; }
.mobile-panel summary::-webkit-details-marker { display: none; }
.mobile-panel summary .i { transition: transform .2s; }
.mobile-panel details[open] summary .i { transform: rotate(180deg); }
.mobile-panel details a { display: flex; align-items: center; color: #c3d3e0; text-decoration: none; padding: 10px 0 10px 14px; font-size: 1rem; min-height: 44px; }
.mobile-panel details a:hover { color: var(--orange-500); }
.mobile-panel .cta { margin-top: 24px; }

/* Hero */
.hero-wrap { padding: 12px 12px 0; }
.hero { position: relative; max-width: var(--shell); margin: 0 auto; border-radius: var(--r-xl); overflow: hidden; background: var(--navy-900); color: #d7e4ee; isolation: isolate; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(8,42,66,.72) 0%, rgba(8,42,66,.9) 55%, rgba(8,42,66,.97) 100%); }
.hero-grid { display: grid; gap: 32px; padding: clamp(28px, 4.5vw, 72px) clamp(18px, 4.5vw, 72px); align-items: center; }
.hero .eyebrow { color: var(--white); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.hero h1 { color: var(--white); margin-bottom: 18px; }
.hero h1 .hi { color: var(--orange-500); }
.hero .lead { color: #d3e0ea; margin-bottom: 26px; }
.crumbs { font-size: var(--fs-xs); color: #b9cbd8; margin-bottom: 14px; }
.crumbs a { color: #e3edf4; }
.crumbs ol { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li { margin: 0; }
.crumbs li + li::before { content: "/"; margin-right: 6px; opacity: .5; }
.proof { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px; margin-top: 28px; }
.proof-logos { display: flex; }
.proof-logos span { width: 42px; height: 42px; border-radius: 50%; background: var(--white); display: grid; place-items: center; border: 2px solid var(--navy-900); margin-left: -10px; }
.proof-logos span:first-child { margin-left: 0; }
.proof-logos svg { width: 20px; height: 20px; }
.proof-text { font-size: var(--fs-xs); color: #d3e0ea; line-height: 1.4; }
.proof-text b { color: var(--white); font-family: var(--font-h); font-size: 1.1rem; margin-left: 4px; }
.stars { display: inline-flex; gap: 2px; color: #fbbf24; vertical-align: -2px; }
.stars svg { width: 15px; height: 15px; fill: currentColor; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 22px 0 0; padding: 0; list-style: none; font-size: var(--fs-sm); color: #d3e0ea; }
.trust-row li { display: flex; align-items: center; gap: 8px; margin: 0; }
.trust-row .i { width: 18px; height: 18px; color: var(--orange-500); }

/* Form card (LeadSmart iframe) */
.form-card { background: var(--white); color: var(--ink); border-radius: var(--r-lg); padding: 22px 28px 18px; box-shadow: var(--shadow-float); border-bottom: 4px solid var(--orange-500); width: 100%; max-width: 480px; justify-self: center; }
@media (max-width: 480px) { .form-card { padding: 18px 10px 14px; } .hero-grid { padding-left: 14px; padding-right: 14px; } }
.form-card .form-title { font-family: var(--font-h); font-weight: 800; font-size: var(--fs-h4); text-align: center; margin: 0 0 4px; color: var(--navy-900); letter-spacing: -.01em; }
.form-card .form-sub { font-size: var(--fs-xs); color: var(--muted); text-align: center; margin: 0 auto 12px; }
.form-card #polyares_form_container, .form-card #polyares_form { width: 100% !important; }
.form-card #polyares_form { height: 560px !important; }
.form-card iframe { display: block; width: 100%; height: 100%; border: 1px solid var(--line) !important; border-radius: var(--r-md) !important; }
.form-card .form-alt { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 12px 0 0; font-size: var(--fs-sm); color: var(--muted); }
.form-card .form-alt a { font-weight: 700; color: var(--navy-900); text-decoration: none; }
.form-card .form-alt a:hover { color: var(--orange-700); }

/* Service cards */
.svc-grid { display: grid; gap: 14px; grid-template-columns: 1fr; }
.card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; display: flex; flex-direction: column; gap: 12px; transition: border-color .2s; }
.card:hover { border-color: var(--navy-800); }
.card h3 { margin: 0; font-size: var(--fs-h4); }
.card p { margin: 0; color: var(--muted); font-size: var(--fs-sm); }
.card .link-arrow { margin-top: auto; }
.card .stretch { color: inherit; text-decoration: none; }
.card .stretch::after { content: ""; position: absolute; inset: 0; border-radius: var(--r-lg); }
.card:hover .link-arrow .i { transform: translateX(4px); }
.card-dark { background: var(--navy-900); border-color: var(--navy-900); color: #c3d3e0; }
.card-dark h3 { color: var(--white); }
.card-dark p { color: #b3c6d4; }
.card-dark .ico { background: rgba(255,255,255,.08); color: var(--orange-500); }
.card-dark .link-arrow { color: var(--orange-500); }
.card-dark:hover { border-color: var(--orange-500); }

/* Split + media */
.split { display: grid; gap: var(--space-block); align-items: center; }
.media { border-radius: var(--r-xl); overflow: hidden; position: relative; }
.media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.media .badge { position: absolute; left: 16px; bottom: 16px; right: 16px; max-width: 330px; background: var(--white); color: var(--ink); padding: 12px 14px; border-radius: var(--r-md); font-size: var(--fs-xs); line-height: 1.45; display: flex; gap: 12px; align-items: center; }
.media .badge .ico { width: 44px; height: 44px; }
.media .badge b { display: block; font-family: var(--font-h); color: var(--navy-900); font-size: var(--fs-sm); }
.media-wide { margin-top: var(--space-block); }
.media-wide img { aspect-ratio: 16 / 9; }
.first15 { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; }
.first15 h3 { font-size: var(--fs-h4); }
.first15 ol { margin: 0; }
.first15 li { margin-bottom: .55em; }
.btn-line { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; margin-top: 8px; }

/* Stats */
.stats { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin-top: var(--space-block); }
.stat { background: var(--navy-50); border-radius: var(--r-lg); padding: clamp(18px, 2vw, 28px); }
.stat b { display: block; font-family: var(--font-h); font-weight: 800; font-size: var(--fs-h2); color: var(--navy-900); line-height: 1.1; letter-spacing: -.02em; }
.stat span { font-size: var(--fs-sm); color: var(--muted); }

/* Symptom checker */
.symptoms { display: grid; gap: 12px; }
.symptom { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--r-lg); background: var(--white); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: border-color .2s; }
.symptom:hover { border-color: var(--navy-800); color: var(--ink); }
.symptom .ico { width: 48px; height: 48px; }
.symptom b { display: block; font-family: var(--font-h); color: var(--navy-900); font-size: var(--fs-sm); line-height: 1.35; margin-bottom: 2px; }
.symptom span { font-size: var(--fs-xs); color: var(--muted); }
.symptom .go { display: none; }
.tag { display: inline-block; padding: 1px 9px; border-radius: var(--r-pill); font-size: .7rem; font-weight: 700; font-family: var(--font-h); margin-left: 4px; }
.tag-red { background: #fee2e2; color: #991b1b; }
.tag-amber { background: #fef3c7; color: #92400e; }

/* Guide */
.guide h3 { margin-top: 1.6em; }
.guide h3:first-of-type { margin-top: .4em; }

/* Callouts */
.callout { display: flex; gap: 14px; padding: 18px 20px; border-radius: var(--r-md); border: 1px solid var(--line); border-left: 4px solid var(--navy-600); background: var(--white); margin: 24px 0; }
.callout > svg { width: 22px; height: 22px; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-top: 3px; }
.callout p { margin: 0; font-size: var(--fs-sm); color: var(--ink); }
.callout b { display: block; font-family: var(--font-h); margin-bottom: 2px; }
.callout.tip { border-left-color: var(--teal-700); color: var(--teal-700); }
.callout.tip b { color: var(--teal-700); }
.callout.warn { border-left-color: var(--orange-500); color: var(--orange-700); background: var(--orange-50); }
.callout.warn b { color: var(--orange-700); }

/* Process */
.process { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; counter-reset: step; }
.process li { margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 22px; }
.process li::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--orange-500); color: var(--navy-900); font-family: var(--font-h); font-weight: 800; margin-bottom: 14px; }
.process h3 { color: var(--white); font-size: var(--fs-h4); margin-bottom: 6px; }
.process p { margin: 0; color: #b3c6d4; font-size: var(--fs-sm); }

/* Tables */
.table-wrap { overflow-x: auto; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--white); -webkit-overflow-scrolling: touch; margin: 0 0 1.2em; }
table { width: 100%; border-collapse: collapse; min-width: 560px; font-size: var(--fs-sm); }
th, td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: var(--navy-900); color: var(--white); font-family: var(--font-h); font-weight: 700; }
tr:last-child td { border-bottom: 0; }
tbody tr:nth-child(even) td { background: var(--surface); }

/* Areas */
.areas { display: grid; gap: 14px; }
.area { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; transition: border-color .2s; }
.area:hover { border-color: var(--navy-800); }
.area h3 { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; font-size: var(--fs-h4); }
.area h3 .i { width: 20px; height: 20px; color: var(--orange-700); }
.area p { font-size: var(--fs-sm); color: var(--muted); margin-bottom: 10px; }
.area a { font-weight: 600; font-size: var(--fs-sm); }
.area-dark { background: var(--navy-900); border-color: var(--navy-900); color: #c3d3e0; }
.area-dark h3 { color: var(--white); }
.area-dark p { color: #b3c6d4; }
.area-dark a { color: #ffd2b0; }

/* Trust / checklist / team */
.trust-grid { display: grid; gap: 16px; margin-top: 8px; }
.trust-item { display: flex; gap: 14px; align-items: flex-start; }
.trust-item .ico { width: 48px; height: 48px; }
.trust-item p { margin: 0; font-size: var(--fs-sm); }
.checklist { list-style: none; padding: 0; display: grid; gap: 10px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.checklist .i { width: 22px; height: 22px; flex: none; color: var(--teal-700); margin-top: 3px; stroke-width: 2.4; }
.team-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.team-strip img { border-radius: var(--r-md); aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }

/* FAQ */
.faq { max-width: 880px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 52px 20px 0; position: relative; font-family: var(--font-h); font-weight: 700; color: var(--navy-900); font-size: var(--fs-h4); line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after, .faq summary::before { content: ""; position: absolute; right: 12px; top: 50%; width: 16px; height: 2px; background: var(--navy-800); transition: transform .25s; }
.faq summary::before { transform: rotate(90deg); }
.faq details[open] summary::before { transform: rotate(0); }
.faq summary:hover { color: var(--navy-600); }
.faq .ans { padding: 0 0 20px; }
.faq .ans p { margin: 0; color: var(--muted); }

/* CTA panel — flat, no gradients or glow */
.cta-band { background: var(--navy-900); color: #c3d3e0; border-radius: var(--r-xl); padding: clamp(28px, 5vw, 64px); display: grid; gap: 8px 56px; text-align: left; }
.cta-band .eyebrow { color: #e3edf4; border-color: rgba(255,255,255,.2); background: transparent; justify-self: start; }
.cta-band h2 { color: var(--white); margin: 0; }
.cta-band .lead { color: #b3c6d4; margin: 8px 0 0; }
.big-phone { display: inline-block; font-family: var(--font-h); font-weight: 800; letter-spacing: -.02em; font-size: var(--fs-h2); color: var(--white); text-decoration: none; line-height: 1.1; margin: 20px 0 10px; }
.big-phone:hover { color: var(--orange-500); }
.cta-band .cta-row { margin-top: 6px; justify-content: flex-start !important; }

/* Inner page layout */
.layout { display: grid; gap: var(--space-block); }
.toc, .call-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px; background: var(--white); }
.toc h4 { margin-bottom: 8px; font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-family: var(--font-b); font-weight: 600; }
.toc ol { margin: 0; padding-left: 1.1em; font-size: var(--fs-sm); }
.toc a { text-decoration: none; color: var(--ink); }
.toc a:hover { color: var(--orange-700); }
.call-card { background: var(--navy-900); color: #c3d3e0; border-color: var(--navy-900); }
.call-card h4 { color: var(--white); }
.call-card p { font-size: var(--fs-sm); }
.call-card .cta { margin-top: 10px; width: 100%; }
.prose h2 { margin-top: 1.5em; font-size: clamp(1.5rem, 1.25rem + 1.111vw, 2.25rem); }
.prose h2:first-child { margin-top: 0; }
.prose figure { margin: 32px 0; }
.prose figure img { width: 100%; border-radius: var(--r-lg); aspect-ratio: 16 / 10; object-fit: cover; }
.prose figcaption { font-size: var(--fs-sm); color: var(--muted); margin-top: 10px; }
.prose .faq { margin: 0; }

/* Footer — 4 columns: brand + call, services, areas, contact card */
.site-footer { background: var(--navy-900); color: #b3c6d4; padding: var(--space-block) 0 0; font-size: var(--fs-body); }
.site-footer h4, .site-footer .foot-h { font-family: var(--font-h); font-weight: 800; color: var(--white); font-size: var(--fs-h3); letter-spacing: -.02em; margin: 0 0 20px; }
.foot-grid { display: grid; gap: 40px; padding-bottom: var(--space-block); }
.foot-brand .logo-pill { display: inline-block; }
.foot-brand p { margin: 20px 0 24px; color: #c3d3e0; }
.foot-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.foot-links li { margin: 0; }
.foot-links a { display: inline-flex; align-items: flex-start; gap: 10px; color: #dbe6ee; text-decoration: none; line-height: 1.45; }
.foot-links a .i { width: 16px; height: 16px; color: var(--orange-500); margin-top: 4px; transition: transform .2s; }
.foot-links a:hover { color: var(--white); }
.foot-links a:hover .i { transform: translateX(3px); }
.foot-contact { display: grid; gap: 18px; align-content: start; }
.foot-contact h4 { margin-bottom: 2px; }
.fc-item { display: flex; gap: 16px; align-items: center; color: var(--white); text-decoration: none; }
.fc-ico { width: 48px; height: 48px; border-radius: 50%; background: var(--orange-600); color: var(--white); display: grid; place-items: center; flex: none; }
.fc-ico .i { width: 22px; height: 22px; }
.fc-item small { display: block; font-size: var(--fs-xs); letter-spacing: .12em; text-transform: uppercase; color: #9fb3c3; font-weight: 600; }
.fc-item b { display: block; font-family: var(--font-h); font-weight: 700; color: var(--white); font-size: var(--fs-body); line-height: 1.4; }
a.fc-item:hover b { color: var(--orange-500); }
.fc-box { margin: 4px 0 0; border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-md); background: rgba(255,255,255,.03); padding: 4px 18px; }
.fc-box div { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.fc-box div:last-child { border-bottom: 0; }
.fc-box dt { color: #b3c6d4; font-size: var(--fs-sm); white-space: nowrap; }
.fc-box dd { margin: 0; color: var(--white); font-weight: 600; font-size: var(--fs-sm); text-align: right; white-space: nowrap; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0 26px; font-size: var(--fs-sm); color: #8fa6b8; display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: space-between; align-items: center; }
.foot-bottom p { margin: 0; max-width: none; }
.foot-legal { display: flex; gap: 22px; }
.foot-legal a { color: #c9d8e4; text-decoration: none; }
.foot-legal a:hover { color: var(--orange-500); }
@media (min-width: 640px) { .foot-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .foot-grid { grid-template-columns: 1.15fr 1.3fr .8fr 1.25fr; gap: 44px; } }

/* Mobile call bar */
.callbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 55; padding: 10px var(--gutter) calc(10px + env(safe-area-inset-bottom)); background: var(--navy-900); border-top: 1px solid rgba(255,255,255,.12); }
.callbar .cta { min-height: 54px; font-size: 1.1875rem; }

/* LeadSmart quote button — their CSS styles .btn/.btn-primary globally, so override */
a.polyares-quote-button.lead-btn { display: inline-flex !important; align-items: center; justify-content: center; min-height: 48px; padding: 8px 22px !important; border-radius: var(--r-pill) !important; font-family: var(--font-h) !important; font-weight: 700 !important; font-size: 1rem !important; line-height: 1.2 !important; text-decoration: none; text-shadow: none !important; background: transparent !important; background-image: none !important; color: var(--white) !important; border: 1.5px solid rgba(255,255,255,.45) !important; box-shadow: none !important; filter: none !important; width: 100%; margin: 0 !important; }
a.polyares-quote-button.lead-btn:hover { background: var(--white) !important; color: var(--navy-900) !important; }

/* Reveal */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* ≥640 */
@media (min-width: 640px) {
  .cta, a.polyares-quote-button.lead-btn { width: auto; }
  .cta-row { flex-direction: row; flex-wrap: wrap; }
  .svc-grid, .areas, .trust-grid, .symptoms, .process { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(4, 1fr); }
  .topbar .tb-extra { display: inline-flex; }
}

/* ≥768 */
@media (min-width: 768px) {
  .hero-wrap { padding: 16px 16px 0; }
  .sec-head.split-head { grid-template-columns: 1.1fr 1fr; gap: 48px; }
}

/* ≥1024 */
@media (min-width: 1024px) {
  body { padding-bottom: 0; }
  .callbar, .menu-btn, .icon-btn.call { display: none; }
  .nav { display: block; }
  .head-call { display: inline-flex; width: auto; }
  .svc-grid { grid-template-columns: repeat(4, 1fr); }
  .split { grid-template-columns: 1fr 1fr; }
  .split.flip > .media { order: 2; }
  .areas, .symptoms { grid-template-columns: repeat(3, 1fr); }
  .process { grid-template-columns: repeat(5, 1fr); }
  .cta-band { grid-template-columns: 1.2fr 1fr; align-items: center; }
  .cta-band > .eyebrow, .cta-band > h2, .cta-band > .lead { grid-column: 1; }
  .cta-band > .big-phone { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0; }
  .cta-band > .cta-row { grid-column: 2; grid-row: 3; margin: 0; }
  #guide .split { align-items: start; }
  #guide .media { position: sticky; top: 96px; }
  #guide .media img { aspect-ratio: 4 / 5; }
}
.stat b .i { width: .72em; height: .72em; fill: var(--orange-500); stroke: none; margin-right: 6px; vertical-align: .02em; }
h1, h2 { text-wrap: balance; }
#answer .split { align-items: start; }
.mobile-panel > a.cta { justify-content: center; border-bottom: 0; padding: 8px 22px; font-size: 1.1875rem; min-height: 52px; color: var(--white); }
.mobile-panel > a.cta:hover { color: var(--navy-900); }
/* Service cards with photos */
.card-photo { padding-top: 0; overflow: hidden; }
.card-photo .card-img { margin: 0 -24px; width: calc(100% + 48px); max-width: none; aspect-ratio: 16 / 10; object-fit: cover; }
.card-photo .ico { margin-top: -40px; border: 3px solid var(--white); position: relative; }
.card-photo:hover .ico { border-color: var(--white); }
.cta-band .hi { color: var(--orange-500); }

/* Hero + form card sizes (Umair's reference): card 400px at 900–1099px, 440px at 1100px+; form 660px tall */
@media (min-width: 900px) {
  .hero::before { background: linear-gradient(90deg, rgba(8,42,66,.95) 0%, rgba(8,42,66,.85) 42%, rgba(8,42,66,.3) 100%); }
  .hero-grid { grid-template-columns: minmax(0, 1fr) 400px; gap: 40px; min-height: 760px; }
  .form-card { justify-self: end; width: 400px; max-width: 400px; }
}
@media (min-width: 1100px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) 440px; gap: 56px; }
  .form-card { width: 440px; max-width: 440px; }
}
html, body { overflow-x: clip; }
@media (max-width: 480px) { .form-card #polyares_form { height: 578px !important; } }

/* CTA panel with technician cutout — straddles the last light section and the dark footer */
.cta-section { position: relative; background: linear-gradient(180deg, var(--white) 0 50%, var(--navy-900) 50% 100%); padding: clamp(96px, 8vw, 140px) 0 0; }
.cta-panel { position: relative; background: var(--navy-800); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-xl); padding: clamp(28px, 4.5vw, 64px); color: #c3d3e0; overflow: visible; }
.cta-copy { position: relative; z-index: 1; max-width: 640px; }
.cta-panel .eyebrow { color: #e3edf4; border-color: rgba(255,255,255,.22); background: transparent; }
.cta-panel h2 { color: var(--white); margin-bottom: 12px; }
.cta-panel h2 .hi { color: var(--orange-500); }
.cta-panel .lead { color: #c3d3e0; }
.cta-panel .cta-row { margin: 24px 0 26px; }
.cta-panel .cta-blue { background: var(--navy-600); border-color: var(--navy-600); }
.cta-panel .cta-blue:hover { background: var(--white); border-color: var(--white); color: var(--navy-900); }
.cta-biz { font-size: var(--fs-sm); color: #b3c6d4; margin-bottom: 18px; }
.cta-biz strong { color: var(--white); }
.badges { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; }
.badges li { margin: 0; }
.badges img { height: clamp(54px, 4vw + 30px, 72px); width: auto; }
.cta-person { display: none; }
.site-footer { padding-top: var(--space-block); }
@media (min-width: 1024px) {
  .cta-copy { max-width: 58%; }
  .cta-person { display: block; position: absolute; right: clamp(8px, 3vw, 48px); bottom: 0; height: calc(100% + 90px); width: auto; max-width: 40%; object-fit: contain; object-position: bottom; pointer-events: none; }
}
@media (max-width: 1023px) {
  .cta-section { padding-top: 48px; }
  .badges { gap: 10px; }
  .badges img { height: 44px; }
}
@media (max-width: 379px) { .badges { gap: 8px; } .badges img { height: 38px; } }

/* Google reviews scroller */
.reviews { position: relative; isolation: isolate; padding: var(--space-section) 0; background: var(--navy-900); overflow: hidden; }
.reviews-bg { position: absolute; inset: 0; z-index: -2; }
.reviews-bg img { width: 100%; height: 100%; object-fit: cover; }
.reviews::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(8, 42, 66, .82); }
.rv-title { color: var(--white); text-align: center; max-width: 900px; margin: 0 auto var(--space-block); }
.rv-title .hi { color: var(--orange-500); }
.rv-summary { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; background: var(--white); border-radius: var(--r-md); padding: 16px 22px; margin-bottom: 20px; color: var(--ink); font-size: var(--fs-sm); }
.rv-summary b { font-family: var(--font-h); font-size: var(--fs-h4); color: var(--navy-900); }
.rv-word { font-family: "Product Sans", var(--font-b); font-weight: 600; font-size: clamp(1.4rem, 1.2rem + .8vw, 1.9rem); letter-spacing: -.02em; line-height: 1; }
.rv-summary .stars svg { width: 22px; height: 22px; }
.rv-sep { width: 1px; height: 22px; background: var(--line); }
.rv-slider { position: relative; }
.rv-track { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 2px; }
.rv-track::-webkit-scrollbar { display: none; }
.rv-track:focus-visible { outline-offset: 4px; }
.rv-card { scroll-snap-align: start; background: var(--white); border-radius: var(--r-md); padding: 22px 24px 24px; display: flex; flex-direction: column; gap: 14px; min-height: 100%; }
.rv-head { display: flex; align-items: center; gap: 14px; }
.rv-avatar { width: 48px; height: 48px; border-radius: 50%; color: var(--white); display: grid; place-items: center; font-family: var(--font-b); font-size: 1.25rem; font-weight: 500; flex: none; }
.rv-who { flex: 1; line-height: 1.3; }
.rv-who b { display: block; font-family: var(--font-b); font-weight: 600; font-size: var(--fs-body); color: var(--ink); }
.rv-who small { color: var(--muted); font-size: var(--fs-sm); }
.g-logo { width: 26px; height: 26px; flex: none; align-self: flex-start; }
.rv-stars { display: flex; align-items: center; gap: 6px; }
.rv-stars .stars svg { width: 20px; height: 20px; }
.rv-verified { width: 18px; height: 18px; }
.rv-text { margin: 0; font-size: var(--fs-body); line-height: 1.6; color: var(--ink); }
.rv-nav { position: absolute; top: 50%; z-index: 2; width: 48px; height: 48px; border-radius: 50%; border: 0; background: var(--white); color: var(--navy-900); display: grid; place-items: center; cursor: pointer; transform: translateY(-50%); box-shadow: var(--shadow-float); transition: background .2s, color .2s; }
.rv-nav:hover { background: var(--navy-900); color: var(--white); }
.rv-nav .i { width: 22px; height: 22px; }
.rv-nav.prev { left: -8px; }
.rv-nav.prev .i { transform: rotate(180deg); }
.rv-nav.next { right: -8px; }
.rv-nav[disabled] { opacity: .45; cursor: default; }
@media (min-width: 640px) { .rv-track { grid-auto-columns: calc((100% - 18px) / 2); } }
@media (min-width: 1024px) { .rv-track { grid-auto-columns: calc((100% - 36px) / 3); } .rv-nav.prev { left: -24px; } .rv-nav.next { right: -24px; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
@media (max-width: 639px) {
  .rv-slider { padding-bottom: 68px; }
  .rv-nav { top: auto; bottom: 0; transform: none; }
  .rv-nav.prev { left: calc(50% - 58px); }
  .rv-nav.next { right: calc(50% - 58px); }
  .rv-sep { display: none; }
  .rv-summary > span:last-child { flex-basis: 100%; }
}
@media (max-width: 639px) { .rv-summary .stars svg { width: 18px; height: 18px; } .rv-summary { gap: 6px 10px; } }

/* Inner pages: single column, no sidebar */
.layout { grid-template-columns: minmax(0, 1fr); }
.layout > .prose { width: 100%; max-width: 860px; margin-inline: auto; }

button.cta { font: inherit; font-family: var(--font-h); font-weight: 700; font-size: 1.1875rem; }

/* ===== Service page template (see STYLEGUIDE §6) ===== */
.pt-0 { padding-top: 0; }
.hero .tagline { font-family: var(--font-h); font-weight: 700; font-size: var(--fs-h4); color: var(--white); margin: 0 0 10px; }

/* Trust strip under the hero */
.trust-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-strip ul { list-style: none; margin: 0; padding: 22px 0; display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.trust-strip li { display: flex; gap: 12px; align-items: flex-start; margin: 0; }
.ts-ico { width: 40px; height: 40px; border-radius: 50%; background: var(--orange-50); color: var(--orange-700); display: grid; place-items: center; flex: none; }
.ts-ico .i { width: 20px; height: 20px; }
.trust-strip b { display: block; font-family: var(--font-h); font-size: var(--fs-sm); color: var(--navy-900); line-height: 1.3; }
.trust-strip small { display: block; font-size: var(--fs-xs); color: var(--muted); line-height: 1.4; }

/* Emergency vs can-wait comparison */
.compare { display: grid; gap: 18px; }
.compare-card { background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--orange-600); border-radius: var(--r-lg); padding: 24px; }
.compare-card.later { border-top-color: var(--navy-600); }
.compare-card h3 { display: flex; align-items: center; gap: 12px; font-size: var(--fs-h3); margin-bottom: 14px; }
.cc-ico { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--orange-600); color: var(--white); flex: none; }
.compare-card.later .cc-ico { background: var(--navy-600); }
.cc-ico .i { width: 20px; height: 20px; }
.compare-card ul { list-style: none; padding: 0; margin: 0; }
.compare-card li { position: relative; padding: 10px 0 10px 20px; border-bottom: 1px solid var(--line); margin: 0; font-size: var(--fs-sm); color: var(--ink); }
.compare-card li:last-child { border-bottom: 0; }
.compare-card li::before { content: ""; position: absolute; left: 2px; top: 1.05em; width: 7px; height: 7px; border-radius: 50%; background: var(--orange-600); }
.compare-card.later li::before { background: var(--navy-600); }
.compare-card li b { color: var(--navy-900); }
.compare-note { max-width: none; background: var(--surface); border-radius: var(--r-md); padding: 16px 20px; margin: 18px 0 0; font-weight: 600; font-size: var(--fs-sm); color: var(--navy-900); }

/* Dark safety panel */
.safety { background: var(--navy-900); color: #c3d3e0; border-radius: var(--r-xl); padding: clamp(24px, 4vw, 48px); display: grid; gap: 28px; align-items: center; }
.sf-ico { width: 44px; height: 44px; border-radius: 50%; background: var(--orange-600); color: var(--white); display: grid; place-items: center; margin-bottom: 16px; }
.sf-ico .i { width: 22px; height: 22px; }
.safety h2 { color: var(--white); }
.safety h2 .hi { color: var(--orange-500); }
.sf-steps { list-style: none; padding: 0; margin: 0 0 18px; counter-reset: sf; }
.sf-steps li { counter-increment: sf; display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1); margin: 0; color: var(--white); font-weight: 600; font-size: var(--fs-sm); }
.sf-steps li::before { content: counter(sf); width: 28px; height: 28px; border-radius: 50%; background: var(--orange-600); color: var(--white); display: grid; place-items: center; font-family: var(--font-h); font-size: .85rem; flex: none; }
.sf-note { font-size: var(--fs-sm); color: #b3c6d4; margin: 0; }
.sf-media img { border-radius: var(--r-lg); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

/* While-you-wait tips */
.tips { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 12px; }
.tips li { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 18px; margin: 0; }
.tip-ico { width: 36px; height: 36px; border-radius: 50%; background: var(--navy-50); color: var(--navy-800); display: grid; place-items: center; flex: none; }
.tip-ico .i { width: 18px; height: 18px; }
.tips p { margin: 0; font-size: var(--fs-sm); }
.media-tall img { aspect-ratio: 4 / 5; }

/* Numbered check cards + mini CTA */
.num-cards { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 12px; }
.num-cards li { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 18px; margin: 0; }
.num-cards .num { width: 30px; height: 30px; border-radius: 50%; background: var(--orange-600); color: var(--white); display: grid; place-items: center; font-family: var(--font-h); font-weight: 800; font-size: .9rem; flex: none; }
.num-cards p { margin: 0; font-size: var(--fs-sm); }
.mini-cta { background: var(--navy-900); border-radius: var(--r-md); padding: 20px 22px; color: var(--white); }
.mini-cta p { font-weight: 600; font-size: var(--fs-sm); margin: 0 0 14px; }

/* 4-step process */
.steps4 { list-style: none; padding: 0; margin: 0; display: grid; gap: 18px; counter-reset: st; position: relative; }
.steps4 li { counter-increment: st; position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 64px 22px 24px; margin: 26px 0 0; }
.steps4 li::before { content: counter(st); position: absolute; top: -24px; left: 22px; width: 48px; height: 48px; border-radius: 50%; background: var(--navy-900); color: var(--white); display: grid; place-items: center; font-family: var(--font-h); font-weight: 800; border: 4px solid var(--surface); }
.steps4 li:last-child::before { background: var(--orange-600); }
.st-ico { position: absolute; top: 22px; right: 22px; width: 36px; height: 36px; border-radius: 50%; background: var(--orange-50); color: var(--orange-700); display: grid; place-items: center; }
.st-ico .i { width: 18px; height: 18px; }
.steps4 h3 { font-size: var(--fs-h4); margin-bottom: 6px; }
.steps4 p { margin: 0; font-size: var(--fs-sm); color: var(--muted); }

/* Cost cards */
.cost-cards { display: grid; gap: 14px; margin: 8px 0 var(--space-block); }
.cost-card { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.cost-card.featured { border-top: 3px solid var(--orange-600); }
.cost-card small { display: block; font-size: var(--fs-xs); font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.cost-card b { display: block; font-family: var(--font-h); font-weight: 800; font-size: var(--fs-h3); color: var(--navy-900); margin: 6px 0 4px; }
.cost-card span { font-size: var(--fs-sm); color: var(--muted); }
.cost-lead { font-size: var(--fs-lead); }
.cost-foot { display: flex; align-items: center; gap: 8px; font-size: var(--fs-sm); color: var(--muted); }
.cost-foot .i { width: 18px; height: 18px; color: var(--orange-700); }

/* Area chips */
.chips-list { list-style: none; padding: 0; margin: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.chips-list li { margin: 0; }
.chips-list a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border: 1px solid var(--line); border-radius: var(--r-pill); font-family: var(--font-h); font-weight: 700; font-size: var(--fs-xs); color: var(--navy-900); text-decoration: none; }
.chips-list a:hover { border-color: var(--navy-800); color: var(--navy-900); }
.chips-list .i { width: 15px; height: 15px; color: var(--orange-700); }

@media (min-width: 768px) {
  .trust-strip ul { grid-template-columns: repeat(4, 1fr); }
  .compare { grid-template-columns: 1fr 1fr; }
  .cost-cards { grid-template-columns: repeat(3, 1fr); }
  .steps4 { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .safety { grid-template-columns: 1.1fr 1fr; gap: 48px; }
  .steps4 { grid-template-columns: repeat(4, 1fr); }
  .steps4::before { content: ""; position: absolute; left: 12%; right: 12%; top: 26px; height: 2px; background: var(--orange-600); opacity: .5; }
  .cost-split { align-items: center; }
}
.callout.inline b { display: inline; margin: 0; }

/* ===== Inner-page layout template: original words, designed sections ===== */
.tpl h2 { font-size: var(--fs-h2); }
.tpl .container > p, .tpl .container > h2, .tpl-center > * { max-width: 860px; }
.tpl-center .container, .tpl-plain .container, .tpl-faq .container { max-width: 940px; }
.tpl h3 { margin-top: 1.2em; }
.tpl .table-wrap { margin-top: 12px; }

/* how: list items become bordered cards */
.tpl-cards ul, .tpl-cards ol { list-style: none; padding: 0; margin: 20px 0 22px; display: grid; gap: 14px; }
.tpl-cards li { margin: 0; background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--orange-600); border-radius: var(--r-md); padding: 16px 18px; font-size: var(--fs-sm); }
.tpl-cards li strong, .tpl-cards li b { display: block; font-family: var(--font-h); color: var(--navy-900); margin-bottom: 2px; }

/* signs / checklist: two-column check list in a card */
.tpl-checks ul { list-style: none; padding: 20px 24px; margin: 20px 0 22px; display: grid; gap: 0 32px; background: var(--white); border: 1px solid var(--line); border-top: 3px solid var(--orange-600); border-radius: var(--r-lg); }
.tpl-checks li { position: relative; margin: 0; padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); font-size: var(--fs-sm); }
.tpl-checks li::before { content: ""; position: absolute; left: 0; top: 13px; width: 20px; height: 20px; border-radius: 50%; background: var(--orange-600) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center / 12px no-repeat; }
.tpl-checks .checklist .i { display: none; }

/* diy: numbered cards */
.tpl-numbered ol, .tpl-numbered ul:not(.checklist) { list-style: none; padding: 0; margin: 20px 0 22px; display: grid; gap: 12px; counter-reset: n; }
.tpl-numbered ol > li, .tpl-numbered ul:not(.checklist) > li { counter-increment: n; position: relative; margin: 0; border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px 18px 16px 62px; font-size: var(--fs-sm); background: var(--white); }
.tpl-numbered ol > li::before, .tpl-numbered ul:not(.checklist) > li::before { content: counter(n); position: absolute; left: 18px; top: 14px; width: 30px; height: 30px; border-radius: 50%; background: var(--orange-600); color: var(--white); display: grid; place-items: center; font-family: var(--font-h); font-weight: 800; font-size: .9rem; }

/* visit: dark section, numbered step cards */
.tpl-steps ol, .tpl-steps ul { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 14px; counter-reset: s; }
.tpl-steps li { counter-increment: s; margin: 0; border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 20px; font-size: var(--fs-sm); color: #c3d3e0; }
.tpl-steps li::before { content: counter(s); display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--orange-600); color: var(--white); font-family: var(--font-h); font-weight: 800; margin-bottom: 12px; }
.tpl-steps li strong, .tpl-steps li b { display: block; color: var(--white); font-family: var(--font-h); margin-bottom: 2px; }
.tpl-steps p { color: #c3d3e0; }

/* emergency: dark panel */
.tpl-panel-box { background: var(--navy-900); color: #c3d3e0; border-radius: var(--r-xl); padding: clamp(24px, 4vw, 48px); }
.tpl-panel-box h2, .tpl-panel-box strong { color: var(--white); }
.tpl-panel-box p { color: #c3d3e0; }
.tpl-panel-box .callout { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.tpl-panel-box .callout p { color: #e3edf4; }
.tpl-panel-box .callout.tip { border-left-color: var(--orange-600); color: var(--orange-500); }
.tpl-panel-box .callout.tip b { color: var(--orange-500); }
.tpl-panel-box a { color: #ffd2b0; }

/* location "services": h3 blocks become cards */
.tpl-h3-grid { display: grid; gap: 14px; margin-top: 20px; }
.tpl-h3-grid .card { gap: 6px; }
.tpl-h3-grid .card h3 { margin-top: 0; }
.tpl-h3-grid .card p { font-size: var(--fs-sm); }

/* split with figure */
.tpl-split-grid { align-items: start; }
.tpl-split-grid .media figure { margin: 0; }
.tpl-split-grid .media img { aspect-ratio: 4 / 5; border-radius: var(--r-xl); }
.tpl-split-grid figcaption { font-size: var(--fs-sm); color: var(--muted); margin-top: 10px; }
.tpl-center .media figure { margin: 0; }
.tpl-center .media img { border-radius: var(--r-xl); aspect-ratio: 16 / 9; }
.tpl-center .media figcaption { font-size: var(--fs-sm); color: var(--muted); margin-top: 10px; }

@media (min-width: 768px) {
  .tpl-cards ul, .tpl-cards ol, .tpl-h3-grid { grid-template-columns: 1fr 1fr; }
  .tpl-checks ul { grid-template-columns: 1fr 1fr; }
  .tpl-numbered ol, .tpl-numbered ul:not(.checklist) { grid-template-columns: 1fr 1fr; }
  .tpl-steps ol, .tpl-steps ul { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .tpl-steps ol, .tpl-steps ul { grid-template-columns: repeat(4, 1fr); }
  .tpl-split-grid .media { position: sticky; top: 100px; }
}
.container.tpl-center > * { margin-inline: auto; }
/* Simple location menu: pin + city name */
.dd-areas { min-width: 250px; padding: 8px; }
.dd-simple { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: var(--r-md); text-decoration: none; color: var(--navy-900); font-family: var(--font-h); font-weight: 700; font-size: var(--fs-sm); }
.dd-simple .i { width: 20px; height: 20px; color: var(--navy-800); }
.dd-simple:hover { background: var(--navy-50); color: var(--navy-900); }


/* LeadSmart form placeholder until the iframe loads */
.form-card #polyares_form { position: relative; background: var(--surface); border-radius: var(--r-md); }
.form-card #polyares_form::before { content: "Loading form…"; position: absolute; inset: 0; display: grid; place-items: center; font-size: var(--fs-sm); color: var(--muted); }
.form-card #polyares_form.loaded::before { display: none; }
.form-card #polyares_form iframe { position: relative; z-index: 1; }
