:root {
  --primary: #059669;
  --primary-dark: #047857;
  --primary-light: #10b981;
  --accent: #f59e0b;
  --bg-dark: #064e3b;
  --bg-light: #f0fdf4;
  --text-dark: #022c22;
  --card-bg: #ffffff;
  --border: #d1fae5;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: system-ui, -apple-system, sans-serif; color: var(--text-dark); background: #ffffff; line-height: 1.6; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 1.5rem; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-container { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 0.5rem; font-weight: 800; font-size: 1.2rem; color: var(--text-dark); text-decoration: none; }
.logo-icon { color: var(--primary); }
.nav-menu { display: flex; list-style: none; gap: 1.5rem; }
.nav-link { text-decoration: none; color: var(--text-dark); font-weight: 500; }
.menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; }
.nav-cta-btn { background: var(--primary); color: #fff; padding: 0.6rem 1.2rem; border-radius: 99px; font-weight: 600; text-decoration: none; }
.hero-section { padding: 4rem 0; background: radial-gradient(circle at top right, var(--bg-light) 0%, #ffffff 70%); }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.badge-success { display: inline-flex; align-items: center; gap: 0.4rem; background: var(--bg-light); color: var(--primary-dark); padding: 0.35rem 0.85rem; border-radius: 99px; font-weight: 600; font-size: 0.85rem; border: 1px solid var(--border); margin-bottom: 1rem; }
.hero-headline { font-size: 2.75rem; font-weight: 800; line-height: 1.2; margin-bottom: 1rem; }
.hero-headline span { color: var(--primary); }
.hero-sub { font-size: 1.1rem; color: #475569; margin-bottom: 1.5rem; }
.hero-bullets { list-style: none; margin-bottom: 2rem; }
.hero-bullets li { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; font-weight: 500; }
.hero-bullets svg { color: var(--primary); }
.cta-button { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); color: #fff; padding: 1rem 2rem; border-radius: 12px; font-size: 1.1rem; font-weight: 700; text-decoration: none; box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.stock-meter-container { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: #64748b; margin-top: 1rem; }
.stock-pulse { width: 8px; height: 8px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 0 0 rgba(34,197,94,0.7); animation: pulse 1.5s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(34,197,94,0.7); } 70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); } 100% { box-shadow: 0 0 0 0 rgba(34,197,94,0); } }
.hero-img { width: 100%; max-width: 460px; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.12); object-fit: contain; }
.trust-strip { background: var(--bg-light); border-y: 1px solid var(--border); padding: 1.25rem 0; }
.trust-flex { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 1rem; font-weight: 600; }
.section-padding { padding: 4.5rem 0; }
.section-title-dark { font-size: 2.25rem; font-weight: 800; margin-bottom: 1.5rem; }
.section-title-light { font-size: 2.25rem; font-weight: 800; margin-bottom: 2.5rem; }
.text-center { text-align: center; }
.overview-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.overview-text p { margin-bottom: 1rem; color: #334155; }
.overview-img { width: 100%; border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.badge-promo { color: var(--primary); font-weight: 700; text-transform: uppercase; font-size: 0.85rem; letter-spacing: 1px; }
.specs-section { background: var(--bg-dark); color: #ffffff; }
.specs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.5rem; }
.spec-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 1.75rem; border-radius: 16px; }
.spec-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; color: #ffffff; }
.spec-card p { color: #cbd5e1; font-size: 0.9rem; }
.comparison-wrapper { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; margin-top: 1rem; background: #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); border-radius: 16px; overflow: hidden; }
.comparison-table th, .comparison-table td { padding: 1.25rem; text-align: left; border-bottom: 1px solid #f1f5f9; }
.comparison-table th { background: #f8fafc; font-weight: 700; }
.highlight-col { background: var(--bg-light) !important; color: var(--primary-dark); font-weight: 700; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.review-card { background: #fff; border: 1px solid #e2e8f0; padding: 1.5rem; border-radius: 16px; }
.reviewer-name { font-weight: 700; }
.reviewer-location { font-size: 0.8rem; color: #64748b; margin-bottom: 0.5rem; }
.rating-stars { color: #f59e0b; margin-bottom: 0.5rem; }
.review-text { color: #334155; font-size: 0.95rem; }
.promo-section { background: var(--bg-light); border-y: 1px solid var(--border); }
.promo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.promo-headline { font-size: 2.25rem; font-weight: 800; margin-bottom: 1rem; }
.promo-desc { color: #475569; margin-bottom: 1.5rem; }
.countdown-box { background: #fff; padding: 2rem; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); text-align: center; }
.countdown-title { font-weight: 700; margin-bottom: 1rem; }
.timer { display: flex; gap: 1rem; justify-content: center; margin-bottom: 1.5rem; }
.timer-segment { display: flex; flex-direction: column; align-items: center; }
.timer-val { font-size: 2rem; font-weight: 800; background: var(--bg-dark); color: #fff; padding: 0.5rem 1rem; border-radius: 8px; min-width: 60px; }
.timer-label { font-size: 0.75rem; color: #64748b; margin-top: 0.25rem; }
.faq-container { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.faq-item { border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.faq-question { width: 100%; padding: 1.25rem 1.5rem; background: #fff; border: none; text-align: left; font-size: 1.05rem; font-weight: 700; color: var(--text-dark); display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #f8fafc; }
.faq-answer-inner { padding: 1.25rem 1.5rem; color: #475569; border-top: 1px solid #e2e8f0; }
.sticky-cta-bar { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--border); padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; z-index: 99; transform: translateY(100%); transition: transform 0.3s ease; box-shadow: 0 -5px 20px rgba(0,0,0,0.1); }
.sticky-cta-bar.show { transform: translateY(0); }
.sticky-title { font-weight: 700; display: block; }
.sticky-price { font-size: 0.85rem; color: var(--primary); }
.sticky-btn { background: var(--primary); color: #fff; padding: 0.6rem 1.25rem; border-radius: 99px; font-weight: 700; text-decoration: none; }
.site-footer { background: var(--bg-dark); color: #94a3b8; padding: 3rem 0 2rem; font-size: 0.85rem; text-align: center; }
.footer-grid { display: flex; flex-direction: column; gap: 1.5rem; align-items: center; }
.footer-disclaimer { max-width: 800px; line-height: 1.5; }
@media (max-width: 768px) {
  .hero-grid, .overview-grid, .promo-grid { grid-template-columns: 1fr; }
  .nav-menu { display: none; }
  .menu-toggle { display: block; }
  .hero-headline { font-size: 2rem; }
}
