/* ============================================================
   supplier.css — InstaSupply "Become a Supplier" landing page
   Builds on styles.css (shared system: tokens, nav, buttons,
   .eyebrow, .sec, footer). Light, clean marketplace tone —
   monochrome ink + gold offer + green confirm. No industrial
   textures, no dark backgrounds except the single "early" band.
   ============================================================ */

:root{ --green:#1E9E5A; --green-soft:#EAF6EF; --gold:#E7A81B; }

/* ---- nav tweaks (no consumer search pill on this page) ---- */
.nav-link{ font-size:14.5px; font-weight:600; color:rgba(255,255,255,.80);
  white-space:nowrap; transition:color .15s; }
.nav-link:hover{ color:#fff; }

/* ---- white button for use on dark panels ---- */
.btn-light{ background:#fff; color:var(--ink); }
.btn-light:hover{ background:#fff; transform:translateY(-2px); box-shadow:0 14px 30px rgba(0,0,0,.28); }

/* =================== HERO =================== */
.sup-hero{ padding:62px 0 56px; }
.sup-hero-grid{ display:grid; grid-template-columns:1fr; gap:40px; align-items:center; }
.sup-hero h1{ font-size:clamp(38px,5vw,62px); line-height:1.02; font-weight:800;
  letter-spacing:-0.04em; text-wrap:balance; margin:18px 0 0; max-width:14ch; }
.sup-hero .sub{ font-size:clamp(16.5px,1.4vw,20px); color:var(--ink-2); line-height:1.5;
  margin:20px 0 0; max-width:520px; }
.cta-row{ display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.trust-line{ display:inline-flex; align-items:center; gap:9px; margin-top:22px;
  font-size:14px; font-weight:600; color:var(--ink-2); }
.trust-line svg{ color:var(--green); flex-shrink:0; }

.sup-hero-art{ position:relative; border-radius:28px; border:1px solid #0A0A0A;
  background:#0A0A0A;
  padding:20px 22px 0; overflow:hidden; }
.sup-hero-art img{ display:block; width:100%; height:auto; }
.sup-hero-live{ position:absolute; top:20px; left:20px; display:inline-flex; align-items:center; gap:8px;
  background:#fff; border:1px solid var(--line-2); border-radius:999px; padding:8px 14px 8px 12px;
  font-size:13px; font-weight:700; letter-spacing:-0.01em; color:var(--ink); white-space:nowrap;
  box-shadow:0 10px 26px -10px rgba(0,0,0,.22); }
.sup-hero-live .dot{ width:9px; height:9px; border-radius:50%; background:var(--green);
  box-shadow:0 0 0 0 rgba(30,158,90,.5); }
@media (prefers-reduced-motion:no-preference){
  .sup-hero-live .dot{ animation:livepulse 1.8s ease-out infinite; }
}
@keyframes livepulse{ 0%{ box-shadow:0 0 0 0 rgba(30,158,90,.5); } 70%{ box-shadow:0 0 0 7px rgba(30,158,90,0); } 100%{ box-shadow:0 0 0 0 rgba(30,158,90,0); } }

@media (min-width:921px){
  .sup-hero-grid{ grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr); gap:58px; }
}

/* =================== generic supplier card heads =================== */
.sec .lead.wide{ max-width:640px; }

/* =================== DARK SECTION (full-bleed black band) =================== */
.sec-dark{ background:#0A0A0A; }
.sec-dark .eyebrow{ color:rgba(255,255,255,.5); }
.sec-dark h2{ color:#fff; }
.sec-dark .lead, .sec-dark .center > p{ color:rgba(255,255,255,.66); }
.sec-dark .pain-card{ background:#171717; border-color:rgba(255,255,255,.10); }
.sec-dark .pain-card h4{ color:#fff; }
.sec-dark .pain-card p{ color:rgba(255,255,255,.64); }
.sec-dark .pain-ic{ background:rgba(255,255,255,.08); color:#E3AE9B; }
.sec-dark .flow-num{ background:#fff; color:#0A0A0A; }
.sec-dark .flow-step h4{ color:#fff; }
.sec-dark .flow-step p{ color:rgba(255,255,255,.64); }

/* =================== PAIN =================== */
.pain-grid{ display:grid; grid-template-columns:1fr; gap:16px; margin-top:50px; }
.pain-card{ background:#fff; border:1px solid var(--line); border-radius:20px; padding:28px 26px; }
.pain-ic{ width:44px; height:44px; border-radius:12px; background:var(--surface);
  color:#9A6A5E; display:grid; place-items:center; margin-bottom:20px; }
.pain-ic svg{ width:22px; height:22px; }
.pain-card h4{ font-size:17.5px; font-weight:700; letter-spacing:-0.02em; line-height:1.3; margin-bottom:9px; }
.pain-card p{ color:var(--ink-2); font-size:14.5px; line-height:1.55; }
@media (min-width:620px){ .pain-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:980px){ .pain-grid{ grid-template-columns:repeat(4,1fr); gap:18px; } }

/* =================== HELP (split heading + benefit list) =================== */
.help-grid{ display:grid; grid-template-columns:1fr; gap:34px; }
.help-list{ display:grid; }
.help-row{ display:flex; gap:18px; padding:24px 0; border-top:1px solid var(--line-2); }
.help-row:first-child{ border-top:0; padding-top:0; }
.help-ic{ width:46px; height:46px; flex-shrink:0; border-radius:13px; background:var(--green-soft);
  color:var(--green); display:grid; place-items:center; }
.help-ic svg{ width:23px; height:23px; }
.help-row h4{ font-size:18.5px; font-weight:700; letter-spacing:-0.02em; }
.help-row p{ color:var(--ink-2); font-size:15px; line-height:1.55; margin-top:6px; max-width:520px; }
@media (min-width:900px){
  .help-grid{ grid-template-columns:0.82fr 1.18fr; gap:64px; align-items:start; }
  .help-head{ position:sticky; top:104px; }
}

/* =================== HOW IT WORKS (numbered flow) =================== */
.flow{ display:grid; grid-template-columns:1fr; gap:30px; margin-top:54px; }
.flow-step{ position:relative; }
.flow-num{ font-family:var(--mono); width:46px; height:46px; border-radius:50%;
  background:var(--ink); color:#fff; display:grid; place-items:center; font-weight:700; font-size:16px;
  margin-bottom:20px; position:relative; z-index:1; }
.flow-step h4{ font-size:19px; font-weight:800; letter-spacing:-0.02em; margin-bottom:9px; }
.flow-step p{ color:var(--ink-2); font-size:15px; line-height:1.55; max-width:260px; }
@media (min-width:760px){
  .flow{ grid-template-columns:repeat(4,1fr); gap:26px; }
  /* driver page: three-step flow */
  .flow-3{ grid-template-columns:repeat(3,1fr); max-width:920px; margin-left:auto; margin-right:auto; }
}
/* hover spotlight: one step active (default first), others dimmed — desktop/mouse only */
@media (hover:hover){
  .flow-hover .flow-step{ opacity:.4; transition:opacity .28s ease; }
  .flow-hover .flow-step.is-active{ opacity:1; }
}

/* =================== CATALOG (category tiles) =================== */
.cat-tiles{ display:flex; flex-wrap:wrap; justify-content:center; gap:14px; max-width:1000px; margin:52px auto 0; }
.cat-tile{ display:inline-flex; align-items:center; gap:12px; background:#fff; border:1px solid var(--line);
  border-radius:999px; padding:12px 24px 12px 13px; font-weight:650; font-size:18px; letter-spacing:-0.01em;
  color:var(--ink); transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.cat-tile:hover{ transform:translateY(-2px); box-shadow:0 12px 26px -12px rgba(0,0,0,.18); border-color:var(--line-2); }
.cat-tile .cat-ic{ width:40px; height:40px; flex-shrink:0; object-fit:contain; }
.cat-note{ margin:32px auto 0; max-width:620px; text-align:center; color:var(--ink-2);
  font-size:16px; line-height:1.6; }
.cat-note b{ color:var(--ink); font-weight:700; }

/* =================== DEMAND (live search proof) =================== */
.demand-band{ background:var(--surface); border:1px solid var(--line); border-radius:30px; padding:62px 44px; text-align:center; }
.demand-live{ display:inline-flex; align-items:center; gap:8px; font-family:var(--mono); font-size:11.5px;
  font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--ink-2);
  background:#fff; border:1px solid var(--line); border-radius:999px; padding:7px 15px; margin-bottom:20px; }
.demand-live i{ width:8px; height:8px; border-radius:50%; background:var(--green); flex-shrink:0;
  animation:demandPulse 2s ease-out infinite; }
@keyframes demandPulse{ 0%{ box-shadow:0 0 0 0 rgba(31,138,91,.45);} 70%{ box-shadow:0 0 0 7px rgba(31,138,91,0);} 100%{ box-shadow:0 0 0 0 rgba(31,138,91,0);} }
.demand-band h2{ font-size:clamp(28px,3.6vw,42px); font-weight:800; letter-spacing:-0.04em; line-height:1.06; max-width:16ch; margin:0 auto; }
.demand-band .lead{ margin:16px auto 0; }
.demand-grid{ display:flex; flex-wrap:wrap; justify-content:center; gap:12px; max-width:900px; margin:40px auto 0; }
.sd-chip{ display:inline-flex; align-items:center; gap:12px; background:#fff; border:1px solid var(--line);
  border-radius:14px; padding:12px 18px; box-shadow:0 12px 28px -18px rgba(0,0,0,.24); }
.sd-chip > svg{ color:var(--ink-3); flex-shrink:0; width:17px; height:17px; }
.sd-q{ font-weight:700; font-size:14.5px; letter-spacing:-0.01em; color:var(--ink); white-space:nowrap; }
.sd-loc{ display:inline-flex; align-items:center; gap:4px; font-size:12.5px; font-weight:650; color:var(--ink-3); white-space:nowrap; }
.sd-loc svg{ width:13px; height:13px; }
/* smooth swap for rotating live searches */
.sd-chip .sd-q, .sd-chip .sd-loc{ transition:opacity .34s ease, transform .34s ease; }
.sd-chip.swapping .sd-q, .sd-chip.swapping .sd-loc{ opacity:0; transform:translateY(-5px); }
@media (max-width:560px){ .demand-band{ padding:46px 22px; } .sd-chip{ padding:10px 14px; gap:9px; } }

/* =================== DASHBOARD (split + mockup) =================== */
.dash-grid{ display:grid; grid-template-columns:1fr; gap:48px; align-items:center; }
.dash-points{ display:grid; }
.dash-point{ display:flex; gap:15px; padding:20px 0; border-top:1px solid var(--line-2); }
.dash-point:first-child{ border-top:0; padding-top:0; }
.dash-dot{ width:24px; height:24px; flex-shrink:0; border-radius:50%; background:var(--ink);
  color:#fff; display:grid; place-items:center; margin-top:2px; }
.dash-dot svg{ width:13px; height:13px; }
.dash-point h4{ font-size:17px; font-weight:700; letter-spacing:-0.01em; }
.dash-point p{ color:var(--ink-2); font-size:14.5px; line-height:1.5; margin-top:4px; }
@media (min-width:921px){ .dash-grid{ grid-template-columns:1.02fr 0.98fr; gap:62px; } }

/* browser-framed dashboard mockup */
.dash-mock{ border-radius:18px; overflow:hidden; border:1px solid var(--line);
  background:#fff; box-shadow:0 40px 80px -28px rgba(0,0,0,.30), 0 8px 20px rgba(0,0,0,.06); }
.dm-bar{ display:flex; align-items:center; gap:14px; padding:13px 18px; background:#F4F4F2; border-bottom:1px solid var(--line-2); }
.dm-dots{ display:flex; gap:7px; }
.dm-dots i{ width:11px; height:11px; border-radius:50%; background:#D6D6D2; display:block; }
.dm-url{ flex:1; background:#fff; border:1px solid var(--line-2); border-radius:8px; padding:6px 12px;
  font-family:var(--mono); font-size:11.5px; color:var(--ink-3); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.dm-body{ padding:22px 22px 26px; }
.dm-h{ display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; }
.dm-h b{ font-size:16px; font-weight:800; letter-spacing:-0.02em; white-space:nowrap; }
.dm-h .dm-count{ font-size:12px; font-weight:700; color:var(--green); background:var(--green-soft);
  padding:5px 11px; border-radius:999px; white-space:nowrap; }
.dm-row{ display:grid; grid-template-columns:1fr auto; align-items:center; gap:12px;
  padding:14px 0; border-top:1px solid var(--line-2); }
.dm-row:first-of-type{ border-top:0; }
.dm-row .dm-left{ display:flex; align-items:center; gap:12px; min-width:0; }
.dm-th{ width:38px; height:38px; border-radius:10px; flex-shrink:0; background:var(--surface);
  display:grid; place-items:center; color:var(--ink); }
.dm-th svg{ width:19px; height:19px; }
.dm-info{ min-width:0; }
.dm-info b{ display:block; font-size:13.5px; font-weight:700; letter-spacing:-0.01em;
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.dm-info small{ display:block; font-size:11.5px; color:var(--ink-3); margin-top:2px; }
.dm-stat{ font-size:11.5px; font-weight:800; letter-spacing:.01em; padding:5px 11px; border-radius:999px; white-space:nowrap; }
.dm-stat.s-new{ background:#FCEFD0; color:#9A6A06; }
.dm-stat.s-prep{ background:#E7EDF7; color:#2A4E8C; }
.dm-stat.s-ready{ background:var(--green-soft); color:var(--green); }
.dm-stat.s-out{ background:#EEEAF6; color:#5B4B8A; }

/* =================== DELIVERY =================== */
.deliv-grid{ display:grid; grid-template-columns:1fr; gap:18px; margin-top:50px; }
.deliv-card{ background:var(--surface); border:1px solid var(--line-2); border-radius:22px; padding:34px 32px;
  transition:background .22s ease, border-color .22s ease, transform .22s ease, box-shadow .22s ease; }
.deliv-card h4, .deliv-card p, .deliv-ic{ transition:color .22s ease, background .22s ease, border-color .22s ease; }
/* black on hover (desktop) and on touch/press (mobile) */
.deliv-card:hover, .deliv-card:active{ background:#0A0A0A; border-color:#0A0A0A;
  transform:translateY(-3px); box-shadow:0 22px 44px -22px rgba(0,0,0,.55); }
.deliv-card:hover h4, .deliv-card:active h4{ color:#fff; }
.deliv-card:hover p, .deliv-card:active p{ color:rgba(255,255,255,.74); }
.deliv-ic{ width:50px; height:50px; border-radius:14px; background:#fff; border:1px solid var(--line);
  color:var(--ink); display:grid; place-items:center; margin-bottom:22px; }
.deliv-ic svg{ width:25px; height:25px; }
.deliv-card h4{ font-size:19px; font-weight:800; letter-spacing:-0.02em; margin-bottom:10px; }
.deliv-card p{ color:var(--ink-2); font-size:15px; line-height:1.55; }
@media (min-width:861px){ .deliv-grid{ grid-template-columns:repeat(3,1fr); gap:20px; } }

/* =================== WHY JOIN EARLY (single dark band) =================== */
.early-band{ background:var(--ink); color:#fff; border-radius:34px; padding:72px 56px; text-align:center; }
.early-band .eyebrow{ color:rgba(255,255,255,.5); }
.early-band h2{ color:#fff; font-size:clamp(30px,4vw,46px); font-weight:800; letter-spacing:-0.04em;
  line-height:1.05; max-width:18ch; margin:0 auto; }
.early-band p{ color:rgba(255,255,255,.68); max-width:640px; margin:18px auto 32px;
  font-size:17px; line-height:1.6; }
@media (max-width:560px){ .early-band{ padding:48px 26px; border-radius:26px; } }

/* =================== FAQ =================== */
.faq{ max-width:840px; margin:50px auto 0; }
.faq-item{ border-bottom:1px solid var(--line); }
.faq-q{ width:100%; text-align:left; background:none; border:0; cursor:pointer; font-family:inherit;
  padding:26px 0; display:flex; align-items:center; justify-content:space-between; gap:24px;
  font-size:clamp(17px,2vw,20px); font-weight:700; letter-spacing:-0.02em; color:var(--ink); }
.faq-ic{ position:relative; width:22px; height:22px; flex-shrink:0; }
.faq-ic::before, .faq-ic::after{ content:''; position:absolute; background:var(--ink); border-radius:2px;
  top:50%; left:50%; transition:transform .28s ease; }
.faq-ic::before{ width:16px; height:2.4px; transform:translate(-50%,-50%); }
.faq-ic::after{ width:2.4px; height:16px; transform:translate(-50%,-50%); }
.faq-item.open .faq-ic::after{ transform:translate(-50%,-50%) scaleY(0); }
.faq-a{ overflow:hidden; max-height:0; transition:max-height .3s ease; }
.faq-a p{ padding:0 0 28px; color:var(--ink-2); font-size:16px; line-height:1.65; max-width:720px; }

/* =================== APPLY FORM =================== */
.apply-grid{ display:grid; grid-template-columns:1fr; gap:40px; align-items:start; }
.apply-copy h2{ font-size:clamp(30px,3.6vw,44px); font-weight:800; letter-spacing:-0.04em; line-height:1.05; }
.apply-copy .lead{ margin-top:16px; }
.apply-bullets{ list-style:none; margin:28px 0 0; padding:0; display:grid; gap:14px; }
.apply-bullets li{ display:flex; gap:12px; align-items:flex-start; font-size:15.5px; color:var(--ink-2); }
.apply-bullets svg{ color:var(--green); flex-shrink:0; margin-top:2px; }
.apply-form{ background:#fff; border:1px solid var(--line); border-radius:24px; padding:clamp(24px,3vw,38px);
  box-shadow:0 30px 70px -34px rgba(0,0,0,.24); scroll-margin-top:88px; }
.field{ display:flex; flex-direction:column; gap:7px; margin-bottom:18px; }
.field label{ font-size:13px; font-weight:700; letter-spacing:-0.01em; color:var(--ink); }
.field label .opt{ color:var(--ink-3); font-weight:500; }
.field-hint{ font-size:12px; color:var(--ink-3); line-height:1.45; margin:1px 0 0; }
.field input, .field textarea, .field select{ font-family:inherit; font-size:15px; color:var(--ink);
  padding:13px 15px; border:1px solid var(--line); border-radius:12px; background:#fff; outline:none;
  transition:border-color .16s ease, box-shadow .16s ease; width:100%; }
.field textarea{ resize:vertical; min-height:96px; }
.field input::placeholder, .field textarea::placeholder{ color:#aaa; }
.field input:focus, .field textarea:focus, .field select:focus{ border-color:var(--ink); box-shadow:0 0 0 3px rgba(10,10,10,.07); }
.field-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.cat-pills{ display:flex; flex-wrap:wrap; gap:8px; }
.cat-pill{ cursor:pointer; }
.cat-pill input{ position:absolute; opacity:0; width:0; height:0; }
.cat-pill span{ display:inline-block; font-size:13px; font-weight:600; padding:8px 14px; border-radius:999px;
  background:var(--surface); border:1px solid var(--line); color:var(--ink-2); transition:all .15s ease; }
.cat-pill input:checked + span{ background:var(--ink); border-color:var(--ink); color:#fff; }
.cat-pill input:focus-visible + span{ box-shadow:0 0 0 3px rgba(10,10,10,.18); }
.form-foot{ margin-top:6px; }
.form-foot .btn{ width:100%; }
.form-note{ text-align:center; font-size:12.5px; color:var(--ink-3); margin-top:14px; line-height:1.5; }
/* multi-step wizard */
.fwiz-head{ margin-bottom:22px; }
.fwiz-meta{ display:flex; align-items:baseline; justify-content:space-between; gap:12px; margin-bottom:10px; }
.fwiz-count{ font-family:var(--mono); font-size:11.5px; letter-spacing:.05em; color:var(--ink-3); }
.fwiz-name{ font-size:13.5px; font-weight:700; letter-spacing:-0.01em; color:var(--ink); }
.fwiz-bar{ height:5px; border-radius:999px; background:var(--line); overflow:hidden; }
.fwiz-bar > i{ display:block; height:100%; width:33%; background:var(--ink); border-radius:999px;
  transition:width .4s cubic-bezier(.4,0,.2,1); }
.fstep[hidden]{ display:none; }
.fstep{ animation:fstepIn .32s ease both; }
@keyframes fstepIn{ from{ opacity:0; transform:translateY(7px); } to{ opacity:1; transform:none; } }
.fwiz-nav{ display:flex; gap:12px; margin-top:8px; }
.fwiz-nav .btn{ flex:1; }
.fwiz-back{ flex:0 0 auto; min-width:104px; }
/* truly hide nav buttons toggled via [hidden] (author .btn display would otherwise override it) */
.fwiz-nav .btn[hidden]{ display:none !important; }
/* on the final step the submit is the prominent, full-width primary */
.fwiz-submit{ flex:1; font-size:16.5px; }
@media (prefers-reduced-motion:reduce){ .fstep{ animation:none; } .fwiz-bar > i{ transition:none; } }
/* success state */
.form-success{ display:none; text-align:center; padding:18px 6px 8px; }
.apply-form.is-sent .form-fields{ display:none; }
.apply-form.is-sent .form-success{ display:block; }
.fs-check{ width:64px; height:64px; border-radius:50%; background:var(--green-soft); color:var(--green);
  display:grid; place-items:center; margin:0 auto 20px; }
.fs-check svg{ width:32px; height:32px; }
.form-success h3{ font-size:23px; font-weight:800; letter-spacing:-0.02em; margin-bottom:10px; }
.form-success p{ color:var(--ink-2); font-size:15.5px; line-height:1.6; max-width:380px; margin:0 auto; }
@media (min-width:560px){ }
@media (max-width:520px){ .field-row{ grid-template-columns:1fr; } }
@media (min-width:921px){ .apply-grid{ grid-template-columns:0.88fr 1.12fr; gap:60px; }
  .apply-copy{ position:sticky; top:104px; } }

/* =================== FINAL CTA =================== */
.final .final-sub{ }

/* =================== PARTNER ACCESS BAND =================== */
.partner-band{ background:var(--surface); border:1px solid var(--line-2); border-radius:28px;
  padding:clamp(34px,4vw,56px); display:grid; grid-template-columns:1fr; gap:30px; align-items:center; }
.partner-band h2{ font-size:clamp(26px,3vw,38px); font-weight:800; letter-spacing:-0.035em; line-height:1.08; margin-top:8px; }
.partner-band p{ color:var(--ink-2); font-size:16px; line-height:1.55; margin-top:12px; max-width:520px; }
.pb-actions{ display:flex; flex-direction:column; gap:18px; align-items:flex-start; }
@media (min-width:860px){
  .partner-band{ grid-template-columns:1.25fr 1fr; gap:48px; }
  .pb-actions{ align-items:flex-end; }
}

/* =================== MOBILE OPTIMIZATION (≤760px; desktop unchanged) =================== */
@media (max-width:760px){
  /* tighten oversized vertical rhythm on phones */
  .sec{ padding:56px 0; }
  .sec-tight{ padding:54px 0; }
  .sup-hero{ padding:32px 0 44px; }
  .flow{ margin-top:38px; }
  .deliv-grid{ margin-top:34px; }
  .cat-tiles{ margin-top:34px; }
  /* horizontal swipe carousels to cut page length */
  .pain-grid, .help-list{
    display:grid; grid-auto-flow:column; grid-auto-columns:82%; grid-template-columns:none;
    gap:14px; overflow-x:auto; overflow-y:visible; scroll-snap-type:x mandatory;
    padding-bottom:12px; -webkit-overflow-scrolling:touch; scrollbar-width:none;
  }
  .pain-grid::-webkit-scrollbar,
  .help-list::-webkit-scrollbar, .cat-tiles::-webkit-scrollbar{ display:none; height:0; }
  .pain-card, .help-row{ scroll-snap-align:start; }
  .pain-grid{ margin-top:36px; }

  /* fulfillment + secure cards: swipeable stacked deck (JS adds .is-stack) */
  .deliv-grid.is-stack{
    display:block; position:relative; z-index:0;
    max-width:340px; margin:40px auto 0; height:auto;
    touch-action:pan-y;
  }
  .deliv-grid.is-stack .deliv-card{
    position:absolute; top:0; left:0; right:30px;
    transform-origin:center center; will-change:transform;
    -webkit-user-select:none; user-select:none;
  }
  /* in the deck, kill hover/active color change (it sticks on touch and blackens back
     cards); ONLY the front card is black */
  .deliv-grid.is-stack .deliv-card:hover,
  .deliv-grid.is-stack .deliv-card:active{ background:var(--surface); border-color:var(--line-2); transform:none; }
  .deliv-grid.is-stack .deliv-card:hover h4,
  .deliv-grid.is-stack .deliv-card:active h4{ color:var(--ink); }
  .deliv-grid.is-stack .deliv-card:hover p,
  .deliv-grid.is-stack .deliv-card:active p{ color:var(--ink-2); }
  .deliv-grid.is-stack .deliv-card.is-front{ background:#0A0A0A; border-color:#0A0A0A; }
  .deliv-grid.is-stack .deliv-card.is-front h4{ color:#fff; }
  .deliv-grid.is-stack .deliv-card.is-front p{ color:rgba(255,255,255,.74); }
  .deliv-stack-dots{ display:flex; justify-content:center; gap:9px; margin-top:20px; }
  .deliv-stack-dot{ width:8px; height:8px; border-radius:999px; border:0; padding:0;
    background:rgba(10,10,10,.22); cursor:pointer; transition:background .2s, width .2s; }
  .deliv-stack-dot.active{ width:22px; background:var(--ink); }
  .sec-dark .deliv-stack-dot{ background:rgba(255,255,255,.3); }
  .sec-dark .deliv-stack-dot.active{ background:#fff; }

  /* help: rows become standalone swipe cards */
  .help-grid{ display:block; }
  .help-head{ text-align:center; }
  .help-head .lead{ margin-left:auto; margin-right:auto; }
  .help-list{ margin-top:26px; }
  .help-row{ flex-direction:column; gap:14px; border-top:0; padding:24px;
    background:#fff; border:1px solid var(--line); border-radius:18px; }
  .help-row:first-child{ padding-top:24px; }
  .help-row p{ max-width:none; }

  /* 24 categories: two rows that move together (right→left auto-drift + drag in sync) */
  .cat-tiles{
    display:flex; flex-direction:column; gap:12px; max-width:none; justify-content:flex-start;
    overflow:hidden; margin-top:40px; padding-bottom:4px; touch-action:pan-y;
  }
  .cat-tiles .cat-row{ display:flex; gap:12px; width:max-content; will-change:transform; }
  .cat-tile{ white-space:nowrap; font-size:16px; padding:11px 22px 11px 12px; flex:0 0 auto; }
  .cat-tile .cat-ic{ width:34px; height:34px; }

  /* onboarding flow: tap a step to spotlight it (others dim) — like the customer site */
  .flow-hover .flow-step{ opacity:.4; transition:opacity .28s ease; cursor:pointer; }
  .flow-hover .flow-step.is-active{ opacity:1; }

  /* hero badge stays top-left; add black space above the art so it clears the face */
  .sup-hero-art{ padding-top:64px; }
  .sup-hero-live{ top:18px; bottom:auto; left:18px; }

  /* live-search band: show fewer chips (they rotate content anyway) to cut height */
  .demand-band{ padding:44px 22px; }
  .demand-band h2{ font-size:30px; }
  .demand-grid{ margin-top:28px; gap:10px; }
  .demand-grid .sd-chip:nth-child(n+5){ display:none; }
  /* faster live-search rotation on mobile only */
  .sd-chip .sd-q, .sd-chip .sd-loc{ transition:opacity .2s ease, transform .2s ease; }
}

/* carousel dot indicators (mobile only) */
.swipe-dots{ display:none; }
@media (max-width:760px){
  .swipe-dots{ display:flex; justify-content:center; gap:7px; margin-top:16px; }
  .swipe-dots i{ width:7px; height:7px; border-radius:50%; background:var(--line-2);
    transition:width .25s ease, background .25s ease; }
  .swipe-dots i.on{ background:var(--ink); width:22px; border-radius:99px; }
  .sec-dark .swipe-dots i{ background:rgba(255,255,255,.28); }
  .sec-dark .swipe-dots i.on{ background:#fff; }
}

/* =================== FLOATING APPLY CTA (mobile only) =================== */
.sup-fab{ display:none; }
@media (max-width:860px){
  .sup-fab{ position:fixed; left:14px; right:14px; bottom:14px; z-index:70;
    display:flex; align-items:center; justify-content:center; gap:9px;
    background:#0A0A0A; color:#fff; font-weight:700; font-size:16px; letter-spacing:-0.01em;
    padding:17px 24px; border-radius:999px; box-shadow:0 14px 38px rgba(0,0,0,.34); text-decoration:none;
    transform:translateY(170%); opacity:0;
    transition:transform .38s cubic-bezier(.22,1,.36,1), opacity .25s ease; }
  .sup-fab.show{ transform:translateY(0); opacity:1; }
  .sup-fab svg{ width:18px; height:18px; flex-shrink:0; }
}

/* =================== DASHBOARD — MOBILE (eyebrow → title → mockup → swipe cards) =================== */
@media (max-width:760px){
  .dash-grid{ display:flex; flex-direction:column; gap:0; }
  .dash-copy{ display:contents; }
  .dash-copy .eyebrow{ order:1; }
  .dash-copy h2{ order:2; }
  .dash-mock{ order:3; margin-top:26px; }
  .dash-points{ order:4; margin-top:30px !important; min-width:0; max-width:100%;
    display:flex; flex-wrap:nowrap; gap:14px; overflow-x:auto;
    scroll-snap-type:x mandatory; padding-bottom:12px;
    -webkit-overflow-scrolling:touch; scrollbar-width:none; }
  .dash-points::-webkit-scrollbar{ display:none; }
  .dash-point{ scroll-snap-align:start; flex:0 0 78%; border-top:0;
    background:#fff; border:1px solid var(--line); border-radius:18px; padding:22px; align-items:flex-start; }
  .dash-point:first-child{ padding-top:22px; }
  /* keep the swipe dots below the cards (display:contents on dash-copy made them float to top) */
  .dash-grid .swipe-dots{ order:5; width:100%; margin-top:16px; }
}
