/* ============================================
   GLYCO LEAN - styles.css
   Design: Medical Professional + Modern Gradient
   Fonts: Montserrat (headings) + Open Sans (body)
   ============================================ */

:root {
  --primary: #1a6b3c;
  --primary-dark: #114a29;
  --primary-light: #2d9e5a;
  --accent: #f5a623;
  --accent-dark: #e0911a;
  --bg: #f8fdf9;
  --bg2: #eef9f1;
  --white: #ffffff;
  --dark: #1a2332;
  --text: #344054;
  --text-light: #667085;
  --border: #d0e8d9;
  --hero-grad1: #0f3d22;
  --hero-grad2: #1a6b3c;
  --shadow: 0 4px 24px rgba(26,107,60,0.12);
  --shadow-lg: 0 12px 48px rgba(26,107,60,0.18);
  --radius: 16px;
  --radius-sm: 8px;
}

/* =================== RESET =================== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* { -webkit-tap-highlight-color: transparent; }
body {
  font-family: 'Open Sans', sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.7;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, select, textarea { font-size: 16px; font-family: inherit; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* =================== TYPOGRAPHY =================== */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.25;
  color: var(--dark);
}
.highlight { color: var(--primary); }
.section-title {
  font-size: clamp(22px, 4vw, 36px);
  text-align: center;
  margin-bottom: 12px;
}
.section-sub {
  text-align: center;
  color: var(--text-light);
  font-size: clamp(15px, 2vw, 17px);
  max-width: 680px;
  margin: 0 auto 40px;
  line-height: 1.8;
}

/* =================== CONTAINER =================== */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =================== BUTTONS =================== */
.btn-hero, .btn-primary, .btn-atc, .btn-final, .btn-popup, .nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 14px 32px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
}
.btn-hero {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--white);
  font-size: clamp(15px, 2.5vw, 18px);
  padding: 16px 36px;
  box-shadow: 0 6px 24px rgba(245,166,35,0.4);
  width: 100%;
  max-width: 420px;
}
.btn-primary {
  background: var(--primary);
  color: var(--white);
  box-shadow: var(--shadow);
}
.btn-atc {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--white);
  width: 100%;
  margin-top: 12px;
  font-size: 15px;
}
.btn-final {
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: var(--dark);
  font-size: clamp(16px, 2.5vw, 20px);
  padding: 18px 40px;
  box-shadow: 0 8px 32px rgba(245,166,35,0.45);
  width: 100%;
  max-width: 440px;
}
.btn-popup {
  background: linear-gradient(135deg, var(--primary), var(--primary-light));
  color: var(--white);
  width: 100%;
  padding: 16px;
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 16px;
}
.btn-hero:hover, .btn-primary:hover, .btn-atc:hover, .btn-final:hover, .btn-popup:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 40px rgba(26,107,60,0.25);
}
@media (hover: none) {
  .btn-hero:active, .btn-primary:active, .btn-atc:active, .btn-final:active {
    transform: scale(0.98);
  }
}

/* =================== NAVBAR =================== */
.navbar {
  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 var(--border);
  transition: all 0.3s ease;
}
.navbar.scrolled {
  background: rgba(255,255,255,0.98);
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--dark);
}
.nav-logo img { width: 36px; height: 36px; border-radius: 8px; object-fit: cover; }
.nav-logo strong { color: var(--primary); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--text);
  transition: color 0.2s;
}
.nav-link:hover { color: var(--primary); }
.nav-cta {
  background: var(--primary);
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 50px;
  font-size: 14px !important;
  min-height: 40px;
  transition: background 0.2s, transform 0.2s;
}
.nav-cta:hover { background: var(--primary-dark); transform: scale(1.05); }
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  align-items: center;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--dark);
  border-radius: 2px;
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

@media (max-width: 767px) {
  .hamburger { display: flex; }
  .nav-links {
    position: fixed;
    top: 65px; left: 0; right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 24px 20px 32px;
    gap: 20px;
    border-bottom: 1px solid var(--border);
    transform: translateY(-110%);
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    z-index: 999;
  }
  .nav-links.open { transform: translateY(0); }
  .nav-link { font-size: 16px; }
  .nav-cta { width: 100%; text-align: center; }
}

