/* ============================================================
   BREATHIZEN™ — bbreathizen.com — css/style.css
   Theme: Deep Slate + Coral + Mint Green
   Fonts: Outfit (headings) + Lato (body)
   ============================================================ */

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

:root {
  --slate:         #1C2B3A;
  --slate-mid:     #243447;
  --slate-light:   #2E4058;
  --coral:         #E8704A;
  --coral-hover:   #C85A38;
  --coral-pale:    #FDF2EE;
  --mint:          #34A882;
  --mint-light:    #4CC9A0;
  --mint-pale:     #F0FBF7;
  --white:         #FFFFFF;
  --off-white:     #F8FAFB;
  --text:          #1A202C;
  --muted:         #4A5568;
  --border:        #B2E4D4;
  --border-soft:   #E0F5EE;
  --radius:        10px;
  --radius-sm:     6px;
  --radius-pill:   50px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', 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(28,43,58,0.5);
  border-bottom: 3px solid var(--coral);
}

.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: 'Outfit', sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--mint-light);
  text-decoration: none;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  flex-shrink: 0;
}

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

.nav-links a {
  color: #94A9BA;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  transition: color 0.2s;
  white-space: nowrap;
}

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

.btn-nav-order {
  background: var(--coral) !important;
  color: var(--white) !important;
  font-weight: 900 !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(--coral-hover) !important; }

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

.hamburger span {
  width: 25px;
  height: 2.5px;
  background: var(--mint-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: #94A9BA;
  text-decoration: none;
  font-size: 1.04rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  transition: color 0.2s;
}

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

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

/* ============================================================
   GLOBAL BUTTONS
   ============================================================ */
.btn-primary {
  display: inline-block;
  background: var(--coral);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.6px;
  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(232,112,74,0.35);
}

.btn-primary:hover {
  background: var(--coral-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(200,90,56,0.4);
}

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

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

.sec-subtitle {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  color: var(--mint-light);
  font-weight: 400;
  margin-top: 8px;
  font-style: italic;
}

/* ============================================================
   HERO — Centered Layout
   ============================================================ */
.hero {
  background: linear-gradient(160deg, var(--mint-pale) 0%, var(--white) 50%);
  padding: 70px 48px 60px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(232,112,74,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.hero-text-top {
  text-align: center;
  max-width: 820px;
}

.hero-pill {
  display: inline-block;
  background: var(--mint-pale);
  color: var(--mint);
  border: 1.5px solid var(--border);
  padding: 7px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Outfit', sans-serif;
}

.hero-text-top h1 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.9rem;
  font-weight: 900;
  line-height: 1.1;
  color: var(--slate);
  margin-bottom: 18px;
}

.hero-sub {
  font-size: 1.15rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 700px;
  margin: 0 auto;
}

.hero-mid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 48px;
  align-items: center;
  max-width: 960px;
  width: 100%;
}

.hero-img-col {
  display: flex;
  justify-content: center;
}

.hero-img-col a img {
  max-width: 360px;
  width: 100%;
  filter: drop-shadow(0 14px 36px rgba(28,43,58,0.18));
  transition: transform 0.4s;
}

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

.hero-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-checklist li {
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--slate);
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-hero {
  font-size: 1.05rem;
  padding: 16px 36px;
  display: block;
  text-align: center;
  margin-bottom: 18px;
}

.hero-guarantee-note {
  font-size: 0.95rem;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.7;
}

.hero-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--slate);
  border-radius: var(--radius);
  padding: 20px 36px;
  gap: 0;
  width: 100%;
  max-width: 960px;
}

.htb-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  text-align: center;
}

.htb-icon { font-size: 1.6rem; }

.htb-item span:last-child {
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--mint-light);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  line-height: 1.4;
}

.htb-divider {
  width: 1px;
  height: 40px;
  background: rgba(76,201,160,0.2);
  flex-shrink: 0;
}

/* ============================================================
   SYMPTOMS SECTION
   ============================================================ */
.symptoms-section {
  background: var(--white);
  padding: 70px 48px;
}

.symptoms-inner { max-width: 1160px; margin: 0 auto; }

.symptoms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.symptom-card {
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  border-top: 4px solid var(--coral);
  padding: 28px 24px;
  transition: box-shadow 0.3s, transform 0.3s;
}

.symptom-card:hover {
  box-shadow: 0 8px 28px rgba(232,112,74,0.12);
  transform: translateY(-4px);
}

.sym-icon {
  font-size: 2.4rem;
  display: block;
  margin-bottom: 14px;
}

