/* Theme: guide — bright, friendly, education-first. White + fresh teal + ink.
   A LIGHT theme: overrides the dark base-class defaults for cohesion. */
.theme-guide{
  --bg:#ffffff;
  --fg:#12242a;
  --muted:#456068;
  --accent:#0fb9a6;
  --accent-ink:#ffffff;
  --card:#ffffff;
  --line:#dcece9;
  --radius:20px;
  --font:'Manrope',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;

  /* bespoke tokens */
  --teal-deep:#0a8a7c;
  --teal-soft:#e6f8f5;
  --teal-tint:#f2fbfa;
  --paper:#f6fbfa;
  --sun:#ffc94d;
  --coral:#ff6b6b;
  --shadow:0 12px 34px rgba(15,185,166,.14);
  --shadow-sm:0 6px 18px rgba(18,36,42,.07);
}

/* ---------- Global light corrections ---------- */
.theme-guide{background:var(--bg)}
.theme-guide h1,.theme-guide h2,.theme-guide h3,.theme-guide h4{font-weight:800;letter-spacing:-.02em}
.theme-guide .lede{color:var(--muted);font-size:17px;margin-top:14px;max-width:640px}
.theme-guide .section-head h2{font-size:clamp(28px,4vw,42px);margin-top:14px}

/* eyebrow becomes a friendly pill */
.theme-guide .eyebrow{
  display:inline-flex;align-items:center;gap:8px;margin-bottom:0;
  font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;
  color:var(--teal-deep);background:var(--teal-soft);padding:6px 14px;border-radius:999px;
}

