:root {
  --olive: #263519;
  --olive-2: #3f5529;
  --gold: #c6a35a;
  --gold-soft: #dec88d;
  --parchment: #efe3c8;
  --ivory: #fffaf0;
  --earth: #6f4d2e;
  --brown: #3b2b1d;
  --ink: #251d14;
  --muted: #715f49;
  --line: rgba(111, 77, 46, 0.18);
  --shadow: 0 24px 70px rgba(36, 31, 20, 0.16);
  --deep-shadow: 0 36px 95px rgba(37, 29, 20, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: "Lora", Georgia, serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 250, 240, 0.88), rgba(255, 250, 240, 0.88)),
    radial-gradient(circle at top left, rgba(198, 163, 90, 0.2), transparent 34%),
    radial-gradient(circle at bottom right, rgba(38, 53, 25, 0.14), transparent 32%);
  z-index: -1;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(90deg, rgba(111, 77, 46, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(111, 77, 46, 0.035) 1px, transparent 1px);
  background-size: 68px 68px;
}

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

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

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

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.96;
  color: var(--olive);
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(4rem, 7.5vw, 7.3rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.6vw, 4.55rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.65rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(198, 163, 90, 0.24);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.9);
  box-shadow: 0 16px 45px rgba(50, 39, 22, 0.08);
  backdrop-filter: blur(16px);
}

.brand,
.nav,
.trust-row,
.hero-actions,
.price-card,
.final-inner {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: max-content;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--olive);
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  color: var(--ivory);
  background: var(--olive);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.1rem;
}

.nav {
  gap: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
}

.nav a {
  transition: color 180ms ease;
}

.nav a:hover {
  color: var(--olive);
}

.header-cta {
  min-width: max-content;
  padding: 11px 17px;
  border-radius: 999px;
  color: var(--ivory);
  background: var(--olive);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: clamp(32px, 6vw, 74px);
  align-items: center;
  width: min(1220px, calc(100% - 32px));
  min-height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 62px 0 76px;
}

.hero::before {
  content: "Longevidad";
  position: absolute;
  right: min(4vw, 42px);
  bottom: -10px;
  z-index: -1;
  color: rgba(198, 163, 90, 0.12);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(6rem, 18vw, 18rem);
  line-height: 0.8;
  white-space: nowrap;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--earth);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.editorial-kicker {
  max-width: 560px;
  margin-bottom: 22px;
  padding-left: 18px;
  border-left: 3px solid var(--gold);
  color: var(--earth);
  font-size: 1.02rem;
  font-style: italic;
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 30px;
  color: var(--brown);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 26px;
}

.hero-actions p,
.secure-text,
.disclaimer {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 24px;
  border: 0;
  border-radius: 999px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button.primary {
  color: var(--ivory);
  background: linear-gradient(135deg, var(--olive), var(--olive-2));
  box-shadow: 0 16px 34px rgba(38, 53, 25, 0.22);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(38, 53, 25, 0.28);
}

.trust-row {
  flex-wrap: wrap;
  gap: 10px;
}

.trust-row span {
  padding: 8px 12px;
  border: 1px solid rgba(198, 163, 90, 0.34);
  border-radius: 999px;
  color: var(--earth);
  background: rgba(239, 227, 200, 0.55);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  isolation: isolate;
}

.mockup-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198, 163, 90, 0.52);
  border-radius: 8px;
  background: var(--parchment);
  box-shadow: var(--deep-shadow);
  transform: rotate(1.4deg);
}

.mockup-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 1px solid rgba(255, 250, 240, 0.46);
  border-radius: 6px;
  pointer-events: none;
}

