/* ============================================================================
   Zvika HaNaturopath — Webinar LANDING components  ·  v1
   v15 (26/07/2026) — SHOP layer added at the bottom of this file. The product
   components (.prod-hero/.trust-row/.who-grid/.testi/.buybar/.xsell/.sh-price*)
   lived INLINE and DUPLICATED in /store/formula-01/ and /store/formula-02/.
   SSOT iron rule: a component on 2+ pages moves up to the shared file. Hoisted
   here, plus the new /store/ front-door row component (.shop-row). The two
   price classes were renamed .price -> .sh-price / .sh-price-note and
   .disclaimer -> .sh-disclaimer: the old names already exist as page-local
   inline rules on /diabetes-workshop/, and a global
   definition under the same name would have leaked into them the day they start
   linking this file. Link as ?v=18.
   v18 (26/07/2026) - .prose-note.pn-center, a centred variant for the closing note
   on /store/. Default stays start-aligned for the product pages.
   v16 (26/07/2026) - .testi figure img + img gap, so a cell holding two short
   screenshots lines up with a tall one beside it.
   v17 (26/07/2026) - .h-microtrust / .testi figcaption / .sh-disclaimer were 15 /
   15 / 14.5px, carried over verbatim from the old inline blocks and below the
   standard's hard 16px floor. Raised to 16. The footer skin (.foot-copy 14px,
   .foot-disclaimer 12px) is still under the floor but it ships on all 157 pages,
   so that is a separate site-wide decision, not a shop change.
   Shared by all webinar landing pages (insulin-truth / restart-weight /
   nutrition-myths). MUST be linked AFTER zv-ds.css.
   zv-ds.css supplies: tokens, base, grain, headings, .wrap, .center, section,
   .bg-*, .eyebrow, .rv, .ic, .cta, .count, .nav, .card(-dark), .bezel, focus.
   THIS file supplies only page-specific components. Change once → all pages.
   ========================================================================== */

body{direction:rtl}
/* --dark: RGB base for .hero-scrim overlay. Lives only here (not in zv-ds). */
:root{--dark:6,20,13}

/* ── nav: logo sizing + scarcity line (extends zv-ds .nav/.nav-in) ───────── */
.nav-in img{height:40px;width:auto;display:block}
.nav-scarce{color:var(--green-dd);font-weight:700;font-size:clamp(18px,4.4vw,22px);letter-spacing:-.3px;white-space:nowrap}
@media(max-width:680px){.nav-in img{height:26px}.nav-in{gap:10px;padding:7px 7px 7px 14px}}

/* ── countdown digit-roll (extends zv-ds .count) ─────────────────────────── */
.count .u b{overflow:hidden;position:relative;height:1em}
.count .u b .d-cur,.count .u b .d-next{position:absolute;inset:0;display:block;transition:transform .32s var(--bz)}
.count .u b .d-next{transform:translateY(100%)}
.count .u b.rolling .d-cur{transform:translateY(-100%)}
.count .u b.rolling .d-next{transform:translateY(0)}

/* ── magnetic CTA (JS-driven pull) ───────────────────────────────────────── */
.cta.magnet{transition:transform .2s var(--bz),box-shadow var(--dur-slow) var(--bz),background var(--dur-fast)}

/* ===== CINEMATIC WEBINAR HERO ===== */
.hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;color:#fff}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transform:scale(1.05);transition:opacity .5s var(--bz)}
body[data-theme="lab"] .hero-bg{background-image:url('/wp-content/uploads/webinar/themes/bg-lab.jpg')}
body[data-theme="investigation"] .hero-bg{background-image:url('/wp-content/uploads/webinar/themes/bg-investigation.jpg')}
body[data-theme="learn"] .hero-bg{background-image:url('/wp-content/uploads/webinar/themes/bg-learn.jpg')}
body[data-theme="restart"] .hero-bg{background-image:url('/wp-content/uploads/webinar/themes/bg-restart.jpg')}
body[data-theme="myths"] .hero-bg{background-image:url('/wp-content/uploads/webinar/themes/bg-myths.jpg')}
.hero-scrim{position:absolute;inset:0;pointer-events:none;background:
  linear-gradient(0deg,rgba(var(--dark),.95) 0%,rgba(var(--dark),.5) 40%,rgba(var(--dark),.32) 68%,rgba(var(--dark),.62) 100%),
  linear-gradient(300deg,rgba(var(--dark),.72) 0%,rgba(var(--dark),.16) 52%,rgba(var(--dark),0) 100%),
  linear-gradient(rgba(0,70,40,.16),rgba(0,70,40,.16))}
