    :root {
      --teal: #1aad74;
      --teal-dark: #0e9060;
      --teal-light: #d1fce7;
      --green: #1aad74;
      --green-light: #d1fce7;
      --navy: #0d1f5a;
      --slate: #334155;
      --muted: #4b5563;
      --border: #e2e8f0;
      --bg: #f8fafc;
      --white: #ffffff;
      --city-accent: #1e4060;
      --radius: 12px;
      --shadow: 0 4px 24px rgba(26,173,116,0.10);
      --shadow-lg: 0 8px 40px rgba(26,173,116,0.16);
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: 'DM Sans', sans-serif; color: var(--slate); background: var(--white); line-height: 1.6; }
    a { color: inherit; text-decoration: none; }

    .sticky-cta {
      position: fixed; bottom: 0; left: 0; right: 0; z-index: 100;
      background: linear-gradient(135deg, #0b7a55 0%, #0e9060 50%, #1aad74 100%);
      padding: 12px 20px 14px;
      display: flex; align-items: center; justify-content: space-between; gap: 12px;
      box-shadow: 0 -2px 0 rgba(255,255,255,0.08), 0 -8px 32px rgba(0,0,0,0.25);
      border-top: 1px solid rgba(255,255,255,0.12);
    }
    .sticky-cta a {
      display: flex; align-items: center; gap: 8px;
      background: var(--white); color: #f97316;
      font-weight: 700; font-size: 0.95rem; padding: 11px 24px; border-radius: 50px;
      white-space: nowrap; transition: box-shadow .15s;
      box-shadow: 0 2px 12px rgba(0,0,0,0.15);
      animation: cta-buzz 5s ease-in-out infinite;
    }
    .sticky-cta a:hover { transform: translateY(-1px); animation-play-state: paused; box-shadow: 0 6px 20px rgba(0,0,0,0.22); }
    .sticky-cta span { color: rgba(255,255,255,0.85); font-size: 0.85rem; font-weight: 500; }

    nav {
      background: var(--white); border-bottom: 1px solid var(--border);
      padding: 0 20px; display: flex; align-items: center; justify-content: space-between;
      height: 80px; position: sticky; top: 0; z-index: 50;
    }
    .logo { display: flex; align-items: center; gap: 4px; }
    .nav-links { display: none; }
    .logo-img { height: 52px; width: 52px; display: block; border-radius: 50%; object-fit: cover; object-position: center; }
    .logo-wordmark { display: flex; flex-direction: column; line-height: 1.15; }
    .lw-top { font-family: 'Space Grotesk', sans-serif; font-size: 0.6rem; font-weight: 700; letter-spacing: 0.12em; color: var(--navy); text-transform: uppercase; }
    .lw-bot { font-family: 'Space Grotesk', sans-serif; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.06em; color: var(--navy); text-transform: uppercase; }
    .logo-icon {
      width: 32px; height: 32px;
      background: linear-gradient(135deg, var(--teal), var(--green));
      border-radius: 8px; display: flex; align-items: center; justify-content: center;
    }
    .logo-text { font-weight: 700; font-size: 1.05rem; color: var(--navy); }
    .logo-text span { color: var(--teal); }
    .nav-back {
      display: flex; align-items: center; gap: 6px;
      color: var(--muted); font-size: 0.875rem; font-weight: 500;
    }
    nav .nav-cta {
      background: #f97316; color: white; font-weight: 600;
      font-size: 0.875rem; padding: 8px 18px; border-radius: 50px;
    }

    .hero {
      background: linear-gradient(135deg, #0a1c2e 0%, var(--city-accent) 50%, #0d3d4a 100%);
      padding: 52px 20px 60px; text-align: center; position: relative; overflow: hidden;
    }
    .hero::before {
      content: ''; position: absolute; inset: 0;
      background: radial-gradient(ellipse at 30% 60%, rgba(26,173,116,0.18) 0%, transparent 60%);
    }
    .hero-inner { position: relative; max-width: 640px; margin: 0 auto; }
    .city-pill {
      display: inline-flex; align-items: center; gap: 6px;
      background: rgba(30,64,96,0.6); border: 1px solid rgba(94,234,212,0.3);
      color: #a7f3d0; font-size: 0.8rem; font-weight: 600;
      padding: 5px 14px; border-radius: 50px; margin-bottom: 20px;
      letter-spacing: 0.04em; text-transform: uppercase;
    }
    .hero h1 {
      font-family: 'DM Serif Display', serif;
      font-size: clamp(1.9rem, 7vw, 3rem);
      color: white; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 18px;
    }
    .hero h1 em { color: #6ee7b7; font-style: normal; }
    .hero p { color: #94a3b8; font-size: 1.05rem; max-width: 480px; margin: 0 auto 32px; }
    .btn-primary {
      display: inline-flex; align-items: center; gap: 10px;
      background: #f97316; color: white; font-weight: 700; font-size: 1.05rem;
      padding: 16px 36px; border-radius: 50px; width: 100%; max-width: 320px; justify-content: center;
    }
    .btn-primary:hover { background: #ea6c0a; }
    .hero-trust {
      display: flex; justify-content: center; gap: 24px; margin-top: 36px; flex-wrap: wrap;
    }
    .trust-item { display: flex; align-items: center; gap: 6px; color: #cbd5e1; font-size: 0.84rem; font-weight: 500; }
    .trust-item svg { width: 16px; height: 16px; fill: #34d399; }

    section { padding: 56px 20px; }
    .container { max-width: 900px; margin: 0 auto; }
    .section-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
    .section-label::before { content: ''; width: 18px; height: 3px; background: var(--teal); border-radius: 2px; flex-shrink: 0; }
    .estimator .section-label::before { background: #6ee7b7; }
    .section-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.5rem, 5vw, 2.2rem); color: var(--navy); line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 14px; }
    .section-sub { color: var(--muted); font-size: 1rem; max-width: 520px; }

    .local-info { background: linear-gradient(180deg, #f0fdf8 0%, #f8fafc 100%); }
    .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 32px; }
    .info-card {
      background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 20px;
    }
    .info-card .ic-icon {
      width: 40px; height: 40px; background: var(--teal-light); border-radius: 8px;
      display: flex; align-items: center; justify-content: center; margin-bottom: 12px;
    }
    .info-card .ic-icon svg { width: 22px; height: 22px; stroke: var(--teal-dark); fill: none; stroke-width: 2; }
    .info-card h3 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }
    .info-card p { font-size: 0.875rem; color: var(--muted); }

    /* Estimator */
    .estimator { background: var(--navy); }
    .estimator .section-label { color: #6ee7b7; }
    .estimator .section-title { color: white; }
    .estimator .section-sub { color: #94a3b8; }
    .estimator-card {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px; padding: 32px 24px; margin-top: 36px; max-width: 600px;
    }
    .form-row { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
    @media (min-width: 540px) { .form-row.two-col { grid-template-columns: 1fr 1fr; } }
    .form-group { display: flex; flex-direction: column; gap: 6px; }
    .form-group label { font-size: 0.8rem; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.05em; }
    .form-group select, .form-group input {
      background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
      color: white; padding: 12px 14px; border-radius: 8px; font-size: 0.95rem;
      font-family: 'DM Sans', sans-serif; appearance: none; -webkit-appearance: none; outline: none;
    }
    .form-group select:focus, .form-group input:focus { border-color: var(--teal); }
    .form-group select option { background: var(--navy); color: white; }
    .payout-preview {
      background: rgba(26,173,116,0.15); border: 1px solid rgba(26,173,116,0.3);
      border-radius: 10px; padding: 18px 20px; margin: 20px 0; display: none;
    }
    .payout-preview.visible { display: block; }
    .payout-preview .est-label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #6ee7b7; margin-bottom: 4px; }
    .payout-preview .est-amount { font-family: 'DM Serif Display', serif; font-size: 2.2rem; color: white; }
    .payout-preview .est-note { font-size: 0.8rem; color: #94a3b8; margin-top: 4px; }
    .contact-fields { display: none; }
    .contact-fields.visible { display: block; }
    .btn-submit {
      width: 100%; background: #f97316; color: white; font-weight: 700; font-size: 1rem;
      padding: 15px; border: none; border-radius: 50px; cursor: pointer;
      font-family: 'DM Sans', sans-serif; margin-top: 8px;
    }
    .btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }
    /* ── Confirmation state ── */
    .form-success { display: none; animation: fs-in .35s ease both; }
    .form-success.visible { display: block; }
    @keyframes fs-in { from { opacity:0; transform:translateY(10px); } to { opacity:1; transform:translateY(0); } }

    .fs-check-wrap {
      width: 64px; height: 64px; border-radius: 50%;
      background: linear-gradient(135deg, var(--teal), var(--teal-dark));
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 18px;
      box-shadow: 0 0 0 8px rgba(26,173,116,0.15);
      animation: fs-pop .4s .1s cubic-bezier(.34,1.56,.64,1) both;
    }
    @keyframes fs-pop { from { transform:scale(0.4); opacity:0; } to { transform:scale(1); opacity:1; } }
    .fs-check-wrap svg { width: 30px; height: 30px; }

    .fs-headline { font-family: 'DM Serif Display', serif; font-size: 1.45rem; color: white; margin-bottom: 5px; text-align:center; }
    .fs-sub { font-size: 0.88rem; color: #94a3b8; margin-bottom: 20px; text-align:center; line-height:1.6; }
    .fs-sub strong { color: #6ee7b7; }

    .fs-estimate-band {
      background: rgba(26,173,116,0.18); border: 1px solid rgba(26,173,116,0.35);
      border-radius: 10px; padding: 14px 18px; margin-bottom: 18px;
      display: flex; align-items: center; justify-content: space-between;
    }
    .fs-est-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #6ee7b7; }
    .fs-est-amount { font-family: 'DM Serif Display', serif; font-size: 1.7rem; color: white; }

    .fs-summary {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
      border-radius: 10px; padding: 14px 18px; margin-bottom: 20px;
      display: flex; flex-direction: column; gap: 6px;
    }
    .fs-summary-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; }
    .fs-summary-row .fs-sk { color: #64748b; }
    .fs-summary-row .fs-sv { color: #e2e8f0; font-weight: 600; }

    .fs-cta {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      background: white; color: #f97316; font-weight: 700;
      font-size: 0.9rem; padding: 12px 24px; border-radius: 50px;
      width: 100%; transition: background .15s;
    }
    .fs-cta:hover { background: #fff7ed; }

    /* ── Footer ── */
    footer { background: var(--navy); color: #64748b; padding: 40px 20px 96px; }
    .footer-inner { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; gap: 28px; }
    .footer-logo { display: flex; align-items: center; gap: 8px; }
    .footer-logo .logo-img { height: 64px; width: 64px; background: white; border-radius: 50%; padding: 6px; object-fit: cover; flex-shrink: 0; }
    .footer-tagline { margin-top: 10px; font-size: 0.875rem; color: #64748b; }
    .footer-contact { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
    .footer-contact a { color: #94a3b8; font-size: 0.875rem; transition: color .15s; display: flex; align-items: center; gap: 7px; }
    .footer-contact a:hover { color: #6ee7b7; }
    .footer-contact svg { width: 13px; height: 13px; stroke: #6ee7b7; fill: none; stroke-width: 2; flex-shrink: 0; }
    .footer-hours { color: #475569; font-size: 0.82rem; display: flex; align-items: center; gap: 7px; margin-top: 2px; }
    .footer-hours svg { width: 13px; height: 13px; stroke: #475569; fill: none; stroke-width: 2; flex-shrink: 0; }
    .footer-nav-col { display: flex; flex-direction: column; gap: 10px; }
    .footer-nav-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #475569; margin-bottom: 4px; }
    .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 28px; font-size: 0.875rem; }
    .footer-links a { color: #94a3b8; transition: color .15s; }
    .footer-links a:hover { color: #6ee7b7; }
    .footer-legal { font-size: 0.8rem; line-height: 1.6; color: #475569; border-top: 1px solid #1e293b; padding-top: 20px; }
    .nymbus-badge { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 20px 0 4px; margin-top: 8px; border-top: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.18); text-decoration: none; transition: opacity .2s; }
    .nymbus-badge:hover { opacity: 0.6; }
    .nymbus-badge img { filter: brightness(0) invert(1); opacity: 0.22; width: 48px; height: auto; transition: opacity .2s; }
    .nymbus-badge:hover img { opacity: 0.5; }
    .nymbus-badge span { font-size: 0.58rem; letter-spacing: 0.22em; font-weight: 600; text-transform: uppercase; }
    @media (min-width: 640px) { .footer-inner { flex-direction: row; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; } }
    /* ── Price Ticker ── */
    .price-ticker {
      background: linear-gradient(90deg, #065f46, var(--teal-dark));
      color: white; font-size: 0.82rem; font-weight: 500;
      padding: 9px 20px; display: flex; align-items: center; gap: 10px; overflow: hidden;
    }
    .ticker-badge {
      background: rgba(255,255,255,0.15); border-radius: 4px; padding: 2px 9px;
      font-size: 0.7rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase;
      white-space: nowrap; flex-shrink: 0; color: #d1fae5;
    }
    .ticker-wrap { overflow: hidden; flex: 1; min-width: 0; }
    .ticker-track {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
      animation: ticker-scroll 28s linear infinite;
    }
    .ticker-track:hover { animation-play-state: paused; }
    @keyframes ticker-scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    .ticker-item { white-space: nowrap; color: #cbd5e1; padding-right: 6px; }
    .ticker-item strong { color: white; }
    .ticker-sep { color: #6ee7b7; margin: 0 10px; font-weight: 700; flex-shrink: 0; }
    /* ── Quick Select Grid ── */
    .qs-label {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; color: #6ee7b7; margin-bottom: 10px;
    }
    .quick-select-grid {
      display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 6px;
    }
    @media (min-width: 480px) { .quick-select-grid { grid-template-columns: repeat(4, 1fr); } }
    .qs-card {
      background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.18);
      border-radius: 12px; padding: 16px 12px; cursor: pointer;
      transition: border-color .15s, background .15s, transform .1s, box-shadow .15s;
      display: flex; flex-direction: column; gap: 5px; align-items: center; text-align: center;
    }
    .qs-card:hover { background: rgba(255,255,255,0.13); border-color: rgba(110,231,183,0.45); transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.25); }
    .qs-card.active { border-color: var(--teal); border-width: 2px; background: rgba(26,173,116,0.22); box-shadow: 0 0 0 3px rgba(26,173,116,0.18), 0 4px 16px rgba(26,173,116,0.15); transform: translateY(-1px); }
    .qs-icon-wrap {
      width: 40px; height: 40px; background: rgba(26,173,116,0.25); border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      box-shadow: inset 0 1px 0 rgba(110,231,183,0.2);
    }
    .qs-icon-wrap svg { width: 20px; height: 20px; stroke: #6ee7b7; fill: none; stroke-width: 2; }
    .qs-card-name { font-size: 0.82rem; font-weight: 700; color: #f1f5f9; line-height: 1.2; }
    .qs-card-price { font-size: 0.84rem; color: #6ee7b7; font-weight: 700; }
    .qs-card-desc { font-size: 0.69rem; color: #94a3b8; }
    .qs-other-card { border-style: dashed; border-color: rgba(255,255,255,0.22); }
    .qs-other-card .qs-card-name { color: #cbd5e1; }
    .qs-card.active .qs-icon-wrap { background: rgba(26,173,116,0.4); }
    .qs-card.active .qs-card-name { color: #d1fce7; }
    .qs-divider {
      display: flex; align-items: center; gap: 10px;
      margin: 10px 0 16px; color: #475569; font-size: 0.72rem;
      text-transform: uppercase; letter-spacing: 0.06em;
    }
    .qs-divider::before, .qs-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.08); }
    /* ── Speed badge ── */
    .speed-badge {
      display: inline-flex; align-items: center; gap: 7px;
      background: linear-gradient(135deg, rgba(5,150,105,0.15), rgba(26,173,116,0.1));
      border: 1px solid rgba(5,150,105,0.35); border-radius: 8px;
      padding: 9px 13px; margin-top: 12px;
      font-size: 0.82rem; font-weight: 600; color: #6ee7b7;
    }
    .speed-badge svg { width: 15px; height: 15px; stroke: #34d399; fill: none; stroke-width: 2.5; flex-shrink: 0; }
    /* ── Profit Anchor Strip ── */
    .profit-strip { background: linear-gradient(135deg, #0c1f17, #0d3426); border-top: 1px solid rgba(5,150,105,0.25); border-bottom: 1px solid rgba(5,150,105,0.25); padding: 24px 20px; }
    .profit-strip-inner { max-width: 900px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
    .ps-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #34d399; display: block; margin-bottom: 6px; }
    .ps-headline { font-family: 'DM Serif Display', serif; font-size: clamp(1.3rem, 4vw, 1.9rem); color: white; line-height: 1.2; margin-bottom: 8px; }
    .ps-headline strong { color: #6ee7b7; }
    .ps-body { font-size: 0.875rem; color: #94a3b8; line-height: 1.5; max-width: 520px; }
    .ps-body strong { color: #e2e8f0; }
    .ps-cta { display: inline-flex; align-items: center; gap: 8px; background: #f97316; color: white; font-weight: 700; font-size: 0.95rem; padding: 13px 22px; border-radius: 50px; white-space: nowrap; flex-shrink: 0; }
    .ps-cta:hover { background: #ea6c0a; }
    /* ── Damaged-box note ── */
    .damaged-note { font-size: 0.82rem; color: #64748b; margin-top: 18px; padding: 12px 14px; background: rgba(255,255,255,0.04); border-radius: 8px; border-left: 3px solid #334155; display: flex; align-items: flex-start; gap: 8px; line-height: 1.6; }
    .damaged-note svg { flex-shrink: 0; margin-top: 2px; stroke: #6ee7b7; fill: none; stroke-width: 2; }
    .damaged-note a { color: #6ee7b7; text-decoration: underline; }
  
    /* ── Expired & Short-Dated Section ── */
    .expired-section {
      background: #fffbeb;
      border-top: 4px solid #f59e0b;
      padding: 48px 20px;
    }
    .expired-box {
      max-width: 760px;
      margin: 0 auto;
      background: white;
      border: 1px solid #fde68a;
      border-radius: 16px;
      padding: 32px 28px;
      box-shadow: 0 4px 24px rgba(245,158,11,0.10);
    }
    .expired-badge {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #fef3c7;
      color: #92400e;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      padding: 5px 12px;
      border-radius: 50px;
      margin-bottom: 16px;
    }
    .expired-box h3 {
      font-family: 'DM Serif Display', serif;
      font-size: 1.5rem;
      color: #1c1917;
      margin-bottom: 12px;
      line-height: 1.25;
    }
    .expired-box > p {
      color: #57534e;
      font-size: 0.95rem;
      line-height: 1.7;
      margin-bottom: 20px;
    }
    .expired-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .expired-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: 0.9rem;
      color: #44403c;
      line-height: 1.5;
    }
    .expired-list li .ei {
      font-size: 1rem;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .expired-list li strong { color: #1c1917; }
    .expired-note {
      background: #fef3c7;
      border-left: 3px solid #f59e0b;
      border-radius: 6px;
      padding: 12px 14px;
      font-size: 0.875rem;
      color: #78350f;
      margin-bottom: 22px;
      line-height: 1.6;
    }
    .expired-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f59e0b;
      color: white;
      font-weight: 700;
      font-size: 0.95rem;
      padding: 13px 26px;
      border-radius: 50px;
      transition: background .15s;
    }
    .expired-cta:hover { background: #d97706; }

  

    /* ── FAQ ── */
    .faq { background: linear-gradient(180deg, rgba(254,252,232,0.45) 0%, #f8fafc 100%); }
    .faq-list { margin-top: 36px; max-width: 640px; display: flex; flex-direction: column; gap: 12px; }
    .faq-item {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      overflow: hidden;
    }
    .faq-item.open { border-color: var(--teal); box-shadow: 0 0 0 1px var(--teal); }
    .faq-item.open .faq-q { background: #f0fdf4; color: var(--teal-dark); }
    .faq-q {
      transition: background .2s, color .2s;
      padding: 18px 20px;
      font-weight: 600;
      font-size: 0.95rem;
      color: var(--navy);
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
    }
    .faq-q svg { flex-shrink: 0; transition: transform .2s; width: 18px; height: 18px; stroke: var(--teal); fill: none; stroke-width: 2.5; }
    .faq-item.open .faq-q svg { transform: rotate(180deg); }
    .faq-a {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      transition: max-height .3s ease, padding .3s;
      font-size: 0.9rem;
      color: var(--muted);
      line-height: 1.7;
    }
    .faq-item.open .faq-a { max-height: 400px; padding: 0 20px 18px; }

      /* ══════════════════════════════════
       DESKTOP LAYOUT  (min-width: 1024px)
       ══════════════════════════════════ */
    
    /* ── Hamburger ── */
    .nav-hamburger {
      display: flex;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 6px 4px;
      background: none;
      border: none;
      margin-right: 10px;
    }
    .nav-hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: var(--navy);
      border-radius: 2px;
      transition: transform .2s, opacity .2s;
    }
    .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-hamburger.open span:nth-child(2) { opacity: 0; }
    .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    /* ── Mobile dropdown menu ── */
    .nav-mobile-menu {
      display: none;
      position: fixed;
      top: 80px;
      left: 0;
      right: 0;
      background: var(--white);
      border-bottom: 1px solid var(--border);
      padding: 8px 20px 16px;
      z-index: 49;
      flex-direction: column;
      box-shadow: 0 6px 24px rgba(0,0,0,0.10);
    }
    .nav-mobile-menu.open { display: flex; }
    .nav-mobile-menu a {
      padding: 14px 4px;
      font-weight: 600;
      font-size: 1rem;
      color: var(--navy);
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .nav-mobile-menu a:last-child { border-bottom: none; }
    .nav-mobile-menu a:hover { color: var(--teal); }
    .nav-mobile-menu .nm-prices { color: var(--teal); font-weight: 700; }

    @media (min-width: 1024px) {
      /* Nav */
      nav { padding: 0 60px; height: 76px; }
      .nav-links { display: flex !important; align-items: center; gap: 36px; }
      .nav-hamburger { display: none !important; }
      .nav-mobile-menu { display: none !important; }
      .nav-links a { font-size: 0.9rem; font-weight: 600; color: var(--slate); transition: color .15s; }
      .nav-links a:hover { color: var(--teal); }
      .nav-links a.nav-active { color: var(--teal); border-bottom: 2px solid var(--teal); padding-bottom: 2px; }

      /* Hide mobile sticky bar */
      .sticky-cta { display: none !important; }

      /* Wider containers - higher specificity beats mobile !important override */
      .container { max-width: 1160px; padding: 0 20px; }
      body section { padding: 80px 60px !important; }

      /* Estimator section: center text + card within the section padding */
      .estimator { text-align: center; }
      .estimator .section-label,
      .estimator .section-title,
      .estimator .section-sub { text-align: center; margin-left: auto; margin-right: auto; }
      .estimator .section-sub { max-width: 560px; }

      /* Hero - city pages: single column, centered */
      .hero { padding: 80px 60px 100px; text-align: center; }
      .hero-inner { max-width: 780px; margin: 0 auto; display: block; }
      .hero h1 { font-size: clamp(2.4rem, 3.5vw, 3.4rem); }
      .hero p { max-width: 580px; margin-left: auto; margin-right: auto; margin-bottom: 36px; }
      .btn-primary { width: auto; display: inline-flex; padding: 16px 40px; font-size: 1.05rem; }
      .hero-trust { justify-content: center; margin-top: 32px; gap: 12px 28px; }
      .trust-item { font-size: 0.85rem !important; }

      /* Products grid - 4 cols */
      .products-grid { grid-template-columns: repeat(4, 1fr); }

      /* How It Works - horizontal */
      .steps { flex-direction: row; align-items: flex-start; gap: 0; }
      .step { flex: 1; }
      .step-connector { display: block !important; }

      /* Cities - 5 cols */
      .cities-grid { grid-template-columns: repeat(5, 1fr); }

      /* Condition guide - 4 cols */
      .cg-grid { grid-template-columns: repeat(4, 1fr); }

      /* FAQ - 2 cols */
      .faq-list { max-width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; align-items: start; }

      /* Estimator card - centered on desktop */
      .estimator-card { max-width: 680px; margin-left: auto; margin-right: auto; padding: 40px 36px; }

      /* Footer */
      footer { padding: 48px 60px 60px; }
    }


    /* ── Focus visible rings ── */
    :focus-visible {
      outline: 2px solid var(--teal);
      outline-offset: 3px;
      border-radius: 4px;
    }

    /* ══ MOBILE FIXES ══ */
    /* 10. Trust items: force 3-col grid so no orphan */
    .hero-trust { display: flex !important; flex-wrap: wrap !important; justify-content: center !important; gap: 6px 16px !important; margin-top: 20px !important; }
    .trust-item { font-size: 0.84rem !important; gap: 5px !important; }
    .trust-item svg { width: 13px !important; height: 13px !important; }

    /* 2. Hero: tighter padding on mobile */
    /* (overrides the 60px/80px hero padding inline above) */

    /* 3. Trust items: tighter gap so 3 fit in a row */
    .hero-trust { gap: 10px 18px !important; margin-top: 24px !important; }

    /* 4. Info cards: 2-col on mobile */
    .info-grid { grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)) !important; }

    /* 5. Expired box: tighter padding on mobile */
    .expired-box { padding: 24px 18px !important; }

    /* 6. Section padding: less vertical space on mobile */
    section { padding: 44px 20px !important; }

    /* 7. Estimator card: tighter padding */
    .estimator-card { padding: 24px 18px !important; }

    /* 8. Profit strip: stack on mobile */
    .profit-strip-inner { flex-direction: column; align-items: flex-start; }
    .footer-logo .logo-img { height: 64px !important; }

    /* ── Pattern Background ── */
    .pattern-bg {
      position: relative;
      isolation: isolate;
    }
    .pattern-bg::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('/images/gpattern.webp');
      background-repeat: repeat;
      background-size: 1100px auto;
      opacity: 0.03;
      pointer-events: none;
      z-index: 0;
      -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 35%);
      mask-image: linear-gradient(to bottom, transparent 0%, black 35%);
    }
    .pattern-bg > * {
      position: relative;
      z-index: 1;
    }
    @media (min-width: 1024px) {
      .pattern-bg::before {
        background-size: 1800px auto;
        opacity: 0.03;
      }
    }

    .pattern-bg-flip {
      position: relative;
      isolation: isolate;
    }
    .pattern-bg-flip::before {
      content: '';
      position: absolute;
      inset: 0;
      background-image: url('/images/gpattern.webp');
      background-repeat: repeat;
      background-size: 1100px auto;
      opacity: 0.03;
      pointer-events: none;
      z-index: 0;
      transform: scaleX(-1);
      -webkit-mask-image: linear-gradient(to top, transparent 0%, black 35%);
      mask-image: linear-gradient(to top, transparent 0%, black 35%);
    }
    .pattern-bg-flip > * {
      position: relative;
      z-index: 1;
    }
    @media (min-width: 1024px) {
      .pattern-bg-flip::before {
        background-size: 1800px auto;
        opacity: 0.03;
      }
    }

    @media (min-width: 640px) { .footer-inner { flex-direction: row; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; } }
  
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
      .ticker-track { animation: none; overflow: visible; white-space: normal; }
    }
    /* FAQ chevron tap target */
    .faq-q svg { min-width: 24px; min-height: 24px; }

    /* Unique city local-knowledge paragraph */
    .city-local-note {
      margin-top: 28px;
      padding-top: 24px;
      border-top: 1px solid var(--border);
      color: var(--muted);
      font-size: 0.925rem;
      line-height: 1.8;
      max-width: 720px;
    }

    /* Cross-city links */
    .nearby-cities { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; margin: 0 auto 0; max-width: 900px; }
    .nearby-cities p { font-size: 0.85rem; color: var(--muted); margin-bottom: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; text-align: center; }
    .nearby-cities-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
    .nearby-city-link { display: inline-flex; align-items: center; gap: 6px; background: var(--bg); border: 1px solid var(--border); border-radius: 50px; padding: 8px 16px; font-size: 0.875rem; font-weight: 600; color: var(--navy); transition: border-color .15s, color .15s; }
    .nearby-city-link:hover { border-color: var(--teal); color: var(--teal); }
    .nearby-city-link svg { width: 14px; height: 14px; stroke: var(--teal); fill: none; stroke-width: 2; flex-shrink: 0; }
@keyframes cta-buzz {
  0%,82%  { transform: translateX(0) rotate(0); }
  84%     { transform: translateX(-5px) rotate(-1.5deg); }
  86%     { transform: translateX(5px) rotate(1.5deg); }
  88%     { transform: translateX(-5px) rotate(-1.5deg); }
  90%     { transform: translateX(5px) rotate(1.5deg); }
  92%     { transform: translateX(-3px) rotate(-1deg); }
  94%     { transform: translateX(3px) rotate(1deg); }
  96%     { transform: translateX(-1px); }
  98%,100%{ transform: translateX(0) rotate(0); }
}
