
:root{
  --brand:#2e7d32; --brand-2:#1b5e20;
  --ink:#102a17; --muted:#5c6b62; --line:#e4ebe7;
  --bg:#ffffff; --tint:#f2f7f4; --cream:#fbfaf6;
  --shadow:0 6px 24px rgba(20,60,40,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
h1,h2,h3{font-family:Lora,Georgia,serif;color:var(--ink);letter-spacing:.2px}
a{color:var(--brand);text-decoration:none}
.container{max-width:1180px;margin:0 auto;padding:0 20px}
header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:saturate(140%) blur(6px);border-bottom:1px solid var(--line);z-index:50}
.nav{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.logo{display:flex;align-items:center;gap:12px}
.logo img{height:48px}
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;padding:12px 18px;border-radius:999px;font-weight:650;box-shadow:var(--shadow);transition:.2s transform}
.btn:hover{transform:translateY(-1px);background:var(--brand-2)}
.btn-ghost{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--brand);color:var(--brand);padding:12px 18px;border-radius:999px;font-weight:650}
.chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid var(--line);border-radius:999px;background:#fff}
.badge{display:inline-block;background:var(--tint);color:var(--brand);border:1px solid var(--line);padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px}

/* HERO */
.hero{background:linear-gradient(180deg,var(--tint),#fff);padding:44px 0}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
h1{font-size:clamp(30px,4.2vw,50px);line-height:1.12;margin:0 0 6px}
.kicker{display:block;color:var(--brand);font-weight:800;font-size:16px;text-transform:uppercase;letter-spacing:.12em;margin-top:4px}
.sub{color:var(--muted);font-size:18px;margin:6px 0 10px}
.hi{color:#1b5e20; font-size:16px; margin:0 0 6px}
.hero-visual{position:relative}
.hero-visual img{width:100%;height:auto;border-radius:18px;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}

/* Offer sticker (bigger & stronger contrast) */
.sticker{position:absolute;top:12px;left:-18px;background:var(--brand);color:#fff;border:2px solid #fff;border-radius:999px;padding:18px 16px;line-height:1;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.12);transform:rotate(-8deg)}
.sticker strong{display:block;font-size:20px;letter-spacing:.02em}
.sticker span{display:block;font-size:12px;opacity:.9}

/* Shipping pills */
.ship{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 12px}
.ship .chip{background:#fff}

/* Benefit tags */
.benefit-tags{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 14px}
.benefit-tags .chip{background:#fff}

/* SECTIONS */
section{padding:48px 0}
.section-head{display:flex;align-items:center;gap:14px;margin-bottom:16px}
.section-head .rule{height:1px;background:var(--line);flex:1}
h2{font-size:clamp(22px,3.2vw,34px);margin:0}

/* CARDS */
.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:var(--shadow)}
.card .eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--tint);color:var(--brand);font-weight:700;padding:6px 10px;border-radius:999px;margin-bottom:10px;font-size:13px}
.card .eyebrow .hi{font-size:13px;color:var(--brand);margin:0}
.card p.hi{margin-top:8px}

/* GALLERY (reduced right side to 2 images) */
.gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}
.stack{display:grid;grid-template-rows:1fr 1fr;gap:16px}
.stack img{width:100%;height:auto;border-radius:12px;border:1px solid var(--line);box-shadow:var(--shadow)}

/* Icons: monochrome SVG */
.icon-svg{width:20px;height:20px;margin-right:8px;vertical-align:-3px;fill:currentColor}

/* FAQ layout: grid to keep chevron right, Hindi under English */
details{border:1px solid var(--line);background:#fff;border-radius:14px;padding:0;box-shadow:var(--shadow);overflow:hidden}
details+details{margin-top:16px}
details summary{cursor:pointer;font-weight:800;list-style:none;padding:20px 20px;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;font-size:18px}
details summary .qtext{display:block}
details summary .subline{display:block;color:var(--brand);font-weight:700;font-size:15px;margin-top:6px}
details summary::after{content:'▸';transition:transform .25s ease;color:var(--brand);font-size:28px}
details[open] summary::after{transform:rotate(90deg)}
details[open] summary{border-bottom:1px solid var(--line)}
details .faq-content{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 20px 0}
details[open] .faq-content{max-height:2000px;padding:18px 20px 26px}

/* CTA + sticky */
.cta{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}
.sticky-cta{position:sticky;bottom:0;background:rgba(255,255,255,.96);backdrop-filter:saturate(140%) blur(6px);border-top:1px solid var(--line);padding:10px 16px;display:flex;justify-content:center;z-index:60}

/* Related products centered with price */
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center}
.product-card img{width:100%;height:auto;border-radius:10px;border:1px solid var(--line)}
.product-card .price{font-weight:800}

/* Footer */
.footer-legal{padding:22px 0;border-top:1px solid var(--line);color:var(--muted);font-size:14px}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}
.footer-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:flex-end}
footer img{height:42px}
.footer-note{font-size:13px;color:var(--muted);margin-top:6px}