/* =================== HERO =================== */
.hero {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, var(--hero-grad1) 0%, var(--hero-grad2) 60%, #2a8f4e 100%);
  display: flex;
  align-items: center;
  padding: 100px 0 60px;
  overflow: hidden;
}
.hero-bg-anim { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
  animation: orb-float 8s ease-in-out infinite alternate;
}
.orb1 { width: 400px; height: 400px; background: #2d9e5a; top: -100px; right: -100px; animation-delay: 0s; }
.orb2 { width: 300px; height: 300px; background: #f5a623; bottom: -80px; left: -80px; animation-delay: -3s; }
.orb3 { width: 200px; height: 200px; background: #4fc3f7; top: 50%; left: 30%; animation-delay: -5s; }
@keyframes orb-float {
  from { transform: translate(0,0) scale(1); }
  to { transform: translate(30px,-30px) scale(1.1); }
}
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-image-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  animation: hero-float 4s ease-in-out infinite alternate;
}
@keyframes hero-float {
  from { transform: translateY(0px); }
  to { transform: translateY(-18px); }
}
.hero-bottle-glow {
  position: absolute;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(45,158,90,0.5) 0%, transparent 70%);
  border-radius: 50%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  animation: pulse-glow 3s ease-in-out infinite;
}
@keyframes pulse-glow {
  0%, 100% { opacity: 0.5; transform: translate(-50%,-50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%,-50%) scale(1.1); }
}
.hero-bottle {
  max-width: 340px;
  width: 100%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 50px rgba(0,0,0,0.4));
  animation: bottle-spin 0.8s ease-out forwards;
}
@keyframes bottle-spin {
  from { opacity: 0; transform: rotateY(-30deg) scale(0.8); }
  to { opacity: 1; transform: rotateY(0deg) scale(1); }
}
.hero-badge-float {
  position: absolute;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 50px;
  white-space: nowrap;
  animation: badge-float 5s ease-in-out infinite alternate;
}
.badge-top { top: 15%; right: 5%; animation-delay: -1s; }
.badge-bottom { bottom: 20%; left: 0; animation-delay: -3s; }
@keyframes badge-float {
  from { transform: translateX(0); }
  to { transform: translateX(8px); }
}
.hero-content { color: #fff; }
.hero-tag {
  display: inline-block;
  background: rgba(245,166,35,0.2);
  border: 1px solid rgba(245,166,35,0.5);
  color: var(--accent);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
  animation: fade-up 0.6s ease forwards;
}
.hero-h1 {
  font-size: clamp(26px, 4.5vw, 48px);
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.2;
  animation: fade-up 0.7s ease 0.1s both;
}
.hero-h1 .highlight { color: var(--accent); }
.hero-sub {
  font-size: clamp(15px, 1.8vw, 17px);
  color: rgba(255,255,255,0.88);
  margin-bottom: 14px;
  animation: fade-up 0.7s ease 0.2s both;
}
.hero-bullets {
  list-style: none;
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: fade-up 0.7s ease 0.3s both;
}
.hero-bullets li {
  color: rgba(255,255,255,0.9);
  font-weight: 600;
  font-size: 15px;
}
.btn-hero { animation: fade-up 0.7s ease 0.4s both; }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  animation: fade-up 0.7s ease 0.5s both;
}
.hero-trust strong { color: #fff; }
@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767px) {
  .hero { padding: 90px 0 50px; min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; gap: 24px; }
  .hero-image-wrap { order: 1; }
  .hero-content { order: 2; }
  .hero-bottle { max-width: 240px; margin: 0 auto; }
}

/* =================== WHY CHOOSE =================== */
.why-choose {
  padding: 80px 0;
  background: var(--bg);
}
.badges-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.badge-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
}
.badge-card.animated { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease; }
.badge-card:hover { transform: scale(1.05) rotate(1deg); box-shadow: var(--shadow-lg); }
.badge-card img { width: 72px; height: 72px; object-fit: contain; margin: 0 auto 16px; }
.badge-card h3 { font-size: 14px; font-weight: 800; color: var(--primary); margin-bottom: 10px; }
.badge-card p { font-size: 14px; color: var(--text-light); line-height: 1.65; }
@media (max-width: 767px) {
  .badges-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .badges-grid { grid-template-columns: 1fr; }
}

/* =================== WHAT IS =================== */
.what-is { padding: 80px 0; background: var(--white); }
.what-is-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.what-is-text .section-title { text-align: left; }
.what-is-text p { margin-bottom: 16px; font-size: 16px; color: var(--text); }
.what-is-text .btn-primary { margin-top: 8px; }
.what-is-image img {
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  width: 100%;
}
@media (max-width: 767px) {
  .what-is-inner { grid-template-columns: 1fr; gap: 30px; }
  .what-is-image { order: -1; }
  .what-is-text .section-title { text-align: center; }
}

