:root {
  --ink: #172033;
  --muted: #536073;
  --purple: #8434a8;
  --purple-dark: #4b2467;
  --lavender: #f3dcf7;
  --lavender-strong: #b86be3;
  --green: #3f9c38;
  --green-dark: #27772a;
  --coral: #cf3325;
  --cream: #fffdf8;
  --line: #e6e0ea;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(32, 25, 54, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  max-width: 860px;
}

.section {
  padding: 78px 0;
}

.hero {
  min-height: 92vh;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.94) 0 18%, transparent 36%),
    linear-gradient(140deg, #f9d9f2 0%, #f6e6fb 44%, #fdfbf8 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -24% 36%;
  height: 48%;
  background: rgba(255, 255, 255, 0.62);
  border-radius: 50% 50% 0 0;
  transform: rotate(-4deg);
}

.hero__media {
  position: relative;
  align-self: stretch;
  min-height: 560px;
  z-index: 1;
  background:
    radial-gradient(circle at 34% 38%, rgba(255, 255, 255, 0.96) 0 22%, rgba(246, 235, 252, 0.72) 42%, transparent 64%),
    radial-gradient(circle at 72% 22%, rgba(183, 224, 122, 0.18), transparent 32%),
    linear-gradient(145deg, #f5ddf7 0%, #fdfaf5 54%, #eaf5ed 100%);
}

.hero__bg {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.hero__product {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1%;
  width: min(56vw, 660px);
  max-height: 94%;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(22, 20, 35, 0.22));
  transform: translateX(-50%);
}

.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse at 18% 54%, rgba(255, 253, 248, 0.94) 0 24%, rgba(255, 253, 248, 0.42) 34%, transparent 50%),
    linear-gradient(90deg, transparent 0 50%, rgba(255, 253, 248, 0.22) 70%, rgba(255, 253, 248, 0.88) 100%);
}

.hero__copy {
  position: relative;
  z-index: 2;
  padding: 72px clamp(24px, 5vw, 76px) 72px 34px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--purple-dark);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--purple);
  font-size: clamp(2.1rem, 4.4vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  color: var(--purple);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero__copy p:not(.eyebrow) {
  max-width: 650px;
  margin: 0 auto 28px;
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 17px 30px;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 12px 30px rgba(42, 120, 46, 0.25);
  transition: transform 160ms ease, filter 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
}

.button--primary {
  background: linear-gradient(90deg, var(--green), #6cbf3a);
}

.button--accent {
  width: 100%;
  background: var(--coral);
  box-shadow: 0 12px 28px rgba(207, 51, 37, 0.22);
}

.button--wide {
  width: min(100%, 460px);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.trust-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 13px;
  border: 1px solid rgba(132, 52, 168, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--purple-dark);
  font-size: 0.88rem;
  font-weight: 800;
}

.bottle-label {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 150px;
  min-height: 108px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.08);
  color: var(--purple-dark);
  text-align: center;
}

.bottle-label--hero {
  left: 24.5%;
  top: 47%;
  transform: translate(-50%, -50%);
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), #4d8bc7);
  color: var(--white);
  font-weight: 900;
}

.bottle-label strong,
.product-bottle strong {
  display: block;
  margin-top: 6px;
  font-size: 1.08rem;
  letter-spacing: 0;
}

.bottle-label small,
.product-bottle small {
  color: var(--muted);
  font-weight: 800;
}

.statement {
  padding: 46px 0;
  background: var(--white);
}

.statement h2 {
  margin: 0 auto;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 8px;
  background: linear-gradient(180deg, #f5d6f8 0%, rgba(245, 214, 248, 0.15) 100%);
  text-align: center;
  box-shadow: 0 20px 60px rgba(132, 52, 168, 0.08);
}

.split {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 42px;
  align-items: center;
}

.split__copy h2 {
  color: var(--ink);
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.split__copy p {
  color: var(--muted);
  font-size: 1.2rem;
}

.product-stage {
  min-height: 420px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(243, 220, 247, 0.95), rgba(221, 239, 226, 0.9)),
    repeating-linear-gradient(45deg, rgba(132, 52, 168, 0.08) 0 1px, transparent 1px 18px);
}

.product-photo {
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(52, 44, 65, 0.18));
}

