/*
 * styles.css — ParadeSmart.com Global Stylesheet
 * Version 2.0 | July 2026 | Virgo Development
 *
 * SECTION MAP:
 *  1.  Design Tokens (:root)
 *  2.  Reset & Base
 *  3.  Brand Strip
 *  4.  Navigation
 *  5.  Hero
 *  6.  Utilities (container, lr/ll/lt, dh, bl, tl)
 *  7.  Logo / Clients Strip
 *  8.  What Is Section
 *  9.  App Screens Section
 * 10.  Revenue Section
 * 11.  Features Section
 * 12.  Lifestyle Photo Sections
 * 13.  Proof / Analytics Section
 * 14.  Products Section
 * 15.  Support Section
 * 16.  Testimonials Section
 * 17.  FAQ Section
 * 18.  Help Center Entry
 * 19.  Referral Section
 * 20.  Newsletter Section
 * 21.  Demo CTA Section
 * 22.  Footer
 * 23.  Responsive / Media Queries
 * 24.  Video Demo Modal
 * 25.  HubSpot Newsletter Form / Newsletter CTA Block
 * 26.  Newsletter Archive (issue pages + archive grid cards)
 *
 * RULES:
 * - All colors via CSS custom properties — never hard-coded hex
 * - To add a rule: find the correct section, add it there, document in 05-css-class-reference.md
 * - Do not duplicate rules that already exist here
 */

:root{
  --navy:#0B3345;--blue:#0092C0;--teal:#1AACCC;--teal-soft:#5EBBC7;
  --deep-blue:#0D6E8A;--yellow:#F8D31F;--sage:#B1D695;
  --dusty:#ADD6DB;--pale-blue:#DCF6FF;
  --ink:#1A1A1A;--ink-mid:#3D3D3D;--ink-light:#6B6B6B;--ink-faint:#9E9E9E;
  --rule:#E0E0E0;--surface:#FAFAF8;--canvas:#F6F7F9;--white:#FFFFFF;
  --display:'Playfair Display',Georgia,serif;
  --sans:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;
  --max:1200px;--pad:clamp(1.25rem,4vw,2.5rem);

  /* ── Semantic status tokens (dashboard system, July 2026) ── */
  --success-bg:#E6F4E6;--success-fg:#2E7D32;
  --warning-bg:#FDF3D1;--warning-fg:#8A6D00;
  --info-bg:#E3F2FB;--info-fg:#1B6CA8;
  --danger-bg:#FBE6E4;--danger-fg:#C0392B;
  --neutral-bg:#EEF1F3;--neutral-fg:#5B6469;
  /* ── Card tints (dashboard rotation) ── */
  --tint-teal:#EAF7FB;--tint-green:#EDF7EA;--tint-yellow:#FEF8E1;--tint-blue:#EAF4FC;
  /* ── Radius tokens (dashboard system) ── */
  --r-card:14px;--r-btn:9px;--r-input:8px;--r-pill:999px;
  /* ── Shadow (one level only) ── */
  --shadow:0 1px 2px rgba(16,40,50,.04),0 1px 3px rgba(16,40,50,.06);
  --border:1px solid #E2E6E9;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
/* Prevent the sticky nav (64px) from covering an element when it's scrolled
   into view by keyboard focus or an in-page anchor link. Without this,
   the browser lands the target right behind the nav bar, so keyboard users
   have to tab past it and then scroll/shift-tab back to actually see it. */
*{scroll-margin-top:84px;}
body{font-family:var(--sans);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
p a{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
:focus-visible{outline:2px solid var(--teal);outline-offset:3px;}

/* ── SKIP TO CONTENT LINK ──
   Hidden off-screen until keyboard-focused, then appears above
   the brand strip / nav so keyboard users can bypass them. */
.skip-link{
  position:absolute;
  left:-9999px;top:0;
  z-index:999;
  background:var(--navy);
  color:var(--white);
  padding:.75rem 1.25rem;
  font-size:.85rem;
  font-weight:600;
  border-radius:0 0 6px 0;
  text-decoration:none;
}
.skip-link:focus{
  left:0;
}

/* ── BRAND STRIP ── */
.brand-strip{background:var(--ink);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);position:relative;z-index:201;}
.bsi{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;height:34px;}
.bsl{display:flex;align-items:center;gap:.2rem;overflow-x:auto;min-width:0;flex-shrink:1;scrollbar-width:none;-ms-overflow-style:none;}
.bsl::-webkit-scrollbar{display:none;}
.bs-lbl{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.55);margin-right:.5rem;font-weight:600;white-space:nowrap;padding-right:.5rem;border-right:1px solid rgba(255,255,255,.18);}
.bp{display:inline-flex;align-items:center;height:22px;padding:0 .7rem;border-radius:11px;font-size:.67rem;font-weight:500;color:rgba(255,255,255,.68);border:1px solid transparent;transition:all .18s;white-space:nowrap;}
.bp:hover{color:rgba(255,255,255,.92);border-color:rgba(255,255,255,.22);}
.bp.active{background:rgba(94,187,199,.14);border-color:rgba(94,187,199,.3);color:var(--teal);font-weight:600;}
.bsr{font-size:.65rem;color:rgba(255,255,255,.62);}
.bsr a{color:rgba(255,255,255,.72);transition:color .18s;}
.bsr a:hover{color:rgba(255,255,255,.88);}

/* ── STICKY NAV — always white/solid ── */
.site-nav{
  position:sticky;
  top:0;
  left:0;right:0;
  z-index:200;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  box-shadow:0 1px 0 rgba(0,0,0,.08);
}
/* .scrolled class is kept for interior pages (already applied in HTML) — no visual change needed */
.site-nav .nav-logo-white{display:none;}
.site-nav .nav-logo-color{display:block;}
.nav-inner{max-width:var(--max);margin:0 auto;padding:0 var(--pad);height:64px;display:flex;align-items:center;justify-content:space-between;gap:2rem;}
.nav-logo-white{display:block;}.nav-logo-color{display:none;}
.nav-logo img{height:32px;width:auto;}
.nav-links{display:flex;align-items:center;gap:.06rem;list-style:none;flex:1;justify-content:center;}
.nav-links a{display:block;padding:.4rem .68rem;font-size:.8rem;font-weight:500;color:var(--ink-mid);border-radius:5px;transition:all .16s;letter-spacing:.01em;}
.nav-links a:hover{color:var(--navy);background:var(--surface);}
.nav-links .hl a{color:var(--deep-blue);}
.nav-links .hl a:hover{background:rgba(94,187,199,.1);color:var(--deep-blue);}
.nav-actions{display:flex;align-items:center;gap:.6rem;}
.btn-os{display:inline-flex;align-items:center;height:36px;padding:0 1rem;border:1.5px solid rgba(0,0,0,.18);color:var(--ink-mid);font-size:.79rem;font-weight:500;border-radius:5px;transition:all .18s;white-space:nowrap;font-family:var(--sans);}
.btn-os:hover{border-color:var(--ink);color:var(--ink);}
.btn-os-hl{border-color:rgba(94,187,199,.5);color:var(--teal);}
.btn-os-hl:hover{border-color:var(--teal);background:rgba(94,187,199,.1);}
.btn-ss{display:inline-flex;align-items:center;gap:.35rem;height:36px;padding:0 1.1rem;background:var(--teal);color:var(--white);font-size:.79rem;font-weight:600;border-radius:5px;transition:all .18s;white-space:nowrap;font-family:var(--sans);}
.btn-ss:hover{background:var(--deep-blue);color:var(--white);transform:translateY(-1px);}
.nav-burger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:.4rem;min-width:44px;min-height:44px;}
.nav-burger span{display:block;width:21px;height:1.5px;background:var(--ink);border-radius:1px;transition:transform .22s ease,opacity .18s ease,background .18s;}

