/* ===== CSS VARIABLES — Fresh Skincare Palette ===== */
:root {
  --sage: #4a7c59;
  --sage-dark: #2e5c3e;
  --sage-mid: #5a9068;
  --sage-light: #7db88a;
  --sage-pale: #e8f5ec;
  --sage-ultra: #f2faf4;
  --mint: #a8d5b5;
  --gold: #c9a84c;
  --gold-light: #f0d080;
  --gold-pale: #fdf6e3;
  --red-accent: #c0392b;
  --cream: #fdfcf8;
  --white: #ffffff;
  --dark: #1e2a20;
  --text-body: #3d4a3e;
  --text-muted: #7a8c7b;
  --border: #d4e8d8;
  --shadow-sm: 0 2px 12px rgba(74,124,89,0.08);
  --shadow: 0 4px 24px rgba(74,124,89,0.12);
  --shadow-lg: 0 8px 48px rgba(74,124,89,0.18);
  --radius: 14px;
  --radius-lg: 24px;
  --radius-xl: 36px;
}

/* ===== RESET ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Lato','Noto Serif TC',sans-serif;color:var(--text-body);background:var(--cream);line-height:1.75}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
ul{list-style:none}
h1,h2,h3,h4{font-family:'Playfair Display','Noto Serif TC',serif;line-height:1.25}
h1{font-size:clamp(2rem,5.5vw,3.8rem)}
h2{font-size:clamp(1.5rem,3.5vw,2.4rem)}
h3{font-size:clamp(1.05rem,2.2vw,1.3rem)}

/* ===== NAVBAR ===== */
.navbar{position:fixed;top:0;width:100%;z-index:1000;background:rgba(255,255,255,0.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);box-shadow:0 2px 20px rgba(74,124,89,0.08);transition:all 0.3s}
.nav-inner{max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0.7rem 2rem}
.nav-logo{display:flex;align-items:center;gap:0.8rem}
.logo-img{height:46px;width:46px;object-fit:cover;border-radius:50%;border:2px solid var(--sage-pale)}
.logo-text{display:flex;flex-direction:column}
.logo-cn{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--sage-dark);font-weight:700}
.logo-en{font-size:0.68rem;color:var(--text-muted);letter-spacing:0.04em}
.nav-links{display:flex;align-items:center;gap:0.3rem}
.nav-links a{color:var(--text-body);font-size:0.88rem;padding:0.45rem 0.75rem;border-radius:8px;transition:all 0.2s;font-weight:500}
.nav-links a:hover{color:var(--sage-dark);background:var(--sage-pale)}
.lang-toggle{background:var(--sage);color:var(--white);border:none;cursor:pointer;padding:0.4rem 0.9rem;border-radius:20px;font-size:0.78rem;font-weight:700;transition:all 0.2s;font-family:inherit}
.lang-toggle:hover{background:var(--sage-dark)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.hamburger span{display:block;width:24px;height:2px;background:var(--sage-dark);border-radius:2px;transition:all 0.3s}

/* ===== HERO ===== */
.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#e8f5ec 0%,#f5fbf6 50%,#fdfcf8 100%);position:relative;overflow:visible;padding-top:70px}
.hero::before{content:'';position:absolute;top:-100px;right:-100px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(122,184,138,0.15) 0%,transparent 70%);pointer-events:none}
.hero::after{content:'';position:absolute;bottom:-80px;left:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(201,168,76,0.07) 0%,transparent 70%);pointer-events:none}
.hero-inner{max-width:1240px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:var(--white);border:1px solid var(--border);color:var(--sage);padding:0.4rem 1rem;border-radius:20px;font-size:0.75rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}
.hero-title{color:var(--dark);margin-bottom:1rem}
.title-cn{display:block;font-size:clamp(3rem,7vw,5.5rem);color:var(--sage-dark);font-style:italic;line-height:1}
.title-en{display:block;font-size:clamp(1.6rem,3.5vw,2.8rem);color:var(--text-body)}
.hero-subtitle{color:var(--text-muted);font-size:1.05rem;margin-bottom:2rem;max-width:440px;line-height:1.8}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}
.hero-badges{display:flex;gap:0.7rem;flex-wrap:wrap}
.hero-badges span{background:var(--sage-pale);border:1px solid var(--border);color:var(--sage);padding:0.3rem 0.8rem;border-radius:8px;font-size:0.75rem;font-weight:600}
.hero-image-wrap{position:relative;animation:float 5s ease-in-out infinite;overflow:visible}
.hero-product-img{width:100%;max-width:380px;margin:0 auto;display:block;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);object-fit:contain;border:4px solid var(--white);background:transparent;}
.hero-img-badge{position:absolute;bottom:16px;left:8px;background:var(--white);border-radius:var(--radius);padding:0.7rem 1rem;box-shadow:var(--shadow);border:1px solid var(--border);font-size:0.78rem;max-width:60%;}
.hero-img-badge strong{display:block;color:var(--sage-dark);font-size:0.82rem}
.hero-img-badge span{color:var(--text-muted);font-size:0.68rem}
.hero-img-badge2{position:absolute;top:16px;right:8px;background:var(--sage);color:var(--white);border-radius:var(--radius);padding:0.5rem 0.9rem;box-shadow:var(--shadow);font-size:0.72rem;font-weight:700;max-width:50%;text-align:center;}

