:root {
  --bg: #020617;
  --bg2: #07111f;
  --ink: #f8fafc;
  --muted: #aab7c8;
  --muted2: #7f91aa;
  --blue: #3b82f6;
  --blue2: #60a5fa;
  --cyan: #67e8f9;
  --green: #86efac;
  --amber: #fde68a;
  --red: #fda4af;
  --card: rgba(255, 255, 255, 0.065);
  --card2: rgba(255, 255, 255, 0.095);
  --line: rgba(255, 255, 255, 0.12);
  --lineBlue: rgba(96, 165, 250, 0.36);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  --radius: 28px;
  --container: 1180px;
  --font:
    Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 10% 3%,
      rgba(59, 130, 246, 0.18),
      transparent 34rem
    ),
    radial-gradient(
      circle at 92% 12%,
      rgba(14, 165, 233, 0.13),
      transparent 32rem
    ),
    linear-gradient(180deg, #020617 0%, #06101f 45%, #020617 100%);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
button,
input {
  font-family: inherit;
}
.container {
  width: min(100% - 32px, var(--container));
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.section {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
}
.section.tight {
  padding: 84px 0;
}
.grid-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    black 18%,
    black 70%,
    transparent
  );
  pointer-events: none;
  opacity: 0.68;
}
.mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      circle at 12% 50%,
      rgba(59, 130, 246, 0.16),
      transparent 28rem
    ),
    radial-gradient(
      circle at 88% 20%,
      rgba(96, 165, 250, 0.12),
      transparent 28rem
    );
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin-bottom: 20px;
  border: 1px solid var(--lineBlue);
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.09);
  color: #bfdbfe;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 0 40px rgba(59, 130, 246, 0.12);
}
.mini-icon {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.18);
  color: #dbeafe;
  font-size: 12px;
  line-height: 1;
}
h1,
h2,
h3 {
  line-height: 1.05;
  letter-spacing: -0.045em;
}
h1 {
  max-width: 960px;
  margin: 22px auto 24px;
  font-size: clamp(44px, 7vw, 88px);
  font-weight: 950;
  text-align: center;
}
h2 {
  font-size: clamp(34px, 5.1vw, 62px);
  font-weight: 950;
  text-align: center;
  margin-bottom: 18px;
}
h3 {
  font-size: 22px;
  font-weight: 900;
}
.gradient-text {
  background: linear-gradient(135deg, #fff 0%, #dbeafe 45%, #93c5fd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.blue-text {
  color: var(--blue2);
  text-shadow: 0 0 32px rgba(96, 165, 250, 0.28);
}
.center {
  text-align: center;
}
.center-cta {
  justify-content: center;
}
.section-lead,
.hero-lead {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
.hero-lead {
  font-size: clamp(18px, 2vw, 22px);
  max-width: 830px;
}
.left {
  text-align: left;
}
.left .section-lead,
.left h2 {
  text-align: left;
  margin-left: 0;
}
.header {
  position: fixed;
  inset: 0 0 auto 0;
  height: 76px;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 6, 23, 0.76);
  backdrop-filter: blur(18px);
}
.header-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.035em;
}
.logo-mark {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(
    135deg,
    rgba(59, 130, 246, 0.95),
    rgba(96, 165, 250, 0.35)
  );
  box-shadow: 0 10px 35px rgba(59, 130, 246, 0.35);
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nav a:hover {
  color: #fff;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
  white-space: nowrap;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #3b82f6 54%, #38bdf8);
  box-shadow:
    0 18px 42px rgba(59, 130, 246, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 52px rgba(59, 130, 246, 0.44);
}
.btn-secondary {
  color: #e5efff;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
}
.btn-secondary:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.28);
}
.header .btn {
  min-height: 42px;
  padding: 0 18px;
  font-size: 13px;
}
.hero {
  min-height: 100vh;
  padding: 148px 0 96px;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(to bottom, transparent, #07111f);
  pointer-events: none;
}
.hero-content {
  text-align: center;
  position: relative;
  z-index: 8;
}
.headline-float {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.45));
  opacity: 0.9;
}
.headline-capsule {
  width: 88px;
  left: -1%;
  top: 18%;
  transform: rotate(-18deg);
  animation: floatY 8s ease-in-out infinite reverse;
}
.headline-arrow {
  width: 104px;
  right: -1%;
  top: 6%;
  transform: rotate(15deg);
  animation: floatSpin 8s ease-in-out infinite;
}
.hero-content h1,
.hero-content .hero-lead,
.hero-actions {
  position: relative;
  z-index: 2;
}
.hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.trust-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #dbeafe;
  font-size: 14px;
  font-weight: 780;
  backdrop-filter: blur(16px);
}
.trust-chip .mini-icon {
  background: rgba(134, 239, 172, 0.15);
  color: var(--green);
}
.hero-stage {
  width: min(100%, 1120px);
  min-height: 610px;
  margin: 48px auto 0;
  position: relative;
  display: block;
}
.hero-person {
  position: absolute;
  right: -10%;
  top: 0;
  width: 75%;
  height: 117%;
  z-index: 1;
  border-radius: 42px;
  overflow: hidden;
  opacity: 0.66;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black 13%,
    black 86%,
    transparent 100%
  );
}
.hero-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(0.98) contrast(1.04);
}
.hero-person::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #020617 0%,
      rgba(2, 6, 23, 0.15) 30%,
      rgba(2, 6, 23, 0.1) 70%,
      #020617 100%
    ),
    radial-gradient(
      circle at 62% 38%,
      transparent 0%,
      rgba(2, 6, 23, 0.06) 36%,
      rgba(2, 6, 23, 0.75) 83%
    );
}
.product-halo {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  width: min(72vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.38),
    rgba(59, 130, 246, 0.08) 48%,
    transparent 72%
  );
  filter: blur(10px);
  z-index: 2;
  animation: pulse 5s ease-in-out infinite;
}
.hero-product {
  position: absolute;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  width: clamp(230px, 28vw, 375px);
  z-index: 6;
  filter: drop-shadow(0 52px 58px rgba(0, 0, 0, 0.75));
  animation: floatY 7s ease-in-out infinite;
}
.float-img {
  position: absolute;
  z-index: 5;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
.float-capsule {
  width: 86px;
  top: 18%;
  left: 41%;
  transform: rotate(24deg);
  animation: floatY 8s ease-in-out infinite reverse;
}
.float-capsule-two {
  width: 62px;
  bottom: 18%;
  right: 16%;
  transform: rotate(-18deg);
  animation: floatY 9s ease-in-out infinite;
}
.float-arrow {
  width: 90px;
  top: 9%;
  right: 21%;
  opacity: 0.85;
  transform: rotate(16deg);
  animation: floatSpin 8s ease-in-out infinite;
}
.float-arrow-two {
  width: 64px;
  bottom: 7%;
  left: 9%;
  opacity: 0.75;
  transform: rotate(-18deg);
  animation: floatSpin 9s ease-in-out infinite reverse;
}
.float-health {
  width: 104px;
  bottom: 14%;
  right: 31%;
  opacity: 0.86;
  animation: floatY 9s ease-in-out infinite;
}
.hero-card {
  position: absolute;
  z-index: 7;
  width: min(290px, 90vw);
  padding: 17px 18px;
  border-radius: 20px;
  background: rgba(15, 23, 42, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero-card .mini-icon {
  width: 28px;
  height: 28px;
  background: rgba(96, 165, 250, 0.18);
}
.hero-card strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
}
.hero-card span {
  display: block;
  margin-top: 3px;
  color: #aab7c8;
  font-size: 13px;
  line-height: 1.35;
}
.hc-1 {
  left: 0;
  top: 23%;
  animation: floatY 7s ease-in-out infinite;
}
.hc-2 {
  right: 0;
  bottom: 23%;
  animation: floatY 8s ease-in-out infinite reverse;
}
.hc-3 {
  left: 10%;
  bottom: 2%;
  animation: floatY 9s ease-in-out infinite;
}
@keyframes floatY {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -18px;
  }
}
@keyframes floatSpin {
  0%,
  100% {
    translate: 0 0;
    scale: 1;
  }
  50% {
    translate: 0 -16px;
    scale: 1.04;
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.7;
    scale: 0.96;
  }
  50% {
    opacity: 1;
    scale: 1.04;
  }
}
.card {
  position: relative;
  overflow: hidden;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(18px);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    650px circle at var(--x, 50%) var(--y, 0%),
    rgba(255, 255, 255, 0.085),
    transparent 42%
  );
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(96, 165, 250, 0.35);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.36),
    0 0 34px rgba(59, 130, 246, 0.08);
}
.card:hover::before {
  opacity: 1;
}
.image-card {
  overflow: hidden;
}
.image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.image-card:hover img {
  transform: scale(1.05);
}
.symptoms-section {
  background:
    url("../img/problems-bg.png") center/cover no-repeat #07111f;
}
.symptoms-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 17, 31, 0.5), rgba(7, 17, 31, 0.74)),
    radial-gradient(
      circle at 50% 30%,
      rgba(59, 130, 246, 0.13),
      transparent 34rem
    );
  z-index: 0;
  opacity: 0.96;
}
.symptoms-section .container {
  z-index: 2;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}
