:root {
  --cream: #F6EFE9;
  --cream-deep: #EFE6DD;
  --ink: #5E5C5E;
  --ink-soft: #8a8689;
  --coral: #E97C7B;
  --coral-deep: #D86462;
  --rosa: #DDA698;
  --rosa-soft: #E9C6BB;
  --serif: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  --sans: "Inter", "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ===== TYPE ===== */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); margin: 0; letter-spacing: -0.01em; text-wrap: balance; }
h1 { font-size: clamp(44px, 7vw, 96px); line-height: 1.02; }
h2 { font-size: clamp(34px, 4.6vw, 64px); line-height: 1.08; }
h3 { font-size: clamp(22px, 2vw, 28px); line-height: 1.2; }
p { margin: 0 0 1em; text-wrap: pretty; }
em, .italic { font-family: var(--serif); font-style: italic; font-weight: 500; }
strong { font-weight: 600; color: var(--ink); }

.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-weight: 500;
  color: var(--coral);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--coral);
  display: inline-block;
}

/* ===== LAYOUT ===== */
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 32px; }
.wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 32px; }
section { position: relative; padding: clamp(56px, 7vw, 100px) 0; }

/* ===== APP CHROME ===== */
.bg-blob {
  position: fixed;
  top: 0;
  left: 0;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(233,124,123,0.32), rgba(233,124,123,0) 65%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 60;
  mix-blend-mode: multiply;
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
}

.topnav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 32px;
  background: rgba(246, 239, 233, 0);
  transition: background 0.4s ease, backdrop-filter 0.4s ease, border-color 0.4s ease;
  border-bottom: 1px solid transparent;
}
.topnav.scrolled {
  background: rgba(246, 239, 233, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(94,92,94,0.08);
}
.topnav .brand {
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: 0.01em;
}
.topnav .brand .dot { color: var(--coral); }
.topnav .mini-cta {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  padding: 10px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
}
.topnav.scrolled .mini-cta { opacity: 1; transform: translateY(0); pointer-events: auto; }
.topnav .mini-cta:hover { background: var(--coral); color: var(--cream); border-color: var(--coral); }

/* ===== HERO ===== */
.hero {
  padding-top: clamp(100px, 11vw, 150px);
  padding-bottom: clamp(40px, 5vw, 80px);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
}
.hero h1 .accent {
  font-style: italic;
  color: var(--coral);
  position: relative;
  display: inline-block;
}
.hero h1 .accent svg {
  position: absolute;
  left: -2%;
  right: -2%;
  bottom: -8%;
  width: 104%;
  height: 30%;
  pointer-events: none;
}
.hero-sub {
  font-family: var(--serif);
  font-size: clamp(23px, 2vw, 30px);
  line-height: 1.4;
  color: var(--ink);
  margin: 28px 0 28px;
  max-width: 540px;
  font-style: italic;
  text-wrap: pretty;
}
.hero-text { max-width: 520px; font-size: 16.5px; color: var(--ink); }
.hero-text p { margin-bottom: 1.1em; }
.hero-stamp {
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
}
.hero-stamp .pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--cream-deep);
  border: 1px solid rgba(94,92,94,0.12);
  border-radius: 999px;
  padding: 6px 14px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--ink);
  font-weight: 500;
}
.hero-stamp .pill .dot {
  width: 6px; height: 6px; border-radius: 50%; background: var(--coral);
  animation: pulse 2.2s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.4); }
}