/* ===== BUTTONS ===== */
.btn-primary{display:inline-block;background:var(--sage);color:var(--white);padding:0.75rem 1.8rem;border-radius:10px;font-weight:700;font-size:0.9rem;transition:all 0.2s;border:2px solid var(--sage)}
.btn-primary:hover{background:var(--sage-dark);border-color:var(--sage-dark);transform:translateY(-1px);box-shadow:0 4px 16px rgba(74,124,89,0.3)}
.btn-outline{display:inline-block;background:transparent;color:var(--sage-dark);padding:0.75rem 1.8rem;border-radius:10px;font-weight:700;font-size:0.9rem;border:2px solid var(--sage);transition:all 0.2s}
.btn-outline:hover{background:var(--sage-pale)}
.btn-outline-light{display:inline-block;background:transparent;color:var(--white);padding:0.75rem 1.8rem;border-radius:10px;font-weight:700;font-size:0.9rem;border:2px solid rgba(255,255,255,0.6);transition:all 0.2s}
.btn-outline-light:hover{background:rgba(255,255,255,0.12);border-color:var(--white)}
.btn-whatsapp{display:inline-flex;align-items:center;gap:0.5rem;background:#25d366;color:var(--white);padding:0.75rem 1.8rem;border-radius:10px;font-weight:700;font-size:0.9rem;transition:all 0.2s}
.btn-whatsapp:hover{background:#1ebe5c;transform:translateY(-1px)}
.btn-gold{display:inline-block;background:var(--gold);color:var(--dark);padding:0.75rem 1.8rem;border-radius:10px;font-weight:700;font-size:0.9rem;transition:all 0.2s;border:2px solid var(--gold)}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px)}

/* ===== CONTAINER ===== */
.container{max-width:1240px;margin:0 auto;padding:0 2rem}

/* ===== SECTION LABELS ===== */
.section-label{display:inline-block;background:var(--sage-pale);color:var(--sage);padding:0.25rem 1rem;border-radius:20px;font-size:0.72rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;margin-bottom:0.8rem}
.section-label.light{background:rgba(255,255,255,0.2);color:rgba(255,255,255,0.95)}
h2.light{color:var(--white)}
.section-header{margin-bottom:2.5rem}
.section-header p{color:var(--text-muted);margin-top:0.5rem;font-size:1rem;max-width:560px}

/* ===== FUNCTIONS STRIP ===== */
.functions-strip{background:var(--sage);padding:1.2rem 2rem}
.strip-inner{max-width:1240px;margin:0 auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:0.8rem}
.func-item{display:flex;align-items:center;gap:0.7rem}
.func-icon{font-size:1.3rem}
.func-item strong{display:block;color:var(--white);font-size:0.85rem}
.func-item span{font-size:0.75rem;color:rgba(255,255,255,0.75)}

/* ===== PRODUCT GALLERY ===== */
.product-gallery{padding:5rem 0;background:var(--white)}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.gallery-item{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--border);transition:all 0.3s;aspect-ratio:3/4}
.gallery-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.gallery-item img{width:100%;height:100%;object-fit:cover}

/* ===== ABOUT PRODUCT ===== */
.about-product{padding:6rem 0}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.about-text h2{color:var(--sage-dark);margin-bottom:1.2rem}
.about-text p{color:var(--text-body);margin-bottom:1.5rem}
.about-list{margin-bottom:2rem;display:flex;flex-direction:column;gap:0.6rem}
.about-list li{display:flex;align-items:flex-start;gap:0.7rem;color:var(--text-body);font-size:0.95rem}
.about-list li::before{content:'✦';color:var(--gold);font-size:0.65rem;margin-top:0.45rem;flex-shrink:0}
.ingredient-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.ing-card{background:var(--sage-ultra);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;display:flex;flex-direction:column;gap:0.3rem;transition:all 0.2s}
.ing-card:hover{border-color:var(--sage-light);box-shadow:var(--shadow-sm);transform:translateY(-2px)}
.ing-herb{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--sage-dark)}
.ing-name{font-size:0.75rem;color:var(--text-muted);font-style:italic}
.ing-amt{font-size:0.85rem;color:var(--gold);font-weight:700}
.per-bottle{font-size:0.75rem;color:var(--text-muted);text-align:center;font-style:italic}