.problem-card {
  padding: 14px;
}
.problem-img {
  height: 190px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 18px;
}
.problem-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 6, 23, 0.62), transparent 55%);
}
.icon-badge {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(59, 130, 246, 0.18);
  border: 1px solid rgba(96, 165, 250, 0.35);
  color: var(--blue2);
  margin-bottom: 12px;
}
.problem-card h3,
.problem-card p {
  padding: 0 10px;
}
.problem-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
  padding-bottom: 14px;
}
.split {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}
.wide-image {
  min-height: 520px;
  border-radius: 34px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: var(--shadow);
  background: #0f172a;
}
.wide-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}
.wide-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.1), rgba(2, 6, 23, 0.54)),
    radial-gradient(
      circle at 25% 35%,
      rgba(59, 130, 246, 0.24),
      transparent 24rem
    );
}
.overlay-note {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}
.overlay-note strong {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
}
.overlay-note span {
  color: #cbd5e1;
  font-size: 14px;
}
.check-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.check-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #d8e5f7;
  font-weight: 690;
  line-height: 1.55;
}
.check-item .mini-icon {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(134, 239, 172, 0.16);
  color: var(--green);
  margin-top: 1px;
  font-size: 0;
  line-height: 1;
  position: relative;
}
.check-item .mini-icon::before {
  content: "";
  width: 6px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-1px, -1px);
  transform-origin: center;
}
.mini-cta {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}
.course-section {

}
.course-layout {
  position: relative;
  margin-top: 44px;
  padding: 0 220px;
}
.side-man {
  position: absolute;
  width: 390px;
  height: 560px;
  transform: translateY(-50%);
  overflow: hidden;
  opacity: 0.96;
  z-index: 1;
  pointer-events: none;
  border-radius: 36px;
  filter: drop-shadow(0 34px 58px rgba(0, 0, 0, 0.42));
}
.side-man::after {
  content: "";
  position: absolute;
  inset: 0;
}
.side-man img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.side-man.left-man {
  left: -185px;
}
.side-man.right-man {
  right: -185px;
}
.steps {
  position: relative;
  z-index: 2;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.step {
  padding: 30px;
}
.step-number {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 950;
  margin-bottom: 20px;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 1),
    rgba(56, 189, 248, 0.7)
  );
  box-shadow: 0 18px 34px rgba(59, 130, 246, 0.24);
}
.step p {
  color: var(--muted);
  margin-top: 10px;
}
.support-bar {
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 900px;
}
.support-item {
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.045);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dbeafe;
  font-weight: 790;
}
.support-item .mini-icon {
  background: rgba(96, 165, 250, 0.14);
}
.dose {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.14);
  border: 1px solid rgba(96, 165, 250, 0.32);
  color: #bfdbfe;
  font-weight: 850;
  font-size: 13px;
  margin-bottom: 14px;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 42px;
  align-items: stretch;
}
.review {
  padding: 12px;
  display: flex;
  flex-direction: column;
}
.review-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 8px 14px;
}
.avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(96, 165, 250, 0.34);
  background: rgba(255, 255, 255, 0.08);
  flex: 0 0 auto;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(3.5px) saturate(0.85);
  scale: 1.08;
}
.stars {
  color: #facc15;
  letter-spacing: 1px;
  font-size: 14px;
}
.review-photo {
  height: 150px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.review-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review p {
  color: #e5efff;
  font-size: 14px;
  line-height: 1.68;
  padding: 0 10px;
  flex: 1;
}
.faq-wrap {
  max-width: 900px;
  margin: 42px auto 0;
  display: grid;
  gap: 14px;
}
details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.052);
  overflow: hidden;
}
summary {
  cursor: pointer;
  list-style: none;
  padding: 22px 24px;
  font-weight: 880;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  color: var(--blue2);
  font-size: 24px;
  line-height: 1;
}
details[open] summary::after {
  content: "–";
}
details p {
  padding: 0 24px 24px;
  color: var(--muted);
}


