﻿:root {
  --white: #fff;
  --wine: #b5445a;
  --pink: #fcc7c5;
  --rose: #bb7b77;
  --brown: #241914;
  --soft: #fff4f3;
  --font-title: "Playfair Display", Georgia, serif;
  --font-body: "Pontano Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--brown);
  background: var(--soft);
  font-family: var(--font-body);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  overflow: hidden;
}

.hero,
.s1,
.s2,
.s3,
.s4,
.s5 {
  position: relative;
  min-height: 100svh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero {
  display: flex;
  align-items: center;
  background-image: url("../img/fundoMain.png");
  color: var(--white);
}

.hero__content {
  width: min(43.75rem, 48vw);
  margin-left: clamp(2rem, 5.2vw, 7.4rem);
  padding-block: clamp(3rem, 7vw, 6.5rem);
}

.eyebrow,
.s1__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: fit-content;
  border: 1px solid rgba(252, 199, 197, 0.55);
  border-radius: 0.8rem;
  font-size: clamp(0.62rem, 0.75vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow {
  max-width: 26rem;
  padding: 0.62rem 1rem;
  color: var(--pink);
}

.eyebrow__icon,
.eyebrow img {
  width: 1.55rem;
  flex: 0 0 auto;
}

.eyebrow__icon img {
  width: 100%;
}

h1,
h2,
p {
  margin: 0;
}

h1,
h2 {
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 40rem;
  margin-top: 1.45rem;
  font-size: clamp(2.6rem, 4vw, 5rem);
  line-height: 0.98;
}

h1 span,
h2 span,
.s2__lead strong {
  color: var(--wine);
}

.title-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.85rem;
  width: min(18rem, 52%);
  margin: 1.45rem 0 1.35rem;
}

.title-divider span {
  height: 1px;
  background: rgba(252, 199, 197, 0.75);
}

.title-divider img {
  width: 1.8rem;
}

.hero__content > p {
  max-width: 34.5rem;
  font-size: clamp(0.92rem, 1.02vw, 1.18rem);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.hero__content > p + p {
  margin-top: 1rem;
}

.hero-note {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  max-width: 35rem;
  margin-top: 1.55rem;
  padding: 1.05rem 1.18rem;
  border-radius: 0.65rem;
  background: rgba(255, 232, 229, 0.92);
  color: #4d2a28;
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.2);
}

.hero-note img {
  width: 3.3rem;
}

.hero-note p {
  font-size: clamp(0.83rem, 0.92vw, 1rem);
  line-height: 1.32;
}

.hero-note strong {
  color: var(--wine);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0.72rem;
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #df6076 0%, #b62e53 100%);
  box-shadow: 0 0.95rem 1.8rem rgba(181, 68, 90, 0.34);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.15rem 2.2rem rgba(181, 68, 90, 0.44);
}

.button--hero {
  gap: 0.95rem;
  width: min(35rem, 100%);
  min-height: 4.8rem;
  margin-top: 1.15rem;
  padding: 1rem 1.4rem;
  font-size: clamp(0.8rem, 0.94vw, 1.05rem);
  line-height: 1.25;
}

.button--hero img {
  width: 2.15rem;
  flex: 0 0 auto;
}

.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 35rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  min-width: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.58rem, 0.68vw, 0.72rem);
  line-height: 1.18;
  text-align: center;
}

.hero-benefits img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.section-mobile-image {
  display: none;
}

.s1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url("../img/fundoS1.png");
}

.s1__content {
  width: min(51rem, 52vw);
  margin-right: clamp(2rem, 5.2vw, 7.4rem);
  padding-block: clamp(4rem, 6vw, 7rem);
}

.s1__copy {
  max-width: 47.5rem;
}

.s1__eyebrow {
  margin-bottom: 1.25rem;
  padding: 0.45rem 0.92rem;
  color: var(--wine);
  background: rgba(255, 255, 255, 0.72);
}

h2 {
  max-width: 45rem;
  font-size: clamp(2.25rem, 3.1vw, 4.15rem);
  line-height: 1;
}

