/* ============================================================
   Clear Ripples — LEGACY page styles
   Deduplicated union of the per-page inline <style> blocks that
   used to live in all 35 non-homepage files.

   The design tokens below are deliberately REDEFINED onto the new
   navy/serif system in site.css. The legacy token NAMES are kept
   (--primary, --navy, --cta, --font-serif) so none of the ~400
   existing class rules or any page markup had to change — only the
   values behind them moved. Delete a block here once the page that
   needs it has been rebuilt on the site.css vocabulary.
   ============================================================ */

@import url('/assets/site.css');

:root {
  /* names legacy, values current */
  --primary:      #0D3060;
  --primary-dark: #082347;
  --navy:         #172E4F;
  --navy-light:   #1F3D67;
  --cta:          #C9702A;
  --cta-dark:     #A85A1E;
  --accent:       #7DD3FC;
  --accent-dark:  #38BDF8;

  --muted:    #64748B;
  --border:   #E2E8F0;
  --bg-gray:  #F8FAFC;
  --bg-light: #F8FAFC;
  --bg-blue:  #DBEAFE;
  --white:    #FFFFFF;
  --text:     #16233A;

  --radius:    12px;
  --radius-lg: 20px;
  --nav-h:     88px;
  --shadow:    0 2px 16px rgba(23,46,79,0.08);
  --shadow-lg: 0 8px 40px rgba(23,46,79,0.14);

  /* headline face is now Fraunces; Inter carries body copy */
  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
}

/* Headline face. The legacy pages set `font-family: var(--font-serif)` on their
   own headings, and --font-serif is remapped to Fraunces above, so most of this
   is already handled — this rule only catches headings that never named a face. */
h1, h2, h3, .section-title { font-family: var(--font-serif); font-weight: 600; letter-spacing: -0.01em; }