#faq {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(2, 6, 23, 0.92), rgba(6, 16, 31, 0.78)),
    url("../img/fe265afab0d847bcb8bd4ad315910672_img.jpg") center / cover no-repeat;
}

#faq::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(59, 130, 246, 0.18), transparent 34rem),
    linear-gradient(180deg, rgba(2, 6, 23, 0.25), rgba(2, 6, 23, 0.75));
  pointer-events: none;
}

#faq .container {
  position: relative;
  z-index: 2;
}

#faq details {
  background: rgba(2, 6, 23, 0.68);
  backdrop-filter: blur(14px);
}
.order {
  padding: 104px 0 110px;
  position: relative;
  overflow: hidden;
}
.order-card {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid rgba(96, 165, 250, 0.34);
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.88),
    rgba(30, 58, 138, 0.34)
  );
  box-shadow:
    0 40px 110px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  padding: 56px;
  min-height: 690px;
}
.order-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 6, 23, 0.82) 0%,
      rgba(2, 6, 23, 0.55) 42%,
      rgba(2, 6, 23, 0.26) 100%
    ),
    url("../img/order-man-bottle-placeholder.png") right center/cover no-repeat;
  z-index: 0;
}
.order-card > * {
  position: relative;
  z-index: 1;
}
.order-product {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 560px;
}
.order-product::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.42),
    rgba(59, 130, 246, 0.08) 56%,
    transparent 74%
  );
  filter: blur(12px);
}
.order-product img {
  position: relative;
  z-index: 2;
  width: min(330px, 82%);
  filter: drop-shadow(0 46px 58px rgba(0, 0, 0, 0.66));
  animation: floatY 7s ease-in-out infinite;
}
.order-copy h2 {
  text-align: left;
  margin-bottom: 16px;
}
.order-copy > p {
  color: #cbd5e1;
  font-size: 18px;
  line-height: 1.78;
  max-width: 660px;
}
.promo {
  margin: 24px 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border-radius: 16px;
  color: #fecaca;
  background: rgba(239, 68, 68, 0.13);
  border: 1px solid rgba(248, 113, 113, 0.28);
  font-weight: 850;
}
.form-box {
  margin-top: 22px;
  padding: 26px;
  border-radius: 28px;
  background: rgba(2, 6, 23, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
}
.price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.old-price {
  color: var(--muted);
  font-size: 20px;
  text-decoration: line-through;
}
.new-price {
  font-size: clamp(44px, 6vw, 70px);
  font-weight: 950;
  line-height: 0.9;
  color: #fff;
  text-shadow: 0 0 30px rgba(96, 165, 250, 0.4);
}
.price-label {
  color: #aab7c8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 900;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.field {
  position: relative;
}
.field.full {
  grid-column: 1 / -1;
}
.field input {
  width: 100%;
  min-height: 58px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  outline: 0;
  padding: 0 16px;
  font-size: 16px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}
.field input::placeholder {
  color: #8fa0b8;
}
.field input:focus {
  border-color: rgba(96, 165, 250, 0.72);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}
.secure {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bbf7d0;
  font-size: 13px;
  font-weight: 760;
  margin-top: 14px;
}
.small-note {
  color: #8fa0b8;
  font-size: 12px;
  line-height: 1.55;
  margin-top: 10px;
}
.form-message {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.26);
  color: #dcfce7;
  font-size: 14px;
}
.form-message.show {
  display: block;
}
.footer {
  padding: 42px 0 94px;
  background: #020617;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: start;
}
.disclaimer {
  color: #8fa0b8;
  font-size: 13px;
  max-width: 820px;
  margin-top: 14px;
}
.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #cbd5e1;
  font-size: 14px;
}
.footer-links a:hover {
  color: #fff;
}
.sticky-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 60;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 10px 10px 16px;
  border-radius: 22px;
  background: rgba(2, 6, 23, 0.86);
  border: 1px solid rgba(96, 165, 250, 0.28);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}
