/* Anytime Batteries — local site */

  :root {
    --ink: #0a121f;
    --ink-2: #1a2740;
    --navy: #0b1f3a;
    --navy-soft: #132a4a;
    --paper: #f4f1ea;
    --paper-2: #ebe6db;
    --white: #fffcf7;
    --line: rgba(11, 31, 58, 0.12);
    --line-strong: rgba(11, 31, 58, 0.22);
    --muted: #5c6675;
    --red: #e23a28;
    --red-deep: #b42318;
    --red-hot: #ff4a35;
    --ok: #1f7a4c;
    --shadow: 0 24px 60px rgba(10, 18, 31, 0.14);
    --radius: 2px;
    --font: "DM Sans", system-ui, sans-serif;
    --display: "Syne", "DM Sans", system-ui, sans-serif;
    /* Hero only: condensed industrial face — clearer at billboard size than Syne */
    --hero-display: "Barlow Condensed", "Arial Narrow", "Helvetica Neue", system-ui, sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--font);
    color: var(--ink);
    background: var(--paper);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
  }
  img, svg { display: block; max-width: 100%; }
  a { color: inherit; text-decoration: none; }
  button, input, select { font: inherit; color: inherit; }
  ::selection { background: rgba(226, 58, 40, 0.18); }

  .wrap { 
    max-width: 1200px; 
    margin-left: auto; 
    margin-right: auto; 
    padding-left: 20px; 
    padding-right: 20px; 
  }
  .eyebrow {
    display: inline-flex; align-items: center; gap: 0.55rem;
    font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--red);
  }
  .eyebrow i {
    width: 1.5rem; height: 1px; background: var(--red); display: inline-block;
  }

  /* ——— Header ——— */
  .top-rail {
    background: var(--ink);
    color: rgba(255,252,247,0.72);
    font-size: 0.78rem; font-weight: 500;
    letter-spacing: 0.02em;
  }
  .top-rail .wrap {
    display: flex; justify-content: space-between; gap: 1rem;
    padding: 0.55rem 0; flex-wrap: wrap;
  }
  .top-rail strong { color: var(--white); font-weight: 600; }
  .top-rail a:hover { color: #fff; }

  header.site {
    position: sticky; top: 0; z-index: 50;
    background: color-mix(in srgb, var(--paper) 88%, transparent);
    backdrop-filter: blur(14px) saturate(1.2);
    border-bottom: 1px solid var(--line);
  }
  .nav {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
    min-height: 4.25rem;
  }
  .brand {
    display: flex; align-items: center; gap: 0.7rem;
    justify-self: start;
  }
  .brand-mark {
    width: 2.35rem; height: 2.05rem; flex-shrink: 0;
  }
  .brand b {
    font-family: var(--display);
    font-weight: 800;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    line-height: 1.05;
  }
  .brand span {
    display: block;
    font-size: 0.68rem;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .nav-links {
    display: flex; gap: 1.6rem; list-style: none;
    font-size: 0.9rem; font-weight: 600; color: var(--ink-2);
  }
  .nav-links a {
    position: relative; padding: 0.25rem 0;
  }
  .nav-links a::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: 0;
    height: 1.5px; background: var(--red); transition: right 0.2s ease;
  }
  .nav-links a:hover::after { right: 0; }
  .nav-end {
    justify-self: end;
    display: flex; align-items: center; gap: 0.65rem;
  }
  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.45rem;
    padding: 12px 20px;
    min-height: 44px;
    line-height: 1.4;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 700; font-size: 0.92rem;
    cursor: pointer; transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
  }
  .btn:active { transform: translateY(1px); }
  .btn-primary {
    background: var(--red);
    color: #fff;
    box-shadow: 0 10px 28px rgba(226, 58, 40, 0.28);
  }
  .btn-primary:hover { background: var(--red-hot); }
  .btn-dark {
    background: var(--ink); color: var(--white);
  }
  .btn-dark:hover { background: var(--navy-soft); }
  .btn-ghost {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--ink);
  }
  .btn-ghost:hover { border-color: var(--ink); }
  .btn-block { width: 100%; border-radius: 10px; padding: 14px 20px; }
  .btn-lg { 
    padding: 16px 24px; 
    min-height: 52px; 
    font-size: 1.1em; 
  }
  .menu-btn {
    display: none; width: 2.75rem; height: 2.75rem;
    border: 1px solid var(--line-strong); border-radius: 999px;
    background: transparent; cursor: pointer;
  }

  /* ——— Hero ——— */
  .hero {
    position: relative;
    padding: 3.25rem 0 4rem;
    overflow: hidden;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: min(78vh, 720px);
    background:
      radial-gradient(ellipse 80% 70% at 100% 0%, rgba(226,58,40,0.16), transparent 55%),
      linear-gradient(165deg, #07101c 0%, #0b1f3a 48%, #122844 100%);
    z-index: 0;
  }
  .hero::after {
    content: "";
    position: absolute;
    left: 0; right: 0; top: min(78vh, 720px);
    height: 120px;
    background: linear-gradient(to bottom, transparent, var(--paper));
    transform: translateY(-119px);
    z-index: 0;
    pointer-events: none;
  }
  .hero-grid {
    position: relative; z-index: 1;
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 2.5rem;
    align-items: end;
  }
  /* Launch: no vehicle lookup card — centered single-column hero */
  .hero-grid.hero-simple {
    grid-template-columns: 1fr;
    max-width: 46rem;
    margin-inline: auto;
    justify-items: start;
    align-items: center;
    text-align: left;
  }
  .hero-grid.hero-simple .hero-copy {
    max-width: 40rem;
    padding-bottom: 0.25rem;
  }
  .hero-grid.hero-simple .hero h1,
  .hero-simple .hero h1 {
    max-width: 14ch;
  }
  .hero-grid.hero-simple .hero-actions {
    margin-top: 0.25rem;
  }
  .hero-grid.hero-simple .hero-meta {
    max-width: 36rem;
  }
  .hero-copy { color: var(--white); padding-bottom: 0.5rem; }
  .hero-copy .eyebrow { color: #ff8a78; margin-bottom: 1.25rem; }
  .hero-copy .eyebrow i { background: #ff8a78; }
  .hero h1 {
    font-family: var(--hero-display);
    font-weight: 800;
    font-size: clamp(3.05rem, 7vw, 5.15rem);
    line-height: 0.92;
    letter-spacing: 0.01em;
    max-width: 11ch;
    text-wrap: balance;
    margin-bottom: 1.35rem;
    color: #ffffff;
    text-shadow:
      0 1px 0 rgba(0, 0, 0, 0.25),
      0 12px 40px rgba(0, 0, 0, 0.35);
    font-synthesis: none;
  }
  .hero h1 em {
    display: inline-block;
    font-style: normal;
    font-weight: 800;
    color: #ffffff;
    /* High-contrast pop: white type + red underline rule (easier than red fill on navy) */
    box-shadow: inset 0 -0.12em 0 0 #e23a28;
    padding-bottom: 0.06em;
    text-shadow:
      0 1px 0 rgba(0, 0, 0, 0.2),
      0 10px 36px rgba(226, 58, 40, 0.35);
  }
  .hero-lead {
    font-family: var(--font);
    font-size: clamp(1.05rem, 1.6vw, 1.18rem);
    font-weight: 500;
    line-height: 1.55;
    color: rgba(255, 252, 247, 0.86);
    max-width: 36ch;
    margin-bottom: 1.75rem;
    text-wrap: pretty;
  }
  .hero-actions {
    display: flex; flex-wrap: wrap; gap: 0.7rem;
    margin-bottom: 2rem;
  }
  .hero-actions .btn-ghost {
    color: #fff;
    border-color: rgba(255,255,255,0.28);
  }
  .hero-actions .btn-ghost:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.06);
  }
  .hero-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 28rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .hero-meta b {
    display: block;
    font-family: var(--display);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.15rem;
  }
  .hero-meta span {
    font-size: 0.78rem;
    color: rgba(255,252,247,0.55);
  }

  /* Finder product card */
  .finder {
    background: var(--white);
    color: var(--ink);
    border-radius: 18px;
    box-shadow: var(--shadow);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.4);
  }
  .finder-head {
    padding: 1.5rem 1.75rem 1.25rem;
    border-bottom: 1px solid var(--line);
    display: flex; justify-content: space-between; align-items: start; gap: 1rem;
  }
  .finder-head h2 {
    font-family: var(--display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .finder-head p {
    color: var(--muted);
    font-size: 0.86rem;
    margin-top: 0.2rem;
  }
  .live {
    display: inline-flex; align-items: center; gap: 0.4rem;
    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ok);
    background: rgba(31, 122, 76, 0.1);
    padding: 0.35rem 0.55rem;
    border-radius: 999px;
    white-space: nowrap;
  }
  .live::before {
    content: "";
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--ok);
    box-shadow: 0 0 0 3px rgba(31,122,76,0.18);
  }

