/* ============================================================
   BREATHIZEN™ — enus-breathizen.com — css/style.css
   Theme: Deep Emerald Teal + Slate + Warm Amber CTA
   Fonts: Exo 2 (headings) + Karla (body)
   ============================================================ */

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

:root {
  --emerald:       #064E3B;
  --emerald-mid:   #065F46;
  --teal:          #0F766E;
  --teal-light:    #14B8A6;
  --teal-pale:     #F0FDFA;
  --amber:         #D97706;
  --amber-btn:     #F59E0B;
  --amber-hover:   #B45309;
  --amber-pale:    #FFFBEB;
  --slate:         #0F172A;
  --slate-mid:     #1E293B;
  --white:         #ffffff;
  --off-white:     #F8FFFE;
  --text:          #0F172A;
  --muted:         #475569;
  --border:        #99F6E4;
  --border-soft:   #CCFBF1;
  --radius:        8px;
  --radius-pill:   50px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Karla', sans-serif;
  font-size: 18px;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.75;
}

/* ============================================================
   NAVBAR
   ============================================================ */
nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--slate);
  padding: 0 24px;
  height: 70px;
  box-shadow: 0 2px 20px rgba(6,78,59,0.5);
  border-bottom: 2px solid var(--teal);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.nav-logo {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--teal-light);
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.nav-links a {
  color: #94A3B8;
  text-decoration: none;
  font-family: 'Karla', sans-serif;
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: color 0.2s;
  white-space: nowrap;
}

.nav-links a:hover { color: var(--teal-light); }

.btn-nav-order {
  background: var(--amber-btn) !important;
  color: var(--slate) !important;
  font-weight: 800 !important;
  font-size: 0.88rem !important;
  letter-spacing: 0.8px;
  padding: 10px 22px !important;
  border-radius: var(--radius-pill) !important;
  transition: background 0.2s !important;
  text-transform: uppercase;
}

.btn-nav-order:hover {
  background: var(--amber-hover) !important;
  color: var(--white) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}

.hamburger span {
  width: 25px;
  height: 2.5px;
  background: var(--teal-light);
  display: block;
  border-radius: 2px;
  transition: 0.3s;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background: var(--slate);
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  padding: 22px 30px;
  gap: 16px;
  z-index: 999;
  border-top: 1px solid var(--slate-mid);
}

.mobile-menu.open { display: flex; }

.mobile-menu a {
  color: #94A3B8;
  text-decoration: none;
  font-size: 1.04rem;
  font-weight: 600;
  font-family: 'Karla', sans-serif;
  transition: color 0.2s;
}

.mobile-menu a:hover { color: var(--teal-light); }

.mobile-menu .btn-mob-order {
  background: var(--amber-btn);
  color: var(--slate);
  text-align: center;
  padding: 13px;
  border-radius: var(--radius-pill);
  font-weight: 800;
  margin-top: 6px;
  font-size: 0.95rem;
  text-transform: uppercase;
  text-decoration: none;
}

/* ============================================================
   GLOBAL BUTTONS
   ============================================================ */
.btn-primary {
  display: inline-block;
  background: var(--amber-btn);
  color: var(--slate);
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 15px 34px;
  border-radius: var(--radius-pill);
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 18px rgba(245,158,11,0.35);
}

.btn-primary:hover {
  background: var(--amber-hover);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(180,83,9,0.4);
}

.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--emerald);
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  border: 2.5px solid var(--teal);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.btn-outline:hover {
  background: var(--teal);
  color: var(--white);
  transform: translateY(-2px);
}

/* ============================================================
   SECTION TITLE BANDS
   ============================================================ */
.sec-title-band {
  background: linear-gradient(135deg, var(--slate) 0%, var(--emerald) 100%);
  padding: 52px 40px 44px;
  text-align: center;
}

.sec-title-band h2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2.35rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 8px;
}