/* =================== HOW IT WORKS =================== */
.how-it-works { padding: 80px 0; background: var(--bg2); }
.accordion-wrap { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.accordion-item {
  background: var(--white);
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  overflow: hidden;
}
.accordion-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
  text-align: left;
  min-height: 56px;
  gap: 12px;
  background: none;
  cursor: pointer;
  transition: background 0.2s;
}
.accordion-header:hover { background: var(--bg); }
.accordion-item.active .accordion-header { color: var(--primary); }
.acc-icon {
  font-size: 22px;
  font-weight: 400;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  color: var(--primary);
  min-width: 24px;
  text-align: center;
}
.accordion-item.active .acc-icon { transform: rotate(45deg); }
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.accordion-body p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.75;
}
.accordion-item.active .accordion-body { max-height: 400px; }

/* =================== REVIEWS =================== */
.reviews { padding: 80px 0; background: var(--white); }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.review-card {
  background: var(--bg);
  border-radius: var(--radius);
  padding: 28px 22px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(30px);
}
.review-card.animated { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease, transform 0.6s ease; }
.review-top { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.review-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 3px solid var(--primary-light); flex-shrink: 0; }
.review-top strong { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; }
.review-top span { font-size: 13px; color: var(--text-light); }
.stars { font-size: 16px; margin-top: 2px; }
.review-card p { font-size: 15px; color: var(--text); line-height: 1.7; }
@media (max-width: 767px) {
  .reviews-grid { grid-template-columns: 1fr; }
}
@media (min-width: 576px) and (max-width: 767px) {
  .reviews-grid { grid-template-columns: repeat(2,1fr); }
}

/* =================== PRICING =================== */
.pricing { padding: 80px 0; background: linear-gradient(135deg, #0f3d22 0%, #1a6b3c 100%); }
.pricing .section-title { color: #fff; }
.pricing .section-sub { color: rgba(255,255,255,0.8); }
.countdown-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius);
  padding: 16px 28px;
  margin: 0 auto 40px;
  max-width: 380px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  flex-wrap: wrap;
}
.countdown { display: flex; align-items: center; gap: 6px; }
.cd-unit {
  background: var(--accent);
  color: var(--dark);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  text-align: center;
  min-width: 56px;
}
.cd-unit span { display: block; font-size: clamp(22px, 4vw, 32px); font-weight: 900; line-height: 1; }
.cd-unit small { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; }
.cd-sep { color: var(--accent); font-size: 28px; font-weight: 900; margin-top: -4px; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.price-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 28px 20px 24px;
  text-align: center;
  position: relative;
  border: 2px solid transparent;
  transition: transform 0.3s, box-shadow 0.3s;
}
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.price-card.popular {
  background: linear-gradient(to bottom, #fff9ed, #fff);
  border-color: var(--accent);
  transform: scale(1.04);
  box-shadow: 0 12px 48px rgba(245,166,35,0.25);
}
.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  padding: 6px 18px;
  border-radius: 50px;
  white-space: nowrap;
}
.price-label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 13px;
  color: var(--primary);
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.bottles-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: var(--dark);
}
.supply-text { font-size: 13px; color: var(--text-light); margin-bottom: 16px; }
.price-card img:not(.payment-logos) { margin: 0 auto 14px; max-height: 180px; object-fit: contain; }
.price-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 4px;
}
.price-main small { font-size: 18px; }
.price-was { font-size: 14px; color: var(--text-light); margin-bottom: 10px; }
.free-badges {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 4px;
}
.free-badges span {
  background: #e6f7ed;
  color: var(--primary);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #c3e8d0;
}
.payment-logos { margin: 12px auto 0; max-width: 180px; opacity: 0.7; }
.rating-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
  color: #fff;
  font-size: 15px;
}
.rating-row strong { color: var(--accent); }
@media (max-width: 767px) {
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.popular { transform: scale(1); }
}
@media (min-width: 576px) and (max-width: 991px) {
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =================== BONUSES =================== */
.bonuses { padding: 80px 0; background: var(--bg2); }
.bonus-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; margin-top: 20px; }
.bonus-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  opacity: 0; transform: translateY(30px);
}
.bonus-card.animated { opacity: 1; transform: translateY(0); transition: opacity 0.6s ease, transform 0.6s ease; }
.bonus-card img { margin: 0 auto 16px; max-height: 220px; object-fit: contain; }
.bonus-number {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 12px;
}
.bonus-card h3 { font-size: 18px; margin-bottom: 10px; color: var(--dark); }
.bonus-card p { font-size: 15px; color: var(--text); line-height: 1.7; }
@media (max-width: 767px) {
  .bonus-grid { grid-template-columns: 1fr; }
}