/* Enhanced CTAs + trust proof */
.btn-glow {
  position: relative;
  box-shadow:
    0 0 0 2px rgba(226, 58, 40, 0.25),
    0 12px 35px rgba(226, 58, 40, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn-glow:hover {
  box-shadow:
    0 0 0 3px rgba(226, 58, 40, 0.4),
    0 20px 50px rgba(226, 58, 40, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

/* Trust proof strip */
.trust-strip {
  background: 
    radial-gradient(600px 300px at 25% 0%, rgba(226, 58, 40, 0.06), transparent 40%),
    radial-gradient(400px 200px at 80% 100%, rgba(11, 31, 58, 0.08), transparent 50%),
    var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 2rem 0 2.25rem;
}
.trust-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  align-items: start;
  padding: 16px 0;
}
.trust-item {
  display: flex;
  align-items: start;
  gap: 0.85rem;
  text-align: left;
  padding: 16px;
  margin-bottom: 12px;
}
.trust-ico {
  font-size: 1.35rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff6b3d, #e23a28);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(226, 58, 40, 0.25);
  flex-shrink: 0;
}
.trust-item b {
  display: block;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--navy);
  margin-bottom: 0.2rem;
}
.trust-item span:last-child {
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.35;
}

.btn-bold { font-weight: 700; }
    content: "";
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--ok);
    box-shadow: 0 0 0 3px rgba(31,122,76,0.18);
  }
  .finder-body { 
    padding: 1.75rem 1.75rem 1.75rem; 
  }
  .seg {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0.6rem; padding: 0.6rem;
    background: var(--paper-2);
    border-radius: 12px;
    margin-bottom: 1.75rem;
  }
  .seg button {
    border: 0; background: transparent;
    min-height: 3rem; border-radius: 9px;
    font-weight: 700; font-size: 0.9rem;
    color: var(--muted); cursor: pointer;
  }
  .seg button[aria-selected="true"] {
    background: var(--white);
    color: var(--ink);
    box-shadow: 0 1px 3px rgba(10,18,31,0.08);
  }
  .fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1rem;
  }
  .fields[hidden] { display: none !important; }
  .field { 
    display: flex; flex-direction: column; 
    gap: 0.6rem; 
  }
  .field.full { grid-column: 1 / -1; }
  .field label {
    font-size: 0.7rem; font-weight: 700;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--muted);
  }
  .field select, .field input {
    min-height: 3.25rem;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    padding: 0.8rem 1rem;
    background: #fff;
    appearance: none;
    font-size: 0.95rem;
    background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
  }
  .field input {
    background-image: none;
  }
  .field select:focus, .field input:focus {
    outline: 2px solid rgba(226,58,40,0.28);
    border-color: var(--red);
  }
  .finder-foot {
    margin-top: 1.5rem;
    display: grid; gap: 1rem;
  }
  .fine {
    text-align: center;
    font-size: 0.78rem;
    color: var(--muted);
  }

  .results {
    display: none;
    margin-top: 1rem;
    border-top: 1px solid var(--line);
    padding-top: 1rem;
  }
  .results.show { display: block; }
  .result {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 0.55rem;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
  }
  .result:hover, .result.is-best {
    border-color: rgba(226,58,40,0.45);
    background: #fff8f6;
  }
  .result h3 {
    font-size: 0.95rem; font-weight: 700;
    display: flex; align-items: center; gap: 0.4rem; flex-wrap: wrap;
  }
  .pill {
    font-size: 0.65rem; font-weight: 800; letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--red); color: #fff;
    padding: 0.18rem 0.4rem; border-radius: 999px;
  }
  .result .meta { font-size: 0.8rem; color: var(--muted); margin-top: 0.15rem; }
  .result .price {
    font-family: var(--display);
    font-weight: 700; font-size: 1.15rem;
    letter-spacing: -0.02em;
    align-self: center;
  }

  /* ——— Sections ——— */
  section { padding: 64px 0; }
  
  /* Hero needs less top padding due to navigation */
  .hero { 
    padding-top: 40px; 
    padding-bottom: 64px; 
  }
  
  /* Trust strip spacing */
  .trust-strip { 
    padding: 48px 0; 
  }
  .section-label {
    display: flex; align-items: end; justify-content: space-between;
    gap: 1.5rem; margin-bottom: 2rem; flex-wrap: wrap;
  }
  .section-label h2 {
    font-family: var(--display);
    font-weight: 800;
    font-size: clamp(1.75rem, 3vw, 2.45rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
    max-width: 16ch;
  }
  .section-label p {
    color: var(--muted);
    max-width: 34ch;
    font-size: 1rem;
    text-wrap: pretty;
  }

  /* Value education — from CBA affordable research */
  .value-band {
    background: var(--white);
    border-block: 1px solid var(--line);
  }
  .value-intro {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
    margin-bottom: 2rem;
    align-items: start;
  }
  .value-intro h2 {
    font-family: var(--display);
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
    max-width: 14ch;
  }
  .value-intro p {
    color: var(--muted);
    font-size: 1.02rem;
    text-wrap: pretty;
  }
  .value-intro p + p { margin-top: 0.75rem; }
  .callout {
    border-left: 3px solid var(--red);
    padding: 0.2rem 0 0.2rem 1rem;
    font-weight: 600;
    color: var(--ink-2);
  }

/* Quote card styling */
.quote-card {
  background: linear-gradient(135deg, var(--navy) 0%, #0c2847 100%);
  border-radius: 18px; 
  padding: 40px 32px;
  color: var(--white); 
  margin: 2rem 0;
}
.quote-content h3 {
  font-size: 1.5rem; 
  font-weight: 700; 
  margin-bottom: 16px;
  color: var(--white);
}
.quote-features {
  list-style: none; 
  margin: 24px 0;
  padding-left: 0;
}
.quote-features li {
  padding: 0.4rem 0; 
  font-size: 0.95rem;
  opacity: 0.9;
}
.quote-actions {
  margin-top: 24px;
  display: flex; 
  gap: 0.75rem; 
  flex-wrap: wrap;
}
.quote-actions .btn {
  flex: 1; min-width: 160px;
}

  .tier-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem;
    align-items: stretch;
  }
  .tier {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.6rem 1.5rem 1.45rem;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
    min-height: 100%;
  }
  .tier.featured {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
    transform: translateY(-4px);
    box-shadow: var(--shadow);
  }
  .tier.featured .muted,
  .tier.featured .spec span { color: rgba(255,252,247,0.58); }
  .tier .tag {
    font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em;
    text-transform: uppercase; color: var(--red);
  }
  .tier.featured .tag { color: #ff8a78; }
  .tier h3 {
    font-family: var(--display);
    font-size: 1.35rem;
    letter-spacing: -0.02em;
  }
  .tier .amount {
    font-family: var(--display);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.03em;
  }
  .tier .amount small {
    font-size: 0.9rem;
    font-weight: 600;
    opacity: 0.65;
  }
  .tier .muted { color: var(--muted); font-size: 0.9rem; }
  .specs { display: grid; gap: 0.55rem; flex: 1; }
  .spec {
    display: flex; justify-content: space-between; gap: 1rem;
    font-size: 0.9rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid var(--line);
  }
  .tier.featured .spec { border-bottom-color: rgba(255,255,255,0.1); }
  .spec span { color: var(--muted); }
  .spec b { font-weight: 700; }

  /* Process — timeline, not 4 equal icon cards */
  .process {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 2.5rem;
    align-items: start;
  }
  .process-sticky h2 {
    font-family: var(--display);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin: 0.75rem 0 1rem;
  }
  .process-sticky p { color: var(--muted); max-width: 28ch; }
  .timeline {
    display: grid;
    gap: 0;
    border-left: 1px solid var(--line-strong);
  }
  .step {
    display: block;
    padding: 0 0 1.75rem 1.5rem;
    position: relative;
  }
  .step:last-child { padding-bottom: 0; }
  .step-num {
    position: absolute;
    left: -13px; top: 0.1rem;
    width: 25px; height: 25px;
    border-radius: 50%;
    background: var(--paper);
    border: 1px solid var(--line-strong);
    display: grid; place-items: center;
    font-size: 0.72rem; font-weight: 800;
    color: var(--ink);
  }
  .step-body { min-width: 0; }
  .step:first-child .step-num {
    background: var(--red);
    border-color: var(--red);
    color: #fff;
  }
  .step h3 {
    font-family: var(--display);
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.3rem;
  }
  .step p { color: var(--muted); max-width: 48ch; }

  /* Split service */
  .split {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1rem;
  }
  .panel {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 1.6rem;
  }
  .panel.dark {
    background: var(--ink);
    color: var(--white);
    border-color: var(--ink);
  }
  .panel h3 {
    font-family: var(--display);
    font-size: 1.45rem;
    letter-spacing: -0.02em;
    margin: 0.5rem 0 0.75rem;
  }
  .panel p { color: var(--muted); margin-bottom: 1.15rem; text-wrap: pretty; }
  .panel.dark p { color: rgba(255,252,247,0.65); }
  .chips { display: flex; flex-wrap: wrap; gap: 0.45rem; }
  .chip {
    border: 1px solid var(--line-strong);
    border-radius: 999px;
    padding: 0.4rem 0.75rem;
    font-size: 0.82rem; font-weight: 600;
  }
  .panel.dark .chip {
    border-color: rgba(255,255,255,0.16);
    color: rgba(255,252,247,0.88);
  }
  .side-rows { display: grid; gap: 0.85rem; }
  .side-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid var(--line);
  }
  .side-row:last-child { border-bottom: 0; padding-bottom: 0; }
  .side-row b { display: block; margin-bottom: 0.15rem; }
  .side-row span { color: var(--muted); font-size: 0.9rem; }
  .idx {
    font-family: var(--display);
    font-weight: 800;
    font-size: 0.85rem;
    color: var(--red);
    min-width: 1.5rem;
  }

  /* Areas */
  .areas {
    background: var(--ink);
    color: var(--white);
  }
  .areas .section-label h2 { color: #fff; }
  .areas .section-label p { color: rgba(255,252,247,0.55); }
  .area-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 32px 0;
  }
  .area {
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.03);
    border-radius: 14px;
    padding: 20px;
    min-height: 8.5rem;
    display: flex; flex-direction: column; justify-content: space-between;
    margin-bottom: 16px;
  }
  
  .area-with-map {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
  }
  
  .area-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .area-map {
    flex-shrink: 0;
  }
  
  .area-map img,
  .area-map svg {
    border-radius: 8px;
    opacity: 0.85;
    transition: opacity 0.2s ease;
    display: block;
  }
  
  .area-with-map:hover .area-map img,
  .area-with-map:hover .area-map svg {
    opacity: 1;
  }
  .area b {
    font-family: var(--display);
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
  }
  .area span { 
    color: rgba(255,252,247,0.5); 
    font-size: 0.88rem;
    line-height: 1.5;
  }

  /* FAQ */
  .faq-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 24px;
    align-items: start;
  }
  .faq-list { display: grid; gap: 24px; }
  details.faq {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 24px;
    border-bottom: 1px solid #eee;
  }
  details.faq:last-child {
    border-bottom: none;
  }
  details.faq summary {
    cursor: pointer;
    font-weight: 700;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 12px;
    line-height: 1.3;
  }
  details.faq summary::-webkit-details-marker { display: none; }
  details.faq summary::after {
    content: "";
    width: 10px; height: 10px;
    border-right: 2px solid var(--red);
    border-bottom: 2px solid var(--red);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.15s ease;
    flex-shrink: 0;
  }
  details.faq[open] summary::after {
    transform: rotate(225deg) translateY(-2px);
  }
  details.faq p {
    color: var(--muted);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.95rem;
    text-wrap: pretty;
    line-height: 1.6;
  }

  /* CTA */
  .final-cta {
    padding: 0 0 4.5rem;
  }
  .final-card {
    background:
      radial-gradient(ellipse 60% 80% at 100% 50%, rgba(226,58,40,0.35), transparent 55%),
      linear-gradient(120deg, #0a121f, #132a4a);
    color: #fff;
    border-radius: 22px;
    padding: clamp(1.75rem, 4vw, 3rem);
    display: grid;
    grid-template-columns: 1.2fr auto;
    gap: 1.5rem;
    align-items: center;
  }
  .final-card h2 {
    font-family: var(--display);
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 0.55rem;
  }
  .final-card p { color: rgba(255,252,247,0.65); max-width: 40ch; }
  .final-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }
  .final-actions .btn-ghost {
    color: #fff;
    border-color: rgba(255,255,255,0.3);
  }

  /* Footer */
  footer.site {
    background: #070d16;
    color: rgba(255,252,247,0.55);
    padding: 3rem 0 1.5rem;
  }
  .foot-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
  .foot-brand b {
    display: block;
    color: #fff;
    font-family: var(--display);
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
  }
  footer h4 {
    color: #fff;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.85rem;
  }
  footer ul { list-style: none; display: grid; gap: 0.45rem; font-size: 0.92rem; }
  footer a:hover { color: #fff; }
  .foot-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.1rem;
    display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
    font-size: 0.8rem;
  }

  .mobile-bar {
    display: none;
    position: fixed; inset: auto 0 0 0; z-index: 60;
    background: color-mix(in srgb, var(--paper) 92%, transparent);
    backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom));
    gap: 0.55rem;
  }
  .mobile-bar .btn { flex: 1; }

  @media (max-width: 960px) {
    .nav { grid-template-columns: 1fr auto; }
    .nav-links { display: none; }
    .menu-btn { display: grid; place-items: center; }
    .hero-grid.hero-simple, .value-intro, .process, .split, .faq-grid, .tier-table, .area-grid, .foot-grid, .final-card {
      grid-template-columns: 1fr;
    }
    .hero-grid.hero-simple {
      max-width: none;
      margin-inline: 0;
    }
    .tier-table {
      gap: 1rem;
    }
    .tier {
      padding: 1.45rem 1.35rem 1.35rem;
    }
    .hero-meta { grid-template-columns: 1fr 1fr 1fr; }
    .tier.featured { transform: none; }
    .process-sticky { position: static; }
  }
  @media (max-width: 640px) {
    .wrap { 
      padding-left: 16px; 
      padding-right: 16px; 
    }
    .fields { grid-template-columns: 1fr; }
    .nav-end .btn-ghost { display: none; }
    
    /* Mobile button improvements */
    .btn {
      padding: 14px 20px;
      width: 100%;
      margin: 8px 0;
    }
    
    /* Mobile hero improvements */
    .hero-copy h1 {
      font-size: 2.2em;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    
    /* Mobile area cards */
    .area-with-map {
      flex-direction: column;
      align-items: stretch;
      gap: 8px;
      padding: 16px;
    }
    
    .area-map {
      align-self: center;
    }
    
    .area-map img,
    .area-map svg {
      width: 80px;
      height: 53px;
    }
  }
    .hero h1 { max-width: none; }
    .hero-meta { grid-template-columns: 1fr; gap: 0.75rem; }
    .mobile-bar { display: flex; }
    body { padding-bottom: 5rem; }
    section { padding: 40px 0; }
  }
  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { transition: none !important; }
  }
  
  /* Extra small mobile devices */
  @media (max-width: 480px) {
    .wrap {
      padding-left: 12px;
      padding-right: 12px;
    }
    
    section {
      padding: 32px 0;
    }
    
    /* Trust strip mobile adjustments */
    .trust-row {
      gap: 16px;
      flex-direction: column;
    }
    
    /* Quote card mobile adjustments */
    .quote-card {
      padding: 32px 24px;
    }
  }