.sticky-cta strong {
  display: block;
  font-size: 14px;
}
.sticky-cta span {
  display: block;
  color: #aab7c8;
  font-size: 12px;
}
.sticky-cta .btn {
  min-height: 42px;
  padding: 0 17px;
}
.fade-up {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: none;
}
.d1 {
  transition-delay: 0.08s;
}
.d2 {
  transition-delay: 0.16s;
}
.d3 {
  transition-delay: 0.24s;
}
.d4 {
  transition-delay: 0.32s;
}
@media (max-width: 1100px) {
  .ingredients-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .course-layout {
    padding: 0 170px;
  }
  .side-man {
    display: block;
    width: 300px;
    height: 470px;
    opacity: 0.72;
  }
  .side-man.left-man {
    left: -135px;
  }
  .side-man.right-man {
    right: -135px;
  }
  .order-card {
    grid-template-columns: 1fr;
  }
  .order-product {
    min-height: 360px;
    order: 2;
  }
  .order-copy {
    order: 1;
  }
  .order-copy h2,
  .order-copy > p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .order-copy .eyebrow,
  .promo {
    margin-left: auto;
    margin-right: auto;
  }
  .order-copy .eyebrow {
    display: flex;
    width: fit-content;
  }
  .order-card::before {
    background:
      linear-gradient(180deg, rgba(2, 6, 23, 0.88), rgba(2, 6, 23, 0.62)),
      url("../img/order-man-bottle-placeholder.png") center/cover no-repeat;
  }
}
@media (max-width: 900px) {
  .headline-capsule {
    left: -5%;
    top: 10%;
    width: 64px;
  }
  .headline-arrow {
    right: -5%;
    top: 2%;
    width: 74px;
  }
  .nav {
    display: none;
  }
  .hero {
    padding-top: 116px;
  }
  .hero-stage {
    min-height: 650px;
    margin-top: 28px;
  }
  .hero-person {
    right: -20%;
    top: 0;
    width: 118%;
    height: 62%;
    opacity: 0.58;
  }
  .hero-product {
    left: 50%;
    transform: translateX(-50%);
    bottom: 8%;
    width: 260px;
    animation: none;
  }
  .product-halo {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 62%;
  }
  .hero-card {
    position: absolute;
    inset: auto;
    width: 100%;
    max-width: 350px;
    margin: 0;
    animation: none;
  }
  .hc-1 {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
  .hc-2,
  .hc-3 {
    display: none;
  }
  .float-capsule {
    right: auto;
    left: 12%;
    top: 14%;
    width: 70px;
  }
  .float-capsule-two {
    right: 8%;
    bottom: 18%;
    width: 58px;
  }
  .float-arrow {
    right: 6%;
    top: 10%;
    width: 70px;
  }
  .float-arrow-two {
    left: 5%;
    bottom: 12%;
    width: 56px;
  }
  .float-health {
    right: 8%;
    bottom: 33%;
    width: 78px;
  }
  .problem-grid,
  .steps,
  .support-bar {
    grid-template-columns: 1fr;
  }
  .split {
    grid-template-columns: 1fr;
  }
  .left .section-lead,
  .left h2 {
    text-align: center;
    margin-left: auto;
  }
  .left .mini-cta {
    justify-content: center;
  }
  .wide-image,
  .wide-image img {
    min-height: 420px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .sticky-cta {
    display: flex;
  }
}
@media (max-width: 620px) {
  .headline-float {
    opacity: 0.66;
  }
  .headline-capsule {
    left: -11%;
    top: 8%;
    width: 54px;
  }
  .headline-arrow {
    right: -10%;
    top: 0;
    width: 62px;
  }
  .container {
    width: min(100% - 24px, var(--container));
  }
  .section {
    padding: 76px 0;
  }
  .section.tight {
    padding: 70px 0;
  }
  .header {
    height: 68px;
  }
  .header-inner {
    height: 68px;
  }
  .logo {
    font-size: 19px;
  }
  .logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }
  .header .btn {
    display: none;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .trust-row {
    justify-content: flex-start;
  }
  .trust-chip {
    width: 100%;
    justify-content: center;
  }
  .hero-stage {
    min-height: 590px;
    margin-top: 22px;
  }
  .hero-person {
    border-radius: 28px;
    height: 58%;
  }
  .hero-product {
    width: 232px;
    bottom: 10%;
  }
  .product-halo {
    top: 61%;
  }
  .hc-1 {
    bottom: 0;
  }
  .float-capsule-two {
    bottom: 21%;
    right: 5%;
    width: 50px;
  }
  .float-arrow-two {
    bottom: 14%;
    left: 3%;
    width: 50px;
  }
  .float-health {
    right: 4%;
    bottom: 37%;
    width: 66px;
  }
  .review-photo {
    height: 215px;
  }
  .price {
    align-items: flex-start;
    flex-direction: column;
  }
  .new-price {
    font-size: 58px;
  }
  .order-card {
    padding: 28px 18px;
    border-radius: 30px;
    min-height: auto;
  }
  .order-product {
    min-height: 320px;
  }
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
  .disclaimer {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .hero-stage {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-top: 650px;
    gap: 12px;
    margin-top: 26px;
  }
  .hero-person {
    right: -35%;
    top: 0;
    width: 152%;
    height: 455px;
    opacity: 0.72;
    border-radius: 32px;
    mask-image: linear-gradient(
      90deg,
      transparent 0%,
      black 9%,
      black 91%,
      transparent 100%
    );
  }
  .hero-person img {
    object-position: center 18%;
    transform: scale(1.22);
    transform-origin: center 24%;
  }
  .hero-product {
    bottom: auto;
    top: 210px;
    width: 270px;
  }
  .product-halo {
    top: 420px;
    width: 360px;
  }
  .hero-card,
  .hc-1,
  .hc-2,
  .hc-3 {
    display: flex !important;
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    animation: none;
  }
  .hero-card {
    min-height: 96px;
    padding: 18px 18px;
    border-radius: 22px;
  }
  .float-capsule {
    left: 10%;
    top: 385px;
  }
  .float-arrow {
    right: 10%;
    top: 260px;
  }
  .float-capsule-two {
    right: 8%;
    top: 465px;
    bottom: auto;
  }
  .float-arrow-two {
    left: 8%;
    top: 500px;
    bottom: auto;
  }
  .float-health {
    right: 16%;
    top: 380px;
    bottom: auto;
  }
}

@media (max-width: 620px) {
  .hero {
    padding-bottom: 70px;
  }
  .hero-stage {
    padding-top: 590px;
    gap: 10px;
    margin-top: 18px;
  }
  .hero-person {
    right: -60%;
    width: 184%;
    height: 390px;
    opacity: 0.74;
    border-radius: 28px;
  }
  .hero-person img {
    object-position: center 14%;
    transform: scale(1.28);
  }
  .hero-product {
    top: 166px;
    width: 252px;
  }
  .product-halo {
    top: 360px;
    width: 310px;
  }
  .hero-card {
    min-height: 92px;
    padding: 16px 17px;
    gap: 14px;
  }
  .hero-card strong {
    font-size: 18px;
  }
  .hero-card span {
    font-size: 15px;
    line-height: 1.35;
  }
  .float-capsule {
    left: 7%;
    top: 390px;
    width: 66px;
  }
  .float-arrow {
    right: 6%;
    top: 250px;
    width: 70px;
  }
  .float-capsule-two {
    right: 7%;
    top: 455px;
    width: 52px;
  }
  .float-arrow-two {
    left: 6%;
    top: 495px;
    width: 52px;
  }
  .float-health {
    right: 18%;
    top: 382px;
    width: 74px;
  }
}

@media (max-width: 420px) {
  .hero-stage {
    padding-top: 560px;
  }
  .hero-person {
    height: 370px;
    right: -40%;
    width: 196%;
  }
  .hero-product {
    top: 158px;
    width: 232px;
  }
  .product-halo {
    top: 340px;
  }
  .hero-card {
    min-height: 88px;
  }
}

.hero-card > i[data-lucide] {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #60a5fa);
  color: #ffffff;
  box-shadow:
    0 0 0 6px rgba(59, 130, 246, 0.13),
    0 12px 28px rgba(59, 130, 246, 0.34);
  opacity: 1;
  flex: 0 0 34px;
  position: relative;
}
.hero-card > i[data-lucide]::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dbeafe;
  opacity: 0.9;
  transform: translate(11px, -10px);
  box-shadow: 0 0 14px rgba(219, 234, 254, 0.8);
}
.hero-card > i[data-lucide] svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  position: relative;
  z-index: 1;
}
.hero-card > i[data-lucide="moon"] svg {
  fill: rgba(191, 219, 254, 0.08);
}

@media (max-width: 900px) {
  .hero-stage {
    padding-top: 560px;
  }
  .hero-person {
    top: -372px;
    height: 946px;
  }
  .hero-person img {
    object-position: center top;
    transform: translateY(-9%) scale(1.28);
    transform-origin: center top;
  }
  .hero-product {
    top: 145px;
  }
  .product-halo {
    top: 350px;
  }
}

@media (max-width: 620px) {
  .hero-stage {
    padding-top: 520px;
  }
  .hero-person {
    top: -372px;
    height: 946px;
  }
  .hero-person img {
    object-position: center top;
    transform: translateY(-12%) scale(1.34);
    transform-origin: center top;
  }
  .hero-product {
    top: 130px;
  }
  .product-halo {
    top: 330px;
  }
  .float-capsule {
    top: 352px;
  }
  .float-arrow {
    top: 230px;
  }
  .float-capsule-two {
    top: 420px;
  }
  .float-arrow-two {
    top: 455px;
  }
  .float-health {
    top: 342px;
  }
  .hero-card > i[data-lucide] {
    width: 38px;
    height: 38px;
    min-width: 38px;
    flex-basis: 38px;
  }
  .hero-card > i[data-lucide] svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 420px) {
  .hero-stage {
    padding-top: 500px;
  }
  .hero-person {
    top: -242px;
    height: 800px;
  }
  .hero-person img {
    transform: translateY(-13%) scale(1.38);
  }
  .hero-product {
    top: 124px;
  }
  .product-halo {
    top: 315px;
  }
}
.problem-card .icon-badge {
  display: none;
}
.formula-stage {
  position: relative;
  min-height: 860px;
  margin-top: 48px;
}
.formula-center {
  position: absolute;
  left: 37%;
  top: 7%;
  transform: translate(-50%, -50%);
  width: min(320px, 32vw);
  z-index: 3;
  display: flex;
  justify-content: center;
}
.formula-center img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 320px;
  filter: drop-shadow(0 32px 54px rgba(0, 0, 0, 0.55));
}
.formula-center-glow {
  position: absolute;
  inset: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(59, 130, 246, 0.34),
    rgba(59, 130, 246, 0.08) 58%,
    transparent 74%
  );
  filter: blur(8px);
}
.ingredient-node {
  position: absolute;
  width: min(330px, 31vw);
  padding: 16px 16px 16px 86px;
  border-radius: 24px;
  background: rgba(8, 15, 35, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.ingredient-node::before {
  content: "";
  position: absolute;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(96, 165, 250, 0.78),
    rgba(96, 165, 250, 0)
  );
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.9;
}
.ingredient-thumb {
  position: absolute;
  left: 16px;
  top: 16px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0b1429;
}
.ingredient-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ingredient-copy h3 {
  font-size: 21px;
  margin-top: 8px;
}
.ingredient-copy p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.ingredient-node.n1 {
  left: 2%;
  top: 7%;
}
.ingredient-node.n1::before {
  right: -130px;
  width: 130px;
}
.ingredient-node.n2 {
  right: 2%;
  top: 9%;
  padding-left: 16px;
  padding-right: 86px;
}
.ingredient-node.n2 .ingredient-thumb {
  left: auto;
  right: 16px;
}
.ingredient-node.n2::before {
  left: -130px;
  width: 130px;
  background: linear-gradient(
    90deg,
    rgba(96, 165, 250, 0),
    rgba(96, 165, 250, 0.78)
  );
}
.ingredient-node.n3 {
  left: 0;
  top: 42%;
}
.ingredient-node.n3::before {
  right: -150px;
  width: 150px;
}
.ingredient-node.n4 {
  right: 0;
  top: 45%;
  padding-left: 16px;
  padding-right: 86px;
}
.ingredient-node.n4 .ingredient-thumb {
  left: auto;
  right: 16px;
}
.ingredient-node.n4::before {
  left: -150px;
  width: 150px;
  background: linear-gradient(
    90deg,
    rgba(96, 165, 250, 0),
    rgba(96, 165, 250, 0.78)
  );
}
.ingredient-node.n5 {
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  padding-left: 86px;
}
.ingredient-node.n5::before {
  display: none;
}
.ingredient-node.n5::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -86px;
  width: 2px;
  height: 86px;
  transform: translateX(-50%);
  background: linear-gradient(
    180deg,
    rgba(96, 165, 250, 0.78),
    rgba(96, 165, 250, 0)
  );
}
.order-card::before {
  background: linear-gradient(
    135deg,
    rgba(15, 23, 42, 0.9),
    rgba(30, 58, 138, 0.32)
  );
}
.order-product {
  position: relative;
  overflow: hidden;
}
.order-back-man {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 680px;
  height: 100%;
  background: url("../img/order-man-bottle-placeholder.png") center
    bottom/contain no-repeat;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.order-product img {
  z-index: 2;
}

@media (max-width: 1100px) {
  .formula-stage {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 36px;
    padding-top: 10px;
  }
  .formula-center {
    position: relative;
    grid-column: 1/-1;
    top: auto;
    left: auto;
    transform: none;
    width: 260px;
    margin: 0 auto 10px;
  }
  .formula-center-glow {
    width: 280px;
    height: 280px;
  }
  .ingredient-node {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100%;
    padding: 16px 16px 16px 86px;
  }
  .ingredient-node.n2,
  .ingredient-node.n4 {
    padding-left: 86px;
    padding-right: 16px;
  }
  .ingredient-node.n2 .ingredient-thumb,
  .ingredient-node.n4 .ingredient-thumb {
    left: 16px;
    right: auto;
  }
  .ingredient-node::before,
  .ingredient-node.n5::after {
    display: none;
  }
  .order-back-man {
    width: min(360px, 100%);
    height: 94%;
  }
}
@media (max-width: 620px) {
  .formula-stage {
    grid-template-columns: 1fr;
  }
  .formula-center {
    width: 220px;
  }
  .ingredient-copy h3 {
    font-size: 19px;
  }
  .order-back-man {
    width: 100%;
    height: 110%;
    background-position: center top;
  }
  .order-product {
    min-height: 360px;
  }
  .order-product img {
    width: min(250px, 80%);
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
}

i[data-lucide] {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: #dbeafe;
  font-style: normal;
}
i[data-lucide] svg {
  width: 1em;
  height: 1em;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
.hero-card i[data-lucide] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.18);
  color: #bfdbfe;
  font-size: 17px;
}
.support-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.support-item i[data-lucide] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.16);
  border: 1px solid rgba(96, 165, 250, 0.28);
  color: #dbeafe;
  font-size: 17px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}
