:root {
  --cream: #f7f2ec;
  --beige: #e7d7c9;
  --burgundy: #6b2e3d;
  --gold: #c8a97e;
  --ink: #2b2a28;
  --white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 12% 5%, rgba(200, 169, 126, 0.2), transparent 27rem), var(--cream);
  font-family: Inter, Aptos, system-ui, sans-serif;
}

h1,
h2,
h3,
.serif-note,
.price,
.timeline-item span,
.before-after p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

p {
  line-height: 1.75;
}

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

.section {
  padding: 96px 20px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 32px 20px;
}

.hero-img,
.final img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(43, 27, 24, 0.82), rgba(107, 46, 61, 0.34), rgba(247, 242, 236, 0.12));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 36px;
  color: white;
}

.hero h1 {
  max-width: 850px;
  font-size: clamp(3.2rem, 12vw, 7.8rem);
  line-height: 0.88;
}

.lead {
  max-width: 680px;
  font-size: clamp(1.08rem, 3.2vw, 1.55rem);
  color: rgba(255, 255, 255, 0.84);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--burgundy);
}

.eyebrow.gold {
  color: var(--gold);
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  background: var(--burgundy);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  box-shadow: 0 24px 70px rgba(43, 42, 40, 0.18);
}

.button.light {
  background: white;
  color: var(--burgundy);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
}

.trust {
  max-width: 310px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
}

.floating {
  display: grid;
  gap: 12px;
}

.floating span {
  max-width: 265px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(18px);
  font-weight: 700;
}

.editorial {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  gap: 46px;
}

.media-card {
  min-height: 500px;
  overflow: hidden;
  border-radius: 32px;
  box-shadow: 0 28px 90px rgba(43, 42, 40, 0.13);
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story h2,
.center h2,
.offer h2,
.final h2 {
  font-size: clamp(2.8rem, 8vw, 5.3rem);
  line-height: 0.98;
}

.story p,
.center p {
  font-size: 1.08rem;
  color: rgba(43, 42, 40, 0.7);
}

.serif-note {
  font-size: 2rem !important;
  line-height: 1.15 !important;
  color: var(--burgundy) !important;
}

.white {
  background: white;
}

.center {
  width: min(820px, 100%);
  margin: 0 auto 56px;
  text-align: center;
}

.cards {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.card,
.cards article,
.timeline-item div,
.offer {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 70px rgba(43, 42, 40, 0.1);
  backdrop-filter: blur(18px);
}

.card,
.cards article {
  padding: 28px;
}

.card b,
.cards b {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--burgundy);
}

.timeline {
  width: min(920px, 100%);
  margin: 0 auto;
}

.timeline-item {
  display: grid;
  gap: 18px;
  border-top: 1px solid rgba(200, 169, 126, 0.55);
  padding: 28px 0;
}

.timeline-item span {
  color: var(--burgundy);
  font-size: 3.6rem;
}

.timeline-item div {
  padding: 28px;
}

.timeline-item h3 {
  font-size: 2rem;
}

.dark-block {
  background: var(--ink);
  color: white;
}

.dark-block .center p,
.dark-block .cards article,
.burgundy .center p,
.burgundy .cards article {
  color: rgba(255, 255, 255, 0.82);
}

.dark-block .cards article,
.burgundy .cards article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.five article p {
  font-size: 0.93rem;
}

.before-after {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

.before-after div {
  padding: 32px;
  border-radius: 32px;
  background: var(--cream);
}

.before-after .after {
  background: var(--burgundy);
  color: white;
  box-shadow: 0 0 70px rgba(200, 169, 126, 0.28);
}

.before-after small {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  opacity: 0.62;
}

.before-after p {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid rgba(200, 169, 126, 0.5);
  font-size: clamp(2rem, 8vw, 3.4rem);
}

.testimonials article {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.15;
  color: var(--burgundy);
}

.testimonials small,
.bonus small {
  display: block;
  margin-top: 22px;
  font-family: Inter, Aptos, system-ui, sans-serif;
  font-size: 0.86rem;
  color: rgba(43, 42, 40, 0.55);
}

.burgundy {
  background: var(--burgundy);
  color: white;
}

.bonus article {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.4rem;
  line-height: 1.04;
}

.bonus small {
  margin: 0 0 18px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.offer-wrap {
  display: grid;
  place-items: center;
}

.offer {
  width: min(820px, 100%);
  padding: clamp(28px, 7vw, 52px);
  text-align: center;
  background: white;
}

.offer hr {
  border: 0;
  height: 1px;
  margin: 34px 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.old-price {
  margin: 0;
  color: rgba(43, 42, 40, 0.5);
  text-decoration: line-through;
}

.price {
  margin: 4px 0 28px;
  color: var(--burgundy);
  font-size: clamp(4rem, 14vw, 7.5rem);
  line-height: 0.95;
}

.benefits {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.benefits span {
  padding: 14px 18px;
  border-radius: 999px;
  background: var(--cream);
  font-weight: 700;
}

.urgency {
  margin: 22px auto 0;
  max-width: 560px;
  color: rgba(43, 42, 40, 0.62);
}

.faq {
  width: 100%;
}

.faq details {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
  border-top: 1px solid var(--beige);
}

.faq summary {
  cursor: pointer;
  list-style: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

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

.faq p {
  color: rgba(43, 42, 40, 0.68);
}

.final {
  position: relative;
  min-height: 82svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 96px 20px;
  text-align: center;
  color: white;
}

.final > div {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(43, 27, 24, 0.86), rgba(107, 46, 61, 0.42), transparent);
}

.final article {
  position: relative;
  width: min(820px, 100%);
}

.final p {
  color: rgba(255, 255, 255, 0.8);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 760px) {
  .hero-content {
    grid-template-columns: 1.05fr 0.45fr;
    align-items: end;
  }

  .editorial {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
  }

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

  .four {
    grid-template-columns: repeat(4, 1fr);
  }

  .five {
    grid-template-columns: repeat(5, 1fr);
  }

  .timeline-item {
    grid-template-columns: 150px 1fr;
  }

  .before-after {
    grid-template-columns: 1fr 1fr;
  }

  .benefits {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 759px) {
  .hero {
    align-items: end;
    padding-top: 90px;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(43, 27, 24, 0.92), rgba(107, 46, 61, 0.42), rgba(43, 27, 24, 0.2));
  }

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

  .floating {
    grid-template-columns: 1fr;
  }

  .floating span {
    max-width: none;
  }
}