.sec-subtitle {
  font-family: 'Karla', sans-serif;
  font-size: 1.05rem;
  color: var(--teal-light);
  font-weight: 600;
  margin-top: 8px;
}

/* ============================================================
   HERO — Text LEFT, Image RIGHT (opposite of site 1)
   ============================================================ */
.hero {
  background: linear-gradient(150deg, #F0FDFA 0%, var(--white) 55%);
  padding: 80px 48px;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(20,184,166,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

.hero-eyebrow {
  display: inline-block;
  background: var(--teal-pale);
  color: var(--teal);
  border: 1.5px solid var(--border);
  padding: 6px 18px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
}

.hero-content h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2.85rem;
  font-weight: 900;
  line-height: 1.1;
  color: var(--emerald);
  margin-bottom: 22px;
  letter-spacing: 0.3px;
}

.hero-lead {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--text);
  font-weight: 500;
  margin-bottom: 14px;
}

.hero-content p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 20px;
}

.hero-stat-row {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  padding: 20px 24px;
  background: var(--teal-pale);
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.stat-num {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--emerald);
  line-height: 1;
}

.stat-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 18px;
}

.hero-note {
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 600;
  letter-spacing: 0.2px;
}

.hero-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero-img-wrap a img {
  max-width: 100%;
  max-height: 520px;
  object-fit: contain;
  filter: drop-shadow(0 14px 36px rgba(6,78,59,0.2));
  transition: transform 0.4s ease;
}

.hero-img-wrap a:hover img { transform: scale(1.04); }

.hero-img-badge {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-img-badge span {
  background: var(--teal-pale);
  border: 1px solid var(--border);
  color: var(--emerald-mid);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: var(--radius-pill);
  font-family: 'Karla', sans-serif;
}

/* ============================================================
   PROBLEM / HOW IT WORKS SECTION
   ============================================================ */
.problem-section {
  background: var(--white);
  padding: 70px 48px;
}

.problem-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.problem-text p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 16px;
}

.problem-text p:last-child {
  color: var(--emerald);
  font-weight: 700;
  font-size: 1.15rem;
}

.problem-steps h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--emerald);
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step-item {
  display: flex;
  gap: 18px;
  margin-bottom: 24px;
  align-items: flex-start;
}

.step-num {
  min-width: 52px;
  height: 52px;
  background: var(--teal);
  color: var(--white);
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.step-body strong {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--emerald);
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.step-body p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}

/* ============================================================
   WHAT IS SECTION
   ============================================================ */
.what-is-section {
  background: var(--off-white);
  padding: 70px 48px;
}

.what-is-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 64px;
}

.what-is-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-is-inner img {
  max-width: 100%;
  filter: drop-shadow(0 8px 24px rgba(6,78,59,0.16));
}

.what-is-text p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 16px;
}

/* ============================================================
   PRICING BAND
   ============================================================ */
.pricing-band {
  background: linear-gradient(135deg, var(--slate) 0%, var(--emerald) 100%);
  padding: 48px 40px 18px;
  text-align: center;
}

.pricing-band h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.pricing-band h4 {
  font-family: 'Karla', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--teal-light);
  margin-bottom: 0;
}

/* ============================================================
   PRICING IMAGE
   ============================================================ */
.price-img-section {
  background: var(--white);
  padding: 48px;
  text-align: center;
}

.price-img-section a { display: inline-block; }

.price-img-section a img {
  max-width: 960px;
  width: 100%;
  border-radius: var(--radius);
  transition: transform 0.3s;
  box-shadow: 0 4px 24px rgba(6,78,59,0.1);
}

.price-img-section a:hover img { transform: scale(1.01); }

/* ============================================================
   INGREDIENTS — Numbered List Style
   ============================================================ */
.ingredients-section {
  background: var(--off-white);
  padding: 70px 48px;
}

.ingredients-list-wrap {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ingredient-row {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border-soft);
}

.ingredient-row:last-child { border-bottom: none; }

