/* ============================================================
   RYOKO PRO™ V2 — css/style.css
   Domain: eng-ryoko.com
   Theme: Deep Navy + Teal/Cyan + Amber + Silver
   Hero: NEW Centred product hero — Apple reveal style
   Features: NEW Vertical timeline step cards
   Footer: NEW Dark 4-col grid with coloured top bars per column
   ============================================================ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

:root{
  --navy:         #080d1a;
  --navy-mid:     #0c1221;
  --dark:         #111827;
  --dark-card:    #1a2235;
  --teal:         #0d9488;
  --teal-mid:     #14b8a6;
  --teal-light:   #2dd4bf;
  --teal-pale:    #f0fdfa;
  --amber:        #d97706;
  --amber-mid:    #f59e0b;
  --amber-light:  #fbbf24;
  --amber-pale:   #fffbeb;
  --cyan:         #0891b2;
  --cyan-light:   #06b6d4;
  --cyan-pale:    #ecfeff;
  --silver:       #94a3b8;
  --silver-light: #e2e8f0;
  --white:        #ffffff;
  --off-white:    #f8fafc;
  --warm-white:   #f0fdfa;
  --text:         #0f172a;
  --muted:        #64748b;
  --border:       #e2e8f0;
  --border-teal:  #99f6e4;
  --radius:       10px;
  --radius-lg:    16px;
  --radius-pill:  50px;
  --shadow-sm:    0 2px 12px rgba(0,0,0,0.07);
  --shadow:       0 4px 24px rgba(0,0,0,0.11);
  --shadow-h:     0 12px 40px rgba(0,0,0,0.18);
  --shadow-teal:  0 4px 20px rgba(13,148,136,0.28);
  --shadow-amber: 0 4px 20px rgba(217,119,6,0.22);
}

html{scroll-behavior:smooth}
body{font-family:'Jost',sans-serif;font-size:18px;color:var(--text);background:var(--white);overflow-x:hidden;line-height:1.75}

/* NAV */
nav{position:sticky;top:0;z-index:1000;background:rgba(8,13,26,0.96);padding:0 24px;height:72px;box-shadow:0 2px 20px rgba(0,0,0,0.5);border-bottom:2px solid var(--teal);backdrop-filter:blur(12px)}
.nav-inner{max-width:1200px;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}
.nav-logo{font-family:'Jost',sans-serif;font-size:1.7rem;font-weight:900;color:var(--white);text-decoration:none;letter-spacing:1.5px;text-transform:uppercase;flex-shrink:0}
.nav-logo span{color:var(--teal-light)}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{color:var(--teal-light);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s;white-space:nowrap}
.nav-links a:hover{color:var(--white)}
.btn-nav-order{background:var(--teal)!important;color:var(--white)!important;font-weight:800!important;font-size:.9rem!important;padding:10px 24px!important;border-radius:var(--radius-pill)!important;border:none!important;transition:background .2s!important;text-transform:uppercase}
.btn-nav-order:hover{background:var(--teal-mid)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px}
.hamburger span{width:25px;height:2px;background:var(--teal-light);display:block;border-radius:2px}
.mobile-menu{display:none;flex-direction:column;background:var(--navy);position:absolute;top:72px;left:0;right:0;padding:24px 32px;gap:18px;z-index:999;border-bottom:2px solid var(--teal)}
.mobile-menu.open{display:flex}
.mobile-menu a{color:var(--teal-light);text-decoration:none;font-size:1.05rem;font-weight:500}
.mobile-menu .btn-mob-order{background:var(--teal);color:var(--white);text-align:center;padding:13px;border-radius:var(--radius-pill);font-weight:800;margin-top:6px;font-size:1rem;text-transform:uppercase}

