/* ===========================
   VAAPOFIL.COM — Stylesheet
   Simple, classic, sales-focused
   =========================== */

:root {
  --blue: #1e40af;
  --blue-dark: #1e3a8a;
  --blue-light: #3b82f6;
  --orange: #f97316;
  --orange-light: #fb923c;
  --orange-deep: #c2410c;
  --yellow: #fbbf24;
  --yellow-deep: #d4a017;
  --black: #0a0a0a;
  --text: #1f2937;
  --text-light: #6b7280;
  --gray: #f3f4f6;
  --green: #16a34a;
  --red: #dc2626;
  --max: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

h1, h2, h3, h4, h5 {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.hl { color: var(--yellow); }
.hl-blue { color: var(--blue); }

/* ===========================
   HEADER
   =========================== */
.site-header {
  background: #fff;
  border-bottom: 2px solid #e5e7eb;
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.logo-mark {
  width: 38px; height: 38px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  color: #fff;
  border-radius: 8px;
  display: grid; place-items: center;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 3px 8px rgba(30,64,175,0.3);
}
.logo-text {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: var(--text);
  letter-spacing: -0.01em;
}
.logo-accent { color: var(--blue); }

.header-buy {
  background: linear-gradient(180deg, var(--orange-light), var(--orange-deep));
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 2px solid var(--orange-deep);
  box-shadow: 0 3px 0 #7c2d12;
  transition: transform 0.15s, box-shadow 0.15s;
  white-space: nowrap;
}
.header-buy:hover { transform: translateY(1px); box-shadow: 0 2px 0 #7c2d12; }
.header-buy i { margin-right: 6px; }

/* ===========================
   HERO
   =========================== */
.hero {
  background: var(--blue);
  color: #fff;
  padding: 50px 0;
  border-radius: 0 0 0 0;
}
.hero-wrap {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: center;
}
.hero-img {
  display: grid;
  place-items: center;
}
.hero-img img {
  max-width: 360px;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,0.3));
}
.hero-text h1 {
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 1.2;
}
.hero-text p {
  color: rgba(255,255,255,0.92);
  font-size: 17px;
  margin-bottom: 20px;
  line-height: 1.55;
}
.hero-trust-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.trust-circle {
  width: 64px; height: 64px;
  background: #0a0a0a;
  border-radius: 50%;
  padding: 6px;
  display: grid; place-items: center;
  border: 2px solid rgba(255,255,255,0.2);
}
.trust-circle img {
  width: 50px; height: 50px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ===========================
   DOCTOR SECTION
   =========================== */
.doctor-section {
  background: #fff;
  padding: 70px 0;
}
.doctor-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
  align-items: center;
}
.doctor-text h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 14px;
  line-height: 1.25;
}
.title-underline {
  width: 80px; height: 4px;
  background: var(--blue);
  margin: 18px 0 22px;
  border-radius: 2px;
}
.doctor-text p {
  font-size: 16px;
  margin-bottom: 14px;
  color: var(--text);
  line-height: 1.65;
}
.doctor-img {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}
.doctor-img img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* ===========================
   URGENCY BANNERS
   =========================== */
.urgency-banner {
  background: var(--blue);
  color: #fff;
  padding: 50px 0 70px;
  text-align: center;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
}
.urgency-banner h2 {
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.25;
  max-width: 800px;
  margin: 0 auto 18px;
}
.urg-italic {
  color: var(--yellow);
  font-style: italic;
  font-weight: 900;
}
.urg-yel { color: var(--yellow); }
.countdown {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 8px;
}
.urg-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 14px;
}

/* ===========================
   PRICING
   =========================== */
.pricing {
  background: #fff;
  padding: 50px 0 70px;
}
.price-grid {
  display: grid;
  grid-template-columns: 1fr 1.08fr 1fr;
  gap: 16px;
  align-items: stretch;
  max-width: 1000px;
  margin: 0 auto;
}
.price-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s;
}
.price-card:hover { transform: translateY(-4px); }
.price-card.best {
  transform: scale(1.04);
  box-shadow: 0 12px 30px rgba(249,115,22,0.3);
}
.price-card.best:hover { transform: scale(1.04) translateY(-4px); }

