*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --gold:#C3A589;
  --gold-light:#E8D8C8;
  --gold-dark:#A08060;
  --red:#E30613;
  --red-dark:#B5040F;
  --blue:#003478;
  --bg:#FFFFFF;
  --bg2:#F8F8F6;
  --bg3:#F2EDE8;
  --text:#1A1A1A;
  --muted:#777;
  --border:#E8E0D8;
  --radius:16px;
  --shadow:0 4px 30px rgba(0,0,0,0.07);
  --shadow-hover:0 8px 40px rgba(227,6,19,0.18);
}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',sans-serif;background:var(--bg);color:var(--text);font-size:16px;line-height:1.6;overflow-x:hidden}

/* SCROLL ANIMATION */
.reveal{opacity:0;transform:translateY(30px);transition:opacity 0.7s ease,transform 0.7s ease}
.reveal.visible{opacity:1;transform:none}
.reveal-delay-1{transition-delay:0.1s}
.reveal-delay-2{transition-delay:0.2s}
.reveal-delay-3{transition-delay:0.3s}
.reveal-delay-4{transition-delay:0.4s}

/* NAV */
nav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(255,255,255,0.95);backdrop-filter:blur(12px);
  border-bottom:1px solid transparent;
  transition:all 0.3s ease;padding:1.2rem 0;
}
nav.scrolled{border-bottom-color:var(--border);padding:0.7rem 0;box-shadow:0 2px 20px rgba(0,0,0,0.06)}
.nav-inner{max-width:1140px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.nav-logo{font-size:1.25rem;font-weight:800;letter-spacing:-0.02em;color:var(--text);text-decoration:none}
.nav-logo span{color:var(--gold)}
.nav-right{display:flex;align-items:center;gap:1.5rem}
.lang-switcher{display:flex;gap:0.25rem}
.lang-btn{
  font-family:'Montserrat',sans-serif;font-size:0.75rem;font-weight:600;letter-spacing:0.05em;
  padding:0.3rem 0.6rem;border-radius:6px;border:1px solid var(--border);
  background:transparent;color:var(--muted);transition:all 0.2s;
}
.lang-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}

/* SOCIAL PROOF ROW */
.hero-social-proof{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.25rem}
.sp-item{font-size:0.75rem;font-weight:600;color:var(--text);display:flex;align-items:center;gap:0.35rem}
.sp-item::before{content:'✓';color:#2D7A4F;font-weight:800}

/* DISCLAIMER VISIBLE */
.hero-disclaimer{font-size:0.72rem;color:var(--muted);padding:0.5rem 0.75rem;background:rgba(0,0,0,0.04);border-radius:8px;display:inline-block;margin-top:0.5rem}

/* STICKY CTA */
.sticky-cta{
  position:fixed;bottom:0;left:0;right:0;z-index:800;
  background:#fff;border-top:1px solid var(--border);
  padding:0.85rem 2rem;display:none;
  align-items:center;justify-content:space-between;gap:1rem;
  box-shadow:0 -4px 20px rgba(0,0,0,0.08);
}
.sticky-cta.visible{display:flex}
.sticky-cta-text{font-size:0.85rem;font-weight:600;color:var(--text)}
.sticky-cta-text span{color:var(--red)}
@media(max-width:600px){.sticky-cta-text{display:none}}

/* URGENCY */
.urgency-block{
  background:linear-gradient(135deg,#fff8f8,#fff);
  border:1px solid rgba(227,6,19,0.15);border-radius:var(--radius);
  padding:1.5rem 2rem;margin-bottom:4rem;
  display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;
}
.urgency-label{font-size:0.72rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--red);margin-bottom:0.25rem}
.urgency-text{font-size:0.95rem;font-weight:600;color:var(--text)}
.urgency-timer{display:flex;gap:0.5rem;align-items:center}
.timer-unit{text-align:center;min-width:48px}
.timer-num{font-size:1.4rem;font-weight:800;color:var(--red);display:block;font-variant-numeric:tabular-nums}
.timer-label{font-size:0.6rem;color:var(--muted);text-transform:uppercase;letter-spacing:0.1em}
.timer-sep{font-size:1.4rem;font-weight:700;color:var(--red);margin-bottom:14px}

/* STARS */
.review-stars{color:#F5A623;font-size:0.9rem;letter-spacing:0.05em;margin-bottom:0.5rem}
.review-product-tag{font-size:0.68rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold-dark);background:var(--bg3);padding:0.25rem 0.6rem;border-radius:100px;display:inline-block;margin-top:0.75rem}

/* MORE LINK */
.more-link{font-size:0.8rem;font-weight:600;color:var(--red);text-decoration:none;display:inline-flex;align-items:center;gap:0.25rem;margin-top:1rem;transition:gap 0.2s}
.more-link:hover{gap:0.5rem}
.btn-nav{
  font-family:'Montserrat',sans-serif;font-size:0.8rem;font-weight:700;letter-spacing:0.08em;
  padding:0.6rem 1.4rem;border-radius:100px;border:none;
  background:var(--red);color:#fff;text-decoration:none;
  transition:all 0.25s;display:inline-block;
}
.btn-nav:hover{background:var(--red-dark);transform:translateY(-1px)}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}
.burger span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:all 0.3s}
.mobile-menu{
  display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;
  background:rgba(255,255,255,0.98);backdrop-filter:blur(20px);
  flex-direction:column;align-items:center;justify-content:center;gap:2rem;
}
.mobile-menu.open{display:flex}
.mobile-menu a,.mobile-menu button{font-size:1.3rem;font-weight:600;color:var(--text);text-decoration:none;background:none;border:none;font-family:'Montserrat',sans-serif;cursor:pointer}
.mobile-close{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;background:none;border:none;color:var(--muted)}