.ing-number {
  min-width: 56px;
  height: 56px;
  background: var(--emerald);
  color: var(--white);
  font-family: 'Exo 2', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.ing-content h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--emerald);
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.ing-tag {
  display: inline-block;
  background: var(--teal-pale);
  color: var(--teal);
  border: 1px solid var(--border);
  padding: 2px 10px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-left: 8px;
  font-family: 'Karla', sans-serif;
  vertical-align: middle;
}

.ing-content p {
  font-size: 1.02rem;
  line-height: 1.82;
  color: var(--muted);
}

/* ============================================================
   REVIEWS
   ============================================================ */
.reviews-section {
  background: var(--white);
  padding: 70px 48px;
}

.reviews-grid {
  max-width: 1160px;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.review-card {
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  border-top: 4px solid var(--teal);
  padding: 30px 24px;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
}

.review-card:hover {
  box-shadow: 0 10px 36px rgba(15,118,110,0.12);
  transform: translateY(-5px);
}

.reviewer-photo {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  display: block;
  border: 3px solid var(--teal);
}

.review-stars {
  height: 22px;
  margin: 0 auto 12px;
  display: block;
}

.review-badge {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 12px;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.review-text {
  font-size: 0.99rem;
  line-height: 1.75;
  color: var(--muted);
  font-style: italic;
}

.reviewer-name {
  margin-top: 16px;
  font-weight: 800;
  color: var(--emerald);
  font-size: 0.93rem;
  font-family: 'Exo 2', sans-serif;
}

/* Pull Quote — 4th review */
.review-pullquote {
  max-width: 1160px;
  margin: 0 auto;
}

.pullquote-inner {
  background: linear-gradient(135deg, var(--teal-pale) 0%, #ECFDF5 100%);
  border: 1.5px solid var(--border);
  border-left: 6px solid var(--teal);
  border-radius: var(--radius);
  padding: 36px 48px;
  text-align: center;
}

.pullquote-inner .review-stars {
  margin-bottom: 18px;
}

.pullquote-inner blockquote {
  font-size: 1.18rem;
  line-height: 1.8;
  color: var(--slate-mid);
  font-style: italic;
  max-width: 820px;
  margin: 0 auto 16px;
}

.pullquote-name {
  font-weight: 800;
  color: var(--emerald);
  font-size: 0.95rem;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ============================================================
   GUARANTEE
   ============================================================ */
.guarantee-section {
  background: var(--off-white);
  padding: 70px 48px;
}

.guarantee-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 64px;
}

.guarantee-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.guarantee-inner img {
  max-width: 100%;
  filter: drop-shadow(0 6px 18px rgba(6,78,59,0.12));
}

.guarantee-text h3 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--emerald);
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.guarantee-text p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 16px;
}

/* ============================================================
   BENEFITS — Two Column Grid
   ============================================================ */
.benefits-section {
  background: var(--white);
  padding: 70px 48px;
}

.benefits-two-col {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.benefit-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 20px 22px;
  transition: box-shadow 0.3s, transform 0.3s;
}

.benefit-item:hover {
  box-shadow: 0 6px 22px rgba(15,118,110,0.1);
  transform: translateY(-3px);
}

.benefit-icon-wrap {
  font-size: 2rem;
  flex-shrink: 0;
  width: 46px;
  text-align: center;
  margin-top: 2px;
}

.benefit-item strong {
  font-family: 'Exo 2', sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: var(--emerald);
  display: block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.benefit-item p {
  font-size: 0.97rem;
  line-height: 1.72;
  color: var(--muted);
  margin: 0;
}

/* ============================================================
   BONUSES — Horizontal Row Style
   ============================================================ */
.bonuses-section {
  background: var(--off-white);
  padding: 70px 48px;
}

.bonuses-wrap {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bonus-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--border-soft);
}

.bonus-row:last-child { border-bottom: none; }

.bonus-tag {
  min-width: 200px;
  font-family: 'Exo 2', sans-serif;
  font-size: 0.82rem;
  font-weight: 900;
  color: var(--white);
  background: var(--amber);
  padding: 8px 14px;
  border-radius: var(--radius);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.4;
  flex-shrink: 0;
}

.bonus-tag s {
  color: rgba(255,255,255,0.7);
  font-weight: 400;
}

.bonus-detail h4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.08rem;
  font-weight: 900;
  color: var(--emerald);
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.bonus-detail p {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--muted);
}