/* =================== INGREDIENTS =================== */
.ingredients { padding: 80px 0; background: var(--white); }
.ing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.ing-card {
  background: var(--bg);
  border-radius: var(--radius-sm);
  padding: 22px 18px;
  border: 1px solid var(--border);
  opacity: 0; transform: translateY(24px);
  transition: transform 0.3s, box-shadow 0.3s;
}
.ing-card.animated { opacity: 1; transform: translateY(0); transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s; }
.ing-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.ing-card h3 { font-size: 15px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.ing-card p { font-size: 14px; color: var(--text); line-height: 1.65; }
@media (max-width: 767px) {
  .ing-grid { grid-template-columns: 1fr; }
}
@media (min-width: 576px) and (max-width: 991px) {
  .ing-grid { grid-template-columns: repeat(2,1fr); }
}

/* =================== SCIENCE =================== */
.science { padding: 80px 0; background: var(--bg2); }
.science-accordion { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.science-disclaimer {
  text-align: center;
  max-width: 700px;
  margin: 28px auto 0;
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
}
.faq-header, .accordion-header { /* reuse styles */ }

/* =================== GUARANTEE =================== */
.guarantee { padding: 80px 0; background: var(--white); }
.guarantee-inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  align-items: center;
}
.guarantee-image img { border-radius: 50%; width: 240px; height: 240px; object-fit: contain; margin: 0 auto; box-shadow: 0 8px 40px rgba(26,107,60,0.15); }
.guarantee-text .section-title { text-align: left; }
.guarantee-text > p { margin-bottom: 24px; font-size: 16px; }
.guarantee-points { display: flex; flex-direction: column; gap: 20px; margin-bottom: 28px; }
.guarantee-point { display: flex; gap: 16px; }
.gp-icon { font-size: 28px; flex-shrink: 0; margin-top: 2px; }
.guarantee-point h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.guarantee-point p { font-size: 14px; color: var(--text); line-height: 1.65; }
@media (max-width: 767px) {
  .guarantee-inner { grid-template-columns: 1fr; text-align: center; }
  .guarantee-image { order: -1; }
  .guarantee-point { text-align: left; }
  .guarantee-text .section-title { text-align: center; }
}

/* =================== BENEFITS =================== */
.benefits { padding: 80px 0; background: var(--bg); }
.benefits-grid { display: flex; flex-direction: column; gap: 20px; max-width: 880px; margin: 0 auto; }
.benefit-item {
  display: flex;
  gap: 20px;
  background: var(--white);
  border-radius: var(--radius-sm);
  padding: 22px;
  border: 1px solid var(--border);
  align-items: flex-start;
  opacity: 0; transform: translateX(-20px);
  transition: transform 0.3s;
}
.benefit-item.animated { opacity: 1; transform: translateX(0); transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s; }
.benefit-item:hover { box-shadow: var(--shadow); transform: translateX(6px); }
.benefit-icon { font-size: 32px; flex-shrink: 0; }
.benefit-item h3 { font-size: 16px; font-weight: 700; margin-bottom: 6px; color: var(--dark); }
.benefit-item p { font-size: 15px; color: var(--text); line-height: 1.7; }

/* =================== FAQ =================== */
.faq { padding: 80px 0; background: var(--white); }
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg); border-radius: var(--radius-sm); border: 1px solid var(--border); overflow: hidden; }
.faq-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
  text-align: left;
  min-height: 56px;
  gap: 12px;
  background: none;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-header:hover { background: var(--border); }
.faq-item.active .faq-header { color: var(--primary); }
.faq-item.active .acc-icon { transform: rotate(45deg); }
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-body p { padding: 0 22px 20px; font-size: 15px; color: var(--text); line-height: 1.75; }
.faq-item.active .faq-body { max-height: 400px; }