/* ── HERO — FULL VIEWPORT PHOTO ── */
.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:var(--white); /* all hero text defaults to white */
}
.hero-photo{
  position:absolute;inset:0;
  background-image:url('../img/home-in-evening.webp');
  background-size:cover;
  background-position:center 40%;
  transform:scale(1.03);
  transition:transform 8s ease;
  pointer-events:none;
}
.hero-photo.loaded{transform:scale(1);}
/* Dark gradient overlay — heavier at bottom to let text breathe */
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(
    160deg,
    rgba(8,20,40,.8) 0%,
    rgba(8,20,40,.68) 40%,
    rgba(8,20,40,.5) 70%,
    rgba(8,20,40,.72) 100%
  );
  pointer-events:none;
}
/* Blueprint grid faint over the photo */
.hero-grid{
  position:absolute;inset:0;
  background-image:
    repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(94,187,199,.028) 59px,rgba(94,187,199,.028) 60px),
    repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(94,187,199,.028) 59px,rgba(94,187,199,.028) 60px);
  pointer-events:none;
}
.hero-content{
  position:relative;z-index:1;
  max-width:var(--max);margin:0 auto;padding:0 var(--pad);
  padding-top:1rem; /* breathing room — sticky nav takes its own space */
  width:100%;
  display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;
  min-height:100vh;
}
.hero-text{padding:4rem 0;}

/* Eyebrow */
.hero-kicker{display:flex;align-items:center;gap:.55rem;margin-bottom:1.75rem;}
.hk-line{width:28px;height:1px;background:var(--teal);}
.hk-text{font-size:.68rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--dusty);font-family:var(--sans);}

/* Blueprint demo badge */
.hero-badge{
  display:inline-flex;flex-direction:column;align-items:flex-start;
  gap:.4rem;
  background:rgba(248,211,31,.07);
  border:1px solid rgba(248,211,31,.24);
  border-radius:5px;
  padding:.55rem .85rem;
  margin-bottom:.85rem;
  font-family:var(--sans);
  color:rgba(248,211,31,.82);
}
.hb-top{display:flex;align-items:center;gap:.4rem;}
.hb-name{font-size:.72rem;font-weight:700;letter-spacing:.04em;color:rgba(248,211,31,.96);}
.hb-sub{font-size:.67rem;font-weight:400;color:rgba(248,211,31,.52);}
.hb-stores{display:flex;align-items:center;gap:.32rem;}
.hb-btn{
  display:inline-flex;align-items:center;gap:.42rem;
  font-size:.64rem;font-weight:600;
  color:rgba(248,211,31,.88);
  text-decoration:none;
  padding:.22rem .52rem;
  border:1px solid rgba(248,211,31,.2);
  border-radius:3px;
  transition:background .16s,border-color .16s,color .16s;
  white-space:nowrap;
}
.hb-btn:hover{
  background:rgba(248,211,31,.12);
  border-color:rgba(248,211,31,.44);
  color:rgba(248,211,31,1);
}
.hb-icon{display:block;width:24px;height:24px;object-fit:contain;opacity:.88;transition:opacity .16s;}
.hb-btn:hover .hb-icon{opacity:1;}
.hb-divider{display:block;width:1px;height:13px;background:rgba(248,211,31,.18);margin:0 .1rem;}
/* Display heading */
.hero h1{
  font-family:var(--display);
  font-size:clamp(3rem,5.5vw,5rem);
  font-weight:400;
  color:var(--white);
  line-height:1.04;
  letter-spacing:-.01em;
  margin-bottom:1.5rem;
  text-shadow:0 2px 20px rgba(0,0,0,.4);
}
.hero h1 em{font-style:italic;color:var(--teal);}

.hero-sub{
  font-size:1.05rem;line-height:1.76;
  text-shadow:0 1px 12px rgba(0,0,0,.35);
  color:rgba(255,255,255,.86);max-width:420px;
  margin-bottom:2.5rem;font-weight:300;
}
.hero-actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin-bottom:3rem;}
.btn-hero-p{
  display:inline-flex;align-items:center;gap:.45rem;
  height:50px;padding:0 1.75rem;
  background:var(--white);color:var(--navy);
  font-size:.9rem;font-weight:600;letter-spacing:.02em;
  border-radius:4px;transition:all .2s;font-family:var(--sans);
}
.btn-hero-p:hover{background:var(--pale-blue);transform:translateY(-1px);}
.btn-hero-s{
  display:inline-flex;align-items:center;gap:.45rem;
  height:50px;padding:0 1.5rem;
  border:1px solid rgba(255,255,255,.28);
  color:rgba(255,255,255,.8);
  font-size:.9rem;font-weight:400;border-radius:4px;transition:all .18s;font-family:var(--sans);
}
.btn-hero-s:hover{border-color:rgba(255,255,255,.6);color:var(--white);}

.hero-metrics{
  display:flex;gap:1.25rem;flex-wrap:wrap;
  padding-top:2rem;border-top:1px solid rgba(255,255,255,.12);
}
.hm-n{
  font-family:var(--display);font-size:2.1rem;font-weight:400;
  color:var(--white);line-height:1;margin-bottom:.2rem;
}
.hm-l{font-size:.68rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:rgba(255,255,255,.72);font-family:var(--sans);}

/* Hero right — scrolling home gallery preview */
.hero-right{
  display:flex;align-items:center;justify-content:center;
  padding:2rem 1rem;
  opacity:.92;
}
.hero-phone-pair{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:end;}
.hero-phone{
  border-radius:16px;overflow:hidden;
  box-shadow:0 24px 60px rgba(0,0,0,.45);
  border:1px solid rgba(255,255,255,.1);
}
.hero-phone img{width:100%;height:auto;display:block;}
/* .hero-phone-wide removed from hero July 2026 — class kept for future use */
.hero-phone-wide img{width:100%;height:auto;display:block;}