/* ===== PRODUCT LINE ===== */
.product-line{padding:6rem 0;background:var(--sage-ultra)}
.product-line h2{color:var(--sage-dark)}
.products-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:1.5rem;margin-top:2.5rem;align-items:start}
.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all 0.3s}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.product-card.featured{border-color:var(--sage);box-shadow:0 0 0 3px rgba(74,124,89,0.1)}
.product-card-img{overflow:hidden;background:var(--sage-pale);display:flex;align-items:center;justify-content:center;position:relative;min-height:200px}
.product-card.featured .product-card-img{min-height:320px}
.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.product-card:hover .product-card-img img{transform:scale(1.04)}
.featured-badge{position:absolute;top:12px;left:12px;background:var(--sage);color:var(--white);padding:0.25rem 0.7rem;border-radius:20px;font-size:0.7rem;font-weight:700}
.coming-overlay{position:absolute;inset:0;background:rgba(255,255,255,0.6);display:flex;align-items:center;justify-content:center}
.coming-overlay span{background:var(--text-muted);color:var(--white);padding:0.4rem 1rem;border-radius:20px;font-size:0.78rem;font-weight:700}
.product-placeholder{width:100%;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.6rem;text-align:center}
.product-placeholder .p-icon{font-size:2.5rem}
.product-placeholder .p-cn{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--sage-dark)}
.product-placeholder .p-en{font-size:0.75rem;color:var(--text-muted)}
.product-card-body{padding:1.2rem}
.product-card-body h3{color:var(--sage-dark);margin-bottom:0.3rem;font-size:1rem}
.product-card-body .p-tagline{font-size:0.78rem;color:var(--sage);font-style:italic;margin-bottom:0.8rem}
.product-card-body p{font-size:0.8rem;color:var(--text-muted);line-height:1.6}

/* ===== HOW TO USE ===== */
.how-to-use{background:linear-gradient(135deg,var(--sage-dark) 0%,var(--sage) 100%);padding:6rem 0}
.how-to-use h2{color:var(--white);margin-bottom:3rem}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}
.step{background:rgba(255,255,255,0.1);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,0.18);border-radius:var(--radius);padding:2rem 1.5rem;transition:all 0.2s}
.step:hover{background:rgba(255,255,255,0.16)}
.step-num{font-size:2.5rem;font-weight:700;color:rgba(255,255,255,0.22);line-height:1;margin-bottom:0.8rem;font-family:'Playfair Display',serif}
.step h3{color:var(--white);margin-bottom:0.8rem}
.step p{color:rgba(255,255,255,0.78);font-size:0.88rem}
.dosage-note{text-align:center;margin-top:1rem}

/* ===== DOSAGE TABLE ===== */
.dosage-table{width:100%;border-collapse:collapse;font-size:0.85rem}
.dosage-table th{background:var(--sage-dark);color:var(--white);padding:0.8rem 1rem;text-align:center}
.dosage-table td{padding:0.8rem 1rem;text-align:center;border:1px solid var(--border)}
.dosage-table tr:nth-child(even){background:var(--sage-ultra)}
.dosage-table tr:hover{background:var(--sage-pale)}

/* ===== BLOG PREVIEW ===== */
.blog-preview{padding:6rem 0}
.blog-preview h2{color:var(--sage-dark)}
.blog-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1.5rem;margin:2rem 0}
.blog-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all 0.3s;display:flex;flex-direction:column;gap:0.8rem}
.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.blog-card.featured{background:linear-gradient(135deg,var(--sage-dark),var(--sage))}
.blog-card.featured h3,.blog-card.featured .read-more{color:var(--white)}
.blog-card.featured p{color:rgba(255,255,255,0.78)}
.blog-tag{display:inline-block;background:var(--sage-pale);color:var(--sage);padding:0.2rem 0.7rem;border-radius:20px;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;width:fit-content}
.blog-card.featured .blog-tag{background:rgba(255,255,255,0.15);color:var(--white)}
.blog-card h3{color:var(--sage-dark)}
.blog-card p{font-size:0.88rem;color:var(--text-muted);flex:1}
.read-more{color:var(--sage);font-weight:700;font-size:0.85rem;transition:color 0.2s}
.read-more:hover{color:var(--gold)}
.blog-cta{text-align:center}