/* =================== FINAL CTA =================== */
.final-cta {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(135deg, #0f3d22 0%, #1a6b3c 60%, #2d9e5a 100%);
  overflow: hidden;
}
.final-cta-bg { position: absolute; inset: 0; pointer-events: none; }
.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.final-cta-image img {
  max-width: 340px;
  margin: 0 auto;
  filter: drop-shadow(0 20px 50px rgba(0,0,0,0.4));
  animation: final-float 4s ease-in-out infinite alternate;
}
@keyframes final-float {
  from { transform: translateY(0) scale(1); }
  to { transform: translateY(-15px) scale(1.03); }
}
.final-cta-content { color: #fff; }
.final-tag {
  display: inline-block;
  background: rgba(239,68,68,0.2);
  border: 1px solid rgba(239,68,68,0.5);
  color: #ff7070;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 16px;
}
.final-h2 {
  font-size: clamp(24px, 3.5vw, 38px);
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.25;
}
.final-h2 .highlight { color: var(--accent); }
.final-price-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.final-regular { font-size: 15px; color: rgba(255,255,255,0.7); margin-bottom: 4px; }
.final-special { font-size: clamp(22px, 3vw, 32px); color: var(--accent); font-family: 'Montserrat', sans-serif; font-weight: 900; }
.final-bullets { list-style: none; margin-bottom: 28px; display: flex; flex-direction: column; gap: 8px; }
.final-bullets li { color: rgba(255,255,255,0.9); font-weight: 600; font-size: 15px; }
.final-trust { margin-top: 16px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.final-trust p { color: rgba(255,255,255,0.7); font-size: 13px; }
@media (max-width: 767px) {
  .final-cta-inner { grid-template-columns: 1fr; text-align: center; }
  .final-cta-image { order: -1; }
  .final-cta-image img { max-width: 240px; }
  .final-bullets { align-items: flex-start; }
  .final-trust { align-items: center; }
  .btn-final { max-width: 100%; }
}

/* =================== FOOTER =================== */
.footer {
  background: var(--dark);
  color: rgba(255,255,255,0.75);
  padding: 50px 0 32px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
.footer-logo img { border-radius: 8px; }
.footer-logo strong { color: var(--primary-light); }
.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 4px;
  margin-bottom: 24px;
}
.legal-link { color: rgba(255,255,255,0.6); font-size: 13px; transition: color 0.2s; padding: 4px 8px; }
.legal-link:hover { color: var(--primary-light); }
.link-separator { color: rgba(255,255,255,0.3); }
.footer-disclaimer {
  max-width: 800px;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
}
.footer-disclaimer p { margin-bottom: 8px; }
.footer-social { display: flex; justify-content: center; gap: 16px; margin-bottom: 20px; }
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  color: rgba(255,255,255,0.7);
  transition: background 0.2s, color 0.2s, transform 0.2s;
}
.social-icon:hover { background: var(--primary); color: #fff; transform: scale(1.1); }
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: rgba(255,255,255,0.35);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 20px;
}
.footer-copy a { color: var(--primary-light); }

/* =================== SCROLL TOP =================== */
.scroll-top {
  position: fixed;
  bottom: 28px;
  right: 20px;
  width: 52px; height: 52px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 700;
  box-shadow: 0 4px 20px rgba(26,107,60,0.35);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top:hover { background: var(--primary-dark); transform: scale(1.05); }

/* =================== PURCHASE NOTIFICATION =================== */
.purchase-notif {
  position: fixed;
  bottom: 90px;
  left: 16px;
  z-index: 998;
  transform: translateX(-130%);
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}
.purchase-notif.show { transform: translateX(0); }
.notif-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.15);
  border-left: 4px solid var(--primary);
  max-width: 280px;
}
.notif-inner img { width: 36px; height: 36px; object-fit: contain; border-radius: 6px; flex-shrink: 0; }
.notif-inner strong { display: block; font-family: 'Montserrat', sans-serif; font-size: 13px; color: var(--dark); }
.notif-inner span { font-size: 12px; color: var(--text-light); }
.notif-close { margin-left: auto; color: var(--text-light); font-size: 18px; width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 0; }
.notif-close:hover { color: var(--dark); }

/* =================== POPUP =================== */
.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.popup-overlay.show { opacity: 1; pointer-events: all; }
.popup-box {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px 24px;
  max-width: 440px;
  width: 100%;
  position: relative;
  transform: scale(0.85);
  transition: transform 0.3s ease;
  text-align: center;
  box-shadow: 0 20px 80px rgba(0,0,0,0.25);
}
.popup-overlay.show .popup-box { transform: scale(1); }
.popup-close {
  position: absolute;
  top: 12px; right: 14px;
  font-size: 24px;
  color: var(--text-light);
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s;
}
.popup-close:hover { background: var(--bg); color: var(--dark); }
.popup-tag {
  display: inline-block;
  background: #fee2e2;
  color: #dc2626;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 14px;
}
.popup-box img { max-width: 160px; margin: 0 auto 16px; }
.popup-box h3 { font-size: clamp(18px, 3vw, 22px); margin-bottom: 10px; color: var(--dark); }
.popup-box p { font-size: 15px; color: var(--text); line-height: 1.65; }
.popup-skip {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: var(--text-light);
  text-decoration: underline;
  cursor: pointer;
}
.popup-skip:hover { color: var(--text); }

/* =================== UTILITIES =================== */
section { scroll-margin-top: 70px; }
@media (max-width: 480px) {
  .container { padding: 0 16px; }
  section { padding: 60px 0; }
}
