@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;0,900;1,400;1,700&family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* =============================================
   SUGARCONTROL-OFFICIAL.COM
   CSS: wexvon.css | prefix: wo-
   ============================================= */
:root {
  --dc:   #6b0917;
  --dc2:  #8a0c1e;
  --dc3:  #a50f24;
  --dc4:  #fff0f2;
  --dc5:  #fcd5db;
  --dc6:  #f9bcc6;
  --rose: #c41428;
  --rose2:#a00f20;
  --white:#ffffff;
  --off:  #fdf9f9;
  --cream:#f8f2f3;
  --cream2:#f2e8ea;
  --text: #1a0408;
  --sub:  #5c2030;
  --gray: #8a6570;
  --border:#e0c0c6;
  --bord2:#f0d8dc;
  --gold: #c8830a;
  --gold2:#a86a06;
  --gold3:#fff8e6;
  --gold4:#fde9a0;
  --shad: rgba(107,9,23,0.10);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: var(--text);
  background: var(--white);
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; display: block; }
a   { text-decoration: none; color: inherit; }

h1 { font-family: 'Playfair Display', serif; font-size: clamp(30px,4vw,56px); font-weight: 900; line-height: 1.1; color: var(--dc); }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(24px,3vw,42px); font-weight: 700; line-height: 1.18; color: var(--dc); }
h3 { font-family: 'Playfair Display', serif; font-size: clamp(17px,1.9vw,21px); font-weight: 700; color: var(--dc); }
p  { font-size: clamp(16px,1.6vw,18px); color: var(--sub); line-height: 1.88; }

.wo-tag {
  display: inline-block; font-family: 'Inter', sans-serif;
  font-size: 11px; font-weight: 800; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--dc2); background: var(--dc4); padding: 5px 16px;
  border-radius: 999px; border: 1.5px solid var(--dc6); margin-bottom: 14px;
}

/* ═══════════ NAV ═══════════ */
.wo-nav {
  background: var(--dc);
  position: sticky; top: 0; z-index: 200;
  box-shadow: 0 3px 24px rgba(107,9,23,0.5);
  width: 100%;
}
.wo-nav-row {
  max-width: 1200px; margin: 0 auto; padding: 0 22px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; height: 62px; flex-wrap: nowrap;
}
.wo-logo {
  flex-shrink: 0; font-family: 'Playfair Display', serif;
  font-size: 19px; font-weight: 900; color: var(--white); font-style: italic;
}
.wo-logo em { color: var(--gold4); font-style: normal; }
.wo-nav-links {
  display: flex; align-items: center; gap: 2px;
  flex-wrap: nowrap; flex: 1; justify-content: center; min-width: 0; overflow: hidden;
}
.wo-nav-links a {
  color: rgba(255,255,255,0.6); font-size: 13px; font-weight: 600;
  padding: 6px 12px; border-radius: 6px; white-space: nowrap; transition: all .15s;
}
.wo-nav-links a:hover { color: var(--white); background: rgba(255,255,255,0.12); }
.wo-nav-btn {
  flex-shrink: 0; background: var(--gold); color: var(--white) !important;
  font-weight: 800; border-radius: 8px; padding: 10px 22px;
  font-size: 14px; white-space: nowrap; display: inline-block; transition: background .2s; letter-spacing: 0.2px;
}
.wo-nav-btn:hover { background: var(--gold2); }
@media (max-width: 767px) {
  .wo-nav-links { display: none; }
  .wo-nav-row { padding: 0 14px; height: 56px; }
  .wo-logo { font-size: 16px; }
  .wo-nav-btn { font-size: 13px; padding: 9px 14px; }
}

/* BUTTONS */
.wo-btn { display: inline-block; padding: 15px 36px; border-radius: 10px; font-size: 17px; font-weight: 800; cursor: pointer; border: none; transition: all .2s; text-align: center; line-height: 1; font-family: 'Inter', sans-serif; letter-spacing: 0.2px; }
.wo-btn-dc   { background: var(--dc);   color: var(--white); }
.wo-btn-dc:hover   { background: var(--dc2); color: var(--white); }
.wo-btn-rose { background: var(--rose); color: var(--white); }
.wo-btn-rose:hover { background: var(--rose2); color: var(--white); }
.wo-btn-gold { background: var(--gold); color: var(--white); }
.wo-btn-gold:hover { background: var(--gold2); color: var(--white); }
.wo-btn-out  { background: transparent; color: var(--dc); border: 2px solid var(--dc); }
.wo-btn-out:hover  { background: var(--dc); color: var(--white); }
.wo-btn-wh   { background: var(--white); color: var(--dc); }
.wo-btn-wh:hover   { background: var(--cream); color: var(--dc); }

