/* ============================================================
   SOCIALHARBOR — v3 "category anatomy"
   Modeled on the real top-performer anatomy (Buzzoid/Twicsy):
   white canvas · near-black text · orange-red gradient CTAs ·
   Trustpilot-green stars · blue text links · Figtree.
   (palette-rotation record: orange-gradient CTA on white,
   Figtree — next network site must not reuse.)
   ============================================================ */

:root {
  --bg:       #FFFFFF;
  --band:     #F7F8FA;
  --ink:      #14171F;
  --ink-2:    #4B5563;
  --ink-3:    #5C6472;
  --line:     #E5E8EE;
  --line-2:   #D4D9E2;
  --grad:     linear-gradient(93deg, #FF8A1E, #FF4438);
  --orange:   #FF6B1A;
  --orange-d: #C2410C;
  --red:      #E5342E;
  --red-tint: #FDECEC;
  --green:    #00B67A;
  --green-d:  #00895C;
  --mint:     #E7F8F0;
  --blue:     #2563EB;
  --navy:     #0C1626;
  --font:     'Figtree', -apple-system, 'Helvetica Neue', sans-serif;
  --sh-card:  0 6px 24px -8px rgba(20, 23, 31, 0.12);
  --sh-soft:  0 1px 4px rgba(20, 23, 31, 0.07);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* keyboard skip link — hidden until focused */
.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; font-weight: 800; font-size: 14px;
  padding: 10px 16px; border-radius: 8px; text-decoration: none;
  transition: top 160ms ease;
}
.skip-link:focus { top: 12px; outline: 2px solid #fff; outline-offset: 2px; }
.num { font-variant-numeric: tabular-nums; }
.center { text-align: center; }

.ic { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.h2 { font-size: clamp(26px, 3.6vw, 36px); font-weight: 800; line-height: 1.12; letter-spacing: -0.01em; }

.blue-link { color: var(--blue); text-decoration: none; font-weight: 600; }
a.blue-link:hover { text-decoration: underline; }

/* ---------- buttons ---------- */
.btn-buy {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--grad); color: #fff;
  font-family: var(--font); font-size: 14px; font-weight: 800; letter-spacing: 0.04em;
  padding: 0 26px; height: 50px; border: 0; border-radius: 10px;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  box-shadow: 0 6px 16px -6px rgba(255, 68, 56, 0.5);
  transition: transform 140ms ease, box-shadow 180ms ease, filter 180ms ease;
  touch-action: manipulation;
}
.btn-buy:hover { filter: brightness(0.96); }
.btn-buy:active { transform: scale(0.97); }
.btn-buy-lg { height: 54px; font-size: 15px; padding: 0 34px; }
.btn-buy-block { width: 100%; }
/* gated until the account check passes (order-flow.js) — fails open if verify API is down */
.btn-buy.is-locked { background: var(--line-2); color: var(--ink-3); box-shadow: none; cursor: not-allowed; }
.btn-buy.is-locked:hover { filter: none; }
.btn-buy.is-locked:active { transform: none; }
.btn-white {
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; color: var(--ink);
  font-size: 14px; font-weight: 800; letter-spacing: 0.04em;
  height: 52px; padding: 0 30px; border-radius: 10px; text-decoration: none;
  box-shadow: 0 8px 22px -8px rgba(0, 0, 0, 0.35);
  transition: transform 140ms ease;
}
.btn-white:active { transform: scale(0.97); }
.btn-outline {
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--orange-d); border: 1.5px solid var(--orange);
  font-size: 14px; font-weight: 700;
  height: 40px; padding: 0 18px; border-radius: 9px; text-decoration: none;
  transition: background 160ms ease, transform 140ms ease;
}
.btn-outline:hover { background: #FFF4EC; }
.btn-outline:active { transform: scale(0.97); }

:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; border-radius: 4px; }

/* ---------- announcement bar ---------- */
.annbar { background: linear-gradient(90deg, #6D28D9, #DB2777 55%, #F43F5E); color: #fff; }
.annbar-in {
  display: flex; align-items: center; justify-content: center; gap: 12px;
  min-height: 40px; font-size: 13px; font-weight: 600; flex-wrap: wrap; padding: 4px 0;
}
.ann-new {
  background: rgba(255, 255, 255, 0.22); border-radius: 20px;
  font-size: 10.5px; font-weight: 800; letter-spacing: 0.08em; padding: 2px 9px;
}
.ann-cta {
  color: #fff; text-decoration: none; font-size: 11.5px; font-weight: 800; letter-spacing: 0.05em;
  border: 1.5px solid rgba(255, 255, 255, 0.65); border-radius: 20px; padding: 3px 12px;
  transition: background 160ms ease;
}
.ann-cta:hover { background: rgba(255, 255, 255, 0.15); }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: #fff; border-bottom: 1px solid var(--line);
}
/* header spans the FULL viewport (override .wrap's 1140px cap) so the brand
   hugs the left edge and the cart + Get started hug the right edge */
.nav-in { display: flex; align-items: center; gap: 18px; min-height: 62px; max-width: none; padding: 0 clamp(20px, 2.5vw, 44px); }
.brand { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); }
.brand-mark { width: 27px; height: 27px; flex: none; }
.brand-word {
  font-size: 19.5px; font-weight: 900; font-style: italic;
  letter-spacing: -0.035em; line-height: 1; white-space: nowrap;
  padding-right: 3px; /* italic overhang so the k's slant isn't clipped/cramped */
}
.ann-short { display: none; }
.nav-links { display: flex; gap: 13px; margin: 0 auto; }  /* brand far left · nav centered · cta far right */
.nav-links a {
  color: var(--ink-2); text-decoration: none; font-size: 13.5px; font-weight: 600; white-space: nowrap;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.cart-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  height: 40px; min-width: 46px; padding: 0 12px; border-radius: 20px;
  background: var(--band); border: 1px solid var(--line); color: var(--ink);
  cursor: pointer; transition: transform 140ms ease, border-color 160ms ease, background 160ms ease;
}
.cart-btn:hover { border-color: var(--line-2); background: #fff; }
.cart-btn:active { transform: scale(0.95); }
.cart-btn .ic { width: 19px; height: 19px; stroke-width: 2; transform: translateY(-1.4px); }
/* the cart glyph's own artwork sits low in its viewBox (wheels near the
   bottom edge) — its drawn content is centred at y=13.8 of 24, not 12 —
   so the icon needs a manual nudge to look centred in the button */
.cart-count {
  display: none; align-items: center; justify-content: center;
  min-width: 19px; height: 19px; padding: 0 5px; border-radius: 10px;
  background: var(--red); color: #fff;
  font-size: 11.5px; font-weight: 800; line-height: 1;
}

/* ---------- hero / order ---------- */
.hero { padding: 44px 0 40px; background: linear-gradient(#FBFBFD, #fff 70%); }
.hero-h1 {
  text-align: center; font-size: clamp(30px, 4.6vw, 50px); font-weight: 900;
  line-height: 1.1; letter-spacing: -0.02em; max-width: 900px; margin: 0 auto;
}
.grad-text {
  font-style: normal;
  background: var(--grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
#hero-platform-word, #hero-service-word { transition: opacity 200ms ease; }
#hero-platform-word.swap, #hero-service-word.swap { opacity: 0; }
.hero-sub {
  text-align: center; color: var(--ink-2); font-size: 16px; font-weight: 500;
  max-width: 620px; margin: 14px auto 0;
}

/* trust trio */
.trust-trio {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 10px 22px; margin: 20px auto 26px;
}
.trio-rating { display: inline-flex; align-items: center; gap: 9px; }
.tpstars { display: inline-flex; gap: 2px; }
.tpstars i {
  display: inline-flex; align-items: center; justify-content: center;
  width: 20px; height: 20px; background: var(--green);
  color: #fff; font-style: normal; font-size: 12.5px; border-radius: 2px;
}
.tpstars.sm i { width: 16px; height: 16px; font-size: 10px; }
.rating-txt { font-size: 14px; color: var(--ink-2); font-weight: 600; }
.rating-txt strong { color: var(--ink); font-weight: 800; }
.rating-txt a { color: var(--blue); font-weight: 600; }
.trio-live {
  display: inline-flex; align-items: center; gap: 10px;
  min-width: 0; max-width: 100%; flex-wrap: nowrap;
}
.trio-live .applepay-badge { flex: none; }
.live-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--mint); border-radius: 20px;
  padding: 7px 14px; font-size: 12.5px; font-weight: 700; color: var(--green-d);
  white-space: nowrap; min-width: 0; transition: opacity 300ms ease;
}
#ticker-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.live-pill.swap { opacity: 0; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex: none; }
.applepay-badge {
  display: inline-flex; align-items: center;
  border: 1px solid var(--line-2); border-radius: 7px; background: #fff;
  padding: 5px 12px; font-size: 13.5px; font-weight: 700; color: var(--ink);
}

/* order box */
.order-box { max-width: 660px; margin: 0 auto; scroll-margin-top: 80px; }
.ptabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ptab {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 12px 8px 10px; border-radius: 12px 12px 0 0;
  background: var(--band); border: 1px solid var(--line); border-bottom: 0;
  cursor: pointer; font-family: var(--font);
  transition: background 160ms ease, transform 140ms ease;
  position: relative; top: 1px;
}
.ptab .pg { width: 24px; height: 24px; }
.ptab-name { font-size: 14px; font-weight: 800; color: var(--ink); }
.ptab-rate { font-size: 11px; font-weight: 700; color: var(--green-d); }
.ptab-rate em { font-style: normal; color: var(--ink-3); font-weight: 600; }
.ptab:not(.is-active) { opacity: 0.62; }
.ptab:not(.is-active):hover { opacity: 0.85; }
.ptab.is-active { background: #fff; border-color: var(--line-2); z-index: 2; }
.ptab.ptab-ig.is-active { box-shadow: inset 0 3px 0 #DD2A7B; }
.ptab.ptab-tt.is-active { box-shadow: inset 0 3px 0 #010101; }
.ptab.ptab-yt.is-active { box-shadow: inset 0 3px 0 #FF0000; }

.order-body {
  position: relative; z-index: 1;
  background: #fff; border: 1px solid var(--line-2); border-radius: 0 0 14px 14px;
  padding: 18px; box-shadow: var(--sh-card);
}

.seg {
  display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 4px;
  background: var(--band); border: 1px solid var(--line);
  border-radius: 10px; padding: 3px; margin-bottom: 12px;
}
.seg-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 38px; border: 0; border-radius: 8px;
  background: transparent; color: var(--ink-2);
  font-family: var(--font); font-size: 13.5px; font-weight: 700;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}
.seg-btn.is-active { background: #fff; color: var(--ink); box-shadow: var(--sh-soft), inset 0 0 0 1px var(--line-2); }

.qty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.qty-card {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  padding: 13px 6px; min-height: 66px;
  background: #fff; border: 1px solid var(--line-2); border-radius: 12px;
  color: var(--ink); cursor: pointer; font-family: var(--font); text-align: center;
  transition: border-color 150ms ease, transform 140ms ease, box-shadow 150ms ease;
}
.qty-card:not(.qc-feat) { overflow: hidden; }   /* clip the corner discount flag to the rounded corner */
.qty-card:hover { border-color: var(--ink-3); }
.qty-card:active { transform: scale(0.97); }
.qty-card.is-selected { border-color: var(--orange); box-shadow: 0 0 0 1.5px var(--orange); }
.qty-card .qc-qty { font-size: 17px; font-weight: 800; line-height: 1.1; }
.qty-card .qc-price { font-size: 13.5px; font-weight: 800; color: var(--ink); line-height: 1.1; }
/* corner "-XX%" discount flag (Buzzoid/Twicsy style) */
.qty-card .qc-disc {
  position: absolute; top: 0; right: 0;
  font-size: 9px; font-weight: 800; letter-spacing: 0.01em; line-height: 1;
  color: #fff; background: var(--red);
  padding: 3px 6px 3.5px 7px; border-bottom-left-radius: 9px;
}
/* featured chip = gradient fill (the category's signature move) */
.qty-card.qc-feat { background: var(--grad); border-color: transparent; }
.qty-card.qc-feat .qc-qty, .qty-card.qc-feat .qc-price { color: #fff; }
.qty-card.qc-feat .qc-disc {
  position: static; background: #fff; color: var(--red);
  border-radius: 20px; padding: 3px 10px; font-size: 11px; box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}
.qty-card.qc-feat.is-selected { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--orange); }
.qty-card .qc-badge {
  position: absolute; top: -9px; left: 50%; transform: translateX(-50%);
  background: var(--green); color: #fff; white-space: nowrap;
  font-size: 9px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 2.5px 8px; border-radius: 20px; z-index: 2;
}
/* display-only sold-out filler — not clickable */
.qty-card.qc-sold {
  cursor: not-allowed; background: var(--band); border-color: var(--line);
  border-style: dashed;
}
.qty-card.qc-sold:hover { border-color: var(--line); }
.qty-card.qc-sold .qc-qty { color: var(--ink-3); }
.qty-card.qc-sold .qc-price { color: var(--ink-3); text-transform: none; }
/* the "Sold out" pill sits above its card (top:-9px) and collides with the
   featured card's glow in the row above — it's redundant ("Out of stock" is in
   the card body), so hide it at every width. */
.qty-card.qc-sold .qc-badge { display: none; }
.qty-card .qc-badge-sold {
  background: var(--ink-3); color: #fff; text-transform: uppercase;
}

.order-row { display: flex; gap: 8px; margin-top: 14px; }
.handle-field {
  flex: 1; min-width: 0; display: flex; align-items: center; gap: 7px;
  height: 50px; padding: 0 14px;
  background: var(--band); border: 1.5px solid var(--line-2); border-radius: 10px;
  transition: border-color 150ms ease, box-shadow 150ms ease, background 150ms ease;
}
.handle-field:focus-within { background: #fff; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255, 107, 26, 0.15); }
.handle-ic { display: inline-flex; color: var(--ink-3); flex: none; }
.handle-ic svg { width: 19px; height: 19px; }
.handle-field:focus-within .handle-ic { color: var(--orange); }
.handle-at { font-size: 16px; font-weight: 700; color: var(--ink-3); flex: none; margin-right: -3px; }
.handle-field:focus-within .handle-at, .handle-field.has-val .handle-at { color: var(--ink); }
.handle-field input {
  flex: 1; min-width: 0; height: 100%; border: 0; outline: none; background: transparent;
  color: var(--ink); font-family: var(--font); font-size: 16px; font-weight: 600;
}
.handle-field input::placeholder { color: var(--ink-3); font-weight: 500; }

.order-total {
  display: flex; align-items: baseline; justify-content: space-between; gap: 10px;
  flex-wrap: wrap; margin-top: 13px; padding-top: 12px; border-top: 1px dashed var(--line-2);
}
.ot-price { display: inline-flex; align-items: baseline; gap: 9px; }
.ot-price strong { font-size: 26px; font-weight: 900; letter-spacing: -0.01em; }
.ot-price s { color: var(--ink-3); font-size: 14px; font-weight: 600; }
.ot-save {
  font-size: 11px; font-weight: 800; color: #fff; background: var(--red);
  border-radius: 5px; padding: 3px 7px; letter-spacing: 0.03em;
}
.ot-meta { font-size: 12.5px; color: var(--ink-3); font-weight: 600; }
.order-micro { font-size: 12px; color: var(--ink-3); font-weight: 500; margin-top: 12px; text-align: center; }

/* ---------- guarantee strip ---------- */
.gstrip { background: var(--band); border-block: 1px solid var(--line); }
.gstrip-in {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 28px;
  padding: 13px 20px; font-size: 13px; font-weight: 700; color: var(--ink-2);
}

/* ---------- why ---------- */
.why { padding: 64px 0 58px; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 34px; }
.why-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 24px; box-shadow: var(--sh-soft);
}
.why-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  margin-bottom: 14px; color: #fff;
}
.why-ic .ic { width: 21px; height: 21px; }
.why-ic-green { background: var(--green); }
.why-ic-orange { background: var(--orange); }
.why-ic-blue { background: var(--blue); }
.why-card h3 { font-size: 17.5px; font-weight: 800; margin-bottom: 7px; }
.why-card p { color: var(--ink-2); font-size: 14px; }

/* ---------- how ---------- */
.how { padding: 58px 0 64px; background: var(--band); border-block: 1px solid var(--line); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 34px; }
.step-circle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ink); color: #fff; font-size: 15px; font-weight: 800;
  margin-bottom: 12px;
}
.how-step h3 { font-size: 17px; font-weight: 800; margin-bottom: 6px; }
.how-step p { color: var(--ink-2); font-size: 14px; }
.how-cta { text-align: center; margin-top: 38px; }

/* ---------- reviews ---------- */
.reviews { padding: 64px 0; }
.rv-count { color: var(--ink-2); font-size: 14.5px; margin-top: 8px; }
.rv-count strong { color: var(--ink); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px; }
.review {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 18px 18px 16px; box-shadow: var(--sh-soft);
}
.rv-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.rv-date { font-size: 12px; color: var(--ink-3); font-weight: 600; }
.review .rv-title { font-size: 15px; font-weight: 800; margin-bottom: 5px; }
.review p { color: var(--ink-2); font-size: 13.5px; }
.rv-who { margin-top: 12px; font-size: 12px; color: var(--ink-3); font-weight: 600; }
.rv-check { color: var(--green-d); white-space: nowrap; }

/* ---------- services ---------- */
.services { padding: 58px 0 64px; background: var(--band); border-block: 1px solid var(--line); }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 32px; }
.svc {
  display: flex; flex-direction: column; gap: 3px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  padding: 14px 16px; text-decoration: none;
  transition: border-color 150ms ease, transform 140ms ease;
}
.svc:hover { border-color: var(--orange); }
.svc:active { transform: scale(0.98); }
.svc span { font-size: 13.5px; font-weight: 700; color: var(--blue); }
.svc b { font-size: 12px; font-weight: 700; color: var(--ink-3); }

/* ---------- comparison ---------- */
.compare { padding: 64px 0; }
.compare-scroll { overflow-x: auto; margin-top: 32px; -webkit-overflow-scrolling: touch; }
.compare-table {
  width: 100%; min-width: 620px; border-collapse: separate; border-spacing: 0;
  font-size: 14px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; overflow: hidden;
}
.compare-table th, .compare-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table thead th { font-size: 14px; font-weight: 800; background: var(--band); }
.compare-table tbody th { font-weight: 600; color: var(--ink-2); }
.ct-us { background: #FFF8F2; }
thead .ct-us { color: var(--orange); }
.compare-table .yes, .compare-table .no { font-weight: 800; margin-right: 7px; }
.compare-table .yes { color: var(--green); }
.compare-table .no { color: var(--red); }
.compare-table td { font-weight: 600; }
.compare-table td:not(.ct-us) { color: var(--ink-3); }

/* ---------- FAQ ---------- */
.faq { padding: 58px 0 70px; background: var(--band); border-top: 1px solid var(--line); }
.faq-wrap { max-width: 740px; }
.faq-list { margin-top: 30px; display: grid; gap: 8px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.faq-q {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  width: 100%; padding: 16px 18px; min-height: 54px;
  background: none; border: 0; color: var(--ink); cursor: pointer;
  font-family: var(--font); font-size: 15px; font-weight: 700; text-align: left;
}
.faq-q .ic { color: var(--ink-3); transition: transform 200ms ease; }
.faq-item.open .faq-q .ic { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 280ms ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 18px 16px; color: var(--ink-2); font-size: 14px; }

/* ---------- final CTA ---------- */
.final { background: var(--grad); padding: 64px 0; }
.final-in { text-align: center; }
.final-h { color: #fff; font-size: clamp(26px, 4vw, 40px); font-weight: 900; letter-spacing: -0.015em; }
.final-sub { color: rgba(255, 255, 255, 0.95); font-size: 15.5px; font-weight: 600; max-width: 480px; margin: 12px auto 16px; line-height: 1.5; }

/* ---------- footer ---------- */
.footer { background: var(--navy); color: #fff; padding: 48px 0 28px; }
.footer .brand { color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr; gap: 32px; }
.footer-blurb { color: rgba(255, 255, 255, 0.6); font-size: 13px; max-width: 250px; margin: 12px 0 16px; }
.pay-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.pay-chip {
  display: inline-flex; align-items: center; justify-content: center;
  height: 25px; padding: 0 7px; border-radius: 4px;
  background: #fff;
}
.pay-chip svg { height: 13px; width: auto; display: block; }
.footer-col { display: grid; gap: 8px; align-content: start; }
.fc-title { font-size: 11.5px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); margin-bottom: 4px; }
.footer-col a { color: rgba(255, 255, 255, 0.75); text-decoration: none; font-size: 13px; font-weight: 500; }
.footer-col a:hover { color: #fff; text-decoration: underline; }
.footer-legal { border-top: 1px solid rgba(255, 255, 255, 0.12); margin-top: 38px; padding-top: 20px; display: grid; gap: 8px; }
.footer-legal p { color: rgba(255, 255, 255, 0.4); font-size: 11.5px; max-width: 760px; }

/* ---------- cart drawer ---------- */
body.cart-open { overflow: hidden; }
.cart-scrim {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(12, 22, 38, 0.5);
  opacity: 0; pointer-events: none; transition: opacity 260ms ease;
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
}
.cart-scrim.open { opacity: 1; pointer-events: auto; }
.cart-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100;
  width: min(420px, calc(100vw - 30px));
  background: var(--band);
  display: flex; flex-direction: column;
  transform: translateX(100%);
  transition: transform 380ms cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: -26px 0 64px -26px rgba(12, 22, 38, 0.42);
}
.cart-drawer.open { transform: translateX(0); }

.cart-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 15px 18px; background: #fff; border-bottom: 1px solid var(--line);
}
.cart-head-l { display: flex; align-items: center; gap: 11px; min-width: 0; }
.cart-head-ic {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--grad); color: #fff;
}
.cart-head-ic svg { width: 21px; height: 21px; }
.cart-title { font-size: 16.5px; font-weight: 800; line-height: 1.1; }
.cart-sub { font-size: 11.5px; font-weight: 600; color: var(--ink-3); margin-top: 2px; }
.cart-close {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--band); border: 1px solid var(--line-2); color: var(--ink-3);
  cursor: pointer; transition: transform 140ms ease, color 140ms ease, background 140ms ease;
}
.cart-close:hover { color: var(--ink); background: #fff; }
.cart-close:active { transform: scale(0.92); }
.cart-close .ic { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2; fill: none; }

/* discount-progress bar */
.cart-progress { padding: 12px 18px; background: #fff; border-bottom: 1px solid var(--line); }
.cart-progress .cp-msg { font-size: 12.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.cart-progress .cp-msg b { color: var(--orange); font-weight: 800; }
.cart-progress.is-hit .cp-msg, .cart-progress.is-hit .cp-msg b { color: var(--green-d); }
.cart-progress .cp-bar { height: 7px; border-radius: 20px; background: var(--line); overflow: hidden; }
.cart-progress .cp-bar span { display: block; height: 100%; border-radius: 20px; background: var(--grad); transition: width 420ms cubic-bezier(0.32, 0.72, 0, 1); }
.cart-progress.is-hit .cp-bar span { background: linear-gradient(90deg, var(--green), #00d68f); }

/* line items */
.cart-items { flex: 1; overflow-y: auto; padding: 12px 14px; display: flex; flex-direction: column; gap: 10px; }
.cart-item {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid var(--line); border-radius: 13px;
  padding: 11px 12px; box-shadow: var(--sh-soft);
}
.cart-ic {
  width: 40px; height: 40px; border-radius: 10px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--band); border: 1px solid var(--line);
}
.cart-ic svg { width: 26px; height: 26px; }
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-title { font-size: 13.5px; font-weight: 800; line-height: 1.2; }
.cart-item-meta { font-size: 11.5px; color: var(--ink-3); margin-top: 1px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cart-item-tag {
  display: inline-block; margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: 0.01em;
  color: var(--green-d); background: var(--mint); border-radius: 20px; padding: 2px 7px;
}
.cart-item-r { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; flex: none; }
.cart-item-price { font-weight: 800; font-size: 14.5px; }
.cart-item-remove {
  display: inline-flex; align-items: center; justify-content: center;
  width: 24px; height: 24px; border-radius: 7px; border: 0;
  background: var(--band); color: var(--ink-3); cursor: pointer;
  transition: color 140ms ease, background 140ms ease;
}
.cart-item-remove svg { width: 13px; height: 13px; stroke: currentColor; stroke-width: 2.2; fill: none; }
.cart-item-remove:hover { color: var(--red); background: #fdecec; }

/* empty state */
.cart-empty { text-align: center; padding: 52px 22px; margin: auto 0; }
.cart-empty-ic {
  width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 18px;
  background: #fff; border: 1px solid var(--line); color: var(--ink-3);
  display: flex; align-items: center; justify-content: center;
}
.cart-empty-ic svg { width: 30px; height: 30px; }
.cart-empty-t { font-size: 16px; font-weight: 800; }
.cart-empty-s { font-size: 13px; color: var(--ink-3); margin: 6px auto 18px; max-width: 240px; line-height: 1.5; }
.cart-empty-btn {
  border: 0; background: var(--ink); color: #fff; font-family: var(--font);
  font-weight: 800; font-size: 13.5px; padding: 11px 22px; border-radius: 10px; cursor: pointer;
  transition: background 140ms ease;
}
.cart-empty-btn:hover { background: #000; }

/* footer + totals */
.cart-foot { padding: 14px 18px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; }
.cart-totals { margin-bottom: 12px; }
.cart-tline { display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; font-weight: 700; color: var(--ink-3); padding: 3px 0; }
.cart-tline .num { color: var(--ink); font-weight: 800; }
.cart-tline.is-disc, .cart-tline.is-disc .num { color: var(--green-d); }
.cart-tline.is-total { font-size: 15px; color: var(--ink); margin-top: 5px; padding-top: 9px; border-top: 1px dashed var(--line-2); }
.cart-tline.is-total .num { font-size: 18px; }
.cart-pay { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 12px 0 9px; flex-wrap: wrap; }
.cart-trust { font-size: 11px; color: var(--ink-3); text-align: center; font-weight: 600; line-height: 1.4; }

/* ---------- mobile buy bar ---------- */
.mobar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; align-items: center; gap: 12px;
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: #fff; border-top: 1px solid var(--line-2);
  box-shadow: 0 -8px 24px -14px rgba(12, 22, 38, 0.35);
  transform: translateY(105%); transition: transform 260ms ease;
}
.mobar.show { transform: translateY(0); }
.mobar-info { flex: 1; min-width: 0; }
.mobar-title { font-size: 13px; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobar-price { font-size: 12.5px; color: var(--red); font-weight: 800; }
.mobar .btn-buy { height: 44px; padding: 0 18px; font-size: 13px; flex: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .live-pill, #hero-platform-word, #hero-service-word { transition: none; }
  .cart-drawer, .cart-scrim, .mobar { transition: none; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1020px) {
  .why-grid, .how-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .nav-in { justify-content: space-between; }
  .nav-cta { margin-left: auto; }
}

/* ============================================================
   MOBILE VERSION (≤640px) — app-like, denser, thumb-first.
   Deliberately different from desktop: featured package becomes a
   full-width hero chip, packages go 2-up, reviews swipe, guarantee
   strip becomes a checklist.
   ============================================================ */
@media (max-width: 640px) {
  .annbar-in { font-size: 11px; gap: 7px; flex-wrap: nowrap; min-height: 34px; white-space: nowrap; }
  .ann-full { display: none; }
  .ann-short { display: inline; }
  .ann-new { font-size: 9px; padding: 2px 7px; flex: none; }
  .ann-cta { font-size: 10px; padding: 2.5px 9px; flex: none; }
  .brand-word { font-size: 17.5px; }
  .brand-mark { width: 25px; height: 25px; }
  .brand { gap: 7px; }
  .nav-in { min-height: 54px; }
  .cart-btn { height: 38px; padding: 0 11px; }

  /* --- hero: tighter, commerce sooner --- */
  .hero { padding: 22px 0 20px; }
  .hero-h1 { font-size: 30px; line-height: 1.12; }
  .hero-sub { font-size: 13.5px; margin-top: 11px; line-height: 1.5; }
  .trust-trio { gap: 9px 12px; margin: 16px auto 18px; }
  .tpstars i { width: 17px; height: 17px; font-size: 11px; }
  .rating-txt { font-size: 13px; }
  .live-pill { font-size: 11px; padding: 6px 10px; gap: 6px; }
  .applepay-badge { font-size: 12px; padding: 5px 10px; }

  /* --- platform tabs: compact app tabs --- */
  .ptabs { gap: 6px; }
  .ptab { padding: 9px 4px 8px; gap: 2px; border-radius: 10px 10px 0 0; }
  .ptab .pg { width: 19px; height: 19px; }
  .ptab-name { font-size: 12px; }
  .ptab-rate { font-size: 9.5px; }
  .order-body { padding: 13px; }
  .seg-btn { min-height: 40px; }

  /* --- packages: 2-up cards, featured spans full width first --- */
  .qty-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .qty-card { min-height: 66px; padding: 12px 6px; border-radius: 12px; gap: 3px; }
  .qty-card .qc-qty { font-size: 18px; }
  .qty-card .qc-price { font-size: 14px; }
  .qty-card .qc-disc { font-size: 9px; padding: 3px 6px 3.5px 7px; }
  /* featured = full-width single row: qty · price · SAVE, fills the band */
  .qty-card.qc-feat {
    grid-column: 1 / -1; order: -1;
    flex-direction: row; justify-content: center; align-items: center; gap: 11px;
    min-height: 54px; margin-top: 5px; padding: 14px 10px;
  }
  .qty-card.qc-feat .qc-qty { font-size: 22px; }
  .qty-card.qc-feat .qc-price { font-size: 17px; }
  .qty-card.qc-feat .qc-disc { font-size: 11px; padding: 3px 11px; }
  .qty-card.qc-sold {
    grid-column: 1 / -1; order: 99;
    flex-direction: row; justify-content: center; align-items: center; gap: 8px;
    min-height: 42px; padding: 8px 6px;
  }
  .qty-card.qc-sold .qc-qty { font-size: 12.5px; }
  .qty-card.qc-sold .qc-badge { display: none; }
  .qty-card.qc-sold .qc-price { font-size: 12.5px; font-weight: 700; }
  .qty-card.qc-sold .qc-price::before { content: "·\00a0"; margin-right: 1px; }

  /* --- order row + total --- */
  .order-row { flex-direction: column; margin-top: 12px; }
  .order-row .btn-buy { width: 100%; height: 52px; font-size: 15px; }
  .handle-field { height: 52px; }
  .order-total { margin-top: 12px; }
  .ot-price strong { font-size: 24px; }
  .ot-meta { width: 100%; }
  .order-micro { font-size: 11px; }

  /* --- guarantee strip: 2-col checklist --- */
  .gstrip-in {
    display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px;
    justify-content: start; text-align: left; font-size: 12px; padding: 14px 20px;
  }
  .gstrip-in span:last-child { grid-column: 1 / -1; }

  /* --- why cards: icon-beside-title rows --- */
  .why { padding: 44px 0 40px; }
  .why-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  .why-card { display: grid; grid-template-columns: 40px 1fr; column-gap: 12px; align-items: center; padding: 16px; border-radius: 12px; }
  .why-ic { width: 40px; height: 40px; margin: 0; grid-row: 1 / span 2; align-self: start; }
  .why-card h3 { font-size: 15.5px; margin: 0 0 3px; }
  .why-card p { font-size: 13px; grid-column: 2; }

  .h2 { font-size: 23px; }
  .how { padding: 40px 0 46px; }
  .how-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }
  .step-circle { width: 30px; height: 30px; font-size: 13.5px; margin-bottom: 8px; }
  .how-step h3 { font-size: 15.5px; }
  .how-step p { font-size: 13px; }
  .how-cta { margin-top: 26px; }

  /* --- reviews: swipeable cards --- */
  .reviews { padding: 44px 0; }
  .rv-count { font-size: 13.5px; }
  .review-grid {
    display: flex; grid-template-columns: none;
    margin: 22px -20px 0; padding: 4px 20px 10px;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    gap: 10px; scrollbar-width: none;
  }
  .review-grid::-webkit-scrollbar { display: none; }
  .review { flex: 0 0 80%; scroll-snap-align: center; }

  /* --- services: compact 2-col --- */
  .services { padding: 40px 0 46px; }
  .svc-grid { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 22px; }
  .svc { padding: 11px 12px; }
  .svc span { font-size: 12px; }
  .svc b { font-size: 11px; }

  .compare { padding: 44px 0; }
  .faq { padding: 40px 0 48px; }
  .faq-q { font-size: 14px; padding: 14px 16px; min-height: 50px; }
  .faq-a p { font-size: 13.5px; padding: 0 16px 14px; }
  .final { padding: 46px 0; }
  .footer { padding: 38px 0 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-col a { font-size: 12.5px; }
  .footer-legal p { font-size: 10.5px; }
  .mobar { display: flex; }
  .btn-outline { display: none; }
}

/* ============================================================
   ORDER FLOW — live handle verification + post-picker modal
   (port of igfollowers.io verify-handle + order-modal, light skin)
   ============================================================ */

/* ---------- inline profile preview ---------- */
.uv-box { margin-top: 10px; }
.uv-row {
  display: flex; align-items: center; gap: 9px;
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  background: var(--band); border: 1px solid var(--line);
  border-radius: 10px; padding: 10px 13px;
}
.uv-row.uv-bad { color: #B3261E; background: var(--red-tint); border-color: #F3C1C3; }
.uv-row.uv-warn { color: #8A5A00; background: #FFF6E5; border-color: #F2DFAE; }
.uv-spin {
  width: 14px; height: 14px; border-radius: 50%; flex: none;
  border: 2px solid var(--line-2); border-top-color: var(--orange);
  animation: uvspin 700ms linear infinite;
}
@keyframes uvspin { to { transform: rotate(360deg); } }
.uv-card {
  background: #fff; border: 1px solid var(--line-2); border-radius: 14px;
  overflow: hidden; box-shadow: var(--sh-card);
  animation: uv-in 260ms cubic-bezier(0.23, 1, 0.32, 1);
}
@keyframes uv-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.uv-found {
  display: flex; align-items: center; gap: 7px;
  background: var(--mint); color: var(--green-d);
  font-size: 12.5px; font-weight: 800; padding: 9px 15px;
  border-bottom: 1px solid #CDEFDE;
}
.uv-found-ic {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 17px; height: 17px; border-radius: 50%; background: var(--green); color: #fff;
}
.uv-found-ic svg { width: 11px; height: 11px; }
.uv-body { padding: 14px 15px; }
.uv-top { display: flex; align-items: center; gap: 12px; }
.uv-avwrap { position: relative; flex: none; }
.uv-av, .uv-av-sm { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; display: block; }
.uv-av { box-shadow: 0 0 0 2px #fff, 0 0 0 3.5px var(--line-2); }
.uv-av-sm { width: 30px; height: 30px; }
.uv-av-fallback {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #FFE7D3, #FFD1CB); color: var(--orange); font-weight: 800; font-size: 17px;
}
.uv-avbadge {
  position: absolute; right: -2px; bottom: -2px;
  width: 18px; height: 18px; border-radius: 50%;
  background: #3897F0; border: 2px solid #fff;
  display: inline-flex; align-items: center; justify-content: center;
}
.uv-avbadge svg { width: 9px; height: 9px; }
.uv-id { min-width: 0; flex: 1; }
.uv-name {
  display: flex; align-items: center; gap: 5px;
  font-size: 15.5px; font-weight: 800; line-height: 1.2;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.uv-tick { width: 15px; height: 15px; flex: none; }
.uv-handle { font-size: 13px; color: var(--ink-3); font-weight: 600; margin-top: 1px; }
.uv-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); text-align: center;
}
.uv-stat { position: relative; }
.uv-stat + .uv-stat::before {
  content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 1px; background: var(--line);
}
.uv-stat b { display: block; font-size: 16px; font-weight: 800; color: var(--ink); }
.uv-stat span { font-size: 11.5px; color: var(--ink-3); font-weight: 600; }

/* ---------- post-picker modal ---------- */
.om-overlay {
  position: fixed; inset: 0; z-index: 110;
  background: rgba(12, 22, 38, 0.5);
  display: flex; align-items: center; justify-content: center; padding: 18px;
  opacity: 0; pointer-events: none; transition: opacity 220ms ease;
}
.om-overlay.open { opacity: 1; pointer-events: auto; }
.om-dialog {
  position: relative; width: min(560px, 100%); max-height: min(88vh, 760px);
  background: #fff; border-radius: 16px; box-shadow: 0 30px 80px -20px rgba(12, 22, 38, 0.45);
  display: flex; flex-direction: column; overflow: hidden;
  transform: scale(0.96); opacity: 0; transition: transform 220ms cubic-bezier(0.23, 1, 0.32, 1), opacity 200ms ease;
}
.om-overlay.open .om-dialog { transform: scale(1); opacity: 1; }
.om-close {
  position: absolute; top: 14px; right: 14px; z-index: 3;
  width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--line-2);
  background: #fff; color: var(--ink); font-size: 20px; line-height: 1; cursor: pointer;
  transition: transform 140ms ease;
}
.om-close:active { transform: scale(0.94); }
.om-body { display: flex; flex-direction: column; min-height: 0; flex: 1; }
.om-head { padding: 20px 22px 12px; flex: none; }
.om-scroll { flex: 1; min-height: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0 22px 8px; }
.om-foot { flex: none; padding: 12px 22px 18px; border-top: 1px solid var(--line); background: #fff; }
.om-eyebrow { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); }
.om-sum { font-size: 19px; font-weight: 800; margin: 4px 0 12px; padding-right: 44px; }
.om-acct {
  display: flex; align-items: center; gap: 9px;
  background: var(--band); border: 1px solid var(--line); border-radius: 10px;
  padding: 8px 12px; font-size: 13px; color: var(--ink-2); font-weight: 600;
}
.om-acct-av { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; flex: none; }
.om-acct-tx b { color: var(--ink); }
.om-hint { font-size: 13.5px; color: var(--ink-2); font-weight: 500; margin: 12px 0; }
.om-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.om-loading, .om-empty {
  grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 9px;
  padding: 34px 12px; font-size: 13.5px; color: var(--ink-2); font-weight: 600; text-align: center;
}
.om-post {
  position: relative; aspect-ratio: 1; border-radius: 12px; overflow: hidden;
  border: 2px solid var(--line); background: var(--band); cursor: pointer; padding: 0;
  transition: border-color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}
.om-post:hover { border-color: var(--line-2); }
.om-post:active { transform: scale(0.96); }
.om-post img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 200ms ease; }
.om-post.sel img { transform: scale(1.04); }
.om-post-noimg img { display: none; }
.om-post-meta {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  color: #fff; font-size: 10.5px; font-weight: 700; padding: 16px 8px 6px; text-align: left;
}
.om-post-check {
  position: absolute; top: 7px; right: 7px;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(255, 255, 255, 0.55); backdrop-filter: blur(2px);
  border: 1.5px solid rgba(255, 255, 255, 0.9); color: transparent;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 800;
  transition: background 140ms ease, color 140ms ease, transform 140ms ease;
}
.om-post.sel { border-color: var(--orange); box-shadow: 0 0 0 2px var(--orange), var(--sh-card); }
.om-post.sel .om-post-check { background: var(--orange); border-color: #fff; color: #fff; transform: scale(1.08); }
.om-post.sel::after {
  content: ""; position: absolute; inset: 0; border-radius: 10px;
  box-shadow: inset 0 0 0 100px rgba(255, 107, 26, 0.12); pointer-events: none;
}
.om-split {
  font-size: 13px; font-weight: 700; color: var(--green-d); text-align: center;
  background: var(--mint); border-radius: 9px; padding: 9px 13px; margin-bottom: 12px;
}
.om-split-cap { color: #8A5A00; background: #FFF6E5; }
.om-safe { font-size: 12px; color: var(--ink-3); font-weight: 500; text-align: center; margin-top: 10px; }

/* Bottom-sheet on mobile — CTA always pinned, grid drops to 3-up */
@media (max-width: 560px) {
  .om-overlay { padding: 0; align-items: flex-end; }
  .om-dialog {
    width: 100%; max-height: 92vh; border-radius: 20px 20px 0 0;
    transform: translateY(100%); opacity: 1;
    transition: transform 320ms cubic-bezier(0.32, 0.72, 0, 1);
  }
  .om-overlay.open .om-dialog { transform: translateY(0); }
  .om-dialog::before {
    content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
    width: 38px; height: 4px; border-radius: 4px; background: var(--line-2); z-index: 3;
  }
  .om-head { padding: 22px 18px 12px; }
  .om-scroll { padding: 0 18px 8px; }
  .om-foot { padding: 12px 18px calc(16px + env(safe-area-inset-bottom)); }
  .om-close { top: 16px; right: 16px; }
  .om-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
}

/* ============================================================
   MOBILE BELOW-HERO v2 — research-led rebuild
   (live feed marquee · order tracker · growth receipt ·
    price-menu rows · mirror comparison · chat proof)
   ============================================================ */

.m-only { display: none; }

/* ---------- upgraded review cards (shared) ---------- */
.rv-av {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--navy); color: #fff; font-size: 13px; font-weight: 800;
}
.rv-top { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.rv-id { min-width: 0; flex: 1; }
.rv-id b { display: block; font-size: 14.5px; font-weight: 800; line-height: 1.2; }
.rv-vp { font-size: 11px; font-weight: 700; color: var(--green-d); }
.review .tpstars { margin-bottom: 8px; }
.review .rv-title { font-size: 15px; font-weight: 800; margin-bottom: 5px; }
.rv-date { font-size: 12px; color: var(--ink-3); font-weight: 600; margin-left: auto; }
.rv-who { margin-top: 12px; font-size: 12px; color: var(--ink-3); font-weight: 600; }

/* ---------- support chat (shared, both breakpoints) ---------- */
.supportchat { padding: 56px 0 60px; background: var(--band); border-block: 1px solid var(--line); }
.sc-wrap { max-width: 560px; }
.sc-sub { color: var(--ink-2); font-size: 14.5px; font-weight: 500; margin: 8px 0 20px; }
.chatwin {
  background: var(--band); border: 1px solid var(--line);
  border-radius: 16px; padding: 16px; display: grid; gap: 10px;
}
.cb { max-width: 82%; }
.cb p {
  padding: 10px 14px; font-size: 14px; font-weight: 500; line-height: 1.45;
  border-radius: 14px;
}
.cb span { display: block; font-size: 10.5px; color: var(--ink-3); font-weight: 600; margin-top: 3px; }
.cb-l { justify-self: start; }
.cb-l p { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; color: var(--ink); }
.cb-r { justify-self: end; text-align: right; }
.cb-r p { background: var(--navy); color: #fff; border-bottom-right-radius: 4px; text-align: left; }
.btn-ghost-ink {
  display: flex; align-items: center; justify-content: center;
  margin-top: 14px; height: 50px; border: 2px solid var(--ink); border-radius: 12px;
  color: var(--ink); font-size: 13.5px; font-weight: 800; letter-spacing: 0.04em; text-decoration: none;
  transition: transform 140ms ease, background 160ms ease;
}
.btn-ghost-ink:active { transform: scale(0.98); }

/* ---------- final band additions ---------- */
.final-stats { color: rgba(255,255,255,0.82); font-size: 13px; font-weight: 600; letter-spacing: 0.01em; margin: 0 0 24px; }
.final-micro { color: rgba(255,255,255,0.78); font-size: 12.5px; font-weight: 500; margin-top: 18px; }
.final-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.final-btns .btn-white:hover { filter: brightness(0.97); }
.btn-ghost-w {
  display: inline-flex; align-items: center; justify-content: center;
  height: 52px; padding: 0 26px; border: 2px solid rgba(255,255,255,0.9); border-radius: 10px;
  color: #fff; font-size: 14px; font-weight: 800; letter-spacing: 0.04em; text-decoration: none;
  transition: transform 140ms ease, background 160ms ease;
}
.btn-ghost-w:hover { background: rgba(255,255,255,0.14); }
.btn-ghost-w:active { transform: scale(0.97); }

/* ============================================================
   ≤640px — the mobile version proper
   ============================================================ */
@media (max-width: 640px) {
  .d-only { display: none !important; }
  .m-only { display: block; }

  /* --- live order feed marquee --- */
  .feedstrip {
    display: flex; align-items: center; gap: 10px;
    background: #fff; border-bottom: 1px solid var(--line);
    padding: 9px 0 9px 16px; overflow: hidden;
  }
  .feed-live {
    display: inline-flex; align-items: center; gap: 6px; flex: none;
    font-size: 10px; font-weight: 800; letter-spacing: 0.08em; color: var(--green-d);
  }
  .feed-clip { flex: 1; min-width: 0; overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }
  .feed-track { display: flex; white-space: nowrap; width: max-content; animation: feedmove 38s linear infinite; }
  .feed-track span { font-size: 13px; font-weight: 500; color: #5A6070; }
  @keyframes feedmove { to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .feed-track { animation: none; } }

  /* --- growth receipt (why-us) --- */
  .why-m-h, .how-head h2, .svc-m .h2, .cmp-m .h2 { text-align: left; font-size: 24px; }
  .growcard {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    box-shadow: 0 2px 12px rgba(20,23,31,0.06); padding: 18px; margin-top: 18px;
  }
  .gc-top { display: flex; align-items: center; gap: 11px; }
  .gc-av {
    display: inline-flex; align-items: center; justify-content: center; flex: none;
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--grad); color: #fff; font-weight: 800; font-size: 15px;
  }
  .gc-id { flex: 1; min-width: 0; }
  .gc-id b { display: block; font-size: 15px; font-weight: 800; }
  .gc-id span { font-size: 12px; color: var(--ink-3); font-weight: 600; }
  .gc-delta {
    font-size: 11px; font-weight: 800; color: var(--green-d);
    background: var(--mint); border-radius: 20px; padding: 4px 9px; white-space: nowrap;
  }
  .gc-stats {
    display: flex; gap: 18px; margin: 14px 0 4px; padding-top: 13px;
    border-top: 1px solid var(--line); font-size: 12.5px; color: var(--ink-3); font-weight: 600;
  }
  .gc-stats b { color: var(--ink); font-weight: 800; margin-right: 3px; }
  .gc-spark { width: 100%; height: 52px; margin-top: 6px; }
  .gc-axis { display: flex; justify-content: space-between; font-size: 10px; color: var(--ink-3); font-weight: 600; }
  .whychecks {
    list-style: none; display: grid; grid-template-columns: 1fr 1fr;
    gap: 9px 12px; margin-top: 16px; font-size: 13.5px; font-weight: 600; color: var(--ink-2);
  }

  /* --- order tracker (how) --- */
  .how-m-sub { color: var(--ink-2); font-size: 14px; font-weight: 500; margin: 8px 0 16px; }
  .trackcard {
    background: #fff; border: 1px solid var(--line); border-radius: 16px;
    box-shadow: 0 2px 12px rgba(20,23,31,0.06); padding: 18px; margin-bottom: 14px;
  }
  .tc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
  .tc-order { font-size: 12.5px; color: var(--ink-3); font-weight: 700; letter-spacing: 0.03em; }
  .tc-status {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; color: var(--green-d);
    background: var(--mint); border-radius: 20px; padding: 4px 10px;
  }
  .tc-steps { display: grid; gap: 0; }
  .tc-step { display: flex; gap: 12px; position: relative; padding-bottom: 16px; }
  .tc-step:not(:last-child)::before {
    content: ""; position: absolute; left: 10px; top: 22px; bottom: -2px; width: 2px; background: #E4E7EC;
  }
  .tc-node {
    display: inline-flex; align-items: center; justify-content: center; flex: none;
    width: 22px; height: 22px; border-radius: 50%; z-index: 1;
    background: var(--green); color: #fff; font-size: 11px; font-weight: 800;
  }
  .tc-node-live {
    background: #fff; border: 3px solid transparent;
    background-image: linear-gradient(#fff,#fff), var(--grad);
    background-origin: border-box; background-clip: content-box, border-box;
  }
  .tc-step b { display: block; font-size: 14px; font-weight: 800; line-height: 1.3; }
  .tc-step span:not(.tc-node) { font-size: 12px; color: var(--ink-3); font-weight: 600; }
  .tc-step > div > span { display: block; }
  .tc-bar { height: 7px; border-radius: 4px; background: var(--band); overflow: hidden; margin-top: 2px; }
  .tc-fill { display: block; height: 100%; width: 64%; border-radius: 4px; background: var(--grad); }
  .tc-foot { font-size: 12px; color: var(--ink-3); font-weight: 700; margin-top: 7px; text-align: right; }

  /* --- price-menu rows (services) --- */
  .svc-m .h2 { margin-bottom: 6px; }
  .svc-rows { margin-top: 10px; }
  .svc-row {
    display: flex; align-items: center; gap: 9px; min-height: 54px;
    padding: 8px 2px; border-bottom: 1px solid var(--line); text-decoration: none;
  }
  .svc-row:first-child { border-top: 1px solid var(--line); }
  .svc-row b { font-size: 15px; font-weight: 800; color: var(--ink); }
  .svc-row i { font-style: normal; font-size: 11px; font-weight: 800; color: var(--red); }
  .sr-price { margin-left: auto; font-size: 14.5px; font-weight: 800; color: var(--ink); }
  .sr-price::before { content: "from "; font-size: 11.5px; font-weight: 600; color: var(--ink-3); }
  .svc-row em { font-style: normal; color: var(--blue); font-size: 18px; font-weight: 700; }
  .svc-note { font-size: 13.5px; color: var(--ink-2); font-weight: 500; margin-top: 14px; }

  /* --- mirror comparison pairs --- */
  .cmp-pairs { margin-top: 16px; border-top: 1px solid var(--line); }
  .cmp-pair { padding: 13px 2px; border-bottom: 1px solid var(--line); }
  .cmp-pair:nth-child(even) { background: #FAFBFC; }
  .cp-us { display: flex; gap: 9px; font-size: 14.5px; font-weight: 800; color: var(--ink); }
  .cp-us span { color: var(--green); font-weight: 800; flex: none; }
  .cp-them { display: flex; gap: 9px; font-size: 13px; font-weight: 500; color: #8A90A0; margin: 4px 0 0 25px; }
  .cp-them span { color: var(--red); opacity: 0.7; font-weight: 700; flex: none; }

  /* --- reviews header left-aligned on mobile --- */
  .reviews .h2, .reviews .rv-count { text-align: left; }

  /* --- support chat tightening --- */
  .supportchat { padding: 44px 0; }
  .supportchat .h2 { text-align: left; font-size: 24px; }

  /* --- FAQ: numbered, always open, no accordion --- */
  .faq .h2 { text-align: left; font-size: 24px; }
  .faq-list { counter-reset: faqn; gap: 0; margin-top: 8px; }
  .faq-item { background: none; border: 0; border-radius: 0; box-shadow: none; border-bottom: 1px solid var(--line); padding: 16px 0 14px; }
  .faq-q {
    counter-increment: faqn; pointer-events: none;
    padding: 0 0 0 44px; min-height: 0; position: relative; font-size: 15.5px; font-weight: 800;
  }
  .faq-q::before {
    content: "0" counter(faqn); position: absolute; left: 0; top: -2px;
    font-size: 22px; font-weight: 900; color: var(--line-2); letter-spacing: -0.02em;
  }
  .faq-q .ic { display: none; }
  .faq-a { max-height: none !important; overflow: visible; }
  .faq-a p { padding: 6px 0 0 44px; font-size: 13.5px; }

  /* --- final band --- */
  .final-btns { flex-direction: column; }
  .final-btns .btn-white, .final-btns .btn-ghost-w { width: 100%; }
  .final-stats { font-size: 12px; }
}

/* ============================================================
   TRUST BLOCK (mobile) — even guarantee tiles + orders banner +
   rotating live feed. Winner of the trust-feed design workflow
   (variant 2 + judge refinements: seamless 5-row loop, even tile
   text, cohered #FF6A24 accent).  Shown only ≤640px (.m-only).
   ============================================================ */
/* Distinct flat full-bleed trust BAND (not floating content cards) so it
   reads as the strip clamped under the order box, not another section. */
.trustblock { background: var(--band); border-block: 1px solid var(--line); padding: 13px 0; }
.tb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.tb-tile {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 12px; min-width: 0;
  background: #fff; border: 1px solid var(--line); border-radius: 11px;
}
.tb-ic {
  flex: none; width: 30px; height: 30px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  background: var(--band); color: #FF6A24;
}
.tb-lab {
  display: flex; flex-direction: column; line-height: 1.25;
  font-size: 12px; color: var(--ink-3); min-width: 0; padding-top: 1px;
}
.tb-lab b { font-weight: 800; font-size: 12.5px; color: var(--ink); letter-spacing: -0.01em; }

.tb-banner {
  position: relative; overflow: hidden; margin-top: 7px;
  display: flex; align-items: center; gap: 9px;
  padding: 12px 14px; border-radius: 12px;
  background: var(--grad); color: #fff;
}
.tb-check {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.22); color: #fff;
}
.tb-btext { font-size: 14px; font-weight: 600; }
.tb-btext b { font-weight: 900; }
.tb-spark {
  position: absolute; top: 0; bottom: 0; left: -45%; width: 35%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: skewX(-18deg); animation: tbsheen 4.6s ease-in-out infinite;
}
@keyframes tbsheen { 0%,55% { left: -45%; } 100% { left: 120%; } }

.tb-feed {
  margin-top: 7px; display: flex; align-items: center; gap: 10px;
  padding: 8px 12px 8px 10px;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
}
.tb-live {
  flex: none; display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--green-d); background: var(--mint); padding: 5px 8px; border-radius: 7px;
}
.tb-live i {
  width: 6px; height: 6px; border-radius: 50%; background: var(--green);
  animation: tbpulse 1.9s ease-out infinite;
}
@keyframes tbpulse {
  0% { box-shadow: 0 0 0 0 rgba(0,182,122,0.5); }
  70% { box-shadow: 0 0 0 6px rgba(0,182,122,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,182,122,0); }
}
.tb-window { flex: 1; min-width: 0; height: 26px; overflow: hidden; }
.tb-track { display: flex; flex-direction: column; animation: tbrotate 13s cubic-bezier(.7,0,.2,1) infinite; }
.tb-row { flex: none; height: 26px; display: flex; align-items: center; gap: 8px; min-width: 0; }
.tb-av {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 9px; font-weight: 800; color: #fff;
  background: linear-gradient(135deg, var(--a), var(--b));
}
.tb-txt {
  flex: 1; min-width: 0; font-size: 12.5px; color: var(--ink-2);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.tb-txt b { color: var(--ink); font-weight: 700; }
.tb-time { flex: none; font-size: 11px; color: var(--ink-3); }
/* 5 rows (row-5 duplicates row-1) → seamless: window ends on row-1 again */
@keyframes tbrotate {
  0%,18%  { transform: translateY(0); }
  25%,43% { transform: translateY(-26px); }
  50%,68% { transform: translateY(-52px); }
  75%,93% { transform: translateY(-78px); }
  100%    { transform: translateY(-104px); }
}
@media (prefers-reduced-motion: reduce) {
  .tb-spark { display: none; }
  .tb-live i { animation: none; }
  .tb-track { animation: none; transform: translateY(0); }
}

/* ============================================================
   UNIFIED BELOW-HERO — desktop layers.
   The rich mobile-first artifacts are now shown at ALL widths.
   ≤640 mobile block above is untouched. New desktop-only elements
   (.how-steps-rail, .why-lead) are hidden by default here and
   revealed in the composition layer.
   ============================================================ */
.how-steps-rail { display: none; }
.why-lead { display: none; }

/* ---- BASE artifact styling for desktop widths (≥641) ---- */
@media (min-width: 641px) {
  .why-m-h, .how-head h2, .svc-m > .h2, .cmp-m > .h2 { text-align: center; }
  .why-m, .cmp-m, .svc-m { max-width: 560px; margin: 0 auto; }
  .how-cols { max-width: 560px; margin: 0 auto; }
  .how-head { text-align: center; max-width: 620px; margin: 0 auto 30px; }
  .how-m-sub { color: var(--ink-2); font-size: 15.5px; font-weight: 500; margin: 10px 0 0; }

  /* growth card (why) */
  .growcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 2px 12px rgba(20,23,31,0.06); padding: 22px; margin-top: 24px; }
  .gc-top { display: flex; align-items: center; gap: 12px; }
  .gc-av { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--grad); color: #fff; font-weight: 800; font-size: 16px; }
  .gc-id { flex: 1; min-width: 0; }
  .gc-id b { display: block; font-size: 16px; font-weight: 800; }
  .gc-id span { font-size: 12.5px; color: var(--ink-3); font-weight: 600; }
  .gc-delta { font-size: 11.5px; font-weight: 800; color: var(--green-d); background: var(--mint); border-radius: 20px; padding: 4px 10px; white-space: nowrap; }
  .gc-stats { display: flex; gap: 22px; margin: 16px 0 4px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 13px; color: var(--ink-3); font-weight: 600; }
  .gc-stats b { color: var(--ink); font-weight: 800; margin-right: 3px; }
  .gc-spark { width: 100%; height: 64px; margin-top: 8px; }
  .gc-axis { display: flex; justify-content: space-between; font-size: 10.5px; color: var(--ink-3); font-weight: 600; }
  .why-lead { font-size: 16.5px; font-weight: 600; color: var(--ink); line-height: 1.45; margin-bottom: 18px; }
  .whychecks { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 11px 16px; margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--ink-2); }

  /* order tracker (how) */
  .how-step { display: flex; gap: 14px; align-items: flex-start; }
  .how-step h3 { font-size: 17.5px; font-weight: 800; margin-bottom: 5px; }
  .how-step p { color: var(--ink-2); font-size: 14.5px; }
  .trackcard { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 2px 12px rgba(20,23,31,0.06); padding: 20px; margin-bottom: 14px; }
  .tc-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
  .tc-order { font-size: 12.5px; color: var(--ink-3); font-weight: 700; letter-spacing: 0.03em; }
  .tc-status { display: inline-flex; align-items: center; gap: 6px; font-size: 10.5px; font-weight: 800; letter-spacing: 0.06em; color: var(--green-d); background: var(--mint); border-radius: 20px; padding: 4px 10px; }
  .tc-steps { display: grid; gap: 0; }
  .tc-step { display: flex; gap: 12px; position: relative; padding-bottom: 16px; }
  .tc-step:not(:last-child)::before { content: ""; position: absolute; left: 10px; top: 22px; bottom: -2px; width: 2px; background: #E4E7EC; }
  .tc-node { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 22px; height: 22px; border-radius: 50%; z-index: 1; background: var(--green); color: #fff; font-size: 11px; font-weight: 800; }
  .tc-node-live { background: #fff; border: 3px solid transparent; background-image: linear-gradient(#fff,#fff), var(--grad); background-origin: border-box; background-clip: content-box, border-box; }
  .tc-step b { display: block; font-size: 14px; font-weight: 800; line-height: 1.3; }
  .tc-step span:not(.tc-node) { font-size: 12px; color: var(--ink-3); font-weight: 600; }
  .tc-step > div > span { display: block; }
  .tc-bar { height: 7px; border-radius: 4px; background: var(--band); overflow: hidden; margin-top: 2px; }
  .tc-fill { display: block; height: 100%; width: 64%; border-radius: 4px; background: var(--grad); }
  .tc-foot { font-size: 12px; color: var(--ink-3); font-weight: 700; margin-top: 7px; text-align: right; }

  /* price rows (services) */
  .svc-rows { margin-top: 18px; }
  .svc-row { display: flex; align-items: center; gap: 9px; min-height: 56px; padding: 8px 2px; border-bottom: 1px solid var(--line); text-decoration: none; }
  .svc-row:first-child { border-top: 1px solid var(--line); }
  .svc-row b { font-size: 15px; font-weight: 800; color: var(--ink); }
  .svc-row i { font-style: normal; font-size: 11px; font-weight: 800; color: var(--red); }
  .sr-price { margin-left: auto; font-size: 14.5px; font-weight: 800; color: var(--ink); }
  .sr-price::before { content: "from "; font-size: 11.5px; font-weight: 600; color: var(--ink-3); }
  .svc-row em { font-style: normal; color: var(--blue); font-size: 18px; font-weight: 700; }
  .svc-note { font-size: 14px; color: var(--ink-2); font-weight: 500; margin-top: 18px; text-align: center; }

  /* mirror pairs (comparison) */
  .cmp-pairs { margin-top: 24px; border-top: 1px solid var(--line); }
  .cmp-pair { padding: 14px 2px; border-bottom: 1px solid var(--line); }
  .cp-us { display: flex; gap: 9px; font-size: 15px; font-weight: 800; color: var(--ink); }
  .cp-us span { color: var(--green); font-weight: 800; flex: none; }
  .cp-them { display: flex; gap: 9px; font-size: 13.5px; font-weight: 500; color: #8A90A0; margin: 5px 0 0 26px; }
  .cp-them span { color: var(--red); opacity: 0.7; font-weight: 700; flex: none; }
}

/* ---- 2-COLUMN COMPOSITIONS (≥760): where the artifacts fill the width ---- */
@media (min-width: 760px) {
  .why-m { max-width: 980px; }
  .why-cols { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 44px; align-items: center; margin-top: 30px; }
  .growcard { margin-top: 0; }
  .why-lead { display: block; }

  .how-cols { max-width: 980px; display: grid; grid-template-columns: 1fr minmax(360px,420px); gap: 48px; align-items: start; }
  .how-steps-rail { display: flex; flex-direction: column; gap: 28px; }
  /* connect the numbered circles into a single 1→2→3 timeline */
  .how-steps-rail .how-step { position: relative; }
  .how-steps-rail .how-step:not(:last-child)::before {
    content: ""; position: absolute; left: 16px; top: 42px; bottom: -22px; width: 2px;
    background: var(--line-2); border-radius: 2px;
  }

  .svc-m { max-width: 900px; }
  .svc-rows { display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }

  .cmp-m { max-width: 1000px; }
  .cmp-pairs { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; border-top: 0; margin-top: 28px; }
  .cmp-pair { background: var(--band); border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; }
}

/* ---- TRUST panel 2-zone (≥860, needs room for the 2×2 tiles) ---- */
@media (min-width: 860px) {
  .trustblock .wrap {
    display: grid; grid-template-columns: 1fr 400px;
    grid-template-areas: "tiles banner" "tiles feed";
    gap: 10px 20px; align-items: stretch;
  }
  .tb-grid { grid-area: tiles; }
  .tb-banner { grid-area: banner; margin-top: 0; }
  .tb-feed { grid-area: feed; margin-top: 0; }
}

/* ============================================================
   LEGAL + CONTACT PAGES
   ============================================================ */
.page { padding: 44px 0 72px; }
.legal { max-width: 760px; margin: 0 auto; }
.legal h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 900; letter-spacing: -0.02em; margin-top: 8px; line-height: 1.1; }
.legal .updated { color: var(--ink-3); font-size: 13px; font-weight: 600; margin: 10px 0 26px; }
.legal-lead { color: var(--ink); font-size: 16.5px; font-weight: 600; line-height: 1.55; margin-bottom: 8px; }
.legal h2 { font-size: 19px; font-weight: 800; margin: 30px 0 8px; letter-spacing: -0.01em; }
.legal p, .legal li { color: var(--ink-2); font-size: 15px; line-height: 1.65; }
.legal p { margin-bottom: 12px; }
.legal ul { padding-left: 20px; margin: 4px 0 16px; }
.legal li { margin-bottom: 7px; }
.legal a { color: var(--blue); font-weight: 600; text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal .note { background: var(--band); border: 1px solid var(--line); border-radius: 12px; padding: 15px 18px; font-size: 14px; color: var(--ink-2); margin: 26px 0 0; }

/* contact */
.ct-head-block { text-align: center; max-width: 620px; margin: 0 auto 34px; }
.ct-h1 { font-size: clamp(28px, 4vw, 40px); font-weight: 900; letter-spacing: -0.02em; margin-top: 8px; }
.ct-lead { color: var(--ink-2); font-size: 15.5px; font-weight: 500; line-height: 1.55; margin-top: 12px; }
.contact-wrap { max-width: 940px; margin: 0 auto; display: grid; grid-template-columns: 1.25fr 0.9fr; gap: 36px; align-items: start; }
.ct-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; box-shadow: var(--sh-soft); }
.ct-honey { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.ct-field { margin-bottom: 15px; }
.ct-field label { display: block; font-size: 13px; font-weight: 700; color: var(--ink-2); margin-bottom: 6px; }
.ct-opt { color: var(--ink-3); font-weight: 500; }
.ct-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ct-card input[type=text], .ct-card input[type=email], .ct-card textarea {
  width: 100%; padding: 11px 14px; font-family: var(--font); font-size: 15px; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line-2); border-radius: 10px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.ct-card input:focus, .ct-card textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,107,26,0.14); }
.ct-card input::placeholder, .ct-card textarea::placeholder { color: var(--ink-3); }
.ct-card textarea { min-height: 128px; resize: vertical; line-height: 1.55; }
.ct-topics { display: flex; flex-wrap: wrap; gap: 8px; }
.ct-topic {
  font-family: var(--font); font-size: 13px; font-weight: 700; color: var(--ink-2);
  background: var(--band); border: 1px solid var(--line); border-radius: 20px;
  padding: 8px 14px; cursor: pointer; transition: all 150ms ease;
}
.ct-topic.is-active { background: var(--grad); border-color: transparent; color: #fff; }
.ct-submit { margin-top: 4px; }
.ct-form-note { font-size: 12px; color: var(--ink-3); font-weight: 500; text-align: center; margin-top: 12px; }
.ct-success { display: none; margin-top: 14px; padding: 12px 15px; border-radius: 10px; background: var(--mint); border: 1px solid #C4EEDC; color: var(--green-d); font-size: 14px; font-weight: 600; }
.ct-success.show { display: block; }
.ct-aside { display: grid; gap: 12px; }
.ct-info { display: flex; gap: 12px; background: var(--band); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.ct-info-ic { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 10px; background: #fff; border: 1px solid var(--line); color: var(--orange); }
.ct-info-ic svg { width: 20px; height: 20px; }
.ct-info b { display: block; font-size: 14.5px; font-weight: 800; margin-bottom: 3px; }
.ct-info p { font-size: 13px; color: var(--ink-3); }

@media (max-width: 760px) {
  .page { padding: 32px 0 56px; }
  .contact-wrap { grid-template-columns: 1fr; gap: 24px; }
  .ct-head-block { text-align: left; }
  .ct-row { grid-template-columns: 1fr; }
}

/* narrowest phones: keep the one-line announcement bar from clipping (placed last so it wins over the ≤640 block) */
@media (max-width: 360px) {
  .annbar-in { font-size: 10px; gap: 5px; }
  .ann-new { display: none; }
  .ann-short { overflow: hidden; text-overflow: ellipsis; }
}