/* ============================================================
   FAQs
   ============================================================ */
.faq-section {
  background: var(--white);
  padding: 70px 48px;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.2s;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 26px;
  font-family: 'Exo 2', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--slate);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  transition: background 0.2s;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.faq-question:hover { background: var(--teal-pale); }

.faq-arrow {
  font-size: 1rem;
  transition: transform 0.3s;
  color: var(--teal);
  flex-shrink: 0;
}

.faq-answer {
  display: none;
  padding: 16px 26px 22px;
  font-size: 1.03rem;
  line-height: 1.8;
  color: var(--muted);
  border-top: 1px solid var(--border-soft);
  background: var(--white);
}

.faq-item.open { border-color: var(--teal); }
.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-arrow  { transform: rotate(180deg); }
.faq-item.open .faq-question { background: var(--teal-pale); color: var(--emerald); }

/* ============================================================
   HOW TO ORDER
   ============================================================ */
.order-how-section {
  background: var(--off-white);
  padding: 70px 48px;
}

.order-how-inner {
  max-width: 900px;
  margin: 0 auto;
}

.order-how-inner p {
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--muted);
  margin-bottom: 16px;
}

.order-img-wrap {
  text-align: center;
  margin-top: 36px;
}

.order-img-wrap a img {
  max-width: 960px;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  transition: transform 0.3s;
  box-shadow: 0 4px 24px rgba(6,78,59,0.1);
}

.order-img-wrap a:hover img { transform: scale(1.01); }

/* ============================================================
   PRICING DETAILS
   ============================================================ */
.pricing-details {
  background: var(--white);
  padding: 56px 48px;
}