.mockup-shell img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.product-seal {
  position: absolute;
  right: -18px;
  bottom: 30px;
  z-index: 3;
  display: grid;
  width: 122px;
  height: 122px;
  place-items: center;
  border: 1px solid rgba(222, 200, 141, 0.7);
  border-radius: 50%;
  color: var(--ivory);
  background: radial-gradient(circle, #4d6135 0, var(--olive) 62%);
  box-shadow: 0 18px 38px rgba(37, 29, 20, 0.25);
  text-align: center;
}

.product-seal strong,
.product-seal span {
  display: block;
}

.product-seal strong {
  margin-bottom: -34px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1;
}

.product-seal span {
  margin-top: 34px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editorial-spread {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr) 190px;
  gap: clamp(18px, 4vw, 42px);
  align-items: stretch;
  width: min(1180px, calc(100% - 32px));
  margin: 8px auto 54px;
  padding: clamp(22px, 4vw, 42px);
  border-top: 1px solid rgba(198, 163, 90, 0.36);
  border-bottom: 1px solid rgba(198, 163, 90, 0.36);
  background:
    linear-gradient(90deg, rgba(239, 227, 200, 0.66), rgba(255, 250, 240, 0.88)),
    repeating-linear-gradient(90deg, rgba(111, 77, 46, 0.05) 0 1px, transparent 1px 18px);
}

.spread-media {
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 55px rgba(37, 29, 20, 0.14);
}

.spread-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% center;
}

.spread-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}

.spread-copy h2 {
  max-width: 720px;
}

.spread-copy p:not(.eyebrow) {
  max-width: 690px;
  color: var(--brown);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
}

.editorial-note {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 4px solid var(--gold);
  background: rgba(255, 250, 240, 0.68);
}

.editorial-note span {
  display: block;
  color: var(--olive);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.5rem, 2.5vw, 2.35rem);
  line-height: 1.08;
}

.spread-stats {
  display: grid;
  gap: 12px;
}

.spread-stats div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 110px;
  padding: 18px;
  border: 1px solid rgba(111, 77, 46, 0.16);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.72);
}

.spread-stats strong {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2.8rem;
  line-height: 0.9;
}

.spread-stats span {
  color: var(--muted);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 38px;
}

.section-text {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.08rem;
}

.benefit-grid,
.include-grid,
.bonus-grid,
.testimonial-grid {
  display: grid;
  gap: 18px;
}

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

.benefit-card,
.include-item,
.bonus-card,
.testimonial {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: 0 12px 34px rgba(50, 39, 22, 0.06);
}

.benefit-card {
  min-height: 150px;
  padding: 24px;
}

.benefit-card.wide {
  grid-column: span 3;
}

.benefit-card span {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}

.benefit-card p {
  margin: 0;
  color: var(--brown);
  font-size: 1.05rem;
  font-weight: 600;
}

.includes {
  padding-top: 48px;
}

.include-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 28px;
  align-items: center;
  margin-bottom: 20px;
  padding: clamp(26px, 5vw, 48px);
  border-radius: 8px;
  color: var(--ivory);
  background:
    linear-gradient(rgba(38, 53, 25, 0.94), rgba(38, 53, 25, 0.94)),
    linear-gradient(135deg, var(--olive), var(--earth));
}

.include-panel h2,
.include-panel .eyebrow,
.include-panel .section-text {
  color: var(--ivory);
}

.recipe-count {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(222, 200, 141, 0.45);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.08);
  text-align: center;
}

.recipe-count strong {
  display: block;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 5rem;
  line-height: 0.9;
}

