: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;
      --radius: 12px;
    }
    *, *::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(--bg); line-height: 1.6; }
    a { color: inherit; text-decoration: none; }

    /* Sticky bottom CTA */
    .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; animation: cta-buzz 5s ease-in-out infinite; box-shadow: 0 2px 12px rgba(0,0,0,0.15); }
    .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 ── */
    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; }
    nav .nav-cta { background: #f97316; color: white; font-weight: 600; font-size: 0.875rem; padding: 8px 18px; border-radius: 50px; white-space: nowrap; }
    .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); }
    .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; }
    .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 .nav-cta { background: #f97316; color: white; font-weight: 600; font-size: 0.875rem; padding: 8px 18px; border-radius: 50px; }

    /* Page header */
    .page-header {
      background: linear-gradient(135deg, var(--navy) 0%, #0d3d4a 100%);
      padding: 52px 20px 56px; text-align: center;
    }
    .page-header .badge {
      display: inline-flex; align-items: center; gap: 6px;
      background: rgba(26,173,116,0.25); border: 1px solid rgba(26,173,116,0.5);
      color: #a7f3d0; font-size: 0.78rem; font-weight: 700;
      padding: 5px 14px; border-radius: 50px; margin-bottom: 16px;
      letter-spacing: 0.06em; text-transform: uppercase;
    }
    .page-header h1 {
      font-family: 'DM Serif Display', serif;
      font-size: clamp(1.8rem, 6vw, 2.8rem);
      color: white; line-height: 1.2; margin-bottom: 14px;
    }
    .page-header p { color: #94a3b8; font-size: 1rem; max-width: 480px; margin: 0 auto; }

    /* Condition legend */
    .legend {
      max-width: 900px; margin: 0 auto; padding: 32px 20px 0;
      display: flex; flex-wrap: wrap; gap: 12px;
    }
    .legend-item {
      display: flex; align-items: center; gap: 8px;
      border: 1px solid var(--border);
      border-radius: 20px; padding: 12px 16px; flex: 1; min-width: 200px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.04);
    }
    .legend-item.mint-leg  { background: #f0fdf8; border-color: #bbf7d0; }
    .legend-item.dinged-leg { background: #fffbeb; border-color: #fde68a; }
    .legend-item.expiry-leg { background: #fef2f2; border-color: #fecaca; }
    .legend-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
    .legend-dot.mint { background: var(--green); }
    .legend-dot.opened { background: #f59e0b; }
    .legend-dot.expiry { background: #ef4444; }
    .legend-item strong { font-size: 0.875rem; color: var(--navy); }
    .legend-item span { font-size: 0.8rem; color: var(--muted); }

    /* Search bar */
    .search-wrap {
      max-width: 900px; margin: 24px auto 0; padding: 0 20px;
      position: relative;
    }
    .search-wrap svg {
      position: absolute; left: 36px; top: 50%; transform: translateY(-50%);
      pointer-events: none;
    }
    .search-input {
      width: 100%; padding: 14px 20px 14px 48px;
      border: 2px solid var(--border); border-radius: 50px;
      font-family: 'DM Sans', sans-serif; font-size: 0.95rem;
      color: var(--navy); background: var(--white);
      outline: none; transition: border-color 0.2s;
      -webkit-appearance: none;
    }
    .search-input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(26,173,116,0.12); }
    .search-input::placeholder { color: var(--muted); }
    .no-results {
      text-align: center; padding: 40px 20px; color: var(--muted);
      display: none; max-width: 900px; margin: 0 auto;
      font-size: 0.95rem;
    }
    .no-results a { color: var(--teal); font-weight: 600; }

    /* Price tables */
    .price-section { max-width: 900px; margin: 0 auto; padding: 32px 20px; }
    .price-section:last-of-type { padding-bottom: 120px; }

    .section-heading {
      display: flex; align-items: center; gap: 12px; margin-bottom: 16px;
    }
    .section-heading .cat-icon {
      width: 40px; height: 40px;
      background: var(--teal-light); border-radius: 10px;
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .section-heading .cat-icon svg { width: 22px; height: 22px; stroke: var(--teal-dark); fill: none; stroke-width: 2; }
    .section-heading h2 { font-family: 'DM Serif Display', serif; font-size: 1.4rem; color: var(--navy); }
    .section-heading .cat-count { font-size: 0.8rem; color: var(--muted); margin-top: 2px; }

    .price-table {
      width: 100%; border-collapse: collapse;
      background: var(--white); border-radius: var(--radius);
      overflow: hidden; box-shadow: 0 1px 8px rgba(0,0,0,0.06);
    }
    .price-table thead tr { background: var(--navy); }
    .price-table thead th {
      padding: 12px 16px; text-align: left;
      font-size: 0.75rem; font-weight: 700;
      letter-spacing: 0.08em; text-transform: uppercase; color: #94a3b8;
    }
    .price-table thead th:last-child,
    .price-table tbody td:last-child { text-align: right; }
    .price-table tbody tr { border-bottom: 1px solid var(--border); }
    .price-table tbody tr:last-child { border-bottom: none; }
    .price-table tbody tr:hover { background: #f1fdfb; }
    .price-table tbody td { padding: 14px 16px; font-size: 0.9rem; }
    .item-name { font-weight: 600; color: var(--navy); }
    .item-note { font-size: 0.78rem; color: var(--muted); margin-top: 2px; }
    .price-mint {
      font-family: 'DM Serif Display', serif;
      font-size: 1.25rem; color: var(--green); font-weight: 400;
    }
    .price-opened { font-size: 0.85rem; color: #92400e; }
    .price-expiry { font-size: 0.85rem; color: #991b1b; }
    .condition-pills { display: flex; flex-direction: column; gap: 3px; align-items: flex-end; }

    /* Inline quote CTA on high-value rows */
    .inline-cta {
      display: inline-flex; align-items: center; gap: 4px;
      background: var(--teal-light); color: var(--teal-dark);
      font-size: 0.72rem; font-weight: 700; padding: 4px 10px;
      border-radius: 50px; margin-top: 6px;
      letter-spacing: 0.02em; transition: background 0.15s, color 0.15s;
    }
    .inline-cta:hover { background: #f97316; color: white; }

    /* Premium Buy CTA - brand navy blue */
    .inline-cta-blue {
      display: inline-flex; align-items: center; gap: 4px;
      background: rgba(13,31,90,0.10); color: var(--navy);
      border: 1px solid rgba(13,31,90,0.35);
      font-size: 0.72rem; font-weight: 700; padding: 4px 10px;
      border-radius: 50px; margin-top: 6px;
      letter-spacing: 0.02em; transition: background 0.15s, color 0.15s;
    }
    .inline-cta-blue:hover { background: var(--navy); color: white; }

    /* Premium section badge */
    .premium-badge {
      display: inline-flex; align-items: center; gap: 5px;
      background: rgba(13,31,90,0.08); border: 1px solid rgba(13,31,90,0.25);
      color: var(--navy); font-size: 0.68rem; font-weight: 700;
      letter-spacing: 0.1em; text-transform: uppercase;
      padding: 3px 10px; border-radius: 50px; margin-left: 10px;
      vertical-align: middle;
    }

    /* Mobile: stack table as cards */
    @media (max-width: 560px) {
      .price-table thead { display: none; }
      .price-table, .price-table tbody, .price-table tr, .price-table td { display: block; width: 100%; }
      .price-table tr {
        padding: 16px; border-bottom: 1px solid var(--border);
        display: flex; flex-direction: column; gap: 8px;
      }
      .price-table td { padding: 0; }
      .price-table td::before {
        content: attr(data-label);
        display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em;
        text-transform: uppercase; color: var(--muted); margin-bottom: 2px;
      }
      .condition-pills { align-items: flex-start; }
      .price-table thead th:last-child,
      .price-table tbody td:last-child { text-align: left; }
    }

    /* Bottom CTA strip */
    .cta-strip {
      background: var(--teal); padding: 40px 20px; text-align: center;
    }
    .cta-strip h2 { font-family: 'DM Serif Display', serif; font-size: 1.8rem; color: white; margin-bottom: 10px; }
    .cta-strip p { color: rgba(255,255,255,0.8); margin-bottom: 24px; font-size: 0.95rem; }
    .cta-strip a {
      display: inline-flex; align-items: center; gap: 10px;
      background: white; color: #f97316;
      font-weight: 700; font-size: 1rem; padding: 15px 36px; border-radius: 50px;
    }


    /* ── Funnel Steps Bar ── */
    .funnel-steps {
      background: var(--navy); padding: 18px 20px;
      display: flex; align-items: center; justify-content: center;
      gap: 0; flex-wrap: nowrap; overflow-x: auto;
    }
    .funnel-step {
      display: flex; align-items: center; gap: 8px;
      font-size: 0.8rem; font-weight: 700; color: #64748b;
      white-space: nowrap; padding: 6px 12px;
    }
    .funnel-step.active { color: white; }
    .funnel-step.done { color: #6ee7b7; }
    .funnel-step .step-num {
      width: 22px; height: 22px; border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-size: 0.72rem; font-weight: 800; flex-shrink: 0;
      background: #1e293b; color: #64748b;
    }
    .funnel-step.done .step-num { background: var(--teal); color: white; }
    .funnel-step.active .step-num { background: white; color: var(--navy); }
    .funnel-arrow { color: #334155; font-size: 0.9rem; flex-shrink: 0; }

    /* ── Estimator section on prices page ── */
    .prices-estimator { background: var(--navy); padding: 60px 20px; }
    .prices-estimator .section-label { color: #6ee7b7; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 8px; }
    .prices-estimator .section-title { font-family: 'DM Serif Display', serif; font-size: clamp(1.6rem, 4vw, 2.2rem); color: white; margin-bottom: 10px; }
    .prices-estimator .section-sub { color: #94a3b8; font-size: 0.95rem; max-width: 480px; margin: 0 auto 0; }
    .prices-estimator-inner { max-width: 640px; margin: 0 auto; text-align: center; }

    .est-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; text-align: left;
    }
    .est-qs-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #6ee7b7; margin-bottom: 10px; }
    .est-quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 6px; }
    @media (min-width: 480px) { .est-quick-grid { grid-template-columns: repeat(4, 1fr); } }
    .est-qs-card {
      background: rgba(255,255,255,0.07); border: 1.5px solid rgba(255,255,255,0.1);
      border-radius: 10px; padding: 14px 10px; cursor: pointer;
      transition: border-color .15s, background .15s, transform .1s;
      display: flex; flex-direction: column; gap: 5px; align-items: center; text-align: center;
    }
    .est-qs-card:hover { background: rgba(255,255,255,0.12); transform: translateY(-1px); }
    .est-qs-card.active { border-color: var(--teal); background: rgba(26,173,116,0.2); }
    .est-qs-card .qs-icon-wrap { width: 38px; height: 38px; background: rgba(26,173,116,0.2); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
    .est-qs-card .qs-icon-wrap svg { width: 20px; height: 20px; stroke: #6ee7b7; fill: none; stroke-width: 2; }
    .est-qs-card .qn { font-size: 0.8rem; font-weight: 700; color: white; line-height: 1.2; }
    .est-qs-card .qp { font-size: 0.82rem; color: #6ee7b7; font-weight: 700; }
    .est-qs-card .qd { font-size: 0.68rem; color: #94a3b8; }
    .est-qs-card.qs-other { border-style: dashed; }
    .est-qs-card.qs-other .qn { color: #94a3b8; }
    .est-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; }
    .est-divider::before, .est-divider::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.08); }

    .est-form-row { display: grid; grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
    @media (min-width: 540px) { .est-form-row.two-col { grid-template-columns: 1fr 1fr; } }
    .est-form-group { display: flex; flex-direction: column; gap: 6px; }
    .est-form-group label { font-size: 0.8rem; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.05em; }
    .est-form-group select, .est-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;
    }
    .est-form-group select:focus, .est-form-group input:focus { border-color: var(--teal); }
    .est-form-group select option { background: var(--navy); color: white; }
    .est-product-row { display: none; }

    .est-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;
    }
    .est-payout-preview.visible { display: block; }
    .est-payout-preview .epl { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #6ee7b7; margin-bottom: 4px; }
    .est-payout-preview .epa { font-family: 'DM Serif Display', serif; font-size: 2.2rem; color: white; }
    .est-payout-preview .epn { font-size: 0.8rem; color: #94a3b8; margin-top: 4px; }

    .est-contact-fields { display: none; }
    .est-contact-fields.visible { display: block; }
    .est-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; transition: background .15s;
    }
    .est-btn-submit:hover { background: #ea6c0a; }
    .est-btn-submit:disabled { opacity: 0.6; cursor: not-allowed; }

    .est-success { display: none; animation: fs-in .35s ease both; }
    .est-success.visible { display: block; }
    @keyframes est-pop { from { transform:scale(0.4); opacity:0; } to { transform:scale(1); opacity:1; } }
    .est-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: est-pop .4s .1s cubic-bezier(.34,1.56,.64,1) both;
    }
    .est-check-wrap svg { width: 30px; height: 30px; }
    .est-headline { font-family: 'DM Serif Display', serif; font-size: 1.45rem; color: white; margin-bottom: 5px; text-align:center; }
    .est-sub { font-size: 0.88rem; color: #94a3b8; margin-bottom: 20px; text-align:center; line-height:1.6; }
    .est-sub strong { color: #6ee7b7; }
    .est-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;
    }
    .est-band-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #6ee7b7; }
    .est-band-amount { font-family: 'DM Serif Display', serif; font-size: 1.7rem; color: white; }
    .est-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;
    }
    .est-summary-row { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; }
    .est-summary-row .esk { color: #64748b; }
    .est-summary-row .esv { color: #e2e8f0; font-weight: 600; }
    .est-text-btn {
      display: flex; align-items: center; justify-content: center; gap: 8px;
      background: white; color: #f97316; font-weight: 700;
      font-size: 0.95rem; padding: 14px 24px; border-radius: 50px;
      width: 100%; transition: background .15s; margin-bottom: 10px;
    }
    .est-text-btn:hover { background: var(--teal-light); }
    .est-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; }
    .est-damaged-note svg { flex-shrink: 0; margin-top: 2px; stroke: #6ee7b7; fill: none; stroke-width: 2; }
    .est-damaged-note a { color: #6ee7b7; text-decoration: underline; }

    
    /* ── 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: 88px;
      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) {
      .prices-estimator { padding: 80px 60px; }
      .prices-estimator-inner { text-align: center; }
      .est-card { max-width: 680px; margin: 36px auto 0; padding: 40px 36px; }
    }

    /* ── Compact Price Grid ── */
    /* Payout price table */
    .cp-table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid var(--border);
      border-radius: 14px;
      overflow: hidden;
      background: var(--white);
      box-shadow: 0 2px 12px rgba(0,0,0,0.07);
      table-layout: fixed;
    }
    .cp-table thead tr { background: var(--navy); }
    .cp-table th {
      padding: 10px 18px;
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #94a3b8;
      text-align: left;
    }
    .cp-table th:last-child { text-align: right; }
    .cp-table th:nth-child(2) { text-align: right; }
    .cp-table tbody tr.price-row {
      border-bottom: 1px solid var(--border);
      border-left: 3px solid transparent;
      transition: background 0.12s, border-left-color 0.12s;
      min-height: 54px;
    }
    .cp-table tbody tr.price-row:last-child { border-bottom: none; }
    .cp-table tbody tr.price-row:hover { background: #f0fdf8; border-left-color: var(--teal); }
    .cp-table tbody tr.price-row:nth-child(even) { background: #fafcff; }
    .cp-table tbody tr.price-row:nth-child(even):hover { background: #f0fdf8; }
    .cp-name {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--navy);
      line-height: 1.35;
      padding: 13px 18px;
      width: 55%;
    }
    .cp-mint {
      display: inline-block;
      background: linear-gradient(135deg, #d1fce7, #a7f3d0);
      color: #065f46;
      font-family: 'Space Grotesk', sans-serif;
      font-size: 0.95rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 50px;
      white-space: nowrap;
    }
    td.cp-mint-cell {
      padding: 13px 18px 13px 8px;
      text-align: right;
      white-space: nowrap;
      vertical-align: middle;
    }
    td.cp-dinged-cell {
      padding: 13px 18px 13px 8px;
      text-align: right;
      vertical-align: middle;
    }
    .cp-dinged {
      font-size: 0.72rem;
      color: #78716c;
      background: #f5f0eb;
      padding: 2px 8px;
      border-radius: 50px;
      white-space: nowrap;
    }
    .cp-text-lbl { font-size: 0.72rem; color: var(--muted); font-style: italic; }

    .section-heading {
      margin-bottom: 14px;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--teal-light);
    }

    /* ── 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; }
    @media (min-width: 640px) { .footer-inner { flex-direction: row; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; } }
  
    /* ══════════════════════════════════
       DESKTOP LAYOUT  (min-width: 1024px)
       ══════════════════════════════════ */
    @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; }
      .page-header { padding: 64px 40px 72px; }
      .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 */
      .container { max-width: 1160px; padding: 0 20px; }
      section { padding: 80px 60px; }

      /* Hero */
      .hero { padding: 90px 60px 110px; text-align: left; }
      .hero-inner {
        max-width: 1160px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 400px;
        gap: 70px;
        align-items: center;
      }
      .hero-left { display: contents; }
      .hero h1 { font-size: clamp(2.4rem, 3.5vw, 3.6rem); }
      .hero p { margin-left: 0; margin-right: 0; text-align: left; }
      .hero-badge { justify-content: flex-start; }
      .hero-actions { flex-direction: row; justify-content: flex-start; }
      .btn-primary { width: auto; }
      .hero-trust { justify-content: flex-start; margin-top: 36px; }
      .hero-right { display: flex !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; }

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


    /* ══ MOBILE FIXES ══ */
    section { padding: 44px 20px !important; }
    footer { padding: 32px 20px 96px !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;
      }
    }
  
    @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; }
    .logo-wordmark { display: flex; flex-direction: column; line-height: 1.15; }
      /* ── Focus visible rings ── */
    :focus-visible {
      outline: 2px solid var(--teal);
      outline-offset: 3px;
      border-radius: 4px;
    }
@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); }
}

.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}