/* HERO */
.hero{
  min-height:100vh;display:flex;align-items:center;
  background:linear-gradient(135deg,#fff 0%,#F8F4F0 50%,#F2EDE8 100%);
  padding:8rem 0 5rem;position:relative;overflow:hidden;
}
.hero::before{
  content:'';position:absolute;right:-10%;top:-20%;
  width:70%;height:120%;border-radius:50%;
  background:radial-gradient(circle,rgba(195,165,137,0.12) 0%,transparent 70%);
}
.hero::after{
  content:'';position:absolute;left:-5%;bottom:-10%;
  width:40%;height:60%;border-radius:50%;
  background:radial-gradient(circle,rgba(195,165,137,0.08) 0%,transparent 70%);
}
.hero-inner{max-width:1140px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}
.hero-eyebrow{font-size:0.72rem;font-weight:700;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}
.hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-0.03em;margin-bottom:1.5rem}
.hero h1 em{font-style:normal;color:var(--gold)}
.hero-sub{font-size:1rem;color:var(--muted);line-height:1.7;margin-bottom:2.5rem;max-width:480px}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}
.btn-primary{
  font-family:'Montserrat',sans-serif;font-size:0.85rem;font-weight:700;letter-spacing:0.05em;
  padding:0.9rem 2rem;border-radius:100px;border:none;background:var(--red);color:#fff;
  text-decoration:none;display:inline-block;transition:all 0.25s;
  box-shadow:0 4px 20px rgba(227,6,19,0.3);
}
.btn-primary:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 8px 30px rgba(227,6,19,0.4)}
.btn-secondary{
  font-family:'Montserrat',sans-serif;font-size:0.85rem;font-weight:600;letter-spacing:0.03em;
  padding:0.9rem 2rem;border-radius:100px;border:2px solid var(--border);background:transparent;
  color:var(--text);text-decoration:none;display:inline-flex;align-items:center;gap:0.5rem;
  transition:all 0.25s;
}
.btn-secondary:hover{border-color:var(--gold);color:var(--gold);transform:translateY(-2px)}
.hero-disclaimer{font-size:0.7rem;color:var(--muted);opacity:0.8}
.hero-visual{position:relative;display:flex;align-items:center;justify-content:center}
.hero-orb{
  width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle at 35% 35%,rgba(195,165,137,0.25),rgba(195,165,137,0.05));
  border:1px solid rgba(195,165,137,0.2);
  display:flex;align-items:center;justify-content:center;position:relative;
  animation:float 6s ease-in-out infinite;
}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-16px)}}
.hero-orb-inner{
  width:260px;height:260px;border-radius:50%;
  background:linear-gradient(135deg,rgba(195,165,137,0.3),rgba(195,165,137,0.08));
  border:1px solid rgba(195,165,137,0.3);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;
}
.hero-product-icon{font-size:3rem}
.hero-product-name{font-size:0.75rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold-dark)}
.hero-badges{position:absolute;display:flex;flex-direction:column;gap:0.75rem}
.hero-badges.left{left:-40px}
.hero-badges.right{right:-40px}
.badge{
  background:#fff;border-radius:12px;padding:0.6rem 1rem;
  box-shadow:var(--shadow);font-size:0.72rem;font-weight:600;white-space:nowrap;
  display:flex;align-items:center;gap:0.4rem;
}
.badge-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}