/* LAYOUT */
.wo-wrap    { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.wo-wrap-sm { max-width: 820px;  margin: 0 auto; padding: 0 24px; }
.wo-sec     { padding: 86px 0; }
.wo-hd      { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.wo-hd p    { margin-top: 14px; font-size: 18px; }

/* STRIP */
.wo-strip { background: var(--dc2); padding: 13px 0; }
.wo-strip-row { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; }
.wo-strip-item { color: rgba(255,255,255,0.88); font-size: 13px; font-weight: 700; display: flex; align-items: center; gap: 7px; }

/* DIVIDER */
.wo-div { height: 2px; background: linear-gradient(90deg, transparent, var(--dc5), transparent); }

/* HERO — white bg */
.wo-hero { background: var(--white); padding: 76px 0 88px; border-bottom: 1px solid var(--bord2); }
.wo-hero-row { display: grid; grid-template-columns: 1fr 460px; align-items: center; gap: 54px; }
.wo-hero-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.wo-hero-eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--gold); flex-shrink: 0; }
.wo-hero h1 { margin-bottom: 10px; }
.wo-hero h1 span { color: var(--rose); font-style: italic; }
.wo-hero-sub { font-size: 18px; color: var(--sub); line-height: 1.85; margin: 16px 0 22px; }
.wo-hero-ul { list-style: none; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.wo-hero-ul li { display: flex; align-items: flex-start; gap: 11px; font-size: 17px; color: var(--text); font-weight: 600; }
.wo-hero-ul li::before { content: "✅"; flex-shrink: 0; }
.wo-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; }
.wo-hero-pic img { filter: drop-shadow(0 22px 50px rgba(107,9,23,0.18)); width: 100%; }
.wo-star-row { display: flex; align-items: center; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.wo-stars { color: #f5c410; font-size: 21px; }
.wo-star-txt { font-size: 15px; color: var(--gray); font-weight: 700; }
.wo-badge-row { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 18px; }
.wo-badge-pill { display: inline-flex; align-items: center; gap: 5px; background: var(--cream); border: 1.5px solid var(--dc6); border-radius: 999px; padding: 5px 13px; font-size: 12px; font-weight: 700; color: var(--dc); }

/* WHY CHOOSE */
.wo-trust-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.wo-trust-card { text-align: center; padding: 28px 16px; border: 2px solid var(--bord2); border-radius: 14px; background: var(--white); transition: transform .2s, box-shadow .2s; }
.wo-trust-card:hover { transform: translateY(-5px); box-shadow: 0 10px 30px var(--shad); }
.wo-trust-card img { height: 60px; width: auto; margin: 0 auto 12px; object-fit: contain; }
.wo-trust-card h3 { font-size: 15px; margin-bottom: 7px; }
.wo-trust-card p  { font-size: 13px; }

/* SPLIT */
.wo-split { display: grid; grid-template-columns: 1fr 1fr; gap: 66px; align-items: center; }
.wo-split img { border-radius: 18px; width: 100%; box-shadow: 0 12px 42px var(--shad); }
.wo-split h2 { margin-bottom: 16px; }
.wo-split p  { margin-bottom: 14px; }
.wo-chk-ul { list-style: none; margin: 16px 0; }
.wo-chk-ul li { display: flex; align-items: flex-start; gap: 11px; font-size: 17px; color: var(--text); padding: 9px 0; border-bottom: 1px solid var(--bord2); font-weight: 600; }
.wo-chk-ul li:last-child { border-bottom: none; }
.wo-chk-ul li::before { content: "✅"; flex-shrink: 0; }

/* SECRET BEHIND — dark gradient, split only (image left, content right) */
.wo-secret { background: linear-gradient(135deg, var(--dc) 0%, #380510 100%); padding: 80px 0; }
.wo-secret-row { display: grid; grid-template-columns: 420px 1fr; gap: 60px; align-items: center; }
.wo-secret-row img { border-radius: 16px; width: 100%; border: 2px solid rgba(255,255,255,0.08); }
.wo-secret h2 { color: var(--white); margin-bottom: 18px; }
.wo-secret p  { color: rgba(255,255,255,0.76); font-size: 18px; margin-bottom: 14px; }
.wo-secret-quote { border-left: 4px solid var(--gold); padding-left: 20px; margin: 24px 0; font-style: italic; font-family: 'Playfair Display', serif; color: rgba(255,255,255,0.84); font-size: 18px; line-height: 1.82; }

/* REVIEWS */
.wo-rev-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.wo-rev-card { padding: 28px; background: var(--white); border: 2px solid var(--bord2); border-radius: 16px; box-shadow: 0 4px 16px var(--shad); }
.wo-rev-card img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; margin-bottom: 14px; border: 3px solid var(--dc5); }
.wo-rev-headline { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: var(--dc); margin-bottom: 10px; font-style: italic; }
.wo-rev-stars { color: #f5c410; font-size: 18px; margin-bottom: 6px; }
.wo-rev-badge { font-size: 12px; color: var(--rose); font-weight: 700; margin-bottom: 12px; }
.wo-rev-card p { font-size: 16px; color: var(--sub); font-style: italic; font-family: 'Playfair Display', serif; line-height: 1.85; }
.wo-rev-name  { font-size: 14px; color: var(--gray); font-weight: 700; margin-top: 14px; }

/* INGREDIENTS */
.wo-ing-list { display: flex; flex-direction: column; gap: 0; }
.wo-ing-item { display: grid; grid-template-columns: 64px 88px 1fr; gap: 20px; align-items: flex-start; padding: 26px 0; border-bottom: 1px solid var(--bord2); }
.wo-ing-item:last-child { border-bottom: none; }
.wo-ing-num { width: 48px; height: 48px; background: var(--dc4); color: var(--dc); font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; border-radius: 10px; display: flex; align-items: center; justify-content: center; border: 2px solid var(--dc6); flex-shrink: 0; margin-top: 4px; }
.wo-ing-img { width: 80px; height: 80px; border-radius: 10px; object-fit: cover; border: 2px solid var(--bord2); flex-shrink: 0; }
.wo-ing-item h3 { font-size: 19px; margin-bottom: 8px; }
.wo-ing-item p  { font-size: 15px; }
.wo-ing-ul { list-style: none; margin-top: 8px; }
.wo-ing-ul li { font-size: 14px; color: var(--sub); padding: 3px 0; display: flex; gap: 8px; }
.wo-ing-ul li::before { content: "•"; color: var(--dc); font-weight: 900; flex-shrink: 0; }

/* BENEFITS — centered content, image below centered */
.wo-ben-hd { text-align: center; max-width: 760px; margin: 0 auto 40px; }
.wo-ben-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 52px; }
.wo-ben-card { padding: 26px; background: var(--white); border: 2px solid var(--bord2); border-radius: 14px; text-align: center; transition: box-shadow .2s, transform .2s; }
.wo-ben-card:hover { box-shadow: 0 8px 26px var(--shad); transform: translateY(-3px); }
.wo-ben-ico { font-size: 36px; margin-bottom: 12px; }
.wo-ben-card h3 { font-size: 18px; margin-bottom: 8px; }
.wo-ben-card p  { font-size: 15px; }
.wo-ben-img { text-align: center; }
.wo-ben-img img { max-width: 560px; margin: 0 auto; border-radius: 18px; box-shadow: 0 14px 44px var(--shad); }

/* BADGES ROW */
.wo-badges-row { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.wo-badge-card { text-align: center; padding: 20px 12px; border: 2px solid var(--bord2); border-radius: 12px; background: var(--white); }
.wo-badge-card img { height: 54px; width: auto; margin: 0 auto 10px; }
.wo-badge-card p { font-size: 12px; color: var(--sub); font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }

/* PRICING */
.wo-pkg-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.wo-pkg { padding: 32px 22px; background: var(--white); border: 2px solid var(--bord2); border-radius: 16px; text-align: center; transition: all .2s; position: relative; }
.wo-pkg:hover { box-shadow: 0 12px 38px var(--shad); transform: translateY(-3px); }
.wo-pkg.wo-best { border-color: var(--dc2); box-shadow: 0 8px 32px rgba(107,9,23,0.15); }
.wo-pkg-lbl { display: inline-block; font-size: 12px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; padding: 6px 18px; border-radius: 999px; margin-bottom: 14px; }
.wo-pkg-lbl-gold { background: var(--gold); color: var(--white); }
.wo-pkg-lbl-dc   { background: var(--dc); color: var(--white); }
.wo-pkg-lbl-rose { background: var(--rose); color: var(--white); }
.wo-pkg img { max-width: 150px; margin: 0 auto 16px; }
.wo-pkg h3 { font-size: 21px; margin-bottom: 6px; }
.wo-pkg-days { font-size: 15px; color: var(--gray); margin-bottom: 14px; font-weight: 600; }
.wo-price { font-family: 'Playfair Display', serif; font-size: 52px; font-weight: 900; color: var(--dc); line-height: 1; }
.wo-price-u { font-size: 16px; font-weight: 400; font-family: 'Inter', sans-serif; color: var(--gray); }
.wo-was { font-size: 14px; color: var(--gray); text-decoration: line-through; margin: 6px 0 4px; }
.wo-save { font-size: 13px; font-weight: 800; color: var(--rose); margin-bottom: 8px; }
.wo-total { font-size: 16px; font-weight: 800; color: var(--text); margin-bottom: 16px; }
.wo-fl { list-style: none; text-align: left; margin-bottom: 18px; }
.wo-fl li { font-size: 14px; color: var(--sub); padding: 5px 0; display: flex; gap: 9px; align-items: flex-start; font-weight: 600; border-bottom: 1px solid var(--dc4); }
.wo-fl li:last-child { border-bottom: none; }
.wo-fl li::before { content: "✔"; color: var(--rose); font-weight: 900; flex-shrink: 0; }

/* BONUSES */
.wo-bonus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.wo-bonus-card { padding: 26px; background: var(--white); border: 2px solid var(--bord2); border-radius: 14px; text-align: center; transition: box-shadow .2s; }
.wo-bonus-card:hover { box-shadow: 0 8px 24px var(--shad); }
.wo-bonus-card img { max-width: 110px; margin: 0 auto 14px; border-radius: 8px; }
.wo-bonus-free { display: inline-block; font-size: 11px; font-weight: 800; color: var(--gold2); background: var(--gold3); padding: 4px 12px; border-radius: 999px; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; border: 1px solid var(--gold4); }
.wo-bonus-card h3 { font-size: 16px; margin-bottom: 8px; }
.wo-bonus-card p  { font-size: 13px; }

/* GUARANTEE */
.wo-guar { background: linear-gradient(135deg, var(--dc) 0%, #380510 100%); padding: 84px 0; }
.wo-guar-row { display: grid; grid-template-columns: auto 1fr; gap: 60px; align-items: center; }
.wo-guar-row img { max-width: 200px; }
.wo-guar-row h2 { color: var(--white); margin-bottom: 16px; }
.wo-guar-row p  { color: rgba(255,255,255,0.75); font-size: 18px; margin-bottom: 12px; }
.wo-guar-ul { list-style: none; margin: 18px 0; }
.wo-guar-ul li { color: rgba(255,255,255,0.9); font-size: 18px; padding: 7px 0; display: flex; gap: 12px; font-weight: 600; }
.wo-guar-ul li::before { content: "✔"; color: var(--gold4); font-weight: 900; }

/* HOW TO USE */
.wo-use-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.wo-use-card { padding: 26px; background: var(--white); border: 2px solid var(--bord2); border-radius: 14px; }
.wo-use-n { width: 46px; height: 46px; background: var(--dc4); color: var(--dc); font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; border: 2px solid var(--dc6); }
.wo-use-card h3 { font-size: 18px; margin-bottom: 8px; }
.wo-use-card p  { font-size: 16px; }

/* TIMELINE */
.wo-timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.wo-tl-card { text-align: center; padding: 32px 22px; border-radius: 16px; background: var(--white); border: 2px solid var(--bord2); position: relative; overflow: hidden; }
.wo-tl-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--dc), var(--rose)); }
.wo-tl-num { font-family: 'Playfair Display', serif; font-size: 48px; font-weight: 900; color: var(--dc4); line-height: 1; margin-bottom: 10px; }
.wo-tl-label { font-size: 11px; font-weight: 800; color: var(--rose); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; }
.wo-tl-card h3 { font-size: 18px; margin-bottom: 8px; }
.wo-tl-card p  { font-size: 15px; }

/* FAQ */
.wo-faq-item { border: 2px solid var(--bord2); border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.wo-fq { width: 100%; background: var(--white); border: none; text-align: left; padding: 20px 26px; font-size: 18px; font-weight: 700; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-family: 'Inter', sans-serif; }
.wo-fq .wo-ico { font-size: 24px; color: var(--dc); flex-shrink: 0; transition: transform .2s; }
.wo-fq[aria-expanded="true"] { background: var(--dc); color: var(--white); }
.wo-fq[aria-expanded="true"] .wo-ico { color: var(--gold4); transform: rotate(45deg); }
.wo-fa { padding: 20px 26px; font-size: 17px; color: var(--sub); line-height: 1.88; background: var(--dc4); display: none; }
.wo-fa.wo-open { display: block; }

/* PAGE CTA */
.wo-pcta { background: linear-gradient(135deg, var(--dc) 0%, var(--dc2) 100%); padding: 68px 0; }
.wo-pcta h2 { color: var(--white); margin-bottom: 14px; }
.wo-pcta p  { color: rgba(255,255,255,0.72); font-size: 18px; margin-bottom: 24px; }

/* FINAL CTA */
.wo-final { background: linear-gradient(135deg, var(--dc) 0%, #200308 100%); padding: 84px 0; }
.wo-final-row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 52px; }
.wo-final h2 { color: var(--white); margin-bottom: 14px; }
.wo-final h2 em { color: var(--gold4); font-style: italic; }
.wo-final p  { color: rgba(255,255,255,0.72); font-size: 18px; margin-bottom: 16px; }
.wo-final-price { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--gold4); margin-bottom: 26px; }
.wo-final img { max-width: 240px; filter: drop-shadow(0 14px 32px rgba(107,9,23,0.4)); }

/* STICKY */
.wo-stick { background: var(--dc); border-top: 3px solid var(--gold); padding: 12px 0; position: sticky; bottom: 0; z-index: 99; }
.wo-stick-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.wo-stick strong { color: var(--white); font-size: 17px; font-family: 'Playfair Display', serif; font-style: italic; }
.wo-stick span { color: rgba(255,255,255,0.42); font-size: 14px; margin-left: 10px; font-weight: 600; }

/* FOOTER */
.wo-foot { background: var(--dc); border-top: 1px solid rgba(255,255,255,0.07); padding: 60px 0 24px; }
.wo-ft-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.wo-ft-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; color: var(--white); margin-bottom: 12px; font-style: italic; }
.wo-ft-name em { color: var(--gold4); font-style: normal; }
.wo-foot p  { font-size: 14px; color: rgba(255,255,255,0.3); line-height: 1.8; }
.wo-foot h4 { font-size: 12px; font-weight: 800; color: var(--white); margin-bottom: 14px; letter-spacing: 2px; text-transform: uppercase; }
.wo-foot a  { display: block; font-size: 14px; color: rgba(255,255,255,0.4); margin-bottom: 9px; font-weight: 600; }
.wo-foot a:hover { color: var(--gold4); }
.wo-ft-rule { border: none; border-top: 1px solid rgba(255,255,255,0.07); margin-bottom: 22px; }
.wo-note { font-size: 14px; color: var(--sub); font-style: italic; margin-top: 10px; }
.wo-hl { background: var(--cream2); border: 2px solid var(--dc6); border-radius: 12px; padding: 22px; margin-top: 22px; }

/* RESPONSIVE */
@media (max-width: 991px) {
  .wo-hero-row { grid-template-columns: 1fr; text-align: center; }
  .wo-hero-btns { justify-content: center; }
  .wo-star-row, .wo-badge-row { justify-content: center; }
  .wo-hero-eyebrow { justify-content: center; }
  .wo-hero-pic img { max-width: 320px; margin: 0 auto; }
  .wo-split { grid-template-columns: 1fr; }
  .wo-trust-grid { grid-template-columns: repeat(2,1fr); }
  .wo-pkg-grid { grid-template-columns: 1fr 1fr; }
  .wo-secret-row { grid-template-columns: 1fr; }
  .wo-ft-grid { grid-template-columns: 1fr 1fr; }
  .wo-guar-row { grid-template-columns: 1fr; text-align: center; }
  .wo-guar-row img { margin: 0 auto; }
  .wo-badges-row { grid-template-columns: repeat(3,1fr); }
  .wo-ben-grid { grid-template-columns: repeat(2,1fr); }
  .wo-timeline { grid-template-columns: 1fr; }
  .wo-ing-item { grid-template-columns: 48px 1fr; }
  .wo-ing-img { display: none; }
}
@media (max-width: 767px) {
  .wo-sec { padding: 58px 0; }
  .wo-rev-grid, .wo-pkg-grid, .wo-use-grid, .wo-bonus-grid { grid-template-columns: 1fr; }
  .wo-ben-grid { grid-template-columns: 1fr; }
  .wo-final-row { grid-template-columns: 1fr; text-align: center; }
  .wo-final img { margin: 0 auto; }
  .wo-ft-grid { grid-template-columns: 1fr; }
  .wo-strip-row { gap: 14px; }
  .wo-badges-row { grid-template-columns: repeat(2,1fr); }
  .wo-split img { order: -1; }
}