.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -8px 0 18px;
}
.product-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(96, 165, 250, 0.12);
  border: 1px solid rgba(96, 165, 250, 0.24);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 850;
}
.product-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #60a5fa;
  margin-right: 8px;
  box-shadow: 0 0 12px rgba(96, 165, 250, 0.7);
}
@media (max-width: 620px) {
  .product-meta {
    justify-content: flex-start;
  }
  .product-meta span {
    font-size: 12px;
  }
}

.pressure-grid,
.flow-grid {
  display: grid;
  gap: 18px;
  margin-top: 42px;
}
.pressure-card,
.flow-step {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.68);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px);
}
.pressure-card::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: -48px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.2), transparent 68%);
}
.pressure-card > span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #93c5fd;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.12em;
}
.flow-section {
  background: linear-gradient(
    180deg,
    rgba(2, 6, 23, 0.05),
    rgba(15, 23, 42, 0.44)
  );
}
.flow-grid {
  grid-template-columns: repeat(4, 1fr);
}
.flow-step {
  padding: 24px;
  min-height: 205px;
  overflow: hidden;
}
.flow-step > span {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  box-shadow: 0 16px 34px rgba(59, 130, 246, 0.3);
  font-weight: 950;
  margin-bottom: 20px;
  color: #fff;
}
.flow-step strong {
  display: block;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.flow-step p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}