.hero-photo {
  position: relative;
  aspect-ratio: 3/4.1;
  width: 100%;
  max-width: 520px;
  justify-self: end;
}
.hero-photo .arc {
  position: absolute;
  inset: -5% -5% auto auto;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--rosa);
  z-index: 0;
  transform: translateY(var(--parY, 0));
}
.hero-photo .dot-grid {
  position: absolute;
  left: -40px;
  bottom: 60px;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(var(--coral) 1.6px, transparent 1.8px);
  background-size: 16px 16px;
  opacity: 0.7;
  z-index: 0;
}
.hero-photo .img-frame {
  position: absolute;
  inset: 0;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(135deg, rgba(221,166,152,0.3), rgba(233,124,123,0.15));
  transform: translateY(var(--parYImg, 0));
  box-shadow: 0 30px 80px -30px rgba(94,92,94,0.35);
}
.hero-photo .img-frame img {
  width: 100%; height: 100%; display: block;
  object-fit: cover;
  object-position: 50% 18%;
  transform: scale(1.18);
  transform-origin: 50% 22%;
}
.hero-photo .tag {
  position: absolute;
  right: -20px;
  bottom: 40px;
  background: var(--cream);
  border: 1px solid rgba(94,92,94,0.14);
  padding: 14px 18px;
  border-radius: 4px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  z-index: 2;
  box-shadow: 0 14px 30px -18px rgba(94,92,94,0.35);
  max-width: 220px;
  line-height: 1.3;
}
.hero-photo .tag .who { font-family: var(--sans); font-style: normal; font-size: 10.5px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--coral); display:block; margin-bottom: 4px; font-weight: 500; }

/* Marquee */
.marquee {
  margin-top: clamp(28px, 4vw, 56px);
  border-top: 1px solid rgba(94,92,94,0.14);
  border-bottom: 1px solid rgba(94,92,94,0.14);
  overflow: hidden;
  background: var(--cream);
  position: relative;
}
.marquee-track {
  display: flex;
  gap: 80px;
  white-space: nowrap;
  padding: 22px 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 44px);
  animation: marquee 12s linear infinite;
  will-change: transform;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 80px; color: var(--ink); }
.marquee-track .sep {
  width: 10px; height: 10px; border-radius: 50%; background: var(--coral);
  display: inline-block;
}
.marquee-track .word.coral { color: var(--coral); font-style: italic; }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ===== CTA ===== */
.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--cream);
  background: linear-gradient(135deg, #EE8E8A 0%, var(--coral) 46%, var(--coral-deep) 100%);
  padding: 20px 30px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(.2,.7,.2,1), box-shadow 0.3s ease;
  isolation: isolate;
  box-shadow:
    0 14px 34px -12px rgba(216,100,98,0.55),
    inset 0 1px 0 rgba(255,255,255,0.30);
}
/* light sweep that glides across on hover */
.cta-btn::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: -75%;
  width: 55%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.42), transparent);
  transform: skewX(-18deg);
  transition: left 0.7s cubic-bezier(.2,.7,.2,1);
  z-index: 0;
  pointer-events: none;
}
.cta-btn:hover { transform: translateY(-2px); box-shadow: 0 22px 46px -14px rgba(216,100,98,0.62), inset 0 1px 0 rgba(255,255,255,0.35); }
.cta-btn:hover::before { left: 135%; }
.cta-btn .cta-label { position: relative; z-index: 2; }
/* Each half of the label is kept intact; on desktop they sit inline as one
   line, on phones .cta-seg becomes block (responsive.css) for a clean 2-line
   centered button. */
.cta-btn .cta-seg { white-space: nowrap; }
.cta-btn .arrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  transition: transform 0.3s ease;
}
.cta-btn:hover .arrow { transform: translateX(4px); }