/* buttons */
.theme-guide .btn{border-radius:999px;padding:13px 22px;font-size:15px;font-weight:700}
.theme-guide .btn-primary{background:var(--accent);color:#fff;box-shadow:var(--shadow)}
.theme-guide .btn-primary:hover{background:var(--teal-deep);transform:translateY(-2px)}
.theme-guide .btn-ghost{background:#fff;border:1.5px solid var(--line);color:var(--fg)}
.theme-guide .btn-ghost:hover{border-color:var(--accent);color:var(--teal-deep)}
.theme-guide .btn-hero{background:var(--fg);color:#fff}
.theme-guide .btn-hero:hover{transform:translateY(-2px);filter:brightness(1.12)}

/* ---------- Header (light) ---------- */
.theme-guide .site-header{background:rgba(255,255,255,.92);border-bottom:1px solid var(--line)}
.theme-guide .brand{display:flex;align-items:center;gap:11px}
.theme-guide .brand-logo svg{width:38px;height:38px;display:block}
.theme-guide .brand .brand-name{font-weight:800;font-size:19px;color:var(--fg)}
.theme-guide .nav-links a{color:var(--muted);font-weight:600}
.theme-guide .nav-links a:hover{color:var(--teal-deep)}
.theme-guide .cart-btn{background:var(--teal-soft);color:var(--teal-deep);width:46px;height:46px;border-radius:14px;font-size:18px}
.theme-guide .cart-btn:hover{background:#d3f2ee}
.theme-guide .cart-count{background:var(--coral);color:#fff;border:2px solid #fff;top:-6px;right:-6px}

/* announcement bar (light teal) */
.theme-guide .announcement{background:linear-gradient(90deg,var(--accent),var(--teal-deep));border:none;color:#fff}
.theme-guide .ann-track span{border-right-color:rgba(255,255,255,.3)}
.theme-guide .ann-track b{color:#fff;background:rgba(255,255,255,.2);padding:2px 9px;border-radius:999px}

/* ---------- Hero ---------- */
.theme-guide .hero{
  background:radial-gradient(1100px 520px at 78% -8%,var(--teal-soft),transparent),
             linear-gradient(180deg,var(--teal-tint),#fff);
  padding:64px 0 48px;position:relative;overflow:hidden;
}
.theme-guide .hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.theme-guide .hero h1{font-size:clamp(36px,6vw,60px);letter-spacing:-.03em;margin:18px 0}
.theme-guide .hero .lead{font-size:19px;color:var(--muted);max-width:520px;margin-bottom:26px}
.theme-guide .hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.theme-guide .hero-trust{display:flex;gap:22px;flex-wrap:wrap}
.theme-guide .hero-trust div{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--muted)}
.theme-guide .tick{width:22px;height:22px;border-radius:999px;background:var(--teal-soft);color:var(--teal-deep);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;flex:none}
.theme-guide .hero-card{background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:28px;position:relative}
.theme-guide .hero-card .qtag{position:absolute;top:-14px;left:26px;background:var(--sun);color:#5a4300;font-weight:800;font-size:13px;padding:6px 14px;border-radius:999px;box-shadow:var(--shadow-sm)}
.theme-guide .hero-card h3{font-size:20px;margin:6px 0 4px}
.theme-guide .hero-card-sub{font-size:14px;color:var(--muted)}
.theme-guide .hero-checklist{list-style:none;margin-top:16px;display:grid;gap:10px}
.theme-guide .hero-checklist li{display:flex;align-items:center;gap:10px;font-size:14.5px;font-weight:600}

/* hero product illustration composed with the checklist card:
   the vial is a friendly product visual that peeks out behind/beside the card */
.theme-guide .hero-figure{position:relative;display:block;padding:8px 0}
.theme-guide .hero-figure .hero-vial{
  position:absolute;top:-22px;right:-14px;z-index:0;
  width:min(220px,48%);height:auto;margin:0;opacity:.98;
  /* LIGHT theme: replace the heavy dark drop-shadow with a soft teal lift so it reads on white */
  filter:drop-shadow(0 16px 30px rgba(15,185,166,.20));
  animation:guideVialFloat 6.5s ease-in-out infinite;
}
.theme-guide .hero-figure .hero-card{
  position:relative;z-index:2;margin-top:52px;margin-right:44px;
  background:rgba(255,255,255,.94);backdrop-filter:blur(6px);
}
@keyframes guideVialFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}
@media(prefers-reduced-motion:reduce){.theme-guide .hero-figure .hero-vial{animation:none}}

/* ---------- Steps / education ---------- */
.theme-guide .steps-sec{background:#fff}
.theme-guide .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.theme-guide .step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px 22px;transition:.18s}
.theme-guide .step:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:#c8ebe5}
.theme-guide .step .num{width:44px;height:44px;border-radius:14px;background:var(--teal-soft);color:var(--teal-deep);font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.theme-guide .step h3{font-size:18px;margin-bottom:8px}
.theme-guide .step p{font-size:14.5px;color:var(--muted)}

/* ---------- Checklist section ---------- */
.theme-guide .choose{background:linear-gradient(180deg,#fff,var(--teal-tint))}
.theme-guide .choose-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}
.theme-guide .check-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:8px;box-shadow:var(--shadow-sm)}
.theme-guide .check-item{display:flex;gap:14px;padding:16px;border-radius:14px;transition:.15s}
.theme-guide .check-item:hover{background:var(--teal-tint)}
.theme-guide .check-item+.check-item{border-top:1px solid var(--line)}
.theme-guide .check-item .ic{width:42px;height:42px;border-radius:12px;background:var(--teal-soft);display:flex;align-items:center;justify-content:center;font-size:20px;flex:none}
.theme-guide .check-item h4{font-size:16px;margin-bottom:3px}
.theme-guide .check-item p{font-size:14px;color:var(--muted)}
.theme-guide .explain-note{background:var(--fg);color:#e6f8f5;border-radius:var(--radius);padding:30px;box-shadow:var(--shadow)}
.theme-guide .explain-note h3{color:#fff;font-size:22px;margin-bottom:12px}
.theme-guide .explain-note p{font-size:15px;color:#bfe6df;margin-bottom:14px}
.theme-guide .explain-note b{color:#fff}
.theme-guide .explain-note .mini{display:grid;gap:12px;margin-top:18px}
.theme-guide .explain-note .mini div{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:14px 16px}
.theme-guide .explain-note .mini strong{color:var(--sun);display:block;font-size:14px;margin-bottom:3px}
.theme-guide .explain-note .mini span{font-size:13.5px;color:#bfe6df}

/* ---------- Catalogue (light cards) ---------- */
.theme-guide .catalogue{background:var(--paper)}
.theme-guide .cat-chip{background:#fff;border:1.5px solid var(--line);color:var(--muted);font-weight:700;font-size:14px;padding:9px 18px}
.theme-guide .cat-chip:hover{border-color:var(--accent);color:var(--teal-deep);background:#fff}
.theme-guide .cat-chip.is-active{background:var(--accent);color:#fff;border-color:var(--accent)}
.theme-guide .pcard{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm)}
.theme-guide .pcard:hover{box-shadow:var(--shadow);transform:translateY(-4px);border-color:#c8ebe5}
.theme-guide .pcard-media{background:linear-gradient(160deg,var(--teal-tint),var(--teal-soft))}
.theme-guide .pcard-new{background:var(--sun);color:#5a4300}
.theme-guide .pcard-cat{color:var(--teal-deep)}
.theme-guide .pcard-name{color:var(--fg)}
.theme-guide .pcard-desc{color:var(--muted)}
.theme-guide .chip{background:var(--teal-tint);border:1px solid var(--line);color:var(--teal-deep)}
.theme-guide .chip.pur{color:var(--teal-deep);font-weight:700}
.theme-guide .pcard-price{color:var(--fg)}
.theme-guide .pcard-price span{color:var(--muted)}

/* ---------- Quality (light) ---------- */
.theme-guide .quality{background:#fff}
.theme-guide .q-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:24px 22px;transition:.18s}
.theme-guide .q-item:hover{box-shadow:var(--shadow);transform:translateY(-3px);border-color:#c8ebe5}
.theme-guide .q-item h3{color:var(--fg);font-size:17px}
.theme-guide .q-item p{color:var(--muted)}

/* ---------- Reviews (light) ---------- */
.theme-guide .reviews,.theme-guide #reviews{background:var(--teal-tint)}
.theme-guide .review{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:26px}
.theme-guide .review .stars{color:var(--sun)}
.theme-guide .review blockquote{color:var(--fg)}
.theme-guide .review figcaption{color:var(--muted)}

/* ---------- FAQ (CSS-only <details>) ---------- */
.theme-guide .faq{background:linear-gradient(180deg,var(--teal-tint),#fff)}
.theme-guide .faq-head{text-align:center;margin:0 auto 40px}
.theme-guide .faq-head .lede{margin-left:auto;margin-right:auto}
.theme-guide .faq-wrap{max-width:820px;margin:0 auto}
.theme-guide .faq-item{background:#fff;border:1px solid var(--line);border-radius:16px;margin-bottom:12px;overflow:hidden;transition:.15s}
.theme-guide .faq-item[open]{box-shadow:var(--shadow-sm);border-color:#c8ebe5}
.theme-guide .faq-item summary{list-style:none;cursor:pointer;padding:20px 22px;font-size:16.5px;font-weight:700;color:var(--fg);display:flex;justify-content:space-between;align-items:center;gap:16px}
.theme-guide .faq-item summary::-webkit-details-marker{display:none}
.theme-guide .faq-item .pm{width:28px;height:28px;flex:none;border-radius:999px;background:var(--teal-soft);color:var(--teal-deep);display:flex;align-items:center;justify-content:center;font-size:18px;transition:.2s}
.theme-guide .faq-item[open] .pm{transform:rotate(45deg);background:var(--accent);color:#fff}
.theme-guide .faq-item p{padding:0 22px 22px;color:var(--muted);font-size:15px}

/* ---------- CTA band ---------- */
.theme-guide .cta-band{background:linear-gradient(120deg,var(--accent),var(--teal-deep));color:#fff;border-radius:28px;padding:48px 40px;text-align:center;box-shadow:var(--shadow);margin-top:48px}
.theme-guide .cta-band h2{font-size:clamp(24px,3.4vw,34px);margin-bottom:12px;color:#fff}
.theme-guide .cta-band p{font-size:16px;opacity:.92;max-width:560px;margin:0 auto 24px}
.theme-guide .cta-band b{background:rgba(255,255,255,.2);padding:3px 10px;border-radius:6px;letter-spacing:.06em}

/* ---------- Contact (light) ---------- */
.theme-guide .contact{background:#fff}
.theme-guide .contact-form input,.theme-guide .contact-form textarea{background:var(--paper);border:1px solid var(--line);color:var(--fg)}
.theme-guide .contact-form input::placeholder,.theme-guide .contact-form textarea::placeholder{color:#7f979d}

/* ---------- Footer (light) ---------- */
.theme-guide .site-footer{background:var(--fg);color:#bcd7d2;border-top:none}
.theme-guide .site-footer .brand-name{color:#fff}
.theme-guide .site-footer p{color:#bcd7d2}
.theme-guide .foot-fruo{color:#bcd7d2}
.theme-guide .foot-fruo strong{color:#ffb3b3}
.theme-guide .foot-contact{color:var(--accent)}
.theme-guide .foot-bottom{color:#8fb4ad;border-top-color:rgba(255,255,255,.12)}

/* ---------- Overlays: age gate / cart / cookie / toast (light) ---------- */
.theme-guide .age-gate{background:linear-gradient(140deg,var(--teal-deep),var(--fg));backdrop-filter:none}
.theme-guide .age-box{background:#fff;border:1px solid var(--line);box-shadow:0 30px 70px rgba(0,0,0,.4)}
.theme-guide .age-box h2{color:var(--fg)}
.theme-guide .age-copy,.theme-guide .age-check{color:var(--muted)}
.theme-guide .age-check input{accent-color:var(--accent)}

.theme-guide .cart-drawer{background:#fff;border-left:1px solid var(--line)}
.theme-guide .cart-head{border-bottom:1px solid var(--line)}
.theme-guide .cart-close{color:var(--muted)}
.theme-guide .ci-name{color:var(--fg)}
.theme-guide .ci-qty button{background:var(--teal-tint);border:1px solid var(--line);color:var(--teal-deep)}
.theme-guide .cart-foot{border-top:1px solid var(--line);background:var(--paper)}
.theme-guide .cart-foot input{background:#fff;border:1px solid var(--line);color:var(--fg)}
.theme-guide .cart-subtotal{color:var(--fg)}

.theme-guide .cookie{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);left:22px;right:auto;max-width:420px;margin:0}
.theme-guide .cookie p{color:var(--muted)}

.theme-guide .toast{background:var(--fg);border:1px solid var(--fg);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.3)}
.theme-guide .toast.show{opacity:1}

/* ---------- Responsive ---------- */
@media(max-width:980px){
  .theme-guide .hero-grid{grid-template-columns:1fr;gap:34px}
  .theme-guide .hero-figure{max-width:520px;margin:0 auto}
  .theme-guide .hero-figure .hero-vial{width:180px;right:-6px}
  .theme-guide .steps{grid-template-columns:repeat(2,1fr)}
  .theme-guide .choose-grid{grid-template-columns:1fr}
}
@media(max-width:560px){
  /* stack the vial above the card so nothing crowds on narrow screens */
  .theme-guide .hero-figure{padding-top:150px}
  .theme-guide .hero-figure .hero-vial{position:absolute;top:0;left:50%;right:auto;transform:translateX(-50%);width:150px}
  .theme-guide .hero-figure .hero-card{margin-top:0;margin-right:0}
  .theme-guide .hero-figure .hero-vial{animation:none}
  .theme-guide .steps{grid-template-columns:1fr}
  .theme-guide .cookie{left:12px;right:12px;max-width:none}
  .theme-guide .cta-band{padding:36px 22px}
}
