:root {
  --rose: #997068;
  --rose-dark: #997068;
  --rose-soft: #f5eee9;
  --rose-pale: #fcfaf7;
  --green: #27453e;
  --green-hover: #50675e;
  --hero-bg: #fcfaf7;
  --guarantee-bg: #ede2dd;
  --white: #ffffff;
  --gray-900: #1f2523;
  --gray-700: #5f5856;
  --gray-500: #8a8380;
  --gray-200: #ede2dd;
  --shadow: 0 18px 42px rgba(58, 44, 39, 0.09);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gray-900);
  background: var(--hero-bg);
  font-family: "Nunito", Arial, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
video,
iframe {
  max-width: 100%;
}

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

.section {
  padding: 78px 0;
}

.topbar {
  position: relative;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px max(20px, calc((100vw - 1120px) / 2)) 10px;
  background: var(--hero-bg);
  border-bottom: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
}

.brand-logo {
  display: block;
  width: auto;
  height: 46px;
  object-fit: contain;
}

.topbar-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: var(--gray-900);
  background: var(--green);
  border-radius: 999px;
  font-size: 0.92rem;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(39, 69, 62, 0.16);
}

.hero {
  min-height: auto;
  padding: 42px 0 66px;
  background: var(--hero-bg);
}

.hero-grid,
.approaches {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 54px;
  align-items: center;
}

.hero-grid {
  grid-template-columns: minmax(0, 860px);
  justify-content: center;
  text-align: center;
}

.hero-copy {
  display: grid;
  justify-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 11px;
  color: var(--rose-dark);
  background: rgba(153, 112, 104, 0.08);
  border: 1px solid rgba(153, 112, 104, 0.12);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin: 18px 0 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.1rem, 4.7vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h1 span {
  color: var(--rose);
}

h2 {
  margin-bottom: 16px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 3.4vw, 3.05rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.22;
}

.subheadline,
.section-heading p,
.approaches p,
.final-box p,
.guarantee p {
  color: var(--gray-700);
  font-size: 1.04rem;
}

.social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin: 24px 0 22px;
  color: var(--gray-700);
  font-size: 0.94rem;
}

.stars {
  color: #c99745;
  letter-spacing: 0;
}

.hero-product-mockup {
  display: block;
  width: min(100%, 560px);
  margin: 10px auto 18px;
  filter: drop-shadow(0 22px 28px rgba(58, 44, 39, 0.12));
}

.hero-offer {
  display: grid;
  gap: 2px;
  margin-bottom: 28px;
}

.hero-offer span {
  color: var(--gray-700);
  font-weight: 800;
  text-transform: uppercase;
}

.hero-offer strong {
  color: var(--green);
  font-size: clamp(3.25rem, 7vw, 5rem);
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 8px 26px rgba(39, 69, 62, 0.12);
}