/* ===== FORM CARD ===== */
.form-card {
  background: var(--cream);
  border: 1px solid rgba(94,92,94,0.12);
  border-radius: 8px;
  padding: clamp(36px, 5vw, 64px);
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.form-card::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: var(--rosa);
  opacity: 0.4;
}
.form-card::after {
  content: "";
  position: absolute;
  bottom: -40px; left: -40px;
  width: 140px; height: 140px;
  border-radius: 50%;
  background: var(--coral);
  opacity: 0.18;
}
.form-card > * { position: relative; z-index: 1; }
.form-row {
  display: flex;
  gap: 10px;
  margin-top: 28px;
  background: #fff;
  padding: 8px;
  border-radius: 999px;
  border: 1px solid rgba(94,92,94,0.18);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.form-row:focus-within { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(233,124,123,0.12); }
.form-row.has-error { border-color: #c0392b; box-shadow: 0 0 0 4px rgba(192,57,43,0.12); }
.form-row input[aria-invalid="true"] { color: #c0392b; }
.form-field-error {
  font-size: 13px;
  color: #c0392b;
  margin-top: 10px;
  margin-left: 6px;
}
.form-row input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 14px 20px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  outline: none;
}
.form-row input::placeholder { color: var(--ink-soft); }
.form-row .cta-btn { padding: 16px 22px; box-shadow: none; }
.form-note { font-size: 13px; color: var(--ink-soft); margin-top: 16px; }
.form-note.success {
  color: var(--coral);
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
}

@media (max-width: 640px) {
  .form-row { flex-direction: column; border-radius: 16px; }
  .form-row input { padding: 16px 18px; }
}

/* ===== DOLOR / LIST ===== */
.pain-list {
  list-style: none;
  padding: 0;
  margin: 36px 0;
  display: grid;
  gap: 0;
}
.pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 22px 4px;
  border-bottom: 1px solid rgba(94,92,94,0.12);
  font-size: 23px;
  color: var(--ink);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  transition: padding 0.3s ease, color 0.3s ease;
  cursor: default;
}
.pain-list li:first-child { border-top: 1px solid rgba(94,92,94,0.12); }
.pain-list li:hover { padding-left: 16px; color: var(--coral-deep); }
.pain-list li .num {
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1.6px;
  color: var(--coral);
  font-weight: 600;
  min-width: 30px;
  padding-top: 4px;
}

/* ===== BLOCKQUOTE ===== */
.blockquote-big {
  position: relative;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(28px, 3.6vw, 48px);
  line-height: 1.25;
  color: var(--ink);
  max-width: 900px;
  margin: 40px auto 20px;
  padding: 50px 60px 20px;
  text-align: center;
  text-wrap: balance;
}
.blockquote-big::before {
  content: "\201C";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-size: 200px;
  line-height: 1;
  color: var(--rosa);
  opacity: 0.6;
}
.blockquote-big.coral::before { color: var(--coral); opacity: 0.5; }
.blockquote-big .line {
  display: inline-block;
}
.blockquote-big footer {
  margin-top: 24px;
  font-family: var(--sans);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--coral);
  font-weight: 500;
}

/* ===== LA FRASE — anchor moment ===== */
.anchor {
  background: var(--rosa);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.anchor::before, .anchor::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(246,239,233,0.08);
  pointer-events: none;
}
.anchor::before { top: -120px; left: -120px; }
.anchor::after { bottom: -160px; right: -120px; width: 480px; height: 480px; }
.anchor .wrap-narrow { position: relative; z-index: 1; text-align: center; }
.anchor h2, .anchor p { color: var(--cream); }
.anchor .lead { font-size: 22px; max-width: 600px; margin: 0 auto 42px; }
.anchor .big-quote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(34px, 5.4vw, 76px);
  line-height: 1.15;
  margin: 0 auto;
  max-width: 1000px;
  text-wrap: balance;
  position: relative;
}
.anchor .big-quote .open, .anchor .big-quote .close {
  font-size: 1.6em;
  line-height: 0.6;
  color: var(--coral);
  font-weight: 600;
  display: inline-block;
  transform: translateY(0.2em);
}
.anchor .after-frase {
  margin-top: 42px;
  font-size: 18px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.anchor .signature {
  display: inline-block;
  margin-top: 24px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  border-bottom: 1px solid rgba(246,239,233,0.4);
  padding-bottom: 2px;
}

/* ===== SOY MONICA ===== */
.soy-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}
.soy-photo {
  position: sticky;
  top: 100px;
  aspect-ratio: 3/4.1;
  width: 100%;
  max-width: 480px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--rosa-soft);
  box-shadow: 0 30px 80px -30px rgba(94,92,94,0.35);
}
.soy-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.soy-photo .badge {
  position: absolute;
  left: 16px; top: 16px;
  background: var(--cream);
  padding: 8px 14px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--coral);
  font-weight: 600;
}
.soy-text h2 { margin-bottom: 24px; }

/* Frase estrella dentro de Soy Mónica — soft glow rosa igual que el blob
   de fondo, para romper el bloque de texto sin recargar la página. */