.price-head {
  padding: 18px 16px;
  text-align: center;
}
.price-head.dark { background: #0a0a0a; }
.price-head.orange { background: linear-gradient(180deg, #fb923c, #ea580c); }
.price-head h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
.price-head.orange h3 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.price-body {
  padding: 22px 18px 22px;
  text-align: center;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-body.orange-body {
  background: linear-gradient(180deg, #fff5ea 0%, #ffd9a8 100%);
}

.bottle-info { margin-bottom: 14px; }
.bot-count {
  font-size: 22px;
  font-weight: 900;
  color: var(--black);
  line-height: 1;
  letter-spacing: 0.02em;
}
.bot-supply {
  font-size: 17px;
  font-weight: 700;
  color: var(--black);
  margin-top: 3px;
}

.badges-row {
  position: absolute;
  top: 80px;
  left: 0; right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
  z-index: 3;
}
.badge-mp {
  background: #92400e;
  color: #fff;
  padding: 7px 11px 9px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 0.04em;
  transform: rotate(-7deg);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  position: relative;
}
.badge-mp::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #92400e;
}
.badge-mp .bs {
  display: block;
  font-size: 7px;
  color: var(--yellow);
  margin-top: 1px;
  letter-spacing: 1px;
}
.badge-fs {
  background: var(--yellow);
  color: var(--black);
  padding: 6px 10px;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  transform: rotate(7deg);
  box-shadow: 0 3px 8px rgba(0,0,0,0.18);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.badge-fs i { font-size: 14px; }
.badge-fs.small-fs {
  position: absolute;
  top: 80px;
  right: 12px;
  z-index: 3;
}

.price-img {
  margin: 8px auto 14px;
  min-height: 180px;
  display: grid;
  place-items: center;
}
.price-img img {
  max-height: 200px;
  width: auto;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,0.18));
}
.price-card.best .price-img img { max-height: 220px; }

.price-amt {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3px;
  margin-bottom: 14px;
  line-height: 1;
}
.price-amt .dollar {
  font-family: 'Poppins', sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: var(--black);
  margin-top: 14px;
}
.price-amt .big {
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  font-weight: 900;
  color: var(--black);
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.price-amt .per {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--black);
  text-align: left;
  line-height: 1.1;
  margin-top: 16px;
  margin-left: 2px;
}

.info-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
  color: var(--black);
  margin: 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.info-line i {
  color: var(--black);
  font-size: 15px;
}

.dotted {
  border-top: 2px dotted rgba(0,0,0,0.3);
  margin: 10px 4px;
}

.total-line {
  font-size: 16px;
  font-weight: 800;
  color: var(--black);
  margin: 12px 0;
}
.total-line s {
  color: #ef4444;
  font-weight: 700;
  margin-right: 4px;
}
.total-line strong {
  font-weight: 900;
  font-size: 18px;
}

.ship-tag {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 4px auto 14px;
  align-self: center;
}
.ship-tag.dark-tag {
  background: #7f1d1d;
  color: #fff;
}
.ship-tag.yellow-tag {
  background: var(--yellow);
  color: var(--black);
}
.ship-tag i { font-size: 9px; margin-right: 3px; }

.cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(180deg, #fde047 0%, #eab308 60%, #b8860b 100%);
  color: var(--black);
  padding: 15px 16px;
  border-radius: 8px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 2px solid #92740b;
  box-shadow: 0 5px 0 #6b5408;
  transition: transform 0.12s, box-shadow 0.12s;
  margin-bottom: 14px;
  text-shadow: 0 1px 0 rgba(255,255,255,0.4);
}
.cart-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 0 #6b5408;
}
.cart-btn i { font-size: 18px; }
.cart-btn.orange-cart {
  background: linear-gradient(180deg, #fb923c 0%, #f97316 60%, #c2410c 100%);
  color: #fff;
  border-color: #9a3412;
  box-shadow: 0 5px 0 #7c2d12;
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.cart-btn.orange-cart:hover { box-shadow: 0 3px 0 #7c2d12; }

.pay-img {
  max-width: 220px;
  margin: 4px auto 0;
  opacity: 0.9;
}

/* ===========================
   GUARANTEE CARD
   =========================== */
.guarantee-block {
  background: #fff;
  padding: 50px 0;
}
.guarantee-card {
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 14px;
  padding: 50px 40px 40px;
  text-align: center;
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.guarantee-circle {
  width: 110px; height: 110px;
  margin: -100px auto 24px;
  background: var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  padding: 8px;
}
.guarantee-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.guarantee-card h2 {
  color: var(--blue);
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 12px;
  font-weight: 900;
}
.guarantee-sub {
  color: var(--text);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  text-decoration: underline;
}
.guarantee-card p {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 14px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}
.guarantee-card p strong { color: var(--blue); }
.cert-row {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
  flex-wrap: wrap;
}
.cert-row img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/* ===========================
   EXPERT SECTION
   =========================== */
.expert-section {
  background: #fff;
  padding: 50px 0;
}
.expert-card {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border: 1px solid #93c5fd;
  border-radius: 14px;
  padding: 36px 30px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  align-items: center;
  max-width: 920px;
  margin: 0 auto;
}
.expert-text h3 {
  font-size: 18px;
  color: var(--blue-dark);
  margin-bottom: 12px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.45;
}
.expert-text p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 12px;
}
.expert-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--blue);
}
.expert-img {
  border-left: 1px solid #93c5fd;
  padding-left: 20px;
  display: grid;
  place-items: center;
}
.expert-img img {
  width: 180px;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

/* ===========================
   INGREDIENTS
   =========================== */
.ingredients-intro {
  background: #fff;
  padding: 40px 0 24px;
  text-align: center;
}
.ingredients-intro h2 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 12px;
}
.intro-sub {
  font-size: 16px;
  color: var(--text);
}

.ingredients {
  background: #fff;
  padding: 30px 0 70px;
}
.ing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}
.ing-card {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}
.ing-photo {
  width: 100%;
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  margin-bottom: 16px;
}
/* Inline placeholder backgrounds — use CSS gradient swatches keyed to ingredient mood */
.ing-photo-1 { background: radial-gradient(circle at 30% 40%, #92400e, #451a03); }
.ing-photo-2 { background: radial-gradient(circle at 50% 50%, #166534, #052e16); }
.ing-photo-3 { background: radial-gradient(circle at 30% 50%, #1e3a8a, #1e1b4b), linear-gradient(45deg, #14532d, #1e3a8a); background-blend-mode: multiply; }
.ing-photo-4 { background: radial-gradient(circle at 30% 30%, #b45309, #44403c); }
.ing-photo-5 { background: radial-gradient(circle at 50% 50%, #15803d, #052e16); }
.ing-photo-6 { background: radial-gradient(circle at 50% 50%, #d6d3d1, #78716c); }

.ing-card h4 {
  font-size: 17px;
  color: var(--black);
  margin-bottom: 12px;
  font-weight: 800;
}
.ing-card p {
  font-size: 14px;
  color: var(--text);
  line-height: 1.6;
  text-align: left;
}

/* ===========================
   BONUSES (BLACK)
   =========================== */
.bonuses-section {
  background: var(--black);
  padding: 60px 0 70px;
  color: #fff;
}
.bonus-heading {
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  margin-bottom: 36px;
  line-height: 1.3;
}
.b-blue { color: var(--blue-light); }
.b-yellow { color: var(--yellow); }

.bonus-card {
  background: #fff;
  color: var(--text);
  border-radius: 12px;
  padding: 24px;
  margin: 0 auto 18px;
  max-width: 720px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: flex-start;
}
.bonus-img {
  width: 130px;
  height: 180px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}
.bonus-img-1 { background: linear-gradient(135deg, #831843, #18181b); }
.bonus-img-2 { background: linear-gradient(135deg, #be185d, #18181b); }
.bonus-img-3 { background: linear-gradient(135deg, #1e3a8a, #18181b); }
.bonus-img-4 { background: linear-gradient(135deg, #c2410c, #18181b); }
.bonus-img-5 { background: linear-gradient(135deg, #581c87, #18181b); }

.bonus-text h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 12px;
  line-height: 1.3;
}
.bonus-strike {
  color: var(--red);
  text-decoration: line-through;
  font-weight: 800;
}
.bonus-text p {
  font-size: 15px;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 14px;
}
.bonus-tag {
  color: var(--red);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

/* ===========================
   TESTIMONIALS
   =========================== */
.testimonials {
  background: #fff;
  padding: 60px 0;
}
.testi-heading {
  text-align: center;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: 16px;
}
.testi-tag {
  background: var(--black);
  color: #fff;
  display: inline-block;
  padding: 10px 26px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  margin: 0 auto 28px;
  display: block;
  width: fit-content;
}
.testi-photos {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 36px;
}
.testi-photos img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.18);
}
.testi-photos img:nth-child(1) { transform: rotate(-5deg); }
.testi-photos img:nth-child(2) { transform: scale(1.05); }
.testi-photos img:nth-child(3) { transform: rotate(5deg); }

.testi-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px;
  max-width: 800px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 22px;
  align-items: flex-start;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}
.testi-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.testi-stars-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.testi-stars {
  color: var(--yellow);
  font-size: 18px;
  letter-spacing: 1px;
}
.testi-verified {
  font-size: 14px;
  color: var(--text);
  font-weight: 600;
}
.testi-body p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--text);
  margin-bottom: 12px;
}
.testi-name {
  font-size: 14px;
  color: var(--text);
}

/* ===========================
   SHIP BANNER
   =========================== */
.ship-banner {
  background: var(--blue);
  color: #fff;
  padding: 26px 0;
  text-align: center;
}
.ship-banner i {
  font-size: 28px;
  color: var(--yellow);
  margin-bottom: 8px;
}
.ship-banner h3 {
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
  margin-bottom: 4px;
}
.ship-banner .yel { color: var(--yellow); }
.ship-banner p {
  color: rgba(255,255,255,0.85);
  font-size: 13px;
}

/* ===========================
   BENEFITS BLOCK (BLACK)
   =========================== */
.benefits-block {
  background: var(--black);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.benefits-stars {
  color: var(--yellow);
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 14px;
}
.benefits-heading {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 36px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}
.benefit-card {
  background: rgba(255,255,255,0.04);
  border: 2px solid var(--yellow);
  border-radius: 10px;
  padding: 14px;
  text-align: center;
}
.benefit-photo {
  width: 100%;
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  margin-bottom: 12px;
}
.bp-1 { background: linear-gradient(135deg, #fbcfe8, #831843); }
.bp-2 { background: linear-gradient(135deg, #fde68a, #b45309); }
.bp-3 { background: linear-gradient(135deg, #ddd6fe, #4c1d95); }
.bp-4 { background: linear-gradient(135deg, #bfdbfe, #1e3a8a); }
.bp-5 { background: linear-gradient(135deg, #d1fae5, #065f46); }

.benefit-card h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

/* ===========================
   SPECIAL OFFER CARD
   =========================== */
.special-offer {
  background: #fff;
  padding: 60px 0;
}
.offer-card {
  background: linear-gradient(135deg, #1e1b4b, #0a0a0a);
  border-radius: 14px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 30px;
  align-items: center;
  max-width: 720px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.offer-text h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 900;
}
.offer-list { display: flex; flex-direction: column; gap: 12px; }
.offer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: rgba(255,255,255,0.92);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 10px;
  line-height: 1.45;
}
.offer-list li:last-child { border-bottom: none; padding-bottom: 0; }
.offer-list i {
  color: var(--yellow);
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.offer-list strong { color: #fff; }
.offer-img {
  position: relative;
  display: grid;
  place-items: center;
}
.offer-img img {
  max-width: 200px;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.5));
}
.offer-seal {
  position: absolute;
  top: 0; right: 0;
  width: 70px; height: 70px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.1;
  border: 3px solid var(--yellow-deep);
  transform: rotate(-15deg);
}

/* ===========================
   FAQ
   =========================== */
.faq-section {
  background: var(--blue);
  color: #fff;
  padding: 70px 0;
  position: relative;
  clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
}
.faq-icon {
  text-align: center;
  font-size: 48px;
  color: #fff;
  margin-bottom: 8px;
}
.faq-heading {
  color: #fff;
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-bottom: 36px;
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  background: #fff;
  border: none;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  font-family: inherit;
  transition: background 0.2s;
}
.faq-q:hover { background: #f9fafb; }
.faq-q i {
  color: var(--blue);
  font-size: 14px;
  transition: transform 0.3s;
}
.faq-item.active .faq-q i { transform: rotate(45deg); }
.faq-q span { flex: 1; }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fff;
}
.faq-item.active .faq-a { max-height: 400px; }
.faq-a p {
  padding: 0 20px 18px 50px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.65;
}

.urgency-final {
  padding-top: 60px;
  padding-bottom: 90px;
}
.urgency-final h2 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }

/* ===========================
   SUPPLEMENT FACTS
   =========================== */
.supp-facts {
  background: var(--black);
  padding: 50px 0;
  color: #fff;
}
.supp-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
  background: var(--black);
  padding: 30px;
  border-radius: 8px;
}
.supp-info h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 800;
}
.supp-info p {
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  line-height: 1.65;
  margin-bottom: 12px;
}
.supp-info strong { color: #fff; }
.supp-info .distrib {
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 14px;
}

.supp-facts-table {
  background: #fff;
  color: var(--text);
  padding: 18px;
  border: 2px solid #000;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
}
.supp-facts-table h4 {
  font-size: 22px;
  border-bottom: 6px solid #000;
  padding-bottom: 4px;
  margin-bottom: 6px;
  font-weight: 900;
}
.supp-facts-table .serving {
  font-size: 12px;
  margin-bottom: 8px;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
}
.supp-facts-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.supp-facts-table th {
  text-align: right;
  border-bottom: 1px solid #000;
  padding: 4px 0;
  font-weight: 700;
}
.supp-facts-table th:first-child { text-align: left; }
.supp-facts-table td {
  border-bottom: 1px solid #d1d5db;
  padding: 4px 0;
}
.supp-facts-table td:nth-child(2),
.supp-facts-table td:nth-child(3) { text-align: right; }
.supp-facts-table .footnote,
.supp-facts-table .footnote-other {
  font-size: 11px;
  margin-top: 8px;
  line-height: 1.4;
}

/* ===========================
   FOOTER
   =========================== */
.site-footer {
  background: #18181b;
  color: rgba(255,255,255,0.6);
  padding: 40px 0 24px;
  text-align: center;
}
.disclaimer {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  max-width: 800px;
  margin: 0 auto 12px;
  line-height: 1.6;
}
.footer-links {
  margin: 22px 0 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 12px;
}
.footer-links a {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  transition: color 0.2s;
}
.footer-links a:hover { color: var(--yellow); }
.footer-links span { color: rgba(255,255,255,0.3); }
.copy {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 10px;
}

/* ===========================
   SCROLL TO TOP
   =========================== */
#scrollTop {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 44px; height: 44px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 90;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
#scrollTop:hover { background: var(--blue-dark); }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 992px) {
  .hero-wrap { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .hero-img img { max-width: 280px; margin: 0 auto; }
  .hero-trust-row { justify-content: center; }
  .doctor-wrap { grid-template-columns: 1fr; gap: 30px; }
  .doctor-img { max-width: 360px; margin: 0 auto; }
  .title-underline { margin-left: auto; margin-right: auto; }
  .doctor-text { text-align: center; }
  .doctor-text p { text-align: left; }

  .price-grid { grid-template-columns: 1fr; max-width: 380px; gap: 24px; }
  .price-card.best { transform: none; }
  .price-card.best:hover { transform: translateY(-4px); }

  .expert-card { grid-template-columns: 1fr; gap: 20px; text-align: center; padding: 28px 22px; }
  .expert-img { border-left: none; padding-left: 0; }
  .expert-img img { width: 200px; height: 200px; border-radius: 50%; }

  .ing-grid { grid-template-columns: repeat(2, 1fr); }

  .bonus-card { grid-template-columns: 100px 1fr; gap: 14px; padding: 18px; }
  .bonus-img { width: 100px; height: 140px; }
  .bonus-text h3 { font-size: 18px; }

  .testi-photos img { width: 100px; height: 100px; }
  .testi-card { grid-template-columns: 60px 1fr; gap: 14px; padding: 18px; }
  .testi-avatar { width: 60px; height: 60px; }

  .benefits-grid { grid-template-columns: repeat(2, 1fr); }

  .offer-card { grid-template-columns: 1fr; padding: 26px 22px; gap: 22px; }
  .offer-text h2 { font-size: 24px; text-align: center; }
  .offer-img img { max-width: 160px; margin: 0 auto; }

  .supp-card { grid-template-columns: 1fr; gap: 24px; padding: 22px; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .hero { padding: 36px 0; }
  .urgency-banner { padding: 36px 0 50px; }
  .price-amt .big { font-size: 70px; }
  .price-amt .dollar { font-size: 32px; margin-top: 12px; }
  .ing-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
  .benefits-grid { grid-template-columns: 1fr; max-width: 320px; margin: 0 auto; }
  .testi-photos { flex-wrap: wrap; }
  .header-buy { padding: 8px 14px; font-size: 12px; }
  .logo-text { font-size: 20px; }
  .logo-mark { width: 32px; height: 32px; font-size: 18px; }
  .guarantee-card { padding: 38px 22px 28px; }
  .guarantee-circle { width: 90px; height: 90px; margin-top: -80px; }
  .bonus-card { grid-template-columns: 1fr; }
  .bonus-img { width: 100%; height: 200px; max-width: 200px; margin: 0 auto; }
  .cert-row img { width: 56px; height: 56px; }
}
