:root {
  --cream: #F3EEE6;
  --warm-white: #FBF8F3;
  --petrol: #1F4A45;
  --petrol-dark: #173B37;
  --wine: #663448;
  --alert: #8A2638;
  --text: #2D302E;
  --gold: #B49762;
  --night: #20283A;
  --line: rgba(45, 48, 46, 0.18);
  --line-light: rgba(243, 238, 230, 0.2);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  --container: 1160px;
  --content: 720px;
  --section-space: 3.5rem;
  --gold-dark: #7B5D2E;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background: var(--cream);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

figure,
blockquote,
dl,
dd {
  margin: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  touch-action: manipulation;
}

a {
  color: inherit;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.esconder {
  display: none;
}

.container {
  width: min(calc(100% - 44px), var(--container));
  margin-inline: auto;
}

.section {
  padding-block: var(--section-space);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow--light,
.eyebrow--night {
  color: var(--cream);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--petrol);
  font-weight: 600;
  letter-spacing: -0.025em;
}

h2 {
  margin: 0;
  font-size: clamp(2.25rem, 9vw, 3.7rem);
  line-height: 1.02;
}

h3 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 3.2rem);
  line-height: 1.04;
}

.section-heading {
  margin-bottom: 2.5rem;
}

.section-heading--narrow {
  max-width: 46rem;
}