.soy-insight {
  position: relative;
  background: radial-gradient(ellipse at 30% 50%,
    rgba(221,166,152,0.22) 0%,
    rgba(233,124,123,0.08) 50%,
    transparent 72%
  );
  border-radius: 14px;
  padding: 24px 26px;
  margin: 22px 0 6px;
}
.soy-insight p {
  font-family: var(--serif) !important;
  font-style: italic !important;
  font-weight: 500 !important;
  font-size: clamp(24px, 2.2vw, 32px) !important;
  line-height: 1.35 !important;
  color: var(--ink) !important;
}
.soy-text h2 .divider {
  color: var(--coral);
  font-style: italic;
  font-weight: 400;
  margin: 0 0.2em;
}
.soy-text .highlight {
  background: linear-gradient(180deg, transparent 60%, rgba(233,124,123,0.28) 60%);
  padding: 0 2px;
}
.soy-text p { font-size: 18px; line-height: 1.75; margin-bottom: 1.2em; }

/* ===== QUE ES / LLEVAR / cards ===== */
.split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.split-aside .eyebrow { margin-bottom: 18px; }
.split-aside h2 { margin-bottom: 24px; }
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 4px;
}
.bullet-list li {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(94,92,94,0.14);
  font-size: 17.5px;
  line-height: 1.5;
  align-items: baseline;
}
.bullet-list li:last-child { border-bottom: 1px solid rgba(94,92,94,0.14); }
.bullet-list li .n {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--coral);
}
.bullet-list li .t { color: var(--ink); }
.bullet-list li:hover .t .em { color: var(--coral-deep); }
.bullet-list li .em { font-weight: 500; transition: color 0.3s ease; }

/* ===== LO QUE TE VAS A LLEVAR (cards) ===== */
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.outcome-card {
  background: var(--cream);
  border: 1px solid rgba(94,92,94,0.14);
  border-radius: 8px;
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.outcome-card:hover { transform: translateY(-4px); border-color: var(--coral); background: #fff; }
.outcome-card .icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--rosa);
  color: var(--cream);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  transition: background 0.3s ease;
}
.outcome-card:hover .icon { background: var(--coral); }
.outcome-card h3 {
  font-size: 22px;
  margin-bottom: 8px;
  font-style: italic;
}
.outcome-card p { font-size: 15px; color: var(--ink-soft); margin: 0; }
.outcome-cards-footer {
  margin-top: 36px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 32px);
  text-align: center;
  max-width: 700px;
  margin-left: auto; margin-right: auto;
  line-height: 1.35;
}
.outcome-cards-footer .strike {
  position: relative;
  display: inline-block;
}
.outcome-cards-footer .strike::after {
  content: "";
  position: absolute;
  left: -4px; right: -4px;
  top: 55%;
  height: 2px;
  background: var(--coral);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.outcome-cards-footer.reveal-on .strike::after { transform: scaleX(1); }
.outcome-cards-footer .more { color: var(--coral); }

/* ===== IMPORTANT / DIVIDER ===== */
.important {
  background: #2e2c2e;
  color: var(--cream);
  border-radius: 14px;
  padding: clamp(50px, 6vw, 80px);
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
}
.important h2 { color: var(--cream); font-style: italic; font-size: clamp(40px, 5vw, 64px); }
.important p { color: var(--cream); font-size: 19px; line-height: 1.7; }
.important .stamp {
  font-family: var(--sans);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2.6px;
  color: var(--coral);
  margin-bottom: 18px;
  display: block;
  font-weight: 500;
}

/* ===== PARA QUIEN / NO ES PARA TI ===== */
.duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(94,92,94,0.14);
}
.duo > div {
  padding: clamp(36px, 4.4vw, 60px);
  background: var(--cream);
}
.duo > div + div {
  background: var(--cream-deep);
  border-left: 1px solid rgba(94,92,94,0.12);
}
.duo h2 {
  font-size: clamp(28px, 3.2vw, 40px);
  margin-bottom: 4px;
}
.duo .sub-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.duo .for .sub-eyebrow { color: var(--coral); }
.duo .notfor .sub-eyebrow { color: var(--ink-soft); }
.duo ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}
.duo li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink);
}
.duo li .mark {
  flex: none;
  width: 22px; height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  margin-top: 2px;
  font-weight: 500;
}
.duo .for li .mark { background: var(--coral); color: var(--cream); }
.duo .notfor li .mark { background: transparent; border: 1px solid var(--ink-soft); color: var(--ink-soft); }
.duo .notfor li { color: var(--ink-soft); }