.hero-inner{position:relative;z-index:2;width:100%;padding:150px 0 78px}
.hero-copy{max-width:700px}
.theme-badge{display:inline-flex;align-items:center;gap:11px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;font-weight:700;font-size:16px;padding:9px 18px;border-radius:99px;margin-bottom:22px}
.theme-badge .tdot{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px 1px oklch(72% .16 128)}
.theme-badge b{color:oklch(88% .15 132);font-weight:800;letter-spacing:2px}
.hero h1{color:#fff;font-size:clamp(42px,7.2vw,88px);line-height:1.04;letter-spacing:-.5px;text-shadow:0 2px 34px rgba(0,0,0,.45)}
.hero h1 .hl{color:oklch(88% .17 128)}
.hero-sub{font-size:clamp(19px,2.5vw,26px);color:rgba(255,255,255,.92);font-weight:400;line-height:1.5;margin:20px 0 0;max-width:54ch;text-shadow:0 1px 18px rgba(0,0,0,.5)}
.hero-meta{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 30px}
.hero-meta span{display:inline-flex;align-items:center;gap:9px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:10px 18px;border-radius:99px;font-weight:700;font-size:18px;color:#fff}
.hero-meta span svg{color:oklch(88% .17 128)}
.hero-cta-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.hero-count-wrap{margin-top:34px}
.hero-count-lbl{display:block;font-size:15px;letter-spacing:1.5px;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:12px;font-weight:700}
.hero .count .u{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.hero .count .u b{color:#fff}.hero .count .u span{color:rgba(255,255,255,.72)}
@media(max-width:640px){.hero-inner{padding:120px 0 54px}.hero-copy{max-width:none}.count .u{min-width:64px;padding:10px 6px}.count .u b{font-size:26px}}
/* hero entrance — staggered reveal (CSS-only, one-shot on load) */
@keyframes heroRv{to{opacity:1;transform:none;filter:none}}
.hero-copy>*{opacity:0;transform:translateY(26px);filter:blur(6px);animation:heroRv .8s var(--bz) both}
.hero-copy>*:nth-child(1){animation-delay:.05s}
.hero-copy>*:nth-child(2){animation-delay:.15s}
.hero-copy>*:nth-child(3){animation-delay:.25s}
.hero-copy>*:nth-child(4){animation-delay:.35s}
.hero-copy>*:nth-child(5){animation-delay:.45s}
.hero-copy>*:nth-child(6){animation-delay:.55s}

/* ── register stub (email + optional WhatsApp opt-in) ────────────────────── */
.reg-form{display:flex;gap:10px;max-width:540px;margin:28px auto 10px;flex-wrap:wrap}
.reg-form input{flex:1;min-width:230px;border:1px solid rgba(255,255,255,.32);background:rgba(255,255,255,.1);color:#fff;border-radius:99px;padding:15px 24px;font-family:var(--font-base);font-size:18px;outline:none}
.reg-form input::placeholder{color:rgba(255,255,255,.62)}
.reg-form input:focus{border-color:oklch(86% .14 140);background:rgba(255,255,255,.14)}
/* הטלפון נשאר LTR כדי שהספרות יוקלדו בסדר הנכון, אבל התוכן נצמד לימין כמו שדה המייל.
   בלי זה text-align:start על שדה LTR מצמיד לשמאל והטופס נראה לא מיושר. (21/07/2026) */
.reg-form input[type=tel]{text-align:right}
.reg-form .cta{white-space:nowrap;margin-inline:auto}
.reg-form .wa-row{flex-basis:100%;display:flex;align-items:flex-start;justify-content:center;gap:10px;color:#fff;font-size:16.5px;font-weight:600;cursor:pointer;margin-top:4px;text-align:right}
.reg-form .wa-row input[type=checkbox]{appearance:auto;flex:none;min-width:0;width:20px;height:20px;margin-top:2px;padding:0;border:none;background:none;accent-color:oklch(70% .17 140);cursor:pointer}
.reg-form .wa-promise{flex-basis:100%;color:rgba(255,255,255,.62);font-size:14.5px;margin:0 0 2px}
.reg-note{color:rgba(255,255,255,.6);font-size:14.5px;margin-top:14px}

/* ── footer ──────────────────────────────────────────────────────────────── */
footer{background:var(--green-dd);color:#fff;text-align:center;padding:58px 24px}
footer img{height:56px;width:auto;margin:0 auto 18px;display:block;filter:brightness(0) invert(1)}
.foot-tag{color:rgba(255,255,255,.9);font-size:18px;margin:0 0 24px;letter-spacing:.3px}
.foot-btn{display:inline-flex;align-items:center;gap:9px;border:1.5px solid rgba(255,255,255,.45);color:#fff;padding:12px 28px;border-radius:99px;font-weight:700;font-size:17px;text-decoration:none;transition:background .4s var(--bz),color .4s var(--bz)}
.foot-btn:hover{background:#fff;color:var(--green-dd)}
.foot-btn svg{width:18px;height:18px;flex:none}
.foot-copy{color:rgba(255,255,255,.5);font-size:14px;margin:28px 0 0}

/* ── what-you'll-learn bento (asymmetric: wide opener + forest payoff hero) ─ */
.sec-learn{background:var(--paper)}
.bento{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:38px}
.bento .b{background:var(--cream);border:1px solid var(--line);border-radius:22px;padding:28px 26px;box-shadow:var(--shadow-sm)}
.bento .b h3{font-family:var(--font-base);font-weight:600;font-size:21px;color:var(--green-dd);line-height:1.3;margin-bottom:8px}
.bento .b p{font-size:17px;color:var(--ink-soft);line-height:1.6;margin:0}
.bento .b.b-wide{grid-column:span 2;display:flex;align-items:center;gap:22px;text-align:right}
.bento .b.b-wide .ibadge{margin-bottom:0;flex:none}
.bento .b.b-wide .b-tx{display:flex;flex-direction:column;gap:7px}
.bento .b.b-hero{background:radial-gradient(135% 135% at 100% 0,oklch(40% .10 158),oklch(29% .07 159));border-color:transparent;color:#fff}
.bento .b.b-hero .ibadge{background:rgba(255,255,255,.16);color:oklch(88% .17 128)}
.bento .b.b-hero h3{color:#fff}
.bento .b.b-hero p{color:rgba(255,255,255,.86)}
/* .stat — gold highlighter DISABLED per Zvika 12/07 (no yellow lines). spans left inert; re-enable here if ever wanted. */

/* ── presenter / trust — credential bio + double-bezel portrait ──────────── */
.sec-presenter{background:var(--cream-2)}
.presenter{display:grid;grid-template-columns:.82fr 1.18fr;gap:48px;align-items:center;margin-top:20px}
.presenter .pic-bezel{position:relative;aspect-ratio:4/5;width:100%;border-radius:28px;padding:9px;background:linear-gradient(150deg,oklch(54% .12 156 / .3),oklch(46% .12 158 / .08) 58%,oklch(85% .12 88 / .18));box-shadow:var(--shadow)}
.presenter .pic-bezel::after{content:'';position:absolute;inset:9px;border-radius:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),inset 0 0 0 1px rgba(255,255,255,.12);pointer-events:none}
.presenter .pic-bezel .pic{aspect-ratio:4/5;width:100%;height:100%;border-radius:20px;object-fit:cover;box-shadow:none;display:block}
.presenter-body .eyebrow{margin-bottom:14px}
.presenter-body h2{margin-bottom:24px}
.bio-list{list-style:none;display:flex;flex-direction:column;gap:16px}
.bio-list li{display:flex;gap:14px;align-items:flex-start}
.bio-ic{flex:none;width:30px;height:30px;border-radius:9px;background:oklch(54% .12 156 / .1);display:flex;align-items:center;justify-content:center;color:var(--green);margin-top:2px}
.bio-ic .ic{width:18px;height:18px;stroke-width:2}
.bio-list p{font-size:17.5px;color:var(--ink-soft);line-height:1.65;margin:0}
.bio-list b{color:var(--green-dd);font-weight:700}
/* professional-experience logo strip */
.logos{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}
.logos-lbl{flex-basis:100%;justify-content:center;margin:0 auto 14px}
.logo-chip{display:inline-flex;align-items:center;justify-content:center;height:128px;min-width:160px;padding:14px 24px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);transition:transform .45s var(--bz),box-shadow .45s var(--bz)}
.logo-chip:hover{transform:translateY(-4px);box-shadow:0 16px 34px -16px rgba(0,0,0,.32)}
.logo-chip img{max-height:88px;max-width:170px;width:auto;object-fit:contain;display:block}
.logo-chip img.wide{max-width:210px;max-height:98px}
.logo-chip img.xl{max-width:240px;max-height:114px}

/* ── credential stats + plain institutional trust strip (promoted from
   homepage.css 18/07/2026 — now shared by homepage-v2 AND the about-me page,
   per SSOT iron rule "component on 2+ pages → shared file". Visually distinct
   from .logo-chip above: no boxed card, logos sit bare over a full-width strip
   with a top/bottom rule, text underneath instead of beside. ── */
/* LOCKED 20/07/2026 (Zvika approved) — exactly TWO columns at every width above
   420px, one column below. Do NOT revert to flex/wrap: wrapping re-flows into 3
   columns on wide viewports and breaks the approved 2x3 reading rhythm.
   Labels sit at weight 800 / --ink-soft so they don't read washed-out next to
   the 22px numbers. */
.cred-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px 28px;margin:14px 0 16px}
@media(max-width:420px){.cred-stats{grid-template-columns:1fr}}
.cred-stats .cs b{display:block;font-size:22px;font-weight:800;color:var(--green-dd)}
.cred-stats .cs span{font-size:14px;font-weight:800;color:var(--ink-soft)}
.presenter-body .lead{font-size:18px;line-height:1.65;color:var(--ink-soft);max-width:56ch;margin:0}

/* LOCKED 20/07/2026 (Zvika approved) — no outer top/bottom rule: the per-cell
   white cards already separate the logos, so the strip rules were redundant. */
.trust-strip{padding:44px 0;margin-top:56px}
.trust-strip .ts-head{display:flex;justify-content:center;margin:0 auto 28px}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
/* white card per logo (Zvika 18/07 — "כמו בוובינר"): the logo fills the frame
   near edge-to-edge. Do NOT flatten back to a bare .trust-cell{text-align:center}. */
.trust-cell{text-align:center;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm);padding:20px 16px;transition:transform .45s var(--bz),box-shadow .45s var(--bz)}
.trust-cell:hover{transform:translateY(-4px);box-shadow:0 16px 34px -16px rgba(0,0,0,.32)}
/* logo height 108 -> 122 so wide institution marks reach near the card edges. */
.trust-cell .logowrap{height:122px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.trust-cell .logowrap img{max-height:100%;max-width:100%;object-fit:contain}
.trust-cell .tag{font-size:16px;color:var(--muted);line-height:1.4}
.trust-cell .tag b{display:block;color:var(--green-dd);font-weight:700;font-size:16px;margin-bottom:2px}
.trust-cell .tag span{display:block;font-size:16px}
@media(max-width:680px){.trust-grid{grid-template-columns:1fr 1fr;row-gap:20px}}

.presenter-cta{margin-top:48px;text-align:center}
.presenter-cta .cta-note{font-size:16px;color:var(--muted);margin:12px 0 0}

/* diagnostic-areas grid (duplicated from homepage.css, 19/07/2026 — NOT moved out
   this time: homepage.css is being actively edited by a parallel session, so
   relocating it would race that work. Duplicating instead of relocating; the
   about-me page needs the exact same "תחומי האבחון והליווי" section. Reconcile
   into one owner later. */
.areas-zone{padding-top:64px}
.areas-head{text-align:center;margin:0 0 30px}
.areas{display:grid;gap:15px}
@media(min-width:720px){.areas{grid-template-columns:1fr 1fr;column-gap:32px}}
.area{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}
.area .ic-badge{flex:0 0 34px;width:34px;height:34px;border-radius:11px;background:oklch(54% .12 156 / .1);
  display:grid;place-items:center;margin-top:2px}
.area .ic-badge svg{width:19px;height:19px}
.area-h{font-weight:700;color:var(--green-dd);font-size:17px}
.area-c{color:var(--ink-soft);font-size:16px;line-height:1.55}
.exp-closing{font-size:16px;color:var(--ink-soft);line-height:1.65;margin:30px auto 0;max-width:65ch;text-align:center}

/* ── FAQ accordion ───────────────────────────────────────────────────────── */
.sec-faq{background:var(--paper)}
.faq{max-width:760px;margin:36px auto 0;display:flex;flex-direction:column;gap:12px}
.faq details{background:var(--cream);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.faq summary{list-style:none;cursor:pointer;padding:20px 24px;font-weight:600;font-size:19px;color:var(--green-dd);display:flex;align-items:center;justify-content:space-between;gap:14px}
.faq summary::-webkit-details-marker{display:none}
.faq summary .chev{width:22px;height:22px;flex:none;color:var(--green);transition:transform .35s var(--bz)}
.faq details[open] summary .chev{transform:rotate(180deg)}
.faq .a{padding:0 24px 20px;font-size:17px;color:var(--ink-soft);line-height:1.7}

/* ── after-registration steps ────────────────────────────────────────────── */
.sec-after{background:var(--cream-2)}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}
.step{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:30px 26px;text-align:center;box-shadow:var(--shadow-sm)}
.step .num{width:46px;height:46px;border-radius:50%;background:var(--green);color:#fff;font-weight:700;font-size:21px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-variant-numeric:tabular-nums}
.step h3{font-family:var(--font-base);font-weight:600;font-size:20px;color:var(--green-dd);margin-bottom:8px}
.step p{font-size:16px;color:var(--ink-soft);line-height:1.6;margin:0}

/* ── responsive ──────────────────────────────────────────────────────────── */
@media(max-width:720px){
  .bento{grid-template-columns:1fr;gap:14px}
  .bento .b.b-wide{grid-column:auto}
  .presenter{grid-template-columns:1fr;gap:26px}
  .presenter .pic-bezel{max-width:300px;margin:0 auto;justify-self:center}
  .logos{justify-content:center}
  .steps{grid-template-columns:1fr;gap:14px}
}

/* ── medium polish v1: card hover · dark-context focus ring · form-as-card ─── */
.bento .b,.step{transition:transform var(--dur-slow) var(--bz),box-shadow var(--dur-slow) var(--bz)}
.bento .b:hover,.step:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.bg-forest .cta:focus-visible,.hero .cta:focus-visible,.reg-form input:focus-visible{box-shadow:0 0 0 3px oklch(86% .14 140 / .5)}
.bg-forest .reg-form{background:var(--glass-dark-bg);border:1px solid var(--glass-dark-border);border-radius:var(--r-card-fixed);padding:clamp(18px,3.2vw,28px)}

/* ── reduced motion — hero specifics (zv-ds handles .rv) ──────────────────── */
@media(prefers-reduced-motion:reduce){.hero-bg{transform:none}.hero-copy>*{opacity:1;transform:none;filter:none}}

/* ── v2 (18/07) — /search/ page: big light-bg search box + result cards ──── */
.search-box{-webkit-appearance:none;appearance:none;width:100%;border:1px solid var(--line);background:var(--paper);border-radius:var(--r-pill);padding:18px 26px;font-size:18px;font-family:var(--font-base);color:var(--ink);outline:none;box-shadow:var(--shadow-sm);transition:border-color var(--dur-fast) var(--bz)}
.search-box::-webkit-search-decoration,.search-box::-webkit-search-cancel-button{-webkit-appearance:none}
.search-box::placeholder{color:var(--muted)}
.search-box:focus{border-color:var(--green)}
.search-results{display:flex;flex-direction:column;gap:16px;margin-top:8px}
.search-card{display:block;text-decoration:none;color:inherit;transition:transform var(--dur-slow) var(--bz),box-shadow var(--dur-slow) var(--bz)}
.search-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.search-card h3{margin:0 0 8px;color:var(--green-dd);font-size:var(--fs-h3)}
.search-card p{margin:0;color:var(--ink-soft)}
.search-empty{text-align:center;padding:48px 20px;color:var(--muted)}

/* == expanded footer skins (rollout 19.07.2026) == */
footer.ft-sky .foot-info,
footer.ft-green .foot-info {
  margin: 32px 0;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
footer.ft-sky .foot-info a,
footer.ft-green .foot-info a {
  color: inherit;
  text-decoration: none;
}
footer.ft-sky .foot-info a:hover,
footer.ft-green .foot-info a:hover {
  text-decoration: underline;
}

footer.ft-sky .foot-cols,
footer.ft-green .foot-cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  margin: 0 auto 40px;
  text-align: center;
}
@media (max-width: 640px) {
  footer.ft-sky .foot-cols,
  footer.ft-green .foot-cols {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}

footer.ft-sky .foot-col,
footer.ft-green .foot-col {
  max-width: 220px;
}
footer.ft-sky .foot-col h4,
footer.ft-green .foot-col h4 {
  font-size: 14px;
  margin: 0 0 16px;
  letter-spacing: 0.5px;
}
footer.ft-sky .foot-col a,
footer.ft-green .foot-col a {
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}
footer.ft-sky .foot-col a:hover,
footer.ft-green .foot-col a:hover {
  text-decoration: underline;
}

footer.ft-sky .foot-disclaimer,
footer.ft-green .foot-disclaimer {
  max-width: 760px;
  margin: 32px auto 0;
  font-size: 12px;
  line-height: 1.7;
}

footer.ft-sky {
  background: linear-gradient(to bottom, var(--cream-2) 0%, rgba(242,238,227,.55) 54px, rgba(242,238,227,0) 120px), url('/wp-content/uploads/webinar/ds/breakers/footer-sky-rolling-hills.webp') center bottom/cover no-repeat;
  color: var(--ink);
  font-weight: 700;
}
footer.ft-sky img {
  filter: none;
}
footer.ft-sky .foot-btn {
  border-color: var(--green-d);
  color: var(--green-dd);
  background: rgba(253,252,247,.75);
}
footer.ft-sky .foot-btn:hover {
  background: var(--green-dd);
  color: #fff;
}
footer.ft-sky .foot-info,
footer.ft-sky .foot-col h4,
footer.ft-sky .foot-col a,
footer.ft-sky .foot-copy,
footer.ft-sky .foot-disclaimer {
  color: var(--ink);
  opacity: 1;
  text-shadow: 0 0 10px rgba(242,238,227,.9), 0 0 3px rgba(242,238,227,.8);
}
footer.ft-sky .foot-col h4 {
  color: var(--green-dd);
}
footer.ft-sky .foot-copy {
  color: var(--ink);
}

footer.ft-green .foot-info {
  color: rgba(255,255,255,.6);
}
footer.ft-green .foot-col h4 {
  color: rgba(255,255,255,.9);
}
footer.ft-green .foot-col a {
  color: rgba(255,255,255,.6);
}
footer.ft-green .foot-col a:hover {
  opacity: 1;
}
footer.ft-green .foot-disclaimer {
  color: #fff;
  opacity: .5;
}

/* ══════════════════════════════════════════════════════════════════════════
   SHOP LAYER (v15, 26.07.2026)
   Everything the static store surface needs: the /store/ front door and the
   two product pages under it. Hoisted out of the two pages' inline <style>
   blocks, which carried identical copies of the same rules.
   Tokens only — no literal colors, no shadow that isn't --shadow*.
   ══════════════════════════════════════════════════════════════════════════ */

/* ── /store/ front door · product row ─────────────────────────────────────
   NOT a symmetric card grid. Each product is a full-width row that alternates
   side and section background, so product #3 is one more row rather than a
   broken 2-up grid. Two products must not look like a grid missing its third. */
.shop-row{display:grid;grid-template-columns:.92fr 1.08fr;gap:clamp(26px,4.5vw,64px);align-items:center;grid-template-areas:"media body"}
.shop-row .sr-media{grid-area:media}
.shop-row .sr-body{grid-area:body}
.shop-row.alt{grid-template-areas:"body media";grid-template-columns:1.08fr .92fr}
.shop-row .bezel-core{aspect-ratio:1/1;background:var(--paper)}
.shop-row .bezel-core img{width:100%;height:100%;object-fit:cover;display:block}
.sr-body h2{margin:2px 0 14px}
.sr-lede{font-size:var(--fs-lead);color:var(--ink-soft);line-height:var(--lh-lead);max-width:42ch;margin:0 0 22px}
.sr-points{list-style:none;display:flex;flex-direction:column;gap:11px;margin:0 0 26px}
.sr-points li{display:flex;gap:11px;align-items:flex-start;font-size:17.5px;color:var(--ink-soft);line-height:1.55}
.sr-points li svg{width:21px;height:21px;flex:none;margin-top:2px;stroke:var(--green);fill:none;stroke-width:2}
.sr-cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
/* the quiet path to the legacy WooCommerce catalogue while the 8 Pharma Tamar
   products wind down (through Oct 2026). One line, no card — deleting it is a
   one-line edit, and nothing in the layout depends on it. */
.shop-legacy{text-align:center;font-size:16px;color:var(--muted);margin:0}
.shop-legacy a{color:var(--green-d);font-weight:600}

/* ── product page · hero ──────────────────────────────────────────────────
   The 1:1 media slot is deliberate: it is where the product video drops in
   later without moving a single other element on the page. */
.prod-hero{display:grid;gap:clamp(28px,4vw,56px);grid-template-columns:1.02fr .98fr;grid-template-areas:"copy media";align-items:center}
.prod-hero .h-copy{grid-area:copy}
.prod-hero .prod-media{grid-area:media}
.prod-media .bezel-core{aspect-ratio:1/1;background:var(--paper)}
.prod-media .bezel-core img,.prod-media .bezel-core video{width:100%;height:100%;object-fit:cover;display:block}
.h-copy h1{margin:6px 0 14px}
.h-promise{font-size:var(--fs-lead);color:var(--ink-soft);line-height:var(--lh-lead);max-width:40ch;margin:0 0 26px}
.h-cta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}
.h-microtrust{margin:20px 0 0;font-size:16px;color:var(--muted);display:flex;align-items:center;gap:8px}
.h-microtrust svg{width:17px;height:17px;stroke:var(--green);fill:none;stroke-width:2;flex:none}

/* ── price block (sh- prefixed: .price/.price-note already exist as page-local
   inline rules on /diabetes-workshop/) ───────── */
.sh-price-row{display:flex;align-items:baseline;gap:12px;margin:0 0 22px;flex-wrap:wrap}
.sh-price{font-family:var(--font-display);font-weight:700;font-size:clamp(40px,7vw,60px);line-height:1;color:var(--green-dd);font-variant-numeric:tabular-nums}
.sh-price-note{font-size:16px;color:var(--muted)}

/* ── trust chip row (shared by the front door and both product pages) ────── */
.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
.trust-row .chip{font-size:16px;font-weight:600;color:var(--green-dd)}
.trust-row .chip svg{width:18px;height:18px;stroke:var(--green);fill:none;stroke-width:2;flex:none}

/* ── fit / not-fit pair ──────────────────────────────────────────────────── */
.who-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:38px}
.who-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-card-fixed);padding:28px 26px;box-shadow:var(--shadow-sm)}
.who-card h3{font-family:var(--font-base);font-weight:700;margin-bottom:16px}
.who-card ul{list-style:none;display:flex;flex-direction:column;gap:14px}
.who-card li{display:flex;gap:12px;align-items:flex-start;font-size:17.5px;color:var(--ink-soft);line-height:1.6}
.who-card li svg{width:22px;height:22px;flex:none;margin-top:1px;stroke-width:2;fill:none}
.who-yes li svg{stroke:var(--green)}
.who-no li svg{stroke:var(--orange)}
.who-card b{color:var(--green-dd)}

/* ── running note under a segment body ───────────────────────────────────── */
.prose-note{font-size:var(--fs-body);color:var(--ink-soft);line-height:var(--lh-body);max-width:64ch;margin:22px 0 0}
.prose-note b{color:var(--green-dd)}
/* centred variant: the 64ch cap stays (a centred line longer than that is unreadable),
   the block itself is what moves to the middle. Default stays start-aligned because the
   product pages run these notes under a left-aligned segment body. */
.prose-note.pn-center{margin-inline:auto;text-align:center}

/* ── proof · real screenshots, never re-typeset ──────────────────────────── */
.testi{max-width:940px;margin:34px auto 0}
.testi-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}
.testi figure{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-card-fixed);padding:16px;box-shadow:var(--shadow-sm)}
.testi img{width:100%;height:auto;display:block;border-radius:var(--r-media)}
.testi figure img + img{margin-top:14px} /* a cell may hold 2 short screenshots to match the height of a tall one beside it */
.testi figcaption{font-size:16px;color:var(--muted);text-align:center;margin-top:14px}

/* ── cross-sell strip ────────────────────────────────────────────────────── */
.xsell{display:flex;align-items:center;gap:20px;flex-wrap:wrap;justify-content:space-between;background:var(--cream);border:1px solid var(--line);border-radius:var(--r-card-fixed);padding:26px 30px}
.xsell p{margin:0;color:var(--ink-soft);font-size:18px}
.xsell b{color:var(--green-dd)}

/* ── statutory supplement disclaimer ─────────────────────────────────────── */
.sh-disclaimer{font-size:16px;color:var(--muted);line-height:1.7;max-width:820px;margin:0 auto;text-align:center}

/* ── SIGNATURE · sticky buy bar, mobile only (allowed blur use #1) ───────── */
.buybar{position:fixed;inset-inline:0;bottom:0;z-index:58;background:var(--glass-bg);backdrop-filter:blur(var(--blur-glass));-webkit-backdrop-filter:blur(var(--blur-glass));border-top:1px solid var(--glass-border);box-shadow:0 -14px 34px -24px rgba(0,87,50,.4);padding:10px 16px calc(10px + env(safe-area-inset-bottom));display:none}
.buybar-in{max-width:var(--wrap-max);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:14px}
.buybar-info{display:flex;flex-direction:column;line-height:1.2}
.buybar-info b{color:var(--green-dd);font-size:16px}
.buybar-info span{color:var(--muted);font-size:15px}
.buybar .cta{padding:11px 14px 11px 22px;font-size:18px}
.buybar .cta .knob{width:34px;height:34px}

/* ── shop responsive ─────────────────────────────────────────────────────── */
@media(max-width:860px){
  .shop-row,.shop-row.alt{grid-template-columns:1fr;grid-template-areas:"media" "body"}
  .shop-row .sr-media{max-width:420px;margin-inline:auto;width:100%}
  .sr-lede{max-width:none}
}
@media(max-width:760px){
  .prod-hero{grid-template-columns:1fr;grid-template-areas:"media" "copy"}
  .who-grid{grid-template-columns:1fr}
  .buybar{display:block}
  body:has(.buybar){padding-bottom:84px}
  body:has(.buybar) #okapi-wasb-button{bottom:92px!important}
}
@media(max-width:700px){.testi-grid{grid-template-columns:1fr}}


/* ---- THANK-YOU LAYER (v19, 13.08.2026): 3-up card grid for /store/thank-you/ ---- */
.cards3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:38px}
.cards3 .card{display:flex;flex-direction:column;gap:12px}
.cards3 .card .cta{margin-top:auto;align-self:flex-start}
@media(max-width:860px){.cards3{grid-template-columns:1fr}}

/* thank-you page: readable text + links on the forest band (page-scoped) */
.ty-forest p{color:var(--on-forest)}
.ty-forest a:not(.cta){color:var(--on-forest);text-decoration:underline}