.s1__lead {
  max-width: 35rem;
  margin-top: 1rem;
  font-size: clamp(0.9rem, 1vw, 1.12rem);
  line-height: 1.25;
}

.pattern-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem 1.45rem;
  margin-top: 1.15rem;
}

.pattern-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.95rem;
  padding: 0.58rem 0.85rem;
  border: 1px solid rgba(181, 68, 90, 0.2);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.44);
  color: #382421;
}

.pattern-card img {
  width: 2.05rem;
}

.pattern-card span {
  font-size: clamp(0.78rem, 0.86vw, 0.95rem);
  font-weight: 600;
  line-height: 1.18;
}

.insight-box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.28rem;
  padding: 1.4rem 1.85rem;
  border-radius: 0.75rem;
  background: rgba(255, 232, 229, 0.9);
  color: #34211f;
}

.insight-box img {
  width: 4.4rem;
  opacity: 0.78;
}

.insight-box p {
  max-width: 36rem;
  font-family: var(--font-title);
  font-size: clamp(1.05rem, 1.22vw, 1.35rem);
  line-height: 1.15;
}

.insight-box strong {
  display: block;
  margin-top: 0.2rem;
  color: var(--wine);
  font-weight: 500;
}

.button--s1 {
  gap: 1rem;
  width: min(42rem, 100%);
  min-height: 5.1rem;
  margin-top: 1.25rem;
  padding: 0.9rem 1.05rem;
  font-size: clamp(0.82rem, 0.92vw, 1rem);
  line-height: 1.2;
}

.button--s1 img:first-child {
  width: 2.25rem;
  flex: 0 0 auto;
}

.button--s1 img:last-child {
  width: 2.05rem;
  flex: 0 0 auto;
}

.button--s1 span {
  display: grid;
  gap: 0.25rem;
}

.button--s1 small {
  font-size: 0.72em;
  font-weight: 700;
  opacity: 0.88;
}

.s2 {
  display: flex;
  align-items: center;
  background-image: url("../img/fundoS2.png");
  background-position: right -80px top;
}

.s2__content {
  position: relative;
  width: 100%;
  min-height: 100svh;
  padding: clamp(4rem, 5.1vw, 6.2rem) clamp(2rem, 5vw, 6.2rem);
}

.s2__copy {
  width: min(45rem, 47vw);
}

.s2__eyebrow {
  max-width: 24rem;
  margin: 0 0 1.25rem;
  color: var(--wine);
  font-size: clamp(0.66rem, 0.75vw, 0.82rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.25;
  text-transform: uppercase;
}

.s2 h2 {
  max-width: 43rem;
  font-size: clamp(2.4rem, 3.2vw, 4.25rem);
}

.s2 h2 small {
  display: block;
  color: var(--brown);
  font: inherit;
}

.s2 h2 small::after {
  display: block;
  width: min(24rem, 82%);
  height: 1px;
  margin-top: 0.85rem;
  content: "";
  background: rgba(181, 68, 90, 0.28);
}

.s2__lead {
  max-width: 40rem;
  margin-top: 1.15rem;
  font-size: clamp(0.9rem, 0.96vw, 1.08rem);
  line-height: 1.38;
}

.root-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.root-card {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.35rem;
  min-height: 6.7rem;
  padding: 0.65rem 0.55rem;
  border: 1px solid rgba(181, 68, 90, 0.16);
  border-radius: 0.6rem;
  background: rgba(255, 255, 255, 0.46);
  text-align: center;
}

.root-card img {
  width: 2.45rem;
  height: 2.45rem;
  object-fit: contain;
}

.root-card span {
  color: #3a2725;
  font-size: clamp(0.66rem, 0.72vw, 0.82rem);
  font-weight: 700;
  line-height: 1.15;
}

.s2-insight {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1.15rem;
  margin-top: 1.25rem;
  padding: 1.15rem 1.35rem;
  border-radius: 0.75rem;
  background: rgba(255, 232, 229, 0.92);
}

.s2-insight img {
  width: 4.35rem;
}

.s2-insight p {
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.05vw, 1.2rem);
  line-height: 1.2;
}