.pricing-details-inner {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.info-block {
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 24px 26px;
  border-top: 3px solid var(--teal);
}

.info-block h4 {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--emerald);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.info-block p,
.info-block li {
  font-size: 1rem;
  line-height: 1.78;
  color: var(--muted);
}

.info-block ul { list-style: none; padding: 0; }
.info-block ul li { padding: 5px 0; }

.info-block ul li::before {
  content: "✦ ";
  color: var(--amber);
  font-weight: 900;
  font-size: 0.75rem;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-final {
  background: linear-gradient(150deg, #F0FDFA 0%, var(--white) 55%);
  padding: 80px 48px;
  text-align: center;
  border-top: 4px solid var(--amber-btn);
  border-bottom: 4px solid var(--amber-btn);
  position: relative;
  overflow: hidden;
}

.cta-final::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(20,184,166,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.cta-final h2 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--emerald);
  margin-bottom: 14px;
  line-height: 1.18;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  position: relative;
}

.cta-subhead {
  font-size: 1.12rem;
  color: var(--muted);
  font-weight: 600;
  margin-bottom: 36px;
  display: block;
}

.cta-product-img {
  max-width: 380px;
  margin: 0 auto 28px;
}

.cta-product-img a img {
  width: 100%;
  filter: drop-shadow(0 12px 32px rgba(6,78,59,0.2));
  transition: transform 0.4s;
}

.cta-product-img a:hover img { transform: scale(1.05); }

.cta-regular-price {
  font-size: 1.1rem;
  color: var(--muted);
  text-decoration: line-through;
  display: block;
  margin-bottom: 6px;
}

.cta-current-price {
  font-family: 'Exo 2', sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  color: var(--emerald);
  display: block;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
}

.cta-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin-bottom: 32px;
}

.cta-perks span {
  font-size: 0.93rem;
  font-weight: 700;
  color: var(--teal);
  letter-spacing: 0.2px;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}

/* ============================================================
   FOOTER
   ============================================================ */
footer {
  background: var(--slate);
  padding: 52px 48px 28px;
  border-top: 3px solid var(--teal);
}

.footer-logo {
  font-family: 'Exo 2', sans-serif;
  font-size: 1.65rem;
  font-weight: 900;
  color: var(--teal-light);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.footer-tagline {
  font-family: 'Karla', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--teal);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.footer-cols {
  max-width: 1160px;
  margin: 0 auto 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}

.footer-cols a {
  color: var(--teal-light);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
  transition: color 0.2s;
  padding: 5px 18px;
  border-right: 1px solid rgba(20,184,166,0.2);
  text-align: center;
  white-space: nowrap;
}

.footer-cols a:last-child { border-right: none; }
.footer-cols a:hover { color: var(--white); }

.footer-legal {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid rgba(20,184,166,0.12);
  padding-top: 24px;
}

.footer-legal p {
  font-size: 0.85rem;
  color: #64748B;
  line-height: 1.75;
  margin-bottom: 12px;
}

.footer-policy {
  text-align: center;
  margin-bottom: 18px;
}

.footer-policy a {
  color: #4B7E74;
  text-decoration: none;
  font-size: 0.88rem;
  margin: 0 10px;
  transition: color 0.2s;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
}

.footer-policy a:hover { color: var(--teal-light); }

.footer-copy {
  text-align: center;
  font-size: 0.84rem;
  color: #3D6B62;
  font-family: 'Karla', sans-serif;
}

.footer-copy a { color: #4D8A7E; text-decoration: none; }
.footer-copy a:hover { color: var(--teal-light); }

/* ============================================================
   FADE-UP ANIMATION
   ============================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1060px) {
  .hero-content h1     { font-size: 2.35rem; }
  .what-is-inner       { grid-template-columns: 1fr 360px; }
  .pricing-details-inner { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .hero-inner          { grid-template-columns: 1fr; gap: 40px; }
  .hero-content        { order: 1; }
  .hero-img-wrap       { order: 2; }
  .reviews-grid        { grid-template-columns: 1fr 1fr; }
  .what-is-inner       { grid-template-columns: 1fr; }
  .guarantee-inner     { grid-template-columns: 1fr; text-align: center; }
  .problem-inner       { grid-template-columns: 1fr; gap: 40px; }
  .benefits-two-col    { grid-template-columns: 1fr; }
  .bonus-row           { flex-direction: column; gap: 12px; }
  .bonus-tag           { min-width: auto; }
}

@media (max-width: 640px) {
  nav                  { padding: 0 16px; }
  .nav-links           { display: none; }
  .hamburger           { display: flex; }
  .hero                { padding: 44px 20px; }
  .hero-content h1     { font-size: 2rem; }
  .hero-stat-row       { flex-direction: column; gap: 16px; }
  .sec-title-band      { padding: 40px 20px 34px; }
  .sec-title-band h2   { font-size: 1.6rem; }
  .reviews-grid        { grid-template-columns: 1fr; }
  .pullquote-inner     { padding: 24px 20px; }
  .problem-section,
  .what-is-section,
  .guarantee-section,
  .benefits-section,
  .bonuses-section,
  .faq-section,
  .order-how-section   { padding: 44px 20px; }
  .ingredients-section { padding: 44px 20px; }
  .pricing-details,
  .price-img-section   { padding: 28px 20px; }
  .pricing-details-inner { grid-template-columns: 1fr; }
  .cta-final           { padding: 56px 20px; }
  .cta-final h2        { font-size: 1.75rem; }
  .cta-current-price   { font-size: 2.1rem; }
  .cta-perks           { flex-direction: column; align-items: center; gap: 8px; }
  footer               { padding: 36px 20px 22px; }
  .footer-cols a       { border-right: none; padding: 4px 12px; }
  .ingredient-row      { flex-direction: column; gap: 12px; }
}