/* ═══════════════════════════════════════════════════════════
   Reliant Process Solutions — Design System v3
   Shared stylesheet for all pages
═══════════════════════════════════════════════════════════ */

/* ── Brand Name Typography ── */
.brand-name {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: inherit;
}

/* ══ GLOBAL RESPONSIVE POLISH ═══════════════════════════════════
   Applied everywhere — no breakpoint required. These defaults make
   the site resilient to any viewport width. */
*, *::before, *::after { box-sizing: border-box; }
img, svg, video, iframe, canvas, picture { max-width: 100%; height: auto; }
html { -webkit-text-size-adjust: 100%; }
body { overflow-x: hidden; }

@media (max-width: 768px) {
  .container { padding: 0 20px; }
  .page-hero { padding: 110px 0 56px; }
  .page-hero h1 { font-size: clamp(2rem, 9vw, 3.4rem) !important; line-height: 0.95 !important; }
  .page-hero p { font-size: 0.95rem !important; line-height: 1.65 !important; }
  .head-xl { font-size: clamp(2rem, 8vw, 3rem) !important; }
  section, .section { padding: 56px 0 !important; }
  .pricing-preview-grid { grid-template-columns: 1fr !important; gap: 14px; }
  .pp-card { padding: 24px 20px; }
}
@media (max-width: 520px) {
  .container { padding: 0 16px; }
  .page-hero { padding: 100px 0 44px; }
}

/* ── Icon utility (inline SVG replacements for emoji) ── */
.icon {
  display: inline-block;
  vertical-align: -0.15em;
  flex-shrink: 0;
  line-height: 1;
}
.icon-sm { width: 14px; height: 14px; }
.icon-lg { width: 22px; height: 22px; }
.icon-star { color: #F5A623; vertical-align: middle; }
.icon-check { color: #00A86B; }
.icon-check-filled { vertical-align: middle; }
.stars { display: inline-flex; gap: 2px; align-items: center; }
.stars .icon-star { width: 14px; height: 14px; }

/* Client-segment icons — the ⚖ 💳 🏢 replacements */
.seg-icon { color: var(--cobalt); }
[data-theme="light"] .seg-icon { color: var(--cobalt); }

/* Marquee icons */
.marquee-strip .icon { color: var(--cobalt-light); }
[data-theme="light"] .marquee-strip .icon { color: var(--cobalt); }

/* Feed status icons */
.feed-icon .icon { width: 14px; height: 14px; }
.feed-icon.served .icon { color: var(--success); }
.feed-icon.dispatched .icon { color: var(--cobalt); }
.feed-icon.pending .icon { color: #F5A623; }

/* Brand-moment text contrast — always pure white on cobalt, regardless of theme */
#brand-moment .bm-headline,
#brand-moment h2,
#brand-moment .bm-proof-num,
#brand-moment .brand-name {
  color: #FFFFFF !important;
}
#brand-moment .bm-sub,
#brand-moment .bm-proof-label {
  color: rgba(255,255,255,0.88) !important;
}
#brand-moment .btn-white,
#brand-moment .btn-white-solid { color: var(--cobalt-night) !important; background: #FFFFFF !important; }
#brand-moment .btn-cobalt-outline {
  color: #FFFFFF !important;
  border-color: rgba(255,255,255,0.55) !important;
}
#brand-moment .btn-cobalt-outline:hover {
  background: #FFFFFF !important;
  color: var(--cobalt-night) !important;
}
#brand-moment .bm-proof-item {
  background: rgba(255,255,255,0.06) !important;
  border-color: rgba(255,255,255,0.15) !important;
}