@media (max-width: 880px) {
  .duo { grid-template-columns: 1fr; }
  .duo > div + div { border-left: none; border-top: 1px solid rgba(94,92,94,0.12); }
}

/* ===== EXTRA BLOCK ===== */
.extra {
  background: var(--rosa-soft);
  border-radius: 14px;
  padding: clamp(50px, 6.5vw, 90px);
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.extra::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(233,124,123,0.18), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(94,92,94,0.08), transparent 50%);
  pointer-events: none;
}
.extra > * { position: relative; }
.extra h2 {
  max-width: 900px;
  margin: 0 auto 28px;
  font-style: italic;
  text-wrap: balance;
}
.extra p { max-width: 660px; margin: 0 auto 14px; font-size: 18px; }
.extra .underline-coral {
  background: linear-gradient(180deg, transparent 60%, var(--coral) 60%);
  padding: 0 3px;
  color: var(--ink);
}

/* ===== CTA FINAL ===== */
.cta-final {
  text-align: center;
  background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%);
}
.cta-final h2 {
  font-style: italic;
  margin-bottom: 12px;
}
.cta-final .lead {
  font-size: 19px;
  color: var(--ink);
  margin-bottom: 36px;
  max-width: 540px;
  margin-left: auto; margin-right: auto;
}

/* ===== PD ===== */
.pd {
  background: var(--cream-deep);
  padding-top: clamp(48px, 6vw, 84px);
  padding-bottom: clamp(60px, 7vw, 100px);
}
.pd-grid {
  display: grid;
  grid-template-columns: 0.18fr 0.82fr;
  gap: 40px;
  max-width: 920px;
  margin: 0 auto;
  align-items: start;
}
.pd-grid .pd-label {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(60px, 8vw, 120px);
  line-height: 0.9;
  color: var(--coral);
  font-weight: 500;
}
.pd-grid p { font-size: 17.5px; line-height: 1.7; margin-bottom: 1.1em; }
.pd-grid blockquote {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.35;
  color: var(--ink);
  margin: 24px 0 28px;
  padding-left: 28px;
  border-left: 3px solid var(--coral);
}

/* ===== FOOTER ===== */
footer.foot {
  padding: 36px 0 48px;
  border-top: 1px solid rgba(94,92,94,0.14);
  background: var(--cream);
}
footer.foot .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
footer.foot .brand { font-family: var(--serif); font-size: 22px; }
footer.foot .brand .dot { color: var(--coral); }
footer.foot .copy { font-size: 12.5px; color: var(--ink-soft); letter-spacing: 0.3px; }

/* ===== PD Cierre photo block ===== */
.pd-cierre {
  margin-top: clamp(50px, 7vw, 90px);
  padding-top: clamp(40px, 5vw, 60px);
  border-top: 1px solid rgba(94,92,94,0.14);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.pd-cierre-photo {
  position: relative;
  aspect-ratio: 4/5;
  width: 100%;
  max-width: 420px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--rosa-soft);
  box-shadow: 0 30px 80px -30px rgba(94,92,94,0.4);
  justify-self: start;
}
.pd-cierre-photo::before {
  content: "";
  position: absolute;
  inset: auto -22px -22px auto;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--coral);
  opacity: 0.16;
  z-index: 0;
}
.pd-cierre-photo img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
  display: block;
  z-index: 1;
}
.pd-cierre-sig {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pd-cierre-eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: var(--coral);
  font-weight: 600;
  margin-bottom: 10px;
}
.pd-cierre-name {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(64px, 8vw, 120px);
  line-height: 0.9;
  color: var(--ink);
  margin: 0;
}
.pd-cierre-role {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink-soft);
  letter-spacing: 0.2px;
  margin: 12px 0 0;
  max-width: 320px;
  text-wrap: pretty;
}
@media (max-width: 720px) {
  .pd-cierre { grid-template-columns: 1fr; }
  .pd-cierre-photo { justify-self: center; }
}

/* ===== REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.2,.7,.2,1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }
.reveal.d5 { transition-delay: 0.4s; }
.reveal.d6 { transition-delay: 0.48s; }

/* ===== UTIL ===== */
.coral { color: var(--coral); }
.italic-display { font-family: var(--serif); font-style: italic; font-weight: 500; }
.divider-dot {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}
.divider-dot span {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--coral);
  display: inline-block;
}
.divider-dot span:nth-child(2) { background: var(--rosa); margin: 0 14px; }