.disclaimer{padding:20px 0;border-top:1px solid var(--line);color:var(--muted);font-size:13px;text-align:center}

@media (max-width:1024px){
  .hero-grid,.gallery,.grid-2,.grid-3,.kpis,.products{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-links{justify-content:flex-start}
}


/* === Full-width promo section above footer === */
.promo-bg{position:relative;isolation:isolate;padding:48px 0;color:#fff;text-align:center}
.promo-bg::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.45));z-index:0}
.promo-bg__inner{position:relative;z-index:1;max-width:1080px;margin:0 auto;padding:0 16px}
.promo-bg h2{margin:0 0 10px 0;font-size:34px;line-height:1.15}
.promo-bg p{margin:0 auto 16px auto;max-width:820px}
.promo-bg .btn{display:inline-block;margin-top:12px}
.bg-cover{background-size:cover;background-position:center;background-repeat:no-repeat}

/* Strike price styles */
.price-line{display:flex;gap:14px;justify-content:center;align-items:flex-end;flex-wrap:wrap;margin-top:8px}
.price-line .old{color:#b91c1c;text-decoration:line-through;font-size:20px;opacity:.9}
.price-line .new{font-size:36px;font-weight:700;line-height:1}
.price-line .currency{font-size:.7em;opacity:.9;margin-right:2px}

@media (max-width:640px){
  .promo-bg{padding:36px 0}
  .promo-bg h2{font-size:28px}
  .price-line .new{font-size:30px}
}



/* --- Flag as graphic --- */
.flag-de{width:20px;height:auto;vertical-align:middle;margin-left:6px;display:inline-block}

/* --- Strike price with diagonal red line --- */
.price-line .old{position:relative;color:#b91c1c;text-decoration:none}
.price-line .old::after{content:"";position:absolute;left:-4px;right:-4px;top:50%;height:2px;background:#b91c1c;transform:rotate(-12deg)}

/* --- Benefits 3-column robust grid --- */
#benefits .cards, .benefits .cards{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:20px;align-items:stretch}
@media(max-width:1199.98px){#benefits .cards, .benefits .cards{grid-template-columns:repeat(2,minmax(240px,1fr))}}
@media(max-width:759.98px){#benefits .cards, .benefits .cards{grid-template-columns:1fr}}

/* --- What is: enforce 2x2 desktop grid --- */
.about-v2__cards{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px}
@media(max-width:640px){.about-v2__cards{grid-template-columns:1fr}}

/* --- Promo section glass overlay refinement --- */
.promo-bg::before{background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.55))}
.promo-bg__inner{background:rgba(0,0,0,.25);backdrop-filter:saturate(140%) blur(6px);-webkit-backdrop-filter:saturate(140%) blur(6px);border-radius:18px;padding:24px 20px;border:1px solid rgba(255,255,255,.2)}


/* === Promo overlay legibility boost === */
.promo-bg{color:#fff;text-align:center;position:relative;isolation:isolate}
.promo-bg::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,.68));z-index:0}
.promo-bg__inner{position:relative;z-index:1;max-width:1080px;margin:0 auto;padding:28px 18px;background:rgba(0,0,0,.35);backdrop-filter:saturate(140%) blur(6px);-webkit-backdrop-filter:saturate(140%) blur(6px);border-radius:18px;border:1px solid rgba(255,255,255,.25)}
.promo-bg h2,.promo-bg p{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.45)}



