/* =====================================================================
   ELGOD MART — Static Online Store — Design System
   ===================================================================== */
:root {
  --forest-950: #0a2417;
  --forest-900: #0f3324;
  --forest-800: #14532d;
  --forest-700: #166534;
  --forest-600: #16a34a;
  --forest-500: #22c55e;
  --lime: #a3e635;
  --lime-strong: #84cc16;
  --mint-100: #dcfce7;
  --mint-50: #f0fdf4;
  --ink: #0c1512;
  --ink-soft: #2c3a33;
  --muted: #64786d;
  --line: #e7efe9;
  --line-2: #eef4ef;
  --bg: #f7faf8;
  --surface: #ffffff;
  --shadow-sm: 0 1px 2px rgba(16,51,36,.06), 0 1px 3px rgba(16,51,36,.05);
  --shadow: 0 8px 24px rgba(16,51,36,.08);
  --shadow-lg: 0 24px 60px rgba(16,51,36,.14);
  --shadow-glow: 0 18px 50px rgba(34,197,94,.28);
  --radius-sm: 12px; --radius: 18px; --radius-lg: 26px;
  --container: 1200px;
  --font-head: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font-body); color: var(--ink); background: var(--bg); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font-head); font-weight: 800; line-height: 1.1; letter-spacing: -.02em; color: var(--forest-900); }
.container { width: min(var(--container), 92%); margin: 0 auto; }