/* BUTTONS */
.btn-primary{display:inline-block;background:var(--teal);color:var(--white);font-family:'Jost',sans-serif;font-weight:800;font-size:1.05rem;letter-spacing:.5px;text-transform:uppercase;padding:15px 36px;border-radius:var(--radius-pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:var(--shadow-teal)}
.btn-primary:hover{background:var(--teal-mid);transform:translateY(-2px)}
.btn-amber{display:inline-block;background:var(--amber);color:var(--white);font-family:'Jost',sans-serif;font-weight:800;font-size:1.05rem;text-transform:uppercase;padding:15px 36px;border-radius:var(--radius-pill);text-decoration:none;transition:background .2s,transform .15s;box-shadow:var(--shadow-amber)}
.btn-amber:hover{background:var(--amber-mid);transform:translateY(-2px)}
.btn-outline-dark{display:inline-block;background:transparent;color:var(--text);font-family:'Jost',sans-serif;font-weight:700;font-size:1.05rem;text-transform:uppercase;padding:14px 34px;border-radius:var(--radius-pill);border:2px solid var(--border);text-decoration:none;transition:background .2s,transform .15s}
.btn-outline-dark:hover{background:var(--off-white);transform:translateY(-2px)}

/* TITLE BANDS */
.sec-title-band{background:var(--dark);padding:48px 40px 40px;text-align:center;border-top:3px solid var(--teal);border-bottom:3px solid var(--teal)}
.sec-title-band h2{font-family:'Jost',sans-serif;font-size:2.4rem;font-weight:900;color:var(--white);letter-spacing:1px;text-transform:uppercase;line-height:1.2}
.sec-title-band p.band-sub{color:rgba(255,255,255,.62);font-size:1rem;margin-top:10px}
.sec-title-band.amber-band{border-top-color:var(--amber);border-bottom-color:var(--amber)}
.sec-title-band.amber-band h2{color:var(--amber-light)}
.sec-title-band.light-band{background:var(--teal-pale);border-top-color:var(--teal);border-bottom-color:var(--teal)}
.sec-title-band.light-band h2{color:var(--teal)}
.sec-title-band.light-band p.band-sub{color:var(--teal-mid)}

/* ===== HERO — NEW Centred product reveal style ===== */
.hero{
  background:linear-gradient(180deg,var(--navy) 0%,var(--navy-mid) 60%,var(--dark) 100%);
  padding:80px 48px 64px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
/* Radial glow ring behind product */
.hero::before{
  content:'';position:absolute;
  top:50%;left:50%;transform:translate(-50%,-50%);
  width:700px;height:700px;
  background:radial-gradient(ellipse,rgba(13,148,136,.15) 0%,transparent 65%);
  pointer-events:none;
}
/* Top accent line */
.hero::after{
  content:'';position:absolute;
  top:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,transparent,var(--teal-mid),transparent);
}
.hero-inner{max-width:920px;margin:0 auto;position:relative;z-index:1}

.hero-eyebrow-row{
  display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:24px;
}
.hero-pill{
  display:inline-flex;align-items:center;gap:6px;
  font-size:.75rem;font-weight:800;letter-spacing:2px;text-transform:uppercase;
  padding:5px 14px;border-radius:var(--radius-pill);
}
.hero-pill.teal-pill{background:rgba(13,148,136,.15);border:1px solid rgba(13,148,136,.35);color:var(--teal-light)}
.hero-pill.amber-pill{background:rgba(217,119,6,.15);border:1px solid rgba(217,119,6,.35);color:var(--amber-light)}

.hero-headline{
  font-family:'Jost',sans-serif;font-size:3.5rem;font-weight:900;
  line-height:1.06;color:var(--white);margin-bottom:20px;
}
.hero-headline span{color:var(--teal-light)}
.hero-headline em{color:var(--amber-light);font-style:normal}

.hero-sub{
  font-size:1.15rem;color:var(--silver);line-height:1.75;
  max-width:660px;margin:0 auto 36px;
}

/* Product image — centred, large */
.hero-product-wrap{
  margin:0 auto 36px;max-width:420px;position:relative;
}
.hero-product-wrap::before{
  content:'';position:absolute;
  top:50%;left:50%;transform:translate(-50%,-50%);
  width:360px;height:360px;border-radius:50%;
  background:radial-gradient(ellipse,rgba(13,148,136,.20) 0%,transparent 70%);
  pointer-events:none;
}
.hero-product-wrap a img{
  width:100%;max-height:400px;object-fit:contain;
  filter:drop-shadow(0 0 40px rgba(13,148,136,.35)) drop-shadow(0 20px 50px rgba(0,0,0,.60));
  transition:transform .5s ease;
  position:relative;z-index:1;
}
.hero-product-wrap a:hover img{transform:scale(1.05) translateY(-10px)}

/* Stats row below product */
.hero-stats-bar{
  display:flex;flex-wrap:wrap;justify-content:center;gap:0;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(13,148,136,.20);
  border-radius:var(--radius-lg);
  margin-bottom:32px;
  overflow:hidden;
}
.hs-item{
  flex:1;min-width:120px;padding:18px 20px;
  border-right:1px solid rgba(255,255,255,.06);
  transition:background .2s;
}
.hs-item:last-child{border-right:none}
.hs-item:hover{background:rgba(13,148,136,.08)}
.hs-val{font-family:'Jost',sans-serif;font-size:1.6rem;font-weight:900;color:var(--teal-light);display:block;line-height:1;margin-bottom:4px}
.hs-label{font-size:.72rem;color:var(--silver);font-weight:700;text-transform:uppercase;letter-spacing:.8px}

.hero-cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:16px}
.hero-note{font-size:.82rem;color:var(--silver)}
.hero-note strong{color:var(--teal-light)}