/* ============================================================ */
/* ===== HERO B — Portada / Magazine cover ==================== */
/* ============================================================ */
.hero-b {
  padding: 0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.hero-b-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 28% 100%);
}
.hero-b-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 30%;
  will-change: transform;
  transition: transform 0.2s linear;
  filter: saturate(0.95) contrast(1.02);
}
.hero-b-photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246,239,233,0.15), transparent 40%),
    linear-gradient(180deg, rgba(94,92,94,0.15), transparent 25%, transparent 70%, rgba(94,92,94,0.25));
  pointer-events: none;
}
.hero-b-cover {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: auto 1fr auto;
  gap: 40px 40px;
  padding: clamp(110px, 12vw, 160px) clamp(32px, 5vw, 80px) clamp(50px, 5vw, 90px);
  min-height: 100vh;
  align-items: start;
}
.hero-b-mast {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(94,92,94,0.25);
  font-family: var(--sans);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  color: var(--ink);
  font-weight: 500;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-b-mast-l { display: flex; align-items: center; gap: 14px; }
.hero-b-issue {
  background: var(--coral);
  color: var(--cream);
  padding: 6px 12px;
  border-radius: 4px;
  letter-spacing: 1.6px;
  font-weight: 600;
}
.hero-b-sep { color: var(--coral); }
.hero-b-headline-wrap {
  grid-column: 1 / -1;
  align-self: end;
  margin-top: 30px;
}
.hero-b-kicker {
  font-family: var(--sans);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  color: var(--coral);
  font-weight: 600;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.hero-b-kicker::before {
  content: "";
  width: 36px; height: 1px; background: var(--coral);
}
.hero-b-h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(64px, 11vw, 168px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  margin: 0;
}
.hero-b-h1 .hero-b-el {
  font-family: var(--serif);
  font-style: italic;
  font-size: 0.32em;
  color: var(--ink-soft);
  margin-bottom: -0.05em;
  font-weight: 400;
}
.hero-b-word {
  position: relative;
  display: inline-block;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.hero-b-underline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2%;
  width: 100%;
  height: 16%;
  pointer-events: none;
}
.hero-b-tail {
  font-size: 0.42em;
  margin-top: 0.15em;
  color: var(--ink);
  letter-spacing: -0.01em;
  font-weight: 500;
}
.hero-b-tail em {
  font-style: italic;
  font-family: var(--serif);
  color: var(--coral);
  font-weight: 500;
}
.hero-b-body {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 640px;
}
.hero-b-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.35;
  color: var(--ink);
  margin: 0;
}
.hero-b-meta {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 32px;
  align-items: end;
  padding-top: 24px;
  border-top: 1px solid rgba(94,92,94,0.2);
}
.hero-b-stat { display: flex; flex-direction: column; gap: 2px; }
.hero-b-stat .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1;
  color: var(--ink);
  font-weight: 500;
}
.hero-b-stat.coral .num { color: var(--coral); }
.hero-b-stat .lbl {
  font-family: var(--sans);
  font-size: 10.5px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-weight: 500;
}
.hero-b-rail {
  grid-column: 2;
  grid-row: 3;
  align-self: end;
  background: rgba(246,239,233,0.92);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(94,92,94,0.14);
  border-left: 3px solid var(--coral);
  padding: 24px 24px 22px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink);
  max-width: 320px;
}
.hero-b-rail-tag {
  display: inline-block;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: var(--coral);
  font-weight: 600;
  margin-bottom: 12px;
}
.hero-b-rail p { margin: 0 0 10px; font-size: 13.5px; }
.hero-b-rail em { font-family: var(--serif); font-style: italic; font-weight: 500; font-size: 15px; }
.hero-b-rail-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--coral);
  border-bottom: 1px solid var(--coral);
  padding-bottom: 2px;
  transition: color 0.2s ease, gap 0.2s ease;
}
.hero-b-rail-link:hover { color: var(--coral-deep); gap: 12px; }
@media (max-width: 980px) {
  .hero-b-photo { clip-path: polygon(0 65%, 100% 55%, 100% 100%, 0 100%); }
  .hero-b-cover { grid-template-columns: 1fr; }
  .hero-b-rail { grid-column: 1; grid-row: auto; max-width: none; }
  .hero-b-meta { grid-template-columns: repeat(2, auto); gap: 22px; }
  .hero-b-h1 { font-size: clamp(56px, 14vw, 92px); }
}