/* Testimonial contrast boost */
#testimonials .testimonial-text,
#testimonials blockquote,
.testimonial-body p,
.testimonial-text {
  color: var(--gray-200) !important;
}
[data-theme="light"] #testimonials .testimonial-text,
[data-theme="light"] .testimonial-body p,
[data-theme="light"] .testimonial-text {
  color: #1F2937 !important;
}
[data-theme="light"] #testimonials .testimonial-name,
[data-theme="light"] .testimonial-name { color: #0B0B0B !important; }
[data-theme="light"] #testimonials .testimonial-role,
[data-theme="light"] .testimonial-role { color: #4B5563 !important; }

/* ── Dispatch map readability in light mode ── */
[data-theme="light"] .map-svg text {
  fill: rgba(17,24,39,0.7) !important;
}
[data-theme="light"] .map-svg rect[fill^="rgba(26,48,217,0.06)"] {
  fill: rgba(26,48,217,0.04) !important;
  stroke: rgba(26,48,217,0.18) !important;
}
[data-theme="light"] .map-svg rect[fill^="rgba(20,20,20"] {
  fill: rgba(10,10,10,0.92) !important;
}
[data-theme="light"] .map-svg g[transform] text {
  fill: rgba(255,255,255,0.85) !important;
}

/* ── Pricing Preview (home page) ── */
.pricing-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .pricing-preview-grid { grid-template-columns: 1fr; }
}
.pp-card {
  background: var(--black-card);
  border: 1px solid var(--black-border);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.pp-card:hover { transform: translateY(-4px); border-color: var(--cobalt); box-shadow: 0 16px 48px rgba(26,48,217,0.18); }
.pp-card-featured {
  border-color: var(--cobalt);
  background: linear-gradient(180deg, rgba(26,48,217,0.06), var(--black-card));
  box-shadow: 0 8px 32px rgba(26,48,217,0.12);
}
.pp-badge {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--cobalt); color: #fff;
  font-family: var(--body); font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 100px;
  box-shadow: 0 4px 12px rgba(26,48,217,0.3);
}
.pp-tier-label {
  font-family: var(--display); font-size: 2rem; font-weight: 700;
  letter-spacing: 0.03em; color: var(--white);
}
.pp-tier-sub {
  font-family: var(--body); font-size: 0.88rem; color: var(--gray-400);
  margin-bottom: 16px; line-height: 1.55;
}
.pp-price-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 10px 0; border-bottom: 1px solid var(--black-border);
  font-family: var(--body); font-size: 0.88rem; color: var(--gray-300);
}
.pp-price-row:last-of-type { border-bottom: none; }
.pp-price {
  font-family: var(--head); font-size: 1rem; font-weight: 700; color: var(--white);
}
.pp-price-cobalt { color: var(--cobalt-light); }
.pp-features {
  list-style: none; padding: 0; margin: 16px 0 20px;
  display: flex; flex-direction: column; gap: 8px;
}
.pp-features li {
  font-family: var(--body); font-size: 0.85rem; color: var(--gray-300);
  padding-left: 22px; position: relative; line-height: 1.5;
}
.pp-features li::before {
  content: '';
  position: absolute; left: 2px; top: 7px;
  width: 12px; height: 7px;
  border-left: 2px solid var(--success);
  border-bottom: 2px solid var(--success);
  transform: rotate(-45deg);
}
[data-theme="light"] .pp-card { background: #FFFFFF; border-color: #E5E7EB; }
[data-theme="light"] .pp-card-featured { background: linear-gradient(180deg, rgba(26,48,217,0.03), #FFFFFF); border-color: var(--cobalt); }
[data-theme="light"] .pp-tier-label { color: #0B0B0B; }
[data-theme="light"] .pp-tier-sub { color: #6B7280; }
[data-theme="light"] .pp-price-row { color: #374151; border-bottom-color: #E5E7EB; }
[data-theme="light"] .pp-price { color: #0B0B0B; }
[data-theme="light"] .pp-features li { color: #374151; }

/* ── Active Nav State ── */
.nav-link.active {
  color: var(--white);
  border-bottom: 2px solid var(--cobalt);
  padding-bottom: 2px;
}

/* ── Page Hero (interior pages) ── */
.page-hero {
  padding: 140px 0 80px;
  background: var(--black);
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cobalt), transparent);
}
.page-hero-label {
  font-family: var(--body);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cobalt);
  margin-bottom: 16px;
}
.page-hero h1 {
  font-family: var(--display);
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: 0.02em;
  line-height: 0.92;
  color: var(--white);
  margin-bottom: 24px;
}
.page-hero p {
  font-family: var(--body);
  font-size: 1.05rem;
  color: var(--gray-300);
  max-width: 600px;
  line-height: 1.8;
}

/* ── Blog post article styles ── */
.blog-article { max-width: 800px; margin: 0 auto; }
.blog-article h2 { font-family: var(--head); font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; letter-spacing: -0.03em; margin: 48px 0 16px; color: var(--white); }
.blog-article h3 { font-family: var(--head); font-size: 1.2rem; font-weight: 700; margin: 32px 0 12px; color: var(--white); }
.blog-article p { font-family: var(--body); font-size: 1rem; line-height: 1.85; color: var(--gray-300); margin-bottom: 20px; }
.blog-article ul, .blog-article ol { font-family: var(--body); color: var(--gray-300); padding-left: 24px; margin-bottom: 20px; }
.blog-article li { margin-bottom: 8px; line-height: 1.75; }
.blog-article a { color: var(--cobalt-light); text-decoration: underline; text-underline-offset: 3px; }
.blog-article a:hover { color: var(--white); }
.blog-article strong { color: var(--white); font-weight: 600; }
.blog-article blockquote { border-left: 3px solid var(--cobalt); padding-left: 24px; margin: 32px 0; font-style: italic; color: var(--gray-300); }
.blog-callout { background: var(--cobalt-ink); border: 1px solid rgba(26,48,217,0.3); border-radius: var(--r-md); padding: 24px 28px; margin: 32px 0; }
.blog-callout p { margin-bottom: 0; color: var(--gray-300); }
.blog-callout strong { color: var(--cobalt-light); }
.blog-related { background: var(--black-card); border: 1px solid var(--black-border); border-radius: var(--r-lg); padding: 32px; margin-top: 64px; }
.blog-related h4 { font-family: var(--head); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 20px; }
.blog-related ul { list-style: none; padding: 0; margin: 0; }
.blog-related li { border-bottom: 1px solid var(--black-border); padding: 12px 0; }
.blog-related li:last-child { border-bottom: none; }
.blog-related a { font-family: var(--head); font-size: 0.95rem; font-weight: 600; color: var(--white); text-decoration: none; }
.blog-related a:hover { color: var(--cobalt-light); }
.blog-cta { background: linear-gradient(135deg, var(--cobalt-night), var(--black-raised)); border: 1px solid rgba(26,48,217,0.4); border-radius: var(--r-xl); padding: 48px; margin: 48px 0; text-align: center; }
.blog-cta h3 { font-family: var(--display); font-size: clamp(2rem, 4vw, 3rem); color: var(--white); margin-bottom: 12px; }
.blog-cta p { color: var(--gray-300); margin-bottom: 28px; max-width: 400px; margin-left: auto; margin-right: auto; }
.blog-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-bottom: 48px; padding-bottom: 32px; border-bottom: 1px solid var(--black-border); }
.blog-meta-item { font-family: var(--body); font-size: 0.78rem; color: var(--gray-400); display: flex; align-items: center; gap: 6px; }
.blog-meta-item svg { width: 14px; height: 14px; }
.blog-category-tag { font-family: var(--body); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--cobalt-light); background: var(--cobalt-ink); border: 1px solid rgba(26,48,217,0.25); padding: 4px 12px; border-radius: 100px; }
.post-card { background: var(--black-card); border: 1px solid var(--black-border); border-radius: var(--r-xl); padding: 32px; transition: border-color 0.25s, transform 0.25s; text-decoration: none; display: block; }
.post-card:hover { border-color: rgba(26,48,217,0.4); transform: translateY(-4px); }
.post-card-date { font-family: var(--body); font-size: 0.72rem; color: var(--gray-500); margin-bottom: 10px; }
.post-card-title { font-family: var(--head); font-size: 1.1rem; font-weight: 700; color: var(--white); line-height: 1.35; margin-bottom: 10px; }
.post-card-excerpt { font-family: var(--body); font-size: 0.85rem; color: var(--gray-400); line-height: 1.7; }
.post-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--black-border); }
.read-time { font-family: var(--body); font-size: 0.72rem; color: var(--gray-500); }

/* ── Trust stack card (landing hero) ── */
.trust-stack {
  background: var(--black-card);
  border: 1px solid var(--black-border);
  border-radius: var(--r-xl);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trust-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black-border2);
}
.trust-metric:last-of-type { border-bottom: none; padding-bottom: 0; }
.trust-metric-num { font-family: var(--display); font-size: 3rem; letter-spacing: 0.02em; color: var(--white); line-height: 1; }
.trust-metric-label { font-family: var(--body); font-size: 0.78rem; color: var(--gray-400); }
.trust-testimonial { background: var(--black-raised); border-radius: var(--r-md); padding: 20px; font-family: var(--body); font-size: 0.85rem; color: var(--gray-300); line-height: 1.7; font-style: italic; }
.trust-testimonial cite { display: block; margin-top: 10px; font-style: normal; font-size: 0.72rem; color: var(--gray-500); font-weight: 600; }
.trust-live-badge { display: flex; align-items: center; gap: 8px; padding: 10px 16px; background: var(--success-dim); border: 1px solid var(--success-line); border-radius: 100px; font-family: var(--body); font-size: 0.75rem; font-weight: 600; color: var(--success); }
.trust-live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); animation: pulse-success 2s infinite; }
@keyframes pulse-success { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(0.8); } }


    /* ═══════════════════════════════════════════════════════════
       DESIGN SYSTEM — RELIANT PROCESS SOLUTIONS v2
       Art direction: Precision-engineered dark luxury.
       Editorial weight typography. Surgical geometry.
       Human warmth through motion and restraint.
    ═══════════════════════════════════════════════════════════ */

    :root {
      /* Brand palette — exact spec */
      --cobalt:        #1A30D9;
      --cobalt-mid:    #4169F5;
      --cobalt-light:  #6B8FFF;
      --cobalt-dim:    #1A3FD8;
      --cobalt-night:  #0D1F6E;
      --cobalt-ink:    rgba(46,91,255,0.12);
      --cobalt-glow:   rgba(46,91,255,0.22);
      --cobalt-trace:  rgba(46,91,255,0.06);
      --black:         #0B0B0B;
      --black-rich:    #0F0F0F;
      --black-card:    #141414;
      --black-raised:  #1A1A1A;
      --black-edge:    #222222;
      --black-border:  rgba(255,255,255,0.08);
      --black-border2: rgba(255,255,255,0.04);
      --success:       #4CAF50;
      --success-dim:   rgba(76,175,80,0.12);
      --success-line:  rgba(76,175,80,0.25);
      --mint:          #00D084;
      --mint-dim:      rgba(0,208,132,0.1);
      --white:         #FFFFFF;
      --off-white:     #F8F8F8;
      --gray-100:      #E5E7EB;
      --gray-300:      #9CA3AF;
      --gray-400:      #6B7280;
      --gray-500:      #4B5563;

      /* Typography */
      --display:  'Bebas Neue', sans-serif;
      --head:     'Inter', sans-serif;
      --body:     'Montserrat', sans-serif;

      /* Spacing scale — tightened for better visual rhythm */
      --sp-xs:  8px;
      --sp-sm:  16px;
      --sp-md:  24px;
      --sp-lg:  40px;
      --sp-xl:  56px;
      --sp-2xl: 80px;

      /* Radii */
      --r-sm:  8px;
      --r-md:  14px;
      --r-lg:  20px;
      --r-xl:  28px;
      --r-2xl: 40px;

      /* Shadows */
      --shadow-sm:   0 2px 12px rgba(0,0,0,0.4);
      --shadow-md:   0 8px 32px rgba(0,0,0,0.5);
      --shadow-lg:   0 20px 60px rgba(0,0,0,0.6);
      --shadow-blue: 0 8px 40px rgba(46,91,255,0.35);
      --shadow-blue-lg: 0 20px 80px rgba(46,91,255,0.3);

      /* Transitions */
      --ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
      --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
      --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* ── Reset & Base ── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body {
      background: var(--black);
      color: var(--white);
      font-family: var(--body);
      font-weight: 400;
      line-height: 1.6;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
      /* cursor:none only on true pointer devices — NOT on touch */
    }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; display: block; }
    /* button cursor managed per-device below — never globally none */

    /* Custom cursor — pointer devices only (not touch/stylus) */
    @media (pointer: fine) {
      body  { cursor: none; }
      button, .btn { cursor: none; }
      a { cursor: none; }
    }
    ::-webkit-scrollbar { width: 3px; }
    ::-webkit-scrollbar-track { background: var(--black); }
    ::-webkit-scrollbar-thumb { background: var(--cobalt); }

    /* ── Custom Cursor ── */
    .cursor {
      position: fixed;
      width: 10px; height: 10px;
      background: var(--cobalt);
      border-radius: 50%;
      pointer-events: none;
      z-index: 9999;
      transform: translate(-50%, -50%);
      transition: transform 0.1s, width 0.3s var(--ease-spring), height 0.3s var(--ease-spring), background 0.3s;
      mix-blend-mode: normal;
    }
    .cursor-ring {
      position: fixed;
      width: 36px; height: 36px;
      border: 1px solid rgba(46,91,255,0.5);
      border-radius: 50%;
      pointer-events: none;
      z-index: 9998;
      transform: translate(-50%, -50%);
      transition: transform 0.15s var(--ease-out), width 0.4s var(--ease-spring), height 0.4s var(--ease-spring), opacity 0.3s;
    }
    .cursor.hover { width: 20px; height: 20px; background: var(--cobalt-light); }
    .cursor-ring.hover { width: 56px; height: 56px; opacity: 0.4; }
    .cursor.click { transform: translate(-50%, -50%) scale(0.7); }

    /* ── Container ── */
    .container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
    .container-wide { max-width: 1400px; margin: 0 auto; padding: 0 32px; }
    .section { padding: var(--sp-2xl) 0; }
    .section-lg { padding: 140px 0; }

    /* ── Typography Utilities ── */
    .display-giant {
      font-family: var(--display);
      font-size: clamp(5rem, 12vw, 11rem);
      letter-spacing: 0.02em;
      line-height: 0.9;
      color: var(--white);
    }
    .display-xl {
      font-family: var(--display);
      font-size: clamp(3.5rem, 8vw, 7rem);
      letter-spacing: 0.02em;
      line-height: 0.92;
    }
    .display-lg {
      font-family: var(--display);
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      letter-spacing: 0.03em;
      line-height: 0.95;
    }
    .head-xl {
      font-family: var(--head);
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 800;
      letter-spacing: -0.03em;
      line-height: 1.1;
    }
    .head-lg {
      font-family: var(--head);
      font-size: clamp(1.5rem, 3vw, 2.2rem);
      font-weight: 700;
      letter-spacing: -0.025em;
      line-height: 1.2;
    }
    .head-md {
      font-family: var(--head);
      font-size: 1.1rem;
      font-weight: 700;
      letter-spacing: -0.01em;
    }
    .body-lg { font-family: var(--body); font-size: 1.05rem; line-height: 1.8; color: var(--gray-300); }
    .body-md { font-family: var(--body); font-size: 0.875rem; line-height: 1.7; color: var(--gray-300); }
    .body-sm { font-family: var(--body); font-size: 0.78rem; line-height: 1.6; color: var(--gray-400); }
    .label {
      font-family: var(--body);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--cobalt);
    }
    .cobalt { color: var(--cobalt); }
    .mint { color: var(--mint); }
    .success { color: var(--success); }
    .white { color: var(--white); }

    /* ── Buttons ── */
    .btn {
      display: inline-flex; align-items: center; gap: 8px;
      padding: 14px 28px;
      font-family: var(--body);
      font-weight: 600;
      font-size: 0.875rem;
      letter-spacing: 0.02em;
      border-radius: var(--r-md);
      border: none;
      cursor: none;
      transition: all 0.25s var(--ease-out);
      position: relative;
      overflow: hidden;
      white-space: nowrap;
    }
    .btn::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,0);
      transition: background 0.2s;
    }
    .btn:hover::after { background: rgba(255,255,255,0.06); }

    .btn-primary {
      background: var(--cobalt);
      color: var(--white);
      box-shadow: var(--shadow-blue);
    }
    .btn-primary:hover {
      background: var(--cobalt-mid);
      transform: translateY(-2px);
      box-shadow: var(--shadow-blue-lg);
    }
    .btn-primary:active { transform: translateY(0); }

    .btn-ghost {
      background: transparent;
      color: var(--white);
      border: 1px solid var(--black-border);
    }
    .btn-ghost:hover {
      border-color: rgba(46,91,255,0.4);
      color: var(--cobalt-light);
      transform: translateY(-2px);
    }

    .btn-white {
      background: var(--white);
      color: var(--black);
      font-weight: 700;
    }
    .btn-white:hover {
      background: var(--off-white);
      transform: translateY(-2px);
      box-shadow: 0 12px 40px rgba(255,255,255,0.15);
    }

    .btn-lg { padding: 18px 38px; font-size: 0.95rem; border-radius: var(--r-lg); }
    .btn-sm { padding: 10px 20px; font-size: 0.8rem; }

    .btn-icon {
      width: 20px; height: 20px;
      border-radius: 50%;
      background: rgba(255,255,255,0.15);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
      font-size: 0.75rem;
      transition: transform 0.2s var(--ease-spring);
    }
    .btn:hover .btn-icon { transform: translateX(3px); }

    /* ── Pills & Tags ── */
    .pill {
      display: inline-flex; align-items: center; gap: 6px;
      padding: 6px 14px;
      border-radius: 100px;
      font-family: var(--body);
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.08em;
    }
    .pill-cobalt { background: var(--cobalt-ink); border: 1px solid rgba(46,91,255,0.25); color: var(--cobalt-light); }
    .pill-success { background: var(--success-dim); border: 1px solid var(--success-line); color: var(--success); }
    .pill-white { background: rgba(255,255,255,0.06); border: 1px solid var(--black-border); color: var(--gray-300); }
    .pulse-dot {
      width: 6px; height: 6px;
      background: currentColor;
      border-radius: 50%;
      animation: pulse-anim 2s ease-in-out infinite;
    }
    @keyframes pulse-anim {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.4; transform: scale(0.75); }
    }

    /* ═══════════════════════════════════════════════════════════
       NAVIGATION
    ═══════════════════════════════════════════════════════════ */
    #nav {
      position: fixed; top: 0; left: 0; right: 0;
      z-index: 1000;
      padding: 0;
      transition: all 0.4s var(--ease-out);
    }
    .nav-inner {
      max-width: 1200px; margin: 0 auto; padding: 0 32px;
      height: 72px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 24px;
    }
    #nav.scrolled {
      background: rgba(11,11,11,0.92);
      backdrop-filter: blur(24px) saturate(180%);
      -webkit-backdrop-filter: blur(24px) saturate(180%);
      border-bottom: 1px solid var(--black-border);
    }
    /* Logo */
    .nav-logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
    .nav-logo-mark {
      width: 38px; height: 38px; flex-shrink: 0;
    }
    .nav-brand {
      display: flex; flex-direction: column; line-height: 1;
      gap: 1px;
    }
    .nav-brand-r {
      font-family: var(--head);
      font-weight: 900;
      font-size: 1rem;
      letter-spacing: 0.06em;
      color: var(--white);
    }
    .nav-brand-sub {
      font-family: var(--body);
      font-size: 0.55rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--cobalt);
    }
    /* Nav links */
    .nav-links { display: flex; align-items: center; gap: 2px; list-style: none; }
    .nav-links a {
      font-family: var(--body);
      font-size: 0.82rem;
      font-weight: 500;
      color: var(--gray-400);
      padding: 9px 14px;
      border-radius: var(--r-sm);
      transition: color 0.18s, background 0.18s;
      letter-spacing: 0.01em;
    }
    .nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.05); }
    .nav-links a.active { color: var(--cobalt-light); }

    .nav-actions { display: flex; align-items: center; gap: 10px; }
    .nav-tel {
      display: flex; align-items: center; gap: 6px;
      font-family: var(--body); font-size: 0.82rem; font-weight: 600;
      color: var(--gray-300);
      padding: 8px 14px;
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      transition: all 0.2s;
    }
    .nav-tel:hover { border-color: var(--cobalt); color: var(--cobalt); }

    /* Hamburger */
    .hamburger {
      display: none; flex-direction: column; gap: 5px;
      background: none; border: none; padding: 10px;
      cursor: pointer; /* always pointer — never none */
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .hamburger span {
      display: block; width: 22px; height: 1.5px;
      background: var(--white); border-radius: 2px;
      transition: all 0.3s var(--ease-out);
      transform-origin: center;
    }
    .hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    .hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

    /* Mobile Drawer */
    .mobile-drawer {
      position: fixed; top: 0; right: -100%; bottom: 0;
      width: min(360px, 100vw);
      background: var(--black-card);
      border-left: 1px solid var(--black-border);
      z-index: 999;
      padding: 100px 32px 40px;
      display: flex; flex-direction: column; gap: 8px;
      transition: right 0.4s var(--ease-out);
    }
    .mobile-drawer.open { right: 0; }
    .drawer-overlay {
      position: fixed; inset: 0; background: rgba(0,0,0,0.7);
      z-index: 998; opacity: 0; pointer-events: none;
      transition: opacity 0.3s;
      backdrop-filter: blur(4px);
    }
    .drawer-overlay.open { opacity: 1; pointer-events: all; }
    .mobile-drawer a {
      font-family: var(--body); font-size: 1rem; font-weight: 500;
      color: var(--gray-300); padding: 14px 16px;
      border-radius: var(--r-md); border: 1px solid transparent;
      transition: all 0.18s;
    }
    .mobile-drawer a:hover { color: var(--white); border-color: var(--black-border); background: var(--black-raised); }
    .drawer-cta { margin-top: 16px; }

    /* ═══════════════════════════════════════════════════════════
       HERO SECTION
    ═══════════════════════════════════════════════════════════ */
    #hero {
      min-height: 100vh;
      display: flex; align-items: center;
      position: relative; overflow: hidden;
      padding-top: 72px;
      background: var(--black);
    }

    /* Noise texture overlay */
    #hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none; z-index: 0;
      opacity: 0.6;
    }

    /* Radial gradient bg */
    .hero-atmosphere {
      position: absolute; inset: 0; pointer-events: none;
      background:
        radial-gradient(ellipse 60% 80% at 75% 50%, rgba(46,91,255,0.08) 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 15% 70%, rgba(0,208,132,0.04) 0%, transparent 60%);
    }

    /* Geometric lines — surgical precision */
    .hero-lines {
      position: absolute; inset: 0; pointer-events: none; overflow: hidden;
    }
    .hero-lines svg {
      position: absolute; inset: 0; width: 100%; height: 100%;
    }

    .hero-content {
      position: relative; z-index: 2;
      display: grid; grid-template-columns: 1.1fr 0.9fr;
      gap: 80px; align-items: center;
      padding: 80px 0;
      width: 100%;
    }

    .hero-left { display: flex; flex-direction: column; gap: 36px; }

    .hero-eyebrow {
      display: flex; align-items: center; gap: 12px;
      opacity: 0; animation: fadeUp 0.8s 0.1s var(--ease-out) forwards;
    }
    .eyebrow-line {
      width: 32px; height: 1px;
      background: linear-gradient(90deg, var(--cobalt), transparent);
    }

    .hero-headline {
      opacity: 0; animation: fadeUp 0.9s 0.25s var(--ease-out) forwards;
    }
    .hero-headline h1 {
      font-family: var(--display);
      font-size: clamp(4.5rem, 10vw, 9rem);
      letter-spacing: 0.015em;
      line-height: 0.88;
      color: var(--white);
    }
    .hero-headline .accent-word {
      color: transparent;
      -webkit-text-stroke: 1.5px var(--cobalt);
      display: block;
    }
    .hero-headline .word-served { color: var(--cobalt); }

    .hero-subhead {
      max-width: 440px;
      opacity: 0; animation: fadeUp 0.9s 0.4s var(--ease-out) forwards;
    }

    .hero-metrics {
      display: flex; gap: 0;
      opacity: 0; animation: fadeUp 0.9s 0.55s var(--ease-out) forwards;
    }
    .metric-block {
      flex: 1; padding: 20px 0;
      border-right: 1px solid var(--black-border);
      padding-right: 24px; margin-right: 24px;
    }
    .metric-block:last-child { border-right: none; padding-right: 0; margin-right: 0; }
    .metric-num {
      font-family: var(--display);
      font-size: 2.8rem;
      letter-spacing: 0.02em;
      color: var(--white);
      line-height: 1;
      margin-bottom: 4px;
    }
    .metric-cobalt { color: var(--cobalt); }
    .metric-label {
      font-family: var(--body); font-size: 0.7rem;
      font-weight: 600; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--gray-400);
    }

    .hero-actions {
      display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
      opacity: 0; animation: fadeUp 0.9s 0.7s var(--ease-out) forwards;
    }
    .hero-proof {
      display: flex; align-items: center; gap: 8px;
      font-family: var(--body); font-size: 0.75rem; color: var(--gray-400);
    }
    .proof-check {
      width: 16px; height: 16px;
      background: var(--success-dim); border: 1px solid var(--success-line);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      font-size: 0.55rem; color: var(--success); flex-shrink: 0;
    }

    /* Hero Right — Georgia Map + Dispatch Card */
    .hero-right {
      display: flex; flex-direction: column; gap: 16px;
      opacity: 0; animation: fadeRight 1s 0.4s var(--ease-out) forwards;
    }

    /* Live Dispatch Panel */
    .dispatch-panel {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      overflow: hidden;
      position: relative;
    }
    .dispatch-panel::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent, var(--cobalt), var(--mint), transparent);
    }

    .dispatch-header {
      padding: 14px 20px 0;
      display: flex; align-items: center; justify-content: space-between;
    }
    .dispatch-title {
      font-family: var(--head); font-size: 0.78rem; font-weight: 700;
      color: var(--white); letter-spacing: 0.05em;
      text-transform: uppercase;
    }
    .live-badge {
      display: flex; align-items: center; gap: 5px;
      font-family: var(--body); font-size: 0.62rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase; color: var(--success);
      background: var(--success-dim); border: 1px solid var(--success-line);
      padding: 4px 10px; border-radius: 100px;
    }
    .live-dot {
      width: 5px; height: 5px;
      background: var(--success); border-radius: 50%;
      animation: pulse-anim 1.5s ease-in-out infinite;
    }

    /* SVG Map of Georgia counties */
    .map-container {
      padding: 10px 20px 0;
      position: relative;
    }
    .map-svg { width: 100%; height: auto; display: block; }

    /* Serve activity items */
    .dispatch-feed {
      padding: 10px 16px 14px;
      display: flex; flex-direction: column; gap: 6px;
    }
    .feed-item {
      display: flex; align-items: center; gap: 10px;
      padding: 8px 10px;
      background: var(--black-raised);
      border: 1px solid var(--black-border2);
      border-radius: var(--r-sm);
      transition: opacity 0.32s var(--ease-out), transform 0.32s var(--ease-out),
                  max-height 0.32s var(--ease-out), margin 0.32s var(--ease-out),
                  padding 0.32s var(--ease-out);
      max-height: 80px; overflow: hidden;
    }
    .feed-item-enter {
      opacity: 0; transform: translateY(-14px); max-height: 0;
      padding-top: 0; padding-bottom: 0; margin-bottom: -6px; border-width: 0;
    }
    .feed-item-exit {
      opacity: 0; transform: translateX(24px); max-height: 0;
      padding-top: 0; padding-bottom: 0; border-width: 0;
    }
    @keyframes feedSlide {
      from { opacity: 0; transform: translateX(-8px); }
      to { opacity: 1; transform: translateX(0); }
    }
    .feed-icon {
      width: 30px; height: 30px; border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.8rem; flex-shrink: 0;
    }
    .feed-icon.served { background: var(--success-dim); }
    .feed-icon.dispatched { background: var(--cobalt-ink); }
    .feed-icon.pending { background: rgba(255,165,0,0.1); }
    .feed-text { flex: 1; min-width: 0; }
    .feed-name { font-family: var(--head); font-size: 0.75rem; font-weight: 600; color: var(--white); }
    .feed-county { font-family: var(--body); font-size: 0.68rem; color: var(--gray-400); }
    .feed-time { font-family: var(--body); font-size: 0.65rem; color: var(--gray-400); flex-shrink: 0; }
    .feed-status {
      font-family: var(--body); font-size: 0.62rem; font-weight: 700;
      padding: 2px 7px; border-radius: 100px;
    }
    .feed-status.served { background: var(--success-dim); color: var(--success); }
    .feed-status.dispatched { background: var(--cobalt-ink); color: var(--cobalt-light); }
    .feed-status.pending { background: rgba(255,165,0,0.1); color: #FFA500; }

    /* Tier quick-select */
    .tier-quick {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-lg);
      padding: 18px 20px;
    }
    .tier-quick-label {
      font-family: var(--body); font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-400);
      margin-bottom: 12px;
    }
    .tier-quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
    .tier-chip {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      padding: 10px 8px;
      text-align: center; cursor: none;
      transition: all 0.2s var(--ease-out);
    }
    .tier-chip:hover, .tier-chip.active {
      border-color: var(--cobalt);
      background: var(--cobalt-trace);
    }
    .tier-chip.active { box-shadow: 0 0 0 1px var(--cobalt); }
    .chip-name { font-family: var(--head); font-size: 0.72rem; font-weight: 700; color: var(--white); display: block; }
    .chip-price { font-family: var(--body); font-size: 0.6rem; color: var(--cobalt-light); font-weight: 600; }

    /* Animations */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @keyframes fadeRight {
      from { opacity: 0; transform: translateX(30px); }
      to { opacity: 1; transform: translateX(0); }
    }
    @keyframes countUp {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* Scroll indicator */
    .scroll-hint {
      position: absolute; bottom: 40px; left: 50%;
      transform: translateX(-50%);
      display: flex; flex-direction: column; align-items: center; gap: 8px;
      opacity: 0; animation: fadeUp 1s 1.2s var(--ease-out) forwards;
    }
    .scroll-hint span {
      font-family: var(--body); font-size: 0.62rem; font-weight: 600;
      letter-spacing: 0.2em; text-transform: uppercase; color: var(--gray-500);
    }
    .scroll-line {
      width: 1px; height: 40px;
      background: linear-gradient(to bottom, var(--gray-500), transparent);
      animation: scrollLine 2s ease-in-out infinite;
    }
    @keyframes scrollLine {
      0% { transform: scaleY(0); transform-origin: top; }
      50% { transform: scaleY(1); transform-origin: top; }
      51% { transform: scaleY(1); transform-origin: bottom; }
      100% { transform: scaleY(0); transform-origin: bottom; }
    }

    /* ═══════════════════════════════════════════════════════════
       MARQUEE TRUST STRIP
    ═══════════════════════════════════════════════════════════ */
    .marquee-strip {
      border-top: 1px solid var(--black-border);
      border-bottom: 1px solid var(--black-border);
      padding: 18px 0;
      overflow: hidden;
      background: var(--black-card);
      position: relative;
    }
    .marquee-strip::before,
    .marquee-strip::after {
      content: '';
      position: absolute; top: 0; bottom: 0; width: 100px;
      z-index: 2; pointer-events: none;
    }
    .marquee-strip::before { left: 0; background: linear-gradient(to right, var(--black-card), transparent); }
    .marquee-strip::after { right: 0; background: linear-gradient(to left, var(--black-card), transparent); }

    .marquee-track {
      display: flex; gap: 0;
      animation: marqueeScroll 30s linear infinite;
      width: max-content;
    }
    @keyframes marqueeScroll {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    .marquee-item {
      display: flex; align-items: center; gap: 10px;
      padding: 0 40px;
      border-right: 1px solid var(--black-border);
      white-space: nowrap;
    }
    .marquee-icon { font-size: 0.9rem; }
    .marquee-text {
      font-family: var(--body); font-size: 0.8rem; font-weight: 600;
      color: var(--gray-300); letter-spacing: 0.04em;
    }
    .marquee-value {
      font-family: var(--head); font-size: 0.8rem; font-weight: 800;
      color: var(--white);
    }

    /* ═══════════════════════════════════════════════════════════
       HOW IT WORKS — CINEMATIC STEPS
    ═══════════════════════════════════════════════════════════ */
    #how {
      padding: var(--sp-2xl) 0;
      background: var(--black);
      position: relative; overflow: hidden;
    }
    /* Diagonal accent */
    #how::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--cobalt-glow), transparent);
    }
    .how-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 80px; align-items: center;
    }
    .how-left { display: flex; flex-direction: column; gap: 56px; }
    .how-step {
      display: flex; gap: 24px; align-items: flex-start;
      position: relative;
    }
    .how-step:not(:last-child)::after {
      content: '';
      position: absolute;
      left: 20px; top: 56px; bottom: -32px; width: 1px;
      background: linear-gradient(to bottom, rgba(46,91,255,0.4), transparent);
    }
    .step-number {
      width: 42px; height: 42px; flex-shrink: 0;
      background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.3);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      font-family: var(--head); font-size: 0.85rem; font-weight: 800;
      color: var(--cobalt-light);
      transition: all 0.3s var(--ease-spring);
    }
    .how-step:hover .step-number {
      background: var(--cobalt); color: var(--white);
      transform: scale(1.08);
      box-shadow: var(--shadow-blue);
    }
    .step-body { flex: 1; }
    .step-title { font-family: var(--head); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
    .step-desc { font-family: var(--body); font-size: 0.82rem; color: var(--gray-400); line-height: 1.7; }

    /* Right: ServeManager mockup */
    .how-right {
      position: relative;
      display: flex; align-items: center; justify-content: center;
    }
    .sm-mockup {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      overflow: hidden;
      width: 100%; max-width: 400px;
      box-shadow: var(--shadow-lg);
      position: relative;
    }
    .sm-mockup::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--cobalt), var(--mint));
    }
    .sm-top-bar {
      padding: 14px 18px;
      border-bottom: 1px solid var(--black-border);
      display: flex; align-items: center; justify-content: space-between;
    }
    .sm-dots { display: flex; gap: 5px; }
    .sm-dot {
      width: 8px; height: 8px; border-radius: 50%;
    }
    .sm-app-name { font-family: var(--body); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-400); }
    .sm-body { padding: 18px; display: flex; flex-direction: column; gap: 12px; }
    .sm-serve-card {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-md);
      padding: 14px;
    }
    .sm-serve-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 10px; }
    .sm-serve-id { font-family: var(--head); font-size: 0.65rem; font-weight: 700; color: var(--gray-400); letter-spacing: 0.1em; }
    .sm-serve-tier { font-family: var(--body); font-size: 0.6rem; font-weight: 700; color: var(--cobalt-light); background: var(--cobalt-ink); padding: 3px 8px; border-radius: 100px; }
    .sm-serve-name { font-family: var(--head); font-size: 0.88rem; font-weight: 700; color: var(--white); margin-bottom: 2px; }
    .sm-serve-addr { font-family: var(--body); font-size: 0.72rem; color: var(--gray-400); }
    .sm-progress { margin-top: 10px; }
    .sm-progress-bar { height: 3px; background: var(--black-edge); border-radius: 2px; overflow: hidden; }
    .sm-progress-fill { height: 100%; background: linear-gradient(90deg, var(--cobalt), var(--mint)); border-radius: 2px; }
    .sm-progress-label { display: flex; justify-content: space-between; margin-top: 5px; }
    .sm-progress-label span { font-family: var(--body); font-size: 0.62rem; color: var(--gray-400); }
    .sm-progress-label .done { color: var(--success); font-weight: 600; }
    .sm-gps-row { display: flex; gap: 6px; margin-top: 8px; }
    .sm-gps-tag {
      display: flex; align-items: center; gap: 4px;
      font-family: var(--body); font-size: 0.6rem; font-weight: 600;
      color: var(--gray-400); background: var(--black-edge); border-radius: 5px; padding: 3px 7px;
    }
    .sm-stats-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .sm-stat-box { background: var(--black-raised); border-radius: var(--r-sm); padding: 10px; text-align: center; }
    .sm-stat-num { font-family: var(--head); font-size: 1rem; font-weight: 800; color: var(--white); display: block; }
    .sm-stat-lbl { font-family: var(--body); font-size: 0.58rem; color: var(--gray-400); }

    /* ═══════════════════════════════════════════════════════════
       PRICING — EDITORIAL TIER CARDS
    ═══════════════════════════════════════════════════════════ */
    #pricing {
      padding: var(--sp-2xl) 0 140px;
      background: var(--black);
      position: relative;
    }
    /* Diagonal separator from above */
    .diagonal-sep {
      width: 100%; overflow: hidden; line-height: 0;
    }
    .diagonal-sep svg { display: block; }

    .pricing-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 72px; }
    .pricing-left {}
    .pricing-right { display: flex; flex-direction: column; align-items: flex-end; justify-content: flex-end; gap: 14px; }
    .pricing-note { font-family: var(--body); font-size: 0.8rem; color: var(--gray-400); text-align: right; max-width: 280px; line-height: 1.7; }

    /* Cards layout — staggered heights */
    .pricing-stack {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      align-items: end;
    }
    .pricing-card {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      padding: 32px 24px;
      display: flex; flex-direction: column; gap: 24px;
      position: relative; overflow: hidden;
      transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out), border-color 0.3s;
    }
    /* Stagger heights for editorial rhythm */
    .pricing-card:nth-child(1) { margin-top: 40px; }
    .pricing-card:nth-child(2) { margin-top: 20px; }
    .pricing-card:nth-child(3) { margin-top: 0; }
    .pricing-card:nth-child(4) { margin-top: 20px; }

    .pricing-card::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: var(--black-edge);
      transition: background 0.3s;
    }
    .pricing-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 24px 80px rgba(0,0,0,0.5);
      border-color: rgba(46,91,255,0.25);
    }
    .pricing-card:hover::before { background: linear-gradient(90deg, var(--cobalt), var(--cobalt-light)); }

    /* Featured card */
    .pricing-card.featured {
      background: linear-gradient(160deg, rgba(46,91,255,0.1), var(--black-card) 60%);
      border-color: rgba(46,91,255,0.35);
      margin-top: 0;
    }
    .pricing-card.featured::before { background: linear-gradient(90deg, var(--cobalt), var(--mint)); }

    .pricing-badge {
      position: absolute; top: 20px; right: 20px;
      background: var(--cobalt);
      color: var(--white);
      font-family: var(--body); font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      padding: 4px 10px; border-radius: 100px;
    }
    .p-tier-name {
      font-family: var(--body); font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.2em; text-transform: uppercase; color: var(--cobalt);
    }
    .p-tier-name.same-day { color: var(--mint); }
    .p-price {
      font-family: var(--display);
      font-size: 3.8rem;
      letter-spacing: 0.01em;
      color: var(--white);
      line-height: 1;
    }
    .p-price sup { font-family: var(--head); font-size: 1.1rem; font-weight: 400; vertical-align: super; line-height: 2; }
    .p-target { font-family: var(--body); font-size: 0.75rem; color: var(--gray-400); line-height: 1.5; }
    .p-divider { height: 1px; background: var(--black-border); }
    .p-features { display: flex; flex-direction: column; gap: 9px; flex: 1; }
    .p-feat {
      display: flex; align-items: flex-start; gap: 8px;
      font-family: var(--body); font-size: 0.78rem; color: var(--gray-300); line-height: 1.45;
    }
    .p-feat .chk { color: var(--success); flex-shrink: 0; margin-top: 1px; font-size: 0.7rem; }
    .p-feat .na { color: var(--gray-500); flex-shrink: 0; margin-top: 1px; font-size: 0.7rem; }
    .p-feat.highlight { color: var(--white); font-weight: 600; }
    .p-rate {
      padding: 10px 14px;
      background: var(--success-dim); border: 1px solid var(--success-line);
      border-radius: var(--r-sm);
      font-family: var(--head); font-size: 0.82rem; font-weight: 700;
      color: var(--success); text-align: center;
    }
    .p-rate.same-day-rate {
      background: var(--mint-dim); border-color: rgba(0,208,132,0.25);
      color: var(--mint);
    }

    /* ── Zone pricing table inside cards ── */
    .zone-table {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-md);
      overflow: hidden;
    }
    .zone-row {
      display: flex; align-items: center; justify-content: space-between;
      padding: 9px 12px;
      border-bottom: 1px solid var(--black-border2);
      gap: 8px;
    }
    .zone-row:last-child { border-bottom: none; }
    .zone-header {
      background: rgba(255,255,255,0.03);
      font-family: var(--body); font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-500);
      padding: 7px 12px;
    }
    .zone-row:not(.zone-header) > span:first-child {
      display: flex; flex-direction: column; gap: 1px;
      font-family: var(--head); font-size: 0.75rem; font-weight: 600;
      color: var(--white);
    }
    .zone-dot {
      display: inline-block; width: 6px; height: 6px;
      border-radius: 50%; margin-right: 5px; flex-shrink: 0;
      vertical-align: middle; margin-top: -1px;
    }
    .zone-dot-itp { background: var(--cobalt); }
    .zone-dot-otp { background: var(--mint); }
    .zone-dot-ext { background: #F59E0B; }
    .zone-counties {
      font-family: var(--body); font-size: 0.62rem; font-weight: 400;
      color: var(--gray-500); display: block; padding-left: 11px;
    }
    .zone-price {
      font-family: var(--head); font-size: 0.82rem; font-weight: 800;
      color: var(--cobalt-light); flex-shrink: 0; text-align: right;
    }
    .featured .zone-table { background: rgba(0,0,0,0.15); }
    .featured .zone-price { color: var(--mint); }

    /* ── Multi-person note ── */
    .multi-person-note {
      display: flex; align-items: flex-start; gap: 10px;
      margin-top: 20px; padding: 14px 18px;
      background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.2);
      border-radius: var(--r-md);
      font-family: var(--body); font-size: 0.8rem;
      color: var(--gray-300); line-height: 1.65;
    }
    .multi-person-note strong { color: var(--white); }
    .multi-person-note svg { color: var(--cobalt-light); margin-top: 2px; }

    /* Light theme overrides for new elements */
    [data-theme="light"] .zone-table { background: #FFFFFF; }
    [data-theme="light"] .zone-header { background: rgba(0,0,0,0.02); color: #9CA3AF; }
    [data-theme="light"] .zone-row:not(.zone-header) > span:first-child { color: #1F2937; }
    [data-theme="light"] .zone-price { color: var(--cobalt); }
    [data-theme="light"] .featured .zone-table { background: rgba(46,91,255,0.04); }
    [data-theme="light"] .featured .zone-price { color: var(--cobalt-dim); }
    [data-theme="light"] .multi-person-note { background: rgba(46,91,255,0.06); border-color: rgba(46,91,255,0.15); }
    [data-theme="light"] .multi-person-note strong { color: #0B0B0B; }

    @media (max-width: 768px) {
      .zone-row { padding: 8px 10px; }
      .zone-price { font-size: 0.75rem; }
      .zone-row:not(.zone-header) > span:first-child { font-size: 0.72rem; }
      .zone-counties { font-size: 0.58rem; }
      .multi-person-note { font-size: 0.75rem; }
    }

    /* Add-ons row below pricing */
    .addons-shelf {
      margin-top: 56px;
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      padding: 32px 36px;
    }
    .addons-shelf-header {
      display: flex; align-items: center; justify-content: space-between;
      margin-bottom: 28px;
    }
    .addons-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
    .addon-chip {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-md);
      padding: 16px 14px;
      text-align: center;
      transition: all 0.2s;
    }
    .addon-chip:hover { border-color: rgba(46,91,255,0.3); transform: translateY(-3px); }
    .addon-chip-icon { font-size: 1.3rem; margin-bottom: 8px; }
    .addon-chip-name { font-family: var(--head); font-size: 0.72rem; font-weight: 700; color: var(--white); margin-bottom: 3px; }
    .addon-chip-price { font-family: var(--body); font-size: 0.65rem; color: var(--cobalt-light); font-weight: 600; }

    /* ═══════════════════════════════════════════════════════════
       FULL COBALT SECTION — THE BRAND MOMENT
    ═══════════════════════════════════════════════════════════ */
    #brand-moment {
      background: var(--cobalt-night);
      padding: 100px 0;
      position: relative; overflow: hidden;
    }
    #brand-moment::before {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3z' fill='%23ffffff' fill-opacity='0.04' fill-rule='evenodd'/%3E%3C/svg%3E");
    }
    #brand-moment::after {
      content: '';
      position: absolute;
      top: -80px; right: -80px;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(255,255,255,0.08), transparent 70%);
      border-radius: 50%; pointer-events: none;
    }

    .brand-moment-inner {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 80px; align-items: center;
      position: relative; z-index: 1;
    }
    .bm-left {}
    .bm-stat-giant {
      font-family: var(--display);
      font-size: clamp(5rem, 12vw, 10rem);
      letter-spacing: 0.01em;
      color: rgba(255,255,255,0.12);
      line-height: 0.85;
      position: absolute; right: 40px; top: 50%; transform: translateY(-50%);
      pointer-events: none;
    }
    .bm-headline {
      font-family: var(--display);
      font-size: clamp(3rem, 6vw, 5.5rem);
      letter-spacing: 0.02em;
      color: var(--white);
      line-height: 0.92;
      margin-bottom: 24px;
    }
    .bm-sub { font-family: var(--body); font-size: 1rem; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 380px; }
    .bm-right {
      display: flex; flex-direction: column; gap: 16px;
    }
    .bm-proof-item {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--r-lg);
      padding: 20px 24px;
      display: flex; align-items: center; gap: 16px;
      transition: all 0.2s;
      backdrop-filter: blur(10px);
    }
    .bm-proof-item:hover {
      background: rgba(255,255,255,0.13);
      transform: translateX(4px);
    }
    .bm-proof-icon { font-size: 1.4rem; flex-shrink: 0; }
    .bm-proof-num { font-family: var(--display); font-size: 2rem; color: var(--white); letter-spacing: 0.02em; line-height: 1; }
    .bm-proof-label { font-family: var(--body); font-size: 0.75rem; color: rgba(255,255,255,0.6); font-weight: 500; }
    .bm-actions { display: flex; gap: 12px; margin-top: 12px; flex-wrap: wrap; }
    .btn-cobalt-outline {
      background: transparent;
      border: 1px solid rgba(255,255,255,0.3);
      color: var(--white);
      font-family: var(--body); font-size: 0.875rem; font-weight: 600;
      padding: 14px 28px; border-radius: var(--r-md);
      transition: all 0.2s;
    }
    .btn-cobalt-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }

    /* ═══════════════════════════════════════════════════════════
       WHY RELIANT — COMPARISON
    ═══════════════════════════════════════════════════════════ */
    #why { padding: var(--sp-2xl) 0; background: var(--black); }
    .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
    .why-features { display: flex; flex-direction: column; gap: 0; }
    .why-item {
      display: flex; gap: 20px; align-items: flex-start;
      padding: 28px 0; border-bottom: 1px solid var(--black-border);
      transition: all 0.2s;
    }
    .why-item:first-child { padding-top: 0; }
    .why-item:last-child { border-bottom: none; }
    .why-num {
      font-family: var(--display); font-size: 1.4rem;
      color: var(--black-edge); letter-spacing: 0.02em;
      transition: color 0.2s; flex-shrink: 0; width: 32px; margin-top: 2px;
    }
    .why-item:hover .why-num { color: var(--cobalt); }
    .why-icon {
      width: 44px; height: 44px; border-radius: 12px;
      background: var(--cobalt-ink); border: 1px solid rgba(46,91,255,0.15);
      display: flex; align-items: center; justify-content: center;
      font-size: 1.1rem; flex-shrink: 0;
      transition: all 0.2s var(--ease-spring);
    }
    .why-item:hover .why-icon {
      background: var(--cobalt); border-color: var(--cobalt);
      transform: rotate(-5deg) scale(1.05);
    }
    .why-body { flex: 1; }
    .why-title { font-family: var(--head); font-size: 0.95rem; font-weight: 700; color: var(--white); margin-bottom: 5px; }
    .why-desc { font-family: var(--body); font-size: 0.8rem; color: var(--gray-400); line-height: 1.65; }

    /* Comparison table — elevated */
    .cmp-table-wrap {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      overflow: hidden;
    }
    .cmp-table { width: 100%; border-collapse: collapse; }
    .cmp-table th {
      padding: 14px 20px;
      font-family: var(--body); font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase;
      background: rgba(255,255,255,0.02);
      border-bottom: 1px solid var(--black-border);
      text-align: center; color: var(--gray-400);
    }
    .cmp-table th:first-child { text-align: left; color: var(--gray-300); }
    .cmp-table th.rl-col {
      color: var(--cobalt-light);
      background: rgba(46,91,255,0.06);
    }
    .cmp-table td {
      padding: 13px 20px;
      font-family: var(--body); font-size: 0.8rem;
      border-bottom: 1px solid var(--black-border2);
      text-align: center; color: var(--gray-400);
    }
    .cmp-table td:first-child { text-align: left; color: var(--gray-300); font-weight: 500; }
    .cmp-table td.rl-val { color: var(--success); font-weight: 700; background: rgba(76,175,80,0.03); }
    .cmp-table tr:last-child td { border-bottom: none; }
    .cmp-table tr:hover td { background: rgba(255,255,255,0.01); }
    .cmp-chk { color: var(--success); font-weight: 700; }
    .cmp-x { color: var(--gray-500); }
    .cmp-part { color: var(--gray-400); }

    /* ═══════════════════════════════════════════════════════════
       CLIENT SEGMENTS
    ═══════════════════════════════════════════════════════════ */
    #clients { padding: var(--sp-2xl) 0; background: var(--black-card); position: relative; }
    #clients::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent, rgba(46,91,255,0.3), transparent);
    }
    .clients-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 64px; }
    .seg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .seg-card {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      padding: 36px 28px;
      display: flex; flex-direction: column; gap: 20px;
      position: relative; overflow: hidden;
      transition: all 0.3s var(--ease-out);
    }
    .seg-card::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--cobalt), var(--mint));
      transform: scaleX(0); transform-origin: left;
      transition: transform 0.3s var(--ease-out);
    }
    .seg-card:hover::after { transform: scaleX(1); }
    .seg-card:hover { transform: translateY(-5px); border-color: rgba(46,91,255,0.25); }
    .seg-icon { font-size: 2rem; }
    .seg-pct {
      font-family: var(--display); font-size: 3.5rem; color: var(--cobalt);
      letter-spacing: 0.02em; line-height: 1;
    }
    .seg-type { font-family: var(--head); font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
    .seg-desc { font-family: var(--body); font-size: 0.8rem; color: var(--gray-400); line-height: 1.65; }
    .seg-tags { display: flex; gap: 6px; flex-wrap: wrap; }
    .seg-tag {
      font-family: var(--body); font-size: 0.62rem; font-weight: 600;
      color: var(--gray-400); background: rgba(255,255,255,0.04);
      padding: 3px 8px; border-radius: 100px; border: 1px solid var(--black-border);
    }

    /* ═══════════════════════════════════════════════════════════
       SERVICE AREA
    ═══════════════════════════════════════════════════════════ */
    #area { padding: var(--sp-2xl) 0; background: var(--black); }
    .area-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: center; }
    .counties-mosaic {
      display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px;
    }
    .county-tile {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      padding: 12px 10px;
      text-align: center;
      font-family: var(--body); font-size: 0.72rem; font-weight: 500;
      color: var(--gray-400);
      transition: all 0.2s var(--ease-spring);
      cursor: none;
    }
    .county-tile:hover {
      background: var(--cobalt-ink);
      border-color: rgba(46,91,255,0.3);
      color: var(--cobalt-light);
      transform: scale(1.05);
    }
    .county-name { display: block; }
    .area-right { display: flex; flex-direction: column; gap: 32px; }
    .area-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
    .area-stat-box {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-lg);
      padding: 20px;
    }
    .area-stat-n { font-family: var(--display); font-size: 2.5rem; color: var(--cobalt); letter-spacing: 0.02em; line-height: 1; }
    .area-stat-l { font-family: var(--body); font-size: 0.72rem; color: var(--gray-400); margin-top: 4px; }
    .area-note-box {
      background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.2);
      border-radius: var(--r-lg);
      padding: 20px 22px;
    }
    .area-note-box p { font-family: var(--body); font-size: 0.82rem; color: var(--gray-300); line-height: 1.65; }
    .area-note-box strong { color: var(--cobalt-light); }

    /* ═══════════════════════════════════════════════════════════
       FAQ
    ═══════════════════════════════════════════════════════════ */
    #faq { padding: var(--sp-2xl) 0; background: var(--black-card); }
    .faq-layout { display: grid; grid-template-columns: 1fr 1.8fr; gap: 80px; align-items: start; }
    .faq-sticky { position: sticky; top: 100px; }
    .faq-items { display: flex; flex-direction: column; gap: 4px; }
    .faq-item {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-lg);
      overflow: hidden;
      transition: border-color 0.2s;
    }
    .faq-item.open { border-color: rgba(46,91,255,0.25); }
    .faq-q {
      display: flex; align-items: center; justify-content: space-between;
      gap: 16px; padding: 20px 22px; cursor: none;
      transition: background 0.15s;
    }
    .faq-q:hover { background: rgba(255,255,255,0.02); }
    .faq-q-text { font-family: var(--head); font-size: 0.88rem; font-weight: 600; color: var(--white); line-height: 1.4; }
    .faq-toggle-btn {
      width: 26px; height: 26px; border-radius: 50%;
      background: var(--cobalt-ink); border: 1px solid rgba(46,91,255,0.2);
      display: flex; align-items: center; justify-content: center;
      color: var(--cobalt-light); flex-shrink: 0;
      transition: transform 0.3s var(--ease-out), background 0.2s;
      font-size: 1rem; font-weight: 300;
    }
    .faq-item.open .faq-toggle-btn { transform: rotate(45deg); background: var(--cobalt); color: var(--white); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out); }
    .faq-item.open .faq-a { max-height: 400px; }
    .faq-a-inner { padding: 0 22px 20px; border-top: 1px solid var(--black-border2); }
    .faq-a-inner p { font-family: var(--body); font-size: 0.82rem; color: var(--gray-300); line-height: 1.75; padding-top: 14px; }

    /* ═══════════════════════════════════════════════════════════
       ORDER / CONTACT
    ═══════════════════════════════════════════════════════════ */
    #contact { padding: var(--sp-2xl) 0; background: var(--black); }
    .contact-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 72px; align-items: start; }
    .contact-info { display: flex; flex-direction: column; gap: 40px; }
    .contact-method { display: flex; gap: 16px; align-items: flex-start; }
    .cmethod-icon {
      width: 46px; height: 46px; border-radius: 12px;
      background: var(--cobalt-ink); border: 1px solid rgba(46,91,255,0.2);
      display: flex; align-items: center; justify-content: center;
      font-size: 1rem; flex-shrink: 0;
    }
    .cmethod-lbl { font-family: var(--body); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-400); margin-bottom: 3px; }
    .cmethod-val { font-family: var(--head); font-size: 0.95rem; font-weight: 700; color: var(--white); }
    .cmethod-sub { font-family: var(--body); font-size: 0.72rem; color: var(--gray-400); margin-top: 2px; }
    .hours-table { display: flex; flex-direction: column; gap: 10px; }
    .hours-row {
      display: flex; justify-content: space-between; align-items: center;
      padding-bottom: 10px; border-bottom: 1px solid var(--black-border2);
      font-family: var(--body); font-size: 0.8rem; color: var(--gray-400);
    }
    .hours-row:last-child { border-bottom: none; padding-bottom: 0; }
    .hours-time { color: var(--cobalt-light); font-weight: 600; }
    .live-status-card {
      background: var(--success-dim);
      border: 1px solid var(--success-line);
      border-radius: var(--r-md);
      padding: 14px 18px;
      display: flex; align-items: center; gap: 12px;
    }
    .live-status-dot { width: 8px; height: 8px; background: var(--success); border-radius: 50%; animation: pulse-anim 1.5s infinite; flex-shrink: 0; }
    .live-status-text { font-family: var(--body); font-size: 0.78rem; font-weight: 600; color: var(--success); }
    .live-status-sub { font-family: var(--body); font-size: 0.65rem; color: rgba(76,175,80,0.7); }

    /* Order Form */
    .order-form-wrap {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      overflow: hidden; position: relative;
    }
    .order-form-wrap::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--cobalt), var(--mint));
    }
    .form-header { padding: 32px 36px 0; }
    .form-title { font-family: var(--head); font-size: 1.3rem; font-weight: 800; color: var(--white); margin-bottom: 4px; }
    .form-sub { font-family: var(--body); font-size: 0.82rem; color: var(--gray-400); }
    .form-body { padding: 24px 36px 36px; display: flex; flex-direction: column; gap: 16px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .fg { display: flex; flex-direction: column; gap: 6px; }
    .flabel { font-family: var(--body); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-400); }
    .finput, .fselect, .ftextarea {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      padding: 12px 14px;
      color: var(--white);
      font-family: var(--body); font-size: 0.85rem;
      outline: none;
      transition: border-color 0.2s, box-shadow 0.2s;
      width: 100%;
    }
    .finput:focus, .fselect:focus, .ftextarea:focus {
      border-color: var(--cobalt);
      box-shadow: 0 0 0 3px rgba(46,91,255,0.1);
    }
    .fselect option { background: var(--black-card); }
    .ftextarea { resize: vertical; min-height: 80px; }
    .form-cta { margin-top: 4px; }
    .form-note { font-family: var(--body); font-size: 0.7rem; color: var(--gray-500); text-align: center; margin-top: 8px; }

    /* Tier selector in form */
    .form-tier-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .form-tier-opt {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      padding: 12px;
      cursor: none; transition: all 0.18s;
    }
    .form-tier-opt:hover, .form-tier-opt.active { border-color: var(--cobalt); background: var(--cobalt-trace); }
    .form-tier-opt.active { box-shadow: 0 0 0 1px var(--cobalt); }
    .fto-name { font-family: var(--head); font-size: 0.78rem; font-weight: 700; color: var(--white); display: block; }
    .fto-price { font-family: var(--body); font-size: 0.68rem; color: var(--cobalt-light); }

    /* ═══════════════════════════════════════════════════════════
       FOOTER
    ═══════════════════════════════════════════════════════════ */
    footer {
      background: var(--black-card);
      border-top: 1px solid var(--black-border);
      padding: 72px 0 36px;
    }
    .footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 48px; }
    .footer-brand-area {}
    .footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
    .footer-logo-name { font-family: var(--head); font-weight: 900; font-size: 1rem; color: var(--white); letter-spacing: 0.05em; }
    .footer-logo-sub { font-family: var(--body); font-size: 0.55rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cobalt); }
    .footer-tagline { font-family: var(--body); font-size: 0.8rem; color: var(--gray-400); line-height: 1.7; max-width: 240px; margin-bottom: 20px; }
    .footer-certs { display: flex; gap: 6px; flex-wrap: wrap; }
    .footer-cert-badge {
      font-family: var(--body); font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--gray-400); padding: 4px 8px;
      border: 1px solid var(--black-border); border-radius: 5px;
    }
    .footer-col-hd { font-family: var(--head); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-300); margin-bottom: 18px; }
    .footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
    .footer-links a { font-family: var(--body); font-size: 0.8rem; color: var(--gray-400); transition: color 0.18s; }
    .footer-links a:hover { color: var(--cobalt-light); }
    .footer-bottom {
      border-top: 1px solid var(--black-border);
      padding-top: 28px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 16px; flex-wrap: wrap;
    }
    .footer-copy { font-family: var(--body); font-size: 0.72rem; color: var(--gray-500); }
    .footer-legal { display: flex; gap: 20px; }
    .footer-legal a { font-family: var(--body); font-size: 0.72rem; color: var(--gray-500); transition: color 0.18s; }
    .footer-legal a:hover { color: var(--cobalt); }
    .sm-powered {
      display: inline-flex; align-items: center; gap: 6px;
      font-family: var(--body); font-size: 0.68rem; font-weight: 600;
      color: var(--gray-500); padding: 6px 12px;
      border: 1px solid var(--black-border); border-radius: 6px;
      margin-top: 20px;
    }
    .sm-powered strong { color: var(--gray-300); }

    /* Scroll animations */
    .reveal {
      opacity: 0; transform: translateY(28px);
      transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
    }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-left { opacity: 0; transform: translateX(-28px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
    .reveal-left.visible { opacity: 1; transform: translateX(0); }
    .reveal-right { opacity: 0; transform: translateX(28px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
    .reveal-right.visible { opacity: 1; transform: translateX(0); }
    .reveal-d1 { transition-delay: 0.08s; }
    .reveal-d2 { transition-delay: 0.16s; }
    .reveal-d3 { transition-delay: 0.24s; }
    .reveal-d4 { transition-delay: 0.32s; }
    .reveal-d5 { transition-delay: 0.4s; }
    .reveal-d6 { transition-delay: 0.48s; }

    /* Section header utility */
    .sec-hd { margin-bottom: 56px; }
    .sec-hd.centered { text-align: center; }
    .sec-hd .label { display: block; margin-bottom: 12px; }
    .sec-hd .head-xl { margin-bottom: 14px; }
    .sec-hd .body-lg { max-width: 560px; }
    .sec-hd.centered .body-lg { margin: 0 auto; }

    /* Mobile CTA bar */
    .mobile-cta {
      display: none; position: fixed; bottom: 0; left: 0; right: 0;
      z-index: 900; background: rgba(11,11,11,0.95);
      border-top: 1px solid var(--black-border);
      backdrop-filter: blur(20px); padding: 12px 20px;
      gap: 10px;
    }
    .mobile-cta .btn { flex: 1; justify-content: center; }

    /* Responsive */
    @media (max-width: 1024px) {
      .pricing-stack { grid-template-columns: 1fr 1fr; }
      .pricing-card:nth-child(1),
      .pricing-card:nth-child(2),
      .pricing-card:nth-child(3),
      .pricing-card:nth-child(4) { margin-top: 0; }
      .pricing-card.featured { margin-top: 0; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
      .addons-row { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 768px) {
      .nav-links, .nav-tel { display: none; }
      /* Hide the Order Now button in nav on mobile — replaced by sticky bottom CTA */
      .nav-actions .btn-primary { display: none; }
      .nav-actions { gap: 8px; }
      .theme-toggle { padding: 2px; }

      /* Prevent any accidental horizontal overflow */
      html, body { overflow-x: hidden; max-width: 100vw; }
      img, svg, video, iframe { max-width: 100%; height: auto; }
      h1, h2, h3, p, li, span, a, div { overflow-wrap: break-word; word-wrap: break-word; }

      /* ── Hamburger: always visible, always tappable on mobile ── */
      .hamburger {
        display: flex !important;
        min-width: 44px; min-height: 44px;
        align-items: center; justify-content: center;
        padding: 10px;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        -webkit-user-select: none;
        user-select: none;
        position: relative;
        z-index: 1001; /* Above nav */
      }
      /* iOS Safari: ensure the spans inside are visible */
      .hamburger span {
        display: block;
        pointer-events: none; /* Spans don't capture events — parent button does */
      }

      body { cursor: auto; }
      .cursor, .cursor-ring { display: none; }
      button { cursor: pointer; }
      a { cursor: pointer; }

      .hero-content { grid-template-columns: 1fr; gap: 40px; }
      .hero-right { order: 2; }
      .hero-left  { order: 1; }
      .how-grid { grid-template-columns: 1fr; }
      .how-right { display: none; }
      .brand-moment-inner { grid-template-columns: 1fr; gap: 40px; }
      .why-grid { grid-template-columns: 1fr; }
      .seg-grid { grid-template-columns: 1fr; }
      .area-layout { grid-template-columns: 1fr; gap: 40px; }
      .counties-mosaic { grid-template-columns: repeat(3, 1fr); }
      .faq-layout { grid-template-columns: 1fr; }
      .contact-layout { grid-template-columns: 1fr; }
      .clients-header { grid-template-columns: 1fr; }
      .pricing-intro { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .mobile-cta { display: flex; }
      body { padding-bottom: 72px; }
      .addons-row { grid-template-columns: repeat(2, 1fr); }
      .tier-quick-grid { grid-template-columns: repeat(2, 1fr); }
      .form-row { grid-template-columns: 1fr; }
      /* New sections */
      #process-serving-guide [style*="grid-template-columns:1fr 1fr"] { grid-template-columns: 1fr !important; }
      #process-serving-guide [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
      #emergency-cta [style*="grid-template-columns:1fr auto"] { grid-template-columns: 1fr !important; }
    }
    @media (max-width: 480px) {
      .hero-metrics { flex-wrap: wrap; }
      .metric-block { flex: 0 0 auto; border-right: none; border-bottom: 1px solid var(--black-border); padding-bottom: 16px; margin-bottom: 16px; }
      .counties-mosaic { grid-template-columns: repeat(2, 1fr); }
      .addons-row { grid-template-columns: 1fr 1fr; }
    }

    /* ═══════════════════════════════════════════════════════════
       TESTIMONIALS SECTION
    ═══════════════════════════════════════════════════════════ */
    #testimonials { padding: var(--sp-2xl) 0; background: var(--black-card); position: relative; }
    #testimonials::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent, rgba(46,91,255,0.3), transparent);
    }
    .testimonials-grid {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 16px; margin-top: 56px;
    }
    .testi-card {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      padding: 28px;
      display: flex; flex-direction: column; gap: 18px;
      position: relative; overflow: hidden;
      transition: all 0.25s var(--ease-out);
    }
    .testi-card::before {
      content: '"';
      position: absolute; top: 16px; right: 22px;
      font-family: var(--display);
      font-size: 5rem; color: var(--cobalt-ink);
      line-height: 1; pointer-events: none;
    }
    .testi-card:hover { border-color: rgba(46,91,255,0.25); transform: translateY(-4px); }
    .testi-stars { display: flex; gap: 3px; }
    .testi-star { color: #F59E0B; font-size: 0.85rem; }
    .testi-text {
      font-family: var(--body); font-size: 0.85rem; color: var(--gray-300);
      line-height: 1.75; font-style: italic; flex: 1;
    }
    .testi-author { display: flex; align-items: center; gap: 12px; }
    .testi-avatar {
      width: 40px; height: 40px; border-radius: 50%;
      background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.25);
      display: flex; align-items: center; justify-content: center;
      font-family: var(--head); font-size: 0.85rem; font-weight: 800;
      color: var(--cobalt-light); flex-shrink: 0;
    }
    .testi-name { font-family: var(--head); font-size: 0.82rem; font-weight: 700; color: var(--white); }
    .testi-role { font-family: var(--body); font-size: 0.7rem; color: var(--gray-400); }
    .testi-tag {
      display: inline-flex; align-items: center; gap: 5px;
      font-family: var(--body); font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--cobalt-light); background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.15);
      padding: 3px 9px; border-radius: 100px; align-self: flex-start;
    }
    .trust-numbers {
      display: grid; grid-template-columns: repeat(4, 1fr);
      gap: 16px; margin-top: 56px;
    }
    .trust-num-box {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-lg);
      padding: 24px 20px; text-align: center;
      transition: all 0.2s;
    }
    .trust-num-box:hover { border-color: rgba(46,91,255,0.25); }
    .trust-n {
      font-family: var(--display); font-size: 2.8rem;
      color: var(--cobalt); letter-spacing: 0.02em; line-height: 1;
      display: block; margin-bottom: 6px;
    }
    .trust-l { font-family: var(--body); font-size: 0.72rem; color: var(--gray-400); font-weight: 500; }

    @media (max-width: 768px) {
      .testimonials-grid { grid-template-columns: 1fr; }
      .trust-numbers { grid-template-columns: repeat(2, 1fr); }
    }

    /* ═══════════════════════════════════════════════════════════
       COUNTY-LEVEL SEO SECTIONS
    ═══════════════════════════════════════════════════════════ */
    #county-seo { padding: var(--sp-2xl) 0; background: var(--black); }
    .county-seo-intro { max-width: 740px; margin-bottom: 64px; }
    .county-tabs {
      display: flex; gap: 6px; flex-wrap: wrap;
      margin-bottom: 32px;
    }
    .county-tab {
      font-family: var(--body); font-size: 0.72rem; font-weight: 600;
      color: var(--gray-400); background: var(--black-card);
      border: 1px solid var(--black-border);
      padding: 8px 14px; border-radius: 100px; cursor: none;
      transition: all 0.18s; letter-spacing: 0.03em;
    }
    .county-tab:hover { color: var(--white); border-color: rgba(46,91,255,0.3); }
    .county-tab.active { background: var(--cobalt-ink); border-color: var(--cobalt); color: var(--cobalt-light); }
    .county-content-area {
      display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px;
      align-items: start;
    }
    .county-panel { display: none; }
    .county-panel.active { display: contents; }
    .county-text-block {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      padding: 36px;
      position: relative; overflow: hidden;
    }
    .county-text-block::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--cobalt), var(--cobalt-light));
    }
    .county-name-head {
      font-family: var(--display); font-size: 2.5rem;
      color: var(--cobalt); letter-spacing: 0.02em; line-height: 1;
      margin-bottom: 4px;
    }
    .county-sub-head {
      font-family: var(--body); font-size: 0.7rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase; color: var(--gray-400);
      margin-bottom: 20px;
    }
    .county-body-text {
      font-family: var(--body); font-size: 0.85rem; color: var(--gray-300);
      line-height: 1.8; margin-bottom: 20px;
    }
    .county-facts { display: flex; flex-direction: column; gap: 8px; }
    .county-fact {
      display: flex; align-items: center; gap: 10px;
      font-family: var(--body); font-size: 0.78rem; color: var(--gray-300);
    }
    .county-fact-dot {
      width: 5px; height: 5px; border-radius: 50%;
      background: var(--cobalt); flex-shrink: 0;
    }
    .county-info-cards {
      display: flex; flex-direction: column; gap: 12px;
    }
    .county-info-card {
      background: var(--black-card);
      border: 1px solid var(--black-border);
      border-radius: var(--r-lg);
      padding: 20px 22px;
      transition: all 0.2s;
    }
    .county-info-card:hover { border-color: rgba(46,91,255,0.25); }
    .county-info-title {
      font-family: var(--head); font-size: 0.82rem; font-weight: 700;
      color: var(--white); margin-bottom: 6px;
    }
    .county-info-body {
      font-family: var(--body); font-size: 0.75rem; color: var(--gray-400); line-height: 1.65;
    }

    @media (max-width: 768px) {
      .county-content-area { grid-template-columns: 1fr; }
      .county-panel.active { display: flex; flex-direction: column; gap: 16px; }
    }

    /* ═══════════════════════════════════════════════════════════
       GEORGIA LAW AUTHORITY SECTION
    ═══════════════════════════════════════════════════════════ */
    #ga-law { padding: var(--sp-2xl) 0; background: var(--black-card); position: relative; }
    #ga-law::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 1px;
      background: linear-gradient(90deg, transparent, rgba(46,91,255,0.25), transparent);
    }
    .law-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
    .law-left { position: sticky; top: 100px; }
    .law-right { display: flex; flex-direction: column; gap: 24px; }
    .law-block {
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-lg);
      padding: 28px;
      transition: border-color 0.2s;
    }
    .law-block:hover { border-color: rgba(46,91,255,0.2); }
    .law-block-title {
      font-family: var(--head); font-size: 0.9rem; font-weight: 700;
      color: var(--white); margin-bottom: 10px;
      display: flex; align-items: center; gap: 10px;
    }
    .law-block-icon {
      width: 30px; height: 30px; border-radius: 8px;
      background: var(--cobalt-ink); border: 1px solid rgba(46,91,255,0.15);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.85rem; flex-shrink: 0;
    }
    .law-block p {
      font-family: var(--body); font-size: 0.82rem; color: var(--gray-300);
      line-height: 1.75;
    }
    .law-block .statute-ref {
      display: inline-block; margin-top: 10px;
      font-family: var(--body); font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      color: var(--cobalt-light); background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.15);
      padding: 3px 9px; border-radius: 5px;
    }
    @media (max-width: 768px) {
      .law-grid { grid-template-columns: 1fr; }
      .law-left { position: static; }
    }
    /* ═══════════════════════════════════════════════════════════
       LEGAL MODAL SYSTEM
       Slide-up overlay for Privacy Policy, Terms, Refund Policy
       No navigation away — stays on page, closes cleanly
    ═══════════════════════════════════════════════════════════ */
    .legal-modal-overlay {
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.85);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
      z-index: 2000;
      opacity: 0; pointer-events: none;
      transition: opacity 0.35s var(--ease-out);
      display: flex; align-items: flex-end;
      padding: 0;
    }
    .legal-modal-overlay.open {
      opacity: 1; pointer-events: all;
    }
    .legal-modal {
      background: var(--black-card);
      border-top: 1px solid var(--black-border);
      border-radius: var(--r-xl) var(--r-xl) 0 0;
      width: 100%; max-height: 88vh;
      overflow-y: auto;
      transform: translateY(100%);
      transition: transform 0.4s var(--ease-out);
      position: relative;
    }
    .legal-modal-overlay.open .legal-modal {
      transform: translateY(0);
    }
    /* Drag handle */
    .legal-modal-handle {
      width: 40px; height: 4px;
      background: var(--black-edge);
      border-radius: 2px;
      margin: 16px auto 0;
    }
    .legal-modal-header {
      position: sticky; top: 0;
      background: var(--black-card);
      border-bottom: 1px solid var(--black-border);
      padding: 20px 48px 20px 48px;
      display: flex; align-items: center; justify-content: space-between;
      gap: 16px; z-index: 1;
    }
    .legal-modal-title {
      font-family: var(--head); font-size: 1.1rem; font-weight: 800;
      color: var(--white); letter-spacing: -0.01em;
    }
    .legal-modal-meta {
      font-family: var(--body); font-size: 0.72rem;
      color: var(--gray-400); margin-top: 2px;
    }
    .legal-close-btn {
      width: 36px; height: 36px; border-radius: 50%;
      background: var(--black-raised); border: 1px solid var(--black-border);
      display: flex; align-items: center; justify-content: center;
      cursor: none; font-size: 1.1rem; color: var(--gray-300);
      transition: all 0.2s; flex-shrink: 0;
    }
    .legal-close-btn:hover {
      background: var(--cobalt-ink); border-color: rgba(46,91,255,0.3);
      color: var(--cobalt-light); transform: rotate(90deg);
    }
    .legal-modal-body {
      max-width: 820px; margin: 0 auto;
      padding: 40px 48px 80px;
    }
    /* Legal content typography */
    .legal-modal-body h2 {
      font-family: var(--head); font-size: 1rem; font-weight: 700;
      color: var(--white); margin: 32px 0 10px;
      padding-top: 32px; border-top: 1px solid var(--black-border2);
    }
    .legal-modal-body h2:first-child { margin-top: 0; padding-top: 0; border-top: none; }
    .legal-modal-body h3 {
      font-family: var(--head); font-size: 0.88rem; font-weight: 700;
      color: var(--gray-300); margin: 20px 0 8px;
    }
    .legal-modal-body p {
      font-family: var(--body); font-size: 0.85rem; color: var(--gray-400);
      line-height: 1.8; margin-bottom: 14px;
    }
    .legal-modal-body ul {
      margin: 0 0 14px 0; padding: 0;
      list-style: none; display: flex; flex-direction: column; gap: 7px;
    }
    .legal-modal-body ul li {
      font-family: var(--body); font-size: 0.85rem; color: var(--gray-400);
      line-height: 1.7; padding-left: 16px; position: relative;
    }
    .legal-modal-body ul li::before {
      content: '—'; position: absolute; left: 0;
      color: var(--cobalt); font-size: 0.7rem; top: 3px;
    }
    .legal-modal-body strong { color: var(--gray-300); font-weight: 600; }
    .legal-modal-body a { color: var(--cobalt-light); }
    .legal-contact-box {
      background: var(--black-raised); border: 1px solid var(--black-border);
      border-radius: var(--r-lg); padding: 20px 24px; margin-top: 32px;
    }
    .legal-contact-box p { margin-bottom: 4px; }
    /* Scrollbar inside modal */
    .legal-modal::-webkit-scrollbar { width: 4px; }
    .legal-modal::-webkit-scrollbar-thumb { background: var(--cobalt-ink); border-radius: 2px; }

    @media (max-width: 768px) {
      .legal-modal-header { padding: 16px 24px; }
      .legal-modal-body { padding: 28px 24px 80px; }
    }

    /* ═══════════════════════════════════════════════════════════
       COMPREHENSIVE MOBILE RESPONSIVE OVERRIDES
       Targets every known layout break on phones (≤ 768px)
       and small phones (≤ 390px). Desktop untouched.
    ═══════════════════════════════════════════════════════════ */

    @media (max-width: 768px) {

      /* ── Global spacing ── */
      .container, .container-wide { padding: 0 16px; }
      .section, .section-lg { padding: 64px 0; }
      :root { --sp-2xl: 72px; --sp-xl: 48px; }

      /* ── Buttons — never truncate text on mobile ── */
      .btn {
        padding: 12px 20px;
        font-size: 0.82rem;
        white-space: nowrap;
        min-width: 0;
      }
      .btn-lg {
        padding: 14px 24px;
        font-size: 0.875rem;
      }
      .btn-sm {
        padding: 9px 16px;
        font-size: 0.75rem;
      }
      /* Hero CTAs stack vertically and go full width */
      .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
      }
      .hero-actions .btn {
        width: 100%;
        justify-content: center;
        white-space: normal;
        text-align: center;
      }
      /* Brand moment CTAs */
      .bm-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
      }
      .bm-actions .btn {
        width: 100%;
        justify-content: center;
      }
      /* Emergency CTA section buttons */
      #emergency-cta .btn {
        width: 100%;
        justify-content: center;
      }

      /* ── Hero headline font sizes ── */
      .hero-headline h1 {
        font-size: clamp(3.2rem, 15vw, 5rem);
        line-height: 0.9;
      }
      .hero-headline .accent-word {
        -webkit-text-stroke-width: 1px;
      }

      /* ── Hero metrics — compact 2-col grid on mobile ── */
      .hero-metrics {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
      }
      .metric-block {
        border-right: 1px solid var(--black-border);
        border-bottom: 1px solid var(--black-border);
        padding: 14px 12px;
        margin: 0;
      }
      .metric-block:nth-child(2n) { border-right: none; }
      .metric-block:nth-child(3),
      .metric-block:nth-child(4) { border-bottom: none; }
      .metric-num { font-size: 2rem; }

      /* ── Dispatch panel (hero right) ── */
      .dispatch-panel { overflow: hidden; }
      .map-container { padding: 12px 16px 0; }
      .dispatch-feed { padding: 12px 16px 16px; }
      .feed-item { padding: 8px 10px; }
      .tier-quick { padding: 14px 16px; }
      .tier-quick-grid { grid-template-columns: repeat(2, 1fr); gap: 6px; }

      /* ── Section headers ── */
      .head-xl { font-size: clamp(1.6rem, 7vw, 2.4rem); }
      .head-lg { font-size: clamp(1.2rem, 5vw, 1.8rem); }
      .display-xl { font-size: clamp(2.8rem, 12vw, 5rem); }
      .display-lg { font-size: clamp(2rem, 9vw, 3.5rem); }
      .body-lg { font-size: 0.95rem; }
      .sec-hd { margin-bottom: 36px; }

      /* ── How It Works — step connectors ── */
      .how-step:not(:last-child)::after { display: none; }
      .how-left { gap: 32px; }

      /* ── Pricing cards — full width, no stagger ── */
      .pricing-stack { grid-template-columns: 1fr; gap: 12px; }
      .pricing-card { padding: 24px 20px; }
      .p-price { font-size: 3rem; }

      /* ── Addons shelf ── */
      .addons-shelf { padding: 24px 20px; }
      .addons-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
      .addon-chip { padding: 14px 10px; }
      .addons-shelf-header { flex-direction: column; align-items: flex-start; gap: 12px; }

      /* ── Brand moment section ── */
      .bm-headline { font-size: clamp(2.5rem, 12vw, 4rem); }
      .bm-sub { font-size: 0.9rem; }
      .bm-proof-item { padding: 14px 18px; gap: 12px; }
      .bm-proof-num { font-size: 1.5rem; }
      .bm-proof-label { font-size: 0.72rem; }

      /* ── Why section ── */
      .why-item { padding: 20px 0; gap: 14px; }
      .why-icon { width: 38px; height: 38px; }
      .cmp-table th, .cmp-table td { padding: 10px 12px; font-size: 0.72rem; }

      /* ── Testimonials ── */
      .testi-card { padding: 22px 18px; }
      .trust-numbers { grid-template-columns: repeat(2, 1fr); gap: 10px; }
      .trust-num-box { padding: 18px 14px; }
      .trust-n { font-size: 2.2rem; }

      /* ── County tabs — scrollable on mobile ── */
      .county-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 6px;
        padding-bottom: 8px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }
      .county-tabs::-webkit-scrollbar { display: none; }
      .county-tab { flex-shrink: 0; font-size: 0.7rem; padding: 7px 12px; }
      .county-text-block { padding: 24px 20px; }
      .county-name-head { font-size: 2rem; }
      .county-info-cards { gap: 10px; }
      .county-info-card { padding: 16px 18px; }

      /* ── Georgia Law section ── */
      .law-block { padding: 20px 18px; }
      .law-block p { font-size: 0.8rem; }

      /* ── Process Serving Guide — inline grids ── */
      #process-serving-guide [style*="grid-template-columns:1fr 1fr"],
      #process-serving-guide [style*="grid-template-columns: 1fr 1fr"] {
        grid-template-columns: 1fr !important;
      }
      #process-serving-guide [style*="grid-template-columns:repeat(3,1fr)"],
      #process-serving-guide [style*="grid-template-columns: repeat(3"] {
        grid-template-columns: 1fr !important;
      }

      /* ── Emergency CTA — stack layout ── */
      #emergency-cta [style*="grid-template-columns:1fr auto"],
      #emergency-cta [style*="grid-template-columns: 1fr auto"] {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
      }
      #emergency-cta .pill { font-size: 0.65rem; padding: 4px 8px; }

      /* ── Contact form ── */
      .order-form-wrap { border-radius: var(--r-lg); }
      .form-header { padding: 24px 24px 0; }
      .form-title { font-size: 1.1rem; }
      .form-body { padding: 20px 24px 28px; gap: 14px; }
      .form-tier-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
      .form-tier-opt { padding: 10px 8px; }
      .fto-name { font-size: 0.72rem; }
      .fto-price { font-size: 0.6rem; }
      .finput, .fselect, .ftextarea { font-size: 16px; } /* Prevent iOS zoom on focus */

      /* ── Contact info side ── */
      .cmethod-val { font-size: 0.85rem; }
      .hours-row { font-size: 0.75rem; }

      /* ── Service area ── */
      .area-stat-row { grid-template-columns: 1fr 1fr; gap: 10px; }
      .area-stat-n { font-size: 2rem; }
      .area-note-box { padding: 16px 18px; }
      .area-note-box p { font-size: 0.78rem; }

      /* ── FAQ ── */
      .faq-q-text { font-size: 0.82rem; }
      .faq-a-inner p { font-size: 0.78rem; }
      .faq-sticky .btn { width: 100%; justify-content: center; }

      /* ── Segments ── */
      .seg-card { padding: 26px 22px; }
      .seg-pct { font-size: 2.8rem; }

      /* ── Footer ── */
      .footer-logo-name { font-size: 0.95rem; }
      .footer-col-hd { font-size: 0.68rem; }
      .footer-links a { font-size: 0.75rem; }
      .footer-copy { font-size: 0.68rem; }
      .footer-bottom { flex-direction: column; gap: 12px; }
      .footer-legal { gap: 14px; }
      .footer-legal a { font-size: 0.68rem; }

      /* ── Mobile sticky CTA bar ── */
      .mobile-cta {
        display: flex;
        padding: 10px 16px;
        gap: 8px;
      }
      .mobile-cta .btn {
        font-size: 0.82rem;
        padding: 12px 14px;
        white-space: nowrap;
      }

      /* ── Legal modals ── */
      .legal-modal { border-radius: var(--r-lg) var(--r-lg) 0 0; }
      .legal-modal-title { font-size: 1rem; }
      .legal-modal-body h2 { font-size: 0.9rem; }
      .legal-modal-body p,
      .legal-modal-body ul li { font-size: 0.8rem; }

      /* ── How-It-Works mockup ── */
      .sm-mockup { display: none; } /* hidden on mobile — already in base query */

      /* ── About intro box ── */
      #about-intro .container { padding: 0 16px; }
      #about-intro [style*="padding:32px 40px"] {
        padding: 24px 20px !important;
      }
      #about-intro p { font-size: 0.8rem !important; }

      /* ── Marquee strip ── */
      .marquee-text { display: none; } /* show value only on mobile, hide label */
      .marquee-item { padding: 0 20px; }

      /* ── Nav height ── */
      .nav-inner { height: 60px; }

      /* ── Scroll hint (hide on mobile — takes space) ── */
      .scroll-hint { display: none; }

      /* ── Hero section min height ── */
      #hero { min-height: auto; padding: 80px 0 48px; }
    }

    /* ═══════════════════════════════════════════════════════════
       SMALL PHONE OVERRIDES (≤ 390px — iPhone SE, older Androids)
    ═══════════════════════════════════════════════════════════ */
    @media (max-width: 390px) {

      .container, .container-wide { padding: 0 14px; }

      /* Headline — never overflow container */
      .hero-headline h1 { font-size: clamp(2.8rem, 14vw, 3.8rem); }
      .display-xl { font-size: clamp(2.4rem, 11vw, 3.2rem); }
      .bm-headline { font-size: clamp(2.2rem, 11vw, 3rem); }

      /* Buttons — maximum readability */
      .btn { font-size: 0.78rem; padding: 11px 16px; }
      .btn-lg { font-size: 0.82rem; padding: 13px 18px; }

      /* Pricing price number */
      .p-price { font-size: 2.6rem; }

      /* Trust numbers */
      .trust-n { font-size: 1.9rem; }

      /* Addons — single column on very small phones */
      .addons-row { grid-template-columns: 1fr; }

      /* County mosaic */
      .counties-mosaic { grid-template-columns: repeat(2, 1fr); gap: 6px; }
      .county-tile { padding: 10px 8px; font-size: 0.68rem; }

      /* Footer */
      .footer-grid { gap: 24px; }

      /* Form tier grid — always 2 col even on tiny screens */
      .form-tier-grid { grid-template-columns: 1fr 1fr; gap: 5px; }
      .fto-name { font-size: 0.68rem; }
      .fto-price { font-size: 0.55rem; }

      /* Mobile CTA bar text */
      .mobile-cta .btn { font-size: 0.75rem; padding: 11px 10px; }

      /* Tier chip text */
      .chip-name { font-size: 0.66rem; }
      .chip-price { font-size: 0.55rem; }

      /* Section padding */
      .section, .section-lg { padding: 48px 0; }
      :root { --sp-2xl: 56px; }
    }

    /* ═══════════════════════════════════════════════════════════
       TABLET OVERRIDES (769px – 1024px)
       Fixes the awkward in-between state
    ═══════════════════════════════════════════════════════════ */
    @media (min-width: 769px) and (max-width: 1024px) {

      .container { padding: 0 24px; }

      /* Hero — slightly tighter */
      .hero-content { gap: 40px; }
      .hero-headline h1 { font-size: clamp(3.5rem, 8vw, 6rem); }

      /* Pricing — 2 column on tablet */
      .pricing-stack { grid-template-columns: 1fr 1fr; }
      .pricing-card:nth-child(1),
      .pricing-card:nth-child(2),
      .pricing-card:nth-child(3),
      .pricing-card:nth-child(4) { margin-top: 0; }

      /* County content area */
      .county-content-area { grid-template-columns: 1fr; gap: 24px; }
      .county-panel.active { display: flex; flex-direction: column; gap: 16px; }

      /* Process guide grid */
      #process-serving-guide [style*="grid-template-columns:repeat(3,1fr)"],
      #process-serving-guide [style*="grid-template-columns: repeat(3"] {
        grid-template-columns: 1fr 1fr !important;
      }

      /* Why comparison table — smaller text */
      .cmp-table th, .cmp-table td { padding: 10px 14px; font-size: 0.75rem; }

      /* Seg grid — 2 col on tablet */
      .seg-grid { grid-template-columns: 1fr 1fr; }

      /* Trust numbers */
      .trust-numbers { grid-template-columns: repeat(2, 1fr); }

      /* Area layout */
      .area-stat-row { grid-template-columns: 1fr 1fr; }

      /* Footer */
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }

    /* ═══════════════════════════════════════════════════════════
       TOUCH DEVICE UTILITIES
       Improve tap targets and remove hover-only states
    ═══════════════════════════════════════════════════════════ */
    @media (hover: none) and (pointer: coarse) {
      /* ── Cursor: always auto on touch devices ── */
      body, button, a, .btn,
      .county-tab, .faq-q, .tier-chip,
      .form-tier-opt, .county-tile,
      .legal-close-btn { cursor: pointer !important; }

      /* ── iOS tap highlight reset ── */
      * { -webkit-tap-highlight-color: transparent; }
      button, a, [role="button"] {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
      }

      /* ── Minimum 44px tap targets (WCAG 2.5.5) ── */
      .btn           { min-height: 44px; }
      .county-tab    { min-height: 36px; }
      .faq-q         { min-height: 52px; }
      .nav-links a   { min-height: 44px; display: flex; align-items: center; }
      .tier-chip     { min-height: 44px; }
      .form-tier-opt { min-height: 52px; }
      .county-tile   { min-height: 40px; }

      /* ── Hamburger: guaranteed tappable on iOS ── */
      .hamburger {
        display: flex;
        min-width: 44px; min-height: 44px;
        align-items: center; justify-content: center;
        padding: 10px;
        cursor: pointer !important;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        /* iOS requires at least one of these to ensure tap fires */
        -webkit-user-select: none;
        user-select: none;
        position: relative; /* Creates stacking context — fixes z-index on some iOS versions */
      }

      /* ── Remove sticky hover transforms on touch ── */
      .pricing-card:hover,
      .seg-card:hover,
      .addon-chip:hover,
      .testi-card:hover,
      .why-item:hover .why-icon,
      .bm-proof-item:hover { transform: none; }

      /* ── Prevent double-tap zoom ── */
      .btn, button, a { touch-action: manipulation; }

      /* ── Larger form inputs on touch ── */
      .finput, .fselect, .ftextarea { font-size: 16px; } /* Prevent iOS zoom */
    }