.s2-insight strong {
  color: var(--wine);
  font-weight: 600;
}

.s2__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.s2__microcopy {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 18.5rem;
  color: var(--wine);
  font-size: clamp(0.62rem, 0.68vw, 0.76rem);
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.s2__microcopy img {
  width: 2rem;
  flex: 0 0 auto;
}

.s2__arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
}

.s2__arrow span {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 3px solid var(--wine);
  border-right: 3px solid var(--wine);
  transform: rotate(45deg);
}

.s2__arrow span:first-child {
  left: 0.35rem;
}

.s2__arrow span:last-child {
  left: 1rem;
}

.button--s2 {
  min-height: 4.8rem;
  min-width: 14.5rem;
  padding: 1rem 1.8rem;
  font-size: clamp(0.82rem, 0.9vw, 1rem);
}

.s2-quote {
  position: absolute;
  right: clamp(2rem, 5vw, 6rem);
  bottom: clamp(2.4rem, 5.2vw, 6rem);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(37rem, 41vw);
  padding: 1.55rem 1.85rem;
  border-radius: 0.8rem;
  background: rgba(255, 232, 229, 0.94);
  box-shadow: 0 1.35rem 3.3rem rgba(181, 68, 90, 0.18);
}

.s2-quote > span {
  width: 4.15rem;
  height: 4.15rem;
  border-radius: 50%;
  color: var(--white);
  background: var(--rose);
  font-family: var(--font-title);
  font-size: 5rem;
  line-height: 1.08;
  text-align: center;
}

.s2-quote p {
  font-family: var(--font-title);
  font-size: clamp(1.02rem, 1.05vw, 1.22rem);
  line-height: 1.2;
}

.s2-quote strong {
  display: block;
  color: var(--wine);
  font-weight: 600;
}

.s3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/fundoS3.png");
  color: var(--brown);
}

.s3__content {
  width: min(70rem, 100%);
  margin-inline: auto;
  padding: clamp(3rem, 5vw, 5.5rem) clamp(1.25rem, 4vw, 4rem);
  text-align: center;
}

.s3__eyebrow {
  max-width: 25rem;
  margin: 0 auto 0.7rem;
  color: #df6076;
  font-size: clamp(0.74rem, 0.82vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.s3 h2 {
  max-width: 66rem;
  margin: 0 auto;
  font-size: clamp(2.25rem, 4.5vw, 4.8rem);
  line-height: 0.92;
}

.s3 h2 span {
  display: block;
  color: #df6076;
}

.s3__intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.35rem;
  max-width: 56rem;
  margin: 1.55rem auto 1.3rem;
  padding: 1.15rem 1.55rem;
  border: 1px solid rgba(181, 68, 90, 0.2);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1rem 2.5rem rgba(181, 68, 90, 0.08);
  text-align: left;
}

.s3__intro-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.8rem;
}

.s3__intro-item img {
  width: 2.9rem;
  height: 2.9rem;
  object-fit: contain;
}

.s3__intro p {
  margin: 0;
  font-size: clamp(0.76rem, 0.86vw, 0.95rem);
  font-weight: 600;
  line-height: 1.24;
}

.s3__intro > p {
  padding-left: 1.35rem;
  border-left: 1px solid rgba(181, 68, 90, 0.22);
}

.s3__intro strong {
  color: #df6076;
}

.s3__divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto 1.05rem;
  color: #df6076;
  font-size: clamp(0.7rem, 0.78vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.s3__divider::before,
.s3__divider::after {
  content: "";
  height: 1px;
  flex: 1 1 auto;
  background: rgba(223, 96, 118, 0.42);
}

.s3__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(8.5rem, 1fr));
  justify-content: center;
  justify-items: center;
  gap: 0.8rem;
  max-width: 50rem;
  margin: 0 auto;
}