.flow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -28px;
  width: 54px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(96, 165, 250, 0.75),
    rgba(96, 165, 250, 0)
  );
  z-index: 2;
}
.text-page {
  padding: 132px 0 90px;
  min-height: 100vh;
}
.text-card {
  max-width: 920px;
  margin: 0 auto;
  padding: 38px;
  border-radius: 30px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
}
.text-card h1 {
  text-align: left;
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 58px);
}
.text-card h2 {
  text-align: left;
  font-size: 28px;
  margin: 30px 0 12px;
}
.text-card p,
.text-card li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.text-card ul {
  padding-left: 22px;
  margin: 12px 0;
}
.text-card .btn {
  margin-top: 26px;
}
@media (max-width: 1100px) {
  .pressure-grid,
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flow-step:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 620px) {
  .pressure-grid,
  .flow-grid {
    grid-template-columns: 1fr;
  }
  .pressure-card,
  .flow-step {
    min-height: auto;
  }
  .text-card {
    padding: 26px 18px;
    border-radius: 24px;
  }
  .text-page {
    padding-top: 104px;
  }
  .sticky-cta strong {
    font-size: 13px;
  }
  .sticky-cta span {
    font-size: 11px;
  }
}

.review-meta {
  margin: 0;
}

.review-meta strong {
  display: block;
  font-size: 15px;
  line-height: 1.25;
}