/* TRUST STRIP */
.trust-strip{background:var(--teal);padding:14px 32px;display:flex;flex-wrap:wrap;justify-content:center;gap:6px 32px}
.trust-strip span{color:var(--white);font-size:.86rem;font-weight:700;display:flex;align-items:center;gap:6px;white-space:nowrap}

/* REVIEWS */
.reviews-section{background:var(--off-white);padding:70px 48px}
.reviews-grid{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.review-card{background:var(--white);border:1px solid var(--border-teal);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;transition:box-shadow .3s,transform .3s;box-shadow:var(--shadow-sm);border-top:4px solid var(--teal)}
.review-card:hover{box-shadow:var(--shadow-h);transform:translateY(-4px)}
.reviewer-photo{width:84px;height:84px;border-radius:50%;object-fit:cover;margin:0 auto 14px;display:block;border:3px solid var(--teal-mid)}
.review-stars{height:20px;margin:0 auto 12px;display:block}
.review-badge{font-size:.9rem;font-weight:700;color:var(--teal);margin-bottom:12px}
.review-text{font-size:.98rem;line-height:1.75;color:var(--muted);font-style:italic}
.reviewer-name{margin-top:16px;font-weight:700;color:var(--text);font-size:.92rem}

/* WHAT IS */
.what-is-section{background:var(--white);padding:70px 48px}
.what-is-inner{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1fr 1.45fr;align-items:center;gap:64px}
.what-is-img-wrap{display:flex;justify-content:center}
.what-is-img-wrap img{width:100%;max-width:400px;height:auto;object-fit:contain;filter:drop-shadow(0 8px 32px rgba(13,148,136,.18))}
.what-is-text p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* WHY */
.why-section{background:var(--warm-white);padding:70px 48px}
.section-prose{max-width:900px;margin:0 auto}
.section-prose p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* PRICING */
.pricing-band{background:var(--dark);padding:48px 40px 16px;text-align:center;border-top:3px solid var(--amber)}
.pricing-band h3{font-family:'Jost',sans-serif;font-size:2rem;font-weight:900;color:var(--white);margin-bottom:10px;text-transform:uppercase;letter-spacing:1px}
.pricing-band h4{font-family:'Jost',sans-serif;font-size:1.25rem;font-weight:500;color:var(--amber-light);margin-bottom:0}
.price-img-section{background:var(--white);padding:48px;text-align:center}
.price-img-section a img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.price-img-section a:hover img{transform:scale(1.01)}

/* ===== FEATURES — NEW Vertical timeline step cards ===== */
.features-section{background:var(--off-white);padding:70px 48px}
.timeline-wrap{max-width:860px;margin:0 auto;position:relative;padding-left:60px}

/* Vertical line */
.timeline-wrap::before{
  content:'';position:absolute;
  left:24px;top:0;bottom:0;width:2px;
  background:linear-gradient(180deg,var(--teal),var(--teal-mid),var(--amber),var(--amber-mid));
}

.timeline-item{
  position:relative;margin-bottom:36px;
}
.timeline-item:last-child{margin-bottom:0}

/* Circle dot on line */
.tl-dot{
  position:absolute;left:-48px;top:20px;
  width:28px;height:28px;border-radius:50%;
  background:var(--dark);border:3px solid var(--teal);
  display:flex;align-items:center;justify-content:center;
  font-size:.75rem;font-weight:900;color:var(--teal-light);
  font-family:'Jost',sans-serif;z-index:1;
}
.timeline-item:nth-child(even) .tl-dot{border-color:var(--amber);color:var(--amber-light)}

/* Card */
.tl-card{
  background:var(--white);border:1px solid var(--border);
  border-radius:var(--radius-lg);padding:24px 26px;
  box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s;
  border-left:4px solid var(--teal);
}
.timeline-item:nth-child(even) .tl-card{border-left-color:var(--amber)}
.tl-card:hover{box-shadow:var(--shadow-h);transform:translateX(4px)}

.tl-header{display:flex;align-items:center;gap:14px;margin-bottom:10px}
.tl-icon{
  width:48px;height:48px;border-radius:var(--radius);
  background:var(--teal-pale);display:flex;align-items:center;
  justify-content:center;font-size:1.5rem;flex-shrink:0;
  border:1px solid var(--border-teal);
}
.timeline-item:nth-child(even) .tl-icon{background:var(--amber-pale);border-color:#fde68a}

.tl-title{font-family:'Jost',sans-serif;font-size:1.1rem;font-weight:800;color:var(--text);line-height:1.3}
.tl-card p{font-size:1rem;line-height:1.78;color:var(--muted)}
.tl-tag{
  display:inline-flex;align-items:center;gap:5px;
  margin-top:10px;
  background:var(--teal-pale);border:1px solid var(--border-teal);
  color:var(--teal);font-size:.78rem;font-weight:800;
  padding:4px 12px;border-radius:var(--radius-pill);
}
.timeline-item:nth-child(even) .tl-tag{background:var(--amber-pale);border-color:#fde68a;color:var(--amber)}

/* GUARANTEE */
.guarantee-section{background:var(--white);padding:70px 48px}
.guarantee-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;align-items:center;gap:60px}
.guarantee-img-wrap{display:flex;justify-content:center}
.guarantee-img-wrap img{width:100%;max-width:260px;height:auto;object-fit:contain}
.guarantee-text p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}

/* BENEFITS — 3-col icon card grid */
.benefits-section{background:var(--warm-white);padding:70px 48px}
.ben-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ben-card{
  background:var(--white);border:1px solid var(--border-teal);
  border-radius:var(--radius-lg);padding:24px 20px;text-align:center;
  box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s;
}
.ben-card:hover{box-shadow:var(--shadow-h);transform:translateY(-3px)}
.ben-icon{font-size:2rem;display:block;margin-bottom:10px}
.ben-card strong{font-family:'Jost',sans-serif;font-size:.97rem;font-weight:800;color:var(--text);display:block;margin-bottom:6px;line-height:1.3}
.ben-card p{font-size:.88rem;line-height:1.65;color:var(--muted)}

/* FAQs */
.faq-section{background:var(--off-white);padding:70px 48px}
.faq-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:12px}
.faq-item{background:var(--white);border:1px solid var(--border-teal);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.faq-question{width:100%;background:none;border:none;text-align:left;padding:20px 24px;font-family:'Jost',sans-serif;font-size:1.08rem;font-weight:700;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;transition:background .2s;line-height:1.4}
.faq-question:hover{background:var(--teal-pale)}
.faq-arrow{font-size:1.1rem;transition:transform .3s;color:var(--teal);flex-shrink:0}
.faq-answer{display:none;padding:14px 24px 20px;font-size:1.02rem;line-height:1.8;color:var(--muted);border-top:1px solid var(--border-teal)}
.faq-item.open .faq-answer{display:block}
.faq-item.open .faq-arrow{transform:rotate(180deg)}

/* ORDER */
.order-how-section{background:var(--white);padding:70px 48px}
.order-how-inner{max-width:900px;margin:0 auto}
.order-how-inner p{font-size:1.1rem;line-height:1.85;color:var(--muted);margin-bottom:18px}
.order-img-wrap{text-align:center;margin-top:36px}
.order-img-wrap a img{max-width:900px;width:100%;height:auto;object-fit:contain;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .3s}
.order-img-wrap a:hover img{transform:scale(1.01)}

/* PRICING DETAILS */
.pricing-details{background:var(--warm-white);padding:48px}
.pricing-details-inner{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:18px}
.info-block{background:var(--white);border:1px solid var(--border-teal);border-radius:var(--radius-lg);padding:24px 28px;border-top:4px solid var(--teal);box-shadow:var(--shadow-sm)}
.info-block h4{font-family:'Jost',sans-serif;font-size:1.12rem;font-weight:800;color:var(--text);margin-bottom:10px}
.info-block p,.info-block li{font-size:1.02rem;line-height:1.8;color:var(--muted)}
.info-block ul{list-style:none;padding:0}
.info-block ul li{padding:4px 0}
.info-block ul li::before{content:"✓ ";color:var(--teal);font-weight:900}

/* FINAL CTA */
.cta-final{
  background:linear-gradient(160deg,var(--navy) 0%,var(--navy-mid) 50%,var(--dark) 100%);
  padding:80px 48px;text-align:center;
  border-top:3px solid var(--teal);
  position:relative;overflow:hidden;
}
.cta-final::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0%,rgba(13,148,136,.12) 0%,transparent 60%);pointer-events:none}
.cta-final h2{font-family:'Jost',sans-serif;font-size:2.5rem;font-weight:900;color:var(--white);margin-bottom:12px;line-height:1.2;position:relative;z-index:1}
.cta-final h2 span{color:var(--teal-light)}
.cta-sub{font-size:1.05rem;color:rgba(255,255,255,.65);margin-bottom:36px;position:relative;z-index:1}
.cta-product-img{max-width:300px;margin:0 auto 32px;position:relative;z-index:1}
.cta-product-img a img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 0 30px rgba(13,148,136,.40)) drop-shadow(0 14px 40px rgba(0,0,0,.55));transition:transform .4s}
.cta-product-img a:hover img{transform:scale(1.06) translateY(-10px)}
.cta-current-price{font-family:'Jost',sans-serif;font-size:1.4rem;font-weight:800;color:var(--amber-light);display:block;margin-bottom:28px;position:relative;z-index:1;letter-spacing:.5px}