/* ── UTIL ── */
.container{max-width:var(--max);margin:0 auto;padding:0 var(--pad);}
section{padding:4rem 0;}
.lr{display:flex;align-items:center;gap:.62rem;margin-bottom:1rem;}
.ll{width:20px;height:1px;background:var(--teal);flex-shrink:0;}
.lt{font-size:.65rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);font-family:var(--sans);}
.lt-eyebrow{font-size:.66rem;margin-bottom:.5rem;display:block;}
.dh{font-family:var(--display);font-size:clamp(1.9rem,3.8vw,3.1rem);font-weight:400;line-height:1.1;color:var(--navy);letter-spacing:-.01em;}
.dh em{font-style:italic;color:var(--teal);}
.dhw{color:var(--white);}
.bl{font-size:1rem;line-height:1.76;color:var(--ink-light);font-weight:300;}
.tl{display:inline-flex;align-items:center;gap:.44rem;font-size:.86rem;font-weight:600;color:var(--blue);transition:gap .2s;border-bottom:1px solid transparent;padding-bottom:1px;font-family:var(--sans);}
.tl:hover{gap:.78rem;border-bottom-color:var(--blue);}

/* ── LOGO PARADE — dark, real logos ── */
.logos-section{
  background:var(--navy);
  padding:3rem 0;
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.logos-label{
  text-align:center;
  font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
  color:rgba(255,255,255,.70);margin-bottom:2rem;font-family:var(--sans);
}
.logos-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  max-width:var(--max);margin:0 auto;
  border:1px solid rgba(255,255,255,.08);
  border-radius:4px;overflow:hidden;
}
.logo-item{
  display:flex;align-items:center;justify-content:center;
  padding:1.5rem 1.25rem;
  border-right:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  text-decoration:none;
  transition:background .2s;
  min-height:90px;
}
/* Remove right border on 5th column items */
.logo-item:nth-child(5n){border-right:none;}
/* Remove bottom border on last row (items 6-10) */
.logo-item:nth-child(n+6){border-bottom:none;}
.logo-item:hover{background:rgba(255,255,255,.06);}
.logo-item img{
  height:40px;width:auto;max-width:130px;
  filter:brightness(0) invert(1);
  opacity:.5;
  transition:opacity .22s;
  object-fit:contain;display:block;
}
.logo-item:hover img{opacity:.9;}
/* Tablet: keep 5 cols, reduce padding */
@media(max-width:1024px){
  .logo-item{padding:1.25rem .9rem;min-height:76px;}
}
/* Mobile: 2 cols */
@media(max-width:640px){
  .logos-grid{grid-template-columns:repeat(2,1fr);}
  .logo-item:nth-child(5n){border-right:1px solid rgba(255,255,255,.08);}
  .logo-item:nth-child(2n){border-right:none;}
  .logo-item:nth-child(n+6){border-bottom:1px solid rgba(255,255,255,.08);}
  .logo-item:nth-last-child(-n+2){border-bottom:none;}
  .logo-item{padding:1.1rem .75rem;min-height:64px;}
}

/* ── WHAT IS — editorial, no side image, full-width text ── */
.what-section{background:var(--white);padding:7rem 0;}
.what-intro{
  max-width:var(--max);margin:0 auto;padding:0 var(--pad);
  display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start;
}
.what-left .dh{margin-bottom:1.5rem;}
.what-right .al{font-size:1.05rem;line-height:1.8;color:var(--ink-mid);margin-bottom:1.15rem;font-weight:300;}
.what-right .al strong{color:var(--navy);font-weight:600;}
.what-stats{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:0;
  margin-top:3rem;
  border-top:2px solid var(--navy);
}
.wstat{
  padding:1.75rem 0 1.75rem;
  border-right:var(--border);
  text-align:center;
}
.wstat:last-child{border-right:none;}
.wstat-n{
  font-family:var(--display);font-size:2.6rem;font-weight:400;
  color:var(--navy);line-height:1;margin-bottom:.3rem;
}
.wstat-l{font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);font-family:var(--sans);}

/* ── APP SCREENS SECTION — three phones, dark bg ── */
.app-section{
  background:var(--ink);
  padding:6rem 0;
  overflow:hidden;
}
.app-header{max-width:var(--max);margin:0 auto 3rem;padding:0 var(--pad);}
.app-header .dh{color:var(--white);}
.app-header .bl{color:rgba(255,255,255,.72);margin-top:1rem;max-width:480px;}
.phones-wrap{
  max-width:var(--max);margin:0 auto;padding:0 var(--pad);
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;
  align-items:end;
}
.phone-card{border-radius:20px;overflow:hidden;box-shadow:0 32px 72px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.08);}
.phone-card.center{transform:translateY(-24px);}
.phone-card img{width:100%;height:auto;display:block;}
.phone-label{
  text-align:center;margin-top:1.5rem;
  font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(255,255,255,.62);font-family:var(--sans);
}

/* ── REVENUE — dark, typographic ── */
.rev-section{
  background:var(--navy);padding:7rem 0;position:relative;overflow:hidden;
}
.rev-section::after{content:'';position:absolute;right:-180px;top:50%;transform:translateY(-50%);width:560px;height:560px;border:1px solid rgba(94,187,199,.07);border-radius:50%;pointer-events:none;}
.rev-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;max-width:var(--max);margin:0 auto;padding:0 var(--pad);}
.rev-body{font-size:.95rem;line-height:1.8;color:rgba(255,255,255,.72);margin:1.4rem 0 1.9rem;font-weight:300;}
.rev-pts{display:flex;flex-direction:column;gap:1.4rem;}
.rev-pt{display:flex;gap:1.1rem;align-items:flex-start;padding-bottom:1.4rem;border-bottom:1px solid rgba(255,255,255,.07);}
.rev-pt:last-child{border-bottom:none;padding-bottom:0;}
.rev-bar{width:2px;min-height:42px;background:linear-gradient(to bottom,var(--deep-blue),var(--teal));flex-shrink:0;margin-top:3px;opacity:.6;}
.rev-pt strong{display:block;font-size:.88rem;font-weight:600;color:var(--white);margin-bottom:.26rem;font-family:var(--sans);}
.rev-pt p{font-size:.83rem;line-height:1.65;color:rgba(255,255,255,.70);font-weight:300;}
.rev-right{text-align:center;position:relative;}
.rev-bg{font-family:var(--display);font-size:clamp(8rem,16vw,13rem);font-weight:400;line-height:.85;color:transparent;-webkit-text-stroke:1px rgba(94,187,199,.13);letter-spacing:-.03em;display:block;user-select:none;}
.rev-front{position:absolute;inset:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.02em;}
.rev-num{font-family:var(--display);font-size:clamp(3.5rem,7vw,6rem);font-weight:400;color:var(--white);line-height:1;letter-spacing:-.02em;}
.rev-unit{font-family:var(--display);font-size:clamp(3.5rem,7vw,6rem);font-weight:400;color:var(--white);line-height:1;letter-spacing:-.02em;}
.rev-sub{margin-top:1.75rem;font-size:.73rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.50);font-family:var(--sans);}