.review-meta span {
  color: var(--blue2);
  font-size: 13px;
  display: block;
  margin-top: 2px;
}

.expert-section {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.18), rgba(2, 6, 23, 0.08));
}

.expert-card {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 34px;
  align-items: center;
  padding: 28px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.86), rgba(30, 58, 138, 0.26));
  border: 1px solid rgba(96, 165, 250, 0.22);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.expert-photo {
  min-height: 325px;
  border-radius: 28px;
}

.expert-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expert-copy h2 {
  text-align: left;
  margin: 18px 0 18px;
  font-size: clamp(30px, 4vw, 52px);
}

.expert-copy p {
  color: #dbeafe;
  font-size: 18px;
  line-height: 1.78;
  max-width: 760px;
}

.expert-name {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.expert-name strong {
  display: block;
  color: #fff;
  font-size: 18px;
}

.expert-name span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.anonymous-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.24), rgba(14, 165, 233, 0.16));
  border: 1px solid rgba(96, 165, 250, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 18px 42px rgba(0, 0, 0, 0.24);
}

.anonymous-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 26px;
  flex: 0 0 auto;
}

.anonymous-banner strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
}

.anonymous-banner span:not(.anonymous-icon) {
  display: block;
  color: #bfdbfe;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .expert-card {
    grid-template-columns: 1fr;
  }

  .expert-photo {
    min-height: 300px;
  }

  .expert-copy h2,
  .expert-copy p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .expert-copy .eyebrow {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .expert-name {
    text-align: center;
  }
}