.product-photo--single {
  max-width: min(72%, 360px);
  max-height: 380px;
}

.product-photo--small {
  max-width: min(82%, 300px);
  max-height: 340px;
}

.product-bottle {
  width: 230px;
  height: 330px;
  position: relative;
  filter: drop-shadow(0 24px 36px rgba(52, 44, 65, 0.18));
}

.product-bottle .cap {
  width: 156px;
  height: 66px;
  margin: 0 auto -8px;
  border-radius: 14px 14px 8px 8px;
  background:
    repeating-linear-gradient(90deg, #e6e7ea 0 4px, #f9fafb 4px 8px);
  border: 1px solid #d7d8dc;
}

.product-bottle .body {
  height: 270px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 24px 24px 38px 38px;
  background: linear-gradient(90deg, #f6f7f8, #ffffff 45%, #e9eaed);
  border: 1px solid #dfe2e7;
  text-align: center;
}

.product-bottle--small {
  width: 188px;
  height: 270px;
}

.product-bottle--small .cap {
  width: 128px;
  height: 52px;
}

.product-bottle--small .body {
  height: 218px;
}

.symptoms {
  background: var(--lavender-strong);
  color: var(--white);
  overflow: hidden;
}

.symptoms h2,
.symptoms p {
  color: var(--white);
  text-align: center;
}

.symptom-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 24px;
  margin: 38px 0;
}

.symptom-grid article {
  min-height: 180px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 20px;
  padding: 26px 16px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-align: center;
  box-shadow: var(--shadow);
}

.check-icon,
.large-check {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #c9579b;
}

.check-icon {
  width: 58px;
  height: 58px;
}

.check-icon::before,
.large-check::before {
  content: "";
  width: 22px;
  height: 12px;
  border-left: 5px solid var(--white);
  border-bottom: 5px solid var(--white);
  transform: rotate(-45deg) translate(1px, -2px);
}

.center-copy {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  font-weight: 900;
}

.unique {
  background: var(--white);
  text-align: center;
}

.unique p {
  color: var(--muted);
  font-size: 1.18rem;
}

.ingredients {
  background: linear-gradient(180deg, #fff 0%, #fbf2ff 100%);
  text-align: center;
}

.ingredient-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 36px;
}

.ingredient-grid article {
  min-height: 360px;
  padding: 32px 24px;
  border-radius: 8px;
  background: var(--lavender);
  text-align: center;
}

.ingredient-icon {
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  margin: 0 auto 24px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.86), transparent 30%),
    linear-gradient(135deg, var(--purple-dark), #2f8a5a);
  color: var(--white);
  font-size: 1.8rem;
  font-weight: 900;
}

.ingredient-grid p {
  color: var(--muted);
  font-size: 1rem;
}

.results {
  background: var(--lavender);
}

.results h2,
.feel h2,
.proof h2,
.secure h2,
.offer h2,
.order h2,
.faq h2 {
  text-align: center;
}

.results-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 36px;
  align-items: center;
  margin-top: 28px;
}

.mini-product {
  display: grid;
  place-items: center;
  min-height: 380px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.6);
}

.benefit-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 14px 18px 14px 58px;
  position: relative;
  border-radius: 999px;
  background: var(--purple-dark);
  color: var(--white);
  font-size: 1.05rem;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #b7e07a;
}

.benefit-list strong {
  margin-right: 4px;
}

.feel {
  background: var(--white);
}

.feel-panel {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 0;
  align-items: stretch;
  width: min(780px, 100%);
  margin: 30px auto 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feel-product {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.9) 0 34%, rgba(243, 220, 247, 0.65) 72%),
    linear-gradient(135deg, #f7ecfb, #edf7ef);
}

.feel-product img {
  max-height: 390px;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(32, 25, 54, 0.15));
}

.feel-tags {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 34px 0;
  background: #f8edf9;
}

.feel-tags span {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin-left: -34px;
  padding: 8px 18px 8px 28px;
  border-radius: 999px 0 0 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(75, 36, 103, 0.08);
}

.proof {
  background: var(--white);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 34px;
}

.testimonial-grid article {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border-radius: 8px;
  background: #ececec;
}