.hero-offer small {
  color: var(--gray-500);
  font-size: 1rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-trust {
  color: var(--gray-700);
  font-size: 0.92rem;
  font-weight: 800;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.topbar-cta:hover {
  transform: translateY(-2px);
}

.topbar-cta:hover {
  background: var(--green-hover);
}

.button.primary {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 14px 30px rgba(39, 69, 62, 0.22);
}

.hero-cta {
  min-height: 58px;
  padding: 0 34px;
  font-size: 0.98rem;
  box-shadow: 0 18px 36px rgba(39, 69, 62, 0.28);
  animation: cta-breathe 2.6s ease-in-out infinite;
}

@keyframes cta-breathe {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 18px 36px rgba(39, 69, 62, 0.28);
  }

  50% {
    transform: translateY(-2px) scale(1.025);
    box-shadow: 0 24px 44px rgba(39, 69, 62, 0.34);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cta {
    animation: none;
  }
}

.button.primary:hover {
  background: var(--green-hover);
}

.button.secondary {
  color: var(--rose-dark);
  background: var(--white);
  border-color: rgba(153, 112, 104, 0.22);
}

.hero-media {
  position: relative;
  display: grid;
  min-height: 590px;
  place-items: start center;
}

.video-card {
  position: relative;
  z-index: 2;
  width: min(100%, 315px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--gray-900);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: 0 22px 48px rgba(58, 44, 39, 0.14);
}

.video-card iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.mockup-stack {
  position: absolute;
  right: 0;
  bottom: 12px;
  left: auto;
  z-index: 3;
  width: 190px;
  pointer-events: none;
}

.mockup {
  display: grid;
  gap: 13px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.mockup-main {
  min-height: 170px;
}

.mockup-small {
  display: none;
}

.mockup span {
  display: block;
  height: 20px;
  background: linear-gradient(90deg, rgba(153, 112, 104, 0.28), rgba(153, 112, 104, 0.08));
  border-radius: 999px;
}

.mockup span:first-child {
  width: 52%;
  height: 58px;
  border-radius: var(--radius);
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-heading .eyebrow {
  margin-bottom: 14px;
}

.pain-section,
.modules-section {
  background: var(--rose-pale);
}

.pain-grid,
.pillars-grid,
.modules-grid,
.bonus-grid {
  display: grid;
  gap: 18px;
}

.pain-grid {
  grid-template-columns: repeat(3, 1fr);
}

.pillars-grid,
.modules-grid {
  grid-template-columns: repeat(3, 1fr);
}

.bonus-grid {
  grid-template-columns: repeat(3, 1fr);
}

.card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(58, 44, 39, 0.06);
}

.pain-card,
.pillar-card {
  padding: 26px;
}

.pain-card span,
.pillar-card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  background: #f4ebe7;
  border-radius: 50%;
  font-size: 1.35rem;
}

.pain-card p,
.pillar-card p,
.module-card p,
.bonus-card p {
  margin-bottom: 0;
  color: var(--gray-700);
}

.approaches-section {
  background: var(--hero-bg);
  color: var(--white);
}

.approaches {
  padding: 42px;
  color: var(--white);
  background: var(--green);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.approaches p {
  color: rgba(255, 255, 255, 0.74);
}

.approach-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.approach-list span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 8px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-weight: 900;
}

.module-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  padding: 0 24px 26px;
  border-color: rgba(153, 112, 104, 0.16);
}

.module-mockup,
.bonus-mockup {
  display: block;
  width: 100%;
  object-fit: contain;
}

.module-mockup {
  width: calc(100% + 48px);
  max-width: none;
  height: 270px;
  margin: 0 -24px 24px;
  padding: 24px;
  background: linear-gradient(180deg, #fffdf9 0%, #f4eee8 100%);
  border-bottom: 1px solid rgba(153, 112, 104, 0.14);
  filter: drop-shadow(0 22px 26px rgba(58, 44, 39, 0.14));
}

.module-card h3 {
  margin-bottom: 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.08;
}

.bonus-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 0.88fr) minmax(0, 1fr);
  grid-template-areas:
    "image label"
    "image title"
    "image text";
  column-gap: 34px;
  min-height: 300px;
  align-items: center;
  overflow: hidden;
  padding: 32px;
  color: var(--white);
  text-align: left;
  background:
    radial-gradient(circle at 92% 18%, rgba(214, 163, 55, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(247, 223, 172, 0.2), transparent 34%),
    var(--white);
  border: 1px solid rgba(214, 163, 55, 0.28);
  box-shadow: 0 24px 54px rgba(58, 44, 39, 0.1);
}

.bonus-card::after {
  position: absolute;
  inset: 18px;
  pointer-events: none;
  border: 1px solid rgba(214, 163, 55, 0.16);
  border-radius: var(--radius);
  content: "";
}

.bonus-grid {
  min-height: 100%;
  grid-template-columns: 1fr;
}

.bonus-label {
  grid-area: label;
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 22px;
  color: #21170a;
  background: linear-gradient(180deg, #f7dfac, #d8b782);
  border: 1px solid rgba(122, 82, 14, 0.18);
  border-radius: 2px;
  box-shadow: 0 14px 26px rgba(214, 163, 55, 0.16);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.bonus-mockup {
  grid-area: image;
  height: 248px;
  margin: 0;
  padding: 18px;
  background: linear-gradient(180deg, #fffdf9, #f7f1e8);
  border: 1px solid rgba(214, 163, 55, 0.16);
  border-radius: var(--radius);
  filter: drop-shadow(0 18px 28px rgba(58, 44, 39, 0.16));
}

.bonus-card h3 {
  grid-area: title;
  max-width: 520px;
  margin-bottom: 10px;
  color: var(--gray-900);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.1;
}

.bonus-card p {
  grid-area: text;
  max-width: 560px;
  color: var(--gray-700);
  font-size: 1.05rem;
}

.module-card ul,
.offer-list {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}

.module-card li,
.offer-list li {
  position: relative;
  padding-left: 26px;
  color: var(--gray-700);
}

.module-card li::before,
.offer-list li::before {
  position: absolute;
  left: 0;
  color: var(--rose);
  font-weight: 900;
  content: "\2713";
}

.module-card strong {
  margin-top: auto;
  color: var(--rose-dark);
}

.bonus-section {
  color: var(--gray-900);
  background: var(--white);
}

.bonus-section .section-heading h2 {
  color: var(--gray-900);
}

.bonus-section .section-heading .eyebrow {
  color: #f7dfac;
  background: rgba(247, 223, 172, 0.09);
  border-color: rgba(247, 223, 172, 0.18);
}

.offer-section {
  background: var(--hero-bg);
}

.offer-box {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 42px;
  align-items: center;
  padding: 44px;
  color: var(--white);
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.offer-copy h2 {
  max-width: 620px;
  margin-bottom: 22px;
}

.offer-copy .eyebrow {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
}

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

.offer-list {
  padding: 22px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius);
}

.price-card {
  display: grid;
  gap: 12px;
  padding: 36px;
  text-align: center;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 16px 44px rgba(73, 50, 45, 0.08);
}

.price-card span {
  color: var(--gray-700);
  font-weight: 900;
}

.price-card s {
  color: #c43d3d;
  font-size: 1.08rem;
  font-weight: 900;
}

.price-card strong {
  color: var(--green);
  font-size: clamp(3.4rem, 8vw, 5.25rem);
  line-height: 1;
  font-weight: 900;
}

.price-card p {
  margin: 8px 0 0;
  color: var(--gray-500);
  font-size: 0.95rem;
}

.guarantee {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  max-width: 860px;
  padding: 40px;
  background: var(--white);
  border: 1px solid rgba(153, 112, 104, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.guarantee-section {
  background: var(--guarantee-bg);
}

.guarantee-icon {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: 3.1rem;
  font-weight: 900;
}

.faq-wrap {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: var(--white);
  border: 1px solid rgba(153, 112, 104, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(58, 44, 39, 0.04);
}

.faq-item summary {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 22px;
  color: var(--gray-900);
  cursor: pointer;
  font-weight: 900;
}

.faq-item summary::after {
  flex: 0 0 auto;
  color: var(--rose);
  content: "+";
  font-size: 1.5rem;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--gray-700);
}

.final-cta {
  background: var(--hero-bg);
}

.final-box {
  max-width: 880px;
  text-align: center;
  color: var(--gray-900);
}

.final-box .eyebrow {
  color: var(--rose-dark);
  background: rgba(153, 112, 104, 0.08);
  border-color: rgba(153, 112, 104, 0.12);
}

.final-box p {
  color: var(--gray-700);
}

.final-box .button.primary {
  color: var(--white);
  background: var(--green);
}

.final-box .button.primary:hover {
  background: var(--green-hover);
}

.footer {
  padding: 28px 0;
  color: var(--gray-500);
  text-align: center;
  background: var(--white);
}

.footer p {
  margin: 0;
}

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

  .offer-box {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: 590px;
  }

  .pain-grid,
  .pillars-grid,
  .modules-grid,
  .bonus-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 30px, 1120px);
  }

  .section {
    padding: 48px 0;
  }

  .topbar {
    justify-content: center;
    padding: 14px 14px 4px;
  }

  .brand {
    max-width: 150px;
  }

  .brand-logo {
    height: auto;
    max-width: 100%;
  }

  .topbar-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 28px 0 50px;
    text-align: center;
  }

  .hero-grid,
  .approaches {
    gap: 30px;
  }

  h1 {
    font-size: clamp(2rem, 9.4vw, 2.55rem);
    line-height: 0.98;
  }

  h2 {
    font-size: clamp(1.68rem, 8vw, 2.18rem);
  }

  h3 {
    font-size: 1rem;
  }

  .subheadline,
  .section-heading p,
  .approaches p,
  .final-box p,
  .guarantee p {
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .eyebrow {
    min-height: 26px;
    font-size: 0.62rem;
  }

  .social-proof {
    justify-content: center;
    margin: 20px 0;
    font-size: 0.86rem;
  }

  .hero-offer {
    margin-bottom: 22px;
  }

  .hero-offer strong {
    font-size: 3rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions {
    gap: 10px;
  }

  .pain-grid,
  .pillars-grid,
  .modules-grid,
  .bonus-grid {
    grid-template-columns: 1fr;
  }

  .hero-media {
    min-height: auto;
    padding-bottom: 0;
  }

  .video-card {
    width: min(82vw, 315px);
  }

  .mockup-stack {
    display: none;
  }

  .mockup {
    padding: 16px;
  }

  .pain-card,
  .pillar-card {
    padding: 18px;
    text-align: left;
  }

  .module-card {
    padding: 0 18px 22px;
    text-align: left;
  }

  .bonus-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "label"
      "image"
      "title"
      "text";
    gap: 14px;
    padding: 22px;
    text-align: center;
  }

  .bonus-label {
    justify-self: center;
    margin-bottom: 2px;
  }

  .module-mockup {
    width: calc(100% + 36px);
    height: 230px;
    margin: 0 -18px 22px;
    padding: 18px;
  }

  .bonus-mockup {
    height: 230px;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .approaches {
    padding: 30px 20px;
    text-align: center;
  }

  .approach-list {
    justify-content: center;
  }

  .approach-list span {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 0.76rem;
  }

  .offer-box {
    gap: 22px;
    padding: 26px 18px;
    text-align: center;
  }

  .offer-list {
    padding: 18px;
    text-align: left;
  }

  .price-card {
    padding: 26px 18px;
  }

  .price-card strong {
    font-size: 3.6rem;
  }

  .guarantee {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    text-align: center;
  }

  .guarantee-icon {
    margin: 0 auto;
  }
}

@media (max-width: 430px) {
  .topbar {
    gap: 10px;
  }

  .brand-logo {
    max-width: 132px;
  }

  h1 {
    font-size: 2.04rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .hero-media {
    padding-bottom: 0;
  }

  .button {
    min-height: 46px;
    padding: 0 16px;
    font-size: 0.76rem;
  }
}