/* ── FEATURES — editorial, clean ── */
.feat-section{background:var(--surface);}
.feat-head{
  display:grid;grid-template-columns:1fr 1fr;gap:4rem;
  align-items:end;margin-bottom:4rem;
  padding-bottom:2.5rem;border-bottom:var(--border);
  max-width:var(--max);margin-left:auto;margin-right:auto;
  padding-left:var(--pad);padding-right:var(--pad);
}
.feat-list{
  max-width:var(--max);margin:0 auto;padding:0 var(--pad);
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;
}
.fi{
  padding:2.25rem 1.75rem 2.25rem 0;
  border-right:var(--border);
  border-bottom:var(--border);
  transition:background .18s;
}
.fi:nth-child(3n){border-right:none;padding-right:0;}
.fi:nth-child(3n+2),.fi:nth-child(3n+3){padding-left:1.75rem;}
.fi:nth-last-child(-n+3){border-bottom:none;}
.fi:hover{background:var(--white);}
.fi-n{font-family:var(--display);font-size:.88rem;color:var(--teal);font-weight:300;font-style:italic;margin-bottom:1rem;display:block;}
.fi h3{font-size:.9rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;letter-spacing:.01em;font-family:var(--sans);}
.fi p{font-size:.83rem;line-height:1.7;color:var(--ink-light);font-weight:300;}

/* ── LIFESTYLE SECTION — full-bleed kitchen photo ── */
.life-section{
  position:relative;
  min-height:500px;
  display:flex;align-items:center;
  overflow:hidden;
}
.life-bg{
  position:absolute;inset:0;
  background-image:url('../img/visitor-taking-picture-of-kitchen.webp');
  background-size:cover;background-position:center;
}
.life-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(13,46,86,.88) 0%,rgba(13,46,86,.88) 45%,rgba(13,46,86,.0) 100%);
}
.life-content{
  position:relative;z-index:1;
  max-width:var(--max);margin:0 auto;padding:4rem var(--pad);
  width:100%;
}
.life-text{max-width:480px;}
.life-text .dh{color:var(--white);margin-bottom:1.25rem;}
.life-text p{color:rgba(255,255,255,.88);font-size:.97rem;line-height:1.75;font-weight:300;margin:1.25rem 0 1.75rem;max-width:420px;text-shadow:0 1px 12px rgba(0,0,0,.45);}

/* ── PROOF STATS — pale blue gradient ── */
.proof-section{
  background:linear-gradient(160deg,var(--pale-blue) 0%,var(--surface) 60%);
  padding:7rem 0;
}
.proof-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:6rem;align-items:center;
  max-width:var(--max);margin:0 auto;padding:0 var(--pad);
}
.proof-img-wrap{position:relative;}
.proof-img-wrap img{
  width:100%;border-radius:3px;
  box-shadow:0 20px 60px rgba(13,46,86,.12),0 4px 14px rgba(13,46,86,.05);
  max-width:460px;height:auto;object-fit:contain;
}
.proof-ns{display:flex;flex-direction:column;gap:2rem;}
.pni{padding-bottom:2rem;border-bottom:var(--border);}
.pni:last-child{border-bottom:none;padding-bottom:0;}
.pnv{font-family:var(--display);font-size:2.8rem;font-weight:400;color:var(--navy);line-height:1;margin-bottom:.3rem;}
.pnl{font-size:.82rem;font-weight:600;color:var(--ink);margin-bottom:.22rem;font-family:var(--sans);}
.pnd{font-size:.82rem;line-height:1.65;color:var(--ink-light);font-weight:300;}

/* ── TICKET SCANNING — photo section ── */
.scan-section{
  position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden;
}
.scan-bg{
  position:absolute;inset:0;
  background-image:url('../img/scanning-tickets-at-the-door.webp');
  background-size:cover;background-position:center top;
}
.scan-overlay{position:absolute;inset:0;background:rgba(13,46,86,.78);}
.scan-content{
  position:relative;z-index:1;
  max-width:var(--max);margin:0 auto;padding:5rem var(--pad);
  text-align:center;
}
.scan-content .dh{color:var(--white);margin-bottom:1rem;font-size:clamp(1.6rem,3vw,2.4rem);}
.scan-content p{color:rgba(255,255,255,.88);font-size:1rem;max-width:520px;margin:0 auto 2rem;line-height:1.75;font-weight:300;text-shadow:0 1px 12px rgba(0,0,0,.45);}

/* ── PRODUCTS ── */
.prod-section{background:var(--navy);padding:6rem 0;}
.prod-head{max-width:var(--max);margin:0 auto 3rem;padding:0 var(--pad);}
.prod-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1px;background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.07);border-radius:3px;overflow:hidden;
}
.pc{background:rgba(13,46,86,.5);padding:2.25rem 1.85rem;transition:background .2s;position:relative;}
.pc:hover{background:rgba(94,187,199,.07);}
.pc::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--pca,var(--teal));opacity:0;transition:opacity .2s;}
.pc:hover::before{opacity:1;}
.pc-tag{font-size:.63rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal-soft);margin-bottom:.85rem;display:block;font-family:var(--sans);}
.pc h3{font-family:var(--display);font-size:1.4rem;font-weight:400;color:var(--white);margin-bottom:.55rem;line-height:1.2;}
.pc p{font-size:.83rem;line-height:1.72;color:rgba(255,255,255,.68);font-weight:300;margin-bottom:1.35rem;}
.pc-store-links{display:flex;flex-direction:column;gap:.42rem;margin-top:auto;}
.pcl{font-size:.72rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--teal);display:inline-flex;align-items:center;gap:.32rem;transition:gap .18s;font-family:var(--sans);}
.pcl:hover{gap:.65rem;}

/* ── SUPPORT ── */
.sup-section{background:var(--white);padding:7rem 0;}
.sup-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;
  max-width:var(--max);margin:0 auto;padding:0 var(--pad);
}
.sup-card{background:var(--navy);border-radius:3px;overflow:hidden;box-shadow:0 26px 68px rgba(13,46,86,.15);}
.sc-h{background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.07);padding:.9rem 1.4rem;display:flex;align-items:center;gap:.7rem;}
.sc-av{width:34px;height:34px;border-radius:50%;background:var(--teal);display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--white);flex-shrink:0;font-family:var(--sans);}
.sc-nm{font-size:.8rem;font-weight:600;color:var(--white);font-family:var(--sans);}
.sc-st{font-size:.7rem;color:var(--sage);display:flex;align-items:center;gap:.28rem;font-family:var(--sans);}
.sc-st::before{content:'';width:5px;height:5px;border-radius:50%;background:var(--sage);display:inline-block;}
.sc-bd{padding:1.35rem;display:flex;flex-direction:column;gap:.7rem;}
.sc-b{padding:.7rem .9rem;border-radius:8px;font-size:.8rem;line-height:1.6;max-width:90%;font-family:var(--sans);}
.sc-in{background:rgba(255,255,255,.07);color:rgba(255,255,255,.7);border-radius:4px 10px 10px 10px;align-self:flex-start;}
.sc-out{background:var(--teal);color:var(--white);border-radius:10px 4px 10px 10px;align-self:flex-end;font-weight:500;}
.sc-ft{padding:.9rem 1.4rem;border-top:1px solid rgba(255,255,255,.07);font-size:.7rem;color:rgba(255,255,255,.58);font-style:italic;text-align:center;font-family:var(--sans);}
.sup-bq{margin:1.9rem 0;padding:1.5rem 0;border-top:var(--border);border-bottom:var(--border);}
.sup-bq p{font-family:var(--display);font-size:1.15rem;font-style:italic;color:var(--ink-mid);line-height:1.7;margin-bottom:.7rem;}
.sup-bq cite{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);font-style:normal;font-family:var(--sans);}