.recipe-count span {
  color: rgba(255, 250, 240, 0.88);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

.include-item {
  min-height: 145px;
  padding: 22px;
}

.include-item strong {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 3rem;
  line-height: 1;
}

.include-item span {
  color: var(--brown);
  font-weight: 600;
}

.mediterranean {
  margin: 36px 0;
  padding: 96px 16px;
  background:
    linear-gradient(rgba(239, 227, 200, 0.88), rgba(239, 227, 200, 0.88)),
    repeating-linear-gradient(45deg, rgba(198, 163, 90, 0.12) 0 1px, transparent 1px 16px);
}

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

.mediterranean-inner p:last-child {
  max-width: 850px;
  margin: 0 auto;
  color: var(--brown);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.audience-list p {
  margin: 0;
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  color: var(--brown);
  background: rgba(239, 227, 200, 0.5);
  font-weight: 600;
}

.price-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 92px;
}

.price-card {
  flex-direction: column;
  justify-content: center;
  min-height: 440px;
  padding: clamp(32px, 7vw, 70px);
  border-radius: 8px;
  color: var(--ivory);
  background:
    linear-gradient(rgba(38, 53, 25, 0.9), rgba(38, 53, 25, 0.9)),
    url("assets/mockup-recetario-biblico.png") center/cover;
  text-align: center;
  box-shadow: var(--shadow);
}

.price-card h2,
.price-card .eyebrow,
.price-card .secure-text {
  color: var(--ivory);
}

.price {
  margin: 8px 0 24px;
  color: var(--gold-soft);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 700;
  line-height: 1;
}

.price-card .button {
  background: linear-gradient(135deg, var(--gold), #8f6e2d);
}

.secure-text {
  margin-top: 18px;
}

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

.bonus-card,
.testimonial {
  padding: 28px;
}

.bonus-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--ivory);
  background: var(--olive);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.bonus-card p,
.testimonial p {
  margin-bottom: 0;
  color: var(--muted);
}

.testimonials {
  padding: 92px 16px;
  background: var(--olive);
}

.testimonials .section-heading {
  width: min(1120px, 100%);
  margin-inline: auto;
}

.testimonials h2,
.testimonials .eyebrow {
  color: var(--ivory);
}

.testimonial-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.testimonial {
  background: rgba(255, 250, 240, 0.96);
}

.testimonial p {
  margin-bottom: 22px;
  color: var(--brown);
  font-size: 1.02rem;
}

.testimonial strong,
.testimonial span {
  display: block;
}

.testimonial strong {
  color: var(--olive);
  font-family: "Montserrat", Arial, sans-serif;
}

.testimonial span {
  color: var(--muted);
  font-size: 0.9rem;
}

.guarantee {
  width: min(900px, calc(100% - 32px));
  margin: 84px auto 8px;
  padding: 38px;
  border: 1px solid rgba(198, 163, 90, 0.36);
  border-radius: 8px;
  background: rgba(239, 227, 200, 0.48);
  text-align: center;
}

.guarantee p {
  margin: 0 auto;
  max-width: 680px;
  color: var(--brown);
}

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

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.86);
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--olive);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.final-cta {
  padding: 100px 16px 42px;
}

.final-inner {
  flex-direction: column;
  width: min(940px, 100%);
  margin: 0 auto;
  text-align: center;
}

.final-inner .button {
  margin: 10px 0 18px;
}

.disclaimer {
  max-width: 620px;
  font-size: 0.86rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}

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

@media (max-width: 980px) {
  .site-header {
    position: static;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 46px;
  }

  .hero-visual {
    order: -1;
  }

  .hero::before {
    display: none;
  }

  .mockup-shell {
    transform: none;
  }

  .mockup-shell img {
    min-height: 320px;
    max-height: 560px;
  }

  .product-seal {
    right: 14px;
    bottom: 14px;
  }

  .editorial-spread {
    grid-template-columns: 1fr;
  }

  .spread-media {
    min-height: 340px;
  }

  .spread-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefit-grid,
  .bonus-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card.wide {
    grid-column: auto;
  }

  .include-panel,
  .audience-list {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .site-header {
    width: calc(100% - 20px);
    gap: 10px;
    min-height: 64px;
    margin-top: 10px;
  }

  .brand span:last-child {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .header-cta {
    padding: 10px 14px;
  }

  .hero,
  .section,
  .price-section {
    width: calc(100% - 24px);
  }

  .hero {
    padding-bottom: 58px;
  }

  .editorial-kicker {
    padding-left: 14px;
    font-size: 0.98rem;
  }

  h1 {
    font-size: clamp(3.1rem, 17vw, 4.35rem);
  }

  h2 {
    font-size: clamp(2.2rem, 12vw, 3.3rem);
  }

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

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions p {
    text-align: center;
    width: 100%;
  }

  .mockup-shell img {
    min-height: 260px;
  }

  .product-seal {
    width: 92px;
    height: 92px;
  }

  .product-seal strong {
    margin-bottom: -28px;
    font-size: 2.55rem;
  }

  .product-seal span {
    margin-top: 28px;
    font-size: 0.62rem;
  }

  .editorial-spread {
    width: calc(100% - 24px);
    margin-bottom: 28px;
    padding: 18px;
  }

  .spread-media {
    min-height: 250px;
  }

  .spread-stats {
    grid-template-columns: 1fr;
  }

  .spread-stats div {
    min-height: 96px;
  }

  .section {
    padding: 64px 0;
  }

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

  .include-panel,
  .price-card,
  .guarantee {
    padding: 26px;
  }

  .recipe-count {
    min-height: 150px;
  }

  .price {
    font-size: clamp(3.3rem, 18vw, 4.7rem);
  }
}

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

  .reveal,
  .button {
    transition: none;
  }
}