/* ===== ORDER CTA ===== */
.home-order{background:var(--sage-ultra);padding:5rem 0}
.home-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.home-order-text h2{color:var(--sage-dark);margin-bottom:1rem}
.home-order-text p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem}
.order-cards{display:flex;flex-direction:column;gap:1rem}
.order-card-mini{background:var(--white);border:2px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:all 0.2s}
.order-card-mini:hover{border-color:var(--sage);box-shadow:var(--shadow)}
.order-card-mini h4{color:var(--sage-dark);margin-bottom:0.4rem;font-size:0.95rem;display:flex;align-items:center;gap:0.5rem}
.order-card-mini p{font-size:0.82rem;color:var(--text-muted);margin-bottom:0.8rem}
.order-card-mini.hk-card{border-color:var(--sage)}
.order-card-mini.intl-card{border-color:var(--gold)}

/* ===== DISTRIBUTOR ===== */
.distributor-section{background:linear-gradient(135deg,var(--sage-dark),#1a3d28);padding:5rem 0;text-align:center;color:var(--white);position:relative;overflow:hidden}
.distributor-section::before{content:'🌏';position:absolute;right:3%;top:50%;transform:translateY(-50%);font-size:18rem;opacity:0.03;pointer-events:none}
.distributor-section h2{color:var(--white);margin-bottom:1rem}
.dist-intro{color:rgba(255,255,255,0.78);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto;font-size:1.05rem}
.dist-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;text-align:left}
.dist-benefit{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:var(--radius);padding:1.5rem}
.dist-benefit .d-icon{font-size:2rem;margin-bottom:0.8rem}
.dist-benefit h4{color:var(--gold-light);margin-bottom:0.4rem;font-size:0.95rem}
.dist-benefit p{font-size:0.82rem;color:rgba(255,255,255,0.7)}
.dist-cta{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}

/* ===== FOOTER ===== */
.footer{background:var(--dark);color:rgba(255,255,255,0.75);padding:4rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}
.footer-brand .logo-cn{color:var(--gold)}
.footer-brand .logo-en{color:rgba(255,255,255,0.5)}
.footer-brand p{margin-top:1rem;font-size:0.83rem;line-height:1.7;color:rgba(255,255,255,0.6)}
.footer-social{display:flex;gap:0.7rem;margin-top:1rem}
.social-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;font-size:1rem;transition:all 0.2s;text-decoration:none}
.social-btn.fb{background:#1877f2;color:var(--white)}
.social-btn.fb:hover{background:#166fe5;transform:translateY(-2px)}
.social-btn.wa{background:#25d366;color:var(--white)}
.social-btn.wa:hover{background:#1ebe5c;transform:translateY(-2px)}
.social-btn.email{background:var(--sage);color:var(--white)}
.social-btn.email:hover{background:var(--sage-mid);transform:translateY(-2px)}
.footer-links h4,.footer-contact h4{color:rgba(255,255,255,0.9);margin-bottom:1rem;font-size:0.82rem;letter-spacing:0.04em;text-transform:uppercase}
.footer-links ul{display:flex;flex-direction:column;gap:0.5rem}
.footer-links a{font-size:0.83rem;color:rgba(255,255,255,0.6);transition:color 0.2s}
.footer-links a:hover{color:var(--gold-light)}
.footer-contact p{font-size:0.83rem;margin-bottom:0.6rem;color:rgba(255,255,255,0.6)}
.footer-contact a{color:rgba(255,255,255,0.85);transition:color 0.2s}
.footer-contact a:hover{color:var(--gold-light)}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem;font-size:0.75rem;color:rgba(255,255,255,0.35)}

/* ===== PAGE HEADER ===== */
.page-header{background:linear-gradient(135deg,var(--sage-pale) 0%,var(--white) 100%);padding:8rem 0 4rem;text-align:center;border-bottom:1px solid var(--border)}
.page-header h1{color:var(--sage-dark)}
.page-header p{color:var(--text-muted);margin-top:0.8rem;font-size:1.05rem}

/* ===== CHECKOUT ===== */
.checkout-section{padding:5rem 0}
.checkout-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:3rem;align-items:start}
.checkout-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;border:1px solid var(--border);box-shadow:var(--shadow-sm);margin-bottom:1.5rem}
.checkout-card h3{color:var(--sage-dark);margin-bottom:1.5rem;padding-bottom:0.8rem;border-bottom:2px solid var(--sage-pale)}
.checkout-form label{display:block;font-size:0.82rem;font-weight:700;color:var(--sage-dark);margin-bottom:0.4rem;letter-spacing:0.03em}
.checkout-form input,.checkout-form select,.checkout-form textarea{width:100%;padding:0.7rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-family:inherit;font-size:0.9rem;color:var(--text-body);margin-bottom:1rem;background:var(--cream);transition:border-color 0.2s}
.checkout-form label[id^="pay-"]{overflow:hidden}
.checkout-form input:focus,.checkout-form select:focus,.checkout-form textarea:focus{outline:none;border-color:var(--sage);background:var(--white)}
.checkout-form textarea{resize:vertical;min-height:80px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.qty-control{display:flex;align-items:center;gap:0.8rem;margin-bottom:1rem}
.qty-btn{background:var(--sage-pale);border:1px solid var(--border);width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1.2rem;font-weight:700;color:var(--sage-dark);transition:all 0.2s;display:flex;align-items:center;justify-content:center}
.qty-btn:hover{background:var(--sage);color:var(--white)}
.qty-display{font-size:1.1rem;font-weight:700;color:var(--sage-dark);min-width:30px;text-align:center}
.order-summary-sticky{position:sticky;top:85px}
.order-summary-box{background:var(--sage-ultra);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}
.summary-row{display:flex;justify-content:space-between;padding:0.6rem 0;border-bottom:1px solid var(--border);font-size:0.9rem}
.summary-row:last-child{border-bottom:none;font-weight:700;font-size:1rem;color:var(--sage-dark)}
.shipping-note{background:var(--gold-pale);border:1px solid rgba(201,168,76,0.3);border-radius:var(--radius);padding:1rem;margin:1rem 0;font-size:0.82rem;color:var(--text-body)}
.whatsapp-order-btn{display:flex;align-items:center;justify-content:center;gap:0.7rem;background:#25d366;color:var(--white);border:none;border-radius:10px;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;width:100%;font-family:inherit;transition:all 0.2s;margin-top:0.8rem;text-decoration:none}
.whatsapp-order-btn:hover{background:#1ebe5c;transform:translateY(-1px)}
.email-order-btn{display:flex;align-items:center;justify-content:center;gap:0.7rem;background:var(--sage);color:var(--white);border:none;border-radius:10px;padding:0.85rem 2rem;font-size:0.95rem;font-weight:700;cursor:pointer;width:100%;font-family:inherit;transition:all 0.2s;text-decoration:none;margin-top:0.6rem}
.email-order-btn:hover{background:var(--sage-dark)}
.tab-btns{display:flex;gap:0.5rem;margin-bottom:1.5rem}
.tab-btn{padding:0.6rem 1.2rem;border-radius:8px;border:2px solid var(--border);background:var(--white);font-weight:700;font-size:0.85rem;cursor:pointer;transition:all 0.2s;color:var(--text-muted);font-family:inherit}
.tab-btn.active{background:var(--sage);color:var(--white);border-color:var(--sage)}
.tab-panel{display:none}
.tab-panel.active{display:block}
.flag-icon{font-size:1.1rem}

/* ===== ANIMATIONS ===== */
@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){
  .products-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;text-align:center;padding:2rem 1rem;}
  .hero-btns{justify-content:center}
  .hero-badges{justify-content:center}
  .hero-subtitle{margin:0 auto 2rem}
  .hero-image-wrap{order:-1;width:100%;padding:0 1rem;animation:none;}
  .hero-product-img{max-width:100%;width:100%;border-radius:var(--radius-lg);}
  .hero-img-badge{display:none;}
  .hero-img-badge2{display:none;}
  .about-grid{grid-template-columns:1fr;gap:2rem}
  .steps-grid{grid-template-columns:1fr 1fr}
  .blog-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .home-order-grid{grid-template-columns:1fr}
  .dist-benefits{grid-template-columns:1fr}
  .checkout-grid{grid-template-columns:1fr}
  .order-summary-sticky{position:static}
}
@media(max-width:640px){
  .nav-links{display:none;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:1rem;gap:0.2rem;box-shadow:var(--shadow)}
  .nav-links.open{display:flex}
  .hamburger{display:flex}
  .nav-inner{padding:0.7rem 1.2rem}
  .products-grid{grid-template-columns:1fr}
  .steps-grid{grid-template-columns:1fr}
  .ingredient-cards{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .container{padding:0 1.2rem}
  .about-product,.blog-preview,.product-line{padding:4rem 0}
  .how-to-use{padding:4rem 0}
  .form-row{grid-template-columns:1fr}
}