/* ── TESTIMONIALS — editorial pull quotes ── */
.test-section{background:var(--surface);padding:7rem 0;}
.test-head{max-width:var(--max);margin:0 auto 3.5rem;padding:0 var(--pad);}
.test-list{
  max-width:var(--max);margin:0 auto;padding:0 var(--pad);
  display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;
}
.ti{padding-top:2rem;border-top:var(--border);}
.ti-mk{font-family:var(--display);font-size:3.5rem;line-height:.5;color:var(--teal);opacity:.2;margin-bottom:.9rem;display:block;}
.ti-t{font-family:var(--display);font-size:1.05rem;line-height:1.76;color:var(--ink-mid);font-style:italic;margin-bottom:1.35rem;}
.ti-src{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);font-family:var(--sans);}
.ti-logo{display:block;margin-top:.75rem;height:34px;width:auto;max-width:140px;
  opacity:.55;filter:grayscale(1);object-fit:contain;transition:opacity .2s,filter .2s;}
.ti-logo:hover{opacity:.88;filter:none;}
.ti-logo-link{display:inline-block;text-decoration:none;}
.ti-logo-link:hover .ti-logo{opacity:.88;filter:none;}

.ti:hover{border-top-color:var(--teal);}

/* ── EVENING HOME — photo interlude ── */
.evening-section{
  position:relative;min-height:460px;display:flex;align-items:center;overflow:hidden;
}
.eve-bg{
  position:absolute;inset:0;
  background-image:url('../img/country-home.webp');
  background-size:cover;background-position:center 40%;
}
.eve-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,20,40,.82) 0%,rgba(8,20,40,.6) 50%,rgba(8,20,40,.0) 100%);}
.eve-content{position:relative;z-index:1;max-width:var(--max);margin:0 auto;padding:5rem var(--pad);}
.eve-text{max-width:520px;}
.eve-text .dh{color:var(--white);font-size:clamp(1.75rem,3.5vw,2.6rem);margin-bottom:1.1rem;}
.eve-text p{color:rgba(255,255,255,.88);font-size:.97rem;line-height:1.75;font-weight:300;margin-bottom:1.75rem;text-shadow:0 1px 12px rgba(0,0,0,.45);}

/* ── FAQ ── */
.faq-section{background:var(--white);padding:7rem 0;}
.faq-grid{display:grid;grid-template-columns:1fr 2fr;gap:6rem;align-items:start;max-width:var(--max);margin:0 auto;padding:0 var(--pad);}
.faq-list{display:flex;flex-direction:column;}
.faq-item{border-top:var(--border);}
.faq-item:last-child{border-bottom:var(--border);}
.faq-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.25rem 0;background:none;text-align:left;font-family:var(--sans);font-size:.88rem;font-weight:500;color:var(--navy);transition:color .18s;}
.faq-btn:hover{color:var(--blue);}
.faq-ic{width:18px;height:18px;flex-shrink:0;border:var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s;}
.faq-item.open .faq-ic{background:var(--teal);border-color:var(--teal);transform:rotate(45deg);}
.faq-aw{overflow:hidden;max-height:0;transition:max-height .3s ease;}
.faq-item.open .faq-aw{max-height:260px;}
.faq-ai{padding:0 0 1.25rem;font-size:.86rem;line-height:1.76;color:var(--ink-light);font-weight:300;}

/* ── HELP ENTRY ── */
.help-e{background:linear-gradient(135deg,var(--pale-blue) 0%,var(--surface) 100%);padding:4.75rem 0;border-top:1px solid rgba(29,136,173,.15);}
.help-top{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;margin-bottom:2.25rem;}
.help-ls{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule);border:var(--border);border-radius:3px;overflow:hidden;}
.hl-i{background:var(--white);padding:1.4rem;transition:background .18s;text-decoration:none;display:block;}
.hl-i:hover{background:var(--pale-blue);}
.hl-tg{font-size:.63rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.42rem;font-family:var(--sans);}
.hl-ti{font-size:.88rem;font-weight:600;color:var(--navy);margin-bottom:.2rem;font-family:var(--sans);}
.hl-de{font-size:.76rem;color:var(--ink-light);line-height:1.5;font-weight:300;}
.btn-so{display:inline-flex;align-items:center;gap:.38rem;height:40px;padding:0 1.1rem;border:1.5px solid var(--rule);color:var(--navy);font-size:.8rem;font-weight:600;border-radius:4px;white-space:nowrap;transition:all .18s;font-family:var(--sans);}
.btn-so:hover{border-color:var(--teal);color:var(--teal);}

/* ── REFERRAL ── */
.ref-section{background:var(--white);padding:4.25rem 0;border-top:var(--border);border-bottom:var(--border);}
.ref-i{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;}
.ref-t{font-family:var(--display);font-size:1.7rem;font-weight:400;color:var(--navy);margin-bottom:.45rem;}
.ref-b{font-size:.9rem;color:var(--ink-light);line-height:1.72;max-width:500px;font-weight:300;}

/* ── NEWSLETTER ── */
.nl-section{background:var(--navy);padding:4rem 0;border-top:1px solid rgba(255,255,255,.08);}
.nl-grid{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;}
.nl-head .dh{color:var(--white);font-size:clamp(1.5rem,2.8vw,2.2rem);margin-bottom:.75rem;}
.nl-head p{font-size:.9rem;color:rgba(255,255,255,.72);line-height:1.75;font-weight:300;max-width:380px;}







.nl-note{font-size:.72rem;color:rgba(255,255,255,.50);}

