
:root {
  --ink: #0e3140;
  --muted: #4d6470;
  --line: #d6e7ed;
  --bg: #f5fbfd;
  --panel: #ffffff;
  --primary: #166b86;
  --primary-dark: #0a3448;
  --primary-deep: #071e2d;
  --cyan: #21a4c2;
  --gold: #f6c23a;
  --gold-dark: #e09f08;
  --danger: #9c2f2f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  font-size: 18px;
  line-height: 1.72;
  padding-bottom: 126px;
  overflow-x: hidden;
}
a { color: #0d7896; }
img { max-width: 100%; height: auto; }
p { margin: 0 0 22px; line-height: 1.76; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(90deg, #2bb2cd, #166b86 45%, #0a3448);
  box-shadow: 0 12px 36px rgba(7, 30, 45, .16);
}
.nav-wrap {
  max-width: 1240px;
  margin: auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0;
}
.brand sup, h1 sup, .footer-brand h3 sup {
  font-size: .42em;
  line-height: 0;
  vertical-align: super;
}
.nav-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.nav-links a { color: #ffffff; font-size: 15px; text-decoration: none; font-weight: 800; }
.wrap { max-width: 1240px; margin: 0 auto; padding: 72px 28px; }
.narrow { max-width: 930px; }
.btn, .navbtn, .sticky-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}
.primary, .navbtn {
  color: #071e2d;
  background: linear-gradient(180deg, #ffdb68, var(--gold));
  border-color: #d99600;
  box-shadow: 5px 7px 0 rgba(7, 30, 45, .22);
}
.secondary {
  color: #0a3448;
  background: #ffffff;
  border-color: rgba(22, 107, 134, .25);
  box-shadow: 5px 7px 0 rgba(33, 164, 194, .18);
}
.btn:hover, .navbtn:hover, .sticky-order:hover { transform: translateY(-2px); }
.hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(246, 194, 58, .20), transparent 31%),
    linear-gradient(135deg, #2db3ce 0%, #166b86 42%, #071e2d 100%);
  color: #ffffff;
}
.hero-grid, .split, .final-grid, .guarantee-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .82fr);
  gap: 44px;
  align-items: center;
}
.hero-grid > *, .split > *, .final-grid > *, .guarantee-split > *, .footer-main > * { min-width: 0; }
.hero .wrap { padding-top: 82px; padding-bottom: 90px; }
.hero h1 {
  color: #ffffff;
  font-size: clamp(31px, 4.2vw, 48px);
  line-height: 1.14;
  font-weight: 900;
  margin: 18px 0 20px;
  letter-spacing: 0;
}
.hero p, .hero .lead { color: #eefbff; }
.hero-tagline {
  color: var(--gold);
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 18px;
}
.lead { font-size: 20px; line-height: 1.65; }
.eyebrow {
  display: inline-flex;
  background: rgba(255,255,255,.14);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 5px;
  padding: 6px 10px;
  font-weight: 900;
  font-size: 13px;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-product {
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .22);
}
.hero-product img { width: min(100%, 430px); max-height: 430px; object-fit: contain; }
.mini-strip { color: #315361; font-size: 13px; margin-top: 12px; }
.alert-band {
  background: linear-gradient(90deg, #071e2d, #166b86, #071e2d);
  color: #ffffff;
  text-align: center;
}
.alert-band .wrap { padding-top: 42px; padding-bottom: 42px; }
.alert-band h2 { color: #ffffff; font-size: clamp(28px, 3.2vw, 38px); margin: 0 0 16px; }
.alert-band p { color: #ffffff; max-width: 1050px; margin-left: auto; margin-right: auto; }
.gold-highlight { color: var(--gold); }
.section { background: #ffffff; border-top: 1px solid var(--line); }
.section.alt, .about-section, .faq-section, .guarantee-section { background: var(--bg); }
.section-heading-banner {
  background: linear-gradient(90deg, #071e2d, #166b86, #21a4c2);
  color: #ffffff;
}
.section-heading-banner .wrap { padding-top: 42px; padding-bottom: 42px; }
.section h2, .final-cta h2 {
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  color: #111f2a;
  margin: 0 0 26px;
}
.section-heading-banner h2 { color: #ffffff; text-align: center; margin: 0; }
.section h3 { font-size: clamp(21px, 2vw, 25px); line-height: 1.28; font-weight: 900; }
.center { text-align: center; }
.pricing-img { border-radius: 8px; border: 1px solid var(--line); background: #ffffff; }
.split { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 54px; }
.split.reverse { grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr); }
.about-image, .split > img, .guarantee-media img {
  display: block;
  width: min(100%, 560px);
  max-height: 620px;
  object-fit: contain;
  margin: 0 auto;
}
.grid-3, .ingredient-grid, .benefit-grid, .trust-grid, .bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.benefit-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.supplement-facts-wide {
  width: min(100%, 1080px);
  margin: 34px auto 0;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 5px 7px 0 rgba(7, 30, 45, .10);
}
.supplement-facts-wide img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.info-card, .ingredient-card, .benefit-card, .trust-card, .review-card, .bonus-card, .caution {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 6px 0 rgba(7, 30, 45, .08);
}
.info-card h3, .ingredient-card h3, .benefit-card h3, .trust-card h3 { color: var(--primary-dark); margin-top: 0; }
.ingredient-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 7px;
  background: #eff8fb;
  margin-bottom: 16px;
}
.trust-card { text-align: center; }
.trust-card img {
  width: 94px;
  height: 84px;
  object-fit: contain;
  margin: 0 auto 12px;
}
.pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.checklist, .xlist { padding-left: 22px; margin: 0; }
.checklist li, .xlist li { margin: 9px 0; }
.reviews { display: grid; gap: 24px; }
.review-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}
.review-card img {
  width: 210px;
  height: 210px;
  object-fit: contain;
  background: #f3fbfd;
  border-radius: 8px;
}
.rating { color: #f2a600; font-size: 20px; font-weight: 900; }
.review-location { color: var(--muted); font-weight: 800; margin: 0; }
table { width: 100%; border-collapse: collapse; background: #ffffff; border: 1px solid var(--line); }
th, td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #e8f6fa; color: var(--primary-dark); }
.micro { color: var(--muted); font-size: 13px; }
.guarantee-split { grid-template-columns: minmax(0, 1.1fr) minmax(220px, .55fr); }
.guarantee-media img { max-width: 340px; }
.bonus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bonus-card { text-align: center; }
.bonus-card img { max-height: 320px; object-fit: contain; margin-bottom: 14px; }
.faq details { background: #ffffff; border: 1px solid var(--line); border-radius: 8px; padding: 16px 18px; margin: 10px 0; }
.faq summary { font-weight: 900; cursor: pointer; }
.conclusion-content { max-width: 980px; }
.final-cta {
  background: linear-gradient(135deg, #0a3448, #166b86);
  color: #ffffff;
}
.final-cta h2, .final-cta p { color: #ffffff; }
.final-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: var(--primary-dark);
}
.footer {
  background: #071e2d;
  color: #e8f6fa;
}
.footer a { color: #ffffff; font-weight: 800; text-decoration: none; }
.footer-compliance { padding-bottom: 22px; }
.footer-compliance p, .legal p { color: #e8f6fa; font-size: 14px; }
.footer-main {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  gap: 28px;
  padding-top: 30px;
  padding-bottom: 34px;
  border-top: 1px solid rgba(255,255,255,.18);
}
.footer-brand h3 { color: #ffffff; font-size: 28px; margin: 0 0 8px; }
.payment-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.payment-pills span {
  display: inline-flex;
  background: #ffffff;
  color: #071e2d;
  border-radius: 5px;
  font-weight: 900;
  font-size: 13px;
  padding: 6px 10px;
}
.footer-links a { display: block; margin: 0 0 12px; }
.footer-support {
  border-top: 1px solid rgba(255,255,255,.18);
  padding-top: 22px;
  padding-bottom: 30px;
  color: #ffffff;
}
.legal { padding-top: 0; padding-bottom: 28px; }
.sticky-offer-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) auto auto;
  gap: 18px;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 40px rgba(7, 30, 45, .13);
  padding: 10px 22px;
}
.sticky-offer-copy strong, .sticky-offer-copy span { display: block; }
.sticky-countdown { display: flex; gap: 8px; }
.sticky-countdown div {
  min-width: 54px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 4px 6px;
}
.sticky-countdown strong { display: block; color: var(--primary-dark); }
.sticky-countdown span { display: block; font-size: 11px; color: var(--muted); }
.sticky-order {
  background: linear-gradient(180deg, #ffdb68, var(--gold));
  color: #071e2d;
  min-height: 46px;
  padding: 10px 20px;
}
.sub-hero {
  background: linear-gradient(135deg, #e8f8fb, #ffffff);
}
.sub-hero h1 {
  color: var(--primary-dark);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.05;
  margin: 16px 0;
}
.page-content h2 { margin-top: 34px; }
.page-content ul { padding-left: 22px; }
.official-confirm {
  background: #eaf8fb;
  border-left: 5px solid var(--primary);
  padding: 16px 18px;
  border-radius: 8px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .hero-grid, .split, .split.reverse, .final-grid, .guarantee-split, .grid-3, .ingredient-grid, .benefit-grid, .trust-grid, .bonus-grid, .footer-main {
    grid-template-columns: 1fr;
  }
  .nav-wrap { align-items: flex-start; flex-direction: column; }
  .review-card { grid-template-columns: 1fr; }
  .review-card img { width: min(100%, 320px); height: auto; margin: 0 auto; }
  .pros-cons { grid-template-columns: 1fr; }
  .sticky-offer-bar { grid-template-columns: 1fr; text-align: center; padding: 8px 12px; gap: 6px; }
  .sticky-countdown { display: none; }
  .sticky-offer-copy { display: none; }
  .sticky-order { width: 100%; }
  body { padding-bottom: 84px; font-size: 16px; }
  .wrap { padding-left: 20px; padding-right: 20px; }
  .hero h1 { font-size: 33px; }
  .section h2, .final-cta h2 { font-size: 31px; }
}
@media (max-width: 430px) {
  .sticky-countdown div { min-width: 48px; }
  .nav-links { gap: 10px; }
  .btn, .navbtn { width: 100%; }
  .actions { width: 100%; }
}
