/* ============================================================
   Simple Vege 纯翠素 — brand stylesheet (v2, hybrid warm + bold)
   Palette from the catalog: leaf green, chili red, gold jar-lid,
   warm rustic cream. Hybrid = warm/premium base + bold chili moments.
   ============================================================ */

:root {
  --green: #2ca84a;
  --green-deep: #1c7a35;
  --green-ink: #16502a;
  --chili: #d5382b;
  --chili-deep: #a3251b;
  --chili-soft: #fbe9e6;
  --gold: #c9a34e;
  --cream: #fbf6ec;
  --cream-2: #f4ecdd;
  --ink: #2b2622;
  --ink-soft: #5c534b;
  --line: #e7dcc8;
  --white: #ffffff;
  --shadow-sm: 0 2px 10px rgba(43, 38, 34, .06);
  --shadow: 0 14px 38px rgba(43, 38, 34, .13);
  --shadow-chili: 0 12px 30px rgba(213, 56, 43, .28);
  --radius: 20px;
  --radius-sm: 12px;
  --maxw: 1180px;
  --font-head: "Poppins", "Segoe UI", system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font-body); color: var(--ink);
  background: var(--cream); line-height: 1.65; font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: var(--green-deep); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.12; color: var(--ink); font-weight: 700; }
:lang(zh) { line-height: 1.75; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
section[id] { scroll-margin-top: 88px; }

.eyebrow {
  display: inline-block; font-family: var(--font-head); font-weight: 700;
  font-size: .8rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--chili); margin: 0 0 12px;
}
.section { padding: 80px 0; }
.section h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); margin: 0 0 14px; letter-spacing: -.01em; }
.section .lede { font-size: 1.12rem; color: var(--ink-soft); max-width: 64ch; margin: 0 0 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em; font-family: var(--font-head);
  font-weight: 600; font-size: .98rem; padding: 13px 24px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease; text-decoration: none;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 8px 20px rgba(44,168,74,.28); }