/* ===== FOOTER — NEW Dark 4-col grid with coloured top bars ===== */
footer{background:var(--navy);border-top:3px solid var(--teal);padding:56px 48px 28px}

.footer-4col{
  max-width:1160px;margin:0 auto;
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:24px;margin-bottom:40px;
}

.footer-col{
  background:var(--dark-card);
  border-radius:var(--radius-lg);
  padding:24px 20px;
  border-top:4px solid var(--teal);
}
.footer-col:nth-child(2){border-top-color:var(--teal-mid)}
.footer-col:nth-child(3){border-top-color:var(--amber)}
.footer-col:nth-child(4){border-top-color:var(--amber-mid)}

.footer-col-title{
  font-family:'Jost',sans-serif;font-size:.78rem;font-weight:800;
  text-transform:uppercase;letter-spacing:2px;color:var(--teal-light);
  margin-bottom:16px;padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.footer-col:nth-child(3) .footer-col-title,
.footer-col:nth-child(4) .footer-col-title{color:var(--amber-light)}

/* Brand col content */
.footer-brand-logo{font-family:'Jost',sans-serif;font-size:1.45rem;font-weight:900;color:var(--white);text-decoration:none;letter-spacing:1px;text-transform:uppercase;display:block;margin-bottom:10px}
.footer-brand-logo span{color:var(--teal-light)}
.footer-brand-desc{font-size:.88rem;color:var(--silver);line-height:1.7;margin-bottom:14px}
.footer-badges{display:flex;flex-direction:column;gap:6px}
.fbadge{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--silver);font-weight:600}
.fbadge-dot{width:6px;height:6px;border-radius:50%;background:var(--teal-mid);flex-shrink:0}
.footer-col:nth-child(3) .fbadge-dot,
.footer-col:nth-child(4) .fbadge-dot{background:var(--amber-mid)}