.symptom-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--slate);
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.symptom-card p {
  font-size: 0.99rem;
  line-height: 1.72;
  color: var(--muted);
}

.symptoms-cta {
  background: linear-gradient(135deg, var(--coral-pale) 0%, #FFF8F5 100%);
  border: 1.5px solid rgba(232,112,74,0.25);
  border-radius: var(--radius);
  padding: 32px 40px;
  text-align: center;
}

.symptoms-cta p {
  font-size: 1.12rem;
  line-height: 1.78;
  color: var(--slate-mid);
  margin-bottom: 22px;
}

/* ============================================================
   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: 420px 1fr;
  align-items: center;
  gap: 64px;
}

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

.what-is-img img {
  max-width: 100%;
  filter: drop-shadow(0 10px 28px rgba(28,43,58,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(--slate-mid) 100%);
  padding: 48px 40px 18px;
  text-align: center;
}

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

.pricing-band h4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--mint-light);
  margin-bottom: 0;
  font-style: italic;
}

/* ============================================================
   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%;
  height: auto;
  border-radius: var(--radius);
  transition: transform 0.3s;
  box-shadow: 0 4px 24px rgba(28,43,58,0.1);
}

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

/* ============================================================
   INGREDIENTS — Alternating Rows
   ============================================================ */
.ingredients-section {
  background: var(--off-white);
  padding: 60px 48px;
}

.ing-alt-row {
  max-width: 1100px;
  margin: 0 auto 0;
  display: grid;
  grid-template-columns: 1fr 200px;
  align-items: center;
  gap: 48px;
  padding: 40px 0;
  border-bottom: 1px solid var(--border-soft);
}

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

.ing-alt-row.ing-reverse {
  grid-template-columns: 200px 1fr;
}

.ing-alt-row.ing-reverse .ing-text { order: 2; }
.ing-alt-row.ing-reverse .ing-img-col { order: 1; }

.ing-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--coral);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 0.95rem;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
}

.ing-text h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--slate);
  margin-bottom: 4px;
  line-height: 1.3;
}

.ing-text h3 em {
  font-style: normal;
  color: var(--coral);
}

.ing-role {
  font-family: 'Outfit', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mint);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
  display: block;
}

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

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

.ing-visual {
  font-size: 6rem;
  line-height: 1;
  opacity: 0.75;
  filter: drop-shadow(0 4px 12px rgba(28,43,58,0.15));
}

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

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

.review-card {
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  border-left: 5px solid var(--mint);
  padding: 28px 26px;
  transition: box-shadow 0.3s, transform 0.3s;
}

.review-card:hover {
  box-shadow: 0 8px 28px rgba(52,168,130,0.1);
  transform: translateY(-4px);
}

.review-header {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.reviewer-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--mint);
  flex-shrink: 0;
}

.review-meta { display: flex; flex-direction: column; gap: 4px; }

.review-stars { height: 18px; display: block; }

.reviewer-name {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  color: var(--slate);
  font-size: 0.97rem;
}

.review-badge {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--mint);
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

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

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

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

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

.guarantee-inner img {
  max-width: 100%;
  filter: drop-shadow(0 6px 20px rgba(28,43,58,0.12));
}

.guarantee-label {
  display: inline-block;
  background: var(--mint-pale);
  color: var(--mint);
  border: 1.5px solid var(--border);
  padding: 5px 16px;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: 'Outfit', sans-serif;
}

.guarantee-text h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--slate);
  margin-bottom: 16px;
  line-height: 1.25;
}

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

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

.benefits-icon-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.benefit-icon-card {
  background: var(--off-white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: box-shadow 0.3s, transform 0.3s;
}

.benefit-icon-card:hover {
  box-shadow: 0 8px 24px rgba(52,168,130,0.12);
  transform: translateY(-4px);
}

.bic-icon {
  font-size: 2.6rem;
  display: block;
  margin-bottom: 14px;
}

.benefit-icon-card h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--slate);
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

.benefit-icon-card p {
  font-size: 0.93rem;
  line-height: 1.7;
  color: var(--muted);
}

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

.bonuses-inner { max-width: 1160px; margin: 0 auto; }

.bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.bonus-item {
  background: var(--white);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 24px 22px;
  transition: box-shadow 0.3s, transform 0.3s;
}

.bonus-item:hover {
  box-shadow: 0 8px 24px rgba(232,112,74,0.1);
  transform: translateY(-3px);
}

.bonus-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.bonus-tag {
  font-family: 'Outfit', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  color: var(--white);
  background: var(--slate);
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.bonus-value {
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  color: var(--coral);
  text-transform: uppercase;
}

.bonus-item h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  color: var(--slate);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1.3;
}