/* Icon helpers (sprite uses currentColor) */
svg.stroke { stroke: currentColor; stroke-width: 1.7; fill: none; stroke-linecap: round; stroke-linejoin: round; }
svg.stroke-w { stroke: #fff; stroke-width: 1.8; fill: none; stroke-linecap: round; stroke-linejoin: round; }
svg.stroke-b { stroke: var(--forest-600); stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.icon { width: 20px; height: 20px; display: inline-grid; place-items: center; flex-shrink: 0; }
.icon svg { width: 100%; height: 100%; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--forest-600); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .74rem; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: var(--lime-strong); border-radius: 2px; }
.eyebrow.center::before { display: none; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 26px; border-radius: 999px; font-weight: 700; font-size: .98rem; font-family: var(--font-head); cursor: pointer; border: none; white-space: nowrap; transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .2s, color .2s; }
.btn .icon { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--forest-700); color: #fff; box-shadow: 0 10px 26px rgba(22,101,52,.28); }
.btn-primary:hover { background: var(--forest-800); }
.btn-whatsapp { background: #25D366; color: #fff; box-shadow: 0 10px 26px rgba(37,211,102,.34); }
.btn-whatsapp:hover { background: #1eb959; }
.btn-outline { background: #fff; color: var(--forest-700); border: 1.5px solid var(--line); box-shadow: var(--shadow-sm); }
.btn-outline:hover { border-color: var(--forest-500); background: var(--mint-50); }
.btn-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1.5px solid rgba(255,255,255,.28); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.2); }

/* Top bar */
.topbar { background: var(--forest-900); color: #d6efde; font-size: .82rem; }
.topbar-in { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; gap: 14px; }
.topbar .ic { display: inline-grid; place-items: center; width: 15px; height: 15px; vertical-align: -3px; margin-right: 5px; }
.topbar .ic svg { width: 15px; height: 15px; stroke: var(--lime); stroke-width: 1.8; fill: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.8); backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s, background .3s; }
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: var(--shadow-sm); background: rgba(255,255,255,.93); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo { width: 46px; height: 46px; border-radius: 14px; background: linear-gradient(135deg, var(--forest-600), var(--lime-strong)); display: grid; place-items: center; box-shadow: var(--shadow-glow); }
.brand .logo svg { width: 26px; height: 26px; stroke: #fff; }
.brand .name { font-family: var(--font-head); font-weight: 800; font-size: 1.06rem; color: var(--forest-900); line-height: 1.05; }
.brand .name small { display: block; font-weight: 600; color: var(--muted); font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; font-family: var(--font-body); }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a.link { font-weight: 600; color: var(--ink-soft); font-size: .96rem; position: relative; padding: 4px 0; }
.nav-links a.link::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--forest-600); border-radius: 2px; transition: width .25s; }
.nav-links a.link:hover { color: var(--forest-700); }
.nav-links a.link:hover::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 10px; }
.cart-btn { position: relative; width: 46px; height: 46px; border-radius: 13px; border: 1.5px solid var(--line); background: #fff; color: var(--forest-800); cursor: pointer; display: grid; place-items: center; transition: border-color .2s, background .2s; }
.cart-btn:hover { border-color: var(--forest-500); background: var(--mint-50); }
.cart-btn .icon { width: 22px; height: 22px; }
.cart-count { position: absolute; top: -7px; right: -7px; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 999px; background: var(--forest-600); color: #fff; font-size: .72rem; font-weight: 800; display: grid; place-items: center; font-family: var(--font-head); box-shadow: var(--shadow-sm); transform: scale(0); transition: transform .25s cubic-bezier(.2,1.4,.5,1); }
.cart-count.show { transform: scale(1); }
.menu-toggle { display: none; width: 46px; height: 46px; border-radius: 13px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; color: var(--forest-900); place-items: center; }
.menu-toggle .icon { width: 24px; height: 24px; }

/* Hero */
.hero { position: relative; padding: 92px 0 104px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(60% 80% at 85% 0%, rgba(163,230,53,.20), transparent 60%), radial-gradient(50% 60% at 8% 12%, rgba(34,197,94,.14), transparent 55%), linear-gradient(180deg, var(--mint-50), #fff 70%); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5; background-image: radial-gradient(rgba(16,51,36,.05) 1px, transparent 1px); background-size: 22px 22px; -webkit-mask-image: linear-gradient(180deg, #000, transparent 75%); mask-image: linear-gradient(180deg, #000, transparent 75%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.pill { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line); padding: 7px 14px 7px 8px; border-radius: 999px; font-size: .82rem; font-weight: 600; color: var(--forest-700); box-shadow: var(--shadow-sm); margin-bottom: 22px; }
.pill .dot { width: 22px; height: 22px; border-radius: 50%; background: var(--mint-100); display: grid; place-items: center; }
.pill .dot svg { width: 13px; height: 13px; stroke: var(--forest-600); stroke-width: 2; fill: none; }
.hero h1 { font-size: clamp(2.3rem, 4.6vw, 3.7rem); }
.hero h1 .grad { background: linear-gradient(120deg, var(--forest-600), var(--lime-strong)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { margin-top: 22px; font-size: 1.16rem; color: var(--muted); max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-trust { display: flex; align-items: center; gap: 22px; margin-top: 40px; flex-wrap: wrap; }
.hero-trust .t-item { display: flex; align-items: center; gap: 10px; }
.hero-trust .t-icon { width: 38px; height: 38px; border-radius: 10px; background: var(--mint-100); display: grid; place-items: center; color: var(--forest-700); }
.hero-trust .t-icon svg { width: 20px; height: 20px; }
.hero-trust b { display: block; font-family: var(--font-head); color: var(--forest-900); font-size: .96rem; }
.hero-trust span { font-size: .8rem; color: var(--muted); }

.hero-visual { position: relative; }
.hero-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 26px; }
.hero-card .photo { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--forest-700), var(--forest-600) 55%, var(--lime-strong)); position: relative; display: grid; place-items: center; }
.hero-card .photo .bagart { width: 64%; height: 64%; }
.hero-card .photo .ribbon { position: absolute; top: 16px; left: 16px; background: rgba(255,255,255,.95); color: var(--forest-700); font-weight: 800; font-size: .72rem; letter-spacing: .06em; padding: 7px 12px; border-radius: 999px; font-family: var(--font-head); text-transform: uppercase; }
.hero-card .meta { display: flex; align-items: center; justify-content: space-between; margin-top: 18px; }
.hero-card .meta h4 { font-size: 1.1rem; }
.hero-card .meta small { color: var(--muted); font-weight: 500; display: block; font-family: var(--font-body); font-size: .76rem; }
.hero-card .price-tag { font-family: var(--font-head); font-weight: 800; color: var(--forest-700); text-align: right; }
.hero-card .price-tag small { text-align: right; }
.float-chip { position: absolute; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 12px 16px; display: flex; align-items: center; gap: 11px; animation: floaty 5s ease-in-out infinite; }
.float-chip .fc-icon { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; }
.float-chip .fc-icon svg { width: 22px; height: 22px; fill: #fff; }
.float-chip .fc-icon.wa { background: linear-gradient(135deg,#25D366,#1eb959); }
.float-chip .fc-icon.gr { background: linear-gradient(135deg,var(--forest-600),var(--lime-strong)); }
.float-chip b { font-family: var(--font-head); font-size: .92rem; color: var(--forest-900); display: block; }
.float-chip span { font-size: .76rem; color: var(--muted); }
.float-chip.fc-1 { top: -22px; right: -10px; }
.float-chip.fc-2 { bottom: -24px; left: -18px; animation-delay: 1.4s; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* Trust band */
.trust-band { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-band .container { display: flex; align-items: center; gap: 18px; padding: 22px 0; flex-wrap: wrap; justify-content: space-between; }
.trust-band .tb-label { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.trust-band .tb-items { display: flex; gap: 34px; flex-wrap: wrap; }
.trust-band .tb { display: flex; align-items: center; gap: 9px; color: var(--forest-800); font-weight: 700; font-family: var(--font-head); font-size: .98rem; }
.trust-band .tb svg { width: 20px; height: 20px; color: var(--forest-600); }

/* Sections */
section { padding: 92px 0; }
.section-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-top: 14px; }
.section-head p { color: var(--muted); margin-top: 14px; font-size: 1.06rem; }

/* Categories */
.features { background: linear-gradient(180deg, #fff, var(--mint-50)); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .25s, box-shadow .25s, border-color .25s; cursor: pointer; text-align: left; }
.feature:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--mint-100); }
.feature .f-ico { width: 56px; height: 56px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, var(--mint-100), #fff); border: 1px solid var(--line); margin-bottom: 18px; color: var(--forest-600); }
.feature .f-ico svg { width: 28px; height: 28px; }
.feature h4 { font-size: 1.16rem; }
.feature p { color: var(--muted); font-size: .94rem; margin-top: 8px; }
.feature .f-count { display: inline-block; margin-top: 14px; font-size: .8rem; font-weight: 700; color: var(--forest-600); font-family: var(--font-head); }

/* Shop controls */
.shop-controls { display: flex; flex-direction: column; gap: 22px; margin-bottom: 44px; align-items: center; }
.search-box { position: relative; width: min(440px, 100%); }
.search-box .icon { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); color: var(--muted); width: 20px; height: 20px; }
.search-box input { width: 100%; padding: 14px 18px 14px 46px; border: 1.5px solid var(--line); border-radius: 999px; font-size: 1rem; font-family: inherit; outline: none; background: #fff; transition: border-color .2s, box-shadow .2s; }
.search-box input:focus { border-color: var(--forest-500); box-shadow: 0 0 0 4px rgba(34,197,94,.12); }
.toolbar { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.chip { border: 1.5px solid var(--line); background: #fff; padding: 10px 20px; border-radius: 999px; font-weight: 600; cursor: pointer; color: var(--muted); transition: all .2s; font-size: .92rem; font-family: var(--font-head); }
.chip:hover { border-color: var(--forest-500); color: var(--forest-700); }
.chip.active { background: var(--forest-700); color: #fff; border-color: var(--forest-700); box-shadow: 0 8px 20px rgba(22,101,52,.25); }

/* Product grid */
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s, border-color .25s; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: var(--mint-100); }
.product-media { aspect-ratio: 4/3; position: relative; overflow: hidden; background: linear-gradient(135deg, var(--mint-100), var(--mint-50)); }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-media img { transform: scale(1.06); }
.product-media .ph-art { position: absolute; inset: 0; display: grid; place-items: center; color: var(--forest-600); }
.product-media .ph-art svg { width: 44%; height: 44%; opacity: .85; }
.product-media .cat-tag { position: absolute; top: 14px; left: 14px; background: rgba(255,255,255,.94); backdrop-filter: blur(4px); color: var(--forest-700); font-family: var(--font-head); font-weight: 700; font-size: .68rem; letter-spacing: .07em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.product-media .badge { position: absolute; top: 14px; right: 14px; background: var(--forest-700); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; }
.product-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.product-card h3 { font-size: 1.12rem; }
.product-card p.desc { color: var(--muted); font-size: .92rem; margin-top: 9px; flex: 1; }
.product-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; gap: 10px; padding-top: 18px; border-top: 1px solid var(--line-2); }
.price { font-family: var(--font-head); font-weight: 800; color: var(--forest-700); font-size: 1.18rem; }
.price small { display: block; font-weight: 600; font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .05em; }
.btn-add { background: var(--forest-700); color: #fff; border: none; padding: 11px 16px; border-radius: 999px; font-weight: 700; font-size: .86rem; cursor: pointer; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-head); transition: background .2s, transform .15s; }
.btn-add svg { width: 16px; height: 16px; stroke: #fff; stroke-width: 2.2; fill: none; }
.btn-add:hover { background: var(--forest-800); transform: translateY(-1px); }
.empty-state { text-align: center; color: var(--muted); padding: 50px; grid-column: 1 / -1; }

/* About */
.about { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-visual { position: relative; }
.about-visual .panel { border-radius: var(--radius-lg); aspect-ratio: 1/1; overflow: hidden; background: radial-gradient(60% 60% at 30% 25%, rgba(163,230,53,.45), transparent 60%), linear-gradient(150deg, var(--forest-800), var(--forest-600)); display: grid; place-items: center; box-shadow: var(--shadow-lg); }
.about-visual .panel svg { width: 56%; height: 56%; }
.about-visual .stat-float { position: absolute; bottom: -24px; right: -16px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 18px 22px; text-align: center; }
.about-visual .stat-float .n { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; color: var(--forest-700); }
.about-visual .stat-float .l { font-size: .78rem; color: var(--muted); font-weight: 600; }
.about-text h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); }
.about-text p { color: var(--muted); margin-top: 18px; font-size: 1.05rem; }
.check-list { display: grid; gap: 14px; margin-top: 26px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; list-style: none; }
.check-list .ck { width: 26px; height: 26px; border-radius: 50%; background: var(--mint-100); display: grid; place-items: center; flex-shrink: 0; margin-top: 2px; }
.check-list .ck svg { width: 15px; height: 15px; }
.check-list b { color: var(--forest-900); font-family: var(--font-head); }
.check-list span { color: var(--muted); }

/* Stats */
.stats-band { background: linear-gradient(150deg, var(--forest-900), var(--forest-700)); color: #fff; position: relative; overflow: hidden; }
.stats-band::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px); background-size: 26px 26px; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; position: relative; }
.stat { text-align: center; }
.stat .num { font-family: var(--font-head); font-size: clamp(1.9rem, 3vw, 2.6rem); font-weight: 800; }
.stat .num .grad { background: linear-gradient(120deg, #fff, var(--lime)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat .lbl { opacity: .82; margin-top: 6px; font-size: .96rem; }

/* Contact */
.contact { background: var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 32px; align-items: stretch; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow); }
.contact-card h3 { font-size: 1.4rem; margin-bottom: 24px; }
.contact-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 22px; }
.contact-item .c-ico { width: 46px; height: 46px; border-radius: 13px; background: var(--mint-50); border: 1px solid var(--line); display: grid; place-items: center; flex-shrink: 0; color: var(--forest-600); }
.contact-item .c-ico svg { width: 22px; height: 22px; }
.contact-item .label { font-weight: 700; color: var(--forest-900); font-family: var(--font-head); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
.contact-item .value { color: var(--ink-soft); margin-top: 2px; }
.contact-item .value a:hover { color: var(--forest-700); }
.socials { display: flex; gap: 12px; margin-top: 10px; flex-wrap: wrap; }
.social-btn { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; transition: transform .18s, box-shadow .25s; box-shadow: var(--shadow); }
.social-btn:hover { transform: translateY(-3px); }
.social-btn svg { width: 22px; height: 22px; fill: #fff; }
.s-wa { background: #25D366; } .s-fb { background: #1877F2; } .s-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.map-embed { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); min-height: 380px; }
.map-embed iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }

/* CTA */
.cta-banner { padding: 0 0 92px; }
.cta-inner { background: linear-gradient(135deg, var(--forest-800), var(--forest-600) 70%, var(--lime-strong)); border-radius: var(--radius-lg); padding: 56px; text-align: center; color: #fff; position: relative; overflow: hidden; box-shadow: var(--shadow-lg); }
.cta-inner::before { content: ""; position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(255,255,255,.2) 1px, transparent 1px); background-size: 24px 24px; -webkit-mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent); mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent); }
.cta-inner h2 { color: #fff; font-size: clamp(1.7rem, 3vw, 2.4rem); position: relative; }
.cta-inner p { opacity: .92; margin-top: 12px; font-size: 1.08rem; position: relative; max-width: 560px; margin-inline: auto; }
.cta-inner .hero-actions { justify-content: center; position: relative; }

/* Footer */
.site-footer { background: var(--forest-950); color: #b9d4c2; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.3fr; gap: 40px; }
.site-footer .brand .name { color: #fff; }
.site-footer .brand .name small { color: #7fa78c; }
.footer-about { margin-top: 18px; opacity: .8; max-width: 300px; font-size: .94rem; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: rgba(255,255,255,.08); transition: background .2s, transform .18s; }
.footer-social a:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.footer-social svg { width: 19px; height: 19px; fill: #fff; }
.site-footer h4 { color: #fff; margin-bottom: 16px; font-size: 1.02rem; }
.site-footer ul { list-style: none; }
.site-footer li { margin-bottom: 11px; }
.site-footer a:hover { color: #fff; }
.foot-contact li { display: flex; gap: 11px; align-items: flex-start; opacity: .88; }
.foot-contact svg { width: 18px; height: 18px; color: var(--lime); flex-shrink: 0; margin-top: 3px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 44px; padding-top: 24px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: .88rem; opacity: .72; }

/* Floating WhatsApp */
.fab-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 70; width: 60px; height: 60px; border-radius: 50%; background: #25D366; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.5); animation: pulse 2.4s infinite; }
.fab-whatsapp svg { width: 32px; height: 32px; fill: #fff; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* Cart drawer */
.drawer-overlay { position: fixed; inset: 0; background: rgba(10,36,23,.5); backdrop-filter: blur(3px); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; z-index: 110; }
.drawer-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; width: min(420px, 100%); height: 100%; background: var(--bg); z-index: 120; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .35s cubic-bezier(.2,.8,.2,1); box-shadow: var(--shadow-lg); }
.cart-drawer.open { transform: translateX(0); }
.cart-head { display: flex; align-items: center; justify-content: space-between; padding: 22px 24px; border-bottom: 1px solid var(--line); background: #fff; }
.cart-head h3 { display: flex; align-items: center; gap: 10px; font-size: 1.25rem; }
.cart-head h3 .icon { width: 22px; height: 22px; color: var(--forest-700); }
.icon-close { width: 40px; height: 40px; border-radius: 11px; border: 1.5px solid var(--line); background: #fff; cursor: pointer; color: var(--muted); display: grid; place-items: center; transition: all .2s; }
.icon-close svg { width: 20px; height: 20px; }
.icon-close:hover { color: var(--forest-900); border-color: var(--forest-500); }
.cart-body { flex: 1; overflow-y: auto; padding: 18px 20px; display: flex; flex-direction: column; gap: 14px; }
.cart-empty { text-align: center; color: var(--muted); margin: auto; padding: 40px 20px; }
.cart-empty svg { width: 54px; height: 54px; color: var(--line); stroke-width: 1.4; margin: 0 auto 14px; display: block; }
.cart-item { display: flex; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px; align-items: center; }
.cart-item .ci-art { width: 56px; height: 56px; border-radius: 10px; background: linear-gradient(135deg, var(--mint-100), var(--mint-50)); display: grid; place-items: center; flex-shrink: 0; color: var(--forest-600); }
.cart-item .ci-art svg { width: 28px; height: 28px; stroke: currentColor; stroke-width: 1.6; fill: none; }
.cart-item .ci-info { flex: 1; min-width: 0; }
.cart-item .ci-info h5 { font-family: var(--font-head); font-size: .92rem; color: var(--forest-900); line-height: 1.25; }
.cart-item .ci-info .ci-price { color: var(--muted); font-size: .82rem; margin-top: 2px; }
.cart-item .ci-controls { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.qty { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 999px; overflow: hidden; }
.qty button { width: 28px; height: 28px; border: none; background: #fff; cursor: pointer; color: var(--forest-700); display: grid; place-items: center; transition: background .15s; }
.qty button svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 2.4; fill: none; }
.qty button:hover { background: var(--mint-50); }
.qty span { min-width: 26px; text-align: center; font-weight: 700; font-family: var(--font-head); font-size: .88rem; }
.ci-remove { background: none; border: none; cursor: pointer; color: var(--muted); padding: 4px; margin-left: auto; display: grid; place-items: center; transition: color .2s; }
.ci-remove svg { width: 18px; height: 18px; stroke: currentColor; stroke-width: 1.8; fill: none; }
.ci-remove:hover { color: #dc2626; }
.cart-foot { border-top: 1px solid var(--line); background: #fff; padding: 20px 24px 24px; }
.cart-total { display: flex; align-items: center; justify-content: space-between; font-family: var(--font-head); }
.cart-total span { color: var(--muted); font-weight: 600; }
.cart-total strong { font-size: 1.5rem; color: var(--forest-800); }
.cart-note { font-size: .78rem; color: var(--muted); margin: 6px 0 14px; }
.cart-checkout { width: 100%; }
.cart-checkout.disabled { opacity: .5; pointer-events: none; }

/* Toast */
.toast { position: fixed; bottom: 26px; left: 50%; transform: translateX(-50%) translateY(140px); background: var(--forest-900); color: #fff; padding: 14px 24px; border-radius: 12px; font-weight: 700; box-shadow: var(--shadow-lg); z-index: 130; transition: transform .35s cubic-bezier(.2,.8,.2,1); font-family: var(--font-head); }
.toast.show { transform: translateX(-50%) translateY(0); }

/* Scroll reveal */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }

/* Responsive */
.hide-sm { display: inline; }
@media (max-width: 980px) {
  .hero-grid, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-visual { max-width: 460px; margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  section { padding: 64px 0; }
  .hero { padding: 56px 0 76px; }
  .menu-toggle { display: grid; }
  .nav-links { position: absolute; top: 74px; right: 4%; left: 4%; background: #fff; flex-direction: column; align-items: stretch; gap: 4px; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); display: none; }
  .nav-links.open { display: flex; }
  .nav-links a.link { padding: 12px 10px; border-radius: 10px; }
  .nav-links a.link:hover { background: var(--mint-50); }
  .nav-links a.link::after { display: none; }
  .hide-sm { display: none; }
  .topbar-in { justify-content: center; }
}
@media (max-width: 560px) {
  .feature-grid, .product-grid, .footer-grid { grid-template-columns: 1fr; }
  .contact-card, .cta-inner { padding: 28px; }
  .footer-bottom { flex-direction: column; }
  .float-chip { display: none; }
}