/* ── DEMO CTA — pool home background ── */
.demo-section{
  position:relative;padding:9rem 0;text-align:center;overflow:hidden;
}
.demo-bg{
  position:absolute;inset:0;
  background-image:url('../img/home-with-pool.webp');
  background-size:cover;background-position:center 40%;
}
.demo-overlay{position:absolute;inset:0;background:rgba(8,20,40,.82);}
.demo-inner{position:relative;z-index:1;max-width:640px;width:100%;margin:0 auto;padding:0 var(--pad);}
.demo-head{font-family:var(--display);font-size:clamp(2.1rem,4vw,3.5rem);font-weight:400;color:var(--white);line-height:1.1;margin-bottom:1.1rem;}
.demo-body{font-size:.95rem;color:rgba(255,255,255,.55);line-height:1.76;margin-bottom:2.2rem;font-weight:300;}
.btn-dl{display:inline-flex;align-items:center;gap:.48rem;height:52px;padding:0 2rem;background:var(--white);color:var(--navy);font-size:.9rem;font-weight:600;letter-spacing:.02em;border-radius:4px;transition:all .2s;font-family:var(--sans);}
.btn-dl:hover{background:var(--pale-blue);transform:translateY(-1px);}
.demo-c{margin-top:1.4rem;font-size:.78rem;color:rgba(255,255,255,.50);}
.demo-c a{color:rgba(255,255,255,.65);}
.demo-c a:hover{color:rgba(255,255,255,.75);}

/* ── FOOTER ── */
footer{background:var(--ink);padding:3.75rem 0 2.25rem;}
.ft-g{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;padding-bottom:2.6rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.65rem;}
.ft-br img{height:26px;width:auto;margin-bottom:.9rem;filter:brightness(0) invert(1) opacity(.80);}
.ft-tg{font-size:.78rem;color:rgba(255,255,255,.62);line-height:1.7;max-width:225px;font-weight:300;}
.ft-ts{font-size:.7rem;color:rgba(255,255,255,.45);margin-top:.6rem;font-style:italic;font-family:var(--sans);}
.ft-addr{font-size:.74rem;color:rgba(255,255,255,.62);line-height:1.6;margin-top:.85rem;font-style:normal;font-family:var(--sans);}
.ft-em{display:inline;margin-top:.85rem;font-size:.76rem;color:var(--teal);opacity:.85;}
.ft-col h2{font-size:.64rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--dusty);opacity:.82;margin-bottom:.85rem;font-family:var(--sans);}
.ft-col ul{list-style:none;display:flex;flex-direction:column;gap:.42rem;}
.ft-col ul li a{
  font-size:.78rem;color:rgba(255,255,255,.70);font-weight:300;
  background-image:linear-gradient(currentColor,currentColor);
  background-repeat:no-repeat;background-position:left bottom;background-size:0% 1px;
  transition:color .16s,background-size .25s ease;
}
.ft-col ul li a:hover,.ft-col ul li a:focus-visible{color:rgba(255,255,255,.78);background-size:100% 1px;}
.ft-bot{max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;}
.ft-copy{font-size:.7rem;color:rgba(255,255,255,.50);font-weight:300;}
.ft-copy a{
  color:rgba(255,255,255,.7);font-weight:500;
  background-image:linear-gradient(currentColor,currentColor);
  background-repeat:no-repeat;background-position:left bottom;background-size:0% 1px;
  transition:color .16s,background-size .25s ease;
}
.ft-copy a:hover,.ft-copy a:focus-visible{color:rgba(255,255,255,.92);background-size:100% 1px;}
.ft-soc{display:flex;gap:.45rem;}
.ft-soc a{width:32px;height:32px;border:1px solid rgba(255,255,255,.22);border-radius:3px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);transition:all .18s;}
.ft-soc a:hover{border-color:var(--teal);color:var(--teal);}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .hero-content{grid-template-columns:1fr;}
  .hero-right{display:none;}
  .hero-text{padding:3rem 0;}
  .what-intro{grid-template-columns:1fr;gap:3rem;}
  .what-stats{grid-template-columns:1fr 1fr;}
  .phones-wrap{grid-template-columns:1fr 1fr;}
  .phones-wrap .phone-card:last-child{display:none;}
  .rev-grid,.proof-grid,.sup-grid{grid-template-columns:1fr;gap:3rem;}
  .rev-right{display:none;}
  .feat-head{grid-template-columns:1fr;gap:1.25rem;}
  .feat-list{grid-template-columns:1fr 1fr;}
  .fi{padding-left:0;}
  .fi:nth-child(2n){border-right:none;padding-right:0;}
  .fi:nth-child(2n+1){padding-left:0;padding-right:1.75rem;}
  .fi:nth-child(3n){border-right:var(--border);}
  .fi:nth-last-child(-n+2){border-bottom:none;}
  .test-list{grid-template-columns:1fr;}
  .faq-grid{grid-template-columns:1fr;gap:2.5rem;}
  .help-ls{grid-template-columns:1fr 1fr;}
  .help-top,.ref-i,.nl-grid,.ft-g{grid-template-columns:1fr;}
  .prod-grid{grid-template-columns:1fr;}
}
@media(max-width:768px){
  section{padding:4rem 0;}
  .bsr{display:none;}
  .nav-links,.nav-actions{display:none;}
  .nav-burger{display:flex;}
  .feat-list{grid-template-columns:1fr;}
  .fi{border-right:none!important;padding:1.75rem 0!important;}
  .fi:nth-last-child(-n+3){border-bottom:var(--border);}
  .fi:last-child{border-bottom:none;}
  .help-ls{grid-template-columns:1fr;}
  .ft-g{grid-template-columns:1fr;}
  .logos-grid{gap:1.25rem;}
  .logo-item img{height:32px;}
  .what-stats{grid-template-columns:1fr 1fr;}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important;}}

/* ══════════════════════════════════════════════════════════════
   VIDEO DEMO MODAL
   z-index: 500 (above nav 200/201, below nothing)
   Clicking the backdrop closes the modal.
   iframe src is populated on open, cleared on close
   so the video stops playing when dismissed.
══════════════════════════════════════════════════════════════ */
.vm-backdrop{
  position:fixed;inset:0;
  background:rgba(5,15,28,.82);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  display:flex;align-items:center;justify-content:center;
  z-index:500;
  padding:1.25rem;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease, visibility .22s;
}
.vm-backdrop.vm-open{
  display:flex;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
/* Panel */
.vm-panel{
  position:relative;
  width:100%;
  max-width:900px;
  background:#000;
  border-radius:8px;
  overflow:hidden;
  box-shadow:0 32px 80px rgba(0,0,0,.6);
  transform:translateY(18px) scale(.97);
  transition:transform .25s ease, opacity .22s ease;
  opacity:0;
}
.vm-backdrop.vm-open .vm-panel{
  transform:none;
  opacity:1;
}
/* 16:9 ratio wrapper */
.vm-ratio{
  position:relative;
  padding-bottom:56.25%; /* 16:9 */
  height:0;
  overflow:hidden;
  background:#000;
}
.vm-ratio iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:none;
  display:block;
}
/* Close button */
.vm-close{
  position:absolute;
  top:.65rem;right:.65rem;
  width:36px;height:36px;
  background:rgba(0,0,0,.55);
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  color:rgba(255,255,255,.85);
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  z-index:10;
  transition:background .16s,color .16s,transform .16s;
  padding:0;
}
.vm-close:hover{
  background:rgba(0,0,0,.85);
  color:var(--white);
  transform:scale(1.08);
}
.vm-close:focus-visible{
  outline:2px solid var(--teal);
  outline-offset:2px;
}
/* Prevent body scroll when modal open */
.vm-body-lock{overflow:hidden;}