/* ═══ Additional Styles ═══ */


    /* ══ 1. SCROLL PROGRESS BAR ══════════════════════════════════
       2px cobalt line at viewport top — grows 0→100% on scroll.
       Fixed, above the nav, never interferes with layout.
    ══════════════════════════════════════════════════════════ */
    #scroll-progress {
      position: fixed;
      top: 0; left: 0;
      height: 2px;
      width: 0%;
      background: linear-gradient(90deg, var(--cobalt), var(--mint));
      z-index: 2000;
      transition: width 0.05s linear;
      pointer-events: none;
    }

    /* ══ 2. SECTION BACKGROUND CONTRAST ══════════════════════════
       Increase alt-section lightness from #141414 → #1C1C1C.
       Still dark, but sections now clearly delineate on all screens.
       One or two key sections get a faint cobalt tint.
    ══════════════════════════════════════════════════════════ */
    #clients     { background: #1C1C1C !important; }
    #faq         { background: #1C1C1C !important; }
    #testimonials{ background: #1C1C1C !important; }
    #ga-law      { background: #1C1C1C !important; }
    #faq-extended{ background: #1C1C1C !important; }
    /* Subtle cobalt tint on "why" — the proof section */
    #why { background: linear-gradient(180deg, #0B0B0B 0%, rgba(46,91,255,0.025) 50%, #0B0B0B 100%) !important; }
    /* County SEO section gets the lightest cobalt wash */
    #county-seo { background: linear-gradient(180deg, #0B0B0B, rgba(46,91,255,0.018), #0B0B0B) !important; }

    /* ══ 3. NAV ACTIVE SECTION INDICATOR ════════════════════════
       Small cobalt dot beneath the active nav link via ::after.
       Transitions smoothly with the color change.
    ══════════════════════════════════════════════════════════ */
    .nav-links a {
      position: relative;
      transition: color 0.25s, background 0.18s;
    }
    .nav-links a::after {
      content: '';
      position: absolute;
      bottom: 2px; left: 50%; transform: translateX(-50%);
      width: 4px; height: 4px;
      background: var(--cobalt);
      border-radius: 50%;
      opacity: 0;
      transition: opacity 0.25s var(--ease-out), transform 0.25s var(--ease-out);
      transform: translateX(-50%) scale(0);
    }
    .nav-links a.active::after {
      opacity: 1;
      transform: translateX(-50%) scale(1);
    }
    /* Slightly stronger active state */
    .nav-links a.active {
      color: var(--cobalt-light) !important;
      background: rgba(46,91,255,0.06);
    }

    /* ══ 4. HERO HEADLINE TYPOGRAPHIC HIERARCHY ══════════════════
       "SERVED." becomes the climax word — outline stroke at larger
       size. "RESULTS" gets full cobalt fill. "DOCUMENTS" and
       "DELIVERED." are supporting text — slightly lower opacity.
    ══════════════════════════════════════════════════════════ */
    .hero-headline h1 {
      /* Slightly tighter line height for drama */
      line-height: 0.86;
    }
    /* Supporting words — slightly dialed back */
    .hero-word-support {
      color: rgba(255,255,255,0.72);
      display: block;
      font-size: 0.82em;
      letter-spacing: 0.025em;
    }
    /* "SERVED." — the climax. Larger, outline-only, draws the eye */
    .hero-headline .accent-word {
      color: transparent;
      -webkit-text-stroke: 1.5px var(--cobalt);
      display: block;
      font-size: 1.12em;  /* 12% bigger than base */
      letter-spacing: 0.01em;
      line-height: 0.88;
      /* Subtle glow around the stroke */
      filter: drop-shadow(0 0 20px rgba(46,91,255,0.25));
    }
    /* "RESULTS" — full cobalt, pops as the resolution word */
    .hero-headline .word-served {
      color: var(--cobalt);
      display: block;
    }
    @media (max-width: 768px) {
      .hero-headline .accent-word { font-size: 1.06em; -webkit-text-stroke-width: 1px; }
    }

    /* ══ 5. FEATURED PRICING CARD HOVER — MORE DRAMATIC ══════════
       Collection card (the conversion target) gets a noticeably
       stronger hover than the others. Hierarchy in motion.
    ══════════════════════════════════════════════════════════ */
    .pricing-card.featured:hover {
      transform: translateY(-14px) !important; /* vs -8px for others */
      box-shadow:
        0 32px 100px rgba(0,0,0,0.55),
        0 0 60px rgba(46,91,255,0.22),
        inset 0 1px 0 rgba(46,91,255,0.4) !important;
      border-color: rgba(46,91,255,0.55) !important;
    }
    /* Animate the top gradient line on featured hover */
    .pricing-card.featured:hover::before {
      background: linear-gradient(90deg, var(--cobalt), var(--mint), var(--cobalt)) !important;
      background-size: 200% 100% !important;
      animation: shimmer 1.5s ease infinite;
    }
    @keyframes shimmer {
      0%   { background-position: 100% 0; }
      100% { background-position: -100% 0; }
    }

    /* ══ 6. FORM FIELD VALIDATION STATES ════════════════════════
       Green border + checkmark icon on valid inputs.
       Red border + error message on invalid submit.
       Shake animation when form submits with empty required fields.
    ══════════════════════════════════════════════════════════ */
    .finput.valid, .fselect.valid {
      border-color: var(--success) !important;
      background: rgba(76,175,80,0.04) !important;
      box-shadow: 0 0 0 2px rgba(76,175,80,0.12) !important;
      padding-right: 36px; /* room for checkmark */
    }
    .finput.invalid, .fselect.invalid, .ftextarea.invalid {
      border-color: #EF4444 !important;
      background: rgba(239,68,68,0.04) !important;
      box-shadow: 0 0 0 2px rgba(239,68,68,0.12) !important;
    }
    .field-wrap {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
    .field-check {
      position: absolute;
      right: 12px; top: 50%; transform: translateY(-50%);
      color: var(--success); font-size: 0.75rem;
      opacity: 0; transition: opacity 0.2s;
      pointer-events: none;
    }
    .finput.valid ~ .field-check,
    .fselect.valid ~ .field-check { opacity: 1; }
    .field-error {
      font-family: var(--body);
      font-size: 0.65rem;
      font-weight: 600;
      color: #EF4444;
      letter-spacing: 0.04em;
      display: none;
      margin-top: -2px;
    }
    .field-error.show { display: block; }

    @keyframes shake {
      0%, 100% { transform: translateX(0); }
      15%       { transform: translateX(-6px); }
      30%       { transform: translateX(5px); }
      45%       { transform: translateX(-4px); }
      60%       { transform: translateX(3px); }
      75%       { transform: translateX(-2px); }
      90%       { transform: translateX(1px); }
    }
    .form-body.shake {
      animation: shake 0.45s var(--ease-out);
    }

    /* ══ 7. ABOUT-INTRO SECTION PADDING FIX ════════════════════
       Currently padding:0 top/bottom — looks forgotten.
       Also adds cobalt watermark R-mark behind text.
    ══════════════════════════════════════════════════════════ */
    #about-intro {
      padding: 48px 0 32px !important;
    }
    #about-intro .about-card {
      position: relative;
      overflow: hidden;
    }
    #about-intro .about-card::after {
      content: 'R';
      position: absolute;
      right: -10px; top: 50%; transform: translateY(-50%);
      font-family: var(--display);
      font-size: 14rem;
      color: var(--cobalt);
      opacity: 0.03;
      pointer-events: none;
      line-height: 1;
      letter-spacing: -0.02em;
    }

    /* ══ 8. SECTION LABEL VARIETY ────────────────────────────────
       Breaking the monotony: alternate label styles.
       "rule-label" uses a side-line instead of the pill.
       "bare-label" uses larger size with no pill at all.
    ══════════════════════════════════════════════════════════ */
    .label-rule {
      display: flex;
      align-items: center;
      gap: 12px;
      font-family: var(--body);
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--cobalt);
      margin-bottom: 14px;
    }
    .label-rule::before {
      content: '';
      width: 28px; height: 1px;
      background: linear-gradient(90deg, var(--cobalt), transparent);
      flex-shrink: 0;
    }
    .label-num {
      font-family: var(--display);
      font-size: clamp(4rem, 10vw, 8rem);
      color: var(--cobalt);
      opacity: 0.12;
      line-height: 0.85;
      letter-spacing: 0.02em;
      display: block;
      margin-bottom: -8px; /* Overlaps headline for editorial depth */
      pointer-events: none;
    }

    /* ══ 9. PRE-FOOTER CTA STRIP ─────────────────────────────────
       Separates content from link grid. Gives the footer a
       narrative arc: close content → direct CTA → reference links.
    ══════════════════════════════════════════════════════════ */
    .pre-footer {
      background: linear-gradient(135deg, var(--cobalt-dim) 0%, var(--cobalt) 50%, #3560FF 100%);
      padding: 56px 0;
      position: relative;
      overflow: hidden;
    }
    .pre-footer::before {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h40v40H0z' fill='none'/%3E%3Ccircle cx='20' cy='20' r='1' fill='%23ffffff' fill-opacity='0.04'/%3E%3C/svg%3E");
    }
    .pre-footer::after {
      content: '';
      position: absolute;
      top: -60px; right: -60px;
      width: 300px; height: 300px;
      background: radial-gradient(circle, rgba(255,255,255,0.06), transparent 70%);
      border-radius: 50%;
    }
    .pre-footer-inner {
      position: relative; z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
    }
    .pre-footer-headline {
      font-family: var(--display);
      font-size: clamp(2rem, 5vw, 3.8rem);
      letter-spacing: 0.02em;
      line-height: 0.92;
      color: var(--white);
    }
    .pre-footer-sub {
      font-family: var(--body);
      font-size: 0.9rem;
      color: rgba(255,255,255,0.72);
      margin-top: 10px;
      max-width: 380px;
      line-height: 1.65;
    }
    .pre-footer-actions {
      display: flex;
      flex-direction: column;
      gap: 10px;
      flex-shrink: 0;
      min-width: min(220px, 100%);
    }
    .btn-white-solid {
      background: var(--white);
      color: var(--cobalt-dim);
      font-family: var(--body);
      font-weight: 700;
      font-size: 0.9rem;
      padding: 15px 28px;
      border-radius: var(--r-lg);
      border: none;
      display: flex; align-items: center; justify-content: center; gap: 8px;
      transition: all 0.22s var(--ease-out);
      text-decoration: none;
    }
    .btn-white-solid:hover {
      background: var(--off-white);
      transform: translateY(-2px);
      box-shadow: 0 12px 40px rgba(0,0,0,0.25);
    }
    .btn-ghost-white {
      background: rgba(255,255,255,0.1);
      color: var(--white);
      font-family: var(--body);
      font-weight: 600;
      font-size: 0.9rem;
      padding: 14px 28px;
      border-radius: var(--r-lg);
      border: 1px solid rgba(255,255,255,0.25);
      display: flex; align-items: center; justify-content: center; gap: 8px;
      transition: all 0.22s var(--ease-out);
      text-decoration: none;
    }
    .btn-ghost-white:hover {
      background: rgba(255,255,255,0.18);
      border-color: rgba(255,255,255,0.5);
      transform: translateY(-2px);
    }
    @media (max-width: 768px) {
      .pre-footer-inner { flex-direction: column; text-align: center; }
      .pre-footer-actions { width: 100%; min-width: 0; }
      .pre-footer-sub { margin: 10px auto 0; }
      .pre-footer-headline { font-size: clamp(2rem, 10vw, 3rem); }
    }

    /* ══ Count-up for trust-n (extends hero observer) ════════ */
    .trust-n[data-count] { }

    /* ══ DISPATCH PANEL: Demo badge + disclaimer ══════════════ */
    .dispatch-subtitle {
      font-family: var(--body); font-size: 0.6rem;
      font-weight: 500; color: var(--gray-500);
      margin-top: 2px; letter-spacing: 0.04em;
    }
    .demo-badge {
      display: flex; align-items: center; gap: 5px;
      font-family: var(--body); font-size: 0.62rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--gray-400);
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.1);
      padding: 4px 10px; border-radius: 100px;
    }
    .demo-dot {
      width: 5px; height: 5px;
      background: var(--cobalt);
      border-radius: 50%;
      opacity: 0.7;
    }
    .feed-disclaimer {
      display: flex; align-items: flex-start; gap: 6px;
      margin-top: 4px; padding: 8px 10px;
      background: rgba(255,255,255,0.03);
      border: 1px solid rgba(255,255,255,0.05);
      border-radius: 6px;
      font-family: var(--body); font-size: 0.65rem;
      color: var(--gray-500); line-height: 1.55;
    }
    [data-theme="light"] .feed-disclaimer {
      background: rgba(0,0,0,0.03);
      border-color: rgba(30,40,100,0.06);
    }
    [data-theme="light"] .demo-badge {
      background: rgba(0,0,0,0.04);
      border-color: rgba(30,40,100,0.10);
    }

    /* ═══════════════════════════════════════════════════════════
       LIGHT THEME — [data-theme="light"] on the root element
       Every CSS variable override cascades automatically.
       Cobalt, success, mint are identical in both themes.
    ═══════════════════════════════════════════════════════════ */
    [data-theme="light"] {
      --black:         #FFFFFF;
      --black-rich:    #F8F9FF;
      --black-card:    #F0F2FA;
      --black-raised:  #E8ECF6;
      --black-edge:    #D4D9EE;
      --black-border:  rgba(30,40,100,0.10);
      --black-border2: rgba(30,40,100,0.05);
      --white:         #0B0B0B;
      --off-white:     #1A1A2E;
      --gray-100:      #1F2937;
      --gray-300:      #374151;
      --gray-400:      #4B5563;
      --gray-500:      #6B7280;
      --cobalt-ink:    rgba(46,91,255,0.09);
      --cobalt-trace:  rgba(46,91,255,0.04);
      --cobalt-glow:   rgba(46,91,255,0.15);
      --shadow-sm:     0 2px 12px rgba(46,91,255,0.07);
      --shadow-md:     0 8px 32px rgba(46,91,255,0.09);
      --shadow-lg:     0 20px 60px rgba(46,91,255,0.11);
    }

    /* Hardcoded dark values that need explicit overrides */
    [data-theme="light"] #nav.scrolled {
      background: rgba(255,255,255,0.95) !important;
      border-bottom-color: rgba(30,40,100,0.10) !important;
    }
    [data-theme="light"] #clients,
    [data-theme="light"] #faq,
    [data-theme="light"] #testimonials,
    [data-theme="light"] #ga-law,
    [data-theme="light"] #faq-extended { background: #EDF0FA !important; }
    [data-theme="light"] #why {
      background: linear-gradient(180deg,#FFFFFF 0%,rgba(46,91,255,0.025) 50%,#FFFFFF 100%) !important;
    }
    [data-theme="light"] #county-seo {
      background: linear-gradient(180deg,#FFFFFF,rgba(46,91,255,0.02),#FFFFFF) !important;
    }
    /* Nav + hamburger */
    [data-theme="light"] .nav-logo-text .reliant { color: #0B0B0B; }
    [data-theme="light"] .nav-brand-sub { color: var(--cobalt); }
    [data-theme="light"] .nav-links a { color: #4B5563; }
    [data-theme="light"] .nav-links a:hover,
    [data-theme="light"] .nav-links a.active { color: var(--cobalt); }
    [data-theme="light"] .nav-tel { border-color: rgba(30,40,100,0.15); color: #374151; }
    [data-theme="light"] .nav-tel:hover { color: var(--cobalt); border-color: var(--cobalt); }
    [data-theme="light"] .hamburger span { background: #0B0B0B; }
    [data-theme="light"] .mobile-drawer {
      background: #FFFFFF;
      border-left-color: rgba(30,40,100,0.10);
    }
    [data-theme="light"] .mobile-drawer a { color: #374151; }
    [data-theme="light"] .mobile-drawer a:hover { background: #F0F2FA; color: #0B0B0B; border-color: rgba(30,40,100,0.10); }
    [data-theme="light"] .drawer-overlay { background: rgba(0,0,0,0.4); }
    /* Marquee */
    [data-theme="light"] .marquee-strip {
      background: #E8ECF6;
      border-top-color: rgba(30,40,100,0.08);
      border-bottom-color: rgba(30,40,100,0.08);
    }
    [data-theme="light"] .marquee-strip::before { background: linear-gradient(to right,#E8ECF6,transparent); }
    [data-theme="light"] .marquee-strip::after  { background: linear-gradient(to left,#E8ECF6,transparent); }
    [data-theme="light"] .marquee-text,
    [data-theme="light"] .marquee-value { color: #374151; }
    /* Hero */
    [data-theme="light"] .hero-word-support { color: rgba(11,11,11,0.62); }
    [data-theme="light"] .hero-atmosphere {
      background:
        radial-gradient(ellipse 60% 80% at 75% 50%,rgba(46,91,255,0.05) 0%,transparent 65%),
        radial-gradient(ellipse 40% 40% at 15% 70%,rgba(0,208,132,0.03) 0%,transparent 60%);
    }
    /* Dispatch panel */
    [data-theme="light"] .feed-item { background: #FFFFFF; }
    [data-theme="light"] .feed-name { color: #1F2937; }
    [data-theme="light"] .feed-county { color: #6B7280; }
    /* Buttons */
    [data-theme="light"] .btn-ghost { border-color: rgba(30,40,100,0.18); color: #0B0B0B; }
    [data-theme="light"] .btn-ghost:hover { border-color: var(--cobalt); color: var(--cobalt); }
    [data-theme="light"] .btn-cobalt-outline { border-color: rgba(255,255,255,0.4); }
    /* Form */
    [data-theme="light"] .finput,
    [data-theme="light"] .fselect,
    [data-theme="light"] .ftextarea {
      background: #FFFFFF;
      border-color: rgba(30,40,100,0.15);
      color: #0B0B0B;
    }
    [data-theme="light"] .finput::placeholder { color: #9CA3AF; }
    [data-theme="light"] .fselect option { background: #FFFFFF; color: #0B0B0B; }
    [data-theme="light"] .form-tier-opt { background: #FFFFFF; }
    [data-theme="light"] .form-tier-opt.active { background: var(--cobalt-ink); }
    /* County tiles */
    [data-theme="light"] .county-tab,
    [data-theme="light"] .county-tile { background: #FFFFFF; color: #4B5563; }
    [data-theme="light"] .county-tile:hover { background: var(--cobalt-ink); color: var(--cobalt); }
    [data-theme="light"] .county-tab.active { background: var(--cobalt-ink); color: var(--cobalt); }
    /* Comparison table */
    [data-theme="light"] .cmp-table th { color: #374151; }
    [data-theme="light"] .cmp-table td { color: #4B5563; }
    [data-theme="light"] .cmp-table td:first-child { color: #1F2937; }
    /* SM mockup dots */
    [data-theme="light"] .sm-dot:nth-child(1) { background: #FF5F57; }
    [data-theme="light"] .sm-dot:nth-child(2) { background: #FFBD2E; }
    [data-theme="light"] .sm-dot:nth-child(3) { background: #28CA42; }
    /* About watermark */
    [data-theme="light"] #about-intro .about-card { background: #F0F2FA; }
    /* Footer */
    [data-theme="light"] footer { background: #F0F2FA; border-top-color: rgba(30,40,100,0.08); }
    [data-theme="light"] .footer-copy,
    [data-theme="light"] .footer-legal a { color: #6B7280; }
    [data-theme="light"] .footer-legal a:hover { color: var(--cobalt); }
    [data-theme="light"] .footer-links a { color: #4B5563; }
    [data-theme="light"] .footer-cert-badge { border-color: rgba(30,40,100,0.15); color: #4B5563; }
    [data-theme="light"] .sm-powered { color: #6B7280; border-color: rgba(30,40,100,0.12); }
    /* Legal modals */
    [data-theme="light"] .legal-modal,
    [data-theme="light"] .legal-modal-header { background: #FFFFFF; }
    [data-theme="light"] .legal-modal-header { border-bottom-color: rgba(30,40,100,0.08); }
    [data-theme="light"] .legal-modal-title { color: #0B0B0B; }
    [data-theme="light"] .legal-contact-box { background: #F0F2FA; }
    [data-theme="light"] .legal-modal-body h2 { color: #0B0B0B; }
    [data-theme="light"] .legal-modal-body p,
    [data-theme="light"] .legal-modal-body ul li { color: #374151; }
    /* Scrollbar */
    [data-theme="light"] ::-webkit-scrollbar-track { background: #F0F2FA; }
    [data-theme="light"] ::-webkit-scrollbar-thumb { background: var(--cobalt-light); }
    /* Mobile CTA bar */
    [data-theme="light"] .mobile-cta {
      background: rgba(255,255,255,0.97);
      border-top-color: rgba(30,40,100,0.10);
    }

    /* ══ THEME TOGGLE PILL ═══════════════════════════════════
       A sun/moon switcher in the nav. Two icon buttons inside
       a pill container. Active state gets cobalt fill.
    ════════════════════════════════════════════════════════ */
    .theme-toggle {
      display: flex; align-items: center;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: 100px;
      padding: 4px;
      gap: 2px;
      flex-shrink: 0;
      transition: background 0.25s, border-color 0.25s;
      -webkit-tap-highlight-color: transparent;
    }
    .theme-toggle:hover { border-color: rgba(46,91,255,0.3); }
    .tt-btn {
      width: 26px; height: 26px;
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.78rem; line-height: 1;
      border: none; background: transparent;
      cursor: pointer;
      transition: background 0.2s var(--ease-out), transform 0.2s var(--ease-spring);
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      color: var(--gray-400);
    }
    .tt-btn.active {
      background: var(--cobalt);
      color: var(--white);
      transform: scale(1.06);
      box-shadow: 0 2px 8px rgba(46,91,255,0.4);
    }
    .tt-btn:not(.active):hover { background: var(--black-edge); color: var(--white); }
    [data-theme="light"] .theme-toggle { background: #E8ECF6; border-color: rgba(30,40,100,0.15); }
    [data-theme="light"] .tt-btn:not(.active) { color: #6B7280; }
    [data-theme="light"] .tt-btn:not(.active):hover { background: #D4D9EE; color: #0B0B0B; }
    [data-theme="light"] .tt-btn.active { background: var(--cobalt); color: #FFFFFF; }

    /* Smooth global theme transition — only color properties */
    html { transition: background-color 0.28s var(--ease-out); }
    body,
    .pricing-card, .seg-card, .testi-card, .faq-item,
    .law-block, .addon-chip, .county-tile, .county-tab,
    .trust-num-box, .area-stat-box, .feed-item,
    .dispatch-panel, .tier-quick, .order-form-wrap,
    .mobile-drawer, .mobile-cta, footer,
    .finput, .fselect, .ftextarea, .form-tier-opt,
    .legal-modal, .legal-modal-header, .legal-contact-box,
    .marquee-strip, #about-intro .about-card,
    .nav-links a, .nav-tel, .hamburger span {
      transition:
        background-color 0.28s var(--ease-out),
        border-color     0.28s var(--ease-out),
        color            0.28s var(--ease-out),
        box-shadow       0.28s var(--ease-out);
    }
    /* Never transition things that would flicker */
    #scroll-progress, .cursor, .cursor-ring,
    .marquee-track, .live-dot, .demo-dot,
    .pulse-dot, #flames, .conv { transition: none !important; }


    /* ══ ORDER FORM: Zone selector ══════════════════════════════ */
    .form-section-label {
      font-family: var(--head); font-size: 0.72rem; font-weight: 800;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: var(--cobalt); padding: 10px 0 2px;
      border-top: 1px solid var(--black-border);
      margin-top: 4px;
    }
    .zone-selector { display: flex; flex-direction: column; gap: 6px; }
    .zone-opt {
      display: flex; align-items: center; gap: 10px;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-md); padding: 11px 14px;
      cursor: pointer; transition: all 0.18s var(--ease-out);
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .zone-opt:hover { border-color: rgba(46,91,255,0.3); }
    .zone-opt.active {
      border-color: var(--cobalt);
      background: var(--cobalt-trace);
      box-shadow: 0 0 0 1px var(--cobalt);
    }
    .zone-opt-dot {
      width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0;
    }
    .zone-opt-body { flex: 1; min-width: 0; }
    .zone-opt-name {
      font-family: var(--head); font-size: 0.8rem; font-weight: 700;
      color: var(--white); display: block;
    }
    .zone-opt-counties {
      font-family: var(--body); font-size: 0.65rem;
      color: var(--gray-400); display: block; margin-top: 1px;
    }
    .zone-opt-price {
      font-family: var(--head); font-size: 0.82rem; font-weight: 800;
      color: var(--cobalt-light); flex-shrink: 0; text-align: right;
    }
    .zone-opt.active .zone-opt-name { color: var(--white); }
    .zone-opt.active .zone-opt-price { color: var(--cobalt-light); }

    /* ══ People counter ═════════════════════════════════════════ */
    .people-counter {
      display: flex; align-items: center; gap: 0;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-md); overflow: hidden;
      width: fit-content;
    }
    .counter-btn {
      width: 44px; height: 44px;
      background: transparent; border: none;
      color: var(--cobalt-light);
      font-size: 1.3rem; font-weight: 300;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; transition: background 0.15s;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
      flex-shrink: 0;
    }
    .counter-btn:hover { background: var(--cobalt-ink); }
    .counter-btn:active { background: rgba(46,91,255,0.2); }
    .counter-display {
      display: flex; align-items: baseline; gap: 5px;
      padding: 0 18px; border-left: 1px solid var(--black-border);
      border-right: 1px solid var(--black-border);
    }
    #peopleCount {
      font-family: var(--head); font-size: 1.4rem; font-weight: 800;
      color: var(--white); min-width: 22px; text-align: center;
      line-height: 44px;
    }
    .counter-label {
      font-family: var(--body); font-size: 0.72rem; color: var(--gray-400);
    }
    .counter-note {
      display: flex; align-items: flex-start; gap: 5px;
      margin-top: 6px; font-family: var(--body); font-size: 0.72rem;
      color: var(--cobalt-light); line-height: 1.5;
    }
    .counter-note svg { flex-shrink: 0; margin-top: 1px; }

    /* ══ Live price estimate display ════════════════════════════ */
    .price-estimate {
      background: linear-gradient(135deg, rgba(46,91,255,0.1), rgba(46,91,255,0.05));
      border: 1px solid rgba(46,91,255,0.25);
      border-radius: var(--r-md); padding: 14px 18px;
      display: flex; flex-direction: column; gap: 3px;
      transition: all 0.3s var(--ease-out);
    }
    .price-est-label {
      font-family: var(--body); font-size: 0.62rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase;
      color: var(--cobalt-light);
    }
    .price-est-range {
      font-family: var(--display); font-size: 2rem;
      color: var(--white); letter-spacing: 0.02em; line-height: 1.1;
    }
    .price-est-note {
      font-family: var(--body); font-size: 0.68rem; color: var(--gray-400);
    }

    /* ══ Add-on checklist ═══════════════════════════════════════ */
    .addons-checklist {
      display: flex; flex-direction: column; gap: 4px;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-md); overflow: hidden;
    }
    .addon-check-row {
      display: flex; align-items: center; justify-content: space-between;
      gap: 12px; padding: 11px 14px;
      border-bottom: 1px solid var(--black-border2);
      cursor: pointer; transition: background 0.15s;
      -webkit-tap-highlight-color: transparent;
    }
    .addon-check-row:last-child { border-bottom: none; }
    .addon-check-row:hover { background: var(--cobalt-trace); }
    .addon-check-row:has(input:checked) {
      background: var(--cobalt-ink);
      border-color: rgba(46,91,255,0.15);
    }
    .addon-check-left {
      display: flex; align-items: center; gap: 10px; flex: 1; min-width: 0;
    }
    .addon-cb {
      width: 16px; height: 16px; flex-shrink: 0;
      accent-color: var(--cobalt);
      cursor: pointer;
    }
    .addon-check-icon { font-size: 1rem; flex-shrink: 0; }
    .addon-check-name {
      font-family: var(--head); font-size: 0.8rem; font-weight: 700;
      color: var(--white); display: block;
    }
    .addon-check-desc {
      font-family: var(--body); font-size: 0.65rem;
      color: var(--gray-400); display: block; margin-top: 1px;
    }
    .addon-check-price {
      font-family: var(--head); font-size: 0.75rem; font-weight: 700;
      color: var(--cobalt-light); flex-shrink: 0; text-align: right;
    }

    /* Light theme overrides for new form elements */
    [data-theme="light"] .zone-opt { background: #FFFFFF; }
    [data-theme="light"] .zone-opt.active { background: rgba(46,91,255,0.05); }
    [data-theme="light"] .zone-opt-name { color: #1F2937; }
    [data-theme="light"] .people-counter { background: #FFFFFF; }
    [data-theme="light"] .counter-btn { color: var(--cobalt); }
    [data-theme="light"] .counter-btn:hover { background: rgba(46,91,255,0.06); }
    [data-theme="light"] #peopleCount { color: #0B0B0B; }
    [data-theme="light"] .price-estimate {
      background: linear-gradient(135deg, rgba(46,91,255,0.07), rgba(46,91,255,0.03));
      border-color: rgba(46,91,255,0.2);
    }
    [data-theme="light"] .price-est-range { color: #0B0B0B; }
    [data-theme="light"] .addons-checklist { background: #FFFFFF; }
    [data-theme="light"] .addon-check-row:has(input:checked) { background: rgba(46,91,255,0.06); }
    [data-theme="light"] .addon-check-name { color: #1F2937; }
    [data-theme="light"] .form-section-label { border-top-color: rgba(30,40,100,0.10); }

    @media (max-width: 768px) {
      .zone-opt { padding: 9px 12px; }
      .zone-opt-name { font-size: 0.75rem; }
      .zone-opt-price { font-size: 0.75rem; }
      .zone-opt-counties { font-size: 0.6rem; }
      .price-est-range { font-size: 1.6rem; }
      .addon-check-row { padding: 10px 12px; }
      .addon-check-name { font-size: 0.75rem; }
      .addon-check-desc { font-size: 0.6rem; }
    }

    /* ═══════════════════════════════════════════════════════════
       JOIN AS A SERVER — Fixed side tab + slide-out panel
       Tab is a vertical pill on the right edge. Clicking it
       slides out a full-height panel from the right. Z-index
       950 sits above content, below nav (1000) and modals (2000).
    ═══════════════════════════════════════════════════════════ */

    /* The vertical tab trigger pill */
    #server-tab-trigger {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%) translateX(0);
      z-index: 950;
      /* Rotated pill */
      writing-mode: vertical-rl;
      text-orientation: mixed;
      background: var(--cobalt);
      color: var(--white);
      font-family: var(--body);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      padding: 18px 10px;
      border-radius: 10px 0 0 10px;
      cursor: pointer;
      border: none;
      display: flex;
      align-items: center;
      gap: 8px;
      box-shadow: -4px 0 20px rgba(46,91,255,0.3);
      transition: background 0.2s var(--ease-out),
                  box-shadow 0.2s var(--ease-out),
                  transform 0.2s var(--ease-out);
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    #server-tab-trigger:hover {
      background: var(--cobalt-mid);
      box-shadow: -6px 0 28px rgba(46,91,255,0.45);
      transform: translateY(-50%) translateX(-3px);
    }
    #server-tab-trigger .tab-icon {
      font-size: 0.85rem;
      writing-mode: horizontal-tb; /* Keep icon upright */
      transform: rotate(90deg);
    }
    /* Hide trigger when panel is open */
    #server-tab-trigger.hidden { opacity: 0; pointer-events: none; }

    /* Overlay backdrop */
    #server-panel-overlay {
      position: fixed; inset: 0;
      background: rgba(0,0,0,0.75);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      z-index: 948;
      opacity: 0; pointer-events: none;
      transition: opacity 0.35s var(--ease-out);
    }
    #server-panel-overlay.open { opacity: 1; pointer-events: all; }

    /* Slide-out panel */
    #server-panel {
      position: fixed;
      top: 0; right: -100%; bottom: 0;
      width: min(560px, 100vw);
      background: var(--black-card);
      border-left: 1px solid var(--black-border);
      z-index: 949;
      display: flex; flex-direction: column;
      overflow-y: auto;
      transition: right 0.4s var(--ease-out);
      -webkit-overflow-scrolling: touch;
    }
    #server-panel.open { right: 0; }
    #server-panel::-webkit-scrollbar { width: 3px; }
    #server-panel::-webkit-scrollbar-thumb { background: var(--cobalt-ink); }

    /* Panel top gradient accent */
    .sp-accent {
      height: 3px;
      background: linear-gradient(90deg, var(--cobalt), var(--mint));
      flex-shrink: 0;
    }

    /* Panel header */
    .sp-header {
      padding: 24px 28px 20px;
      border-bottom: 1px solid var(--black-border);
      display: flex; align-items: flex-start; justify-content: space-between;
      gap: 16px; flex-shrink: 0;
    }
    .sp-title {
      font-family: var(--head); font-size: 1.15rem; font-weight: 800;
      color: var(--white); letter-spacing: -0.01em;
    }
    .sp-subtitle {
      font-family: var(--body); font-size: 0.78rem; color: var(--gray-400);
      margin-top: 3px; line-height: 1.5;
    }
    .sp-close {
      width: 34px; height: 34px; border-radius: 50%;
      background: var(--black-raised); border: 1px solid var(--black-border);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; font-size: 1rem; color: var(--gray-300);
      transition: all 0.2s; flex-shrink: 0;
      -webkit-tap-highlight-color: transparent;
    }
    .sp-close:hover {
      background: var(--cobalt-ink); border-color: rgba(46,91,255,0.3);
      color: var(--cobalt-light); transform: rotate(90deg);
    }

    /* Panel body content */
    .sp-body { padding: 24px 28px 40px; display: flex; flex-direction: column; gap: 24px; }

    /* Requirements section */
    .sp-section-title {
      font-family: var(--head); font-size: 0.72rem; font-weight: 800;
      letter-spacing: 0.14em; text-transform: uppercase; color: var(--cobalt);
      margin-bottom: 12px; display: block;
    }
    .sp-req-list { display: flex; flex-direction: column; gap: 10px; }
    .sp-req-item {
      display: flex; gap: 12px; align-items: flex-start;
      padding: 12px 14px;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-md);
      transition: border-color 0.18s;
    }
    .sp-req-item:hover { border-color: rgba(46,91,255,0.25); }
    .sp-req-icon {
      width: 32px; height: 32px; border-radius: 8px;
      background: var(--cobalt-ink); border: 1px solid rgba(46,91,255,0.15);
      display: flex; align-items: center; justify-content: center;
      font-size: 0.9rem; flex-shrink: 0;
    }
    .sp-req-title {
      font-family: var(--head); font-size: 0.82rem; font-weight: 700;
      color: var(--white); margin-bottom: 2px;
    }
    .sp-req-desc {
      font-family: var(--body); font-size: 0.75rem;
      color: var(--gray-400); line-height: 1.55;
    }
    .sp-statute-ref {
      display: inline-block; margin-top: 4px;
      font-family: var(--body); font-size: 0.6rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--cobalt-light); background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.15);
      padding: 2px 7px; border-radius: 4px;
    }

    /* Compensation preview */
    .sp-comp-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
    }
    .sp-comp-box {
      background: var(--black-raised); border: 1px solid var(--black-border);
      border-radius: var(--r-md); padding: 14px;
      text-align: center; transition: border-color 0.18s;
    }
    .sp-comp-box:hover { border-color: rgba(46,91,255,0.25); }
    .sp-comp-num {
      font-family: var(--display); font-size: 1.8rem;
      color: var(--cobalt); letter-spacing: 0.02em; line-height: 1;
      display: block; margin-bottom: 3px;
    }
    .sp-comp-label {
      font-family: var(--body); font-size: 0.65rem;
      color: var(--gray-400); line-height: 1.4;
    }

    /* Divider */
    .sp-divider { height: 1px; background: var(--black-border); }

    /* Application form */
    .sp-form { display: flex; flex-direction: column; gap: 12px; }
    .sp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    .sp-fg { display: flex; flex-direction: column; gap: 5px; }
    .sp-label {
      font-family: var(--body); font-size: 0.62rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase; color: var(--gray-400);
    }
    .sp-input, .sp-select, .sp-textarea {
      background: var(--black-raised); border: 1px solid var(--black-border);
      border-radius: var(--r-sm); padding: 11px 13px;
      color: var(--white); font-family: var(--body); font-size: 0.85rem;
      outline: none; width: 100%;
      transition: border-color 0.2s, box-shadow 0.2s;
    }
    .sp-input:focus, .sp-select:focus, .sp-textarea:focus {
      border-color: var(--cobalt);
      box-shadow: 0 0 0 3px rgba(46,91,255,0.1);
    }
    .sp-input { font-size: 16px; } /* Prevent iOS zoom */
    .sp-select option { background: var(--black-card); }
    .sp-textarea { resize: vertical; min-height: 70px; font-size: 16px; }
    .sp-checkbox-row {
      display: flex; align-items: flex-start; gap: 10px;
      font-family: var(--body); font-size: 0.78rem; color: var(--gray-300);
      line-height: 1.5; cursor: pointer;
    }
    .sp-checkbox-row input { accent-color: var(--cobalt); margin-top: 2px; flex-shrink: 0; }

    /* ServeManager CTA */
    .sp-sm-cta {
      background: linear-gradient(135deg, rgba(46,91,255,0.12), rgba(46,91,255,0.05));
      border: 1px solid rgba(46,91,255,0.25);
      border-radius: var(--r-lg); padding: 20px;
      display: flex; flex-direction: column; gap: 10px;
    }
    .sp-sm-title {
      font-family: var(--head); font-size: 0.88rem; font-weight: 700;
      color: var(--white);
    }
    .sp-sm-desc {
      font-family: var(--body); font-size: 0.78rem; color: var(--gray-300); line-height: 1.6;
    }

    /* Light theme overrides */
    [data-theme="light"] #server-panel {
      background: #FFFFFF; border-left-color: rgba(30,40,100,0.10);
    }
    [data-theme="light"] .sp-header { border-color: rgba(30,40,100,0.08); }
    [data-theme="light"] .sp-title { color: #0B0B0B; }
    [data-theme="light"] .sp-close { background: #F0F2FA; border-color: rgba(30,40,100,0.12); color: #374151; }
    [data-theme="light"] .sp-req-item, [data-theme="light"] .sp-comp-box { background: #FFFFFF; border-color: rgba(30,40,100,0.10); }
    [data-theme="light"] .sp-req-title { color: #1F2937; }
    [data-theme="light"] .sp-input, [data-theme="light"] .sp-select, [data-theme="light"] .sp-textarea {
      background: #FFFFFF; border-color: rgba(30,40,100,0.15); color: #0B0B0B;
    }
    [data-theme="light"] .sp-input::placeholder, [data-theme="light"] .sp-textarea::placeholder { color: #9CA3AF; }
    [data-theme="light"] .sp-divider { background: rgba(30,40,100,0.08); }
    [data-theme="light"] .sp-sm-cta { background: rgba(46,91,255,0.06); border-color: rgba(46,91,255,0.15); }

    /* Responsive */
    @media (max-width: 768px) {
      #server-tab-trigger { font-size: 0.65rem; padding: 14px 8px; }
      #server-panel { width: 100vw; }
      .sp-header { padding: 20px 20px 16px; }
      .sp-body { padding: 20px 20px 40px; gap: 20px; }
      .sp-comp-grid { grid-template-columns: 1fr 1fr; }
      .sp-form-row { grid-template-columns: 1fr; }
    }

    /* ═══════════════════════════════════════════════════════════
       COMPREHENSIVE MOBILE FIXES — v6 pass 2
       Covers all new elements: zone selector, price estimate,
       people counter, addon checklist, server panel, pre-footer.
       Also fixes white-space:nowrap text clipping on small phones.
    ═══════════════════════════════════════════════════════════ */

    /* ── Pricing stack: collapse to 1 col on phones ── */
    @media (max-width: 600px) {
      /* Inline style override for the 1fr 1fr grid */
      #pricing .pricing-stack { grid-template-columns: 1fr !important; gap: 14px !important; }
      /* Zone table price — allow wrapping on tiny screens */
      .zone-price { white-space: normal !important; font-size: 0.75rem; }
      .zone-opt-price { white-space: normal !important; font-size: 0.75rem; }
    }

    /* ── Zone selector on mobile ── */
    @media (max-width: 768px) {
      .zone-opt {
        padding: 9px 12px;
        gap: 8px;
      }
      .zone-opt-name   { font-size: 0.78rem; }
      .zone-opt-counties { font-size: 0.6rem; }
      .zone-opt-price  { font-size: 0.75rem; white-space: normal; min-width: 0; }

      /* ── Price estimate ── */
      .price-estimate  { padding: 12px 14px; }
      .price-est-range { font-size: 1.5rem; }
      .price-est-note  { font-size: 0.65rem; }

      /* ── People counter ── */
      .people-counter  { width: 100%; justify-content: center; }
      .counter-display { flex: 1; justify-content: center; }

      /* ── Addon checklist ── */
      .addon-check-row    { padding: 10px 12px; gap: 8px; flex-wrap: wrap; }
      .addon-check-left   { min-width: 0; flex: 1 1 auto; }
      .addon-check-price  { font-size: 0.7rem; white-space: normal; text-align: right; flex-shrink: 0; }
      .addon-check-name   { font-size: 0.78rem; }
      .addon-check-desc   { font-size: 0.62rem; }
      .addon-check-icon   { font-size: 0.9rem; }

      /* ── Form section labels ── */
      .form-section-label { font-size: 0.65rem; }

      /* ── Pre-footer ── */
      .pre-footer-actions { min-width: 0 !important; width: 100%; }
      .pre-footer-headline { font-size: clamp(1.8rem, 9vw, 3rem); }

      /* ── Server tab trigger — move up on mobile
            so it clears the 72px bottom CTA bar ── */
      #server-tab-trigger {
        top: auto;
        bottom: 90px; /* above the mobile CTA bar (72px) + breathing room */
        transform: translateY(0) translateX(0);
        font-size: 0.62rem;
        padding: 12px 8px;
        letter-spacing: 0.08em;
      }
      #server-tab-trigger:hover {
        transform: translateY(0) translateX(-3px);
      }

      /* Server panel body padding */
      .sp-body       { padding: 18px 18px 36px; gap: 18px; }
      .sp-header     { padding: 18px 18px 14px; }
      .sp-req-item   { padding: 10px 12px; gap: 10px; }
      .sp-req-title  { font-size: 0.78rem; }
      .sp-req-desc   { font-size: 0.72rem; }
      .sp-comp-box   { padding: 12px 10px; }
      .sp-comp-num   { font-size: 1.5rem; }
      .sp-comp-label { font-size: 0.6rem; }
      .sp-sm-cta     { padding: 16px; }
      .sp-sm-title   { font-size: 0.82rem; }
      .sp-sm-desc    { font-size: 0.72rem; }

      /* Multi-person note */
      .counter-note  { font-size: 0.68rem; }

      /* Zone table in pricing cards */
      .zone-row      { padding: 8px 10px; flex-wrap: wrap; gap: 4px; }
      .zone-counties { font-size: 0.58rem; }
      .zone-price    { font-size: 0.75rem; white-space: normal; }

      /* Multi-person info note */
      .multi-person-note { font-size: 0.72rem; padding: 12px 14px; }
    }

    /* ── Very small phones (≤390px) — tighten everything ── */
    @media (max-width: 390px) {
      .zone-opt-name     { font-size: 0.72rem; }
      .zone-opt-price    { font-size: 0.7rem; }
      .zone-opt-counties { font-size: 0.56rem; }
      .addon-check-name  { font-size: 0.72rem; }
      .addon-check-price { font-size: 0.65rem; }
      .price-est-range   { font-size: 1.3rem; }
      .people-counter    { width: 100%; }
      .counter-btn       { width: 40px; height: 40px; }
      #peopleCount       { font-size: 1.2rem; }
      .sp-comp-grid      { grid-template-columns: 1fr 1fr; }
      .sp-comp-num       { font-size: 1.3rem; }
      /* Server trigger smaller */
      #server-tab-trigger { font-size: 0.56rem; padding: 10px 7px; }
    }

    /* ── Tablet (769–1024px) — tighten pricing 2-col ── */
    @media (min-width: 769px) and (max-width: 1024px) {
      /* Pricing cards: 2 col is correct, but tighten padding */
      .pricing-card { padding: 22px 18px; }
      .p-price      { font-size: 2.4rem; }
      .zone-row     { padding: 8px 10px; }
      .zone-price   { font-size: 0.78rem; }
      /* Pre-footer */
      .pre-footer-inner { gap: 32px; }
      .pre-footer-actions { min-width: 180px; }
    }

    /* ── Fix: btn white-space on all interactive elements ── */
    @media (max-width: 480px) {
      .btn, .btn-white-solid, .btn-ghost-white {
        white-space: normal !important;
        text-align: center;
        line-height: 1.4;
      }
      /* Addon checklist price aligns right always */
      .addon-check-row { align-items: flex-start; }
    }

  
    /* ═══ COLLAPSIBLE ORDER FORM ════════════════════════════════════
       form-header becomes a full-width toggle button.
       form-collapse uses max-height transition for smooth open/close.
    ═══════════════════════════════════════════════════════════════ */
    .form-toggle {
      width: 100%;
      text-align: left;
      background: none;
      border: none;
      border-bottom: 1px solid transparent;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 28px 36px 24px;
      transition: background 0.2s, border-color 0.2s;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .form-toggle:hover {
      background: rgba(46,91,255,0.03);
    }
    .form-toggle[aria-expanded="true"] {
      border-bottom-color: var(--black-border);
    }
    .form-toggle-text { flex: 1; min-width: 0; }
    .form-toggle-chevron {
      flex-shrink: 0;
      color: var(--cobalt-light);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background: var(--cobalt-ink);
      border: 1px solid rgba(46,91,255,0.2);
      transition: transform 0.35s var(--ease-out), background 0.2s;
    }
    .form-toggle[aria-expanded="true"] .form-toggle-chevron {
      transform: rotate(180deg);
      background: rgba(46,91,255,0.15);
    }
    /* Collapsible body */
    .form-collapse {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .form-collapse.open {
      max-height: 3200px;
      transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
    }
    /* Keep form-header padding when used as toggle */
    .form-header.form-toggle .form-title {
      font-family: var(--head);
      font-size: 1.15rem;
      font-weight: 800;
      color: var(--white);
      margin-bottom: 4px;
      letter-spacing: -0.01em;
    }
    .form-header.form-toggle .form-sub {
      font-family: var(--body);
      font-size: 0.78rem;
      color: var(--gray-400);
    }
    @media (max-width: 768px) {
      .form-toggle { padding: 20px 24px 18px; gap: 12px; }
      .form-toggle-chevron { width: 28px; height: 28px; }
    }

    /* ═══ CONSOLIDATED RESPONSIVE OVERRIDES ═════════════════════════
       One clean block covering every layout gap.
       Does NOT override anything already handled above — only adds
       missing mobile rules for grids, typography, and spacing.
    ═══════════════════════════════════════════════════════════════ */
    @media (max-width: 768px) {
      /* ── Global ── */
      *, *::before, *::after { box-sizing: border-box; }
      body { overflow-x: hidden; }
      .container, .container-wide { padding-left: 16px !important; padding-right: 16px !important; max-width: 100%; }

      /* ── Hero ── */
      .hero-content { grid-template-columns: 1fr !important; gap: 32px; }
      .hero-right { order: 2; }
      .hero-left  { order: 1; }
      .hero-headline h1 { font-size: clamp(2.8rem, 13vw, 5rem) !important; line-height: 0.9; }
      .hero-metrics { display: grid !important; grid-template-columns: 1fr 1fr; gap: 0; }
      .metric-block {
        border-right: 1px solid var(--black-border) !important;
        border-bottom: 1px solid var(--black-border) !important;
        padding: 14px 12px !important;
        margin: 0 !important;
      }
      .metric-block:nth-child(2n) { border-right: none !important; }
      .metric-block:nth-child(3),
      .metric-block:nth-child(4) { border-bottom: none !important; }
      .metric-num { font-size: 2rem !important; }
      .hero-actions { flex-direction: column !important; align-items: stretch !important; gap: 10px !important; }
      .hero-actions .btn { width: 100%; justify-content: center; text-align: center; }
      #hero { min-height: auto !important; padding: 80px 0 48px !important; }

      /* ── Dispatch panel ── */
      .dispatch-panel { border-radius: var(--r-lg) !important; }
      .map-container { padding: 8px 14px 0 !important; }
      .dispatch-feed { padding: 8px 12px 12px !important; gap: 5px !important; }
      .feed-item { padding: 7px 9px !important; gap: 8px !important; }
      .feed-name { font-size: 0.7rem !important; }
      .feed-county { font-size: 0.6rem !important; }
      .tier-quick { padding: 14px 16px !important; }
      .tier-quick-grid { grid-template-columns: 1fr 1fr !important; gap: 6px !important; }

      /* ── Pricing ── */
      .pricing-stack { grid-template-columns: 1fr !important; gap: 12px !important; }
      .pricing-card { padding: 22px 20px !important; margin-top: 0 !important; }
      .pricing-intro { grid-template-columns: 1fr !important; gap: 16px !important; }
      .p-price { font-size: 2.6rem !important; }
      .addons-shelf { padding: 22px 18px !important; }
      .addons-row { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
      .addons-shelf-header { flex-direction: column !important; align-items: flex-start !important; gap: 10px !important; }

      /* ── How It Works ── */
      .how-grid { grid-template-columns: 1fr !important; }
      .how-right { display: none !important; }

      /* ── Brand moment ── */
      .brand-moment-inner { grid-template-columns: 1fr !important; gap: 32px !important; }
      .bm-headline { font-size: clamp(2.4rem, 11vw, 4rem) !important; }

      /* ── Why section ── */
      .why-grid { grid-template-columns: 1fr !important; }
      .cmp-table-wrap { overflow-x: auto; }
      .cmp-table th, .cmp-table td { padding: 10px !important; font-size: 0.72rem !important; }

      /* ── Segments ── */
      .seg-grid { grid-template-columns: 1fr !important; }
      .clients-header { grid-template-columns: 1fr !important; gap: 16px !important; }

      /* ── Area / County ── */
      .area-layout { grid-template-columns: 1fr !important; gap: 32px !important; }
      .counties-mosaic { grid-template-columns: repeat(3, 1fr) !important; }
      .area-stat-row { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
      .county-tabs { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; gap: 6px !important; padding-bottom: 8px !important; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
      .county-tabs::-webkit-scrollbar { display: none; }
      .county-tab { flex-shrink: 0 !important; }
      .county-content-area { grid-template-columns: 1fr !important; }
      .county-panel.active { display: flex !important; flex-direction: column !important; gap: 16px !important; }

      /* ── Testimonials ── */
      .testimonials-grid { grid-template-columns: 1fr !important; }
      .trust-numbers { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }

      /* ── GA Law ── */
      .law-grid { grid-template-columns: 1fr !important; }
      .law-left { position: static !important; }

      /* ── FAQ ── */
      .faq-layout { grid-template-columns: 1fr !important; }

      /* ── Contact / Order form ── */
      .contact-layout { grid-template-columns: 1fr !important; }
      .form-row { grid-template-columns: 1fr !important; }
      .form-tier-grid { grid-template-columns: 1fr 1fr !important; gap: 6px !important; }
      .form-body { padding: 16px 20px 24px !important; }
      .finput, .fselect, .ftextarea { font-size: 16px !important; }

      /* ── Pre-footer ── */
      .pre-footer-inner { flex-direction: column !important; text-align: center !important; gap: 24px !important; }
      .pre-footer-actions { width: 100% !important; min-width: 0 !important; }
      .pre-footer-headline { font-size: clamp(2rem, 10vw, 3rem) !important; }

      /* ── Footer ── */
      .footer-grid { grid-template-columns: 1fr !important; gap: 24px !important; }
      .footer-bottom { flex-direction: column !important; gap: 10px !important; }

      /* ── Mobile CTA bar ── */
      .mobile-cta { display: flex !important; padding: 10px 16px !important; gap: 8px !important; }
      .mobile-cta .btn { font-size: 0.8rem !important; padding: 11px 12px !important; }
      body { padding-bottom: 68px; }

      /* ── Buttons ── */
      .btn { min-height: 44px; }
      .bm-actions { flex-direction: column !important; align-items: stretch !important; }
      .bm-actions .btn { width: 100%; justify-content: center; }

      /* ── Section headers ── */
      .head-xl { font-size: clamp(1.6rem, 7vw, 2.4rem) !important; }
      .head-lg { font-size: clamp(1.2rem, 5vw, 1.8rem) !important; }

      /* ── Inline grids (process guide etc) ── */
      [style*="grid-template-columns:1fr 1fr"],
      [style*="grid-template-columns: 1fr 1fr"] { grid-template-columns: 1fr !important; }
      [style*="grid-template-columns:repeat(3"] { grid-template-columns: 1fr !important; }
      #emergency-cta [style*="grid-template-columns"] { grid-template-columns: 1fr !important; gap: 28px !important; }

      /* ── Legal modals ── */
      .legal-modal-header { padding: 16px 20px !important; }
      .legal-modal-body { padding: 24px 20px 80px !important; }

      /* ── Server panel ── */
      #server-panel { width: 100vw !important; }
      .sp-header { padding: 18px 16px 14px !important; }
      .sp-body { padding: 16px 16px 80px !important; gap: 18px !important; }
      .sp-form-row { grid-template-columns: 1fr !important; }
      .sp-comp-grid { grid-template-columns: 1fr 1fr !important; }
    }

    @media (max-width: 480px) {
      .metric-num { font-size: 1.8rem !important; }
      .counties-mosaic { grid-template-columns: repeat(2, 1fr) !important; }
      .addons-row { grid-template-columns: 1fr !important; }
      .trust-numbers { grid-template-columns: 1fr 1fr !important; }
      .btn { white-space: normal !important; text-align: center; line-height: 1.4; }
      .hero-headline h1 { font-size: clamp(2.4rem, 12vw, 3.5rem) !important; }
    }

    @media (max-width: 390px) {
      .container, .container-wide { padding-left: 12px !important; padding-right: 12px !important; }
      .metric-num { font-size: 1.6rem !important; }
      .p-price { font-size: 2.2rem !important; }
      .btn { font-size: 0.76rem !important; padding: 11px 14px !important; }
      .btn-lg { padding: 13px 16px !important; }
    }

    @media (hover: none) and (pointer: coarse) {
      * { -webkit-tap-highlight-color: transparent; }
      button, a, [role="button"] { touch-action: manipulation; }
      .btn { min-height: 44px; }
      .faq-q { min-height: 52px; }
      .form-tier-opt { min-height: 52px; }
      .county-tile { min-height: 40px; }
      .form-toggle { min-height: 44px; }
      .finput, .fselect, .ftextarea { font-size: 16px !important; }
      .pricing-card:hover, .seg-card:hover,
      .addon-chip:hover, .testi-card:hover { transform: none !important; }
    }

  
    /* ── Server application form — certification conditional fields ── */
    .sp-radio-group {
      display: flex; flex-direction: column; gap: 8px;
    }
    .sp-radio-opt {
      display: block; cursor: pointer;
    }
    .sp-radio-opt input[type="radio"] {
      position: absolute; opacity: 0; width: 0; height: 0;
    }
    .sp-radio-box {
      display: flex; align-items: center; gap: 10px;
      padding: 12px 14px;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      transition: border-color 0.2s, background 0.2s;
      cursor: pointer;
      font-family: var(--body); font-size: 0.82rem; color: var(--white);
    }
    .sp-radio-opt input[type="radio"]:checked + .sp-radio-box {
      border-color: var(--cobalt);
      background: rgba(46,91,255,0.08);
    }
    .sp-radio-opt:hover .sp-radio-box {
      border-color: rgba(46,91,255,0.35);
    }
    .sp-radio-icon { font-size: 1rem; flex-shrink: 0; }
    .sp-radio-text { font-weight: 600; }

    /* County checkbox grid */
    .sp-county-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 6px;
    }
    .sp-county-check {
      display: flex; align-items: center; gap: 7px;
      padding: 8px 10px;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      cursor: pointer;
      font-family: var(--body); font-size: 0.75rem; color: var(--white);
      transition: border-color 0.2s, background 0.2s;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .sp-county-check:has(input:checked) {
      border-color: var(--cobalt);
      background: rgba(46,91,255,0.08);
      color: var(--cobalt-light);
    }
    .sp-county-check input[type="checkbox"] {
      accent-color: var(--cobalt);
      width: 14px; height: 14px; flex-shrink: 0;
    }
    .sp-county-check:hover { border-color: rgba(46,91,255,0.35); }

    /* Conditional section reveal */
    .sp-cert-section {
      animation: fadeIn 0.25s ease;
    }
    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(-4px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* sp-textarea */
    .sp-textarea {
      width: 100%; resize: vertical; min-height: 90px;
      background: var(--black-raised);
      border: 1px solid var(--black-border);
      border-radius: var(--r-sm);
      color: var(--white);
      font-family: var(--body); font-size: 0.82rem;
      padding: 10px 12px; line-height: 1.6;
      transition: border-color 0.2s;
    }
    .sp-textarea:focus { outline: none; border-color: var(--cobalt); }
    .sp-textarea::placeholder { color: var(--gray-500); }

    /* Light theme overrides */
    [data-theme="light"] .sp-radio-box { background: #F8F9FF; color: #1F2937; border-color: rgba(30,40,100,0.12); }
    [data-theme="light"] .sp-county-check { background: #F8F9FF; color: #1F2937; border-color: rgba(30,40,100,0.12); }
    [data-theme="light"] .sp-textarea { background: #FFFFFF; color: #0B0B0B; border-color: rgba(30,40,100,0.15); }

    /* Mobile */
    @media (max-width: 480px) {
      .sp-county-grid { grid-template-columns: 1fr 1fr; }
    }

  
    /* ═══ GUIDE ACCORDION ═══════════════════════════════════════════ */
    .guide-header {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 32px;
      align-items: start;
    }
    .guide-header-text { min-width: 0; }

    /* Top callout card */
    .guide-server-callout {
      background: linear-gradient(135deg, rgba(46,91,255,0.12), rgba(46,91,255,0.06));
      border: 1px solid rgba(46,91,255,0.25);
      border-radius: var(--r-xl);
      padding: 22px 24px;
      display: flex;
      flex-direction: column;
      gap: 6px;
      min-width: 220px;
      max-width: 260px;
      flex-shrink: 0;
    }
    .gsc-badge {
      font-family: var(--body);
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--cobalt-light);
      margin-bottom: 2px;
    }
    .gsc-title {
      font-family: var(--head);
      font-size: 1rem;
      font-weight: 800;
      color: var(--white);
      letter-spacing: -0.01em;
    }
    .gsc-desc {
      font-family: var(--body);
      font-size: 0.72rem;
      color: var(--gray-400);
      line-height: 1.55;
    }
    .gsc-btn {
      margin-top: 6px;
      font-size: 0.8rem !important;
      padding: 10px 16px !important;
      justify-content: center;
    }

    /* Accordion items */
    .guide-accordion {
      display: flex;
      flex-direction: column;
      border: 1px solid var(--black-border);
      border-radius: var(--r-xl);
      overflow: hidden;
    }
    .gacc-item {
      border-bottom: 1px solid var(--black-border);
    }
    .gacc-item:last-child { border-bottom: none; }

    .gacc-trigger {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 18px 22px;
      background: var(--black-card);
      border: none;
      cursor: pointer;
      text-align: left;
      transition: background 0.2s;
      -webkit-tap-highlight-color: transparent;
      touch-action: manipulation;
    }
    .gacc-trigger:hover { background: var(--black-raised); }
    .gacc-trigger[aria-expanded="true"] {
      background: var(--black-raised);
      border-bottom: 1px solid var(--black-border);
    }
    .gacc-icon {
      font-size: 1.1rem;
      flex-shrink: 0;
      width: 28px;
      text-align: center;
    }
    .gacc-title {
      flex: 1;
      font-family: var(--head);
      font-size: 0.92rem;
      font-weight: 700;
      color: var(--white);
      letter-spacing: -0.005em;
    }
    .gacc-chevron {
      flex-shrink: 0;
      color: var(--gray-400);
      display: flex;
      align-items: center;
      transition: transform 0.3s var(--ease-out);
    }
    .gacc-trigger[aria-expanded="true"] .gacc-chevron {
      transform: rotate(180deg);
      color: var(--cobalt-light);
    }

    /* Collapsible body */
    .gacc-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
      background: var(--black-card);
    }
    .gacc-body.open {
      max-height: 600px;
      transition: max-height 0.5s cubic-bezier(0.4,0,0.2,1);
    }
    .gacc-content {
      padding: 20px 22px 24px 64px;
    }
    .gacc-content p {
      font-family: var(--body);
      font-size: 0.85rem;
      color: var(--gray-300);
      line-height: 1.75;
      margin: 0;
    }

    /* Bottom "Join as Server" footer strip */
    .guide-server-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      margin-top: 24px;
      padding: 22px 28px;
      background: linear-gradient(135deg, rgba(46,91,255,0.10), rgba(46,91,255,0.04));
      border: 1px solid rgba(46,91,255,0.20);
      border-radius: var(--r-xl);
    }
    .gsf-left {
      display: flex;
      flex-direction: column;
      gap: 4px;
      min-width: 0;
    }
    .gsf-label {
      font-family: var(--head);
      font-size: 0.92rem;
      font-weight: 700;
      color: var(--white);
    }
    .gsf-sub {
      font-family: var(--body);
      font-size: 0.75rem;
      color: var(--gray-400);
      line-height: 1.5;
    }
    .gsf-btn { flex-shrink: 0; white-space: nowrap; }

    /* Light theme */
    [data-theme="light"] .gacc-trigger { background: #F8F9FF; }
    [data-theme="light"] .gacc-trigger:hover { background: #EEF0FA; }
    [data-theme="light"] .gacc-trigger[aria-expanded="true"] { background: #EEF0FA; }
    [data-theme="light"] .gacc-title { color: #1F2937; }
    [data-theme="light"] .gacc-body { background: #F8F9FF; }
    [data-theme="light"] .gacc-content p { color: #374151; }
    [data-theme="light"] .guide-accordion { border-color: rgba(30,40,100,0.10); }
    [data-theme="light"] .gacc-item { border-bottom-color: rgba(30,40,100,0.08); }
    [data-theme="light"] .gsc-title { color: #0B0B0B; }
    [data-theme="light"] .gsf-label { color: #0B0B0B; }

    /* Responsive */
    @media (max-width: 768px) {
      .guide-header { grid-template-columns: 1fr; gap: 24px; }
      .guide-server-callout { max-width: 100%; }
      .gacc-trigger { padding: 15px 16px; gap: 10px; }
      .gacc-title { font-size: 0.84rem; }
      .gacc-content { padding: 16px 16px 20px 50px; }
      .guide-server-footer { flex-direction: column; align-items: flex-start; gap: 16px; }
      .gsf-btn { width: 100%; justify-content: center; }
    }
    @media (max-width: 480px) {
      .gacc-content { padding: 14px 14px 18px 14px; }
      .gacc-icon { width: 22px; font-size: 1rem; }
    }



/* ═══ Blog & Insights Styles ═══ */

  #insights {
    padding: var(--sp-2xl) 0;
    background: var(--black);
    position: relative;
  }
  [data-theme="light"] #insights { background: #F7F8FC; }
  .insight-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: end;
    margin-bottom: 40px;
  }
  .insight-intro-sub {
    font-family: var(--body);
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--gray-300);
    max-width: 440px;
  }
  [data-theme="light"] .insight-intro-sub { color: #4B5563; }
  .insight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .insight-card {
    background: var(--black-card);
    border: 1px solid var(--black-border);
    border-radius: var(--r-lg);
    transition: border-color 0.3s var(--ease-out), transform 0.3s var(--ease-out);
    overflow: hidden;
  }
  [data-theme="light"] .insight-card {
    background: #FFFFFF;
    border-color: rgba(30,40,100,0.08);
    box-shadow: 0 1px 2px rgba(30,40,100,0.03);
  }
  .insight-card:hover {
    border-color: rgba(46,91,255,0.35);
    transform: translateY(-2px);
  }
  .insight-summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    user-select: none;
  }
  .insight-summary::-webkit-details-marker { display: none; }
  .insight-summary::marker { display: none; content: ''; }
  .insight-card[open] .insight-summary { padding-bottom: 14px; }
  .insight-meta-col {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 92px;
  }
  .insight-date {
    font-family: var(--body);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gray-400);
    line-height: 1.3;
  }
  .insight-chip {
    display: inline-flex;
    align-items: center;
    padding: 3px 9px;
    border-radius: 100px;
    font-family: var(--body);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--cobalt-ink);
    border: 1px solid rgba(46,91,255,0.25);
    color: var(--cobalt-light);
    align-self: flex-start;
  }
  [data-theme="light"] .insight-chip { color: var(--cobalt); }
  .insight-title-col { flex: 1; min-width: 0; }
  .insight-title {
    font-family: var(--head);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--white);
    line-height: 1.3;
    margin-bottom: 6px;
  }
  [data-theme="light"] .insight-title { color: #0B0B0B; }
  .insight-excerpt {
    font-family: var(--body);
    font-size: 0.84rem;
    line-height: 1.6;
    color: var(--gray-400);
  }
  [data-theme="light"] .insight-excerpt { color: #6B7280; }
  .insight-toggle {
    flex-shrink: 0;
    width: 30px; height: 30px;
    border-radius: 50%;
    background: var(--cobalt-ink);
    border: 1px solid rgba(46,91,255,0.25);
    display: flex; align-items: center; justify-content: center;
    color: var(--cobalt-light);
    font-size: 1rem;
    transition: transform 0.3s var(--ease-spring);
  }
  .insight-card[open] .insight-toggle { transform: rotate(45deg); }
  .insight-body {
    padding: 4px 26px 26px;
    margin-left: 110px;
    font-family: var(--body);
    font-size: 0.92rem;
    line-height: 1.75;
    color: var(--gray-300);
  }
  [data-theme="light"] .insight-body { color: #374151; }
  .insight-body p + p { margin-top: 14px; }
  .insight-body ul { margin: 12px 0 12px 18px; }
  .insight-body ul li { margin-bottom: 6px; }
  .insight-body strong { color: var(--white); font-weight: 600; }
  [data-theme="light"] .insight-body strong { color: #0B0B0B; }
  .insight-footer {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--black-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    font-family: var(--body);
    font-size: 0.72rem;
    color: var(--gray-400);
  }
  [data-theme="light"] .insight-footer { border-top-color: rgba(30,40,100,0.08); }
  .insight-footer a { color: var(--cobalt-light); font-weight: 600; }
  [data-theme="light"] .insight-footer a { color: var(--cobalt); }

  .insight-subscribe {
    margin-top: 36px;
    padding: 28px 32px;
    border-radius: var(--r-lg);
    background: linear-gradient(135deg, var(--cobalt-ink), rgba(46,91,255,0.04));
    border: 1px solid rgba(46,91,255,0.25);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
  }
  [data-theme="light"] .insight-subscribe {
    background: linear-gradient(135deg, rgba(46,91,255,0.05), #FFFFFF);
    border-color: rgba(46,91,255,0.2);
  }
  .insight-subscribe-title {
    font-family: var(--head);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 4px;
  }
  [data-theme="light"] .insight-subscribe-title { color: #0B0B0B; }
  .insight-subscribe-sub {
    font-family: var(--body);
    font-size: 0.82rem;
    color: var(--gray-300);
  }
  [data-theme="light"] .insight-subscribe-sub { color: #4B5563; }

  @media (max-width: 880px) {
    .insight-intro { grid-template-columns: 1fr; gap: 18px; }
    .insight-grid { grid-template-columns: 1fr; }
    .insight-summary { padding: 18px 20px; gap: 14px; }
    .insight-meta-col { min-width: 78px; }
    .insight-body { padding: 4px 20px 22px; margin-left: 0; }
    .insight-subscribe { grid-template-columns: 1fr; padding: 22px 22px; }
  }
</style>