.btn-primary:hover { background: var(--green-deep); }
.btn-chili { background: var(--chili); color: #fff; box-shadow: var(--shadow-chili); }
.btn-chili:hover { background: var(--chili-deep); }
.btn-ghost { background: transparent; color: var(--green-ink); border-color: var(--green); }
.btn-ghost:hover { background: rgba(44,168,74,.08); }
.btn-lg { padding: 16px 30px; font-size: 1.05rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60; background: rgba(251,246,236,.92);
  backdrop-filter: saturate(140%) blur(10px); border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 18px; height: 74px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { height: 42px; width: auto; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav a { color: var(--ink); font-weight: 500; font-size: .96rem; }
.nav a:hover { color: var(--chili); text-decoration: none; }
.nav .btn { padding: 10px 18px; }

/* language switcher */
.lang { display: flex; align-items: center; gap: 2px; background: var(--cream-2); border-radius: 999px; padding: 3px; }
.lang a { font-family: var(--font-head); font-size: .82rem; font-weight: 600; color: var(--ink-soft); padding: 5px 11px; border-radius: 999px; }
.lang a:hover { text-decoration: none; color: var(--ink); }
.lang a.active { background: #fff; color: var(--chili); box-shadow: var(--shadow-sm); }
.nav-toggle { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--cream) 0%, var(--cream-2) 100%); }
.hero::before {
  content: ""; position: absolute; top: -140px; right: -160px; width: 460px; height: 460px;
  background: radial-gradient(circle, rgba(213,56,43,.10), transparent 62%); border-radius: 50%;
}
.hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-top: 62px; padding-bottom: 62px; position: relative; }
.hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; letter-spacing: -.02em; margin: 8px 0 18px; }
.hero h1 .hl { color: var(--chili); }
.hero p.sub { font-size: 1.16rem; color: var(--ink-soft); margin: 0 0 22px; max-width: 48ch; }
.price-from { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 600; color: var(--green-ink); background: rgba(44,168,74,.1); padding: 6px 14px; border-radius: 999px; font-size: .92rem; margin-bottom: 22px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-media { position: relative; }
.hero-media img { border-radius: 26px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 5 / 6; max-height: 580px; object-fit: cover; object-position: center 68%; }
.hero-badge {
  position: absolute; bottom: -18px; left: -18px; background: #fff; border-radius: 16px;
  box-shadow: var(--shadow); padding: 12px 18px; display: flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; color: var(--green-ink);
}
.hero-badge .dot { width: 34px; height: 34px; border-radius: 50%; background: var(--green); color:#fff; display:grid; place-items:center; font-size: 1rem; }

/* ---------- Credential strip ---------- */
.creds { background: var(--chili); color: #fff5f2; }
.creds .wrap { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; padding: 22px; }
.creds .cred { display: flex; align-items: center; gap: 11px; }
.creds .ic { font-size: 1.45rem; line-height: 1; flex: none; }
.creds b { font-family: var(--font-head); display: block; font-size: .96rem; line-height: 1.2; }
.creds span { font-size: .8rem; color: #ffd9d2; }

/* ---------- Belacan proof (feature banner) ---------- */
.proof { background: var(--green-ink); color: #eef4e6; overflow: hidden; }
.proof .wrap { display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; align-items: center; }
.proof img { border-radius: var(--radius); box-shadow: var(--shadow); aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.proof .eyebrow { color: #8fd3a0; }
.proof h2 { color: #fff; font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin: 0 0 16px; }
.proof p { color: #cbe0c0; font-size: 1.08rem; margin: 0 0 14px; }
.proof p strong { color: #fff; }
.proof .swap { display: flex; align-items: center; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.proof .swap .x { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 10px 16px; font-family: var(--font-head); font-weight: 600; }
.proof .swap .x.no { text-decoration: line-through; color: #f2b8b1; text-decoration-color: var(--chili); }
.proof .swap .arrow { color: var(--gold); font-size: 1.4rem; }
.proof .swap .x.yes { color: #fff; border-color: var(--green); background: rgba(44,168,74,.18); }

/* ---------- About ---------- */
.about .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about .media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.about .media img { border-radius: var(--radius); box-shadow: var(--shadow-sm); height: 100%; object-fit: cover; }
.about .media img:first-child { grid-row: span 2; }
.story-points { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.story-points li { display: flex; gap: 12px; }
.story-points .chk { color: var(--green); font-weight: 800; flex: none; }

/* ---------- Products ---------- */
.products { background: var(--cream-2); }
.cat { margin-top: 46px; }
.cat:first-of-type { margin-top: 30px; }
.cat-head { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 22px; border-bottom: 2px dashed var(--line); padding-bottom: 12px; }
.cat-head h3 { font-size: 1.5rem; margin: 0; }
.cat-head .cat-cn { color: var(--ink-soft); font-weight: 600; }
.cat-head .cat-note { margin-left: auto; color: var(--ink-soft); font-size: .95rem; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: transform .18s ease, box-shadow .18s ease; position: relative; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .thumb { aspect-ratio: 4 / 3; background: #f7f2e8; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.card .thumb.contain { background: #fff; }
.card .thumb.contain img { object-fit: contain; padding: 10px; }
.tag { position: absolute; top: 12px; left: 12px; z-index: 2; background: var(--chili); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.card-body { padding: 15px 17px 18px; display: flex; flex-direction: column; flex: 1; }
.job { display: inline-block; font-family: var(--font-head); font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--green-deep); background: rgba(44,168,74,.1); padding: 3px 9px; border-radius: 6px; margin-bottom: 8px; align-self: flex-start; }
.card h4 { font-size: 1.08rem; margin: 0 0 2px; }
.card .name-cn { color: var(--ink-soft); font-size: .9rem; margin: 0 0 8px; }
.card .meta { font-size: .84rem; color: var(--ink-soft); margin: 0 0 10px; }
.card .ingredients { font-size: .84rem; color: var(--ink-soft); margin: 0 0 12px; flex: 1; }
.card .ingredients b { color: var(--ink); font-weight: 600; }
.spice { color: var(--chili); letter-spacing: 2px; font-size: .9rem; white-space: nowrap; }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: 8px; }
.price { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--green-ink); }
.price small { font-weight: 500; color: var(--ink-soft); font-size: .72rem; }
.card .buy { font-size: .85rem; font-weight: 600; padding: 8px 14px; white-space: nowrap; }

/* variety bundle banner */
.bundle { margin-top: 40px; background: linear-gradient(100deg, var(--chili) 0%, var(--chili-deep) 100%); border-radius: var(--radius); padding: 34px 38px; display: flex; align-items: center; gap: 26px; flex-wrap: wrap; box-shadow: var(--shadow-chili); color: #fff; }
.bundle .b-txt { flex: 1; min-width: 260px; }
.bundle h3 { color: #fff; font-size: 1.6rem; margin: 0 0 6px; }
.bundle p { margin: 0; color: #ffe2dd; }
.bundle .btn { background: #fff; color: var(--chili-deep); }
.bundle .btn:hover { background: #fff5f2; }

/* ---------- Why / features ---------- */
.why .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.feature-list { display: grid; gap: 20px; margin-top: 10px; }
.feature { display: flex; gap: 16px; }
.feature .fic { flex: none; width: 48px; height: 48px; border-radius: 14px; background: var(--chili-soft); color: var(--chili); display: grid; place-items: center; font-size: 1.4rem; }
.feature h4 { margin: 2px 0 4px; font-size: 1.12rem; }
.feature p { margin: 0; color: var(--ink-soft); font-size: .96rem; }
.why-media { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.why-media img { border-radius: var(--radius); box-shadow: var(--shadow-sm); width: 100%; height: 100%; object-fit: cover; }
.why-media img:first-child { grid-column: span 2; aspect-ratio: 16/9; }

/* ---------- How to use + Recipes ---------- */
.how { background: var(--green-ink); color: #f2f6ea; }
.how h2 { color: #fff; }
.how .lede { color: #cadbba; }
.how .eyebrow { color: #8fd3a0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 36px; }
.step { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 24px 22px; }
.step .num { font-family: var(--font-head); font-weight: 800; font-size: 2rem; color: var(--gold); line-height: 1; }
.step h4 { color: #fff; margin: 12px 0 6px; font-size: 1.12rem; }
.step p { margin: 0; color: #c9d8ba; font-size: .95rem; }
.recipes { margin-top: 50px; }
.recipes h3 { color: #fff; font-size: 1.4rem; margin: 0 0 20px; }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.recipe { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); color: var(--ink); }
.recipe img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.recipe .r-body { padding: 18px 20px 22px; }
.recipe h4 { margin: 0 0 4px; font-size: 1.12rem; }
.recipe .r-uses { font-size: .8rem; color: var(--chili); font-weight: 600; margin: 0 0 10px; }
.recipe ol { margin: 0; padding-left: 18px; color: var(--ink-soft); font-size: .92rem; }
.recipe ol li { margin-bottom: 5px; }

/* ---------- FAQ ---------- */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 4px 20px; margin-bottom: 14px; box-shadow: var(--shadow-sm); }
.faq summary { font-family: var(--font-head); font-weight: 600; font-size: 1.05rem; cursor: pointer; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--chili); font-size: 1.5rem; font-weight: 400; transition: transform .2s; flex: none; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0 0 18px; color: var(--ink-soft); }

/* ---------- Contact ---------- */
.contact { background: var(--cream-2); }
.contact .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.contact-card { background: #fff; border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); }
.contact-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border-bottom: none; }
.contact-row .cic { flex: none; width: 42px; height: 42px; border-radius: 12px; background: var(--chili-soft); display: grid; place-items: center; font-size: 1.2rem; }
.contact-row b { font-family: var(--font-head); display: block; }
.contact-row span, .contact-row a { color: var(--ink-soft); font-size: .96rem; }
.market { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.chip { background: var(--cream); border: 1px solid var(--line); border-radius: 999px; padding: 8px 16px; font-weight: 600; font-size: .9rem; color: var(--ink); }
.chip:hover { text-decoration: none; border-color: var(--chili); color: var(--chili); }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #d8cfc4; padding: 46px 0 26px; }
.site-footer .grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 30px; }
.site-footer h5 { font-family: var(--font-head); color: #fff; margin: 0 0 14px; font-size: 1rem; }
.site-footer a { color: #d8cfc4; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: .94rem; }
.footer-brand img { height: 44px; width: auto; opacity: .95; margin-bottom: 14px; }
.footer-brand p { font-size: .92rem; max-width: 40ch; }
.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 32px; padding-top: 20px; font-size: .85rem; color: #a99f93; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ---------- Sticky WhatsApp ---------- */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: inline-flex; align-items: center; gap: 10px; background: #25d366; color: #fff; font-family: var(--font-head); font-weight: 700; padding: 14px 20px; border-radius: 999px; box-shadow: 0 10px 26px rgba(37,211,102,.42); transition: transform .15s ease; }
.wa-float:hover { transform: translateY(-2px) scale(1.02); text-decoration: none; color: #fff; }
.wa-float .wa-ic { font-size: 1.3rem; }

/* ---------- TNG payment overlay + toast ---------- */
.tng-overlay { position: fixed; inset: 0; background: rgba(0,20,50,.55); display: none; place-items: center; z-index: 200; }
.tng-overlay.open { display: grid; }
.tng-phone { position: relative; }
.tng-frame { width: 320px; height: 520px; max-width: 92vw; max-height: 86vh; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 24px 64px rgba(0,0,0,.45); }
.tng-close { position: absolute; top: -14px; right: -14px; width: 36px; height: 36px; border-radius: 50%; border: 0; background: #fff; color: #333; font-size: 20px; line-height: 1; cursor: pointer; box-shadow: var(--shadow-sm); }
.tng-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(90px); background: var(--ink); color: #fff; padding: 13px 22px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; box-shadow: var(--shadow); opacity: 0; transition: transform .25s ease, opacity .25s ease; z-index: 210; max-width: 90vw; }
.tng-toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.tng-toast.ok { background: var(--green-deep); }

/* ---------- Shop: cart, drawer, checkout, cashier, confirmation ---------- */
/* ---------- Parallax band ---------- */
.parallax { position: relative; height: clamp(300px, 42vh, 460px); overflow: hidden; display: grid; place-items: center; }
.parallax-bg { position: absolute; left: 0; right: 0; top: -22%; height: 144%; background-size: cover; background-position: center; will-change: transform; }
.parallax::after { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(22,80,42,.48), rgba(43,38,34,.58)); }
.parallax-inner { position: relative; z-index: 2; text-align: center; padding: 0 22px; }
.parallax-line { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: clamp(1.5rem, 4vw, 2.7rem); line-height: 1.15; text-shadow: 0 2px 24px rgba(0,0,0,.45); margin: 0; max-width: 22ch; }
@media (prefers-reduced-motion: reduce) { .parallax-bg { transform: none !important; top: 0; height: 100%; } }

/* ---------- Sold-out product state ---------- */
.card.soldout .thumb img { filter: grayscale(.55) opacity(.72); }
.card.soldout .price { color: var(--ink-soft); }
.buy.soldout-btn { background: var(--line); color: var(--ink-soft); box-shadow: none; cursor: not-allowed; }
.buy.soldout-btn:hover { transform: none; }
.cart-fab { position: fixed; right: 20px; bottom: 20px; z-index: 120; width: 56px; height: 56px; border-radius: 50%; border: 0; background: var(--chili); color: #fff; font-size: 22px; cursor: pointer; box-shadow: var(--shadow-chili); display: grid; place-items: center; }
.cart-fab:hover { background: var(--chili-deep); }
.cart-count { position: absolute; top: -4px; right: -4px; min-width: 22px; height: 22px; border-radius: 999px; background: var(--green); color: #fff; font: 700 12px/22px var(--font-head); display: grid; place-items: center; padding: 0 5px; }
.drawer-ov { position: fixed; inset: 0; background: rgba(0,0,0,.4); opacity: 0; pointer-events: none; transition: opacity .2s; z-index: 130; }
.drawer-ov.open { opacity: 1; pointer-events: auto; }
.drawer { position: fixed; top: 0; right: 0; height: 100%; width: 390px; max-width: 90vw; background: #fff; box-shadow: -12px 0 44px rgba(0,0,0,.22); transform: translateX(100%); transition: transform .25s ease; z-index: 140; display: flex; flex-direction: column; }
.drawer.open { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid var(--line); font-family: var(--font-head); font-size: 1.15rem; }
.cart-items { flex: 1; overflow: auto; padding: 4px 20px; }
.cart-empty { color: var(--ink-soft); text-align: center; padding: 46px 0; }
.cart-row { display: flex; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-img { width: 58px; height: 58px; border-radius: 10px; object-fit: cover; background: #f2f2f2; flex: none; }
.cart-info { flex: 1; min-width: 0; }
.cart-name { font-weight: 600; font-size: .95rem; }
.cart-unit { color: var(--ink-soft); font-size: .82rem; margin: 2px 0 7px; }
.qty { display: flex; align-items: center; gap: 8px; }
.qty button { width: 27px; height: 27px; border-radius: 8px; border: 1px solid var(--line); background: #fff; cursor: pointer; font-size: 15px; line-height: 1; }
.qty .rm { width: auto; padding: 0 8px; border: 0; color: var(--chili); font-size: .8rem; }
.cart-line { font-family: var(--font-head); font-weight: 700; color: var(--green-ink); white-space: nowrap; }
.drawer-foot { padding: 18px 20px; border-top: 1px solid var(--line); }
.drawer-foot .sub { display: flex; justify-content: space-between; font-family: var(--font-head); font-weight: 700; font-size: 1.05rem; margin-bottom: 12px; }
.drawer-foot .btn { width: 100%; justify-content: center; }
.drawer-foot .btn:disabled { opacity: .45; cursor: not-allowed; }
.modal-ov { position: fixed; inset: 0; background: rgba(0,20,50,.5); display: none; place-items: center; z-index: 150; padding: 16px; }
.modal-ov.open { display: grid; }
.modal { background: #fff; border-radius: 20px; width: 410px; max-width: 96vw; max-height: 92vh; overflow: auto; box-shadow: var(--shadow); }
.modal-head { display: flex; justify-content: space-between; align-items: center; padding: 18px 22px; border-bottom: 1px solid var(--line); font-family: var(--font-head); font-size: 1.15rem; }
.x { border: 0; background: none; font-size: 23px; cursor: pointer; color: var(--ink-soft); line-height: 1; }
.co-form { padding: 20px 22px; display: grid; gap: 11px; }
.co-form input { padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; font: inherit; width: 100%; background: #fff; color: var(--ink); }
.co-form input:focus { outline: 2px solid var(--green); border-color: var(--green); }
.co-form .row2 { display: grid; grid-template-columns: 1fr 1.4fr; gap: 11px; }
.co-err { color: var(--chili); font-size: .85rem; min-height: 18px; margin: 0; }
.co-form .btn { width: 100%; justify-content: center; margin-top: 4px; }
.cashier-ov { position: fixed; inset: 0; background: rgba(0,20,50,.62); display: none; place-items: center; z-index: 160; }
.cashier-ov.open { display: grid; }
.cashier-wrap { position: relative; }
.cashier-frame { width: 384px; height: 664px; max-width: 96vw; max-height: 90vh; border: 0; border-radius: 24px; background: #fff; box-shadow: 0 30px 72px rgba(0,0,0,.5); }
.cashier-x { position: absolute; top: -15px; right: -15px; width: 40px; height: 40px; border-radius: 50%; border: 0; background: #fff; color: #333; font-size: 21px; cursor: pointer; box-shadow: var(--shadow-sm); }
.ok-modal { width: 370px; text-align: center; padding: 32px 26px; }
.ok-modal .ok-check { width: 62px; height: 62px; border-radius: 50%; background: var(--green); color: #fff; font-size: 31px; display: grid; place-items: center; margin: 0 auto 14px; }
.ok-modal b { font-family: var(--font-head); font-size: 1.35rem; }
.ok-modal p { color: var(--ink-soft); margin: 10px 0 22px; }
.ok-modal .btn { width: 100%; justify-content: center; }
.shop-toast { position: fixed; left: 50%; bottom: 92px; transform: translateX(-50%) translateY(70px); background: var(--ink); color: #fff; padding: 11px 20px; border-radius: 999px; font-family: var(--font-head); font-weight: 600; font-size: .9rem; opacity: 0; transition: transform .25s ease, opacity .25s ease; z-index: 170; }
.shop-toast.show { transform: translateX(-50%); opacity: 1; }
.shop-toast.ok { background: var(--green-deep); }
@media (max-width: 540px) { .cashier-frame { height: 82vh; } }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .creds .wrap { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; padding-top: 40px; }
  .hero-media { order: -1; }
  .proof .wrap, .about .grid, .why .grid, .contact .grid { grid-template-columns: 1fr; gap: 30px; }
  .proof .why-media, .why-media { order: 2; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .recipe-grid { grid-template-columns: 1fr; }
  .site-footer .grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; position: absolute; top: 74px; left: 0; right: 0; flex-direction: column; background: var(--cream); border-bottom: 1px solid var(--line); padding: 18px 22px; gap: 16px; align-items: stretch; }
  .nav.open { display: flex; }
  .nav .lang { align-self: flex-start; }
  .nav-toggle { display: inline-flex; margin-left: auto; background: none; border: 0; font-size: 1.6rem; cursor: pointer; color: var(--ink); }
}
@media (max-width: 540px) {
  body { font-size: 16px; }
  .section { padding: 56px 0; }
  .card-grid { grid-template-columns: 1fr; }
  .creds .wrap { grid-template-columns: 1fr; gap: 14px; }
  .recipe-grid { grid-template-columns: 1fr; }
  .hero-cta .btn { flex: 1; justify-content: center; }
  .bundle { padding: 26px; }
  .wa-float span.label { display: none; }
  .wa-float { padding: 14px; }
}