/* Responsive */
@media(max-width:600px){
  .vm-backdrop{padding:.75rem;}
  .vm-close{width:32px;height:32px;top:.4rem;right:.4rem;}
}

/* ── HubSpot newsletter form — brand overrides ── */
.nl-hs-wrap{width:100%;}
.nl-hs-wrap .hs-form-private{display:flex;flex-direction:column;gap:.85rem;}
.nl-hs-wrap .hs-form-field{margin-bottom:0;}
.nl-hs-wrap label{
  display:block;
  font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;
  color:var(--ink-mid);margin-bottom:.4rem;font-family:var(--sans);
}
.nl-hs-wrap .hs-input{
  width:100%;
  height:46px;padding:0 1rem;
  border-radius:4px;
  border:var(--border);
  background:var(--white);
  color:var(--ink);
  font-family:var(--sans);font-size:.88rem;
  outline:none;
  transition:border-color .18s;
  box-sizing:border-box;
}
.nl-hs-wrap .hs-input:focus{border-color:var(--teal);box-shadow:0 0 0 2px rgba(26,172,204,.12);}
.nl-hs-wrap .hs-input::placeholder{color:var(--ink-faint);}
/* Checkbox inputs (consent) */
.nl-hs-wrap .hs-input[type="checkbox"]{
  width:auto;height:auto;margin-right:.4rem;accent-color:var(--teal);
}
/* Submit button */
.nl-hs-wrap .hs-button{
  width:100%;
  height:46px;padding:0;
  background:var(--teal);
  color:var(--white);
  border:none;border-radius:4px;
  font-family:var(--sans);font-size:.88rem;font-weight:600;
  cursor:pointer;transition:background .18s;
  margin-top:.35rem;
}
.nl-hs-wrap .hs-button:hover{background:var(--deep-blue);}
/* Field error messages */
.nl-hs-wrap .hs-error-msgs{
  list-style:none;padding:0;margin:.3rem 0 0;
}
.nl-hs-wrap .hs-error-msgs li label{
  font-size:.72rem;color:var(--danger-fg);font-weight:400;
  text-transform:none;letter-spacing:0;
}
/* GDPR / legal consent */
.nl-hs-wrap .legal-consent-container{
  font-size:.75rem;color:var(--ink-light);line-height:1.55;
}
.nl-hs-wrap .legal-consent-container a{color:var(--blue);}
/* Remove HubSpot's default fieldset border */
.nl-hs-wrap fieldset{border:none;padding:0;margin:0;max-width:100%!important;}
/* Remove default ul margin on multi-checkbox fields */
.nl-hs-wrap .inputs-list{list-style:none;padding:0;margin:0;}
/* Help text */
.nl-hs-wrap .hs-field-desc{
  font-size:.72rem;color:var(--ink-faint);margin-top:.25rem;
}
.nl-hs-wrap .submitted-message{
  font-family:var(--sans);font-size:.95rem;line-height:1.6;
  color:var(--white);font-weight:400;
}
.nl-hs-wrap .submitted-message p{color:rgba(255,255,255,.86);margin:0;}

/* ── Homepage newsletter section — updated layout ── */
.nl-cta-block{display:flex;flex-direction:column;gap:1.75rem;}
.nl-preview-list{
  list-style:none;padding:0;margin:0;
  display:flex;flex-direction:column;gap:.72rem;
}
.nl-preview-list li{
  display:flex;align-items:center;gap:.6rem;
  font-size:.88rem;color:rgba(255,255,255,.72);
  font-family:var(--sans);font-weight:300;
}
.nl-preview-list svg{flex-shrink:0;}
.nl-actions{display:flex;flex-direction:column;gap:.75rem;}
.nl-signup-btn{
  height:50px;padding:0 1.75rem;
  background:var(--teal);color:var(--white);
  font-size:.9rem;font-weight:600;
  border-radius:4px;transition:all .2s;
  display:inline-flex;align-items:center;gap:.5rem;
  width:fit-content;
}
.nl-signup-btn:hover{background:var(--deep-blue);transform:translateY(-1px);}
@media(max-width:768px){
  .nl-cta-block{gap:1.25rem;}
  .nl-signup-btn{width:100%;justify-content:center;}
}
/* ══════════════════════════════════════════════════════════════
   26. NEWSLETTER ARCHIVE — issue pages (/newsletter/<slug>/) and
       the archive grid cards on newsletter.html's archive section
   ══════════════════════════════════════════════════════════════ */

/* ── Archive grid — newsletter.html "Newsletter archive" section ── */
.nl-archive-grid{
  margin-top:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
  background:var(--rule);border:1px solid var(--rule);border-radius:4px;overflow:hidden;
}
.nl-archive-card{background:var(--white);padding:1.5rem;text-decoration:none;display:block;transition:background .15s;}
.nl-archive-card:hover{background:var(--surface);}
.nl-archive-card-date{font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.35rem;font-family:var(--sans);}
.nl-archive-card-title{font-size:.9rem;font-weight:600;color:var(--navy);font-family:var(--sans);}
@media(max-width:768px){.nl-archive-grid{grid-template-columns:1fr;}}

/* ── Issue page hero ── */
.nla-hero{background:var(--navy);padding:6rem 0 4rem;position:relative;overflow:hidden;}
.nla-hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:0 var(--pad);}
.nla-back{
  display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;
  color:rgba(255,255,255,.6);font-family:var(--sans);margin-bottom:1.5rem;transition:color .2s;
}
.nla-back:hover{color:var(--white);}
.nla-hero h1{
  font-family:var(--display);font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:400;
  color:var(--white);line-height:1.14;letter-spacing:-.01em;margin-top:.75rem;
}
.nla-hero p{font-size:1rem;color:rgba(255,255,255,.75);line-height:1.75;font-weight:300;margin-top:1rem;}

/* ── Issue page body ── */
.nla-body{background:var(--white);padding:4.5rem 0;}
.nla-body-inner{max-width:720px;margin:0 auto;padding:0 var(--pad);}
.nla-img{width:100%;height:auto;border-radius:8px;display:block;}
.nla-caption{font-size:.72rem;color:var(--ink-faint);margin-top:.5rem;font-family:var(--sans);}
.nla-section{margin-top:3rem;}
.nla-section h2{font-family:var(--display);font-size:clamp(1.3rem,2.4vw,1.7rem);font-weight:400;color:var(--navy);line-height:1.24;margin-bottom:.85rem;}
.nla-section p{font-size:.96rem;line-height:1.78;color:var(--ink-mid);font-weight:300;}
.nla-section p+p{margin-top:1rem;}