/* SECTION BASE */
section{padding:6rem 0}
.container{max-width:1140px;margin:0 auto;padding:0 2rem}
.section-eyebrow{font-size:0.7rem;font-weight:700;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.section-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-0.03em;line-height:1.2;margin-bottom:1rem}
.section-sub{font-size:1rem;color:var(--muted);max-width:540px;line-height:1.7}
.section-header{margin-bottom:4rem}
.section-header.center{text-align:center}
.section-header.center .section-sub{margin:0 auto}

/* FOR WHOM */
.for-whom{background:var(--bg2)}
.pain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem}
.pain-card{
  background:#fff;border-radius:var(--radius);padding:1.75rem 1.5rem;
  border:1px solid var(--border);transition:all 0.3s;
}
.pain-card:hover{box-shadow:var(--shadow-hover);border-color:var(--gold-light);transform:translateY(-4px)}
.pain-icon{font-size:1.8rem;margin-bottom:1rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center}
.pain-icon img{width:40px;height:40px;object-fit:contain}
.pain-card h4{font-size:0.95rem;font-weight:700;margin-bottom:0.4rem}
.pain-card p{font-size:0.82rem;color:var(--muted);line-height:1.6}
.for-whom-bottom{text-align:center;padding:1.5rem 2rem;background:rgba(195,165,137,0.08);border-radius:var(--radius);border:1px solid var(--gold-light)}
.for-whom-bottom p{font-size:0.85rem;color:var(--muted)}
.for-whom-bottom strong{color:var(--text)}

/* HOW IT WORKS */
.day-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.day-card{
  background:#fff;border-radius:20px;padding:2rem;
  border:1px solid var(--border);position:relative;overflow:hidden;
  transition:all 0.3s;
}
.day-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--gold);opacity:0}
.day-card:hover::before{opacity:1}
.day-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-6px)}
.day-time{font-size:0.68rem;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}
.day-card h3{font-size:1.15rem;font-weight:700;margin-bottom:0.5rem}
.day-product{font-size:0.78rem;font-weight:600;color:var(--gold-dark);margin-bottom:1.25rem;background:var(--bg3);display:inline-block;padding:0.3rem 0.8rem;border-radius:100px}
.day-benefits{list-style:none;display:flex;flex-direction:column;gap:0.5rem;margin-bottom:1.25rem}
.day-benefits li{font-size:0.82rem;color:var(--muted);display:flex;align-items:flex-start;gap:0.5rem}
.day-benefits li::before{content:'✓';color:var(--gold);font-weight:700;flex-shrink:0;margin-top:1px}
.day-how{font-size:0.75rem;color:var(--muted);border-top:1px solid var(--border);padding-top:1rem;font-style:italic}
.day-icon{font-size:2rem;margin-bottom:1rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center}
.day-icon img{width:40px;height:40px;object-fit:contain}