@media (max-width: 620px) {
  .expert-card {
    padding: 18px;
    border-radius: 28px;
  }

  .expert-photo {
    min-height: 240px;
    border-radius: 22px;
  }

  .anonymous-banner {
    align-items: flex-start;
    padding: 16px;
  }

  .anonymous-icon {
    width: 46px;
    height: 46px;
    font-size: 23px;
  }
}

.stock-warning {
  margin: 14px 0 14px;
  color: #fecaca;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
}

/* Final structural upgrades while preserving the original visual style */
.hero-card strong {
  color: #ffffff;
  font-weight: 800;
}

.hero-card span {
  color: #dbeafe;
  font-weight: 720;
}

.btn-primary {
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -120%;
  width: 60%;
  height: 160%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  pointer-events: none;
}

.btn-primary:hover::after {
  left: 130%;
}

.d5 {
  transition-delay: 0.4s;
}

.research-section {
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.08), rgba(15, 23, 42, 0.24));
}

.research-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.chart-window {
  min-height: 410px;
  padding: 24px;
  border-radius: 32px;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(96, 165, 250, 0.24);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.chart-head {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.chart-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.42);
}

.research-chart {
  height: 280px;
  display: grid;
  grid-template-columns: repeat(2, minmax(80px, 1fr));
  gap: 28px;
  align-items: end;
  padding: 22px 22px 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.02));
  border: 1px solid rgba(255,255,255,0.08);
}

.chart-bar {
  position: relative;
  height: 0;
  min-height: 18px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(180deg, rgba(96, 165, 250, 0.96), rgba(37, 99, 235, 0.72));
  box-shadow: 0 18px 42px rgba(59, 130, 246, 0.26);
  transition: height 1.2s cubic-bezier(.2,.8,.2,1);
}

.chart-bar.strong {
  background: linear-gradient(180deg, rgba(103, 232, 249, 0.98), rgba(59, 130, 246, 0.78));
}

.chart-bar span {
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
  color: #ffffff;
  font-weight: 950;
  font-size: 28px;
  text-shadow: 0 0 22px rgba(96, 165, 250, 0.45);
}

.chart-labels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  padding: 14px 22px 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.research-copy h2,
.research-copy .section-lead {
  text-align: left;
  margin-left: 0;
}

.research-numbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 26px 0 20px;
}

.research-numbers div {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
}

.research-numbers strong {
  display: block;
  color: #ffffff;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.research-numbers span,
.research-copy p {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.65;
}




.section-float {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  opacity: 0.32;
  filter: blur(0.1px) drop-shadow(0 20px 32px rgba(0,0,0,0.45));
  animation: floatY 10s ease-in-out infinite;
}

.formula-float-1 {
  width: 70px;
  left: 2%;
  top: 22%;
  transform: rotate(-16deg);
}

.formula-float-2 {
  width: 92px;
  right: 3%;
  bottom: 18%;
  animation-duration: 12s;
}

.flow-grid.compact-flow {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.privacy-step {
  border-color: rgba(96, 165, 250, 0.32);
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.78), rgba(30, 58, 138, 0.24));
}



.reviews-cta {
  margin-top: 34px;
}

.footer-compliance {
  max-width: 940px;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.footer-compliance p {
  color: #7f91aa;
  font-size: 11px;
  line-height: 1.6;
}

.footer-compliance strong {
  color: #aab7c8;
}

@media (max-width: 1100px) {
  .research-grid {
    grid-template-columns: 1fr;
  }

  .research-copy h2,
  .research-copy .section-lead,
  .research-copy p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .research-copy .eyebrow {
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .flow-grid.compact-flow {
    grid-template-columns: 1fr;
  }

  .flow-grid.compact-flow .flow-step::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto !important;
  }

  .review {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .research-chart {
    height: 240px;
    gap: 18px;
  }

  .chart-window {
    min-height: auto;
    padding: 18px;
  }

  .research-numbers {
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
    height: auto !important;
    align-items: stretch;
  }

  .review-photo {
    height: 215px !important;
  }

  .review p {
    font-size: 15px;
  }

  .section-float {
    opacity: 0.2;
  }
}

.privacy-step::before,
.privacy-step::after {
  display: none !important;
}

@media (max-width: 900px) {
  .course-layout {
    padding: 0;
  }
  .side-man {
    display: none;
  }
}


/* Flow section background */
.flow-section {
  position: relative;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.12), rgba(15, 23, 42, 0.50));
}

.flow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(2, 6, 23, 0.84), rgba(2, 6, 23, 0.74)),
    url('../img/delivery-placeholder.jpg') center / cover no-repeat;
  opacity: 0.92;
  pointer-events: none;
}

.flow-section .mesh {
  z-index: 1;
}

.flow-section .container {
  position: relative;
  z-index: 2;
}