/* ============================================================ */
/* ===== HERO C — Tipográfico / Carta ========================== */
/* ============================================================ */
.hero-c {
  padding: 0;
  min-height: 100vh;
  position: relative;
}
.hero-c .wrap {
  padding-top: clamp(110px, 12vw, 160px);
  padding-bottom: clamp(40px, 5vw, 80px);
}
.hero-c-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(94,92,94,0.18);
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--ink);
  flex-wrap: wrap;
  gap: 12px;
}
.hero-c-stamp { display: inline-flex; align-items: center; gap: 12px; }
.hero-c-stamp .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--coral);
  animation: pulse 2.2s ease-in-out infinite;
}
.hero-c-stamp .sep { color: var(--rosa); }
.hero-c-date { color: var(--coral); }
.hero-c-headline-block {
  position: relative;
  padding: clamp(50px, 7vw, 100px) 0 clamp(40px, 6vw, 80px);
}
.hero-c-h1 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(72px, 13vw, 200px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  display: flex;
  flex-direction: column;
  color: var(--ink);
  margin: 0;
}
.hero-c-h1 .line { display: block; }
.hero-c-h1 .line:nth-child(1) {
  align-self: flex-start;
  font-size: 0.22em;
  font-style: italic;
  color: var(--ink-soft);
  margin-left: 0.4em;
  margin-bottom: 0.15em;
  letter-spacing: 0;
}
.hero-c-h1 .line:nth-child(2) {
  font-size: 1em;
  font-weight: 500;
  align-self: flex-start;
}
.hero-c-h1 .line:nth-child(3) {
  font-size: 0.5em;
  margin-left: 6%;
  margin-top: 0.1em;
}
.hero-c-h1 .line:nth-child(4) {
  font-size: 0.55em;
  align-self: flex-end;
  margin-right: 4%;
  color: var(--coral);
  margin-top: -0.05em;
}
.hero-c-portrait {
  position: absolute;
  top: clamp(20px, 4vw, 60px);
  right: 0;
  width: clamp(180px, 22vw, 280px);
  aspect-ratio: 1;
  z-index: 2;
}
.hero-c-portrait-ring {
  position: absolute;
  inset: 0;
  animation: rotate 32s linear infinite;
}
.hero-c-portrait-ring svg { width: 100%; height: 100%; }
@keyframes rotate { to { transform: rotate(360deg); } }
.hero-c-portrait-img {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  overflow: hidden;
  background: var(--rosa);
  box-shadow: 0 20px 60px -20px rgba(94,92,94,0.4);
}
.hero-c-portrait-img img {
  width: 100%; height: 100%; object-fit: cover; object-position: 55% 25%;
  transition: transform 0.6s ease;
}
.hero-c-portrait:hover .hero-c-portrait-img img { transform: scale(1.05); }
.hero-c-portrait-badge {
  position: absolute;
  bottom: 0;
  left: 4%;
  background: var(--coral);
  color: var(--cream);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 8px 24px -8px rgba(233,124,123,0.6);
}
.hero-c-portrait-badge span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 26px; line-height: 1; font-weight: 500;
}
.hero-c-portrait-badge small {
  font-family: var(--sans);
  font-style: normal;
  font-size: 9px;
  letter-spacing: 1.4px;
  margin-top: 2px;
  font-weight: 600;
}
.hero-c-foot {
  padding-top: clamp(30px, 4vw, 50px);
  border-top: 1px solid rgba(94,92,94,0.18);
  display: grid;
  gap: 36px;
}
.hero-c-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.35;
  color: var(--ink);
  max-width: 880px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin: 0;
}
.hero-c-bullet {
  flex: none;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--coral);
  margin-top: 14px;
}
.hero-c-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1000px;
}
.hero-c-cols p { font-size: 16px; line-height: 1.7; margin: 0; color: var(--ink); }
.hero-c-cols em { font-family: var(--serif); font-style: italic; font-weight: 500; color: var(--coral); }
.hero-c-end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(94,92,94,0.14);
  flex-wrap: wrap;
  gap: 18px;
}
.hero-c-end-line {
  display: flex;
  gap: 18px;
  font-size: clamp(22px, 2.4vw, 32px);
  flex-wrap: wrap;
  align-items: baseline;
}
.hero-c-jump {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink);
  padding: 14px 22px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  transition: all 0.25s ease;
}
.hero-c-jump:hover { background: var(--coral); border-color: var(--coral); color: var(--cream); gap: 14px; }
@media (max-width: 880px) {
  .hero-c-portrait {
    position: relative;
    top: 0;
    margin: 0 auto 30px;
    width: 200px;
  }
  .hero-c-h1 { text-align: center; }
  .hero-c-h1 .line:nth-child(1),
  .hero-c-h1 .line:nth-child(2),
  .hero-c-h1 .line:nth-child(3),
  .hero-c-h1 .line:nth-child(4) { align-self: center; margin: 0; }
  .hero-c-cols { grid-template-columns: 1fr; gap: 18px; }
  .hero-c-end { flex-direction: column; align-items: flex-start; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { justify-self: center; max-width: 440px; margin-top: 30px; }
  .soy-grid { grid-template-columns: 1fr; }
  .soy-photo { position: relative; top: 0; max-width: 440px; margin: 0 auto; }
  .split { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: 1fr; }
  .important { grid-template-columns: 1fr; }
  .pd-grid { grid-template-columns: 1fr; }
  .pd-grid .pd-label { font-size: 60px; }
}

@media (max-width: 540px) {
  .wrap, .wrap-narrow { padding: 0 22px; }
  .blockquote-big { padding: 50px 20px 20px; }
  .blockquote-big::before { font-size: 140px; }
  .topnav { padding: 14px 22px; }
}

/* ============================================================
   HERO REDESIGN (v2) — editorial refinement of the text column.
   Elevates the existing Cormorant + Inter + coral system: clearer
   type hierarchy, the pivotal question becomes a coral-ruled
   pull-quote, a premium CTA group with a "Gratis" cue, and a small
   decorative spark. Mobile sizing lives in responsive.css.
   ============================================================ */
.hero-copy { position: relative; }

/* Decorative four-point spark — a quiet feminine flourish that ties the
   text column to the photo's coral accents. Desktop only (kept off small
   screens to protect the one-screen hero). */
.hero-spark {
  position: absolute;
  top: -6px;
  right: 4%;
  font-size: 30px;
  line-height: 1;
  color: var(--rosa);
  opacity: 0.9;
  pointer-events: none;
  animation: hero-spark-pulse 4.5s ease-in-out infinite;
}
@keyframes hero-spark-pulse {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 0.55; }
  50%      { transform: scale(1.18) rotate(8deg); opacity: 0.95; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-spark { animation: none; }
}

/* Headline — tighter, more confident. The coral italic word stays the anchor. */
.hero-title {
  font-size: clamp(46px, 6.4vw, 92px);
  line-height: 1.0;
  letter-spacing: -0.015em;
  margin-top: 20px;
}

/* Lead — the emotional hook, set a touch larger. */
.hero-sub {
  font-size: clamp(21px, 1.8vw, 27px);
}

/* Pivotal question — the line that reframes her problem. A coral hairline
   rule and deeper ink make it the visual turn of the hero. */
.hero-question {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.4;
  color: var(--ink);
  max-width: 540px;
  margin: 22px 0 0;
  padding-left: 20px;
  border-left: 2px solid var(--coral);
}

/* CTA group */
.hero-cta { margin-top: 32px; }
.cta-btn-lg { padding: 22px 36px; font-size: 13.5px; letter-spacing: 1.8px; }
.hero-cta-note {
  margin: 16px 0 0 2px;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--ink-soft);
}
/* Inline chip: flows with the note text (vertical-align keeps it on the
   baseline) so it never drops to its own line and "jumps" on narrow screens. */
.free-chip {
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  position: relative;
  top: -1px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--coral-deep);
  background: rgba(233,124,123,0.14);
  border: 1px solid rgba(233,124,123,0.32);
  padding: 3px 11px;
  border-radius: 999px;
}
