/* =====================================================================
   blocks.css — the PRO sections of the builder (tools/lp-blocks*.js).
   Theme variables come from style.css / the theme <style>. Mobile first.
   ===================================================================== */
.rich p{margin:0 0 10px}.rich ul,.rich ol{padding-inline-start:22px;margin:0 0 10px}.rich img{max-width:100%;height:auto;border-radius:var(--radius)}
.lp-text[data-align="center"]{text-align:center}
.lp-img figcaption{text-align:center;color:var(--muted);font-size:13px;padding:8px 16px}
/* topbar styles */
.topbar[data-style="dark"]{background:var(--ink);color:#fff}.topbar[data-style="soft"]{background:var(--soft);color:var(--ink)}
/* hero layouts */
.herowrap[data-layout="split"]{display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:760px){.herowrap[data-layout="split"]{grid-template-columns:1fr 1fr;align-items:center;gap:24px;padding:0 18px}.herowrap[data-layout="split"] .media img{border-radius:var(--radius)}}
.herowrap[data-layout="overlay"]{position:relative}.herowrap[data-layout="overlay"] .hero{position:relative;margin-top:-80px;background:linear-gradient(to bottom,transparent,var(--bg) 56px);padding-top:64px}   /* solid BEFORE the title starts — a dark photo made the h1 unreadable (2026-09-14) */
@media(min-width:900px){.herowrap[data-layout="overlay"] .hero{margin-top:0;padding-top:0;background:none}}   /* the laptop split hero: no overlap, no gradient bleeding into the topbar */
.hero-rating{display:flex;align-items:center;justify-content:center;gap:6px;margin:4px 0 8px;font-size:14px}
/* features layouts */
.lp-features[data-layout="grid"] .features{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.lp-features[data-layout="grid"] .features li{background:var(--soft);border-radius:var(--radius);padding:14px;margin:0}
.lp-features[data-layout="icons"] .features{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;text-align:center}
.lp-features[data-layout="icons"] .features li{background:var(--soft);border-radius:var(--radius);padding:14px 8px;margin:0;font-size:13px;display:block}
/* reviews layouts */
.reviews-section[data-layout="wall"] .reviews{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.reviews-section[data-layout="strip"] .reviews{display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}
.reviews-section[data-layout="strip"] .review{flex:0 0 82%;scroll-snap-align:start}
/* faq */
.lp-faq .faq{border:1px solid var(--line);border-radius:12px;padding:10px 14px;margin:8px 0;background:var(--bg)}
.lp-faq summary{cursor:pointer;font-weight:700;list-style:none}.lp-faq summary::-webkit-details-marker{display:none}
.lp-faq summary::after{content:"+";float:inline-end;color:var(--brand);font-weight:900}.lp-faq details[open] summary::after{content:"−"}
.lp-faq .rich{padding-top:8px;color:var(--muted)}
/* offer */
.lp-offer .offer{border:2px dashed var(--brand);border-radius:var(--radius);padding:18px;text-align:center;background:color-mix(in srgb,var(--brand) 6%,var(--bg))}
.lp-offer[data-style="solid"] .offer{border:0;background:var(--brand);color:#fff}.lp-offer[data-style="solid"] .offer h2{color:#fff}.lp-offer[data-style="solid"] .btn{background:#fff;color:var(--brand)}
.lp-offer[data-style="soft"] .offer{border:0;background:var(--soft)}
.lp-offer h2{margin-top:0}.lp-offer .btn{margin-top:10px}
.lp-cta{text-align:center}.lp-cta .btn{min-width:60%}.lp-cta .dim{margin-top:8px;font-size:13px}
.lp-video video{width:100%;height:auto;display:block}
/* gallery */
.lp-gallery .gal{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lp-gallery figure{margin:0}.lp-gallery img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius);display:block;aspect-ratio:1}
.lp-gallery[data-layout="strip"] .gal{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;padding-bottom:6px}.lp-gallery[data-layout="strip"] figure{flex:0 0 78%;scroll-snap-align:center}.lp-gallery[data-layout="strip"] img{aspect-ratio:4/5}
.lp-gallery[data-layout="masonry"] .gal{display:block;column-count:2;column-gap:8px}.lp-gallery[data-layout="masonry"] figure{break-inside:avoid;margin-bottom:8px}.lp-gallery[data-layout="masonry"] img{aspect-ratio:auto}
/* steps */
.steps{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.lp-steps[data-layout="row"] .steps{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}
.steps li{background:var(--soft);border-radius:var(--radius);padding:16px 14px;text-align:center}
.steps li p{margin:6px 0 0;color:var(--muted);font-size:13px}
.stepn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:var(--brand);color:#fff;font-weight:800;margin-bottom:8px;font-size:17px}
/* compare */
.lp-compare .tablewrap{overflow-x:auto}.cmp{width:100%;border-collapse:collapse;font-size:14px}.cmp th,.cmp td{padding:10px 8px;border-bottom:1px solid var(--line);text-align:center}.cmp td:first-child,.cmp th:first-child{text-align:start;font-weight:600}
.cmp th.us,.cmp td.us{background:color-mix(in srgb,var(--brand) 10%,var(--bg));color:var(--brand);font-weight:800}
.cmp .yes{color:#16a34a;font-weight:900}.cmp .no{color:#dc2626;font-weight:900}
/* specs */
.specs{margin:0;display:grid;gap:0}.specs div{display:flex;justify-content:space-between;gap:12px;padding:10px 4px;border-bottom:1px solid var(--line)}.specs dt{color:var(--muted)}.specs dd{margin:0;font-weight:700;text-align:end}
.lp-specs[data-layout="cards"] .specs{grid-template-columns:1fr 1fr;gap:8px}.lp-specs[data-layout="cards"] .specs div{flex-direction:column;background:var(--soft);border:0;border-radius:var(--radius);padding:12px}.lp-specs[data-layout="cards"] dd{text-align:start}
/* guarantee */
.gbadges{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px}.gb{background:var(--soft);border-radius:var(--radius);padding:12px 8px;text-align:center;font-size:12.5px}.gb .ic{font-size:24px;display:block;margin-bottom:4px}.gb b{display:block}.gb small{color:var(--muted);display:block;margin-top:2px}
.lp-guarantee[data-layout="grid"] .gbadges{grid-template-columns:1fr 1fr}.lp-guarantee[data-layout="list"] .gbadges{grid-template-columns:1fr}.lp-guarantee[data-layout="list"] .gb{display:flex;align-items:center;gap:10px;text-align:start}.lp-guarantee[data-layout="list"] .gb .ic{margin:0}
/* countdown */
.cd{text-align:center}.cd h2{margin:0 0 8px}.cd-units{display:flex;justify-content:center;gap:8px;align-items:center}.cd-units span{display:inline-flex;flex-direction:column;align-items:center;min-width:56px;background:var(--ink);color:#fff;border-radius:10px;padding:8px 6px}.cd-units b{font-size:22px;line-height:1}.cd-units small{font-size:10px;opacity:.7;text-transform:uppercase}
.lp-countdown[data-style="bar"] .cd-units{background:var(--brand);color:#fff;border-radius:999px;padding:8px 14px;display:inline-flex;gap:4px}.lp-countdown[data-style="bar"] .cd-units span{background:transparent;min-width:auto;padding:0 4px;flex-direction:row;gap:2px}.lp-countdown[data-style="bar"] .cd-units b{font-size:18px}
.cd p{color:var(--muted);margin:8px 0 0;font-size:13px}
.form-cd{margin:8px 0}.form-cd .cd-units{gap:2px}.form-cd .cd-units span{min-width:auto;padding:4px 6px;background:var(--brand)}.form-cd .cd-units b{font-size:16px}
/* before / after */
.ba{position:relative;overflow:hidden;border-radius:var(--radius);aspect-ratio:4/3;background:var(--soft)}.ba img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0}.ba-before{position:absolute;inset:0;width:50%;overflow:hidden}.ba-before img{width:200%;max-width:none}
.ba-range{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:ew-resize;z-index:2}
.ba::after{content:"";position:absolute;top:0;bottom:0;left:var(--ba,50%);width:3px;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.2);pointer-events:none}
.ba-lbl{position:absolute;bottom:10px;background:rgba(0,0,0,.55);color:#fff;font-size:12px;padding:3px 8px;border-radius:999px;pointer-events:none}.ba-l1{left:10px}.ba-l2{right:10px}
/* social */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:8px;text-align:center}.stats b{display:block;font-size:26px;color:var(--brand)}.stats span{color:var(--muted);font-size:12.5px}
.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:14px;opacity:.8}.logos img{height:28px;width:auto}
/* whatsapp */
.lp-wa{text-align:center}.btn.wa{background:#25D366;border-color:#25D366;color:#fff;display:inline-flex;align-items:center;gap:8px;justify-content:center}.form-wa{width:100%;margin-top:8px}
.wa-svg{flex:none;vertical-align:-.2em}.wa-ic{display:inline-flex}   /* the WhatsApp mark (lp-blocks-core WA_ICON), never an emoji */
/* story */
.lp-story{display:grid;gap:14px;align-items:center}.lp-story img{width:100%;border-radius:var(--radius);display:block}@media(min-width:700px){.lp-story{grid-template-columns:1fr 1fr}.lp-story[data-side="end"] img{order:2}}
/* bundle offers */
.offers{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.offer.best{outline:2px solid var(--brand)}.offers .offer{position:relative;background:var(--soft);border-radius:var(--radius);padding:16px 10px 12px;text-align:center}
.offers .ribbon{position:absolute;top:-10px;inset-inline-start:50%;transform:translateX(-50%);background:var(--accent,#f59e0b);color:#fff;font-size:11px;font-weight:800;padding:3px 10px;border-radius:999px;white-space:nowrap}[dir=rtl] .offers .ribbon{transform:translateX(50%)}
.offers .oprice{font-size:22px;font-weight:900;color:var(--brand);margin:6px 0 10px}.offers .btn{width:100%;padding:10px}
/* misc */
.lp-divider{border:0;border-top:1px solid var(--line);margin:8px 18px}
.lp-spacer[data-size="s"]{height:12px}.lp-spacer[data-size="m"]{height:28px}.lp-spacer[data-size="l"]{height:56px}
.lp-custom img{max-width:100%;height:auto}
/* ===== design system v2 (2026-09-13) — card surfaces, icon features, offer, desktop image treatment ===== */
.lp-features[data-layout="grid"] .features li,.lp-features[data-layout="icons"] .features li,.steps li,.gb,.offers .offer,.lp-specs[data-layout="cards"] .specs div{background:var(--bg);border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.lp-features[data-layout="grid"] .features li{padding:16px 16px 16px 44px;padding-inline:44px 16px}
.lp-features[data-layout="grid"] .features li::before{inset-inline-start:14px;top:16px}
.lp-features[data-layout="icons"] .features{grid-template-columns:1fr 1fr;gap:10px}
@media(min-width:760px){.lp-features[data-layout="icons"] .features{grid-template-columns:repeat(4,1fr)}}
.lp-features[data-layout="icons"] .features li{padding:20px 12px 16px;font-size:14.5px;font-weight:600}
.lp-features[data-layout="icons"] .features li::before{position:static;width:44px;height:44px;font-size:20px;margin:0 auto 10px}
.reviews-section[data-layout="wall"] .reviews{grid-template-columns:1fr}
@media(min-width:640px){.reviews-section[data-layout="wall"] .reviews{grid-template-columns:1fr 1fr}}
.lp-offer .offer{border:0;border-radius:var(--radius);padding:clamp(22px,4vw,36px) clamp(18px,4vw,32px);background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;box-shadow:0 16px 40px rgba(var(--brand-rgb),.25)}
.lp-offer .offer h2{color:#fff}.lp-offer .offer p{opacity:.92;font-size:16px}
.lp-offer .btn{background:#fff;color:var(--brand);box-shadow:0 8px 22px rgba(2,6,23,.18)}.lp-offer .btn:hover{background:var(--soft)}
.lp-offer[data-style="dashed"] .offer{background:var(--bg);color:var(--ink);border:2px dashed var(--brand);box-shadow:none}.lp-offer[data-style="dashed"] .offer h2{color:var(--ink)}.lp-offer[data-style="dashed"] .btn{background:var(--brand);color:#fff}
.lp-offer[data-style="soft"] .offer{background:var(--soft);color:var(--ink);box-shadow:none}.lp-offer[data-style="soft"] .offer h2{color:var(--ink)}.lp-offer[data-style="soft"] .btn{background:var(--brand);color:#fff}
.stepn{display:flex;width:44px;height:44px;font-size:18px;box-shadow:0 6px 16px rgba(var(--brand-rgb),.25);margin:0 auto 10px}   /* its own line — inline it sat on the title (2026-09-13) */
.steps li b{display:block;font-size:15px}
/* a colour EMOJI on the solid brand circle disappears (a red 📞 on a pink brand — owner, 2026-09-14): icons sit on a soft tint, only NUMBERS get the solid circle */
.stepn.ico{background:rgba(var(--brand-rgb),.12);color:inherit;box-shadow:none}
.steps li{padding:22px 16px 18px}.steps li p{font-size:14px}
.gb{padding:16px 10px}.gb .ic{font-size:28px;margin-bottom:8px}.gb b{font-size:14px}
.lp-faq .faq{padding:14px 18px;margin:10px 0;box-shadow:var(--shadow-sm)}.lp-faq summary{font-size:16px}
.lp-cta .btn{min-width:min(100%,420px)}
@media(min-width:900px){.lp-img,.lp-video{margin-inline:0}.lp-img img,.lp-video video{border-radius:var(--radius)}.lp-gallery img{border-radius:var(--radius)}}

/* ===== phone rhythm + bidi (2026-09-14, from the template audit) =====
   Three cards in a 2-column phone grid leave one orphan under a hole (steps, offers, spec cards did). On a phone they STACK:
   a step is one row (icon beside its words), an offer is one full-width card, a spec is one key/value row. */
@media(max-width:600px){
  .lp-steps[data-layout] .steps{grid-template-columns:1fr;gap:10px}
  .steps li{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:14px;text-align:start;padding:14px 16px}
  .steps li .stepn{margin:0;grid-row:1/3}.steps li b{grid-column:2}.steps li p{grid-column:2;margin:2px 0 0}
  .offers{grid-template-columns:1fr;gap:14px}.offers .offer{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 14px;text-align:start;padding:14px 16px}
  .offers .offer b{font-size:16px}.offers .oprice{margin:0;grid-row:2;text-align:left}[dir=rtl] .offers .oprice{text-align:right}   /* plaintext (below) makes the price its own LTR paragraph, so "start" would hug the wrong edge */
  .offers .btn{grid-column:2;grid-row:1/3;width:auto;padding:10px 18px;min-height:44px}
  .offers .ribbon{inset-inline-start:auto;inset-inline-end:14px;transform:none}[dir=rtl] .offers .ribbon{transform:none}
  .lp-specs[data-layout="cards"] .specs{grid-template-columns:1fr;gap:8px}.lp-specs[data-layout="cards"] .specs div{flex-direction:row;justify-content:space-between;align-items:center}.lp-specs[data-layout="cards"] dd{text-align:end}
}
/* a number next to Latin letters in an Arabic page flips ("‎-30%" showed as "30%-", "1.85\" AMOLED" as "AMOLED \"1.85", "299 DH" as "DH 299").
   plaintext = each of these small labels sets its own direction from its own first letter, so a price, a promo badge or a spec value reads the way it was typed */
.price,.old,.save,.ribbon,.vopt-badge,.vopt-price,.oprice,.fp-price,.mini-price,.specs dd,.cmp td,[data-sum-unit],[data-sum-total],.stats b{unicode-bidi:plaintext}
.vgroup-cards .vopts{gap:12px}   /* room for the option badge that sits on the card's top edge */

/* ===== design system v3 (2026-09-14) — "the page that sells" =====
   Stroke icons in the theme colour (never an emoji on a coloured surface) · numbered photo benefits · the dark why-panel ·
   a timeline · the open-check-pay trust card · a reassurance line under the submit button · a soft rise-in on scroll.
   Everything here is additive: a page without the new blocks only gets the icons and the motion. */
.ic{display:inline-block;vertical-align:-.15em;flex:none}
.badge{display:flex;flex-direction:column;align-items:center;gap:8px;padding:14px 8px 12px}
.badge .ic{width:42px;height:42px;padding:10px;border-radius:13px;background:rgba(var(--brand-rgb),.10);color:var(--brand)}
.badge .i-emoji{font-size:22px;padding:0;background:none;line-height:42px}
.badge span{font-size:13px;font-weight:700;line-height:1.3}
.form-badges .ic{width:1.15em;height:1.15em;color:var(--brand)}
.gb .ic{width:46px;height:46px;padding:11px;border-radius:14px;background:rgba(var(--brand-rgb),.10);color:var(--brand);margin:0 auto 8px;display:block}
.gb .i-emoji{font-size:26px;padding:0;background:none;line-height:46px}
.stepn.ico .sic{width:22px;height:22px;color:var(--brand)}
.stepn.ico .i-emoji{font-size:19px}
.form-safe{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12.5px;color:var(--muted);margin-top:10px}
.form-safe .ic{color:var(--ok);width:1.1em;height:1.1em}
.cta-note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13.5px;font-weight:600;color:var(--muted);margin:10px 0 0}
.cta-note .ic{color:var(--brand);width:1.2em;height:1.2em}
.hero h1{font-weight:900;letter-spacing:-.02em;line-height:1.12}
.section h2{font-weight:900;letter-spacing:-.02em}
.lead{color:var(--muted);font-size:16px;line-height:1.6;margin:-6px 0 22px;max-width:56ch}
/* benefits: one benefit, one picture of the product, a number on it */
.bens{display:grid;gap:22px}
.ben{display:grid;gap:14px}
.ben-pic{position:relative;margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);aspect-ratio:4/3;background:var(--soft)}
.ben-pic img{width:100%;height:100%;object-fit:cover;display:block}
.ben-n{position:absolute;top:14px;inset-inline-start:14px;width:44px;height:44px;border-radius:50%;background:var(--brand);color:#fff;font-weight:900;font-size:15px;display:grid;place-items:center;box-shadow:0 8px 20px rgba(var(--brand-rgb),.35);unicode-bidi:plaintext}
.ben-n.solo{position:static;margin-bottom:-4px}
.ben-txt h3{font-size:var(--fs-h3);font-weight:800;margin-bottom:6px;line-height:1.25}
.ben-txt p{color:var(--muted);font-size:15.5px;line-height:1.65}
@media(min-width:760px){
  .lp-benefits[data-layout="zigzag"] .bens{gap:44px}
  .lp-benefits[data-layout="zigzag"] .ben{grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}
  .lp-benefits[data-layout="zigzag"] .ben:nth-child(even) .ben-pic{order:2}
  .lp-benefits[data-layout="zigzag"] .ben-txt h3{font-size:clamp(22px,2.4vw,28px)}
  .lp-benefits[data-layout="grid"] .bens{grid-template-columns:repeat(3,1fr)}
}
/* the why-panel: always dark, whatever the theme, tinted with the brand */
.lp-why{margin-inline:-18px;padding:clamp(40px,7vw,72px) 18px;background:radial-gradient(120% 90% at 50% 0%,rgba(var(--brand-rgb),.42),transparent 62%),color-mix(in srgb,var(--brand) 12%,#0b1020);color:#fff}
.why-in{max-width:var(--max);margin:0 auto;text-align:center}
.eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;color:#fff;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);padding:6px 12px;border-radius:999px;margin-bottom:16px}
.eyebrow .ic{color:var(--accent,#f59e0b)}
.lp-why h2{color:#fff;font-size:clamp(26px,4.2vw,42px);line-height:1.12;margin-bottom:12px}
.lp-why h2 em{font-style:normal;color:var(--accent,#f59e0b);display:block}
.lp-why .lead{color:rgba(255,255,255,.72);max-width:52ch;margin:0 auto 28px}
.facts{display:grid;gap:12px;text-align:start}
.fact{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:20px 18px 18px;backdrop-filter:blur(8px)}
.fact-n{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent,#f59e0b);color:#0b1020;font-weight:900;font-size:13px;margin-bottom:10px;unicode-bidi:plaintext}
.fact b{display:block;font-size:17px;margin-bottom:4px;color:#fff}
.fact p{color:rgba(255,255,255,.72);font-size:14.5px;line-height:1.6}
.why-pic{margin:30px auto 0;max-width:440px;border-radius:var(--radius);overflow:hidden;box-shadow:0 30px 80px rgba(var(--brand-rgb),.45)}
.why-pic img{width:100%;display:block}
@media(min-width:760px){.facts{grid-template-columns:repeat(3,1fr);gap:16px}}
/* the timeline: what happens when */
.tl{list-style:none;padding:0;margin:0;position:relative;display:grid;gap:24px}
.tl::before{content:"";position:absolute;inset-inline-start:21px;top:12px;bottom:12px;width:2px;background:linear-gradient(var(--brand),rgba(var(--brand-rgb),.12))}
.tl-step{display:grid;grid-template-columns:44px 1fr;column-gap:14px;align-items:start}
.tl-dot{width:44px;height:44px;border-radius:50%;background:var(--bg);border:2px solid var(--brand);color:var(--brand);font-weight:900;font-size:13px;display:grid;place-items:center;position:relative;z-index:1;unicode-bidi:plaintext}
.tl-when{display:inline-block;font-size:12.5px;font-weight:800;color:var(--brand);background:rgba(var(--brand-rgb),.10);padding:4px 11px;border-radius:999px;margin:10px 0 10px}
.tl-pic{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--radius);margin-bottom:12px;box-shadow:var(--shadow-sm);background:var(--soft)}
.tl-body b{display:block;font-size:17px;margin-bottom:4px}
.tl-body p{color:var(--muted);font-size:15px;line-height:1.6}
@media(min-width:900px){.lp-timeline .tl{max-width:var(--max-text);margin-inline:auto}}
/* the trust card: open · check · pay */
.trust-card{display:grid;gap:16px;background:linear-gradient(135deg,rgba(var(--brand-rgb),.12),rgba(var(--brand-rgb),.03));border:1px solid rgba(var(--brand-rgb),.25);border-radius:var(--radius);padding:22px 20px}
.trust-ic{width:56px;height:56px;border-radius:16px;background:var(--brand);color:#fff;display:grid;place-items:center;box-shadow:0 10px 24px rgba(var(--brand-rgb),.30)}
.trust-ic .ic{width:30px;height:30px}
.trust-head{display:flex;align-items:center;gap:14px}.trust-card h2{font-size:20px;margin:0;line-height:1.25}
.trust-card ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.trust-card li{display:flex;gap:10px;align-items:center;font-size:15px;font-weight:600}
.trust-card li .ic{color:var(--ok);width:22px;height:22px;flex:none}
@media(min-width:900px){.lp-trust .trust-card{max-width:var(--max-text);margin-inline:auto}}
/* ===== design system v4 (2026-09-25) — the story order: pain → answer → proof → risk removed =====
   hero headline = the OUTCOME (the product name goes small above it) · the dark pain zone. */
.hero .hero-name{font-size:14px;font-weight:800;color:var(--brand);letter-spacing:.02em;margin:0 0 6px}
.hero h1.hero-head{font-size:clamp(28px,7.4vw,46px);line-height:1.1;margin-bottom:10px}
.lp-pains{margin-inline:-18px;padding:clamp(40px,7vw,68px) 18px;background:linear-gradient(180deg,#0b0f1a,#131a2b);color:#fff}
.pains-in{max-width:var(--max-text,720px);margin:0 auto}
.lp-pains h2{color:#fff;font-size:clamp(24px,5.4vw,36px);line-height:1.2;text-align:center;margin-bottom:10px}
.lp-pains .lead{color:rgba(255,255,255,.72);text-align:center;margin:0 auto 22px}
.pains{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}
.pain{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);border-radius:var(--radius);padding:16px}
.pain-ic{width:48px;height:48px;border-radius:14px;background:rgba(248,113,113,.14);color:#f87171;display:grid;place-items:center}
.pain-ic .ic{width:26px;height:26px}.pain-ic .i-emoji{font-size:22px}
.pain b{display:block;font-size:17px;line-height:1.3;margin-bottom:4px;color:#fff}
.pain p{color:rgba(255,255,255,.72);font-size:15px;line-height:1.6;margin:0}
/* motion: NO scroll-driven reveal. It was tried (animation-timeline:view()) and every full-page capture — the gallery
   thumbnails, the doctor, a search engine's renderer — saw blank sections below the fold. A COD page is visible with
   nothing but HTML + CSS; the only motion is the button press and the pulse. */
/* reviews as a SWIPE strip (owner, 2026-09-14): edge-to-edge, one card + a peek of the next, snap, no scrollbar; the
   summary line stays above. Desktop: the same strip, cards 340px wide (a row of three fits the page). */
.reviews-section[data-layout="strip"] .reviews{gap:12px;margin-inline:-18px;padding:6px 18px 10px;scroll-padding-inline:18px;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.reviews-section[data-layout="strip"] .reviews::-webkit-scrollbar{display:none}
.reviews-section[data-layout="strip"] .review{flex:0 0 min(84%,340px);scroll-snap-align:start;display:flex;flex-direction:column}
.reviews-section[data-layout="strip"] .rtext{flex:1}
.review .rname{font-size:15px;font-weight:800;gap:6px}
.review .rcity{font-size:12.5px;color:var(--muted);margin-top:1px}
.review .stars{margin-top:3px;font-size:13px;letter-spacing:1px}
.review .rver{width:16px;height:16px;font-size:10px}
.review .rhead{align-items:center}
@media(min-width:900px){.reviews-section[data-layout="strip"] .reviews{margin-inline:0;padding-inline:0;scroll-padding-inline:0}}
/* the carousel chrome (framework/js/carousel.js): dots under the strip, round arrows on a laptop */
.car{position:relative}
.car-dots{display:flex;justify-content:center;gap:6px;margin-top:4px}
.car-dot{width:8px;height:8px;border-radius:999px;border:0;padding:0;background:rgba(var(--brand-rgb),.22);cursor:pointer;transition:width .25s,background .25s}
.car-dot.on{width:26px;background:var(--brand)}
.car-arrow{display:none;position:absolute;top:calc(50% - 30px);width:44px;height:44px;border-radius:50%;border:1px solid var(--line);background:var(--bg);color:var(--ink);font-size:26px;line-height:1;cursor:pointer;box-shadow:var(--shadow-sm);z-index:2;align-items:center;justify-content:center;padding:0 0 3px}
.car-arrow:hover{background:var(--brand);color:#fff;border-color:var(--brand)}
.car-arrow.prev{inset-inline-start:-22px}.car-arrow.next{inset-inline-end:-22px}
@media(min-width:900px){.car-arrow{display:flex}}
.car-static .car-dots,.car-static .car-arrow{display:none}

/* ===== SECTION OPTIONS (2026-09-17 — Shopify's "section settings", every block has them; tools/lp-blocks.js render()) =====
   data-scheme = the surface (a full-bleed band like the why-panel) · data-pad = vertical room · data-hide = one device only */
[data-scheme]{margin-inline:-18px;padding-inline:18px;border-radius:0}
[data-scheme="soft"]{background:var(--soft)}
[data-scheme="brand"]{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff}
[data-scheme="dark"]{background:color-mix(in srgb,var(--brand) 10%,#0b1020);color:#fff}
[data-scheme="brand"] h2,[data-scheme="dark"] h2,[data-scheme="brand"] h3,[data-scheme="dark"] h3,[data-scheme="brand"] .lead,[data-scheme="dark"] .lead,[data-scheme="brand"] p,[data-scheme="dark"] p,[data-scheme="brand"] .dim,[data-scheme="dark"] .dim,[data-scheme="brand"] .stats span,[data-scheme="dark"] .stats span{color:inherit}
[data-scheme="brand"] .btn,[data-scheme="dark"] .btn{background:#fff;color:var(--brand);box-shadow:0 8px 22px rgba(2,6,23,.22)}
[data-scheme="brand"] .btn.secondary,[data-scheme="dark"] .btn.secondary{background:rgba(255,255,255,.14);color:#fff}
[data-scheme="brand"] .review,[data-scheme="dark"] .review,[data-scheme="brand"] .faq,[data-scheme="dark"] .faq,[data-scheme="brand"] .pcard,[data-scheme="dark"] .pcard,[data-scheme="brand"] .gb,[data-scheme="dark"] .gb,[data-scheme="brand"] .steps li,[data-scheme="dark"] .steps li,[data-scheme="brand"] .lp-features[data-layout] .features li,[data-scheme="dark"] .lp-features[data-layout] .features li,[data-scheme="brand"] .offers .offer,[data-scheme="dark"] .offers .offer{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:#fff;box-shadow:none}
[data-scheme="brand"] .features li::before,[data-scheme="dark"] .features li::before{background:rgba(255,255,255,.2);color:#fff}
[data-scheme="brand"] .lp-faq .rich,[data-scheme="dark"] .lp-faq .rich,[data-scheme="brand"] .review .rtext,[data-scheme="dark"] .review .rtext,[data-scheme="brand"] .steps li p,[data-scheme="dark"] .steps li p{color:rgba(255,255,255,.82)}
[data-scheme="brand"] .lp-faq summary::after{color:#fff}
[data-scheme="brand"] .stats b,[data-scheme="dark"] .stats b,[data-scheme="brand"] .pcard-price,[data-scheme="dark"] .pcard-price{color:#fff}
[data-scheme="brand"] .review .ravatar-i,[data-scheme="dark"] .review .ravatar-i{background:rgba(255,255,255,.18);color:#fff}
[data-scheme="brand"] .pcard-add,[data-scheme="dark"] .pcard-add{background:#fff;color:var(--brand)}
[data-pad="tight"]{padding-block:12px}
[data-pad="roomy"]{padding-block:clamp(48px,8vw,96px)}
@media(max-width:899px){[data-hide="mobile"]{display:none!important}}
@media(min-width:900px){[data-hide="desktop"]{display:none!important}}

/* ===== the Shopify-theme sections (2026-09-17, tools/lp-blocks-shop.js) ===== */
.eyebrow.tint,.bn-txt .eyebrow,.promo-txt .eyebrow,.ft-txt .eyebrow{background:rgba(var(--brand-rgb),.10);color:var(--brand);border:0;margin-bottom:12px}
/* image banner: phone = full-bleed photo, text under (or over) it */
.lp-banner{position:relative;padding-top:0}
.bn-pic{margin:0 -18px;background:var(--soft)}
.bn-pic img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4/5}
.lp-banner[data-height="short"] .bn-pic img{aspect-ratio:16/10}
.lp-banner[data-height="tall"] .bn-pic img{aspect-ratio:3/4}
.bn-txt{padding:18px 0 0}
.bn-txt h2{font-size:var(--fs-h1);line-height:1.12;margin-bottom:8px;font-weight:900;letter-spacing:-.02em}
.bn-txt p{color:var(--muted);font-size:16px;line-height:1.55;margin:0 0 16px;max-width:52ch}
.bn-btn{width:auto;min-width:200px}
.lp-banner[data-align="center"] .bn-txt{text-align:center}
.lp-banner[data-align="center"] .bn-txt p{margin-inline:auto}
.lp-banner[data-layout="overlay"]{margin-inline:-18px;padding:0}
.lp-banner[data-layout="overlay"] .bn-pic{margin:0}
.lp-banner[data-layout="overlay"] .bn-txt{position:absolute;inset:auto 0 0 0;padding:70px 20px 26px;background:linear-gradient(transparent,rgba(2,6,23,.55) 40%,rgba(2,6,23,.82));color:#fff}
.lp-banner[data-layout="overlay"] .bn-txt h2{color:#fff}
.lp-banner[data-layout="overlay"] .bn-txt p{color:rgba(255,255,255,.9)}
.lp-banner[data-layout="overlay"] .bn-txt .eyebrow{background:rgba(255,255,255,.16);color:#fff}
.lp-banner[data-layout="overlay"] .bn-btn{box-shadow:0 8px 22px rgba(2,6,23,.3)}
.lp-banner[data-layout="card"] .bn-pic{margin:0;border-radius:var(--radius);overflow:hidden}
@media(min-width:760px){
  .lp-banner[data-layout="overlay"] .bn-pic img{aspect-ratio:21/9}
  .lp-banner[data-layout="overlay"][data-height="tall"] .bn-pic img{aspect-ratio:16/9}
  .lp-banner[data-layout="overlay"][data-height="short"] .bn-pic img{aspect-ratio:3/1}
  .lp-banner[data-layout="overlay"] .bn-txt{padding:90px 48px 44px;max-width:62%}
  .lp-banner[data-layout="overlay"][data-align="center"] .bn-txt{max-width:none;padding-inline:12%}
  .lp-banner[data-layout="split"]{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding-top:clamp(28px,5vw,52px)}
  .lp-banner[data-layout="split"] .bn-pic{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}
  .lp-banner[data-layout="split"] .bn-pic img{aspect-ratio:4/5}
  .lp-banner[data-layout="split"][data-height="short"] .bn-pic img{aspect-ratio:1}
  .lp-banner[data-layout="split"] .bn-txt{padding:0}
  .lp-banner[data-layout="card"] .bn-pic img{aspect-ratio:21/9}
  .lp-banner[data-layout="card"] .bn-txt{padding-top:22px}
}
@media(min-width:900px){.lp-banner[data-layout="overlay"]{margin-inline:0;border-radius:var(--radius);overflow:hidden}}
/* image with text */
.lp-promo .promo-in{display:grid;gap:18px;align-items:center}
.promo-pic{margin:0;border-radius:var(--radius);overflow:hidden;background:var(--soft);box-shadow:var(--shadow-sm)}
.promo-pic img{width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover}
.promo-txt h2{margin-bottom:10px}
.promo-txt .rich{color:var(--muted);font-size:15.5px;line-height:1.65}
.promo-btn{width:auto;min-width:180px;margin-top:14px}
.lp-promo[data-style="soft"] .promo-in{background:var(--soft);border-radius:var(--radius);padding:18px}
.lp-promo[data-style="brand"] .promo-in{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:#fff;border-radius:var(--radius);padding:18px;box-shadow:0 16px 40px rgba(var(--brand-rgb),.25)}
.lp-promo[data-style="brand"] h2,.lp-promo[data-style="brand"] .rich{color:#fff}
.lp-promo[data-style="brand"] .rich{opacity:.92}
.lp-promo[data-style="brand"] .eyebrow{background:rgba(255,255,255,.16);color:#fff}
.lp-promo[data-style="brand"] .btn{background:#fff;color:var(--brand)}
@media(min-width:760px){
  .lp-promo .promo-in{grid-template-columns:1fr 1fr;gap:40px}
  .lp-promo[data-side="end"] .promo-pic{order:2}
  .lp-promo[data-style="soft"] .promo-in,.lp-promo[data-style="brand"] .promo-in{padding:36px}
}
/* collage: big tile + small tiles, each a link */
.collage{display:grid;gap:10px;grid-template-columns:1fr 1fr}
.cl-tile{position:relative;display:block;border-radius:var(--radius);overflow:hidden;background:var(--soft);margin:0;text-decoration:none;color:#fff;box-shadow:var(--shadow-sm)}
.cl-tile img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:1;transition:transform .4s ease}
.cl-tile:hover img{transform:scale(1.04)}
.cl-cap{position:absolute;inset-inline:0;bottom:0;padding:38px 14px 12px;background:linear-gradient(transparent,rgba(2,6,23,.72));display:flex;flex-direction:column;gap:2px}
.cl-cap b{font-size:16px;line-height:1.25}
.cl-cap small{font-size:12.5px;opacity:.9}
.lp-collage[data-layout="start"] .cl-tile:first-child,.lp-collage[data-layout="end"] .cl-tile:last-child{grid-column:1/-1}
.lp-collage[data-layout="start"] .cl-tile:first-child img,.lp-collage[data-layout="end"] .cl-tile:last-child img{aspect-ratio:16/10}
@media(min-width:760px){
  .collage{grid-template-columns:repeat(4,1fr);gap:14px}
  .cl-tile{grid-column:span 2}
  .lp-collage[data-n="3"][data-layout="start"] .cl-tile:first-child{grid-column:1/3;grid-row:1/3}
  .lp-collage[data-n="3"][data-layout="start"] .cl-tile:first-child img{aspect-ratio:auto;height:100%}
  .lp-collage[data-n="3"][data-layout="start"] .cl-tile:not(:first-child) img{aspect-ratio:2/1}
  .lp-collage[data-n="3"][data-layout="end"] .cl-tile:nth-child(1){grid-column:1/3;grid-row:1}
  .lp-collage[data-n="3"][data-layout="end"] .cl-tile:nth-child(2){grid-column:1/3;grid-row:2}
  .lp-collage[data-n="3"][data-layout="end"] .cl-tile:not(:last-child) img{aspect-ratio:2/1}
  .lp-collage[data-n="3"][data-layout="end"] .cl-tile:last-child{grid-column:3/5;grid-row:1/3}
  .lp-collage[data-n="3"][data-layout="end"] .cl-tile:last-child img{aspect-ratio:auto;height:100%}
  .cl-cap b{font-size:20px}
}
/* scrolling text strip */
.lp-marquee{overflow:hidden;margin-inline:-18px;padding:11px 0;background:var(--brand);color:#fff;font-weight:800;font-size:14.5px;letter-spacing:.02em;white-space:nowrap}
.lp-marquee[data-style="dark"]{background:var(--ink)}
.lp-marquee[data-style="soft"]{background:var(--soft);color:var(--ink)}
.lp-marquee[data-style="line"]{background:transparent;color:var(--ink);border-block:1px solid var(--line)}
.mq-track{display:inline-flex;align-items:center;gap:28px;padding-inline-start:28px;animation:mq 22s linear infinite;will-change:transform}
.mq-track i{font-style:normal;opacity:.6;font-size:11px}
.lp-marquee[data-speed="slow"] .mq-track{animation-duration:38s}
.lp-marquee[data-speed="fast"] .mq-track{animation-duration:12s}
@keyframes mq{to{transform:translateX(-50%)}}
[dir="rtl"] .mq-track{animation-name:mq-rtl}
@keyframes mq-rtl{to{transform:translateX(50%)}}
.lp-marquee:hover .mq-track{animation-play-state:paused}
@media(prefers-reduced-motion:reduce){.mq-track{animation:none;white-space:normal;flex-wrap:wrap;justify-content:center;padding:0 18px}}
/* footer in columns (Dawn): brand + note · links · legal + WhatsApp */
footer[data-layout="columns"]{text-align:start}
.foot-cols{display:grid;gap:22px;max-width:var(--max);margin:0 auto var(--s5)}
.foot-col .foot-legal{justify-content:flex-start;margin-bottom:10px}
.foot-links{display:flex;flex-direction:column;gap:6px}
.foot-links a{color:var(--ink);text-decoration:none;font-weight:600}
.foot-links a:hover{color:var(--brand)}
.foot-col>a[data-contact]{display:inline-flex;align-items:center;gap:6px;color:#128C7E;font-weight:700;text-decoration:none}
footer[data-layout="columns"] .foot-copy{text-align:center;border-top:1px solid var(--line);padding-top:14px}
@media(min-width:760px){.foot-cols{grid-template-columns:1.4fr 1fr 1fr;gap:32px}}