.testimonial-grid p {
  color: #404040;
  font-size: 1.04rem;
}

.testimonial-grid strong {
  padding-top: 18px;
  border-top: 1px solid #bcbcbc;
}

.secure {
  background: var(--lavender);
  text-align: center;
}

.large-check {
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  background: transparent;
}

.large-check::before {
  width: 34px;
  height: 18px;
  border-color: var(--purple);
  border-width: 4px;
}

.secure p,
.order p {
  color: var(--muted);
  font-size: 1.14rem;
}

.offer {
  background: var(--lavender-strong);
}

.offer h2 {
  color: var(--white);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 34px;
}

.package {
  position: relative;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 24px 24px;
  border-radius: 8px;
  background: #f9f5ff;
  text-align: center;
  box-shadow: var(--shadow);
}

.package--featured {
  outline: 5px solid var(--green);
  transform: translateY(-14px);
}

.badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--green);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-bottles {
  min-height: 156px;
  display: grid;
  place-items: center;
  margin: 10px 0 16px;
}

.package-bottles img {
  width: auto;
  max-width: 100%;
  max-height: 172px;
  object-fit: contain;
  filter: drop-shadow(0 16px 18px rgba(32, 25, 54, 0.12));
}

.save {
  margin-bottom: 2px;
  color: var(--green-dark);
  font-weight: 900;
}

.price {
  margin-bottom: 20px;
  color: var(--purple-dark);
  font-size: 1.8rem;
  font-weight: 950;
}

.package small {
  display: block;
  margin-top: 16px;
  color: var(--ink);
  font-weight: 800;
}

.order {
  background: var(--white);
  text-align: center;
}

.faq {
  background: #fffefa;
}

.faq-list {
  margin-top: 30px;
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary::after {
  content: "+";
  color: #9d9d9d;
  font-size: 1.6rem;
  font-weight: 300;
}

.faq details[open] summary::after {
  content: "-";
  color: var(--ink);
}

.faq details p {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--muted);
}

.footer {
  padding: 28px 20px;
  background: var(--purple-dark);
  color: rgba(255, 255, 255, 0.86);
  text-align: center;
}

.footer p {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0.92rem;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__media {
    min-height: 460px;
  }

  .hero__media::after {
    background: linear-gradient(180deg, transparent 0 55%, rgba(255, 253, 248, 0.94) 100%);
  }

  .hero__copy {
    padding: 38px 22px 58px;
  }

  .bottle-label--hero {
    left: 29%;
    top: 50%;
  }

  .hero__product {
    left: 50%;
    bottom: 0;
    width: min(86vw, 520px);
    max-height: 94%;
  }

  .split,
  .results-layout,
  .feel-panel {
    grid-template-columns: 1fr;
  }

  .symptom-grid,
  .ingredient-grid,
  .testimonial-grid,
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feel-tags span {
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 999px;
  }

  .package--featured {
    transform: none;
  }
}

@media (max-width: 680px) {
  .wrap,
  .split {
    width: min(100% - 28px, 1120px);
  }

  .section {
    padding: 58px 0;
  }

  .hero__media {
    min-height: 390px;
  }

  .bottle-label {
    width: 118px;
    min-height: 88px;
  }

  .bottle-label--hero {
    left: 34%;
    top: 52%;
  }

  .bottle-label strong {
    font-size: 0.86rem;
  }

  .bottle-label small {
    font-size: 0.66rem;
  }

  .brand-mark {
    width: 28px;
    height: 28px;
  }

  .button {
    width: 100%;
    padding-inline: 18px;
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .symptom-grid,
  .ingredient-grid,
  .testimonial-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .symptom-grid article {
    min-height: 142px;
  }

  .ingredient-grid article {
    min-height: auto;
  }

  .benefit-list li {
    border-radius: 8px;
    align-items: flex-start;
  }

  .feel-product {
    min-height: 280px;
  }

  .feel-product img {
    max-height: 260px;
  }

  .package-bottles {
    min-height: 140px;
  }

  .package-bottles img {
    max-height: 154px;
  }

  .testimonial-grid article {
    min-height: auto;
  }

  .package {
    min-height: auto;
  }
}