/* Thicker diagonal for strike price */
.price-line .old{position:relative;color:#b91c1c;text-decoration:none}
.price-line .old::after{content:"";position:absolute;left:-6px;right:-6px;top:52%;height:4px;background:#b91c1c;transform:rotate(-12deg)}
.price-line .new{font-size:38px;font-weight:800;line-height:1}



/* Benefits robust 3/2/1 columns */
#benefits .cards{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:20px;align-items:stretch}
@media (max-width:1199.98px){#benefits .cards{grid-template-columns:repeat(2,minmax(240px,1fr))}}
@media (max-width:759.98px){#benefits .cards{grid-template-columns:1fr}}
@supports not (display:grid){
  #benefits .cards{display:block;font-size:0}
  section#benefits > *, #benefits .cards > *{display:inline-block;vertical-align:top;font-size:16px;width:calc(33.333% - 20px);margin:10px}
  @media (max-width:1199.98px){section#benefits > *, #benefits .cards > *{width:calc(50% - 20px)}}
  @media (max-width:759.98px){section#benefits > *, #benefits .cards > *{width:calc(100% - 20px)}}
}

/* What is: 2x2 grid */
#what-is .about-v2__cards, section#what-is ul, section#what-is .cards{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px}
@media (max-width:640px){#what-is .about-v2__cards, section#what-is ul, section#what-is .cards{grid-template-columns:1fr}}
@supports not (display:grid){
  #what-is .about-v2__cards, section#what-is ul, section#what-is .cards{display:block;font-size:0}
  #what-is .about-v2__cards > *, section#what-is ul > *, section#what-is .cards > *{display:inline-block;vertical-align:top;font-size:16px;width:calc(50% - 16px);margin:8px}
  @media (max-width:640px){#what-is .about-v2__cards > *, section#what-is ul > *, section#what-is .cards > *{width:calc(100% - 16px)}}
}



/* ===== Layout fixes ===== */

/* Benefits at a Glance: robust 3/2/1 grid */
.sb-grid3{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:20px;align-items:stretch}
@media(max-width:1199.98px){.sb-grid3{grid-template-columns:repeat(2,minmax(220px,1fr))}}
@media(max-width:759.98px){.sb-grid3{grid-template-columns:1fr}}

/* What is: 2x2 grid (desktop), 1 col mobile */
.sb-grid2x2{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px}
@media(max-width:640px){.sb-grid2x2{grid-template-columns:1fr}}

/* Price sizing sane defaults */
.price-line{display:inline-flex;gap:10px;align-items:flex-end;line-height:1;margin-top:6px}
.price-line .old{position:relative;color:#b91c1c;text-decoration:none;font-size:1rem}
.price-line .old::after{content:"";position:absolute;left:-6px;right:-6px;top:52%;height:4px;background:#b91c1c;transform:rotate(-12deg)}
.price-line .new{font-size:1.6rem;font-weight:800}

/* Smaller prices in product cards only */
.product .price-line .new, .product-card .price-line .new, .related .price-line .new, .explore .price-line .new{font-size:1.25rem}
.product .price-line .old, .product-card .price-line .old, .related .price-line .old, .explore .price-line .old{font-size:.95rem}

/* Ensure About-v2 uses 2x2 grid even without extra classes */
.about-v2__cards{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px}
@media(max-width:640px){.about-v2__cards{grid-template-columns:1fr}}


/* ===== FIX PACK v4 ===== */

/* Center benefits container and provide padding */
#benefits, section#benefits{max-width:1200px;margin:0 auto;padding:0 16px}

/* Benefits grid: 3/2/1 */
.sb-grid3{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:20px;align-items:stretch}
@media(max-width:1199.98px){.sb-grid3{grid-template-columns:repeat(2,minmax(220px,1fr))}}
@media(max-width:759.98px){.sb-grid3{grid-template-columns:1fr}}

/* What is: consistent gaps and no random margins */
.sb-grid2x2{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:16px}
.sb-grid2x2 > *{margin:0}
@media(max-width:640px){.sb-grid2x2{grid-template-columns:1fr}}
.about-v2__card{margin:0}

/* Prices: sane defaults and smaller in sticky/fixed bars */
.price-line{display:inline-flex;gap:10px;align-items:flex-end;line-height:1;margin-top:6px}
.price-line .old{position:relative;color:#b91c1c;text-decoration:none;font-size:1rem}
.price-line .old::after{content:"";position:absolute;left:-6px;right:-6px;top:52%;height:4px;background:#b91c1c;transform:rotate(-12deg)}
.price-line .new{font-size:1.6rem;font-weight:800}

/* Sticky/fixed CTA bar adjustments */
[class*="sticky"], [class*="fixed"], .sticky, .fixed, .cta-bar, .bottom-bar{
  --p-size:1.1rem; --o-size:.95rem;
}
[class*="sticky"] .price-line .new, [class*="fixed"] .price-line .new, .sticky .price-line .new, .fixed .price-line .new, .cta-bar .price-line .new, .bottom-bar .price-line .new{
  font-size:var(--p-size)
}
[class*="sticky"] .price-line .old, [class*="fixed"] .price-line .old, .sticky .price-line .old, .fixed .price-line .old, .cta-bar .price-line .old, .bottom-bar .price-line .old{
  font-size:var(--o-size)
}

/* Header/footer promo still readable */
.promo-bg::before{background:linear-gradient(180deg,rgba(0,0,0,.7),rgba(0,0,0,.7))}
.promo-bg h2,.promo-bg p{color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.5)}



/* Benefits layout correction: keep section as block and center the cards container */
section#benefits{display:block !important}
#benefits .cards, #benefits .sb-grid3{max-width:1200px;margin:0 auto}



/* What-is uniform spacing */
#what-is .about-v2__cards, #what-is .sb-grid2x2{gap:16px}
#what-is .about-v2__cards > *, #what-is .sb-grid2x2 > *{margin:0}


/* Sticky bottom CTA price sizing */
.sticky, .fixed, .bottom-bar, [class*="sticky"], [class*="fixed"] { --p-size:1rem; --o-size:.9rem; }
.sticky .price-line .new, .fixed .price-line .new, .bottom-bar .price-line .new, [class*="sticky"] .price-line .new, [class*="fixed"] .price-line .new { font-size:var(--p-size) }
.sticky .price-line .old, .fixed .price-line .old, .bottom-bar .price-line .old, [class*="sticky"] .price-line .old, [class*="fixed"] .price-line .old { font-size:var(--o-size) }
