/* ─── BASE ─────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --green: #1a5c3a;
    --green-light: #2e8b57;
    --green-dark: #0d3322;
    --accent: #b8860b;
    --accent-light: #d4a017;
    --bg: #f7f4ef;
    --bg2: #ede9e0;
    --text: #1c1208;
    --text-muted: #5a4a2a;
    --border: #c9b99a;
    --card-shadow: 0 2px 18px rgba(10,40,20,0.10);
    --radius: 14px;
    --radius-sm: 8px;
}

body { font-family: 'Inter', -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }

/* ─── LAYOUT ───────────────────────────────────────────────────── */
.pub-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.pub-section { padding: 80px 0; }
.text-center { text-align: center; }
.mt-4 { margin-top: 2rem; }
.w-full { width: 100%; }

/* ─── NAV ──────────────────────────────────────────────────────── */
.pub-nav { background: var(--green-dark); position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 24px rgba(0,0,0,0.28); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo { width: 42px; height: 42px; background: linear-gradient(135deg, #2e8b57, #74c99a); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 20px; color: var(--green-dark); }
.nav-title { font-weight: 800; font-size: 16px; color: #fff; letter-spacing: 0.5px; }
.nav-sub { font-size: 11px; color: #8aba9e; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { color: #a9cfa9; text-decoration: none; font-size: 14px; font-weight: 500; padding: 8px 12px; border-radius: var(--radius-sm); transition: all 0.2s; }
.nav-links a:hover, .nav-links a.active { background: rgba(255,255,255,0.13); color: #fff; }
.nav-admin-link { font-size: 12px !important; color: #6a9e6a !important; opacity: 0.8; }
.nav-admin-link:hover { opacity: 1 !important; color: #a9cfa9 !important; }

/* ─── Google Translate ──────────────────────────────────────────── */
#google_translate_element { display: inline-flex; align-items: center; }
#google_translate_element_mobile { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
.goog-te-gadget-simple { background: rgba(255,255,255,0.08) !important; border: 1.5px solid rgba(255,255,255,0.25) !important; border-radius: 8px !important; padding: 5px 10px !important; white-space: nowrap; }
.goog-te-gadget-simple a, .goog-te-gadget-simple a:visited { color: #a9cfa9 !important; font-family: 'Inter', sans-serif !important; font-size: 13px !important; font-weight: 500 !important; text-decoration: none !important; }
.goog-te-gadget-simple a:hover { color: #fff !important; }
.goog-te-gadget-simple img { display: none !important; }
.goog-te-gadget-simple .goog-te-menu-value span:first-child { display: inline; }
.skiptranslate { display: none !important; }
body { top: 0 !important; }

/* ─── MOBILE NAV ────────────────────────────────────────────────── */
.nav-mobile-btn { display: none; background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.2); color: #fff; padding: 8px 16px; border-radius: var(--radius-sm); font-size: 14px; cursor: pointer; font-weight: 600; }
.mobile-nav { display: none; flex-direction: column; background: var(--green-dark); padding: 16px 24px; border-top: 1px solid rgba(255,255,255,0.1); }
.mobile-nav.open { display: flex; }
.mobile-nav a { color: #a9cfa9; text-decoration: none; font-size: 16px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.06); font-weight: 500; }
.mobile-nav a:last-of-type { border-bottom: none; }
@media (max-width: 768px) { .nav-links { display: none; } .nav-mobile-btn { display: block; } }

/* ─── HERO ──────────────────────────────────────────────────────── */
.hero-section { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(135deg, var(--green-dark) 0%, #1a5c3a 50%, #0d3322 100%); }
.hero-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.25; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,51,34,0.85) 0%, rgba(26,92,58,0.65) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; text-align: center; color: #fff; padding: 60px 24px; max-width: 760px; margin: 0 auto; }
.hero-tag { display: inline-block; background: rgba(184,134,11,0.25); border: 1px solid rgba(184,134,11,0.5); color: #f0c040; font-size: 0.78rem; font-weight: 700; padding: 4px 14px; border-radius: 20px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 20px; }
.hero-content h1 { font-size: clamp(2rem, 5vw, 3.6rem); font-weight: 900; line-height: 1.1; margin-bottom: 20px; text-shadow: 0 2px 20px rgba(0,0,0,0.4); }
.hero-content h1 span { color: #74c99a; }
.hero-content p { font-size: 1.1rem; color: rgba(255,255,255,0.85); max-width: 540px; margin: 0 auto 32px; line-height: 1.7; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.btn-hero-primary { background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: #fff; text-decoration: none; padding: 14px 32px; border-radius: 30px; font-weight: 700; font-size: 1rem; box-shadow: 0 4px 20px rgba(184,134,11,0.4); transition: all 0.2s; }
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 28px rgba(184,134,11,0.55); }
.btn-hero-secondary { background: rgba(255,255,255,0.12); color: #fff; text-decoration: none; padding: 14px 28px; border-radius: 30px; font-weight: 600; font-size: 1rem; border: 1.5px solid rgba(255,255,255,0.35); transition: all 0.2s; backdrop-filter: blur(6px); }
.btn-hero-secondary:hover { background: rgba(255,255,255,0.22); }
.hero-stats { display: flex; gap: 32px; justify-content: center; margin-top: 40px; flex-wrap: wrap; }
.hero-stat { text-align: center; }
.hero-stat-num { font-size: 1.8rem; font-weight: 900; color: #74c99a; }
.hero-stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.65); text-transform: uppercase; letter-spacing: 0.06em; }

/* ─── TRUST BADGES ──────────────────────────────────────────────── */
.trust-bar { background: #fff; border-bottom: 1px solid var(--border); padding: 16px 0; }
.trust-bar-inner { display: flex; gap: 0; justify-content: center; align-items: center; flex-wrap: wrap; }
.trust-badge { display: flex; align-items: center; gap: 8px; padding: 8px 24px; font-size: 0.82rem; font-weight: 600; color: var(--text-muted); border-right: 1px solid var(--border); }
.trust-badge:last-child { border-right: none; }
.trust-badge-icon { font-size: 1.2rem; }
@media (max-width: 600px) { .trust-badge { padding: 8px 12px; font-size: 0.75rem; } }

/* ─── ANNOUNCEMENT BAR ──────────────────────────────────────────── */
.ann-bar { background: var(--green); color: #fff; text-align: center; padding: 9px 16px; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; }

/* ─── PAGE HEADER ───────────────────────────────────────────────── */
.page-header { background: linear-gradient(135deg, var(--green-dark), var(--green)); color: #fff; padding: 48px 0 40px; text-align: center; }
.page-header h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; margin-bottom: 8px; }
.page-header p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto; font-size: 1rem; }

/* ─── FILTER BAR ────────────────────────────────────────────────── */
.filter-bar { background: #fff; border-bottom: 2px solid var(--border); position: sticky; top: 68px; z-index: 50; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.filter-bar .pub-container { overflow-x: auto; }
.filter-tabs { display: flex; gap: 4px; padding: 10px 0; white-space: nowrap; }
.filter-tab { display: inline-block; padding: 7px 16px; border-radius: 20px; text-decoration: none; color: var(--text-muted); font-size: 0.85rem; font-weight: 600; border: 1.5px solid transparent; transition: all 0.2s; }
.filter-tab:hover { background: var(--bg); color: var(--green); }
.filter-tab.active { background: var(--green); color: #fff; border-color: var(--green); }

/* ─── ADVANCED FILTERS ──────────────────────────────────────────── */
.advanced-filters { background: #fff; border-bottom: 1px solid var(--border); padding: 12px 0; }
.filter-pills { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.filter-group { display: flex; align-items: center; gap: 6px; }
.filter-group-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; color: var(--text-muted); letter-spacing: 0.05em; padding-right: 2px; }
.filter-pill { padding: 4px 12px; border-radius: 20px; border: 1.5px solid var(--border); background: #fff; color: var(--text-muted); font-size: 0.78rem; font-weight: 600; cursor: pointer; transition: all 0.18s; }
.filter-pill:hover { border-color: var(--green); color: var(--green); }
.filter-pill.active { background: var(--green); color: #fff; border-color: var(--green); }
.filter-divider { width: 1px; height: 20px; background: var(--border); margin: 0 4px; }
.filter-sort { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.filter-sort select { border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 5px 10px; font-size: 0.82rem; color: var(--text-muted); background: #fff; cursor: pointer; }
.filter-results { font-size: 0.82rem; color: var(--text-muted); margin-left: 8px; }

/* ─── PRODUCTS GRID ─────────────────────────────────────────────── */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.store-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
@media (max-width: 600px) { .product-grid, .store-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 380px) { .product-grid, .store-grid { grid-template-columns: 1fr; } }

.product-card { background: #fff; border-radius: var(--radius); border: 1.5px solid var(--border); overflow: hidden; cursor: pointer; transition: all 0.22s; position: relative; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 8px 32px rgba(26,92,58,0.15); border-color: var(--green-light); }
.product-badge { position: absolute; top: 10px; left: 10px; background: var(--accent); color: #fff; font-size: 0.68rem; font-weight: 800; padding: 3px 10px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.04em; z-index: 2; }
.product-badge.badge-new { background: var(--green); }
.product-badge.badge-sale { background: #dc2626; }
.product-badge.badge-bestseller { background: var(--accent); }
.product-img-wrap { width: 100%; aspect-ratio: 1; background: linear-gradient(135deg, var(--bg2), var(--bg)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.product-card:hover .product-img { transform: scale(1.04); }
.product-icon-fallback { font-size: 4rem; }
.product-body { padding: 14px 14px 10px; flex: 1; display: flex; flex-direction: column; }
.product-cat { font-size: 0.68rem; font-weight: 700; color: var(--green-light); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; }
.product-name { font-size: 0.95rem; font-weight: 700; color: var(--text); margin-bottom: 4px; line-height: 1.3; }
.product-desc { font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 8px; flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-stars { display: flex; align-items: center; gap: 4px; margin-bottom: 8px; }
.product-stars-val { color: #f59e0b; font-size: 0.78rem; font-weight: 700; }
.product-stars-count { font-size: 0.72rem; color: var(--text-muted); }
.star-icon { color: #f59e0b; font-size: 0.75rem; }
.product-effects { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.effect-tag { font-size: 0.65rem; font-weight: 600; padding: 2px 8px; border-radius: 10px; border: 1px solid; }
.effect-tag.uplifting { color: #d97706; border-color: #fcd34d; background: #fffbeb; }
.effect-tag.relaxing { color: #2563eb; border-color: #93c5fd; background: #eff6ff; }
.effect-tag.pain { color: #dc2626; border-color: #fca5a5; background: #fef2f2; }
.effect-tag.sleep { color: #7c3aed; border-color: #c4b5fd; background: #f5f3ff; }
.effect-tag.focus { color: #059669; border-color: #6ee7b7; background: #ecfdf5; }
.product-footer { display: flex; align-items: center; justify-content: space-between; padding: 10px 14px 14px; }
.product-price { font-size: 1.15rem; font-weight: 800; color: var(--green); }
.product-price-note { font-size: 0.72rem; color: var(--text-muted); font-weight: 500; margin-left: 2px; }
.btn-order-sm { background: var(--green); color: #fff; border: none; padding: 7px 16px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; cursor: pointer; transition: all 0.18s; }
.btn-order-sm:hover { background: var(--green-light); }
.product-card.hidden { display: none; }

/* ─── BUNDLES SECTION ───────────────────────────────────────────── */
.bundles-section { background: linear-gradient(135deg, #1a3d1a, #0d3322); padding: 60px 0; }
.bundles-section h2 { color: #fff; text-align: center; font-size: 2rem; font-weight: 900; margin-bottom: 8px; }
.bundles-section .section-sub { color: rgba(255,255,255,0.7); text-align: center; margin-bottom: 40px; }
.bundle-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.bundle-card { background: rgba(255,255,255,0.05); border: 1.5px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 24px; backdrop-filter: blur(8px); }
.bundle-name { font-size: 1.1rem; font-weight: 800; color: #fff; margin-bottom: 8px; }
.bundle-desc { font-size: 0.85rem; color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.bundle-price-row { display: flex; align-items: center; gap: 12px; }
.bundle-original { font-size: 0.9rem; color: rgba(255,255,255,0.4); text-decoration: line-through; }
.bundle-price { font-size: 1.4rem; font-weight: 900; color: #74c99a; }
.bundle-discount { background: var(--accent); color: #fff; font-size: 0.72rem; font-weight: 800; padding: 3px 8px; border-radius: 20px; }
.btn-bundle { display: block; margin-top: 16px; background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: #fff; text-align: center; padding: 12px; border-radius: var(--radius-sm); font-weight: 700; text-decoration: none; border: none; cursor: pointer; width: 100%; font-size: 0.9rem; }

/* ─── SUBSCRIPTION UPSELL ───────────────────────────────────────── */
.sub-upsell { background: linear-gradient(135deg, #fffbeb, #fef3c7); border: 2px solid #f59e0b; border-radius: var(--radius); padding: 20px; margin: 16px 0; }
.sub-upsell h4 { color: #92400e; font-weight: 800; margin-bottom: 6px; }
.sub-upsell p { font-size: 0.85rem; color: #78350f; margin-bottom: 12px; }
.sub-toggle { display: flex; gap: 8px; }
.sub-opt { flex: 1; padding: 10px; border: 2px solid #fcd34d; border-radius: var(--radius-sm); background: #fff; text-align: center; cursor: pointer; transition: all 0.18s; }
.sub-opt.active { border-color: var(--green); background: #f0fdf4; }
.sub-opt-label { font-size: 0.78rem; font-weight: 700; color: var(--green); }
.sub-opt-save { font-size: 0.68rem; color: var(--text-muted); }

/* ─── TRUST SIGNALS ON PRODUCT ──────────────────────────────────── */
.trust-badges-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.trust-chip { display: flex; align-items: center; gap: 5px; background: var(--bg); border: 1px solid var(--border); border-radius: 20px; padding: 5px 12px; font-size: 0.75rem; font-weight: 600; color: var(--text-muted); }
.trust-chip.green { background: #f0fdf4; border-color: #86efac; color: #166534; }

/* ─── COA SECTION ───────────────────────────────────────────────── */
.coa-section { background: linear-gradient(135deg, #f0fdf4, #dcfce7); border: 2px solid #86efac; border-radius: var(--radius); padding: 20px 24px; margin: 20px 0; }
.coa-section h4 { color: var(--green); font-weight: 800; font-size: 1rem; margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.coa-section p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 12px; }
.btn-coa { display: inline-flex; align-items: center; gap: 6px; background: var(--green); color: #fff; padding: 10px 20px; border-radius: var(--radius-sm); font-weight: 700; font-size: 0.85rem; text-decoration: none; }
.btn-coa:hover { background: var(--green-light); }

/* ─── REVIEW CARDS ──────────────────────────────────────────────── */
.reviews-section { padding: 40px 0; }
.reviews-section h3 { font-size: 1.4rem; font-weight: 800; margin-bottom: 24px; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.review-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 18px; }
.review-stars { color: #f59e0b; font-size: 0.9rem; margin-bottom: 6px; }
.review-title { font-weight: 700; font-size: 0.9rem; margin-bottom: 6px; }
.review-body { font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; }
.review-meta { font-size: 0.72rem; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.review-verified { background: #f0fdf4; color: #166534; padding: 1px 8px; border-radius: 10px; font-size: 0.68rem; font-weight: 700; }
.review-photo { width: 100%; height: 140px; object-fit: cover; border-radius: var(--radius-sm); margin-bottom: 10px; }
.review-form { background: var(--bg); border-radius: var(--radius); padding: 24px; margin-top: 24px; }
.review-form h4 { font-weight: 800; margin-bottom: 16px; }

/* ─── LOYALTY BANNER ────────────────────────────────────────────── */
.loyalty-banner { background: linear-gradient(135deg, #1a5c3a, #0d3322); color: #fff; border-radius: var(--radius); padding: 28px 32px; text-align: center; margin: 40px 0; }
.loyalty-banner h3 { font-size: 1.5rem; font-weight: 900; margin-bottom: 8px; }
.loyalty-banner p { color: rgba(255,255,255,0.8); max-width: 480px; margin: 0 auto 16px; font-size: 0.9rem; }
.seeds-icon { font-size: 2rem; margin-bottom: 8px; }
.btn-loyalty { display: inline-block; background: var(--accent); color: #fff; padding: 10px 24px; border-radius: 24px; font-weight: 700; text-decoration: none; }

/* ─── DOSING CALCULATOR ─────────────────────────────────────────── */
.calc-section { background: #fff; border-radius: var(--radius); border: 2px solid var(--border); padding: 32px; max-width: 600px; margin: 0 auto 40px; }
.calc-section h3 { font-weight: 900; font-size: 1.3rem; margin-bottom: 4px; color: var(--green-dark); }
.calc-section p.sub { color: var(--text-muted); font-size: 0.85rem; margin-bottom: 24px; }
.calc-row { margin-bottom: 18px; }
.calc-row label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 6px; color: var(--text); }
.calc-row select, .calc-row input { width: 100%; padding: 10px 12px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 0.9rem; background: var(--bg); color: var(--text); }
.calc-result { background: linear-gradient(135deg, #f0fdf4, #dcfce7); border: 2px solid #86efac; border-radius: var(--radius); padding: 20px 24px; margin-top: 20px; display: none; }
.calc-result.show { display: block; }
.calc-result h4 { color: var(--green); font-weight: 800; margin-bottom: 8px; }
.calc-rec { font-size: 1.1rem; font-weight: 900; color: var(--green-dark); margin-bottom: 8px; }
.calc-note { font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; }
.btn-calc { width: 100%; background: var(--green); color: #fff; border: none; padding: 13px; border-radius: var(--radius-sm); font-weight: 800; font-size: 1rem; cursor: pointer; transition: all 0.2s; margin-top: 8px; }
.btn-calc:hover { background: var(--green-light); }

/* ─── STRAIN QUIZ ───────────────────────────────────────────────── */
.quiz-section { background: linear-gradient(135deg, var(--green-dark), #1a5c3a); border-radius: var(--radius); padding: 40px 32px; color: #fff; margin: 40px 0; }
.quiz-section h3 { font-size: 1.5rem; font-weight: 900; margin-bottom: 8px; }
.quiz-section p.sub { color: rgba(255,255,255,0.75); margin-bottom: 28px; }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-q { font-size: 1.05rem; font-weight: 700; margin-bottom: 16px; }
.quiz-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-opt { background: rgba(255,255,255,0.1); border: 1.5px solid rgba(255,255,255,0.2); border-radius: var(--radius-sm); padding: 12px 16px; font-size: 0.88rem; font-weight: 600; cursor: pointer; transition: all 0.18s; text-align: left; color: #fff; }
.quiz-opt:hover, .quiz-opt.selected { background: rgba(255,255,255,0.22); border-color: #74c99a; }
.quiz-progress { display: flex; gap: 6px; margin-bottom: 24px; }
.quiz-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.25); transition: all 0.2s; }
.quiz-dot.done { background: #74c99a; }
.quiz-result { text-align: center; padding: 20px 0; }
.quiz-result h4 { font-size: 1.4rem; font-weight: 900; color: #74c99a; margin-bottom: 8px; }
.quiz-result p { color: rgba(255,255,255,0.8); margin-bottom: 20px; }
.btn-quiz-shop { display: inline-block; background: var(--accent); color: #fff; padding: 12px 28px; border-radius: 24px; font-weight: 700; text-decoration: none; }

/* ─── LEARN PAGE ────────────────────────────────────────────────── */
.learn-hero { background: linear-gradient(135deg, var(--green-dark), #1a5c3a); color: #fff; padding: 60px 0; text-align: center; }
.learn-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900; margin-bottom: 12px; }
.learn-hero p { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto; font-size: 1rem; }
.learn-nav { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }
.learn-nav-btn { background: rgba(255,255,255,0.12); color: #fff; border: 1.5px solid rgba(255,255,255,0.3); padding: 8px 18px; border-radius: 20px; font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: all 0.18s; }
.learn-nav-btn:hover { background: rgba(255,255,255,0.25); }

/* ─── COMPARISON TABLE ──────────────────────────────────────────── */
.compare-table { width: 100%; border-collapse: collapse; margin: 24px 0; border-radius: var(--radius); overflow: hidden; }
.compare-table th { background: var(--green); color: #fff; padding: 12px 16px; text-align: left; font-size: 0.85rem; font-weight: 700; }
.compare-table td { padding: 11px 16px; border-bottom: 1px solid var(--border); font-size: 0.85rem; background: #fff; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: var(--bg); }

/* ─── ACCORDION ─────────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; cursor: pointer; font-weight: 700; font-size: 0.95rem; color: var(--text); user-select: none; }
.faq-q:hover { color: var(--green); }
.faq-q-icon { font-size: 1.2rem; color: var(--green); transition: transform 0.2s; }
.faq-q.open .faq-q-icon { transform: rotate(45deg); }
.faq-a { display: none; padding-bottom: 18px; font-size: 0.88rem; color: var(--text-muted); line-height: 1.8; }
.faq-a.open { display: block; }

/* ─── AFFILIATE ─────────────────────────────────────────────────── */
.affiliate-section { background: linear-gradient(135deg, #fffbeb, #fef3c7); border: 2px solid #fcd34d; border-radius: var(--radius); padding: 32px; text-align: center; margin: 40px 0; }
.affiliate-section h3 { color: #92400e; font-size: 1.4rem; font-weight: 900; margin-bottom: 8px; }
.affiliate-section p { color: #78350f; max-width: 480px; margin: 0 auto 20px; font-size: 0.9rem; }

/* ─── SECTIONS ──────────────────────────────────────────────────── */
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 { font-size: clamp(1.5rem, 3.5vw, 2.2rem); font-weight: 900; color: var(--text); margin-bottom: 8px; }
.section-header p { color: var(--text-muted); max-width: 520px; margin: 0 auto; font-size: 0.95rem; }

/* ─── CATEGORY CARD ─────────────────────────────────────────────── */
.category-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 16px; }
.cat-card { background: #fff; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 20px 12px; text-align: center; text-decoration: none; color: var(--text); transition: all 0.2s; }
.cat-card:hover { border-color: var(--green); transform: translateY(-3px); box-shadow: var(--card-shadow); }
.cat-card-icon { font-size: 2.2rem; margin-bottom: 8px; }
.cat-card-name { font-size: 0.82rem; font-weight: 700; color: var(--text); }
.cat-card-count { font-size: 0.72rem; color: var(--text-muted); }
.cat-img { width: 56px; height: 56px; object-fit: cover; border-radius: var(--radius-sm); margin-bottom: 8px; }

/* ─── TESTIMONIALS ──────────────────────────────────────────────── */
.testimonials-section { background: var(--bg2); padding: 70px 0; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.testimonial-card { background: #fff; border-radius: var(--radius); padding: 24px; border-left: 4px solid var(--green); }
.testimonial-body { font-size: 0.9rem; color: var(--text-muted); font-style: italic; margin-bottom: 14px; line-height: 1.7; }
.testimonial-author { font-weight: 700; font-size: 0.85rem; color: var(--text); }
.testimonial-loc { font-size: 0.75rem; color: var(--text-muted); }

/* ─── BUTTONS ───────────────────────────────────────────────────── */
.btn-primary { display: inline-block; background: var(--green); color: #fff; padding: 12px 28px; border-radius: var(--radius-sm); font-weight: 700; text-decoration: none; border: none; cursor: pointer; font-size: 0.9rem; transition: all 0.18s; }
.btn-primary:hover { background: var(--green-light); }
.btn-outline { display: inline-block; background: transparent; color: var(--green); padding: 11px 26px; border-radius: var(--radius-sm); font-weight: 700; text-decoration: none; border: 2px solid var(--green); cursor: pointer; font-size: 0.9rem; transition: all 0.18s; }
.btn-outline:hover { background: var(--green); color: #fff; }

/* ─── ORDER INFO ────────────────────────────────────────────────── */
.order-info-box { background: linear-gradient(135deg, var(--bg2), #e8f5e9); border: 2px solid var(--border); border-radius: var(--radius); padding: 28px 32px; text-align: center; margin-top: 48px; }
.order-info-box h3 { font-size: 1.2rem; font-weight: 800; margin-bottom: 8px; color: var(--green-dark); }
.order-info-box p { color: var(--text-muted); font-size: 0.9rem; max-width: 500px; margin: 0 auto; }
.btn-order-sm { background: var(--green); color: #fff; border: none; padding: 8px 18px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; cursor: pointer; transition: all 0.18s; }
.btn-order-sm:hover { background: var(--green-light); }

/* ─── COMPLIANCE ────────────────────────────────────────────────── */
.compliance-section { background: var(--bg2); padding: 20px 0; }
.compliance-box { font-size: 0.75rem; color: var(--text-muted); text-align: center; max-width: 800px; margin: 0 auto; line-height: 1.8; }

/* ─── FOOTER ────────────────────────────────────────────────────── */
.pub-footer { background: var(--green-dark); color: rgba(255,255,255,0.7); padding: 48px 0 24px; }
.footer-inner { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; margin-bottom: 32px; }
@media (max-width: 768px) { .footer-inner { grid-template-columns: 1fr; gap: 24px; } }
.footer-brand { font-size: 1.2rem; font-weight: 900; color: #fff; letter-spacing: 1px; margin-bottom: 6px; }
.footer-loc { font-size: 0.82rem; margin-bottom: 14px; color: #8aba9e; }
.footer-links { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-links a { color: #8aba9e; text-decoration: none; font-size: 0.82rem; font-weight: 500; }
.footer-links a:hover { color: #fff; }
.footer-col h4 { color: #fff; font-size: 0.85rem; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.footer-col a { display: block; color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.82rem; margin-bottom: 7px; }
.footer-col a:hover { color: #8aba9e; }
.footer-disclaimer { font-size: 0.78rem; line-height: 1.7; color: rgba(255,255,255,0.45); border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; text-align: center; }
.footer-copy { text-align: center; font-size: 0.78rem; padding-top: 16px; color: rgba(255,255,255,0.35); }
.footer-copy a { color: rgba(255,255,255,0.4); }

/* ─── ORDER MODAL ───────────────────────────────────────────────── */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.55); z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; backdrop-filter: blur(4px); }
.order-modal { background: #fff; border-radius: 20px; width: 100%; max-width: 480px; max-height: 90vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.order-modal-header { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; border-bottom: 1px solid var(--border); }
.order-modal-body { padding: 24px; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text); margin-bottom: 5px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 10px 12px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 0.88rem; color: var(--text); font-family: inherit; background: #fff; }
.form-group input:focus, .form-group select:focus { outline: none; border-color: var(--green); }
.btn-primary-action { width: 100%; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; border: none; padding: 14px; border-radius: var(--radius-sm); font-weight: 800; font-size: 1rem; cursor: pointer; transition: all 0.2s; }
.btn-primary-action:hover { opacity: 0.9; transform: translateY(-1px); }
.shipping-note { background: var(--bg); border-radius: var(--radius-sm); padding: 12px 14px; font-size: 0.82rem; color: var(--text-muted); margin-bottom: 14px; }
.order-product-title { font-weight: 800; font-size: 1.05rem; color: var(--green-dark); }

/* ─── MISC ──────────────────────────────────────────────────────── */
.empty-state { text-align: center; padding: 60px 20px; color: var(--text-muted); }
.empty-state h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 8px; }
.card-panel { background: #fff; border-radius: var(--radius); border: 1px solid var(--border); padding: 24px; box-shadow: var(--card-shadow); }
.tag { display: inline-block; padding: 3px 10px; border-radius: 12px; font-size: 0.72rem; font-weight: 700; }
.tag-green { background: #dcfce7; color: #166534; }
.tag-gold { background: #fef3c7; color: #92400e; }
.tag-blue { background: #dbeafe; color: #1e40af; }
.no-wrap { white-space: nowrap; }

/* ─── ABOUT SECTION ─────────────────────────────────────────────── */
.about-section { background: #fff; padding: 80px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
@media (max-width: 768px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }
.about-img { width: 100%; border-radius: var(--radius); aspect-ratio: 4/3; object-fit: cover; }
.about-img-placeholder { width: 100%; border-radius: var(--radius); aspect-ratio: 4/3; background: linear-gradient(135deg, var(--green-dark), var(--green-light)); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.about-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green); margin-bottom: 12px; }
.about-section h2 { font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 900; margin-bottom: 16px; line-height: 1.2; }
.about-section p { color: var(--text-muted); line-height: 1.8; margin-bottom: 14px; font-size: 0.95rem; }

/* ─── CHATBOT ───────────────────────────────────────────────────── */
.chatbot-fab { position: fixed; bottom: 24px; right: 24px; z-index: 900; }
.chatbot-btn { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-light)); color: #fff; border: none; font-size: 1.5rem; cursor: pointer; box-shadow: 0 4px 20px rgba(26,92,58,0.4); transition: all 0.2s; display: flex; align-items: center; justify-content: center; }
.chatbot-btn:hover { transform: scale(1.08); }
.chatbot-window { position: fixed; bottom: 90px; right: 24px; width: 340px; max-height: 480px; background: #fff; border-radius: 20px; box-shadow: 0 8px 40px rgba(0,0,0,0.18); z-index: 900; display: none; flex-direction: column; border: 1.5px solid var(--border); overflow: hidden; }
.chatbot-window.open { display: flex; }
.chatbot-header { background: var(--green); color: #fff; padding: 14px 18px; display: flex; justify-content: space-between; align-items: center; }
.chatbot-header h4 { font-size: 0.9rem; font-weight: 700; }
.chatbot-close { background: none; border: none; color: #fff; font-size: 1.1rem; cursor: pointer; }
.chatbot-msgs { flex: 1; overflow-y: auto; padding: 16px; display: flex; flex-direction: column; gap: 10px; max-height: 300px; }
.chat-msg { max-width: 80%; padding: 10px 14px; border-radius: 16px; font-size: 0.83rem; line-height: 1.5; }
.chat-msg.bot { background: var(--bg); color: var(--text); align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-msg.user { background: var(--green); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }
.chatbot-input { display: flex; border-top: 1px solid var(--border); padding: 10px; gap: 8px; }
.chatbot-input input { flex: 1; border: 1.5px solid var(--border); border-radius: 20px; padding: 8px 14px; font-size: 0.83rem; outline: none; }
.chatbot-input button { background: var(--green); color: #fff; border: none; border-radius: 20px; padding: 8px 14px; font-weight: 700; cursor: pointer; font-size: 0.83rem; }

/* ─── SCROLL ANIMATIONS ─────────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { opacity: 0; }
.fade-up.visible { animation: fadeUp 0.5s ease forwards; }