.s3-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.72rem;
  min-height: 8.85rem;
  padding: 0.9rem 0.72rem;
  border: 1px solid rgba(181, 68, 90, 0.16);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.46);
}

.s3-card img {
  width: 2.6rem;
  height: 2.6rem;
  object-fit: contain;
}

.s3-card span {
  font-size: clamp(0.62rem, 0.68vw, 0.75rem);
  font-weight: 700;
  line-height: 1.18;
}

.s3__insight {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  align-items: center;
  gap: 1.2rem;
  max-width: 56rem;
  margin: 0.9rem auto 0;
  padding: 1.1rem 1.45rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.54);
  text-align: left;
}

.s3__insight img {
  width: 3.9rem;
  opacity: 0.76;
}

.s3__insight p {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(0.92rem, 1vw, 1.16rem);
  line-height: 1.12;
}

.s3__insight strong {
  color: #df6076;
  font-weight: 600;
}

.button--s3 {
  gap: 1rem;
  width: min(38rem, 100%);
  min-height: 5rem;
  margin-top: 0.8rem;
  padding: 0.85rem 1.05rem;
  font-size: clamp(0.8rem, 0.92vw, 1rem);
  line-height: 1.22;
}

.button--s3 img:first-child {
  width: 2.4rem;
  flex: 0 0 auto;
}

.button--s3 img:last-child {
  width: 2.2rem;
  flex: 0 0 auto;
}

.s4 {
  display: flex;
  align-items: center;
  background-image: url("../img/fundoS4.png");
  background-position: top center;
  background-size: cover;
  min-height: 130vh;
}

.s4__content {
  position: relative;
  width: min(72rem, 100%);
  min-height: 100svh;
  margin-inline: auto;
  padding: clamp(3rem, 5.2vw, 5.2rem) clamp(1.25rem, 4vw, 4rem) clamp(2.8rem, 4vw, 4.2rem);
}

.s4__copy {
  width: min(32rem, 43vw);
}

