/* ============ General Sales Page — Base Stylesheet ============ */

*{box-sizing:border-box;font-family:"Inter",sans-serif;font-weight:400;font-style:normal}
body{padding:0;margin:0;color:#212529;background:#fff}
h1,h2,h3,p{margin:0;padding:0}
img{display:block;max-width:100%}
button{border:none;outline:none;cursor:pointer;font-family:inherit}
b,strong{font-weight:700}
a{color:inherit;text-decoration:none}

:root{
  --ink:#0c2539;
  --ink-soft:#333;
  --muted:#5a6b7a;
  --bg:#fff;
  --bg-soft:#f6f9fc;
  --line:#e2e8f0;
  --brand:#0e7cc5;        /* hydro blue */
  --brand-deep:#0a4a78;
  --brand-light:#bbe5ff;
  --action:#ff6a3d;       /* coral CTA */
  --action-deep:#e8541f;
  --night:#0a1a2c;        /* hero / guarantee / limit dark */
  --night-2:#0f2440;
  --warn-orange:#ff8b3d;
}

/* ======= layout primitives ======= */
.container{padding:0 20px;max-width:1280px;width:100%;margin:0 auto}
@media (max-width:768px){.container{padding:0 12px}}

/* ======= placeholder ======= */
.ph{
  position:relative;background:repeating-linear-gradient(135deg,#e6eef6 0 14px,#eef3f8 14px 28px);
  color:#475569;font-family:ui-monospace,"JetBrains Mono",Menlo,monospace;font-size:11px;letter-spacing:.04em;text-transform:uppercase;
  display:flex;align-items:center;justify-content:center;text-align:center;padding:14px;
  border-radius:12px;border:1px dashed #c8d4e0;
}
.ph--dark{background:repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 14px,rgba(255,255,255,.10) 14px 28px);color:rgba(255,255,255,.7);border-color:rgba(255,255,255,.15)}
.ph__label{padding:5px 10px;background:rgba(255,255,255,.85);border-radius:6px}
.ph--dark .ph__label{background:rgba(255,255,255,.12);color:#fff}

/* ======= announcebar (slim dark banner, very top) ======= */
.announcebar{background:var(--night);color:#fff;text-align:center;padding:9px 16px;font-weight:700;font-size:13.5px;letter-spacing:.04em;line-height:1.3}
.announcebar b{color:var(--warn-orange);font-weight:700}
@media (max-width:768px){.announcebar{letter-spacing:0;white-space:nowrap;overflow:hidden;padding:9px 16px}}
@media (max-width:430px){.announcebar{font-size:14px}}
@media (max-width:390px){.announcebar{font-size:13px}}
@media (max-width:375px){.announcebar{font-size:12px}}
@media (max-width:320px){.announcebar{font-size:11px}}

/* ======= selling-fast-bar ======= */
.selling-fast-bar{font-size:14px}
@media (max-width:430px){.selling-fast-bar{font-size:12px!important}.selling-fast-bar svg{width:12px!important;height:12px!important}}
@media (max-width:390px){.selling-fast-bar{font-size:11px!important}.selling-fast-bar svg{width:11px!important;height:11px!important}}
@media (max-width:375px){.selling-fast-bar{font-size:10.5px!important}.selling-fast-bar svg{width:10.5px!important;height:10.5px!important}}
@media (max-width:320px){.selling-fast-bar{font-size:9px!important}.selling-fast-bar svg{width:9px!important;height:9px!important}}

/* ======= trustbar (top utility strip above header) ======= */
.trustbar{background:var(--bg-soft);border-bottom:1px solid var(--line)}
.trustbar>.container{max-width:1720px}
.trustbar__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:10px 0;font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:var(--ink)}
.trustbar__item{display:flex;align-items:center;gap:9px;white-space:nowrap}
.trustbar__group{display:flex;align-items:center;gap:28px}
.trustbar__item svg{flex-shrink:0;color:var(--brand)}
.trustbar__flag{width:22px;height:15px;border-radius:2px;flex-shrink:0;box-shadow:0 0 0 1px rgba(10,26,44,.12)}
/* trustbar mobile infinite scroll */
@keyframes trustbar-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
.trustbar__dup{display:none}
@media (max-width:768px){
  .trustbar .container{overflow:hidden;padding:0;max-width:100%}
  .trustbar__inner{justify-content:flex-start!important;gap:40px!important;width:max-content;animation:trustbar-scroll 14s linear infinite;flex-wrap:nowrap!important}
  .trustbar__dup{display:flex}
  .trustbar__group{display:flex}
  .trustbar__item--ship{display:flex}
}

/* ======= header (matches .header pattern) ======= */
.header{padding:18px 0;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}
.header>.container{max-width:1720px}
.header__inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.header__navigation{display:flex;justify-content:space-between;align-items:center;max-width:1110px;width:100%;gap:20px}
.header__menu{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0;list-style:none;max-width:645px;width:100%;flex:1}
.header__menu-link{font-weight:600;font-size:16px;line-height:150%;color:#171717}
.header__menu-link:hover{color:var(--brand)}
.header__logo{display:flex;align-items:center;gap:10px;font-family:"Anek Latin",sans-serif;font-weight:800;font-size:28px;color:var(--ink);letter-spacing:-.02em;line-height:1}
.header__logo-mark{width:38px;height:38px;border-radius:10px;background:linear-gradient(135deg,#33c5f3,var(--brand),var(--brand-deep));display:grid;place-items:center;color:#fff;box-shadow:inset 0 -2px 6px rgba(0,0,0,.18)}
.header__logo-mark svg{width:22px;height:22px}
.header__button{box-shadow:0 4px 4px 0 rgba(255,106,61,.25);background:var(--action);border-radius:6px;padding:10px 18px;font-weight:700;font-size:15px;line-height:150%;color:#fff;display:flex;align-items:center;gap:8px;flex-shrink:0;transition:background .15s,transform .15s}
.header__button:hover{background:var(--action-deep);transform:translateY(-1px)}

/* hamburger + mobile menu */
.header__hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--ink)}
.header__hamburger svg{width:28px;height:28px}
.header__mobile-menu{position:fixed;top:0;left:0;right:0;z-index:100;background:#fff;transform:translateY(-100%);transition:transform .3s ease;box-shadow:0 4px 20px rgba(0,0,0,.15)}
.header__mobile-menu.open{transform:translateY(0)}
.header__mobile-menu-top{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}
.header__mobile-close{background:none;border:none;cursor:pointer;padding:4px;color:var(--ink)}
.header__mobile-close svg{width:28px;height:28px}
.header__mobile-nav{display:flex;flex-direction:column}
.header__mobile-link{padding:18px 20px;font-family:"Anek Latin",sans-serif;font-weight:700;font-size:18px;color:var(--ink);border-bottom:1px solid var(--line);text-decoration:none}
.header__mobile-link:last-child{border-bottom:0}
@media(max-width:980px){.header__hamburger{display:block}}

/* ======= hero (matches .hero pattern: dark bg, video overlay, gradient wash, big title) ======= */
.hero{position:relative;background:var(--night);overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:linear-gradient(90deg,var(--night) 0%,var(--night) 42%,rgba(10,26,44,.85) 55%,rgba(10,26,44,0) 72%)}
.hero::before{content:"";position:absolute;inset:0;z-index:3;pointer-events:none;
  background:
    linear-gradient(65deg,rgba(51,197,243,.32) 0%,rgba(51,197,243,.16) 14%,rgba(51,197,243,0) 42%),
    linear-gradient(104deg,rgba(14,124,197,0) 58%,rgba(14,124,197,.22) 72%,rgba(14,124,197,.35) 100%)}
.hero-video{position:absolute;top:0;right:0;bottom:0;width:55%;z-index:1;pointer-events:none}
.hero-video .ph{height:100%;border:0;border-radius:0;background:
  radial-gradient(900px 600px at 70% 30%, rgba(51,197,243,.25), transparent 60%),
  radial-gradient(700px 500px at 90% 80%, rgba(14,124,197,.4), transparent 65%),
  linear-gradient(135deg, #0a1a2c 0%, #0f2c4d 60%, #134a73 100%);
  color:rgba(255,255,255,.55)}
.hero__inner{position:relative;z-index:4;padding:84px 0 76px;max-width:780px;width:100%}
.hero__rated{display:inline-flex;align-items:center;font-weight:500;font-size:15px;line-height:130%;color:#fff;margin-bottom:14px;gap:8px;padding:0;background:none;border:none}s:999px;backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.12)}
.hero__rated-image{display:inline-flex;gap:1px}
.hero__rated-image svg{width:14px;height:14px;color:#ffb648}
.hero__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:72px;line-height:.95;letter-spacing:-0.02em;color:#fff;margin-bottom:18px;text-wrap:balance}
.hero__title em{font-style:normal;background:linear-gradient(110deg,#7fe2ff,#33c5f3 60%,#0e7cc5);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero__mobile-img{display:none;margin-bottom:20px;border-radius:14px;overflow:hidden}
.hero__mobile-img .ph{aspect-ratio:16/10;border:0;border-radius:0}
.hero__subtitle{font-weight:500;font-size:20px;line-height:140%;color:rgba(255,255,255,.85);margin-bottom:32px;max-width:540px}
.hero__checks{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.hero__checks-item{display:flex;align-items:center;gap:14px;font-weight:500;font-size:18px;line-height:130%;color:#fff}
.hero__checks-item svg{width:24px;height:24px;flex-shrink:0;color:#33c5f3}
.hero__message{max-width:508px;width:100%;display:flex;justify-content:center;margin-bottom:18px}

/* hero social proof bar */
.hero__social-proof{display:flex;align-items:center;justify-content:center;gap:0;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:99px;padding:8px 20px 8px 8px;margin-bottom:18px;width:100%;max-width:508px}
.hero__sp-left{display:flex;align-items:center;gap:10px}
.hero__sp-avatars{display:flex;align-items:center}
.hero__sp-av{width:28px;height:28px;border-radius:50%;margin-right:-6px;border:2px solid var(--night);position:relative;object-fit:cover}
.hero__sp-av--check{width:20px;height:20px;margin-right:0;border:0;background:transparent}
.hero__sp-av--check svg{width:20px;height:20px}
.hero__sp-text{font-size:15px;font-weight:500;color:#fff;white-space:nowrap;margin-left:6px}
.hero__sp-text b{font-weight:800}
.hero__sp-divider{width:1px;height:24px;background:rgba(255,255,255,.2);margin:0 16px;flex-shrink:0}
.hero__sp-right{display:flex;align-items:center;gap:6px}
.hero__sp-fire{font-size:16px;line-height:1}
.hero__sp-stock{font-size:14px;font-weight:600;color:#ff8b3d;white-space:nowrap}
.hero__message-body{display:inline-flex;align-items:center;padding:10px 16px;font-weight:500;font-size:14px;line-height:140%;color:#fff;background:rgba(255,138,82,.18);border:1px solid rgba(255,138,82,.45);border-radius:10px;gap:8px}
.hero__message-body svg{width:14px;height:16px;color:#ff8b3d;flex-shrink:0}

/* ======= cta button (the magenta CTA in original; we use coral) ======= */
.cta-group{margin:0 auto;max-width:420px}
.cta-group-hero{max-width:480px;width:100%;margin:0}
.cta-button{
  padding:20px 16px;font-family:"Montserrat",sans-serif;font-weight:800;font-size:22px;line-height:100%;
  text-transform:uppercase;text-align:center;color:#fff;background:var(--action);border-radius:10px;width:100%;
  letter-spacing:.02em;display:flex;align-items:center;justify-content:center;gap:10px;
  box-shadow:0 8px 18px -4px rgba(255,106,61,.5), inset 0 1px 0 rgba(255,255,255,.22);
  transition:background .15s,transform .15s,box-shadow .15s;
}
.cta-button:hover{background:var(--action-deep);transform:translateY(-2px);box-shadow:0 14px 26px -6px rgba(255,106,61,.55), inset 0 1px 0 rgba(255,255,255,.25)}
.cta-button svg{width:18px;height:18px;background:rgba(255,255,255,.25);border-radius:50%;padding:6px;width:32px;height:32px;flex-shrink:0}
.cta-group-hero .cta-button{font-size:clamp(16px,5.5vw,26px);padding:22px 16px;white-space:nowrap}
.cta-bottom{width:fit-content;margin:14px auto 0;display:flex;align-items:center;gap:8px;color:#333;font-size:12.5px;line-height:150%;flex-wrap:wrap;justify-content:center}
.cta-group-hero .cta-bottom{color:#fff;font-size:15px}
.guarantee__content .cta-bottom{color:rgba(255,255,255,.82)}
.cta-ellipse{width:14px;height:14px;display:inline-block;border-radius:50%;background:#3bd66b;box-shadow:0 0 0 4px rgba(59,214,107,.18)}
.cta-stock{display:inline-flex;gap:3px;margin:0 4px}
.cta-low{color:#ef4444;font-weight:700}
/* white LOW on dark backgrounds */
.cta-group-hero .cta-low,
.limit__content .cta-low,
.guarantee__content .cta-low,
.comp .cta-low{color:#fff}
.cta-stock i{width:14px;height:12px;background:#d9d9d9;border-radius:2px;display:block}
.cta-stock i.on{background:#fc2201}
.shipByDate{font-weight:700}

/* ======= partners ======= */
.partners{padding:33px 0;background:#fff;border-bottom:1px solid var(--line)}
.partners__inner{display:flex;align-items:center;gap:60px;flex-wrap:wrap}
.partners__title{font-weight:700;font-size:24px;line-height:103%;letter-spacing:-.02em;text-transform:capitalize;color:#848484;flex-shrink:0}
.partners__slider{width:100%;flex:1;min-width:0;overflow:hidden}
.partners__slider-wrapper{display:flex;align-items:center;justify-content:space-between;gap:32px;width:100%}
.partners__slide{display:flex;align-items:center;justify-content:center;flex:0 1 auto;font-family:Georgia,serif;font-weight:700;font-style:italic;font-size:22px;color:#848484;letter-spacing:-.02em;opacity:.85}
.partners__slide.sans{font-family:"Anek Latin",sans-serif;font-style:normal;text-transform:uppercase;letter-spacing:.05em;font-size:15px}

/* ======= section base — eyebrow + title ======= */
.title-header{font-weight:700;font-size:14px;line-height:208%;letter-spacing:0.16em;text-transform:uppercase;text-align:center;color:var(--brand);margin-bottom:8px}
.title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:54px;line-height:.95;letter-spacing:-.025em;text-align:center;color:var(--ink);text-wrap:balance;max-width:900px;margin:0 auto}

/* ======= description ======= */
.description{padding:56px 0 40px}
.description__inner{text-align:center}
.description__boxes{display:flex;justify-content:space-between;align-items:center;gap:30px;margin:48px 0;text-align:left}
.description__box{max-width:380px;width:100%;display:flex;flex-direction:column;gap:32px}
.description__box-row{display:flex;align-items:flex-start;gap:16px}
.description__box-row>.iconBox{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#e7f4fc,#bbe5ff);color:var(--brand-deep);display:grid;place-items:center;flex-shrink:0}
.description__box-row>.iconBox svg{width:28px;height:28px}
.description__box-content h3{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:22px;line-height:120%;color:var(--ink);margin-bottom:8px;letter-spacing:-.01em}
.description__box-content p{font-weight:400;font-size:16px;line-height:155%;color:var(--muted)}
.description__box-main{display:flex;justify-content:center;align-items:center}
.description__box-main .ph{aspect-ratio:1/1.05;width:340px;border-radius:24px;background:
  radial-gradient(circle at 30% 25%, #d8efff 0%, #7fcef0 30%, #0e7cc5 90%);
  border:0;color:rgba(255,255,255,.7)}
.description__box-main .ph__label{background:rgba(10,26,44,.55);color:#fff}

/* ======= how (alternating rows) ======= */
.how{padding:48px 0 48px;background:#fff}
.how__inner{text-align:center}
.how__subtitle{font-weight:500;font-size:22px;line-height:140%;text-align:center;color:var(--muted);max-width:780px;width:100%;margin:14px auto 56px}
.how__boxes{display:flex;flex-direction:column;gap:56px;margin-bottom:56px;text-align:left}
.how__box{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:64px}
.how__box:nth-of-type(2n){flex-direction:row}
.how__box-image{width:50%;border-radius:24px;aspect-ratio:1.15/1;background:linear-gradient(135deg,#e7f4fc,#bbe5ff);overflow:hidden}
.how__box-image .ph{height:100%;border:0;border-radius:24px;background:transparent;color:var(--brand-deep)}
.how__box-content{max-width:480px;width:100%}
.how__box-step{display:inline-flex;align-items:center;gap:10px;font-family:"Anek Latin",sans-serif;font-weight:700;font-size:14px;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:14px}
.how__box-step b{width:32px;height:32px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-size:14px}
.how__box-title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:34px;line-height:115%;color:var(--ink);margin-bottom:14px;letter-spacing:-.02em}
.how__box-text{font-weight:400;font-size:18px;line-height:155%;color:var(--muted)}

/* ======= split (yellow band in original — we use a soft cream to keep clean theme) ======= */
.split{background:#fff7e8}
.split__inner{display:flex;align-items:stretch}
.split__image{width:50%;align-self:stretch}
.split__image .ph{height:100%;border:0;border-radius:0;background:
  radial-gradient(800px 500px at 30% 20%, #ffe4b8 0%, #ffcc7a 50%, #f08c2c 100%);
  color:rgba(0,0,0,.55)}
.split__image .ph__label{background:rgba(0,0,0,.4);color:#fff}
.split__content{max-width:600px;width:100%;margin-left:48px;padding:40px 24px 40px 0}
.split__content .hero__rated{color:var(--ink);background:none;border:none}
.split__content .hero__rated svg{color:#ff9911}
.split__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:38px;line-height:110%;letter-spacing:-.02em;color:var(--ink);margin:12px 0 28px;text-wrap:balance}
.split__boxes{display:flex;flex-direction:column;gap:18px}
.split__box{display:flex;gap:18px;align-items:center}
.split__box b{font-family:"Anek Latin",sans-serif;font-weight:800;font-size:52px;line-height:1;letter-spacing:-.02em;color:var(--brand-deep);min-width:120px}
.split__box span{font-weight:500;font-size:17px;line-height:140%;color:var(--ink)}

/* ======= set (use cases) ======= */
.set{padding:56px 0 40px}
.set__inner{text-align:center}
.set__boxes{margin-top:44px;display:flex;justify-content:space-evenly;gap:24px;text-align:left}
.set__boxes-wrapper{display:contents}
.set__box{max-width:340px;width:100%;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:transform .2s, box-shadow .2s, border-color .2s}
.set__box:hover{transform:translateY(-3px);box-shadow:0 18px 38px -16px rgba(10,26,44,.18);border-color:#cfe4f5}
.set__box-image{aspect-ratio:308/220;background:linear-gradient(135deg,#e7f4fc,#bbe5ff);position:relative;overflow:hidden}
.set__box-image .ph{height:100%;border:0;border-radius:0;background:transparent;color:var(--brand-deep)}
.set__box-body{padding:24px}
.set__box-title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:24px !important;line-height:120%;color:var(--ink);margin:0 0 8px;letter-spacing:-.01em}
.set__box-text{font-weight:400;font-size:18px;line-height:150%;color:var(--muted)}

/* ======= setup (3-step how-to) ======= */
.setup{padding:56px 0;background:#fff}
.setup__title{font-family:"Anek Latin",sans-serif;font-weight:800;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.03em;text-align:center;color:var(--ink);margin-bottom:40px}
.setup__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto}
.setup__step{text-align:center}
.setup__step-img{aspect-ratio:4/5;border-radius:16px;overflow:hidden;margin-bottom:20px}
.setup__step-img .ph{height:100%;border-radius:0}
.setup__step-name{font-family:"Anek Latin",sans-serif;font-weight:800;font-size:22px;color:var(--ink);margin-bottom:8px}
.setup__step-text{font-size:15px;line-height:1.55;color:var(--muted);max-width:320px;margin:0 auto}

@media(max-width:680px){
  .setup{padding:40px 0;overflow:hidden}
  .setup__title{font-size:28px;margin-bottom:24px}
  .setup .container{padding:0}
  .setup__title{padding:0 20px}
  .setup__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:16px;padding:0 20px;scrollbar-width:none}
  .setup__grid::-webkit-scrollbar{display:none}
  .setup__step{flex:0 0 75%;scroll-snap-align:start}
  .setup__step-img{aspect-ratio:4/5}
  .setup__step-name{font-size:20px}
  .setup__step-text{font-size:14px}
}

/* ======= marquee (scrolling value-prop ticker) ======= */
.marquee{background:var(--night);overflow:hidden;padding:22px 0;display:flex;white-space:nowrap;user-select:none}
.marquee__track{display:flex;align-items:center;flex-shrink:0;animation:marquee-scroll 34s linear infinite}
.marquee__item{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:24px;line-height:1;letter-spacing:-.01em;color:#fff;padding:0 36px;display:inline-flex;align-items:center;gap:12px}
.marquee__item svg{width:22px;height:22px;color:#33c5f3;flex-shrink:0}
.marquee:hover .marquee__track{animation-play-state:paused}
@keyframes marquee-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ======= comp (4-col x 6-row grid w/ highlighted middle col) ======= */
.comp{padding:52px 0;background:var(--bg-soft)}
.comp__inner{text-align:center}
.comp__subtitle{font-weight:500;font-size:20px;line-height:160%;text-align:center;color:var(--muted);margin:14px auto 20px;max-width:680px}
.comp__grid{display:grid;grid-template:repeat(7,auto)/1.2fr 1fr 1fr 1fr;position:relative;max-width:1080px;width:100%;margin:20px auto 40px;background:#fff;border-radius:20px;border:1px solid var(--line);overflow:hidden}
.comp__grid::before{content:"";position:absolute;grid-column:2/3;grid-row:1/-1;inset:0;background:var(--night);z-index:0;border-radius:0}
.comp__grid-item{position:relative;z-index:1;padding:18px 16px;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;border-bottom:1px solid var(--line);font-weight:600;font-size:15px;line-height:130%;color:var(--ink)}
.comp__grid-item.--th{flex-direction:column;padding-top:20px;padding-bottom:14px;font-family:"Anek Latin",sans-serif;font-size:17px}
.comp__grid-item.--th .comp__grid-image{width:64px;height:64px;border-radius:14px;background:linear-gradient(135deg,#e7f4fc,#bbe5ff);margin-bottom:10px;display:grid;place-items:center;color:var(--brand-deep)}
.comp__grid-item.--th:nth-child(2) .comp__grid-image{background:linear-gradient(135deg,#33c5f3,var(--brand));color:#fff;box-shadow:0 8px 18px -4px rgba(14,124,197,.4)}
.comp__grid-item.--th:nth-child(2){color:#fff}
.comp__grid-item.--label{justify-content:flex-start;text-align:left;padding-left:24px;font-weight:700;color:var(--ink)}
.comp__grid-item.--us{font-weight:700;color:#fff}
.comp__grid-item.--bb{border-top:1px solid var(--line)}
.comp__grid-item:last-child:not(.--th){border-bottom:0}
.comp__grid > .comp__grid-item:nth-last-child(-n+4){border-bottom:0}
.cell-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-weight:800;font-size:16px}
.cell-icon.yes{background:#22c55e;color:#fff}
.cell-icon.no{background:#ef4444;color:#fff}
.cell-icon.mid{background:#fff2da;color:#c97a14}
.comp__best-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--action);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1em;padding:5px 10px;border-radius:6px;z-index:2}

/* ======= guarantee (dark bg, badge+content) ======= */
.guarantee{padding:30px 0;background:linear-gradient(180deg,rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.04) 100%),var(--night)}
.guarantee__inner{display:flex;gap:40px;justify-content:center;align-items:center}
.guarantee__seal{width:200px;height:200px;flex-shrink:0;
  background:#000;border-radius:24px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;font-family:"Anek Latin",sans-serif;
  position:relative;padding:20px;
  box-shadow:0 0 40px rgba(51,197,243,.3), 0 0 80px rgba(51,197,243,.15), 0 12px 32px rgba(0,0,0,.4)}
.guarantee__seal::before{display:none}
.guarantee__seal-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}
.guarantee__seal b{display:block;font-size:88px;line-height:.8;letter-spacing:-.04em;font-weight:800;padding-bottom:5px}
.guarantee__seal-dash{display:none}
.guarantee__seal-day{font-size:36px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;line-height:1;margin-top:0}
.guarantee__seal-sub{font-size:15px;font-weight:500;letter-spacing:.02em;margin-top:10px;line-height:1.3;opacity:.7;text-transform:lowercase}
.guarantee__content{max-width:680px;width:100%;text-align:left}
.guarantee__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:42px;line-height:110%;color:#fff;margin-bottom:14px;letter-spacing:-.02em}
.guarantee__text{font-weight:400;font-size:17px;line-height:160%;color:rgba(255,255,255,.85);margin-bottom:30px}
.guarantee__content .cta-group{margin:0}

/* ======= reviews ======= */
.reviews{padding:56px 0;background:#fff}
.reviews__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:46px;line-height:110%;text-align:center;color:var(--ink);letter-spacing:-.025em;margin:0 auto;max-width:880px;text-wrap:balance}
.reviews__summary{display:flex;align-items:center;justify-content:center;gap:20px;margin:24px 0 12px;flex-wrap:wrap}
.reviews__summary-big{font-family:"Anek Latin",sans-serif;font-size:48px;font-weight:700;line-height:1;color:var(--ink);letter-spacing:-.03em}
.reviews__summary-stars{display:flex;gap:2px}
.reviews__summary-stars svg{width:22px;height:22px;color:#ff9911}
.reviews__summary-meta{font-size:14px;color:var(--muted)}
.reviews__summary-meta b{color:var(--ink)}
.reviews__boxes{margin:40px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.reviews__box{background:#fff;border:1px solid var(--line);border-radius:20px;display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s, border-color .2s}
.reviews__box:hover{box-shadow:0 20px 40px -16px rgba(10,26,44,.15);border-color:#cfe4f5}
.reviews__box-header{position:relative;aspect-ratio:16/10;background:linear-gradient(135deg,#e7f4fc,#bbe5ff)}
.reviews__box-header .ph{height:100%;border:0;border-radius:0;background:transparent;color:var(--brand-deep)}
.reviews__box-data{position:absolute;border-radius:10px;padding:0 5px;background:#fff;left:14px;bottom:14px;display:flex;gap:8px;align-items:center;height:35px;box-shadow:0 6px 14px -4px rgba(10,26,44,.18)}
.reviews__box-data>div{display:flex;flex-direction:row;align-items:center;gap:6px}
.reviews__box-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:10px;font-family:"Anek Latin",sans-serif;line-height:1;text-align:center;background:linear-gradient(135deg,#33c5f3,var(--brand-deep));flex-shrink:0;padding:0}
.reviews__box-avatar.b{background:linear-gradient(135deg,#3ec98a,#1a7a4d)}
.reviews__box-avatar.c{background:linear-gradient(135deg,#ff9c5b,#e85c1f)}
.reviews__box-avatar.d{background:linear-gradient(135deg,#a98cf0,#6948c7)}
.reviews__box-avatar.e{background:linear-gradient(135deg,#62d4d1,#23807e)}
.reviews__box-avatar.f{background:linear-gradient(135deg,#ff7a8d,#d33352)}
.reviews__box-name{font-weight:700;font-size:12px;color:#000;line-height:1;white-space:nowrap}
.reviews__box-verification{display:flex;align-items:center;gap:3px;font-weight:500;font-size:11px;line-height:1;color:#1ac70e;margin-top:0;white-space:nowrap}
.reviews__box-body{padding:22px 22px 24px;display:flex;flex:1;flex-direction:column}
.reviews__box-stars{display:flex;gap:1px;margin-bottom:10px}
.reviews__box-stars svg{width:16px;height:16px;color:#ff9911}
.reviews__box-title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:19px;color:var(--ink);margin:0 0 10px;letter-spacing:-.01em}
.reviews__box-review{font-weight:400;font-size:15.5px;line-height:155%;color:var(--ink-soft)}

/* ======= limit (dark hero w/ countdown) ======= */
.limit{padding:56px 0;background:
  radial-gradient(900px 500px at 80% 20%, rgba(51,197,243,.25), transparent 60%),
  radial-gradient(700px 400px at 0% 100%, rgba(14,124,197,.2), transparent 60%),
  linear-gradient(135deg,var(--night) 0%, var(--night-2) 50%, #163559 100%)}
.limit__inner{display:flex;justify-content:space-between;align-items:center;gap:48px}
.limit__image{width:42%;max-width:480px}
.limit__image .ph{aspect-ratio:1/1;border-radius:24px;border:0;background:
  radial-gradient(circle at 30% 25%, #d8efff 0%, #7fcef0 30%, #0e7cc5 90%);
  color:rgba(255,255,255,.7)}
.limit__image .ph__label{background:rgba(0,0,0,.45);color:#fff}
.limit__content{display:flex;flex-direction:column;align-items:flex-start;gap:0;flex:1;max-width:620px}
.limit__content .hero__rated{color:#fff;margin:0 0 18px}
.limit__content-title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:48px;line-height:110%;color:#fff;letter-spacing:-.025em;text-wrap:balance;margin-bottom:24px}
.timer{border:2px solid rgba(255,255,255,.25);background:rgba(255,255,255,.04);border-radius:18px;width:100%;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:18px;backdrop-filter:blur(8px);margin-bottom:20px}
.timer__text{font-weight:700;font-size:14px;line-height:130%;text-align:left;color:#fff;text-transform:uppercase;letter-spacing:.1em}
.counter{display:flex;align-items:flex-start;gap:6px}
.counter__column{display:flex;flex-direction:column;align-items:center;min-width:56px}
.counter__column-time{font-family:"Anek Latin",sans-serif;font-weight:800;font-size:42px;line-height:1;text-align:center;color:var(--warn-orange);letter-spacing:-.03em}
.counter__column-dots{font-family:"Anek Latin",sans-serif;font-weight:800;font-size:36px;line-height:.9;color:var(--warn-orange);padding:0 2px}
.counter__column-const{font-weight:600;font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:.08em;text-align:center;color:rgba(255,255,255,.65);margin-top:4px}
.limit__off{font-weight:700;font-size:18px;line-height:130%;color:#fff;margin-bottom:16px}
.limit__off b{color:var(--warn-orange)}
.limit__special{font-weight:400;font-size:14px;line-height:160%;color:rgba(255,255,255,.7)}
.limit__boxes{display:grid;grid-template:repeat(2,auto)/repeat(2,1fr);width:100%;gap:14px 24px;margin-bottom:24px}
.limit__box{display:flex;align-items:center;gap:10px}
.limit__box svg{width:18px;height:18px;color:#fff;flex-shrink:0}
.limit__box-text{font-weight:500;font-size:14.5px;line-height:130%;color:rgba(255,255,255,.9)}
.limit__content .cta-group{margin:0;max-width:none;width:100%}
.limit__content .cta-bottom{color:#fff;margin:14px 0 0;font-size:14px;width:100%;justify-content:flex-start}
.limit__trust{display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px;color:#fff}

/* ======= expert (founder/specialist endorsement) ======= */
.expert{padding:48px 0;background:var(--bg-soft)}
.expert__inner{display:flex;align-items:center;gap:64px;max-width:1120px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 30px 70px -40px rgba(10,26,44,.3)}
.expert__media{position:relative;width:42%;align-self:stretch;min-height:440px;flex-shrink:0}
.expert__media .ph{height:100%;border:0;border-radius:0;background:
  radial-gradient(700px 500px at 30% 20%, #d8efff 0%, #7fcef0 45%, #0e7cc5 100%);
  color:rgba(255,255,255,.7)}
.expert__media .ph__label{background:rgba(10,26,44,.55);color:#fff}
.expert__media-badge{position:absolute;left:24px;bottom:24px;display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:999px;padding:9px 16px 9px 12px;font-weight:700;font-size:14px;color:var(--ink);box-shadow:0 10px 26px -10px rgba(10,26,44,.45)}
.expert__media-badge svg{width:20px;height:20px;color:var(--brand)}
.expert__body{flex:1;padding:56px 56px 56px 0}
.expert__eyebrow{font-weight:700;font-size:14px;line-height:1;letter-spacing:.16em;text-transform:uppercase;color:var(--brand);margin-bottom:14px}
.expert__name{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:40px;line-height:1.04;letter-spacing:-.025em;color:var(--ink);margin-bottom:6px}
.expert__role{font-weight:600;font-size:17px;color:var(--muted);margin-bottom:22px;padding-bottom:22px;border-bottom:1px solid var(--line)}
.expert__quote{position:relative;font-weight:400;font-size:18px;line-height:165%;color:var(--ink-soft);max-width:560px;text-align:left;margin-left:0;padding-left:0}
.expert__quote svg{display:none}
.expert__quote span{display:block;overflow:visible}
.expert__text{font-weight:400;font-size:18px;line-height:170%;color:var(--ink-soft);max-width:560px;text-align:left}
.expert__stars{display:flex;gap:2px;margin-bottom:18px}
.expert__stars svg{width:20px;height:20px;color:#ff9911}
.expert__sign{margin-top:24px;display:flex;flex-direction:column;gap:2px}
.expert__sign-mark{font-family:"Dancing Script",cursive;font-weight:700;font-size:46px;line-height:1;color:var(--brand-deep)}
.expert__sign-name{font-weight:700;font-size:15px;color:var(--ink);letter-spacing:.01em}
@media (max-width:980px){
  .expert{padding:56px 0}
  .expert__inner{flex-direction:column;gap:0}
  .expert__media{width:100%;min-height:0;aspect-ratio:16/11}
  .expert__body{padding:40px 28px}
}

/* ======= softcta (presale → sales handoff band) ======= */
.softcta{background:var(--night);padding:96px 0}
.softcta__inner{max-width:760px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}
.softcta__eyebrow{font-weight:700;font-size:14px;line-height:1;letter-spacing:.16em;text-transform:uppercase;color:#33c5f3;margin-bottom:18px}
.softcta__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:48px;line-height:1.02;letter-spacing:-.025em;color:#fff;margin-bottom:18px;text-wrap:balance}
.softcta__text{font-weight:400;font-size:18px;line-height:165%;color:rgba(255,255,255,.82);max-width:560px;margin-bottom:36px}
.softcta .cta-group{max-width:440px;width:100%;margin:0 auto}
.softcta__reassure{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;font-weight:600;font-size:14px;color:rgba(255,255,255,.72)}
.softcta__reassure span{display:inline-flex;align-items:center;gap:7px}
.softcta__reassure svg{width:16px;height:16px;color:#33c5f3;flex-shrink:0}
@media (max-width:680px){.softcta{padding:64px 0}.softcta__title{font-size:34px}}

/* ======= faq ======= */
.faq{padding:56px 0;background:#fff}
.faq__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:44px;line-height:104%;text-align:center;color:var(--ink);margin-bottom:44px;letter-spacing:-.025em}
.faq__boxes{max-width:880px;width:100%;margin:0 auto}
.faq__box{border-bottom:1px solid rgba(33,37,41,.18);padding:22px 4px}
.faq__box:first-child{border-top:1px solid rgba(33,37,41,.18)}
.faq__box-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;gap:16px}
.faq__box-header:hover .faq__box-question{color:var(--brand)}
.faq__box-question{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:20px;line-height:130%;color:var(--ink);letter-spacing:-.01em;transition:color .15s}
.faq__box-icon{width:32px;height:32px;border-radius:50%;background:#eaf3fb;color:var(--brand-deep);display:grid;place-items:center;flex-shrink:0;transition:transform .25s, background .15s}
.faq__box-icon svg{width:14px;height:14px;transition:transform .25s}
.faq__box-icon svg .faq-vertical{transition:opacity .25s}
.faq__box.open .faq__box-icon{background:var(--brand);color:#fff}
.faq__box.open .faq__box-icon svg{transform:none}
.faq__box.open .faq__box-icon svg .faq-vertical{opacity:0}
.faq__box-footer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq__box-footer-inner{padding:14px 4px 4px;font-size:16px;line-height:160%;color:var(--muted)}
.faq__box.open .faq__box-footer{max-height:400px}

/* ======= Trustpilot-style reviews ======= */
.tp-reviews{padding:56px 0;background:#fff}
.tp-reviews__eyebrow{font-weight:700;font-size:14px;letter-spacing:.12em;text-transform:uppercase;text-align:center;color:#00b67a;margin-bottom:8px}
.tp-reviews__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:clamp(32px,4vw,48px);line-height:1;letter-spacing:-.025em;text-align:center;color:var(--ink);margin-bottom:40px}

.tp-reviews__top{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:start;margin-bottom:48px;max-width:1080px;margin-left:auto;margin-right:auto}

/* rating bars */
.tp-reviews__bars{display:flex;flex-direction:column;gap:10px}
.tp-reviews__bar-row{display:flex;align-items:center;gap:12px}
.tp-reviews__bar-label{font-weight:600;font-size:14px;color:var(--ink);min-width:120px}
.tp-reviews__bar{flex:1;height:24px;background:#dcdce6;border-radius:3px;overflow:hidden;min-width:160px}
.tp-reviews__bar-fill{display:block;height:100%;background:#00b67a;border-radius:3px}
.tp-reviews__bar-num{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:16px;color:var(--ink);min-width:28px;text-align:right}

/* overall score */
.tp-reviews__overall{text-align:center;padding:0 20px}
.tp-reviews__overall-num{font-family:"Anek Latin",sans-serif;font-weight:800;font-size:56px;line-height:1;color:var(--ink);display:block}
.tp-reviews__overall-stars{display:flex;gap:3px;justify-content:center;margin:8px 0}
.tp-reviews__overall-stars svg{width:28px;height:28px;color:#fff;background:#00b67a;border-radius:4px;padding:3px}
.tp-reviews__overall-meta{font-size:14px;color:var(--muted);line-height:1.4}

/* photo strip */
.tp-reviews__photos{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.tp-reviews__photo{aspect-ratio:1;border-radius:8px;min-width:0}
.tp-reviews__photo .ph__label{font-size:9px}

/* review cards grid */
.tp-reviews__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1080px;margin:0 auto}
.tp-reviews__card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}
.tp-reviews__card-img{aspect-ratio:4/5;border-radius:0}
.tp-reviews__card-img .ph__label{font-size:10px}
.tp-reviews__card-body{padding:16px}
.tp-reviews__card-user{display:flex;align-items:center;gap:8px;margin-bottom:8px}
.tp-reviews__card-avatar{width:32px;height:32px;border-radius:50%;background:var(--night);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:700;flex-shrink:0}
.tp-reviews__card-name{font-weight:700;font-size:14px;color:var(--ink)}
.tp-reviews__card-verified{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#00b67a;margin-left:auto;white-space:nowrap}
.tp-reviews__card-verified svg{width:18px;height:18px;flex-shrink:0}
.tp-reviews__card-stars{display:flex;align-items:center;gap:3px;margin-bottom:10px;flex-wrap:nowrap}
.tp-reviews__card-stars svg{width:20px;height:20px;color:#fff;background:#00b67a;border-radius:3px;padding:2px;flex-shrink:0}
.tp-reviews__card-date{font-size:12px;color:var(--muted);font-weight:500;margin-left:6px;white-space:nowrap}
.tp-reviews__card-title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:16px;color:var(--ink);margin-bottom:6px}
.tp-reviews__card-text{font-size:14px;line-height:1.55;color:var(--muted)}

@media(max-width:900px){
  .tp-reviews__top{grid-template-columns:1fr;gap:28px}
  .tp-reviews__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:580px){
  .tp-reviews__grid{grid-template-columns:1fr}
}

/* ======= footer ======= */
.footer{padding:48px 0 32px;background:rgb(38 24 12);color:#fff}
.footer__inner{text-align:center}
.footer__logo{margin:0 auto 22px;display:flex;justify-content:center}
.footer__logo .header__logo{color:#fff}
.footer__links{text-align:center;margin-bottom:16px;display:flex;justify-content:center;flex-wrap:wrap;gap:0 24px}
.footer__links a{font-weight:600;font-size:14px;line-height:170%;letter-spacing:.02em;color:#fff;text-decoration:none;opacity:.85}
.footer__links a:hover{opacity:1;color:#33c5f3}
.footer__copy{font-weight:600;font-size:14px;letter-spacing:.02em;color:#fff;margin-bottom:18px;opacity:.85}
.footer__text{font-weight:400;font-size:13px;line-height:160%;letter-spacing:.02em;color:rgba(255,255,255,.55);max-width:880px;width:100%;margin:0 auto}
.footer__payments{display:flex;justify-content:center;gap:8px;margin-top:24px}
.footer__payments span{padding:5px 12px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:6px;font-family:ui-monospace,Menlo,monospace;font-size:11px;font-weight:700;color:rgba(255,255,255,.7);letter-spacing:.04em}

/* ======= toast ======= */
.toast{position:fixed;left:50%;bottom:32px;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;padding:12px 18px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 18px 38px -12px rgba(0,0,0,.4);opacity:0;pointer-events:none;transition:opacity .25s, transform .25s;z-index:80;display:flex;align-items:center;gap:10px}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
.toast .tick{width:22px;height:22px;border-radius:50%;background:#3bd66b;display:grid;place-items:center;color:#fff}

/* ======= animations (from original) ======= */
.pulse{animation:pulse 1.6s infinite}
.glowing{animation:glowing 1.4s infinite}
@keyframes pulse{0%,100%{transform:scale(.97)}50%{transform:scale(1)}}
@keyframes glowing{0%,100%{opacity:.55}50%{opacity:1}}

/* ======= responsive (cleaned up vs original) ======= */
@media (max-width:1200px){
  .hero__title{font-size:60px}
  .hero-video{display:none}
  .hero::after{display:none}
  .description__boxes{flex-direction:column;gap:32px}
  .description__box{max-width:none}
  .description__box-main{order:-1}
  .limit__inner{flex-direction:column;text-align:center;gap:32px}
  .limit__content{align-items:center;max-width:none}
  .limit__content-title{text-align:center}
  .limit__image{width:100%;max-width:380px}
  .reviews__boxes{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .header__navigation{display:none}
  .hero__inner{padding:64px 0;max-width:none}
  .hero__title{font-size:48px}
  .hero__subtitle{font-size:17px}
  .hero__checks-item{font-size:16px}
  .cta-group-hero .cta-button{font-size:22px}
  .how__box{flex-direction:column;gap:24px}
  .how__box:nth-of-type(2n){flex-direction:column}
  .how__box-image,.how__box-content{width:100%;max-width:none}
  .split__inner{flex-direction:column}
  .split__image{width:100%;aspect-ratio:16/10}
  .split__content{margin:0;padding:48px 0}
  .set__boxes{flex-wrap:wrap;justify-content:center}
  .set__box{max-width:calc(50% - 12px)}
  .guarantee__inner{flex-direction:column;gap:32px;text-align:center}
  .guarantee__seal{width:180px;height:180px}
  .comp__grid{grid-template-columns:1.4fr 1fr 1fr 1fr;font-size:12px}
  .comp__grid-item{padding:14px 6px;font-size:12px}
  .comp__grid-item.--th{font-size:13px}
  .comp__grid-item.--label{padding-left:14px}
  .timer{flex-direction:column;align-items:flex-start;gap:14px}
  .counter{align-self:center}
}
@media (max-width:680px){
  .footer__links{gap:0 18px}
  .footer__links a{padding:14px 6px;line-height:1.3}
  .partners__inner{justify-content:center;gap:24px}
  .partners__slider-wrapper{flex-wrap:wrap;justify-content:center;gap:18px 24px}
  .title{font-size:28px}
  .title-header{font-size:12px;letter-spacing:.12em}
  .reviews__title,.guarantee__title,.faq__title,.limit__content-title,.split__title{font-size:26px}
  .hero__title{font-size:34px}
  .hero__mobile-img{display:block}
  .hero__inner{padding:48px 0 40px}
  .hero__subtitle{font-size:15px;margin-bottom:20px}
  .hero__checks{gap:10px;margin-bottom:20px}
  .hero__checks-item{font-size:15px;gap:10px}
  .hero__checks-item svg{width:20px;height:20px}
  .description__box-main .ph{width:280px}
  .reviews__boxes{grid-template-columns:1fr}
  .set__box{max-width:none}
  .split__box b{font-size:48px;min-width:90px}
  .split__box span{font-size:16px}
  .split__box{gap:16px}
  .split__content{padding:32px 0}
  .limit__boxes{grid-template-columns:1fr}
  .counter__column-time{font-size:34px}
  .comp__grid{font-size:11px;overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:14px}
  .comp__grid-item{padding:14px 8px;white-space:nowrap}
  .comp__grid-item.--label{white-space:normal;min-width:100px}
  .comp__grid-item.--th .comp__grid-image{width:36px;height:36px;border-radius:8px}
  .comp__grid-item.--th{font-size:12px;padding:10px 6px 8px}
  .comp__grid-item.--label{font-size:12px;padding-left:10px}
  .cell-icon{width:18px;height:18px;font-size:11px}

  /* Hero social proof bar — stack on mobile */
  .hero__social-proof{flex-direction:row;padding:6px 14px 6px 6px;max-width:100%;gap:0}
  .hero__sp-av{width:24px;height:24px;margin-right:-5px;border-width:1.5px}
  .hero__sp-av--check{width:16px;height:16px}
  .hero__sp-av--check svg{width:16px;height:16px}
  .hero__sp-text{font-size:12px;margin-left:4px}
  .hero__sp-divider{margin:0 10px;height:18px}
  .hero__sp-stock{font-size:12px}
  .hero__sp-fire{font-size:13px}

  /* CTA buttons — full width, proper touch targets, always one line */
  .cta-button{width:100%!important;font-size:17px;padding:10px 16px;min-height:54px;white-space:nowrap;justify-content:center!important;gap:10px!important;box-sizing:border-box!important;line-height:1}
  .cta-group-hero .cta-button{font-size:17px;padding:10px 16px;min-height:54px}
  .cta-group{width:100%!important;max-width:none!important;box-sizing:border-box!important}
  /* Buy card button: centered with 10px gap, keeps its size */
  #addCart{justify-content:center!important;gap:10px!important}
  .cta-bottom{flex-wrap:nowrap!important;white-space:nowrap;font-size:clamp(9px,2.5vw,12.5px)!important;gap:4px!important;width:100%!important;justify-content:center!important}
  .cta-ellipse{width:10px!important;height:10px!important}
  .cta-stock i{width:10px!important;height:9px!important}
  .cta-stock{gap:2px!important;margin:0 2px!important}

  /* Benefits / How section */
  .how__subtitle{font-size:17px;margin:10px auto 32px}
  .how__box-image{min-height:282px;aspect-ratio:376/282 !important}
  .how__box-content{padding:16px 0 4px}
  .how__box-step{font-size:13px}
  .how__box-title{font-size:26px}
  .how__box-text{font-size:15px;margin-bottom:0}

  /* Use cases */
  .set__boxes{gap:16px}
  .set__box{padding:0}

  /* Guarantee */
  .guarantee__seal{width:140px;height:140px;border-radius:18px;padding:16px}
  .guarantee__seal b{font-size:64px}
  .guarantee__seal-day{font-size:26px}
  .guarantee__seal-sub{font-size:12px;margin-top:6px}
  .guarantee__inner{gap:24px}
  .guarantee__title{font-size:26px}
  .guarantee__text{font-size:15px}

  /* Buy block */
  .limit__v2-timer{padding:12px 16px}
  .limit__v2-label{font-size:clamp(16px,4vw,20px)}
  .limit__v2-num{font-size:24px;min-width:28px}
  .limit__v2-colon{font-size:18px}
  .limit__v2-checks{gap:12px;margin-bottom:20px}
  .limit__v2-check{gap:10px}
  .limit__v2-check svg{width:22px;height:22px}
  .limit__v2-check span{font-size:15px}
  .limit__v2-rated-text{font-size:16px}
  .limit__v2-quote{gap:10px;margin-top:20px;padding-top:18px}
  .limit__v2-quote-avatar{width:36px;height:36px;font-size:13px}
  .limit__v2-quote-body p{font-size:14px}

  /* Trustpilot reviews — single column, compact */
  .tp-reviews__grid{grid-template-columns:1fr;gap:14px}
  .tp-reviews__title{font-size:26px;margin-bottom:24px}
  .tp-reviews__top{gap:20px}
  .tp-reviews__bar-label{min-width:90px;font-size:12px}
  .tp-reviews__bar{min-width:100px;height:20px}
  .tp-reviews__bar-num{font-size:14px}
  .tp-reviews__overall-num{font-size:44px}
  .tp-reviews__photos{grid-template-columns:repeat(3,1fr);gap:6px}
  .tp-reviews__card-img{aspect-ratio:16/10}

  /* FAQ */
  .faq__title{font-size:28px;margin-bottom:28px}
  .faq__box-question{font-size:16px}
  .faq__box-footer-inner{font-size:14px}

  /* Expert */
  .expert__body{padding:28px 20px}
  .expert__name{font-size:30px}
  .expert__role{font-size:15px}
  .expert__text{font-size:16px}

  /* UGC cards */
  .ugc__grid{gap:12px}

  /* Section padding — tighter on mobile */
  .description,.how,.set,.comp,.reviews,.faq,.tp-reviews{padding-top:40px;padding-bottom:40px}
  .guarantee,.limit{padding-top:40px;padding-bottom:40px}
  .expert{padding:32px 0}

  /* Marquee */
  .marquee__item{font-size:18px;padding:0 24px}

  /* Footer */
  .footer{padding:32px 0 20px}
  .footer__logo{margin-bottom:16px}

  /* Sticky mobile CTA bar */
  .mobile-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;padding:12px 15px;display:flex;flex-direction:column;align-items:center;box-shadow:0 -4px 24px rgba(0,0,0,.15);border-top:1px solid var(--line);max-width:100%;width:100%;overflow:hidden;box-sizing:border-box}
  .mobile-sticky-cta__inner{width:100%;max-width:100%;min-width:0;box-sizing:border-box}
  .mobile-sticky-cta__btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;max-width:100%;background:var(--action);color:#fff;font-family:"Anek Latin",sans-serif;font-weight:900;font-size:17px;line-height:1;padding:10px 16px;min-height:54px;border-radius:14px;border:2px solid var(--action-deep);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;box-shadow:0 4px 14px rgba(232,84,31,.3);box-sizing:border-box}
  .mobile-sticky-cta__arrow{width:28px;height:28px;background:rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;flex-shrink:0}
  .mobile-sticky-cta__arrow svg{width:16px;height:16px}
  .mobile-sticky-cta__meta{display:none!important}
  .mobile-sticky-cta .cta-button{display:none}
  body{padding-bottom:0}
  .footer__payments{padding-bottom:80px}
}

/* =====================================================================
   PRESALE / ADVERTORIAL  (presale.html only)
   Faithful re-creation of the MozzShield advertorial layout, skinned
   to the Jetterix brand tokens. Hand-rolled grid + utilities (no Bootstrap).
   ===================================================================== */
.adv-wrap{max-width:1120px;width:100%;margin:0 auto;padding:0 20px}
.adv-body{background:#fff;color:var(--ink-soft)}

/* --- advertorial strip + header --- */
.adv-strip{background:#464646;text-align:center}
.adv-strip p{font-family:"Open Sans","Inter",sans-serif;font-weight:700;color:#fff;font-size:13px;line-height:1;letter-spacing:.14em;text-transform:uppercase;padding:6px 0}
.adv-header{background:var(--brand);box-shadow:0 4px 4px rgba(0,0,0,.18)}
.adv-header__inner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 0}
.adv-logo{display:flex;align-items:center;gap:10px;font-family:"Anek Latin",sans-serif;font-weight:800;font-size:26px;letter-spacing:-.02em;color:#fff}
.adv-logo svg{width:26px;height:26px;color:#fff}
.adv-scarcity{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:9px 16px}
.adv-scarcity svg{width:18px;height:18px;color:#fff;flex-shrink:0}
.adv-scarcity span{font-family:"Anek Latin",sans-serif;font-weight:600;font-size:14px;line-height:1.2;color:#fff}

/* --- editorial title + byline --- */
.adv-titlewrap{padding:34px 0 0}
.adv-title{font-family:"Anek Latin",sans-serif;font-weight:700;color:var(--ink);line-height:1.07;font-size:48px;letter-spacing:-.025em;text-wrap:balance}
.adv-readtime{display:inline-block;background:#464646;border-radius:18px;font-weight:700;color:#fff;line-height:1;font-size:13px;padding:9px 15px;margin-top:14px}
.adv-readtime--mobile{display:none}
.adv-byline{border-top:1px solid var(--line);margin-top:22px;padding:16px 0;display:flex;align-items:center;gap:12px}
.adv-byline__avatar{width:42px;height:42px;border-radius:50%;flex-shrink:0;background:var(--brand-light);overflow:hidden}
.adv-byline__avatar .ph{width:100%;height:100%;border:0;border-radius:50%;padding:0;font-size:8px}
.adv-byline__name{font-weight:600;color:var(--ink);font-size:15px}
.adv-byline__sep{flex:1}

/* --- two-column body --- */
.adv-cont{padding:8px 0 40px}
.adv-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:48px;align-items:start}

/* --- article (left) --- */
.adv-article h3{font-family:"Anek Latin",sans-serif;font-weight:700;color:var(--ink);line-height:1.15;font-size:32px;letter-spacing:-.02em;margin:30px 0 12px}
.adv-article p{font-weight:400;color:var(--ink-soft);line-height:1.62;font-size:18px;margin:0 0 18px}
.adv-article a:not(.adv-btn){color:var(--brand);font-weight:600;text-decoration:underline}
.adv-article strong{font-weight:700;color:var(--ink)}
.adv-media{margin:6px 0 22px;border-radius:14px;overflow:hidden}
.adv-media .ph{aspect-ratio:16/9;border-radius:14px}
.adv-figure{margin:6px 0 22px}
.adv-figure .ph{aspect-ratio:16/10;border-radius:14px}

/* tick list */
.adv-ticks{list-style:none;padding:0;margin:6px 0 22px}
.adv-ticks li{position:relative;padding-left:30px;font-size:18px;line-height:1.55;color:var(--ink-soft);margin-bottom:14px}
.adv-ticks li svg{position:absolute;left:0;top:3px;width:19px;height:19px;color:#1f9e34}
.adv-ticks li b{color:var(--ink)}

/* reviews */
.adv-reviews{list-style:none;padding:0;margin:6px 0 22px;display:flex;flex-direction:column;gap:18px}
.adv-review{display:flex;gap:16px;align-items:stretch;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.adv-review__media{width:34%;flex-shrink:0}
.adv-review__media .ph{height:100%;border:0;border-radius:0;min-height:140px}
.adv-review__body{flex:1;padding:16px 18px 16px 0}
.adv-review__title{font-weight:700;color:var(--ink);font-size:17px;margin:0 0 6px}
.adv-review__text{font-size:15.5px;line-height:1.5;color:var(--ink-soft);margin:0 0 12px}
.adv-review__foot{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.adv-review__name{font-weight:700;font-size:14px;color:#454545}
.adv-stars{display:inline-flex;gap:2px}
.adv-stars svg{width:16px;height:16px;color:#ff9911}

/* product box + offer */
.adv-probox{border:1px dashed var(--ink);border-radius:14px;text-align:center;overflow:hidden;margin:24px 0}
.adv-probox__img{padding:22px 22px 0}
.adv-probox__img .ph{aspect-ratio:16/10}
.adv-procont{background:var(--brand);padding:26px 22px}
.adv-procont p{font-weight:700;color:#fff;font-size:16px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 6px;line-height:1}
.adv-procont h4{font-family:"Anek Latin",sans-serif;font-weight:800;color:#fff;font-size:40px;line-height:1;letter-spacing:-.02em;margin:0 0 18px}
.adv-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--action);color:#fff;font-family:"Montserrat",sans-serif;font-weight:800;font-size:18px;text-transform:uppercase;letter-spacing:.01em;padding:16px 26px;border-radius:10px;box-shadow:0 8px 18px -4px rgba(255,106,61,.5);transition:background .15s,transform .15s}
.adv-btn:hover{background:var(--action-deep);transform:translateY(-2px)}
.adv-btn svg{width:18px;height:18px}

/* --- right rail (sticky) --- */
.adv-rail{position:sticky;top:16px;display:flex;flex-direction:column;gap:0;align-self:start}
.adv-rail__offer{display:block;border-radius:14px;overflow:hidden;border:1px solid var(--line)}
.adv-rail__offer .ph{aspect-ratio:3/4;border:0;border-radius:0}
.adv-rail__divider{height:1px;background:var(--line);margin:24px 0}
.adv-rail__author h6{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:14px;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin:0 0 14px}
.adv-rail__author .adv-authorimg{border-radius:12px;overflow:hidden;margin-bottom:14px}
.adv-rail__author .adv-authorimg .ph{aspect-ratio:4/3}
.adv-rail__author p{font-size:15px;line-height:1.6;color:var(--ink-soft);margin:0}

/* --- mobile fixed bottom CTA bar --- */
.adv-bottombar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:999;background:var(--night);padding:10px 14px;box-shadow:0 -6px 20px rgba(0,0,0,.28)}
.adv-bottombar .adv-btn{width:100%;font-size:17px;padding:15px 18px}

/* --- advertorial footer (disclaimers) --- */
.adv-footer{background:var(--bg-soft);border-top:1px solid var(--line);padding:34px 0;margin-top:20px}
.adv-footer .adv-wrap{text-align:center}
.adv-footer p{font-size:12.5px;line-height:1.6;color:var(--muted);margin:0 0 12px}
.adv-footer p:first-child{font-weight:700;color:var(--ink-soft);letter-spacing:.02em}
.adv-footer__links{margin-top:8px;font-size:13px}
.adv-footer__links a{color:var(--brand);font-weight:600}
.adv-footer__copy{font-weight:600;color:var(--ink-soft);font-size:13px;margin-top:6px}

/* ---- advertorial responsive ---- */
@media (max-width:1024px){
  .adv-title{font-size:38px}
  .adv-article h3{font-size:27px}
  .adv-article p,.adv-ticks li{font-size:17px}
}
@media (max-width:900px){
  .adv-header__inner{flex-direction:column;gap:12px;text-align:center}
  .adv-scarcity{width:100%;justify-content:center}
  .adv-grid{grid-template-columns:1fr;gap:0}
  .adv-rail{position:static;flex-direction:row;gap:0;margin-top:24px}
  .adv-rail__offer{display:none}              /* hide offer card on mobile (bottom bar handles it) */
  .adv-rail__divider{display:none}
  .adv-rail__author{width:100%}
  .adv-bottombar{display:block}
  .adv-cont{padding-bottom:96px}              /* room above fixed bar */
  .adv-readtime--desktop{display:none}
  .adv-readtime--mobile{display:inline-block}
}
@media (max-width:560px){
  .adv-title{font-size:30px}
  .adv-procont h4{font-size:34px}
  .adv-review{flex-direction:column}
  .adv-review__media{width:100%}
  .adv-review__media .ph{min-height:0;aspect-ratio:16/9}
  .adv-review__body{padding:0 16px 16px}
}

/* --- authentic Facebook-style comments (bottom of article) --- */
.adv-comments{margin-top:42px;border-top:1px solid var(--line);padding-top:24px;font-family:"Inter",-apple-system,"Segoe UI",sans-serif}
.adv-comments__bar{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.adv-comments__title{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:24px;letter-spacing:-.02em;color:var(--ink)}
.adv-comments__sort{font-size:13px;font-weight:600;color:#65676b;display:inline-flex;align-items:center;gap:5px}
.adv-comments__sort svg{width:14px;height:14px}
.fbc{display:flex;align-items:flex-start;margin:16px 0}
.fbc__avatar{width:40px;height:40px;border-radius:50%;flex-shrink:0;margin-right:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;color:#fff;background:var(--brand)}
.fbc__avatar.c2{background:#5a6b7a}
.fbc__avatar.c3{background:#0a4a78}
.fbc__avatar.c4{background:#e8541f}
.fbc__avatar.c5{background:#1f8a5b}
.fbc__avatar.c6{background:#7a4ed9}
.fbc__col{flex:1;min-width:0}
.fbc__bubble{position:relative;display:inline-block;max-width:520px;background:#f0f2f5;border-radius:18px;padding:8px 12px 9px}
.fbc__name{display:block;font-weight:600;font-size:13px;line-height:1.2;color:#050505;margin-bottom:2px}
.fbc__name:hover{text-decoration:underline;cursor:pointer}
.fbc__text{font-size:15px;line-height:1.34;color:#050505}
.fbc__mention{color:#385898;font-weight:600}
.fbc__reactions{position:absolute;right:6px;bottom:-11px;display:inline-flex;align-items:center;gap:2px;background:#fff;border-radius:11px;padding:1px 5px 1px 3px;box-shadow:0 1px 3px rgba(0,0,0,.22);font-size:12px;color:#65676b;font-weight:500}
.fbc__reactions svg{width:16px;height:16px;margin-right:-3px}
.fbc__reactions svg:first-child{margin-right:0}
.fbc__reactions b{margin-left:4px;font-weight:500}
.fbc__actions{display:flex;align-items:center;gap:0;font-size:13px;color:#65676b;margin:6px 0 0 12px}
.fbc__act{font-weight:700;cursor:pointer;padding-right:0}
.fbc__act:hover{text-decoration:underline}
.fbc__sep{margin:0 7px;font-weight:700;line-height:0}
.fbc__time{font-weight:400}
.fbc--reply{margin:12px 0 0}
.fbc--reply .fbc__avatar{width:32px;height:32px;font-size:13px}
.fbc--composer{margin-top:20px;align-items:center}
.fbc__composer{flex:1;display:flex;align-items:center;justify-content:space-between;background:#f0f2f5;border-radius:20px;padding:9px 14px;color:#65676b;font-size:15px}
.fbc__composer svg{width:18px;height:18px;color:#65676b;flex-shrink:0}

/* --- offer block with countdown (richer proBox) --- */
.adv-offer{border:2px dashed var(--ink);border-radius:16px;overflow:hidden;margin:26px 0;background:#fff}
.adv-offer__img{padding:22px 22px 6px}
.adv-offer__img .ph{aspect-ratio:16/10}
.adv-offer__timerwrap{text-align:center;padding:6px 16px 22px}
.adv-offer__timerlabel{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:22px;color:var(--ink);letter-spacing:-.01em;margin-bottom:12px}
.adv-timer{display:flex;align-items:center;justify-content:center;gap:8px}
.adv-timer__box{display:flex;flex-direction:column;align-items:center}
.adv-timer__digits{display:flex;gap:4px}
.adv-timer__digits span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;background:#ffe14d;color:#1a1300;font-family:"Montserrat",sans-serif;font-weight:800;font-size:34px;line-height:1;padding:10px 6px;border-radius:8px}
.adv-timer__unit{font-size:12px;font-weight:600;color:var(--muted);margin-top:6px;letter-spacing:.06em}
.adv-timer__colon{font-family:"Montserrat",sans-serif;font-weight:800;font-size:30px;color:var(--ink);padding-bottom:18px}
.adv-offer__foot{background:var(--bg-soft);padding:24px 20px;text-align:center}
.adv-offer__price{font-family:"Anek Latin",sans-serif;font-weight:700;font-size:24px;color:var(--ink);margin-bottom:18px}
.adv-offer__price s{color:var(--muted);font-weight:600;text-decoration:line-through;margin-right:8px}
.adv-offer__price b{color:#1f9e34;font-weight:800}
.adv-offer__badges{display:flex;flex-direction:column;gap:10px;max-width:300px;margin:0 auto 20px;text-align:left}
.adv-offer__badge{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:var(--ink-soft)}
.adv-offer__badge svg{width:20px;height:20px;color:#1f9e34;flex-shrink:0}
.adv-offer__badge mark{background:#fff370;font-weight:700;color:var(--ink);padding:1px 4px;border-radius:3px}
.adv-offer .adv-btn{width:100%;max-width:420px;font-size:20px}

/* --- highlighter for persuasive lines --- */
.adv-hl{background:#fff9bd;padding:1px 2px;box-decoration-break:clone;-webkit-box-decoration-break:clone}

@media (max-width:560px){
  .adv-timer__digits span{min-width:34px;font-size:28px;padding:9px 4px}
  .fbc__bubble{max-width:100%}
}