</style> <style> *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; color: #172E4F; background: #fff; line-height: 1.6; min-height: 100vh; display: flex; flex-direction: column; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
nav { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); height: var(--nav-h); display: flex; align-items: center; padding: 0 clamp(1.25rem, 5vw, 3rem); }
.nav-inner { margin: 0 auto; width: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo { display: flex; align-items: center; gap: .6rem; }
.nav-logo img { width: auto; }
.nav-cta { background: var(--cta); color: #fff; padding: .55rem 1.3rem; border-radius: 8px; font-size: .9rem; font-weight: 700; transition: background .2s; }
.nav-cta:hover { background: var(--cta-dark); }
body.p-404 main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 4rem 1.5rem; }
.error-wrap { max-width: 560px; text-align: center; }
.error-code { font-size: clamp(5rem, 20vw, 9rem); font-weight: 800; color: var(--bg-blue); line-height: 1; letter-spacing: -4px; }
.error-wave { font-size: 3rem; margin: -.5rem 0 1rem; }
.error-wrap h1 { font-family: var(--font-serif); font-size: clamp(1.7rem, 4.4vw, 2.4rem); font-weight: 400; color: var(--navy); margin-bottom: .75rem; letter-spacing: -.01em; }
.error-wrap p { font-size: 1.05rem; color: var(--muted); margin-bottom: 2.5rem; line-height: 1.7; }
.error-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary { color: #fff; font-weight: 700; }
.btn-primary:hover { transform: translateY(-1px); }
body.p-404 .btn-secondary { background: var(--bg-gray); color: var(--navy); padding: .75rem 1.75rem; border-radius: 10px; font-size: 1rem; font-weight: 600; transition: background .2s, transform .15s; display: inline-block; }
body.p-404 .btn-secondary:hover { background: var(--border); transform: translateY(-1px); }
.quick-links { margin-top: 3rem; }
.quick-links p { font-size: .9rem; color: var(--muted); margin-bottom: .75rem; }
.quick-links ul { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; }
.quick-links a { font-size: .85rem; font-weight: 600; color: var(--primary); padding: .3rem .8rem; border: 1.5px solid var(--primary); border-radius: 20px; transition: background .15s, color .15s; }
.quick-links a:hover { background: var(--primary); color: #fff; }
body.p-404 footer { background: var(--navy); color: rgba(255,255,255,0.7); text-align: center; padding: 1.25rem 1.5rem; font-size: .85rem; }
body.p-404 footer a { color: var(--primary); font-weight: 600; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.badge { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em; color: var(--primary); background: var(--bg-blue); border-radius: 100px; padding: 5px 14px; margin-bottom: 14px; text-transform: uppercase; }
.section-title { font-family: var(--font-serif); font-size: clamp(30px, 4.2vw, 44px); font-weight: 400; color: var(--navy); line-height: 1.15; margin-bottom: 16px; letter-spacing: -.005em; }
.section-sub { font-size: 16px; color: var(--muted); max-width: 560px; line-height: 1.7; }
.section-header { margin-bottom: 52px; }
.section-header.center { text-align: center; }
.section-header.center .section-sub { margin: 0 auto; }
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--cta); font-size: 15px; padding: 14px 28px; border-radius: 8px; transition: background .2s, transform .15s, box-shadow .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.btn-primary:hover { background: var(--cta-dark); box-shadow: 0 6px 20px rgba(180,83,9,0.40); }
#nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav-h); background: #fff; border-bottom: 1px solid rgba(226,232,240,0.8); box-shadow: 0 2px 12px rgba(23,46,79,0.07); transition: box-shadow .2s; }
.nav-inner { max-width: 1180px; padding: 0 24px; height: 100%; gap: 16px; }
.nav-logo img { height: 52px; display: block; border-radius: 6px; }
@media (max-width: 768px) { .nav-logo img { height: 44px; } }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: 14px; font-weight: 500; color: rgba(23,46,79,0.75); transition: color .2s; }
.nav-links a:hover { color: var(--primary); }
.nav-links a.active { color: var(--primary); font-weight: 600; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 500; color: var(--navy); white-space: nowrap; transition: color .2s; }
.nav-phone:hover { color: var(--primary); }
#nav-toggle { display: none; padding: 6px; }
#nav-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }
#mobile-menu { display: none; position: fixed; top: var(--nav-h); left: 0; right: 0; z-index: 99; background: #fff; border-bottom: 1px solid var(--border); padding: 20px 24px 28px; flex-direction: column; gap: 0; box-shadow: 0 8px 32px rgba(23,46,79,0.12); }
#mobile-menu.open { display: flex; }
#mobile-menu a { font-size: 15px; font-weight: 600; color: var(--navy); padding: 14px 0; border-bottom: 1px solid var(--border); display: flex; align-items: center; }
#mobile-menu a:last-of-type { border-bottom: none; }
#mobile-menu .mm-cta { margin-top: 16px; }
#mobile-menu .mm-cta .btn-primary { width: 100%; justify-content: center; display: flex; }
#mm-close { align-self: flex-end; background: none; border: none; cursor: pointer; padding: 4px; color: var(--navy); margin-bottom: 4px; }
#page-hero { background: linear-gradient(135deg, #172E4F 0%, #0d3060 100%); padding: calc(var(--nav-h) + 52px) 0 72px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.breadcrumb a { color: rgba(255,255,255,0.55); transition: color .15s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: rgba(255,255,255,0.35); }
#page-hero .badge { background: rgba(17,164,212,0.2); color: #7dd3fc; }
#page-hero h1 { font-family: var(--font-serif); font-size: clamp(32px, 4.7vw, 56px); font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 16px; letter-spacing: -.01em; }
#page-hero h1 span { color: var(--accent); }
#page-hero p { font-size: 16px; color: rgba(255,255,255,0.85); max-width: 620px; line-height: 1.7; }
.story-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.story-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--primary); background: var(--bg-blue); border-radius: 100px; padding: 6px 14px; margin-bottom: 20px; }
.story-badge svg { width: 14px; height: 14px; }
.story-body h2 { font-size: clamp(28px,4vw,42px); font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.story-body h2 span { color: var(--primary); }
.story-body > p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 22px; }
.story-checklist { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.story-check { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: var(--navy); }
.check-icon { border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.check-icon svg { stroke: #fff; }
.story-stats { display: flex; gap: 28px; }
.story-stat { text-align: center; }
.story-stat-num { font-size: 32px; font-weight: 800; color: var(--navy); line-height: 1; min-width: 72px; white-space: nowrap; }
.story-stat-label { font-size: 12px; color: var(--muted); font-weight: 500; margin-top: 4px; }
.owner-photo-wrap { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; background: var(--bg-gray); display: flex; align-items: center; justify-content: center; border: 1px solid var(--border); }
.owner-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.owner-photo-placeholder { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--muted); font-size: 14px; font-weight: 500; text-align: center; padding: 24px; }
.owner-photo-placeholder svg { width: 48px; height: 48px; color: var(--border); }
.vision-card { background: linear-gradient(135deg, var(--primary) 0%, #0d8ab5 100%); border-radius: var(--radius-lg); padding: 40px 36px; color: #fff; margin-top: 24px; }
.vision-icon { width: 52px; height: 52px; background: rgba(255,255,255,0.2); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.vision-icon svg { width: 26px; height: 26px; stroke: #fff; }
.vision-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 14px; }
.vision-card p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.9); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.value-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; transition: box-shadow .25s, transform .25s; }
.value-card.primary { background: var(--primary); border-color: var(--primary); }
.value-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.value-icon { width: 48px; height: 48px; background: var(--bg-blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.value-card.primary .value-icon { background: rgba(255,255,255,0.2); }
.value-icon svg { width: 24px; height: 24px; color: var(--primary); }
.value-card.primary .value-icon svg { color: #fff; }
.value-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.value-card.primary h3 { color: #fff; }
.value-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.value-card.primary p { color: rgba(255,255,255,0.88); }
.apart-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.apart-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; text-align: center; transition: box-shadow .25s, transform .25s; }
.apart-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.apart-icon { width: 56px; height: 56px; background: var(--bg-blue); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.apart-icon svg { width: 28px; height: 28px; color: var(--primary); }
.apart-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.apart-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 700; color: var(--navy); text-align: left; cursor: pointer; gap: 16px; background: none; border: none; font-family: inherit; }
.faq-q:hover { color: var(--primary); }
.faq-chevron { width: 20px; height: 20px; color: var(--muted); flex-shrink: 0; transition: transform .25s; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--primary); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .32s ease, padding .3s; color: var(--muted); line-height: 1.75; }
.faq-item.open .faq-a { max-height: 300px; padding-bottom: 22px; }
.faq-item.open .faq-q { color: var(--primary); }
#contact-cta { padding: 88px 0; background: linear-gradient(135deg, #172E4F 0%, #0d3060 60%, #11517a 100%); text-align: center; }
#contact-cta h2 { font-size: clamp(28px,4vw,42px); font-weight: 800; color: #fff; margin-bottom: 16px; line-height: 1.15; }
#contact-cta p { font-size: 16px; color: rgba(255,255,255,.85); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.cta-btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--primary); color: #fff; font-weight: 700; font-size: 16px; padding: 16px 36px; border-radius: 100px; transition: background .2s, transform .15s; text-decoration: none; }
.cta-btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.cta-phone-note { margin-top: 22px; font-size: 14px; color: rgba(255,255,255,.65); }
.cta-phone-note a { color: #7dd3fc; font-weight: 700; font-size: 17px; }
#sms-btn { position: fixed; bottom: 28px; left: 28px; z-index: 200; display: flex; align-items: center; gap: 10px; background: #16a34a; color: #fff; padding: 13px 22px; border-radius: 100px; box-shadow: 0 4px 24px rgba(22,163,74,0.38); font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s; text-decoration: none; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
#sms-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(22,163,74,0.48); }
#sms-btn svg { width: 18px; height: 18px; flex-shrink: 0; }
#footer { background: var(--navy); color: rgba(255,255,255,0.65); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1.5fr; gap: 48px; padding-bottom: 52px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.footer-logo img { height: 48px; width: auto; background: #fff; border-radius: 8px; padding: 4px 8px; }
.footer-tagline { font-size: 14px; line-height: 1.7; }
.footer-col .footer-heading { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #fff; margin-bottom: 18px; }
.footer-col li { padding: 5px 0; }
.footer-col a { font-size: 14px; color: rgba(255,255,255,.6); transition: color .15s; display: block; }
.footer-col a:hover { color: var(--primary); }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; padding: 6px 0; }
.footer-contact-item svg { width: 15px; height: 15px; color: var(--primary); flex-shrink: 0; margin-top: 3px; }
.footer-contact-item a, .footer-contact-item span { font-size: 14px; color: rgba(255,255,255,.6); transition: color .15s; }
.footer-contact-item a:hover { color: var(--primary); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 22px 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; font-size: 13px; color: rgba(255,255,255,.70); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,.70); transition: color .15s; }
.footer-bottom-links a:hover { color: var(--primary); }
.footer-bottom-links button { background: none; border: none; cursor: pointer; font: inherit; padding: 0; color: rgba(255,255,255,.70); transition: color .15s; }
.footer-bottom-links button:hover { color: var(--primary); }
@media (max-width: 1024px) {
      .values-grid { grid-template-columns: repeat(2, 1fr); }
    }
@media (max-width: 900px) {
      .story-layout { grid-template-columns: 1fr; gap: 48px; }
      .apart-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .values-grid { grid-template-columns: 1fr 1fr; }
      .apart-grid { grid-template-columns: 1fr; }
      .story-stats { gap: 20px; }
      .footer-grid { grid-template-columns: 1fr; }
      #mobile-cta-bar { display: flex; }
    }
.wave-divider { line-height: 0; display: block; }
.wave-divider svg { display: block; width: 100%; }
#mobile-cta-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 150; background: var(--navy); padding: 12px 16px; gap: 10px; box-shadow: 0 -4px 20px rgba(23,46,79,0.18); transform: translateY(100%); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); }
#mobile-cta-bar.visible { transform: translateY(0); }
.mcta-quote { flex: 1; background: var(--cta); color: #fff; font-weight: 700; font-size: 15px; padding: 13px 10px; border-radius: 8px; text-align: center; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.mcta-call { flex: 1; background: rgba(255,255,255,0.12); color: #fff; font-weight: 700; font-size: 15px; padding: 13px 10px; border-radius: 8px; text-align: center; border: 1.5px solid rgba(255,255,255,0.25); font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.revealed { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }
.faq-plain { padding: 64px 0; background: #fff; }
.faq-plain .container { max-width: 800px; }
.faq-plain h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; color: var(--navy); margin-bottom: 8px; }
.faq-plain h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin: 26px 0 8px; }
.faq-plain p { font-size: 15px; color: var(--muted); line-height: 1.75; }
.st-card:not(#_):not(#_) { background: #fff; border-radius: 12px; max-width: 560px; margin: 40px auto; padding: 36px 32px; position: relative; font-family: inherit; }
.st-close:not(#_):not(#_) { position: absolute; top: 16px; right: 16px; background: none; border: none; cursor: pointer; padding: 4px; color: #64748b; }
.st-fine:not(#_):not(#_) { font-size: 12px; color: #94a3b8; margin: 24px 0 0; }
.st-h:not(#_):not(#_) { font-size: .95rem; color: var(--primary); margin: 0 0 6px; font-weight: 600; }
.st-overlay:not(#_):not(#_) { display: none; position: fixed; inset: 0; z-index: 9999; background: rgba(0,0,0,.55); padding: 20px; overflow-y: auto; }
.st-p:not(#_):not(#_) { font-size: .9rem; color: #374151; line-height: 1.6; margin: 0; }
.st-sub:not(#_):not(#_) { font-size: 13px; color: #64748b; margin: 0 0 24px; }
.st-title:not(#_):not(#_) { font-size: 1.25rem; color: #172E4F; margin: 0 0 4px; }
.u-a-primary:not(#_):not(#_) { color: var(--primary); }
.u-badge-cyan:not(#_):not(#_) { background: rgba(17,164,212,0.2); color: #7dd3fc; }
.u-bg-gray:not(#_):not(#_) { background: var(--bg-gray); }
.u-bg-white:not(#_):not(#_) { background: #fff; }
.u-hidden:not(#_):not(#_) { display: none; }
.u-link-bold:not(#_):not(#_) { color: var(--primary); font-weight: 700; }
.u-stack-20:not(#_):not(#_) { display: flex; flex-direction: column; gap: 20px; }
.u-white-85:not(#_):not(#_) { color: rgba(255,255,255,0.85); }
.section-title span { color: var(--primary); }
#nav-toggle span { transition: transform .2s, opacity .2s; }
.hero-review-badge:not(#_):not(#_) { display: inline-flex; align-items: center; gap: 8px; padding: 7px 14px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 14px; font-weight: 700; color: #fff; text-decoration: none; line-height: 1; }
.hero-review-badge:not(#_):not(#_):hover { background: rgba(255,255,255,.2); }
.hero-review-badge .hrb-stars:not(#_) { color: #FFB400; letter-spacing: 1px; }
.hero-review-badge .hrb-count:not(#_) { font-weight: 600; opacity: .9; }
#page-hero p { margin-bottom: 32px; }
.hero-btns { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.btn-hero-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--cta); color: #fff; font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 8px; transition: background .2s, transform .15s, box-shadow .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.btn-hero-primary:hover { background: var(--cta-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(180,83,9,0.40); }
.btn-hero-outline { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 8px; border: 1.5px solid rgba(255,255,255,0.45); transition: background .2s, border-color .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.btn-hero-outline:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.7); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.compare-card { border-radius: var(--radius-lg); padding: 40px 36px; border: 2px solid var(--border); background: #fff; position: relative; transition: box-shadow .25s, border-color .25s; }
.compare-card:hover { box-shadow: var(--shadow-lg); }
.compare-card.featured { border-color: var(--primary); }
.compare-tag { display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; padding: 3px 12px; border-radius: 100px; margin-bottom: 16px; }
.compare-tag.no-drain { background: var(--bg-blue); color: var(--primary); }
.compare-tag.full-drain { background: #f1f5f9; color: var(--muted); }
.compare-card h2 { font-size: 24px; font-weight: 800; color: var(--navy); margin-bottom: 12px; line-height: 1.2; }
.compare-card .tagline { font-size: 14px; color: var(--muted); margin-bottom: 24px; line-height: 1.65; }
.compare-list { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.compare-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--navy); font-weight: 500; line-height: 1.5; }
.compare-check { width: 20px; height: 20px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.compare-check svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 3; }
.compare-meta { font-size: 13px; color: var(--muted); display: flex; gap: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.compare-meta span { display: flex; align-items: center; gap: 6px; }
.compare-cta { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--primary); color: #fff; font-weight: 700; font-size: 14px; padding: 13px 24px; border-radius: 8px; transition: background .2s, transform .15s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; text-decoration: none; width: 100%; margin-top: 28px; }
.compare-cta:hover { background: var(--primary-dark); transform: translateY(-1px); }
.best-for-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.best-for-col h3 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 16px; }
.best-for-list { display: flex; flex-direction: column; gap: 12px; }
.best-for-item { display: flex; align-items: flex-start; gap: 12px; }
.bfi-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); flex-shrink: 0; margin-top: 6px; }
.best-for-item p { font-size: 14px; color: var(--muted); line-height: 1.65; }
.best-for-item strong { color: var(--navy); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; }
.process-col h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid var(--primary); }
.process-steps { display: flex; flex-direction: column; gap: 20px; }
.process-step { display: flex; gap: 16px; align-items: flex-start; }
.process-num { width: 32px; height: 32px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.process-step h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.process-step p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.stain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stain-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; transition: box-shadow .25s, transform .25s; }
.stain-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.stain-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--bg-blue); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.stain-icon svg { width: 24px; height: 24px; color: var(--primary); }
.stain-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.stain-card p { font-size: 13px; color: var(--muted); line-height: 1.7; }
.stain-card .rec { font-size: 12px; font-weight: 700; color: var(--primary); margin-top: 12px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 22px 0; cursor: pointer; background: none; border: none; font-family: inherit; text-align: left; gap: 20px; }
.faq-trigger h3 { font-size: 16px; font-weight: 700; color: var(--navy); line-height: 1.4; }
.faq-trigger:hover h3 { color: var(--primary); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease, padding .3s; padding: 0; }
.faq-item.open .faq-answer { max-height: 400px; padding-bottom: 20px; }
.faq-answer p { font-size: 15px; color: var(--muted); line-height: 1.75; }
@media (max-width: 1024px) {
      .compare-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
      .process-grid { grid-template-columns: 1fr; gap: 40px; }
      .best-for-grid { grid-template-columns: 1fr; gap: 32px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 900px) {
      .stain-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .stain-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .hero-btns { flex-direction: column; align-items: flex-start; }
      #mobile-cta-bar { display: flex; }
      .compare-meta { flex-direction: column; gap: 8px; }
    }
#nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.08); }
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; transition: box-shadow .25s, transform .25s; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.card-icon { width: 52px; height: 52px; background: var(--bg-blue); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card-icon svg { width: 26px; height: 26px; color: var(--primary); }
.card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.service-item { display: flex; align-items: center; gap: 12px; background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; }
.service-item svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; }
.service-item span { font-size: 15px; font-weight: 600; color: var(--navy); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.step { text-align: center; }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.step h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.step p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.bg-gray { background: var(--bg-gray); }
@media (max-width: 900px) { .cards-grid { grid-template-columns: 1fr 1fr; } .steps-grid { grid-template-columns: 1fr; gap: 24px; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { #sms-btn { bottom: 84px; left: 16px; } .nav-links, .nav-cta .btn-primary { display: none; } #nav-toggle { display: block; } .nav-phone { display: none; } .section { padding: 60px 0; } .cards-grid { grid-template-columns: 1fr; } .services-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } #mobile-cta-bar { display: flex; } }
.local-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 768px) { .local-grid { grid-template-columns:1fr; gap:28px; } }
.local-photo { padding: 64px 0 0; background: #fff; }
.local-photo .container { max-width: 800px; }
.local-photo img { display: block; width: 100%; max-width: 560px; margin: 0 auto; height: auto; border-radius: var(--radius-lg); }
.local-photo figcaption { font-size: 13px; color: var(--muted); margin-top: 10px; text-align: center; }
.u-band-gray:not(#_):not(#_) { background: var(--bg-gray); padding: 40px 0; }
.u-band-lite:not(#_):not(#_) { padding: 40px 24px; background: #F3F5F7; text-align: center; }
.u-body:not(#_):not(#_) { font-size: 15px; color: #64748b; line-height: 1.8; }
.u-body-dark:not(#_):not(#_) { color: #374151; font-size: .95rem; line-height: 1.7; }
.u-body-mb:not(#_):not(#_) { font-size: 15px; color: #64748b; line-height: 1.8; margin-bottom: 20px; }
.u-card-lite:not(#_):not(#_) { background: #F3F5F7; border-radius: 16px; padding: 32px; }
.u-card-title:not(#_):not(#_) { font-size: 17px; font-weight: 700; color: #172E4F; margin-bottom: 20px; }
.u-center-note:not(#_):not(#_) { font-size: 15px; color: var(--muted); line-height: 1.8; text-align: center; max-width: 680px; margin: 0 auto; }
.u-cred-line:not(#_):not(#_) { margin: 16px 0 0; font-size: 14px; font-weight: 700; color: var(--primary); letter-spacing: .03em; }
.hero-review-badge:not(#_):not(#_) { margin: 14px 0 0; }
.u-divided:not(#_):not(#_) { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #e2e8f0; }
.u-grid-2:not(#_):not(#_) { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.u-h-navy:not(#_):not(#_) { color: var(--navy); font-size: 1rem; margin-bottom: 8px; }
.u-lead-q:not(#_):not(#_) { font-size: 14px; font-weight: 700; color: #172E4F; margin-bottom: 8px; }
.u-link-cyan:not(#_):not(#_) { color: var(--primary); font-weight: 600; }
.u-link-quiet:not(#_):not(#_) { color: inherit; text-decoration: none; }
.u-mt-32:not(#_):not(#_) { margin-top: 32px; }
.u-navlink:not(#_):not(#_) { text-decoration: none; font-size: 15px; font-weight: 600; color: var(--navy); }
.u-note:not(#_):not(#_) { font-size: 14px; color: #64748b; line-height: 1.7; }
.u-wrap-680:not(#_):not(#_) { max-width: 680px; margin: 0 auto; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.why-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.why-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.why-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.neighborhoods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.nbhd { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 18px 20px; }
.nbhd h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.nbhd p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.nearby-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.nearby-link { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius); padding: 14px 16px; text-align: center; font-size: 14px; font-weight: 600; color: var(--navy); transition: background .2s, color .2s; }
.nearby-link:hover { background: var(--bg-blue); color: var(--primary); }
@media (max-width: 900px) { .cards-grid { grid-template-columns: 1fr 1fr; } .steps-grid { grid-template-columns: 1fr; gap: 24px; } .footer-grid { grid-template-columns: 1fr 1fr; } .why-grid { grid-template-columns: 1fr; } .neighborhoods { grid-template-columns: 1fr 1fr; } .nearby-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { #sms-btn { bottom: 84px; left: 16px; } .nav-links, .nav-cta .btn-primary { display: none; } #nav-toggle { display: block; } .nav-phone { display: none; } .section { padding: 60px 0; } .cards-grid { grid-template-columns: 1fr; } .services-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } #mobile-cta-bar { display: flex; } .neighborhoods { grid-template-columns: 1fr; } .nearby-grid { grid-template-columns: 1fr 1fr; } .local-grid { grid-template-columns:1fr; gap:28px; } }
.u-hero-kicker:not(#_):not(#_) { margin-top: 14px; font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.5); letter-spacing: .06em; text-transform: uppercase; }
.u-hero-lede:not(#_):not(#_) { font-size: 17px; color: rgba(255,255,255,0.92); line-height: 1.75; max-width: 680px; margin-top: 18px; }
.u-white:not(#_):not(#_) { color: #fff; }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.why-body h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.why-body h2 span { color: var(--primary); }
.why-body > p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 32px; }
.feature-cards { display: flex; flex-direction: column; gap: 20px; }
.feature-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 24px; display: flex; gap: 16px; align-items: flex-start; transition: box-shadow .25s, transform .25s; }
.feature-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.feature-icon { width: 44px; height: 44px; background: var(--bg-blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-icon svg { width: 22px; height: 22px; color: var(--primary); }
.feature-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.feature-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-item { transition: box-shadow .25s, transform .25s; }
.service-item:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.service-item-icon { width: 48px; height: 48px; background: var(--bg-blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.service-item-icon svg { width: 24px; height: 24px; color: var(--primary); }
.service-item h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.service-item p { font-size: 13px; color: var(--muted); line-height: 1.65; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.audience-card { background: var(--bg-gray); border-radius: var(--radius-lg); padding: 32px 28px; transition: box-shadow .25s, transform .25s; }
.audience-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.audience-card h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.audience-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
#area-strip { background: var(--primary); padding: 72px 0; text-align: center; }
#area-strip h2 { font-size: clamp(26px,3.5vw,36px); font-weight: 800; color: #fff; margin-bottom: 16px; line-height: 1.15; }
#area-strip h2 span { color: #d9f3fc; }
#area-strip p { font-size: 16px; color: rgba(255,255,255,0.9); max-width: 560px; margin: 0 auto 32px; line-height: 1.7; }
.area-btn { display: inline-flex; align-items: center; gap: 8px; background: #fff; color: var(--primary); font-weight: 700; font-size: 15px; padding: 14px 32px; border-radius: 100px; transition: background .2s, transform .15s; text-decoration: none; }
.area-btn:hover { background: #f0fdff; transform: translateY(-2px); }
@media (max-width: 1024px) {
      .why-layout { grid-template-columns: 1fr; gap: 48px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 900px) {
      .service-grid { grid-template-columns: 1fr 1fr; }
      .audience-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .service-grid { grid-template-columns: 1fr; }
      .audience-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      #mobile-cta-bar { display: flex; }
    }
.u-bg-primary:not(#_):not(#_) { background: var(--primary); }
.u-link-inherit-u:not(#_):not(#_) { color: inherit; font-weight: 700; text-decoration: underline; }
.info-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 860px; margin: 0 auto; }
body.p-contact .info-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 22px; text-align: center; transition: box-shadow .25s, transform .25s; }
.info-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.info-icon { width: 52px; height: 52px; background: var(--bg-blue); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.info-icon svg { width: 24px; height: 24px; color: var(--primary); }
.info-card h2 { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 6px; text-transform: uppercase; letter-spacing: .06em; }
.info-card a, .info-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.info-card a { color: var(--primary); font-weight: 600; display: block; }
.info-card a:hover { color: var(--primary-dark); }
.info-card .info-sub { font-size: 12px; color: var(--muted); margin-top: 4px; }
.contact-faq-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.form-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 40px 36px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.form-card > p { font-size: 13px; color: var(--muted); margin-bottom: 24px; }
.form-body { display: flex; flex-direction: column; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-size: 13px; font-weight: 600; color: var(--navy); }
.form-input, .form-select, .form-textarea { border: 1.5px solid var(--border); border-radius: 8px; padding: 13px 15px; font-size: 15px; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; color: var(--navy); background: #fff; outline: none; transition: border-color .2s, box-shadow .2s; width: 100%; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(17,164,212,0.12); }
.form-textarea { resize: vertical; min-height: 110px; }
.form-submit { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--cta); color: #fff; font-weight: 700; font-size: 16px; padding: 16px; border-radius: 8px; border: none; cursor: pointer; transition: background .2s, transform .15s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.form-submit:hover { background: var(--cta-dark); transform: translateY(-1px); }
.form-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; }
#form-status { font-size: 14px; font-weight: 600; text-align: center; min-height: 20px; }
.faq-col h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 24px; }
.faq-a { font-size: 14px; }
#service-area { background: var(--bg-gray); padding: 80px 0; }
.service-area-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-top: 40px; }
.service-area-map { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); height: 340px; }
.service-area-map iframe { width: 100%; height: 100%; border: none; display: block; }
.city-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.city-chip { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--border); border-radius: 100px; padding: 10px 20px; font-size: 14px; font-weight: 600; color: var(--navy); transition: border-color .2s, color .2s, box-shadow .2s; }
.city-chip:hover { border-color: var(--primary); color: var(--primary); box-shadow: 0 2px 12px rgba(17,164,212,0.15); }
.city-chip svg { width: 14px; height: 14px; color: var(--primary); }
.area-note { margin-top: 20px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.area-note a { color: var(--primary); font-weight: 600; }
@media (max-width: 768px) { .service-area-layout { grid-template-columns: 1fr; } }
#bottom-cta { background: linear-gradient(135deg, #172E4F 0%, #0d3060 100%); padding: 80px 0; text-align: center; }
#bottom-cta h2 { font-size: clamp(26px,4vw,42px); font-weight: 800; color: #fff; margin-bottom: 16px; }
#bottom-cta p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 520px; margin: 0 auto 32px; line-height: 1.7; }
.btn-cta-phone { display: inline-flex; align-items: center; gap: 10px; background: var(--primary); color: #fff; font-weight: 700; font-size: 18px; padding: 18px 36px; border-radius: 8px; transition: background .2s, transform .15s, box-shadow .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.btn-cta-phone:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(17,164,212,0.45); }
.btn-cta-phone svg { width: 20px; height: 20px; }
#form-status.success { display: flex; align-items: center; gap: 10px; color: #15803d; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 14px 16px; font-weight: 600; font-size: 15px; margin-top: 12px; animation: successPop 0.4s cubic-bezier(0.34,1.56,0.64,1); }
@keyframes successPop { from { opacity:0; transform:scale(0.95) translateY(8px); } to { opacity:1; transform:scale(1) translateY(0); } }
@media (max-width: 1024px) { .info-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) {
      .contact-faq-layout { grid-template-columns: 1fr; gap: 48px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .info-cards { grid-template-columns: 1fr 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      #sms-btn { bottom: 84px; left: 16px; }
      #mobile-cta-bar { display: flex; }
    }
@media (max-width: 480px) { .info-cards { grid-template-columns: 1fr; } }
.u-address:not(#_):not(#_) { margin-top: 32px; text-align: center; font-style: normal; font-size: 14px; color: #64748b; line-height: 1.8; }
.u-bg-light:not(#_):not(#_) { background: var(--bg-light); }
.u-meta-row:not(#_):not(#_) { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 6px; margin-bottom: 10px; }
.u-navy:not(#_):not(#_) { color: #172E4F; }
.u-navy-strong:not(#_):not(#_) { color: var(--navy); font-weight: 600; }
.u-no-border:not(#_):not(#_) { border: none; }
.u-cred-line-20:not(#_):not(#_) { margin: 20px 0 0; font-size: 14px; font-weight: 700; color: var(--primary); letter-spacing: .03em; }
.u-note-mt:not(#_):not(#_) { font-size: 14px; color: #64748b; line-height: 1.7; margin-top: 16px; }
</style> <style>.yt-facade { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; padding: 0; margin: 0; cursor: pointer; background-color: #000; background-size: cover; background-position: center; display: block; overflow: hidden; }
.yt-facade::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.18); transition: background .2s; }
.yt-facade:hover::before { background: rgba(0,0,0,.05); }
.yt-facade__play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 72px; height: 72px; border-radius: 50%; background: rgba(17,46,79,.85); display: flex; align-items: center; justify-content: center; transition: background .2s,transform .2s; pointer-events: none; }
.yt-facade:hover .yt-facade__play { background: #172E4F; transform: translate(-50%,-50%) scale(1.06); }
.yt-facade__play svg { width: 30px; height: 30px; fill: #fff; margin-left: 4px; }
.yt-facade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.signs-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.signs-body h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.signs-body h2 span { color: var(--primary); }
.signs-body > p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 28px; }
.warning-list { display: flex; flex-direction: column; gap: 12px; }
.warning-item { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; color: var(--navy); }
.warning-icon { width: 24px; height: 24px; border-radius: 50%; background: #fef3c7; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.warning-icon svg { width: 13px; height: 13px; }
.assess-card { background: var(--navy); border-radius: var(--radius-lg); padding: 40px 36px; color: #fff; }
.assess-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 14px; }
.assess-card p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.9); margin-bottom: 28px; }
.assess-card .card-phone { margin-top: 18px; font-size: 15px; color: rgba(255,255,255,0.7); }
.assess-card .card-phone a { color: #7dd3fc; font-weight: 700; }
.assess-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 8px; transition: background .2s, transform .15s; text-decoration: none; font-family: inherit; }
.assess-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
.steps-list { display: flex; flex-direction: column; gap: 32px; max-width: 800px; margin: 0 auto; }
.step-item { display: flex; gap: 28px; align-items: flex-start; }
.step-num { line-height: 1; flex-shrink: 0; text-align: center; opacity: 0.25; }
.step-body h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.step-body p { font-size: 14px; color: var(--muted); line-height: 1.75; }
.acid-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.acid-body h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.acid-body h2 span { color: var(--primary); }
.acid-body > p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; }
.acid-checklist { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.acid-check { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--navy); }
.acid-check-icon { width: 20px; height: 20px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.acid-check-icon svg { width: 11px; height: 11px; stroke: #fff; }
.honest-card { background: var(--bg-blue); border: 1px solid #9edff4; border-radius: var(--radius-lg); padding: 32px 28px; }
.honest-card h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.honest-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.facts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fact-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; transition: box-shadow .25s, transform .25s; }
.fact-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.fact-card h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.fact-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
@media (max-width: 1024px) {
      .signs-layout { grid-template-columns: 1fr; gap: 48px; }
      .acid-layout { grid-template-columns: 1fr; gap: 48px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 900px) {
      .facts-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .facts-grid { grid-template-columns: 1fr; }
      .step-num { font-size: 36px; width: 50px; }
      .footer-grid { grid-template-columns: 1fr; }
      #mobile-cta-bar { display: flex; }
    }
.u-badge-cyan-mb:not(#_):not(#_) { background: rgba(17,164,212,0.2); color: #7dd3fc; margin-bottom: 16px; }
.u-band-gray-48:not(#_):not(#_) { background: var(--bg-gray); padding: 48px 0; }
.u-band-navy:not(#_):not(#_) { background: #172E4F; padding: 72px 0; }
.u-bg-navy:not(#_):not(#_) { background: #172E4F; }
.u-center-lede:not(#_):not(#_) { font-size: 16px; color: var(--muted); line-height: 1.8; max-width: 720px; margin: 0 auto; text-align: center; }
.u-icon-disc-inline:not(#_):not(#_) { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; }
.u-icon-disc-navy:not(#_):not(#_) { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.u-img-banner:not(#_):not(#_) { width: 100%; border-radius: 12px; object-fit: cover; max-height: 340px; display: block; margin-bottom: 16px; }
.u-item-title:not(#_):not(#_) { font-size: 15px; color: var(--navy); display: block; margin-bottom: 6px; }
.u-li-card:not(#_):not(#_) { display: flex; gap: 16px; align-items: flex-start; padding: 24px 28px; background: var(--bg-gray); border-radius: 12px; }
.u-list-flush:not(#_):not(#_) { max-width: 100%; gap: 20px; }
.u-more-cyan-16:not(#_):not(#_) { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--primary); margin-top: 16px; }
.u-p-muted-0:not(#_):not(#_) { font-size: 14px; color: var(--muted); line-height: 1.75; margin: 0; }
.u-poster-drain:not(#_):not(#_) { background-image: url('drain-to-clean-poster.jpg'); }
.u-video-frame:not(#_):not(#_) { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 64px rgba(0,0,0,0.4); background: #000; aspect-ratio: 16/9; }
.u-white-mb12:not(#_):not(#_) { color: #fff; margin-bottom: 12px; }
.u-white45-note:not(#_):not(#_) { color: rgba(255,255,255,0.45); font-size: 13px; margin-top: 16px; }
.u-white70-lede:not(#_):not(#_) { color: rgba(255,255,255,0.7); font-size: 16px; line-height: 1.7; margin-bottom: 32px; }
.u-white70-link:not(#_):not(#_) { color: rgba(255,255,255,0.7); text-decoration: underline; }
.u-wrap-800-c:not(#_):not(#_) { max-width: 800px; margin: 0 auto; text-align: center; }
.u-card:not(#_):not(#_) { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.u-card-h:not(#_):not(#_) { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.u-center-note-sm:not(#_):not(#_) { font-size: 14px; color: var(--muted); line-height: 1.75; text-align: center; max-width: 680px; margin: 0 auto; }
.u-link:not(#_):not(#_) { color: var(--primary); font-weight: 600; }
.u-p-muted:not(#_):not(#_) { font-size: 14px; color: var(--muted); line-height: 1.75; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
body.p-new-pool-startup-service .info-card { background: var(--navy); border-radius: var(--radius-lg); padding: 40px 36px; color: #fff; }
body.p-new-pool-startup-service .info-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 14px; }
body.p-new-pool-startup-service .info-card p { font-size: 15px; line-height: 1.7; color: rgba(255,255,255,0.9); margin-bottom: 20px; }
.info-card .card-phone { margin-top: 18px; font-size: 15px; color: rgba(255,255,255,0.7); }
.info-card .card-phone a { color: #7dd3fc; font-weight: 700; }
.info-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; font-weight: 700; font-size: 15px; padding: 14px 28px; border-radius: 8px; transition: background .2s, transform .15s; text-decoration: none; font-family: inherit; }
.info-btn:hover { background: var(--primary-dark); transform: translateY(-1px); }
.check-list { display: flex; flex-direction: column; gap: 10px; }
.check-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; color: var(--navy); line-height: 1.6; }
.check-icon { width: 20px; height: 20px; margin-top: 2px; }
.check-icon svg { width: 11px; height: 11px; }
.body-col h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.body-col h2 span { color: var(--primary); }
.body-col > p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 20px; }
.faq-q svg { flex-shrink: 0; transition: transform .25s; }
.faq-q[aria-expanded="true"] svg { transform: rotate(45deg); }
.faq-a { display: none; }
.faq-a.open { display: block; }
.timeline { display: flex; flex-direction: column; gap: 0; position: relative; }
.timeline::before { content: ''; position: absolute; left: 28px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--primary), rgba(17,164,212,0.1)); }
.tl-item { display: flex; gap: 24px; align-items: flex-start; padding-bottom: 36px; position: relative; }
.tl-dot { width: 58px; height: 58px; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; z-index: 1; text-align: center; line-height: 1.2; }
.tl-body h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 8px; margin-top: 16px; }
.tl-body p { font-size: 14px; color: var(--muted); line-height: 1.75; }
@media (max-width: 1024px) {
      .two-col { grid-template-columns: 1fr; gap: 48px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 900px) {
      .facts-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .facts-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      #mobile-cta-bar { display: flex; }
    }
.u-h18:not(#_):not(#_) { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.u-mt-24:not(#_):not(#_) { margin-top: 24px; }
.u-p-muted-b:not(#_):not(#_) { font-size: 14px; color: var(--muted); line-height: 1.7; }
.u-panel-blue:not(#_):not(#_) { background: var(--bg-blue); border: 1px solid #9edff4; border-radius: var(--radius-lg); padding: 32px 28px; }
.u-panel-gray:not(#_):not(#_) { background: var(--bg-gray); border-radius: var(--radius-lg); padding: 32px 28px; }
.u-pb-0:not(#_):not(#_) { padding-bottom: 0; }
.u-wrap-720:not(#_):not(#_) { max-width: 720px; margin: 0 auto; }
.service-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.service-body h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: var(--navy); line-height: 1.15; margin-bottom: 16px; }
.service-body h2 span { color: var(--primary); }
.service-body p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.service-body ul { list-style: none; padding: 0; margin-bottom: 16px; display: flex; flex-direction: column; gap: 12px; }
.service-body ul li { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--navy); line-height: 1.6; }
.service-body ul li::before { content: ''; flex-shrink: 0; width: 20px; height: 20px; border-radius: 50%; background: var(--primary); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E"); background-size: 11px; background-repeat: no-repeat; background-position: center; margin-top: 2px; }
body.p-pool-equipment-repair .info-card { background: var(--navy); border-radius: var(--radius-lg); padding: 36px 32px; color: #fff; }
body.p-pool-equipment-repair .info-card h3 { font-size: 20px; font-weight: 800; margin-bottom: 12px; }
body.p-pool-equipment-repair .info-card p { font-size: 14px; line-height: 1.75; color: rgba(255,255,255,0.85); margin-bottom: 20px; }
.info-card a.card-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; font-weight: 700; font-size: 14px; padding: 12px 24px; border-radius: 8px; transition: background .2s; }
.info-card a.card-btn:hover { background: var(--primary-dark); }
.info-card .card-note { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,.6); }
.info-card .card-note a { color: #7dd3fc; font-weight: 700; }
.step-item { padding: 24px 28px; background: #fff; border-radius: 12px; border: 1px solid var(--border); }
.step-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; }
.step-icon svg { width: 20px; height: 20px; stroke: #fff; }
.step-body p { margin: 0; }
.highlight-card { background: var(--bg-blue); border: 1px solid #9edff4; border-radius: var(--radius-lg); padding: 32px 28px; }
.highlight-card h3 { font-size: 18px; font-weight: 800; color: var(--navy); margin-bottom: 10px; }
.highlight-card p { font-size: 14px; color: var(--muted); line-height: 1.7; margin: 0; }
@media (max-width: 1024px) { .service-layout { grid-template-columns: 1fr; gap: 40px; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 900px) { .facts-grid { grid-template-columns: 1fr 1fr; } .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) { #sms-btn { bottom: 84px; left: 16px; } .nav-links, .nav-cta .btn-primary { display: none; } #nav-toggle { display: block; } .nav-phone { display: none; } .section { padding: 60px 0; } .facts-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1fr; } #mobile-cta-bar { display: flex; } }
.u-flip-y:not(#_):not(#_) { transform: scaleY(-1); }
.u-icon-disc:not(#_):not(#_) { width: 44px; height: 44px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.u-max-720:not(#_):not(#_) { max-width: 720px; }
.u-mt-16:not(#_):not(#_) { margin-top: 16px; }
.u-mt-40:not(#_):not(#_) { margin-top: 40px; }
.u-mt16-sm:not(#_):not(#_) { margin-top: 16px; font-size: 14px; }
.u-self-start:not(#_):not(#_) { align-self: start; }
.content-body { font-size: 15px; color: var(--muted); line-height: 1.8; }
.content-body h2 { font-size: clamp(22px, 3vw, 30px); font-weight: 700; color: var(--navy); margin: 48px 0 16px; line-height: 1.2; }
.content-body h2:first-child { margin-top: 0; }
.content-body p { margin-bottom: 16px; }
.content-body ul { list-style: disc; padding-left: 24px; margin-bottom: 16px; }
.content-body ul li { margin-bottom: 8px; }
.content-body h3 { font-size: 17px; font-weight: 700; color: var(--navy); margin: 28px 0 10px; }
.price-table { width: 100%; border-collapse: collapse; margin: 20px 0 32px; font-size: 14px; }
.price-table th { background: var(--navy); color: #fff; padding: 12px 16px; text-align: left; font-weight: 700; }
.price-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--muted); }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr:nth-child(even) td { background: var(--bg-light); }
.price-range { font-weight: 700; color: var(--navy); white-space: nowrap; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .price-table { font-size: 13px; } }
@media (max-width: 768px) { #sms-btn { bottom: 84px; left: 16px; } .nav-links, .nav-cta .btn-primary { display: none; } #nav-toggle { display: block; } .nav-phone { display: none; } .section { padding: 60px 0; } .footer-grid { grid-template-columns: 1fr; } #mobile-cta-bar { display: flex; } .price-table th, .price-table td { padding: 10px 12px; } }
.u-mt-8:not(#_):not(#_) { margin-top: 8px; }
.footer-address { font-size: 13px; margin-top: 10px; line-height: 1.6; }
.content-body strong { color: var(--navy); }
.steps { display: flex; flex-direction: column; }
.step { display: flex; gap: 20px; align-items: flex-start; background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-lg); }
.step-content h3 { font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.step-content p { font-size: 14px; color: var(--muted); line-height: 1.7; margin: 0; }
.algae-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin: 28px 0; }
.algae-card { border-radius: var(--radius-lg); padding: 24px; border: 1px solid var(--border); }
.algae-card h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.algae-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.algae-green { background: #f0fdf4; border-color: #86efac; }
.algae-mustard { background: #fefce8; border-color: #fde047; }
.algae-black { background: #f8fafc; border-color: #94a3b8; }
.algae-tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: .06em; }
.tag-green { background: #dcfce7; color: #15803d; }
.tag-mustard { background: #fef9c3; color: #854d0e; }
.tag-black { background: #e2e8f0; color: #334155; }
.faq-list { margin-top: 16px; }
.faq-q { padding: 18px 20px; }
.faq-q svg { width: 18px; height: 18px; color: var(--primary); }
.faq-item.open .faq-q svg { transform: rotate(180deg); }
.faq-a { padding: 0 20px 18px; border-top: 1px solid var(--border); }
.faq-item.open .faq-a { display: block; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .algae-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { #sms-btn { bottom: 84px; left: 16px; } .nav-links, .nav-cta .btn-primary { display: none; } #nav-toggle { display: block; } .nav-phone { display: none; } .section { padding: 60px 0; } .footer-grid { grid-template-columns: 1fr; } #mobile-cta-bar { display: flex; } }
.u-card-h16:not(#_):not(#_) { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.u-card-link:not(#_):not(#_) { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 24px; display: block; transition: box-shadow .2s; }
.u-grid-3:not(#_):not(#_) { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 24px; }
.u-kicker:not(#_):not(#_) { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--primary); margin-bottom: 8px; }
.u-p-muted-sm:not(#_):not(#_) { font-size: 14px; color: var(--muted); }
#page-hero p.article-updated { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 18px; }
.u-wrap-800:not(#_):not(#_) { max-width: 800px; margin: 0 auto; }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.schedule-card { background: var(--bg-light); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; }
.schedule-card.recommended { background: var(--bg-blue); border-color: var(--primary); }
.schedule-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 8px; }
.schedule-card.recommended .schedule-label { color: var(--primary-dark); }
.schedule-card h2 { font-size: 20px; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.schedule-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.schedule-card.recommended p { color: #0f4f6a; }
.schedule-verdict { display: inline-block; margin-top: 14px; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 100px; }
.verdict-recommended { background: var(--primary); color: #fff; }
.verdict-risk { background: #fee2e2; color: #b91c1c; }
.verdict-extreme { background: #fef9c3; color: #854d0e; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .schedule-grid { grid-template-columns: 1fr; } }
.phos-table { width: 100%; border-collapse: collapse; margin: 24px 0 32px; font-size: 14px; border-radius: var(--radius); overflow: hidden; }
.phos-table th { background: var(--navy); color: #fff; padding: 12px 16px; text-align: left; font-weight: 700; font-size: 13px; }
.phos-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); color: var(--muted); }
.phos-table tr:last-child td { border-bottom: none; }
.phos-badge { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.badge-ok { background: #dcfce7; color: #15803d; }
.badge-elevated { background: #fef9c3; color: #854d0e; }
.badge-high { background: #fee2e2; color: #b91c1c; }
.badge-veryhigh { background: #fce7f3; color: #9d174d; }
.steps { gap: 16px; margin: 28px 0; }
.step { padding: 22px; }
.step-content h3 { font-size: 15px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .phos-table { font-size: 13px; } }
@media (max-width: 768px) { #sms-btn { bottom: 84px; left: 16px; } .nav-links, .nav-cta .btn-primary { display: none; } #nav-toggle { display: block; } .nav-phone { display: none; } .section { padding: 60px 0; } .footer-grid { grid-template-columns: 1fr; } #mobile-cta-bar { display: flex; } .phos-table th, .phos-table td { padding: 10px 12px; } }
.u-risk-high:not(#_):not(#_) { color: #b91c1c; font-weight: 600; }
.u-risk-low:not(#_):not(#_) { color: #15803d; font-weight: 600; }
.u-risk-mod:not(#_):not(#_) { color: #854d0e; font-weight: 600; }
.u-risk-vhigh:not(#_):not(#_) { color: #9d174d; font-weight: 600; }
.u-scroll-x:not(#_):not(#_) { overflow-x: auto; }
.featured-section { padding: 72px 0 48px; background: #fff; }
.featured-track-wrap { overflow: hidden; }
.featured-track { display: flex; transition: transform .45s cubic-bezier(.4,0,.2,1); }
.featured-slide { min-width: 100%; }
.featured-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.featured-img { height: 320px; overflow: hidden; }
.featured-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.featured-card:hover .featured-img img { transform: scale(1.04); }
.featured-body { padding: 40px 36px; display: flex; flex-direction: column; justify-content: center; }
.featured-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.featured-body h2 { font-size: clamp(18px,2.5vw,24px); font-weight: 800; color: var(--navy); margin-bottom: 12px; line-height: 1.3; }
.featured-body p { font-size: 15px; color: var(--muted); line-height: 1.7; margin-bottom: 24px; }
.feat-controls { display: flex; align-items: center; justify-content: center; gap: 16px; margin-top: 20px; }
.feat-btn { display: inline-flex; align-items: center; gap: 8px; background: var(--primary); color: #fff; font-weight: 700; font-size: 14px; padding: 11px 22px; border-radius: 8px; transition: background .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; margin-bottom: 24px; }
.feat-btn:hover { background: var(--primary-dark); }
.feat-btn svg { width: 14px; height: 14px; }
.feat-arrow { width: 38px; height: 38px; border-radius: 50%; border: 1.5px solid var(--border); background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .2s, border-color .2s; flex-shrink: 0; }
.feat-arrow:hover { background: var(--primary); border-color: var(--primary); }
.feat-arrow:hover svg { stroke: #fff; }
.feat-arrow svg { width: 16px; height: 16px; stroke: var(--muted); }
.feat-dots { display: flex; gap: 6px; align-items: center; }
.feat-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--border); border: none; cursor: pointer; transition: background .2s, transform .2s; padding: 0; }
.feat-dot.active { background: var(--primary); transform: scale(1.35); }
.filter-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }
.filter-btn { padding: 8px 18px; border-radius: 100px; border: 1.5px solid var(--border); font-size: 14px; font-weight: 600; color: var(--muted); background: #fff; cursor: pointer; transition: all .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.filter-btn:hover { border-color: var(--primary); color: var(--primary); }
.filter-btn.active { background: var(--primary); border-color: var(--primary); color: #fff; }
.filter-count { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 100px; background: rgba(0,0,0,0.1); font-size: 11px; font-weight: 700; margin-left: 4px; }
.filter-btn.active .filter-count { background: rgba(255,255,255,0.25); }
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.article-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow .25s, transform .25s; }
.article-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.article-card[data-hidden="true"] { display: none; }
.article-img { height: 190px; overflow: hidden; background: var(--bg-blue); }
.article-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.article-card:hover .article-img img { transform: scale(1.06); }
.article-body { padding: 22px; }
.article-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.article-cat { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; }
.cat-maintenance { background: #dbeafe; color: #1e40af; }
.cat-chemistry { background: #fef3c7; color: #92400e; }
.cat-seasonal { background: #dcfce7; color: #166534; }
.article-readtime { font-size: 12px; color: var(--muted); font-weight: 500; }
.article-body h3 { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 8px; line-height: 1.4; }
.article-body > p { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.article-footer { display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: var(--muted); margin-top: 12px; padding-top: 12px; border-top: 1px solid var(--border); }
.article-author { display: flex; align-items: center; gap: 6px; }
.author-avatar { width: 22px; height: 22px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.article-date { font-size: 12px; color: var(--muted); }
.article-read-more { display: inline-flex; align-items: center; gap: 5px; color: var(--primary); font-size: 13px; font-weight: 700; margin-top: 12px; cursor: pointer; background: none; border: none; font-family: inherit; padding: 0; }
.article-read-more svg { width: 13px; height: 13px; transition: transform .15s; }
.article-card:hover .article-read-more svg { transform: translateX(3px); }
.article-read-more.expanded svg { transform: rotate(90deg); }
.article-full { display: none; padding: 0 22px 22px; border-top: 1px solid var(--border); margin-top: 14px; }
.article-full.open { display: block; }
.article-full h4 { font-size: 14px; font-weight: 700; color: var(--navy); margin: 18px 0 8px; }
.article-full p { font-size: 14px; color: var(--muted); line-height: 1.75; margin-bottom: 12px; }
.article-full ul { padding-left: 18px; margin-bottom: 12px; display: flex; flex-direction: column; gap: 6px; }
.article-full ul li { font-size: 14px; color: var(--muted); line-height: 1.65; }
.article-full .tip-box { background: var(--bg-blue); border-left: 3px solid var(--primary); border-radius: 0 8px 8px 0; padding: 12px 16px; margin: 14px 0; font-size: 13px; color: var(--navy); line-height: 1.65; }
.article-full .tip-box strong { color: var(--primary); }
#tips-cta { background: linear-gradient(135deg, #172E4F 0%, #0d3060 100%); padding: 80px 0; text-align: center; }
#tips-cta h2 { font-size: clamp(26px,4vw,40px); font-weight: 800; color: #fff; margin-bottom: 16px; }
#tips-cta p { font-size: 16px; color: rgba(255,255,255,0.8); max-width: 540px; margin: 0 auto 32px; line-height: 1.7; }
@media (max-width: 900px) {
      .articles-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .featured-card { grid-template-columns: 1fr; }
      .featured-img { height: 220px; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .articles-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .featured-card { grid-template-columns: 1fr; }
      .featured-img { height: 200px; }
      .featured-body { padding: 24px 20px; }
      .filter-bar { gap: 8px; }
      .filter-btn { padding: 7px 14px; font-size: 13px; }
      #mobile-cta-bar { display: flex; }
    }
.u-band-white-56:not(#_):not(#_) { background: #fff; padding: 56px 0; }
.u-bg-snow:not(#_):not(#_) { background: #f8fafc; }
.u-body-muted:not(#_):not(#_) { font-size: 15px; color: var(--muted); line-height: 1.85; }
.u-btn-ghost:not(#_):not(#_) { background: rgba(255,255,255,0.15); margin-left: 14px; }
.u-lede-mb:not(#_):not(#_) { font-size: 16px; color: var(--muted); line-height: 1.85; margin-bottom: 20px; }
.u-link-sky:not(#_):not(#_) { color: #7dd3fc; font-weight: 700; }
.u-mb-32:not(#_):not(#_) { margin-bottom: 2rem; }
.u-more:not(#_):not(#_) { display: inline-flex; align-items: center; gap: 6px; color: var(--primary); font-weight: 700; font-size: 14px; margin-top: 12px; }
.u-pill-amber:not(#_):not(#_) { background: #fef3c7; color: #92400e; border-radius: 100px; padding: 3px 10px; font-size: 12px; font-weight: 700; }
.legal-body { padding: 64px 0 80px; }
.legal-body h2 { font-size: 20px; font-weight: 700; color: var(--navy); margin: 40px 0 12px; }
.legal-body h2:first-child { margin-top: 0; }
.legal-body p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 16px; }
.legal-body ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.legal-body ul li { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 6px; }
.legal-body a { color: var(--primary); text-decoration: underline; }
.last-updated { font-size: 13px; color: var(--muted); margin-bottom: 40px; padding-bottom: 24px; border-bottom: 1px solid var(--border); }
body.p-privacy-policy footer { background: #0f1e33; padding: 48px 0 32px; }
.footer-bottom { text-align: center; padding-top: 24px; }
.footer-bottom a { color: rgba(255,255,255,0.45); transition: color .15s; }
.footer-bottom a:hover { color: var(--primary); }
@media (max-width: 768px) {
      .nav-links, .nav-cta { display: none; }
      #nav-toggle { display: block; }
      #mobile-cta-bar {
        display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 98;
        background: #fff; border-top: 1px solid var(--border);
        box-shadow: 0 -4px 16px rgba(23,46,79,0.1);
      }
      #mobile-cta-bar a { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; padding: 16px 8px; }
      .mcta-quote { color: var(--navy); border-right: 1px solid var(--border); }
      .mcta-call { background: var(--primary); color: #fff; }
      #sms-btn { bottom: 84px; left: 16px; }
    }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.services-accordion { display: flex; flex-direction: column; gap: 16px; }
.svc-item { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow .25s; }
.svc-item.open { box-shadow: var(--shadow-lg); border-color: var(--primary); }
.svc-trigger { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 28px 32px; cursor: pointer; background: none; border: none; font-family: inherit; text-align: left; gap: 20px; position: relative; }
.svc-trigger-left { display: flex; align-items: center; gap: 20px; flex: 1; }
.svc-icon-wrap { width: 52px; height: 52px; background: var(--bg-blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.svc-icon-wrap svg { width: 26px; height: 26px; color: var(--primary); }
.svc-trigger h2, .svc-trigger .svc-heading { font-size: 18px; font-weight: 700; color: var(--navy); line-height: 1.3; }
.svc-trigger p { font-size: 14px; color: var(--muted); margin-top: 3px; }
.svc-chevron { width: 22px; height: 22px; color: var(--muted); flex-shrink: 0; transition: transform .25s; }
.svc-item.open .svc-chevron { transform: rotate(180deg); color: var(--primary); }
.svc-item.open .svc-trigger h2, .svc-item.open .svc-trigger .svc-heading { color: var(--primary); }
.svc-body { max-height: 0; overflow: hidden; transition: max-height .45s ease, padding .35s; padding: 0 32px; }
.svc-item.open .svc-body { max-height: 900px; padding-bottom: 32px; }
.svc-body-inner { border-top: 1px solid var(--border); padding-top: 28px; display: grid; grid-template-columns: 1fr 340px; gap: 32px; align-items: start; }
.svc-left p { font-size: 15px; color: var(--muted); line-height: 1.75; margin-bottom: 20px; }
.svc-include-label { font-size: 13px; font-weight: 700; color: var(--navy); margin-bottom: 12px; }
.svc-check-list { display: flex; flex-direction: column; gap: 10px; }
.svc-check-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--navy); font-weight: 500; line-height: 1.5; }
.svc-check-circle { width: 20px; height: 20px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.svc-check-circle svg { width: 10px; height: 10px; stroke: #fff; stroke-width: 3; }
.svc-duration-card { background: var(--primary); border-radius: 16px; padding: 28px 24px; color: #fff; text-align: center; }
.svc-duration-icon { width: 48px; height: 48px; background: rgba(255,255,255,0.18); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.svc-duration-icon svg { width: 24px; height: 24px; stroke: #fff; }
.svc-duration-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,0.75); margin-bottom: 6px; }
.svc-duration-value { font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 20px; line-height: 1.15; }
.svc-request-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: 100%; background: #fff; color: var(--primary); font-weight: 700; font-size: 14px; padding: 13px 20px; border-radius: 8px; transition: background .2s, transform .15s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; text-decoration: none; }
.svc-request-btn:hover { background: var(--bg-blue); transform: translateY(-1px); }
.svc-popular-badge { display: inline-flex; align-items: center; gap: 5px; background: var(--primary); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 100px; letter-spacing: .04em; margin-left: 10px; vertical-align: middle; flex-shrink: 0; }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.how-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; transition: box-shadow .25s, transform .25s; }
.how-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.how-step-num { width: 52px; height: 52px; border-radius: 50%; background: var(--primary); color: #fff; font-size: 22px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.how-card h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.how-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.commitment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.commit-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; transition: box-shadow .25s, transform .25s; }
.commit-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.commit-icon { width: 60px; height: 60px; background: var(--bg-blue); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.commit-icon svg { width: 28px; height: 28px; color: var(--primary); }
.commit-card h3 { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.commit-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
@media (max-width: 1024px) {
      .svc-body-inner { grid-template-columns: 1fr 280px; }
    }
@media (max-width: 900px) {
      .svc-body-inner { grid-template-columns: 1fr; }
      .commitment-grid { grid-template-columns: 1fr 1fr; }
      .how-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .svc-body-inner { grid-template-columns: 1fr; }
      .commitment-grid { grid-template-columns: 1fr; }
      .how-grid { grid-template-columns: 1fr; }
      .svc-trigger { padding: 20px 20px; }
      .svc-body { padding: 0 20px; }
      .svc-item.open .svc-body { padding-bottom: 24px; }
      .footer-grid { grid-template-columns: 1fr; }
      .hero-btns { flex-direction: column; align-items: flex-start; }
      #mobile-cta-bar { display: flex; }
    }
.u-bg-gray50:not(#_):not(#_) { background: #F9FAFB; }
.u-chip:not(#_):not(#_) { display: inline-block; padding: 10px 20px; background: #fff; color: #172E4F; border: 1.5px solid #e2e8f0; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; }
.u-chip-row:not(#_):not(#_) { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }
.u-chip-solid:not(#_):not(#_) { display: inline-block; padding: 10px 20px; background: #172E4F; color: #fff; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; }
.u-more-cyan-14:not(#_):not(#_) { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--primary); margin-top: 14px; }
body.p-terms-of-service footer { background: #0f1e33; padding: 48px 0 32px; }
body.p-thank-you main { flex: 1; display: flex; align-items: center; justify-content: center; padding: calc(var(--nav-h) + 60px) 24px 80px; }
.thankyou-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 56px 48px; max-width: 540px; width: 100%; text-align: center; }
.check-circle { width: 72px; height: 72px; background: #f0fdf4; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; }
.check-circle svg { width: 36px; height: 36px; color: #16a34a; }
.thankyou-card h1 { font-family: var(--font-serif); font-size: 32px; font-weight: 400; color: var(--navy); margin-bottom: 12px; letter-spacing: -.01em; }
.thankyou-card p { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 8px; }
.what-next { background: var(--bg-light); border-radius: var(--radius); padding: 20px 24px; margin: 28px 0; text-align: left; }
.what-next h2 { font-size: 13px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.what-next ul { display: flex; flex-direction: column; gap: 10px; }
.what-next li { font-size: 14px; color: var(--muted); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.what-next li svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
.thankyou-actions { display: flex; flex-direction: column; gap: 12px; margin-top: 28px; }
body.p-thank-you .btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--bg-gray); color: var(--navy); font-weight: 600; font-size: 15px; padding: 13px 28px; border-radius: 8px; transition: background .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
body.p-thank-you .btn-secondary:hover { background: var(--border); }
@media (max-width: 768px) {
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .thankyou-card { padding: 36px 24px; }
    }
.u-justify-center:not(#_):not(#_) { justify-content: center; }
.u-sm:not(#_):not(#_) { font-size: 14px; }
#video-hero { background: linear-gradient(135deg, #172E4F 0%, #0d3060 100%); padding: calc(var(--nav-h) + 52px) 0 72px; }
#video-hero .badge { background: rgba(17,164,212,0.2); color: #7dd3fc; }
#video-hero h1 { font-family: var(--font-serif); font-size: clamp(30px, 4.2vw, 50px); font-weight: 400; color: #fff; line-height: 1.1; margin-bottom: 12px; letter-spacing: -.01em; }
#video-hero h1 span { color: var(--accent); }
#video-hero .hero-sub { font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.7; margin-bottom: 36px; max-width: 680px; }
.video-wrap { position: relative; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 64px rgba(0,0,0,0.4); background: #000; aspect-ratio: 16/9; max-width: 860px; margin: 0 auto; }
.video-wrap iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }
.chapters-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.chapter-card { background: var(--bg-gray); border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 8px; }
.chapter-num { font-size: 28px; font-weight: 800; color: var(--primary); line-height: 1; }
.chapter-title { font-size: 15px; font-weight: 700; color: var(--navy); }
.chapter-desc { font-size: 14px; color: var(--muted); line-height: 1.6; }
.cta-strip { background: var(--navy); padding: 64px 0; text-align: center; }
.cta-strip h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: #fff; margin-bottom: 12px; }
.cta-strip p { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 32px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-outline-white { display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgba(255,255,255,0.5); color: #fff; font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 8px; transition: border-color .2s, background .2s; font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; }
.btn-outline-white:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
body.p-watch footer { background: var(--navy); padding: 56px 0 0; }
.footer-grid { border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-brand p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-top: 16px; max-width: 280px; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.55); transition: color .15s; }
.footer-col ul li a:hover { color: #fff; }
.footer-contact-item { margin-bottom: 10px; }
.footer-bottom-links { align-items: center; }
#mobile-cta-bar { border-top: 1px solid var(--border); align-items: center; }
@media (min-width: 769px) {
      #sms-btn { bottom: 32px; left: 32px; }
    }
@media (max-width: 900px) {
      .chapters-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
@media (max-width: 768px) {
      #sms-btn { bottom: 84px; left: 16px; }
      .nav-links, .nav-cta .btn-primary { display: none; }
      #nav-toggle { display: block; }
      .nav-phone { display: none; }
      .section { padding: 60px 0; }
      .chapters-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      #mobile-cta-bar { display: flex; }
    }
.u-r4:not(#_):not(#_) { border-radius: 4px; }
.why-grid { margin-top: 32px; }
.why-icon { width: 44px; height: 44px; background: var(--bg-blue); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.why-icon svg { width: 22px; height: 22px; color: var(--primary); }
.neighborhoods { margin-top: 28px; }
.nbhd-card { background: var(--bg-blue); border-radius: var(--radius); padding: 20px; border: 1px solid rgba(17,164,212,0.15); }
.nbhd-card h3 { font-size: 15px; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
.nbhd-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.nearby-grid { margin-top: 24px; }
.nearby-link:hover { border-color: var(--primary); }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } .why-grid { grid-template-columns: 1fr; } .neighborhoods { grid-template-columns: 1fr 1fr; } .nearby-grid { grid-template-columns: repeat(2, 1fr); } .steps-grid { grid-template-columns: 1fr; } }
@media (max-width: 768px) { #sms-btn { bottom: 84px; left: 16px; } .nav-links, .nav-cta .btn-primary { display: none; } #nav-toggle { display: block; } .nav-phone { display: none; } .section { padding: 60px 0; } .footer-grid { grid-template-columns: 1fr; } #mobile-cta-bar { display: flex; } .neighborhoods { grid-template-columns: 1fr; } .nearby-grid { grid-template-columns: repeat(2, 1fr); } }
.steps-grid { margin-top: 36px; }
.step-num { margin-bottom: 14px; }
.know-prose { max-width: 800px; margin-top: 28px; }
.know-prose p { font-size: 15px; color: var(--muted); line-height: 1.8; margin-bottom: 18px; }
.know-prose p:last-child { margin-bottom: 0; }
.know-prose strong { color: var(--navy); font-weight: 700; }
.u-pb-64:not(#_):not(#_) { padding: 0 0 64px; }
body.narrow-measure .container { max-width: 860px; margin: 0 auto; padding: 0 24px; }