.s4__eyebrow {
  margin: 0 0 0.65rem;
  color: #df6076;
  font-size: clamp(0.72rem, 0.8vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.s4 h2 {
  max-width: 32rem;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.5rem);
  line-height: 0.94;
}

.s4 h2 span,
.s4__headline span,
.s4__copy strong {
  color: #df6076;
}

.s4__headline {
  max-width: 26rem;
  margin: 1.5rem 0 0;
  font-family: var(--font-title);
  font-size: clamp(1.45rem, 1.7vw, 2rem);
  font-weight: 600;
  line-height: 1.08;
}

.s4__headline span {
  display: block;
}

.s4__copy p:not(.s4__headline) {
  max-width: 25rem;
  margin: 1rem 0 0;
  font-size: clamp(0.86rem, 0.95vw, 1rem);
  line-height: 1.32;
}

.s4__copy p:last-child strong {
  display: block;
}

.s4__seal {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: clamp(7rem, 10vw, 9.2rem);
  border-radius: 50%;
  box-shadow: 0 0.9rem 2rem rgba(181, 68, 90, 0.2);
}

.s4__cta {
  position: absolute;
  left: clamp(1.25rem, 4vw, 4rem);
  right: clamp(1.25rem, 4vw, 4rem);
  bottom: -80px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
  align-items: center;
  gap: clamp(1.2rem, 3vw, 3.5rem);
  max-width: 59rem;
  padding: 1.25rem 1.6rem;
  border-radius: 0.85rem;
  color: var(--white);
  background: linear-gradient(180deg, #df6076 0%, #b62e53 100%);
  box-shadow: 0 1.3rem 2.8rem rgba(181, 68, 90, 0.28);
}

.s4__cta h3 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(1.4rem, 1.6vw, 1.9rem);
  line-height: 1;
}

.s4__cta p {
  margin: 0.25rem 0 0.8rem;
  font-family: var(--font-title);
  font-size: clamp(0.92rem, 1vw, 1.1rem);
}

.s4__cta span {
  font-size: clamp(0.68rem, 0.76vw, 0.86rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.button--s4 {
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
  padding: 0.9rem 1.05rem;
  border-radius: 0.65rem;
  color: #df6076;
  background: rgba(255, 246, 245, 0.94);
  box-shadow: 0 0.75rem 1.6rem rgba(98, 29, 45, 0.18);
  font-size: clamp(0.74rem, 0.82vw, 0.9rem);
}

.button--s4 img:first-child {
  width: 1.65rem;
  flex: 0 0 auto;
}

.button--s4 img:last-child {
  width: 1.8rem;
  flex: 0 0 auto;
}

.s5 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/fundoS5.png");
  background-position: top center;
  color: var(--brown);
}

.s5__content {
  width: min(72rem, 100%);
  margin-inline: auto;
  padding: clamp(2.6rem, 4.2vw, 4.2rem) clamp(1.25rem, 4vw, 4rem);
  text-align: center;
}

.s5__eyebrow {
  margin: 0 auto 0.65rem;
  color: #df6076;
  font-size: clamp(0.76rem, 0.85vw, 0.95rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.s5 h2 {
  max-width: 52rem;
  margin: 0 auto;
  font-size: clamp(2rem, 3.2vw, 3.6rem);
  line-height: 0.98;
}

.s5 h2 span {
  display: block;
  color: #df6076;
}

.s5__lead {
  max-width: 43rem;
  margin: 0.9rem auto 0;
  font-size: clamp(0.88rem, 0.96vw, 1.08rem);
  font-weight: 700;
  line-height: 1.22;
}

.s5__lead strong {
  color: #df6076;
}

.s5__offer {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(16rem, 0.72fr);
  gap: 1.35rem;
  width: min(43rem, 100%);
  margin: 1.55rem auto 0;
  padding: 1.35rem 1.45rem;
  border: 1px solid rgba(181, 68, 90, 0.2);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 1.2rem 3rem rgba(181, 68, 90, 0.15);
  text-align: left;
}

.s5__details {
  padding-right: 1.3rem;
  border-right: 1px solid rgba(181, 68, 90, 0.22);
}

.s5__offer-title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.9rem;
}

.s5__offer-title img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

.s5__offer-title h3 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(1.25rem, 1.45vw, 1.65rem);
  line-height: 1.02;
}

.s5__offer-title h3 span {
  display: block;
  color: #df6076;
}

.s5__checklist {
  margin-top: 1.15rem;
}

.s5__checklist strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #df6076;
  font-size: clamp(0.78rem, 0.86vw, 0.95rem);
}

.s5__checklist ul {
  display: grid;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s5__checklist li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.52rem;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid rgba(181, 68, 90, 0.12);
  font-size: clamp(0.72rem, 0.78vw, 0.86rem);
  font-weight: 700;
}

.s5__checklist img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.s5__price {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.s5__price p {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  font-weight: 700;
}

.s5__price span {
  margin-top: 1rem;
  color: #df6076;
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.s5__price strong {
  color: #df6076;
  font-family: var(--font-title);
  font-size: clamp(4rem, 6vw, 7rem);
  font-weight: 600;
  line-height: 0.9;
}

.s5__price small {
  margin-top: 0.8rem;
  font-size: clamp(0.8rem, 0.9vw, 1rem);
  font-weight: 700;
}

.button--s5 {
  gap: 1rem;
  width: min(16rem, 100%);
  min-height: 4.1rem;
  margin-top: 0.7rem;
  padding: 0.8rem 1rem;
  color: #fcc7c5;
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  line-height: 1.08;
}

.button--s5 span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  align-self: stretch;
  color: #fcc7c5;
  text-align: center;
}

.button--s5 img {
  width: 1.55rem;
  flex: 0 0 auto;
}

.s5__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(43rem, 100%);
  margin: 0.9rem auto 0;
  padding: 1.1rem 1.4rem;
  border: 1px solid rgba(181, 68, 90, 0.18);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.55);
}

.s5__benefits article {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 0.45rem;
  min-height: 5.4rem;
  padding-inline: 1rem;
  font-family: var(--font-title);
  font-size: clamp(0.86rem, 0.95vw, 1.05rem);
  font-weight: 700;
  line-height: 1.05;
}