.bonus-item p {
  font-size: 0.95rem;
  line-height: 1.72;
  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-item.open { border-color: var(--mint); }

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 26px;
  font-family: 'Outfit', 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;
}

.faq-question:hover { background: var(--mint-pale); }
.faq-item.open .faq-question { background: var(--mint-pale); color: var(--mint); }

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

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

.faq-item.open .faq-answer { display: block; }
.faq-item.open .faq-arrow  { transform: rotate(180deg); }

/* ============================================================
   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(28,43,58,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: 1100px;
  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(--mint);
}

.info-block h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--slate);
  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(--coral); font-size: 0.75rem; font-weight: 900; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.cta-final {
  background: linear-gradient(160deg, var(--mint-pale) 0%, var(--white) 55%);
  padding: 80px 48px;
  text-align: center;
  border-top: 4px solid var(--coral);
  border-bottom: 4px solid var(--coral);
  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(52,168,130,0.07) 0%, transparent 70%);
  pointer-events: none;
}

.cta-final h2 {
  font-family: 'Outfit', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--slate);
  margin-bottom: 10px;
  line-height: 1.18;
  position: relative;
}

.cta-subhead {
  font-size: 1.1rem;
  color: var(--muted);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 36px;
  display: block;
}

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

.cta-product-img a img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 32px rgba(28,43,58,0.18));
  transition: transform 0.4s;
}

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

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

.cta-current-price {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: var(--slate);
  display: block;
  margin-bottom: 24px;
}

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

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

.btn-cta-final {
  font-size: 1.2rem;
  padding: 18px 50px;
}

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

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

.footer-tagline {
  font-family: 'Lato', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--mint);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 28px;
}

.footer-cols {
  max-width: 1100px;
  margin: 0 auto 28px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.footer-cols a {
  color: var(--mint-light);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  transition: color 0.2s;
  padding: 5px 18px;
  border-right: 1px solid rgba(76,201,160,0.2);
  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(76,201,160,0.12);
  padding-top: 24px;
}

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

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

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

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

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

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

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

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

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1060px) {
  .hero-text-top h1      { font-size: 2.4rem; }
  .what-is-inner         { grid-template-columns: 340px 1fr; gap: 40px; }
  .benefits-icon-grid    { grid-template-columns: repeat(4, 1fr); }
  .bonus-grid            { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .hero-mid              { grid-template-columns: 1fr; gap: 32px; }
  .hero-img-col a img    { max-width: 280px; }
  .hero-trust-bar        { flex-wrap: wrap; gap: 16px; padding: 20px 24px; }
  .htb-divider           { display: none; }
  .htb-item              { width: 45%; }
  .symptoms-grid         { grid-template-columns: repeat(2, 1fr); }
  .what-is-inner         { grid-template-columns: 1fr; }
  .reviews-grid          { grid-template-columns: 1fr; }
  .guarantee-inner       { grid-template-columns: 1fr; text-align: center; }
  .benefits-icon-grid    { grid-template-columns: repeat(2, 1fr); }
  .ing-alt-row           { grid-template-columns: 1fr; gap: 24px; }
  .ing-alt-row.ing-reverse { grid-template-columns: 1fr; }
  .ing-alt-row.ing-reverse .ing-text { order: 1; }
  .ing-alt-row.ing-reverse .ing-img-col { order: 2; }
  .ing-img-col           { display: none; }
  .pricing-details-inner { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  nav                    { padding: 0 16px; }
  .nav-links             { display: none; }
  .hamburger             { display: flex; }
  .hero                  { padding: 44px 20px 40px; }
  .hero-text-top h1      { font-size: 2rem; }
  .sec-title-band        { padding: 40px 20px 34px; }
  .sec-title-band h2     { font-size: 1.6rem; }
  .symptoms-grid         { grid-template-columns: 1fr; }
  .bonus-grid            { grid-template-columns: 1fr; }
  .benefits-icon-grid    { grid-template-columns: repeat(2, 1fr); }
  .symptoms-section,
  .what-is-section,
  .guarantee-section,
  .benefits-section,
  .bonuses-section,
  .faq-section,
  .order-how-section,
  .ingredients-section   { padding: 44px 20px; }
  .price-img-section,
  .pricing-details       { 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.2rem; }
  .cta-perks             { flex-direction: column; align-items: center; gap: 8px; }
  footer                 { padding: 36px 20px 22px; }
  .footer-cols a         { border-right: none; padding: 4px 10px; }
}