.section-heading--center {
  max-width: 48rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading > p:last-child,
.section-heading--center > p {
  margin: 1.25rem 0 0;
  font-size: 1.04rem;
}

.section-heading--light h2,
.section-heading--light > p:last-child {
  color: var(--cream);
}

.alert-bar {
  color: #fff;
  background: var(--alert);
}

.alert-bar p {
  width: min(100%, 900px);
  margin: 0 auto;
  padding: 9px 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-align: center;
}

.alert-bar span,
.alert-bar strong {
  display: block;
}

.alert-bar strong {
  margin-top: 0.1rem;
  font-weight: 800;
}

.hero-vsl {
  background: var(--cream);
}

.hero-vsl__inner {
  width: min(calc(100% - 40px), 560px);
  margin-inline: auto;
  padding: 1.25rem 0 0;
  text-align: center;
}

.hero-vsl h1 {
  margin: 0 auto;
  color: var(--text);
  font-family: "Manrope", Arial, sans-serif;
  font-size: clamp(2.35rem, 10.6vw, 3.1rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero-vsl h1 span,
.hero-vsl h1 strong {
  display: block;
}

.hero-vsl h1 strong {
  display: block;
  margin-top: 0.14em;
  color: var(--gold-dark);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.hero-vsl__pointer {
  margin: 0.45rem 0 0.55rem;
  font-size: 1.9rem;
  line-height: 1;
}

.vsl-frame {
  width: min(100%, 400px);
  margin-inline: auto;
  padding: 3px;
  background: var(--cream);
  border: 1px solid var(--wine);
  box-shadow: 0 14px 34px rgba(45, 48, 46, 0.1);
}

.cta-imediato-pos-vsl {
  padding: 1rem 0 1.5rem;
  background: var(--cream);
}

.cta-imediato-pos-vsl__inner {
  width: min(calc(100% - 40px), 760px);
  margin-inline: auto;
}

#kiwify-upsell-m8mPh3s {
  width: 100%;
}

#kiwify-upsell-trigger-m8mPh3s,
.cta-button,
.cta-kiwify-proxy {
  width: 100% !important;
  min-height: 58px !important;
  padding: 0.95rem 1.15rem !important;
  color: var(--cream) !important;
  background: var(--petrol) !important;
  border: 1px solid var(--petrol) !important;
  border-radius: 7px !important;
  box-shadow: 0 8px 20px rgba(31, 74, 69, 0.14) !important;
  font-family: "Manrope", Arial, sans-serif !important;
  font-size: clamp(14px, 4vw, 17px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease !important;
}

#kiwify-upsell-trigger-m8mPh3s:hover,
.cta-button:hover,
.cta-kiwify-proxy:hover {
  background: var(--petrol-dark) !important;
  border-color: var(--petrol-dark) !important;
  box-shadow: 0 10px 24px rgba(31, 74, 69, 0.18) !important;
}

#kiwify-upsell-trigger-m8mPh3s:active,
.cta-button:active,
.cta-kiwify-proxy:active {
  transform: translateY(1px);
}

#kiwify-upsell-cancel-trigger-m8mPh3s {
  display: none !important;
}

.cancel-button,
.cancel-kiwify-proxy {
  display: block;
  width: 100%;
  min-height: 44px;
  margin: 0.9rem 0 0;
  padding: 0.7rem 0.55rem;
  color: inherit;
  background: transparent;
  border: 0;
  font-size: 0.83rem;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.testimonials {
  background: var(--warm-white);
  border-top: 1px solid var(--line);
}

.story {
  display: grid;
  gap: 1.5rem;
  padding-block: 2.25rem;
  border-top: 1px solid var(--line);
}

.story:first-of-type {
  margin-top: 1rem;
}

.story__media {
  overflow: hidden;
  border-radius: 4px;
}

.story__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.story__index {
  margin: 0 0 0.35rem;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.story h3 {
  font-size: clamp(2rem, 9vw, 3.15rem);
}

.story blockquote {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
}

.results-note {
  margin: 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  color: rgba(45, 48, 46, 0.72);
  font-size: 0.82rem;
  text-align: center;
}

.complement {
  background: var(--cream);
}

.complement__layout {
  display: grid;
  gap: 2.5rem;
}

.complement__media {
  overflow: hidden;
  border-radius: 4px;
}

.complement__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.complement__copy p {
  margin: 1rem 0 0;
  font-size: 1.02rem;
}

.complement__copy blockquote {
  margin-top: 1.75rem;
  padding: 1.1rem 0 0 1rem;
  border-top: 1px solid var(--gold);
  border-left: 3px solid var(--wine);
  color: var(--wine);
  font-weight: 800;
  line-height: 1.55;
}

.daily-cycle {
  color: var(--cream);
  background: var(--petrol);
}

.daily-cycle h2,
.daily-cycle h3,
.daily-cycle p {
  color: var(--cream);
}

.cycle-panels {
  display: grid;
  gap: 2rem;
  margin-top: 2.75rem;
}

.cycle-panel {
  border-top: 1px solid var(--line-light);
}

.cycle-panel__media {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 4px;
}

.cycle-panel__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cycle-panel--morning img {
  object-position: center 35%;
}

.cycle-panel--day img {
  object-position: center 42%;
}

.cycle-panel--night img {
  object-position: center 35%;
}

.cycle-panel__copy {
  padding-top: 1rem;
}

.cycle-panel__copy span {
  color: var(--cream);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.cycle-panel__copy h3 {
  margin-top: 0.2rem;
  font-size: 2.3rem;
}

.cycle-panel__copy p {
  margin: 0.5rem 0 0;
}

.collection {
  color: var(--cream);
  background: var(--petrol-dark);
}

.collection__layout {
  display: grid;
  gap: 2.75rem;
}

.collection h2,
.collection p {
  color: var(--cream);
}

.collection__copy > p:not(.eyebrow) {
  margin: 1rem 0 0;
  font-size: 1.02rem;
}

.collection__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.collection-stats {
  margin-top: 2rem;
  border-top: 1px solid var(--line-light);
}

.collection-stats div {
  display: grid;
  grid-template-columns: 4rem 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0;
  border-bottom: 1px solid var(--line-light);
}

.collection-stats dt {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.collection-stats dd {
  color: var(--cream);
  font-weight: 600;
}

.materials {
  padding-bottom: 0;
  background: var(--cream);
}

.material {
  padding-block: clamp(3.75rem, 9vw, 7rem);
  border-top: 1px solid var(--line);
}

.material--morning,
.material--calendar {
  background: var(--warm-white);
}

.material--night {
  color: var(--cream);
  background: var(--night);
}

.material__layout {
  display: grid;
  gap: 2.25rem;
}

.material__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.material__copy h3 {
  text-transform: none;
}

.material__copy > p:not(.eyebrow) {
  margin: 1rem 0 0;
  font-size: 1.02rem;
}

.material--night h3,
.material--night .material__copy > p {
  color: var(--cream);
}

.line-list {
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.line-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.line-list--night {
  border-color: var(--line-light);
}

.line-list--night li {
  border-color: var(--line-light);
}

.conversion-section {
  padding: 1.5rem 0 3.75rem;
  background: var(--cream);
}

.conversion-section__inner {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.timeline-section {
  background: var(--warm-white);
}

.timeline {
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid var(--gold);
}

.timeline li {
  position: relative;
  padding: 0 0 2.4rem 1.4rem;
}

.timeline li::before {
  content: "";
  position: absolute;
  top: 0.45rem;
  left: -0.32rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--wine);
  border-radius: 50%;
}

.timeline__day {
  color: var(--wine);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.timeline h3 {
  margin-top: 0.25rem;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.timeline p {
  margin: 0.5rem 0 0;
}

.bonuses {
  color: var(--cream);
  background: var(--night);
}

.bonuses__hero {
  margin: 2.5rem auto 1rem;
}

.bonuses__hero img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bonus-list {
  margin-top: 2rem;
  border-top: 1px solid var(--line-light);
}

.bonus-item {
  display: grid;
  gap: 1.5rem;
  padding-block: 2.5rem;
  border-bottom: 1px solid var(--line-light);
}

.bonus-item figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.bonus-item span {
  color: var(--gold);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.bonus-item h3 {
  margin-top: 0.4rem;
  color: var(--cream);
  font-size: clamp(1.85rem, 8vw, 2.8rem);
}

.bonus-item p {
  margin: 0.8rem 0 0;
  color: var(--cream);
}

.complete-offer {
  color: var(--cream);
  background: var(--petrol);
}

.complete-offer__layout {
  display: grid;
  gap: 2.75rem;
}

.complete-offer__media img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.complete-offer h2,
.complete-offer p,
.complete-offer li {
  color: var(--cream);
}

.included-list {
  display: grid;
  gap: 0;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.included-list li {
  padding: 0.72rem 0;
  border-bottom: 1px solid var(--line-light);
}

.special-condition {
  margin: 1.6rem 0 0;
  color: var(--cream) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.complete-offer__price {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.complete-offer__price strong {
  color: var(--cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.6rem, 16vw, 5.2rem);
  line-height: 0.9;
}

.complete-offer__price span {
  font-weight: 700;
}

.payment-notes {
  display: grid;
  gap: 0.35rem;
  margin: 1.2rem 0 1.6rem;
  font-size: 0.92rem;
}

.complete-offer .cta-button {
  color: var(--petrol) !important;
  background: var(--cream) !important;
  border-color: var(--cream) !important;
}

.complete-offer .cta-button:hover {
  background: #E9E1D6 !important;
  border-color: #E9E1D6 !important;
}

.complete-offer .cancel-button {
  color: var(--cream);
}

.guarantee {
  background: var(--cream);
}

.guarantee__layout {
  display: grid;
  gap: 1.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--gold);
}

.guarantee__mark {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  color: var(--wine);
}

.guarantee__mark strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 4.6rem;
  line-height: 0.8;
}

.guarantee__mark span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.guarantee__copy p:not(.eyebrow) {
  margin: 1rem 0 0;
  font-size: 1.02rem;
}

.faq-section {
  background: var(--warm-white);
  border-top: 1px solid var(--line);
}

.faq-section__layout {
  display: grid;
  gap: 1.5rem;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

.faq-item h3 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
}

.faq-question {
  position: relative;
  width: 100%;
  min-height: 56px;
  padding: 1.1rem 2.5rem 1.1rem 0;
  color: var(--text);
  background: transparent;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--wine);
  font-size: 1.5rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.faq-question[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  padding: 0 2rem 1.15rem 0;
}

.faq-answer p {
  margin: 0;
}

.closing {
  background: var(--cream);
}

.closing__layout {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}

.closing__copy > p:not(.eyebrow):not(.closing-price) {
  margin: 1rem 0 0;
  font-size: 1.02rem;
}

.closing blockquote {
  margin-top: 1.75rem;
  padding: 1rem 0 0 1rem;
  border-top: 1px solid var(--gold);
  border-left: 3px solid var(--wine);
  color: var(--wine);
  font-weight: 800;
}

.closing-summary {
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.closing-summary li {
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}

.closing-price {
  margin: 1.5rem 0 1rem;
  color: var(--wine);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.site-footer {
  padding: 2.75rem 0;
  color: var(--cream);
  background: var(--petrol-dark);
}

.site-footer__inner {
  display: grid;
  gap: 1rem;
}

.site-footer p {
  margin: 0;
  color: rgba(243, 238, 230, 0.78);
  font-size: 0.78rem;
  line-height: 1.65;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.2rem;
}

.site-footer a {
  color: var(--cream);
  font-size: 0.84rem;
  font-weight: 700;
}

.legal-page {
  min-height: 100vh;
  background: var(--cream);
}

.legal-header {
  padding: 1rem 0;
  color: var(--cream);
  background: var(--petrol);
}

.legal-header a {
  font-weight: 700;
  text-decoration: none;
}

.legal-main {
  width: min(calc(100% - 44px), 780px);
  margin-inline: auto;
  padding: 3.5rem 0 5rem;
}

.legal-main h1 {
  margin: 0;
  color: var(--petrol);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 11vw, 4.8rem);
  line-height: 1;
}

.legal-main h2 {
  margin-top: 2.25rem;
  font-size: 1.8rem;
}

.legal-main p,
.legal-main li {
  font-size: 1rem;
}


.legal-updated {
  margin: 1rem 0 1.5rem;
  color: var(--wine);
  font-size: 0.92rem !important;
  font-weight: 700;
}

@media (min-width: 900px) {
  :root {
    --section-space: clamp(3.5rem, 7vw, 6.5rem);
  }

  body {
    font-size: 17px;
  }

  .container {
    width: min(calc(100% - 64px), var(--container));
  }

  .alert-bar p {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 1.4;
  }

  .eyebrow {
    font-size: 13px;
  }

  .hero-vsl__inner {
    padding-top: 1.5rem;
  }

  .hero-vsl h1 {
    font-size: 3.55rem;
  }

  .vsl-frame {
    width: 400px;
  }

  .cta-imediato-pos-vsl {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  #kiwify-upsell-trigger-m8mPh3s,
  .cta-button,
  .cta-kiwify-proxy {
    font-size: 1.02rem !important;
  }

  .story,
  .complement__layout,
  .collection__layout,
  .material__layout,
  .complete-offer__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 6.5rem);
  }

  .story {
    padding-block: 3.5rem;
  }

  .story--maria .story__media {
    order: 2;
  }

  .story--maria .story__copy {
    order: 1;
  }

  .cycle-panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .cycle-panel__media {
    aspect-ratio: 3 / 4;
  }

  .conversion-section__inner {
    max-width: 760px;
  }

  .collection__media {
    order: 1;
  }

  .collection__copy {
    order: 2;
  }

  .material__layout--reverse .material__media {
    order: 2;
  }

  .material__layout--reverse .material__copy {
    order: 1;
  }

  .timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--gold);
    border-left: 0;
  }

  .timeline li {
    padding: 2rem 1.5rem 0 0;
  }

  .timeline li::before {
    top: -0.32rem;
    left: 0;
  }

  .bonus-item {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: center;
    gap: clamp(2.5rem, 6vw, 5rem);
    padding-block: 3.25rem;
  }

  .bonus-item--reverse figure {
    order: 2;
  }

  .bonus-item--reverse div {
    order: 1;
  }

  .included-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .included-list li:nth-child(odd) {
    padding-right: 1rem;
  }

  .included-list li:nth-child(even) {
    padding-left: 1rem;
    border-left: 1px solid var(--line-light);
  }

  .guarantee__layout {
    grid-template-columns: 10rem 1fr;
    align-items: start;
    gap: 3rem;
  }

  .faq-section__layout {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    gap: 4rem;
  }

}

@media (min-width: 1100px) {
  .section-heading--center {
    margin-bottom: 3.5rem;
  }

  .testimonials .section-heading {
    margin-bottom: 1rem;
  }

  .cycle-panels {
    gap: 1.5rem;
  }

  .cycle-panel:nth-child(2) {
    margin-top: 3rem;
  }

  .cycle-panel:nth-child(3) {
    margin-top: 6rem;
  }

  .bonuses__hero {
    width: min(100%, 980px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.collection,
.bonuses,
.closing {
  padding-block: clamp(4rem, 7vw, 6.5rem);
}

@media (max-width: 719px) {
  .collection,
  .bonuses,
  .closing {
    padding-block: 4rem;
  }
}

.cycle-panel__copy span,
.bonus-item span,
.timeline__day,
.special-condition,
.guarantee__mark span {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

@media (min-width: 900px) {
  .cycle-panel__copy span,
  .bonus-item span,
  .timeline__day,
  .special-condition,
  .guarantee__mark span {
    font-size: 13px;
  }
}

@media (max-width: 340px) {
  #kiwify-upsell-trigger-m8mPh3s,
  .cta-button,
  .cta-kiwify-proxy {
    min-height: 56px !important;
    padding: 0.72rem 0.75rem !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
  }
}

@media (min-width: 600px) and (max-width: 899px) {
  .cycle-panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .cycle-panel__media {
    aspect-ratio: 3 / 4;
  }

  .cycle-panel__copy h3 {
    font-size: clamp(1.65rem, 4vw, 2.15rem);
  }
}