.s5__benefits article + article {
  border-left: 1px solid rgba(181, 68, 90, 0.2);
}

.s5__benefits img {
  width: 2.9rem;
  height: 2.9rem;
  object-fit: contain;
}

.s5__benefits span {
  max-width: 8.5rem;
}

.s5__payment-note {
  max-width: 40rem;
  margin: 1rem auto 0;
  color: #6f3f4c;
  font-size: clamp(0.9rem, 0.95vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
}

.s5__closing {
  max-width: 31rem;
  margin: 0.8rem auto 0;
  font-family: var(--font-title);
  font-size: clamp(1.3rem, 1.6vw, 1.9rem);
  font-weight: 700;
  line-height: 1.06;
}

.s5__closing span {
  display: block;
  color: #df6076;
}

.s5__footnote {
  max-width: 25rem;
  margin: 0.8rem auto 0;
  font-size: clamp(0.78rem, 0.86vw, 0.96rem);
  font-weight: 700;
  line-height: 1.22;
}

.footer {
  position: relative;
  color: #3a2444;
  background: #fff4f3 url("../img/fundoFooter.png") top center / cover no-repeat;
}

.footer__content {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(14rem, 0.7fr) minmax(14rem, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  width: min(72rem, 100%);
  margin-inline: auto;
  padding: clamp(4rem, 6vw, 6.2rem) clamp(1.25rem, 4vw, 4rem) clamp(4rem, 6vw, 5.8rem);
}

.footer__brand,
.footer__contact,
.footer__social {
  min-width: 0;
  justify-items: center;
  text-align: center;
}

.footer__contact,
.footer__social {
  padding-left: clamp(1.5rem, 3vw, 3rem);
  border-left: 1px solid rgba(190, 120, 78, 0.45);
}

.footer__brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.footer__logo {
  width: clamp(3.6rem, 5vw, 5rem);
  flex: 0 0 auto;
}

.footer__brand-mark span {
  color: #3a2444;
  font-family: var(--font-title);
  font-size: clamp(2.7rem, 4.1vw, 4.4rem);
  font-weight: 500;
  line-height: 1;
}

.footer__tags {
  margin: 1.1rem 0 0;
  color: #c07b39;
  font-size: clamp(0.76rem, 0.85vw, 0.92rem);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer__tags::after {
  display: block;
  width: min(18rem, 100%);
  height: 1px;
  margin-top: 1.35rem;
  content: "";
  background: rgba(190, 120, 78, 0.55);
}

.footer__description {
  max-width: 28rem;
  margin: 2.4rem auto 0;
  font-size: clamp(0.88rem, 0.96vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.footer__cta {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  width: min(28rem, 100%);
  margin-top: 1.45rem;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(181, 68, 90, 0.16);
  border-radius: 0.8rem;
  background: rgba(255, 232, 229, 0.66);
  box-shadow: 0 1rem 2.4rem rgba(181, 68, 90, 0.12);
  text-align: left;
}

.footer__cta > img {
  width: 3.3rem;
  height: 3.3rem;
  padding: 0.72rem;
  border-radius: 50%;
  background: #fcc7c5;
  object-fit: contain;
}

.footer__cta strong,
.footer__cta span {
  display: block;
}

.footer__cta strong {
  color: #9b164e;
  font-size: clamp(0.88rem, 0.95vw, 1rem);
}

.footer__cta span {
  margin-top: 0.25rem;
  font-size: clamp(0.78rem, 0.86vw, 0.95rem);
  font-weight: 700;
  line-height: 1.25;
}

.footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.2rem;
  margin-top: 0.65rem;
  padding: 0.48rem 1.1rem;
  border-radius: 999px;
  color: var(--white);
  background: #9b164e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer__button img {
  width: 1rem;
}

.footer h2 {
  margin: 0 0 2rem;
  color: #3a2444;
  font-family: var(--font-body);
  font-size: clamp(0.82rem, 0.9vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer__contact {
  display: grid;
  align-content: start;
  justify-content: center;
  gap: 1.5rem;
}

.footer__contact a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  font-size: clamp(0.78rem, 0.84vw, 0.92rem);
  font-weight: 700;
  justify-self: center;
}

.footer__contact a img {
  width: 1.6rem;
  height: 1.6rem;
  object-fit: contain;
}

.footer__contact a img.footer__email-icon {
  width: 2rem !important;
  height: 2rem !important;
  min-width: 3rem;
  transform: none;
}

.footer__social {
  display: grid;
  align-content: start;
  justify-items: center;
}

.footer__social-links {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.footer__social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
}

.footer__social-links img {
  width: 2.05rem;
  height: 2.05rem;
  object-fit: contain;
}

.footer__social p {
  position: relative;
  max-width: 18rem;
  margin: 1.35rem 0 0;
  font-size: clamp(0.8rem, 0.88vw, 0.98rem);
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
}

.footer__social p::before,
.footer__social p::after {
  display: block;
  color: rgba(181, 68, 90, 0.35);
  font-family: var(--font-title);
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.75;
}

.footer__social p::before {
  content: "“";
  margin-bottom: 0.45rem;
}

.footer__social p::after {
  content: "”";
  margin-top: 0.65rem;
}

.footer__item-divider {
  display: block;
  width: min(12.5rem, 100%);
  height: 1px;
  margin-inline: auto;
  background: rgba(190, 120, 78, 0.55);
}

.footer__social .footer__item-divider {
  margin-top: 1.25rem;
}

.footer__bottom {
  padding: 1.3rem 1rem 1.6rem;
  color: rgba(255, 255, 255, 0.82);
  background: #3b1244;
  font-size: clamp(0.68rem, 0.75vw, 0.82rem);
  text-align: center;
}

.footer__bottom p {
  margin: 0;
}

.footer__bottom a {
  color: inherit;
  font-weight: 700;
}

@media (max-width: 1180px) {
  .hero__content,
  .s1__content {
    width: min(42rem, 58vw);
  }

  .hero__content {
    margin-left: clamp(1.25rem, 4vw, 3rem);
  }

  .s1__content {
    margin-right: clamp(1.25rem, 4vw, 3rem);
  }

  .s2__copy {
    width: min(42rem, 52vw);
  }

  .s2-quote {
    width: min(34rem, 42vw);
  }

  .s3__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .s4__copy {
    width: min(31rem, 43vw);
  }

  .s4__seal {
    right: clamp(2.5rem, 6.2vw, 4.6rem);
    bottom: clamp(5.2rem, 9vw, 7.8rem);
  }

  .s5__offer,
  .s5__benefits {
    width: min(42rem, 100%);
  }

  .footer__content {
    grid-template-columns: 1fr 0.8fr;
  }

  .footer__social {
    grid-column: 1 / -1;
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 860px) {
  .hero,
  .s1,
  .s2,
  .s4 {
    display: block;
    min-height: auto;
    background: #FAE4DF;
    background-image: none;
  }

  .hero {
    color: var(--brown);
    background: linear-gradient(180deg, #FAE4DF 0%, #B5445A 100%);
    background-image: linear-gradient(180deg, #FAE4DF 0%, #B5445A 100%);
  }

  .hero .eyebrow {
    color: #B5445A;
    border-color: rgba(181, 68, 90, 0.35);
  }

  .hero__content > p {
    color: #4d2a28;
  }

  .section-mobile-image {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .hero::before,
  .s1::before,
  .s2::before {
    display: none;
  }

  .hero__content,
  .s1__content,
  .s2__content {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 4.5rem 1.25rem;
  }

  .hero__content {
    max-width: 39rem;
  }

  .s1 {
    min-height: auto;
    background-position: 32% center;
  }

  .s1::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(255, 246, 245, 0.72);
  }

  .s1__content {
    display: flex;
    justify-content: flex-end;
  }

  .s1__copy {
    width: min(100%, 40rem);
  }

  .s2 {
    min-height: auto;
    background-position: right -80px top;
  }

  .s2::before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(255, 246, 245, 0.74);
  }

  .s2__content {
    min-height: auto;
  }

  .s2__copy {
    position: relative;
    width: min(100%, 40rem);
  }

  .s3 {
    min-height: auto;
  }

  .s4 {
    min-height: auto;
    background-position: top center;
  }

  .s4__content {
    min-height: auto;
    padding: 4.5rem 1.25rem;
  }

  .s4__copy {
    width: min(100%, 30rem);
  }

  .s4__seal {
    right: 5%;
    top: -3rem;
    width: clamp(6.2rem, 20vw, 8rem);
  }

  .s4__cta {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    width: min(100%, 40rem);
    margin-top: 1.35rem;
  }

  .s5 {
    min-height: auto;
  }

  .s5__offer {
    grid-template-columns: 1fr;
  }

  .s5__details {
    padding-right: 0;
    padding-bottom: 1.2rem;
    border-right: 0;
    border-bottom: 1px solid rgba(181, 68, 90, 0.22);
  }

  .s3__intro,
  .s3__insight {
    grid-template-columns: 1fr;
  }

  .s3__insight {
    justify-items: center;
    text-align: center;
  }

  .s3__intro > p {
    padding-left: 0;
    padding-top: 1rem;
    border-top: 1px solid rgba(181, 68, 90, 0.22);
    border-left: 0;
  }

  .s2-quote {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 40rem);
    margin-top: 1.25rem;
  }
}

@media (max-width: 640px) {
  .hero,
  .s1,
  .s2,
  .s3,
  .s4,
  .s5 {
    background-size: cover;
  }

  h1 {
    font-size: clamp(2.3rem, 12vw, 3.5rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .title-divider {
    width: 62%;
  }

  .hero-note,
  .insight-box,
  .s2-insight,
  .s2-quote {
    grid-template-columns: 1fr;
  }

  .hero-note img,
  .insight-box img,
  .s2-insight img {
    width: 3rem;
  }

  .hero-benefits,
  .pattern-grid,
  .root-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pattern-grid {
    gap: 0.65rem;
  }

  .button--s1 {
    gap: 0.72rem;
  }

  .s3__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .s2__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .s2__microcopy {
    max-width: 100%;
  }

  .s2__arrow {
    display: none;
  }

  .button--s2 {
    width: 100%;
  }

  .button--s4 {
    width: 100%;
  }

  .s5__benefits {
    grid-template-columns: 1fr;
  }

  .s5__benefits article + article {
    border-top: 1px solid rgba(181, 68, 90, 0.2);
    border-left: 0;
  }

  .footer__content {
    grid-template-columns: 1fr;
  }
  .footer__content {
    padding-bottom: 8rem;
  }



  .footer__contact {
    gap: 0.85rem;
  }

  .footer__contact h2 {
    margin-bottom: 0.55rem;
  }
  .footer__social .footer__item-divider {
    margin-top: 0.35rem;
  }

  .footer__social p {
    margin-top: 0.45rem;
  }
  .footer__social p::before {
    transform: translateY(0.65rem);
  }

  .footer__social p::after {
    display: none;
  }
}

@media (max-width: 420px) {
  .hero__content,
  .s1__content,
  .s2__content,
  .s3__content,
  .s4__content,
  .s5__content {
    padding-inline: 1rem;
  }

  .eyebrow {
    max-width: 100%;
  }

  .button--hero,
  .button--s1 {
    border-radius: 0.65rem;
  }

  .hero-benefits {
    gap: 0.8rem 0.5rem;
  }

  .pattern-grid {
    grid-template-columns: 1fr;
  }

  .root-grid {
    grid-template-columns: 1fr;
  }

  .s3__grid {
    grid-template-columns: 1fr;
  }

  .s4__seal {
    display: none;
  }

  .s5__offer,
  .s5__benefits {
    padding-inline: 1rem;
  }

  .s5__offer-title {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}



