    /* Self-hosted Open Sans (latin variable, 400–800) one file, no third-party origin */
    @font-face{
      font-family:"Open Sans";
      font-style:normal;
      font-weight:400 800;
      font-display:swap;
      src:url(../fonts/open-sans-latin.woff2) format("woff2");
      unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    }
    h1,h2,h3,h4,p,ul,figure{margin:0}
    .section-head{text-align:center;max-width:46rem;margin:0 auto clamp(1.5rem,3vw,2.5rem)}
    .section-head h2{font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.2;color:var(--ink);font-weight:800}
    .section-head h2 b{color:var(--red);font-weight:inherit}
    .section-head p{color:var(--muted);margin-top:.6rem}
    .eyebrow{display:inline-block;color:var(--green-700);font-weight:700;letter-spacing:.08em;
      text-transform:uppercase;font-size:.8125rem;margin-bottom:.5rem}

    /* ---------- Page hero / breadcrumb banner ---------- */
    .page-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);
      background:linear-gradient(180deg,var(--cream) 0%,#fdfbf6 100%)}
    .page-hero .wrap{position:relative;z-index:2;padding-block:clamp(2.25rem,5vw,3.75rem);text-align:center}
    .page-hero .eyebrow{margin-bottom:.45rem}
    .page-hero h1{font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.12;color:var(--ink);
      font-weight:800;letter-spacing:-.01em}
    .page-hero h1 b{color:var(--red);font-weight:inherit}
    .page-hero p{color:var(--muted);max-width:44rem;margin:.8rem auto 0;font-size:1.02rem}
    .breadcrumb{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.45rem;
      font-size:.85rem;color:var(--muted);margin-top:1.1rem}
    .breadcrumb a{color:var(--muted);font-weight:600}
    .breadcrumb a:hover{color:var(--red)}
    .breadcrumb svg{width:1em;height:1em;color:var(--line)}
    .breadcrumb [aria-current]{color:var(--ink);font-weight:600}
    .page-hero .leaf-deco{position:absolute;color:var(--green-600);opacity:.08;z-index:1;pointer-events:none}
    .page-hero .leaf-deco.one{width:170px;height:170px;top:-30px;left:-30px;transform:rotate(20deg)}
    .page-hero .leaf-deco.two{width:210px;height:210px;bottom:-60px;right:-40px;transform:rotate(-140deg)}

    /* ---------- Rebate highlight banner ---------- */
    .rebate{background:var(--cream)}
    .rebate-banner{position:relative;overflow:hidden;border-radius:var(--radius);
      background:linear-gradient(120deg,var(--ink),#33402c);color:#fff;
      padding:clamp(1.75rem,4vw,2.75rem);text-align:center}
    .rebate-banner::after{content:"";position:absolute;right:-50px;bottom:-60px;width:220px;height:220px;
      border-radius:50%;background:rgba(255,255,255,.07);pointer-events:none}
    .rebate-banner .ico{width:3.2rem;height:3.2rem;border-radius:50%;margin:0 auto .9rem;
      background:rgba(255,255,255,.16);display:grid;place-items:center;color:#fff}
    .rebate-banner .ico svg{width:1.6rem;height:1.6rem}
    .rebate-banner h2{font-size:clamp(1.4rem,3vw,2.1rem);line-height:1.2;font-weight:800;color:#fff;
      max-width:50rem;margin-inline:auto}
    .rebate-banner h2 b{color:var(--gold)}
    .rebate-banner p{color:rgba(255,255,255,.92);max-width:46rem;margin:.9rem auto 0;line-height:1.6}

    /* ---------- Volume discount tiers ---------- */
    .tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);margin-top:clamp(1.5rem,3vw,2.25rem)}
    .tier{position:relative;background:#fff;border:1px solid var(--line);border-radius:8px;
      padding:1.9rem 1.4rem;text-align:center;transition:transform .25s,box-shadow .25s,border-color .25s}
    .tier:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--ink)}
    .tier.is-best{border-color:var(--gold);box-shadow:0 8px 26px rgba(224,168,46,.18)}
    .tier .ribbon{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);background:var(--gold);
      color:#3a2a05;font-weight:800;font-size:.7rem;letter-spacing:.06em;text-transform:uppercase;
      padding:.3rem .7rem;border-radius:999px;white-space:nowrap}
    .tier .pct{font-size:2.6rem;font-weight:800;color:var(--red);line-height:1}
    .tier .pct span{font-size:1.2rem;color:var(--red)}
    .tier .range{display:block;margin-top:.45rem;font-weight:700;color:var(--ink)}
    .tier p{font-size:.88rem;color:var(--muted);margin-top:.6rem;line-height:1.5}
    .tiers-note{max-width:52rem;margin:1.3rem auto 0;text-align:center;font-size:.86rem;color:var(--muted)}
    .tiers-note b{color:var(--ink)}

    /* ---------- Agreement terms (accordion) ---------- */
    .terms{background:#fff}
    .terms-grid{max-width:60rem;margin-inline:auto;display:flex;flex-direction:column;gap:.75rem}
    .term{border:1px solid var(--line);border-radius:6px;background:#fff;overflow:hidden;
      transition:border-color .2s,box-shadow .2s}
    .term[open]{border-color:var(--ink);box-shadow:var(--shadow-sm)}
    .term summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.9rem;
      padding:1.05rem 1.2rem;font-weight:700;color:var(--ink)}
    .term summary::-webkit-details-marker{display:none}
    .term summary .n{flex:none;width:2rem;height:2rem;border-radius:50%;background:var(--cream);
      color:var(--ink);display:grid;place-items:center;font-size:.85rem;font-weight:800}
    .term summary .chev{margin-left:auto;flex:none;width:1.1rem;height:1.1rem;color:var(--muted);
      transition:transform .25s}
    .term[open] summary .chev{transform:rotate(180deg)}
    .term .term-body{padding:0 1.2rem 1.15rem 4.1rem;color:var(--muted);font-size:.93rem}
    .term .term-body p{margin-bottom:.6rem}
    .term .term-body ul{display:flex;flex-direction:column;gap:.4rem;margin:.3rem 0 .6rem}
    .term .term-body li{position:relative;padding-left:1.1rem}
    .term .term-body li::before{content:"";position:absolute;left:0;top:.55rem;width:.4rem;height:.4rem;
      border-radius:50%;background:var(--red)}
    .term .term-body b{color:var(--ink)}

    /* ---------- Wholesaler registration form ---------- */
    .wsform{background:var(--cream)}
    .wsform-wrap{max-width:60rem;margin-inline:auto;border:1px solid var(--line);border-radius:6px;
      background:#fff;box-shadow:var(--shadow);padding:clamp(1.4rem,3vw,2.5rem)}
    .ws-form{display:flex;flex-direction:column;gap:1.1rem}
    .form-legend{font-size:.95rem;font-weight:800;color:var(--ink);margin:.4rem 0 -.1rem;
      padding-bottom:.5rem;border-bottom:1px solid var(--line)}
    .field{display:flex;flex-direction:column;gap:.35rem}
    .field label{font-size:.84rem;font-weight:600;color:var(--ink)}
    .field .req{color:var(--red)}
    .field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:6px;
      padding:.7rem .8rem;font:inherit;font-size:.92rem;color:var(--ink);background:#fff}
    .field textarea{resize:vertical;min-height:6rem}
    .field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--ink);
      box-shadow:0 0 0 3px rgba(28,36,25,.15)}
    .field input[type=file]{padding:.5rem .6rem;background:var(--cream)}
    .field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
    .phone-row{display:flex;gap:.5rem}
    .phone-row select{flex:0 0 10.5rem}
    .phone-row input{flex:1;min-width:0}
    /* Custom country-code picker: compact box (flag+code), dropdown shows names */
    .cvc{position:relative;flex:none}
    .cvc-btn{display:inline-flex;align-items:center;gap:.35rem;height:100%;min-height:2.95rem;padding:0 .7rem;
      background:#fff;border:1px solid var(--line);border-radius:6px;font:inherit;font-weight:700;
      color:var(--ink);cursor:pointer;white-space:nowrap}
    .cvc.open .cvc-btn,.cvc-btn:focus-visible{outline:2px solid var(--ink);border-color:var(--ink)}
    .cvc-btn .f{font-size:1.1rem;line-height:1}
    .cvc-caret{width:.75rem;height:.75rem;color:var(--muted);transition:transform .2s;flex:none}
    .cvc.open .cvc-caret{transform:rotate(180deg)}
    .cvc-list{position:absolute;top:calc(100% + .35rem);left:0;z-index:20;width:255px;max-height:232px;
      overflow-y:auto;margin:0;padding:.3rem;list-style:none;background:#fff;border:1px solid var(--line);
      border-radius:10px;box-shadow:0 16px 40px rgba(20,36,20,.18);display:none;text-align:left}
    .cvc.open .cvc-list{display:block}
    .cvc-opt{display:flex;align-items:center;gap:.55rem;padding:.5rem .55rem;border-radius:7px;cursor:pointer;font-size:.9rem}
    .cvc-opt:hover,.cvc-opt.sel{background:var(--cream)}
    .cvc-opt.sel{font-weight:700}
    .cvc-opt .f{font-size:1.15rem;flex:none;line-height:1}
    .cvc-opt .n{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ink)}
    .cvc-opt .c{color:var(--muted);font-weight:700;flex:none}
    .check{display:flex;gap:.6rem;align-items:flex-start;font-size:.9rem;color:var(--muted);cursor:pointer;line-height:1.45}
    .check input{margin-top:.15rem;width:1.1rem;height:1.1rem;flex:none;accent-color:var(--red)}
    .ws-form .cf-turnstile{display:flex;justify-content:center;margin-top:.25rem}
    .ws-form .btn{align-self:center;margin-top:.25rem}
    @keyframes waPulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.75);opacity:0}100%{opacity:0}}

    /* ---------- Responsive ---------- */
    @media (max-width:860px){
      .tiers{grid-template-columns:1fr}
      .term .term-body{padding-left:1.2rem}
    }
    @media (max-width:560px){
      .field-row{grid-template-columns:1fr}
    }

    
