@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap");
:root {
  --blue: #2b67b3;
  --blue2: #1e4f91;
  --navy: #102a43;
  --ink: #172033;
  --muted: #64748b;
  --mint: #eaf7f4;
  --cream: #fbfaf7;
  --gold: #f5b72f;
  --red: #c63d3d;
  --line: #e5eaf0;
  --shadow: 0 18px 50px rgba(16, 42, 67, 0.1);
  --radius: 22px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.72;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Manrope", sans-serif;
  line-height: 1.16;
  color: var(--navy);
  font-weight: 800;
}
.display-title {
  font-size: clamp(2.45rem, 6vw, 5.3rem);
  letter-spacing: -0.055em;
}
.section-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.04em;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
}
.eyebrow:before {
  content: "";
  width: 26px;
  height: 2px;
  background: currentColor;
}
.lead {
  font-size: 1.13rem;
  color: #526174;
}
.container-xl {
  max-width: 1240px;
}
.navbar {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(229, 234, 240, 0.8);
}
.brand {
  font-family: "Manrope";
  font-weight: 800;
  color: var(--blue);
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
.brand-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  margin-left: 3px;
}
.nav-link {
  font-weight: 700;
  color: #34465a !important;
}
.nav-link:hover {
  color: var(--blue) !important;
}
.btn-brand {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  font-weight: 800;
  box-shadow: 0 12px 25px rgba(43, 103, 179, 0.23);
}
.btn-brand:hover {
  background: var(--blue2);
  color: #fff;
  transform: translateY(-1px);
}
.btn-outline-brand {
  border: 1.5px solid var(--blue);
  color: var(--blue);
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 800;
}
.btn-outline-brand:hover {
  background: var(--blue);
  color: #fff;
}
.topbar {
  background: var(--navy);
  color: #dce9f6;
  font-size: 0.86rem;
  padding: 0.5rem 0;
}
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f4f9ff 0%, #fff 52%, #edf8f5 100%);
  padding: 7.5rem 0 4.5rem;
}
.hero:after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  right: -180px;
  top: -190px;
  background: rgba(43, 103, 179, 0.09);
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-media {
  position: relative;
  z-index: 2;
}
.hero-card {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.hero-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 30px 35px rgba(16, 42, 67, 0.13));
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.6rem;
}
.trust-pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.48rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: #405168;
}
.rating {
  color: #e9a500;
  font-weight: 800;
}
.section {
  padding: 5.5rem 0;
}
.section-soft {
  background: var(--cream);
}
.section-blue {
  background: linear-gradient(135deg, var(--navy), #173f68);
  color: #e8f0f8;
}
.section-blue h2,
.section-blue h3 {
  color: #fff;
}
.section-blue .lead {
  color: #c8d8e8;
}
.card-premium {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 8px 30px rgba(16, 42, 67, 0.055);
  padding: 1.7rem;
}
.icon-box {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #edf5ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: 900;
  margin-bottom: 1.2rem;
}
.product-showcase {
  border-radius: 30px;
  background: #f7fbff;
  border: 1px solid #e3edf8;
  padding: 1rem;
  box-shadow: var(--shadow);
}
.product-showcase img {
  width: 100%;
  max-height: 540px;
  object-fit: contain;
}
.step {
  display: flex;
  gap: 1rem;
}
.step-num {
  flex: 0 0 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.ingredient-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.35rem;
  height: 100%;
  background: #fff;
}
.ingredient-mark {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #eef7f6;
  color: #177c74;
  display: grid;
  place-items: center;
  font-weight: 900;
}
.research-box {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--line);
  padding: 1.6rem;
  box-shadow: 0 12px 34px rgba(16, 42, 67, 0.06);
}
.review-card {
  height: 100%;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 1.5rem;
  background: #fff;
}
.review-person {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.review-person img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.price-card {
  position: relative;
  height: 100%;
  border: 1px solid #dce5ef;
  border-radius: 26px;
  padding: 1.8rem;
  background: #fff;
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.06);
}
.price-card.popular {
  border: 2px solid var(--blue);
  box-shadow: 0 20px 50px rgba(43, 103, 179, 0.16);
  transform: translateY(-8px);
}
.popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  padding: 0.42rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 900;
  white-space: nowrap;
}
.price {
  font-family: "Manrope";
  font-size: 3.1rem;
  font-weight: 800;
  color: var(--blue);
  letter-spacing: -0.05em;
}
.old {
  text-decoration: line-through;
  color: #94a3b8;
}
.check {
  color: #1a806f;
  font-weight: 800;
}
.bonus-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 10px 35px rgba(16, 42, 67, 0.07);
}
.bonus-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.bonus-card .body {
  padding: 1.4rem;
}
.guarantee {
  border-radius: 30px;
  background: linear-gradient(135deg, #eaf4ff, #f5fbff);
  border: 1px solid #d9e8f8;
  padding: 2rem;
}
.faq .accordion-item {
  border: 1px solid var(--line) !important;
  border-radius: 16px !important;
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.faq .accordion-button {
  font-weight: 800;
  color: var(--navy);
  padding: 1.15rem 1.25rem;
  box-shadow: none !important;
}
.faq .accordion-button:not(.collapsed) {
  color: var(--blue);
  background: #f5f9fd;
}
.cta {
  background: linear-gradient(135deg, var(--blue), #3b7cc4);
  color: #fff;
  border-radius: 32px;
  padding: 3.5rem;
}
.cta h2 {
  color: #fff;
}
.footer {
  background: #0b2034;
  color: #a9bbcd;
  padding: 4rem 0 2rem;
}
.footer h5 {
  color: #fff;
}
.footer a {
  color: #cbd8e5;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.4rem;
  font-size: 0.85rem;
}
.disclosure {
  font-size: 0.82rem;
  color: #718096;
}
.sticky-buy {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  background: rgba(11, 32, 52, 0.95);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.6rem;
  border-radius: 999px;
  display: none;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
}
.sticky-buy .btn {
  padding: 0.7rem 1.2rem;
}
.placeholder {
  min-height: 260px;
  border: 2px dashed #bfd0e3;
  border-radius: 22px;
  background: linear-gradient(135deg, #f8fbff, #eef6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #597087;
}
.legal-hero {
  background: #f4f8fc;
  padding: 7rem 0 3rem;
}
.legal-content {
  max-width: 900px;
}
.legal-content h2 {
  margin-top: 2.5rem;
}
.legal-content h3 {
  margin-top: 1.8rem;
}
.mini-note {
  font-size: 0.84rem;
  color: #64748b;
}
.table-soft {
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.table-soft table {
  margin: 0;
}
.table-soft th {
  background: #f3f7fb;
  color: var(--navy);
}
@media (max-width: 991.98px) {
  .hero {
    padding-top: 6rem;
  }
  .section {
    padding: 4.5rem 0;
  }
  .price-card.popular {
    transform: none;
  }
  .sticky-buy {
    display: block;
  }
  .nav-cta {
    display: none !important;
  }
}
@media (max-width: 575.98px) {

  .hero {
    padding: 5.5rem 0 3rem;
  }
  .section {
    padding: 3.8rem 0;
  }
  .display-title {
    font-size: 2.55rem;
  }
  .cta {
    padding: 2.3rem 1.4rem;
    border-radius: 24px;
  }
  .price {
    font-size: 2.7rem;
  }
  .hero-card {
    border-radius: 22px;
  }
  .hero-card img {
    max-height: 390px;
  }
  .bonus-card img {
    height: 210px;
  }

  .sticky-buy .btn {
  display: none;
}


}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .btn-brand {
    transition: none;
  }
}