/* 3 MONTHS */
.three-months{background:var(--bg3)}
.months-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.months-visual{display:flex;flex-direction:column;gap:1rem}
.month-row{display:flex;align-items:center;gap:1rem}
.month-num{font-size:0.7rem;font-weight:700;color:var(--gold);width:60px;flex-shrink:0;letter-spacing:0.1em}
.month-bar-wrap{flex:1;background:rgba(195,165,137,0.15);border-radius:100px;height:10px}
.month-bar{height:10px;border-radius:100px;background:linear-gradient(to right,var(--gold-light),var(--gold))}
.month-label{font-size:0.78rem;color:var(--muted);width:150px;flex-shrink:0}
.months-points{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}
.month-point{display:flex;gap:1rem;align-items:flex-start}
.month-point-icon{width:40px;height:40px;border-radius:12px;background:rgba(195,165,137,0.15);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.month-point-icon img{width:24px;height:24px;object-fit:contain}
.month-point h4{font-size:0.9rem;font-weight:700;margin-bottom:0.2rem}
.month-point p{font-size:0.8rem;color:var(--muted);line-height:1.6}
.months-accent{margin-top:2rem;padding:1.5rem;background:#fff;border-radius:var(--radius);border:1px solid var(--gold-light)}
.months-accent p{font-size:0.88rem;color:var(--text);line-height:1.7}
.months-accent strong{color:var(--gold-dark)}

/* TOP SHAPE */
.top-shape{background:linear-gradient(135deg,#1A1A1A 0%,#2d2420 100%);color:#fff}
.top-shape .section-title{color:#fff}
.top-shape .section-sub{color:rgba(255,255,255,0.6)}
.top-shape .section-eyebrow{color:var(--gold)}
.ts-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.ts-features{display:flex;flex-direction:column;gap:1.5rem;margin-top:2.5rem}
.ts-feature{display:flex;gap:1.25rem;align-items:flex-start}
.ts-feature-icon{width:44px;height:44px;border-radius:12px;background:rgba(195,165,137,0.15);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;border:1px solid rgba(195,165,137,0.2)}
.ts-feature-icon img{width:28px;height:28px;object-fit:contain}
.ts-feature h4{font-size:0.9rem;font-weight:700;margin-bottom:0.2rem;color:#fff}
.ts-feature p{font-size:0.8rem;color:rgba(255,255,255,0.55);line-height:1.6}
.ts-btns{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}
.btn-gold{
  font-family:'Montserrat',sans-serif;font-size:0.85rem;font-weight:700;letter-spacing:0.05em;
  padding:0.9rem 2rem;border-radius:100px;border:none;background:var(--red);color:#fff;
  text-decoration:none;display:inline-block;transition:all 0.25s;
  box-shadow:0 4px 20px rgba(227,6,19,0.3);
}
.btn-gold:hover{background:var(--red-dark);color:#fff;transform:translateY(-2px)}
.btn-outline-light{
  font-family:'Montserrat',sans-serif;font-size:0.85rem;font-weight:600;
  padding:0.9rem 2rem;border-radius:100px;border:1px solid rgba(255,255,255,0.25);
  background:transparent;color:rgba(255,255,255,0.8);text-decoration:none;
  display:inline-block;transition:all 0.25s;
}
.btn-outline-light:hover{border-color:var(--gold);color:var(--gold)}
.ts-visual{
  background:rgba(255,255,255,0.04);border:1px solid rgba(195,165,137,0.2);
  border-radius:24px;padding:2.5rem;display:flex;flex-direction:column;align-items:center;
  gap:1.5rem;
}
.ts-product-circle{
  width:160px;height:160px;border-radius:50%;
  background:radial-gradient(circle,rgba(195,165,137,0.25),rgba(195,165,137,0.05));
  border:1px solid rgba(195,165,137,0.3);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.4rem;
  font-size:2rem;
}
.ts-product-label{font-size:0.72rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold)}
.ts-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%}
.ts-stat{text-align:center;padding:1rem;background:rgba(255,255,255,0.04);border-radius:12px;border:1px solid rgba(195,165,137,0.15)}
.ts-stat-num{font-size:1.4rem;font-weight:800;color:var(--gold);display:block}
.ts-stat-label{font-size:0.72rem;color:rgba(255,255,255,0.5);letter-spacing:0.05em}

/* ADDITIONAL PRODUCTS */
.add-products{background:var(--bg2)}
.add-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}
.add-card{
  background:#fff;border-radius:20px;padding:2rem;border:1px solid var(--border);
  transition:all 0.3s;
}
.add-card:hover{box-shadow:var(--shadow-hover);border-color:var(--gold-light);transform:translateY(-5px)}
.add-card-icon{width:50px;height:50px;border-radius:14px;background:var(--bg3);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.25rem}
.add-card-icon img{width:32px;height:32px;object-fit:contain}
.add-card h3{font-size:1rem;font-weight:700;margin-bottom:0.4rem}
.add-card-tag{font-size:0.7rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}
.add-card p{font-size:0.82rem;color:var(--muted);line-height:1.6}

/* REVIEWS */
.reviews{background:#fff}
.reviews-slider{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}
.review-card{
  background:var(--bg2);border-radius:20px;padding:2rem;border:1px solid var(--border);
  position:relative;transition:all 0.3s;
}
.review-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}
.review-quote{font-size:2rem;color:var(--gold-light);line-height:1;margin-bottom:0.5rem;font-family:Georgia,serif}
.review-text{font-size:0.8rem;line-height:1.7;color:var(--text);margin-bottom:1.5rem;font-style:italic}
.review-author{display:flex;align-items:center;gap:0.75rem}
.review-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold-light),var(--gold));display:flex;align-items:center;justify-content:center;font-size:0.9rem;font-weight:700;color:#fff;flex-shrink:0}
.review-name{font-size:0.85rem;font-weight:700}
.review-location{font-size:0.75rem;color:var(--muted)}
.reviews-disclaimer{text-align:center;font-size:0.75rem;color:var(--muted);margin-top:1rem}

/* QUALITY */
.quality{background:var(--bg3)}
.quality-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.quality-certs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.cert-card{background:#fff;border-radius:var(--radius);padding:1.25rem;border:1px solid var(--border);text-align:center}
.cert-icon{font-size:1.5rem;margin-bottom:0.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-left:auto;margin-right:auto}
.cert-icon img{width:36px;height:36px;object-fit:contain}
.cert-name{font-size:0.78rem;font-weight:700;color:var(--text)}
.cert-sub{font-size:0.7rem;color:var(--muted)}
.tech-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}
.tech-item{display:flex;gap:1rem;align-items:flex-start}
.tech-badge{font-size:0.65rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:0.3rem 0.7rem;border-radius:100px;background:rgba(195,165,137,0.15);color:var(--gold-dark);flex-shrink:0;margin-top:2px}
.tech-item p{font-size:0.82rem;color:var(--muted);line-height:1.6}

/* HOW TO ORDER */
.order{background:#fff}
.order-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}
.order-card{border-radius:24px;padding:2.5rem;border:1px solid var(--border)}
.order-card.primary{background:var(--text);color:#fff}
.order-card.primary .order-step p{color:rgba(255,255,255,0.6)}
.order-card.primary h3{color:#fff}
.order-card h3{font-size:1.25rem;font-weight:700;margin-bottom:0.5rem}
.order-card > p{font-size:0.85rem;color:var(--muted);margin-bottom:2rem}
.order-card.primary > p{color:rgba(255,255,255,0.55)}
.order-steps{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}
.order-step{display:flex;gap:1rem;align-items:flex-start}
.step-num{width:28px;height:28px;border-radius:50%;background:rgba(195,165,137,0.15);display:flex;align-items:center;justify-content:center;font-size:0.72rem;font-weight:700;color:var(--gold);flex-shrink:0}
.order-card.primary .step-num{background:rgba(195,165,137,0.2)}
.order-step h4{font-size:0.85rem;font-weight:700;margin-bottom:0.15rem}
.order-step p{font-size:0.78rem;color:var(--muted)}

/* FAQ */
.faq{background:var(--bg2)}
.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:760px;margin:0 auto}
.faq-item{background:#fff;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}
.faq-question{
  width:100%;display:flex;justify-content:space-between;align-items:center;
  padding:1.25rem 1.5rem;background:none;border:none;
  font-family:'Montserrat',sans-serif;font-size:0.9rem;font-weight:600;color:var(--text);
  text-align:left;gap:1rem;transition:background 0.2s;
}
.faq-question:hover{background:var(--bg2)}
.faq-icon{font-size:1.2rem;color:var(--gold);transition:transform 0.3s;flex-shrink:0}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s}
.faq-answer p{padding:0 1.5rem 1.25rem;font-size:0.85rem;color:var(--muted);line-height:1.7}
.faq-item.open .faq-answer{max-height:300px}

/* LEGAL */
.legal{background:var(--bg3);padding:3rem 0}
.legal-inner{max-width:760px;margin:0 auto;text-align:center}
.legal-inner p{font-size:0.75rem;color:var(--muted);line-height:1.7}
.legal-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}
.legal-links a{font-size:0.8rem;color:var(--muted);text-decoration:none;font-weight:500}
.legal-links a:hover{color:var(--gold)}

/* FOOTER */
footer{background:var(--text);color:#fff;padding:3rem 0}
.footer-inner{max-width:1140px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-logo{font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:-0.02em}
.footer-logo span{color:var(--gold)}
.footer-right{font-size:0.75rem;color:rgba(255,255,255,0.4)}

/* WA FLOAT */
.wa-float{
  position:fixed;bottom:1.5rem;right:1.5rem;z-index:900;
  width:54px;height:54px;border-radius:50%;background:#25D366;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(37,211,102,0.4);text-decoration:none;
  transition:transform 0.3s;
}
.wa-float:hover{transform:scale(1.08)}
.wa-float svg{width:26px;height:26px;fill:#fff}

/* RESPONSIVE */
@media(max-width:900px){
  .hero-inner,.months-inner,.ts-inner,.quality-inner,.order-grid{grid-template-columns:1fr;gap:3rem}
  .hero-visual{display:none}
  .day-grid{grid-template-columns:1fr}
  .nav-right .btn-nav{display:none}
  .lang-switcher{display:none}
  .burger{display:flex}
  section{padding:4rem 0}
}
@media(max-width:600px){
  .hero{padding:7rem 0 4rem}
  .hero h1{font-size:1.8rem}
  .pain-grid{grid-template-columns:1fr 1fr}
  .add-grid{grid-template-columns:1fr}
  .reviews-slider{grid-template-columns:1fr}
  .quality-certs{grid-template-columns:1fr 1fr}
  .ts-stats{grid-template-columns:1fr 1fr}
}

/* PRODUCTS SHOWCASE */
.products-showcase{padding:6rem 0;background:var(--bg2)}
.products-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1.5rem;
  margin-top:3rem;
}
.product-card{
  background:#fff;
  border-radius:20px;
  border:1px solid var(--border);
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform 0.3s ease,box-shadow 0.3s ease;
  display:flex;
  flex-direction:column;
}
.product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 40px rgba(0,0,0,0.12);
}
.product-img-wrap{
  width:100%;
  aspect-ratio:3/4;
  overflow:hidden;
  background:#f5f5f3;
}
.product-img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  transition:transform 0.4s ease;
}
.product-card:hover .product-img{transform:scale(1.04)}
.product-card-body{
  padding:1.25rem;
  display:flex;
  flex-direction:column;
  gap:0.4rem;
  flex:1;
}
.product-name{
  font-size:1.05rem;
  font-weight:800;
  color:var(--text);
}
.product-tag{
  font-size:0.72rem;
  color:var(--muted);
  font-weight:500;
  margin-bottom:0.5rem;
}
.product-btn{
  display:block;
  text-align:center;
  margin-top:auto;
  padding:0.75rem 1rem;
  font-size:0.82rem;
}
@media(max-width:900px){
  .products-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:500px){
  .products-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .product-card-body{padding:1rem}
}