/* ===== Multi-page site additions ===== */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}
body.has-drawer { overflow: hidden; }

.drawer {
  position: fixed; inset: 0; z-index: 80;
  pointer-events: none;
}
.drawer.open { pointer-events: auto; }
.drawer-backdrop {
  position: absolute; inset: 0;
  background: rgba(10,18,31,0.45);
  opacity: 0; transition: opacity 0.2s ease;
}
.drawer.open .drawer-backdrop { opacity: 1; }
.drawer-panel {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(88vw, 340px);
  background: var(--white);
  border-left: 1px solid var(--line);
  padding: 1.25rem;
  transform: translateX(100%);
  transition: transform 0.22s ease;
  display: flex; flex-direction: column; gap: 0.5rem;
  box-shadow: -20px 0 50px rgba(10,18,31,0.18);
}
.drawer.open .drawer-panel { transform: translateX(0); }
.drawer-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 0.75rem;
}
.drawer-head b { font-family: var(--display); letter-spacing: 0.04em; }
.drawer a {
  display: block; padding: 0.85rem 0.4rem;
  font-weight: 700; border-bottom: 1px solid var(--line);
}
.drawer a.active { color: var(--red); }
.drawer .btn { margin-top: 1rem; }

.page-hero {
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(226,58,40,0.14), transparent 55%),
    linear-gradient(165deg, #07101c 0%, #0b1f3a 55%, #122844 100%);
  color: #fff;
  padding: 3rem 0 3rem;
}
.page-hero .wrap {
  max-width: 52rem;
}
.page-hero h1 {
  font-family: var(--hero-display);
  font-weight: 800;
  font-size: clamp(2.4rem, 5.5vw, 3.6rem);
  letter-spacing: 0.01em;
  line-height: 0.95;
  max-width: 16ch;
  margin: 0.75rem 0 0.75rem;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0,0,0,0.3);
}
.page-hero p {
  color: rgba(255,252,247,0.7);
  max-width: 42ch;
  font-size: 1.05rem;
}
.page-hero .eyebrow { color: #ffb4a8; }
.page-hero .eyebrow i { background: #ffb4a8; }

.breadcrumbs {
  display: flex; flex-wrap: wrap; gap: 0.4rem;
  font-size: 0.82rem; color: rgba(255,252,247,0.5);
  margin-bottom: 0.5rem;
}
.breadcrumbs a { color: rgba(255,252,247,0.75); }
.breadcrumbs a:hover { color: #fff; }

.content-block { padding: 3.5rem 0 4rem; }
.content-block .tier-table {
  margin-top: 0.25rem;
  margin-bottom: 2.75rem;
}
.content-block .tier .btn {
  margin-top: auto;
}
.prose { max-width: 68ch; }
.prose p + p { margin-top: 0.85rem; }
.prose h2 {
  font-family: var(--display);
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  margin: 2rem 0 0.75rem;
}
.prose ul { margin: 0.75rem 0 0.75rem 1.15rem; color: var(--muted); }
.prose li + li { margin-top: 0.35rem; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem;
}
.info-card h3 {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.4rem;
}
.info-card p { color: var(--muted); font-size: 0.95rem; }

.form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.35rem;
  box-shadow: var(--shadow);
}
.form-card h2 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin-bottom: 0.35rem;
}
.form-card .sub { color: var(--muted); margin-bottom: 1rem; font-size: 0.92rem; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}
.form-row .full { grid-column: 1 / -1; }
.checkbox-row {
  display: flex; gap: 0.55rem; align-items: start;
  font-size: 0.9rem; color: var(--muted);
  margin: 0.85rem 0;
}
.checkbox-row input { margin-top: 0.25rem; width: 1.05rem; height: 1.05rem; }

.toast {
  position: fixed; left: 50%; bottom: 5.5rem; z-index: 90;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: #fff;
  padding: 0.85rem 1.15rem; border-radius: 12px;
  font-weight: 600; font-size: 0.92rem;
  opacity: 0; pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  max-width: min(92vw, 420px); text-align: center;
  box-shadow: var(--shadow);
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.book-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.25rem;
  align-items: start;
}
.summary-card {
  background: var(--ink); color: #fff;
  border-radius: 18px; padding: 1.35rem;
  position: sticky; top: 5.5rem;
}
.summary-card h3 {
  font-family: var(--display);
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
}
.summary-card .row {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.92rem;
}
.summary-card .row span { color: rgba(255,252,247,0.55); }
.summary-card .total {
  margin-top: 0.85rem;
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}
.summary-card .hint { color: rgba(255,252,247,0.5); font-size: 0.82rem; margin-top: 0.35rem; }

.empty-state {
  border: 1px dashed var(--line-strong);
  border-radius: 14px;
  padding: 1.25rem;
  color: var(--muted);
  text-align: center;
}

.nav-links a.active { color: var(--red); }
.nav-links a.active::after { right: 0; }

.status-banner {
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.table-wrap { overflow-x: auto; border-radius: 14px; border: 1px solid var(--line); background: var(--white); }
table.simple {
  width: 100%; border-collapse: collapse; font-size: 0.92rem;
}
table.simple th, table.simple td {
  text-align: left; padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--line);
}
table.simple th {
  font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); background: var(--paper-2);
}
table.simple tr:last-child td { border-bottom: 0; }

.map-placeholder {
  height: 220px; border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(11,31,58,0.04), rgba(11,31,58,0.18)),
    repeating-linear-gradient(90deg, #dbe4f0 0 14px, #e8eef6 14px 28px),
    repeating-linear-gradient(0deg, #dbe4f0 0 14px, #e8eef6 14px 28px);
  border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--muted); font-weight: 600;
}

.demo-note {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: #fff7ed; color: #9a3412;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  padding: 0.3rem 0.7rem;
  font-size: 0.75rem; font-weight: 700;
}

@media (max-width: 960px) {
  .card-grid, .card-grid.two, .book-layout, .form-row { grid-template-columns: 1fr; }
  .summary-card { position: static; }
}