/* Nav links */
.footer-col ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}
.footer-col ul li a{color:var(--silver);text-decoration:none;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:6px;transition:color .2s}
.footer-col ul li a::before{content:'›';color:var(--teal-mid);font-weight:700;font-size:.95rem}
.footer-col:nth-child(3) ul li a::before,
.footer-col:nth-child(4) ul li a::before{color:var(--amber-mid)}
.footer-col ul li a:hover{color:var(--white)}

/* Bottom bar */
.footer-bottom{
  max-width:1160px;margin:0 auto;
  border-top:1px solid rgba(255,255,255,.06);padding-top:22px;
}
.footer-bottom p{font-size:.83rem;color:#334155;line-height:1.72;margin-bottom:8px;text-align:center}
.footer-copy-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:12px}
.footer-copy-row p{font-size:.83rem;color:#334155;font-family:'Jost',sans-serif}
.footer-copy-row a{color:#475569;text-decoration:none}
.footer-copy-row a:hover{color:var(--teal-light)}

/* FADE-UP */
.fade-up{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}
.fade-up.visible{opacity:1;transform:translateY(0)}

/* RESPONSIVE */
@media(max-width:1100px){.footer-4col{grid-template-columns:repeat(2,1fr)}}
@media(max-width:1024px){.hero-headline{font-size:2.8rem}.what-is-inner{grid-template-columns:1fr 1.3fr;gap:44px}.ben-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.reviews-grid{grid-template-columns:1fr 1fr}.what-is-inner{grid-template-columns:1fr}.guarantee-inner{grid-template-columns:1fr;text-align:center}.guarantee-img-wrap{justify-content:center}.ben-grid{grid-template-columns:repeat(2,1fr)}.hero-stats-bar{flex-wrap:wrap}.hs-item{min-width:50%;border-bottom:1px solid rgba(255,255,255,.06)}.footer-4col{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){nav{padding:0 16px}.nav-links{display:none}.hamburger{display:flex}.hero{padding:48px 20px 52px}.hero-headline{font-size:2rem}.sec-title-band{padding:36px 20px 30px}.sec-title-band h2{font-size:1.65rem}.reviews-grid{grid-template-columns:1fr}.reviews-section,.what-is-section,.why-section,.features-section,.guarantee-section,.benefits-section,.faq-section,.order-how-section{padding:44px 20px}.pricing-details,.price-img-section{padding:32px 20px}.cta-final{padding:56px 20px}.cta-final h2{font-size:1.85rem}footer{padding:44px 20px 28px}.footer-4col{grid-template-columns:1fr}.ben-grid{grid-template-columns:1fr}.timeline-wrap{padding-left:50px}.trust-strip{padding:12px 20px;gap:6px 18px}.hero-stats-bar{border-radius:var(--radius)}.hs-item{min-width:50%}}