: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 60px; 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: 460px; margin: 0 auto; }

    /* Main content */
    .content { max-width: 760px; margin: 0 auto; padding: 40px 20px 140px; }

    /* Contact cards */
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 16px;
      margin-bottom: 40px;
    }
    @media (min-width: 560px) {
      .contact-grid { grid-template-columns: 1fr 1fr; }
    }

    .contact-card {
      background: var(--white); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 24px 22px;
      display: flex; flex-direction: column; gap: 12px;
    }
    .contact-card.primary {
      background: linear-gradient(135deg, #0e9060, #1aad74);
      border-color: var(--teal);
      box-shadow: 0 4px 24px rgba(26,173,116,0.25);
    }
    .contact-card.primary .card-label { color: #a7f3d0; }
    .contact-card.primary .card-value { color: white; }
    .contact-card.primary .card-desc { color: rgba(255,255,255,0.8); }
    .contact-card.primary .card-icon { background: rgba(255,255,255,0.18); }
    .contact-card.primary .card-icon svg { stroke: white; }
    .contact-card.primary a.card-cta { background: white; color: var(--teal-dark); }
    .contact-card.primary a.card-cta:hover { background: #f0fdf4; }
    .contact-card .card-icon {
      width: 44px; height: 44px;
      background: var(--teal-light); border-radius: 10px;
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .contact-card .card-icon svg { width: 22px; height: 22px; stroke: var(--teal-dark); fill: none; stroke-width: 2; }
    .contact-card .card-label {
      font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em;
      text-transform: uppercase; color: var(--teal); margin-bottom: 2px;
    }
    .contact-card .card-value {
      font-size: 1.25rem; font-weight: 700; color: var(--navy); line-height: 1.2;
    }
    .contact-card .card-desc { font-size: 0.875rem; color: var(--muted); }
    .contact-card a.card-cta {
      display: inline-flex; align-items: center; gap: 6px;
      background: #f97316; color: white;
      font-weight: 700; font-size: 0.9rem; padding: 11px 22px;
      border-radius: 50px; margin-top: auto; align-self: flex-start;
      transition: background 0.15s;
    }
    .contact-card a.card-cta:hover { background: var(--teal-dark); }

    /* Buyer profile */
    .buyer-profile {
      background: var(--white); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 28px 24px;
      display: flex; gap: 20px; align-items: flex-start;
      margin-bottom: 40px;
    }
    .buyer-avatar {
      width: 72px; height: 72px; border-radius: 50%; flex-shrink: 0;
      background: linear-gradient(135deg, var(--teal), var(--green));
      display: flex; align-items: center; justify-content: center;
      font-family: 'DM Serif Display', serif; font-size: 1.6rem; color: white;
      overflow: hidden;
    }
    .buyer-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
    .buyer-info h2 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
    .buyer-info .buyer-role {
      display: inline-flex; align-items: center; gap: 5px;
      background: var(--green-light); color: var(--green);
      font-size: 0.75rem; font-weight: 700; padding: 3px 10px; border-radius: 50px;
      margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em;
    }
    .buyer-info p { font-size: 0.9rem; color: var(--muted); line-height: 1.6; }

    /* Info list */
    .info-section {
      background: var(--white); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 28px 24px; margin-bottom: 24px;
    }
    .info-section h2 {
      font-family: 'DM Serif Display', serif; font-size: 1.2rem;
      color: var(--navy); margin-bottom: 18px;
      display: flex; align-items: center; gap: 10px;
    }
    .info-section h2 svg { width: 20px; height: 20px; stroke: var(--teal); fill: none; stroke-width: 2; flex-shrink: 0; }
    .info-row {
      display: flex; gap: 14px; padding: 12px 0;
      border-bottom: 1px solid var(--border); align-items: flex-start;
    }
    .info-row:last-child { border-bottom: none; padding-bottom: 0; }
    .info-row .info-label {
      font-size: 0.78rem; font-weight: 700; text-transform: uppercase;
      letter-spacing: 0.07em; color: var(--muted); min-width: 110px; padding-top: 2px;
    }
    .info-row .info-val { font-size: 0.95rem; color: var(--navy); font-weight: 500; overflow-wrap: break-word; min-width: 0; }
    .info-row .info-val a { color: var(--teal); }

    /* Hours grid */
    .hours-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: 8px; margin-top: 4px;
    }
    .hours-pill {
      background: var(--bg); border: 1px solid var(--border); border-radius: 8px;
      padding: 8px 12px; font-size: 0.82rem; text-align: center;
    }
    .hours-pill .day { font-weight: 700; color: var(--navy); display: block; }
    .hours-pill .time { color: var(--teal); font-weight: 600; }

    /* Primary CTA block */
    .cta-block {
      background: linear-gradient(135deg, var(--navy), #0d3d4a);
      border-radius: var(--radius); padding: 36px 28px; text-align: center;
    }
    .cta-block h2 {
      font-family: 'DM Serif Display', serif; font-size: 1.6rem;
      color: white; margin-bottom: 10px;
    }
    .cta-block p { color: #94a3b8; margin-bottom: 24px; font-size: 0.95rem; }
    .cta-block a {
      display: flex; align-items: center; justify-content: center; gap: 10px;
      background: #f97316; color: white;
      font-weight: 700; font-size: 1.05rem; padding: 16px 32px; border-radius: 50px;
      letter-spacing: 0.02em; transition: background 0.15s;
      width: 100%; max-width: 320px; margin: 0 auto;
    }
    .cta-block a:hover { background: #ea6c0a; }
    .cta-hint { font-size: 0.8rem; color: #475569; margin-top: 12px; }

    /* ── 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)
       ══════════════════════════════════ */
    
    /* ── 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) {
      /* 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 */
      .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; }
  
    @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}