/* ── Promo card — image/badge beside text (e.g. Sister Parades) ── */
.nla-promo{
  display:flex;gap:1.5rem;align-items:flex-start;margin-top:3rem;
  padding:1.75rem;background:var(--surface);border:1px solid var(--rule);border-radius:8px;
}
.nla-promo img{width:96px;height:96px;flex-shrink:0;border-radius:50%;}
.nla-promo h3{font-family:var(--sans);font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem;}
.nla-promo p{font-size:.88rem;line-height:1.7;color:var(--ink-light);font-weight:300;}

/* ── Highlight box — referral story, checklist callouts ── */
.nla-highlight{
  margin-top:3rem;padding:1.75rem 2rem;background:var(--pale-blue);
  border:1px solid rgba(26,172,204,.25);border-radius:8px;
}
.nla-highlight h3{font-family:var(--sans);font-size:1.02rem;font-weight:600;color:var(--navy);margin-bottom:.75rem;}
.nla-highlight p{font-size:.92rem;line-height:1.75;color:var(--ink-mid);font-weight:300;}
.nla-highlight p+p{margin-top:.85rem;}

/* ── Team spotlight ── */
.nla-spotlight{
  display:flex;gap:1.75rem;align-items:flex-start;margin-top:3rem;
  padding-top:3rem;border-top:1px solid var(--rule);
}
.nla-spotlight img{width:140px;height:140px;object-fit:cover;border-radius:8px;flex-shrink:0;background:var(--surface);}
.nla-spotlight h3{font-family:var(--sans);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem;}
.nla-spotlight h4{font-family:var(--display);font-size:1.3rem;font-weight:400;color:var(--navy);margin-bottom:.65rem;}
.nla-spotlight p{font-size:.9rem;line-height:1.72;color:var(--ink-light);font-weight:300;}
.nla-spotlight p+p{margin-top:.85rem;}

/* ── Bottom CTA + archive nav ── */
.nla-cta{background:var(--surface);padding:3.5rem 0;border-top:1px solid var(--rule);text-align:center;}
.nla-cta p{font-size:.94rem;color:var(--ink-light);margin-bottom:1rem;}
.nla-archive-nav{
  max-width:720px;margin:0 auto;padding:2rem var(--pad) 0;
  display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;
}

@media(max-width:640px){
  .nla-promo,.nla-spotlight{flex-direction:column;}
  .nla-promo img{width:72px;height:72px;}
  .nla-spotlight img{width:120px;height:120px;}
}

/* ── Case study issue pages (/case-studies/<slug>/) ──────────────────
   Added July 2026 with the first case study (Southern Utah Parade of
   Homes). Global classes, reused across every case study page — same
   rationale as .nla-* above: this template gets copied for each new
   story, so it belongs in the shared stylesheet, not a page-scoped block.
   See docs/05-css-class-reference.md "Case studies" section for the
   step-by-step workflow to add the next one.
──────────────────────────────────────────────────────────────────── */
.csa-hero{background:var(--navy);padding:6.5rem var(--pad) 4rem;position:relative;overflow:hidden;}
.csa-hero::before{
  content:'';position:absolute;inset:0;pointer-events:none;
  background-image:
    repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(94,187,199,.036) 59px,rgba(94,187,199,.036) 60px),
    repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(94,187,199,.036) 59px,rgba(94,187,199,.036) 60px);
}
.csa-hero-inner{max-width:760px;margin:0 auto;position:relative;z-index:1;}
.csa-back{
  display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.75rem;
  font-family:var(--sans);font-size:.8rem;color:rgba(255,255,255,.55);text-decoration:none;transition:color .18s;
}
.csa-back:hover{color:rgba(255,255,255,.85);}
.csa-hero-inner .lr .lt{color:var(--teal);}
.csa-hero-inner h1{
  font-family:var(--display);font-weight:400;color:var(--white);
  font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2;margin:.85rem 0 1.25rem;
}
.csa-hero-inner h1 em{font-style:italic;color:var(--dusty);}
.csa-hero-lede{font-size:1rem;line-height:1.8;color:rgba(255,255,255,.68);font-weight:300;max-width:620px;}
.csa-client-row{display:flex;align-items:center;gap:1rem;margin-top:2rem;}
.csa-client-logo{height:34px;width:auto;filter:brightness(0) invert(1);opacity:.9;}
.csa-client-since{font-family:var(--sans);font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.45);}
.csa-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:640px;margin-top:2.75rem;padding-top:2.25rem;border-top:1px solid rgba(255,255,255,.14);}
.csa-stat-v{font-family:var(--display);font-size:2rem;font-weight:400;color:var(--white);line-height:1;margin-bottom:.4rem;}
.csa-stat-l{font-family:var(--sans);font-size:.74rem;font-weight:500;color:rgba(255,255,255,.55);line-height:1.5;}

.csa-body{background:var(--white);padding:5rem var(--pad);}
.csa-body-inner{max-width:680px;margin:0 auto;}
.csa-body-inner h2{font-family:var(--display);font-size:1.5rem;font-weight:500;color:var(--navy);margin:2.75rem 0 1rem;}
.csa-body-inner h2:first-child{margin-top:0;}
.csa-body-inner p{font-size:.97rem;line-height:1.85;color:var(--ink-mid);font-weight:300;}
.csa-body-inner p+p{margin-top:1.1rem;}
.csa-pull{
  margin:2.75rem 0;padding:2rem 2.25rem;background:var(--surface);
  border-left:3px solid var(--teal);border-radius:0 8px 8px 0;
}
.csa-pull blockquote{
  font-family:var(--display);font-style:italic;font-size:1.15rem;line-height:1.6;
  color:var(--navy);font-weight:400;margin:0 0 1rem;
}
.csa-pull-src{font-family:var(--sans);font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);}
.csa-notice{
  margin:2.75rem 0;padding:1rem 1.25rem;background:var(--tint-yellow);
  border:1px solid rgba(138,109,0,.18);border-radius:8px;
  font-family:var(--sans);font-size:.82rem;line-height:1.65;color:var(--warning-fg);
}

.csa-nav{max-width:680px;margin:0 auto;padding:0 var(--pad) 2rem;}

.csa-cta{background:var(--surface);padding:4rem var(--pad);text-align:center;border-top:1px solid var(--rule);}
.csa-cta h2{font-family:var(--display);font-size:1.5rem;font-weight:400;color:var(--navy);margin-bottom:.65rem;}
.csa-cta p{font-size:.9rem;color:var(--ink-light);font-weight:300;margin-bottom:1.75rem;max-width:480px;margin-left:auto;margin-right:auto;}

@media(max-width:640px){
  .csa-stat-row{grid-template-columns:1fr;gap:1.25rem;}
  .csa-pull{padding:1.5rem;}
}
