/** Shopify CDN: Minification failed

Line 627:2 Unexpected "}"

**/
:root {
    --nude: #F5EFE8;
    --nude-dark: #EBE0D4;
    --nude-deep: #D4C4B0;
    --clay: #C4956A;
    --clay-dark: #A67850;
    --terracotta: #B05C3A;
    --sage: #8A9E8C;
    --sage-light: #C8D8CA;
    --charcoal: #2C2826;
    --charcoal-soft: #4A423C;
    --warm-mid: #7A6A5E;
    --cream: #FBF7F2;
    --white: #FFFFFF;
  }

  .nes-page *, .nes-page *::before, .nes-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .nes-page {
    font-family: 'DM Sans', sans-serif;
    color: var(--charcoal);
    line-height: 1.7;
    font-size: 17px;
    overflow-x: hidden;
    scroll-behavior: smooth;
  }

  .nes-page h1, .nes-page h2, .nes-page h3 { font-family: 'Playfair Display', Georgia, serif; line-height: 1.2; font-weight: 700; }
  .container { max-width: 700px; margin: 0 auto; padding: 0 24px; }
  section { padding: 80px 0; }

  /* ─── BUTTONS ─── */
  .btn-primary {
    display: inline-flex; align-items: center; gap: 10px;
    background: var(--clay); color: var(--cream);
    font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 500;
    padding: 18px 40px; border-radius: 4px; text-decoration: none;
    transition: background 0.25s, transform 0.2s; letter-spacing: 0.3px;
  }
  .btn-primary:hover { background: var(--clay-dark); transform: translateY(-1px); }

  .btn-cta {
    display: inline-flex; align-items: center; gap: 12px;
    background: var(--clay); color: var(--cream);
    font-family: 'DM Sans', sans-serif; font-size: 17px; font-weight: 500;
    padding: 22px 56px; border-radius: 4px; text-decoration: none;
    transition: background 0.25s, transform 0.2s; letter-spacing: 0.3px;
  }
  .btn-cta:hover { background: var(--clay-dark); transform: translateY(-2px); }

  .btn-ghost {
    display: inline-flex; align-items: center; gap: 8px;
    color: rgba(251,247,242,0.50); font-family: 'DM Sans', sans-serif;
    font-size: 13px; text-decoration: none; margin-top: 18px;
    letter-spacing: 0.5px; transition: color 0.2s;
  }
  .btn-ghost:hover { color: var(--cream); }

  /* ─── ANIMATIONS ─── */
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .fade-in { opacity: 0; animation: fadeUp 0.7s ease forwards; }
  .delay-1 { animation-delay: 0.1s; }
  .delay-2 { animation-delay: 0.25s; }
  .delay-3 { animation-delay: 0.4s; }
  .delay-4 { animation-delay: 0.55s; }

  .section-tag {
    font-size: 11px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--clay);
    margin-bottom: 28px; display: block;
  }
  .section-tag-sage {
    font-size: 11px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--sage);
    margin-bottom: 28px; display: block;
  }

  /* ══════════════════════════════════════
     HERO
  ══════════════════════════════════════ */
  .hero {
    background: var(--charcoal); min-height: 100vh;
    display: flex; flex-direction: column; justify-content: center;
    padding: 80px 0; position: relative; overflow: hidden;
  }
  .hero::before {
    content: ''; position: absolute; top: -120px; right: -120px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(196,149,106,0.12) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero::after {
    content: ''; position: absolute; bottom: -80px; left: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(138,158,140,0.08) 0%, transparent 70%);
    pointer-events: none;
  }
  .hero-tag {
    font-size: 11px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--clay);
    margin-bottom: 32px; display: inline-block;
  }
  .hero-headline {
    font-size: clamp(32px, 5vw, 56px); color: var(--cream);
    font-weight: 700; margin-bottom: 12px; line-height: 1.12; max-width: 620px;
  }
  .hero-headline em { font-style: italic; color: var(--clay); }
  .hero-quote {
    border-left: 3px solid var(--clay); padding: 18px 24px; margin-top: 36px;
    background: rgba(196,149,106,0.07); border-radius: 0 2px 2px 0; max-width: 520px;
  }
  .hero-quote p {
    font-family: 'Playfair Display', Georgia, serif; font-style: italic;
    font-size: 18px; color: rgba(251,247,242,0.88); line-height: 1.65; margin: 0;
  }
  .hero-sub {
    font-size: clamp(16px, 2vw, 19px); color: rgba(251,247,242,0.62);
    font-weight: 300; max-width: 520px; margin: 28px 0 0; line-height: 1.7;
  }
  .hero-cta-block {
    margin-top: 48px; display: flex; flex-direction: column;
    align-items: flex-start; gap: 0;
  }
  .hero-price-hint {
    font-size: 13px; color: rgba(251,247,242,0.35);
    font-weight: 300; margin-top: 14px; letter-spacing: 0.3px;
  }

  /* ══════════════════════════════════════
     IMAGEN FULL WIDTH (debajo del hero)
  ══════════════════════════════════════ */
  .hero-fullwidth-img {
    width: 100%;
    line-height: 0;
  }
  .hero-fullwidth-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* ══════════════════════════════════════
     ESPEJO
  ══════════════════════════════════════ */
  .mirror-section { background: var(--nude); position: relative; }
  .mirror-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, var(--clay), var(--sage));
  }
  .mirror-headline {
    font-size: clamp(26px, 3.5vw, 38px); color: var(--charcoal);
    margin-bottom: 44px; max-width: 500px; line-height: 1.25;
  }
  .mirror-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 44px;
  }
  .mirror-card {
    background: var(--white);
    border-radius: 2px;
    padding: 24px 28px;
    border-left: 3px solid var(--clay);
    display: flex;
    align-items: center;
  }
  .mirror-card p {
    font-size: 16px;
    color: var(--charcoal-soft);
    font-style: italic;
    line-height: 1.6;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 400;
    margin: 0;
  }
  .mirror-close {
    background: var(--charcoal); border-radius: 2px; padding: 28px 32px; max-width: 560px;
  }
  .mirror-close p { font-size: 17px; line-height: 1.65; font-weight: 300; color: var(--cream); margin: 0; }
  .mirror-close strong { color: var(--clay); font-weight: 500; }

  /* ══════════════════════════════════════
     MOCKUP SECTION
  ══════════════════════════════════════ */
  .mockup-section {
    background: var(--nude); padding: 80px 24px; position: relative; overflow: hidden;
  }
  .mockup-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, var(--clay), var(--sage));
  }
  .mockup-inner {
    max-width: 900px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 64px; align-items: center;
  }
  .mockup-image-col { display: flex; justify-content: center; align-items: center; }
  .mockup-book-wrap {
    position: relative; display: inline-block;
    filter: drop-shadow(0 24px 40px rgba(44,40,38,0.18)) drop-shadow(0 8px 16px rgba(44,40,38,0.10));
    transform: perspective(900px) rotateY(-4deg) rotateX(1deg);
    transition: transform 0.4s ease, filter 0.4s ease;
  }
  .mockup-book-wrap:hover {
    transform: perspective(900px) rotateY(-1deg) rotateX(0deg) translateY(-4px);
    filter: drop-shadow(0 32px 52px rgba(44,40,38,0.22)) drop-shadow(0 8px 20px rgba(44,40,38,0.12));
  }
  .mockup-book-img { width: 100%; max-width: 300px; height: auto; display: block; border-radius: 2px 6px 6px 2px; }
  .mockup-text-col { display: flex; flex-direction: column; align-items: flex-start; gap: 0; }
  .mockup-tag {
    font-size: 11px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--clay); margin-bottom: 16px; display: block;
  }
  .mockup-headline {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(28px, 3.5vw, 38px); font-weight: 700;
    color: var(--charcoal); line-height: 1.15; margin-bottom: 8px;
  }
  .mockup-subtitle {
    font-size: 15px; color: var(--warm-mid); font-weight: 300;
    line-height: 1.5; margin-bottom: 28px;
  }
  .mockup-price-block { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
  .mockup-price-original { font-size: 15px; color: var(--warm-mid); text-decoration: line-through; font-weight: 300; }
  .mockup-price-main { font-family: 'Playfair Display', Georgia, serif; font-size: 36px; font-weight: 700; color: var(--charcoal); line-height: 1; }
  .mockup-price-badge {
    font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase;
    color: var(--sage); background: rgba(138,158,140,0.12); padding: 4px 10px;
    border-radius: 2px; align-self: center;
  }
  .mockup-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--clay); color: var(--cream);
    font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 500;
    padding: 18px 36px; border-radius: 4px; text-decoration: none;
    transition: background 0.25s, transform 0.2s; letter-spacing: 0.3px; margin-bottom: 14px;
  }
  .mockup-btn:hover { background: var(--clay-dark); transform: translateY(-1px); }
  .mockup-guarantee { font-size: 12px; color: var(--warm-mid); font-weight: 300; letter-spacing: 0.3px; margin: 0; }

  /* ══════════════════════════════════════
     SISTEMA COMPLETO
  ══════════════════════════════════════ */
  .system-section { background: var(--cream); }
  .system-headline { font-size: clamp(26px, 3.5vw, 38px); color: var(--charcoal); margin-bottom: 12px; max-width: 580px; line-height: 1.22; }
  .system-sub { font-size: 16px; color: var(--warm-mid); font-weight: 300; margin-bottom: 48px; max-width: 520px; line-height: 1.65; }
  .system-cards { display: flex; flex-direction: column; gap: 14px; margin-bottom: 40px; }
  .system-card {
    background: var(--white); border-radius: 6px; padding: 24px 28px;
    border: 1px solid var(--nude-dark); position: relative; overflow: hidden;
  }
  .system-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--clay); }
  .system-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 8px; }
  .system-card-left { display: flex; align-items: flex-start; gap: 14px; flex: 1; }
  .system-card-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
  .system-card-title { font-family: 'Playfair Display', Georgia, serif; font-size: 18px; font-weight: 700; color: var(--charcoal); line-height: 1.2; }
  .system-card-value { text-align: right; flex-shrink: 0; }
  .system-card-value-label { font-size: 10px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--warm-mid); display: block; margin-bottom: 2px; }
  .system-card-value-amount { font-size: 15px; color: var(--warm-mid); text-decoration: line-through; font-weight: 400; display: block; }
  .system-card-desc { font-size: 14px; color: var(--charcoal-soft); font-weight: 300; line-height: 1.6; margin: 0; padding-left: 36px; }
  .system-total-box { background: var(--charcoal); border-radius: 6px; padding: 28px 32px; margin-bottom: 36px; }
  .system-total-row { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .system-total-label { font-size: 13px; color: rgba(251,247,242,0.45); font-weight: 300; letter-spacing: 0.5px; }
  .system-total-crossed { font-size: 20px; color: rgba(251,247,242,0.30); text-decoration: line-through; font-weight: 300; }
  .system-total-real-row { display: flex; justify-content: space-between; align-items: center; }
  .system-total-real-label { font-size: 14px; color: var(--cream); font-weight: 400; }
  .system-total-real-price { font-family: 'Playfair Display', Georgia, serif; font-size: 42px; font-weight: 700; color: var(--cream); line-height: 1; }
  .system-total-note { margin-top: 14px; font-size: 13px; color: rgba(251,247,242,0.40); font-style: italic; font-weight: 300; line-height: 1.5; }

  /* ══════════════════════════════════════
     SIN / CON LA GUÍA
  ══════════════════════════════════════ */
  .sincon-section { background: var(--nude); position: relative; }
  .sincon-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--clay), var(--sage)); }
  .sincon-headline { font-size: clamp(24px, 3.2vw, 36px); color: var(--charcoal); margin-bottom: 48px; max-width: 480px; line-height: 1.25; }
  .sincon-scenarios { display: flex; flex-direction: column; gap: 16px; margin-bottom: 48px; }
  .sincon-card { background: var(--white); border-radius: 8px; overflow: hidden; border: 1px solid var(--nude-dark); }
  .sincon-card-title { font-family: 'Playfair Display', Georgia, serif; font-size: 16px; font-weight: 700; color: var(--charcoal); padding: 16px 24px; border-bottom: 1px solid var(--nude-dark); text-align: center; }
  .sincon-row { padding: 14px 24px; display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; }
  .sincon-row.sin { background: rgba(176,92,58,0.04); }
  .sincon-row.con { background: rgba(138,158,140,0.06); }
  .sincon-icon { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; margin-top: 1px; }
  .sincon-icon.x { background: rgba(176,92,58,0.12); color: var(--terracotta); }
  .sincon-icon.check { background: rgba(138,158,140,0.18); color: var(--sage); }
  .sincon-row-label { font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 3px; }
  .sincon-row-label.sin { color: var(--terracotta); }
  .sincon-row-label.con { color: var(--sage); }
  .sincon-row-text { font-size: 14px; color: var(--charcoal-soft); font-weight: 300; line-height: 1.5; margin: 0; }
  .sincon-close { font-family: 'Playfair Display', Georgia, serif; font-size: clamp(17px, 2.2vw, 22px); font-style: italic; color: var(--charcoal); border-left: 4px solid var(--clay); padding: 18px 24px; max-width: 520px; line-height: 1.55; }

  /* ══════════════════════════════════════
     PRECIO
  ══════════════════════════════════════ */
  .price-section { background: var(--charcoal); padding: 80px 0; position: relative; overflow: hidden; }
  .price-section::before { content: ''; position: absolute; top: -160px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(196,149,106,0.07) 0%, transparent 65%); pointer-events: none; }
  .price-tag { text-align: center; }
  .price-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--clay); margin-bottom: 28px; display: block; }
  .price-headline { font-size: clamp(24px, 3.5vw, 36px); color: var(--cream); margin-bottom: 40px; max-width: 520px; margin-left: auto; margin-right: auto; line-height: 1.25; }
  .price-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07); border-radius: 4px; padding: 40px 48px; max-width: 420px; margin: 0 auto 40px; text-align: center; }
  .price-original { font-size: 14px; color: rgba(251,247,242,0.30); text-decoration: line-through; letter-spacing: 1px; margin-bottom: 8px; }
  .price-amount { font-family: 'Playfair Display', Georgia, serif; font-size: 72px; font-weight: 700; color: var(--cream); line-height: 1; margin-bottom: 12px; }
  .price-badge { display: inline-block; background: rgba(138,158,140,0.15); color: var(--sage-light); font-size: 11px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; padding: 6px 14px; border-radius: 2px; margin-bottom: 28px; }
  .price-includes { font-size: 13px; color: rgba(251,247,242,0.40); font-weight: 300; line-height: 1.8; margin-bottom: 0; }
  .price-value { font-size: 16px; color: rgba(251,247,242,0.55); font-weight: 300; line-height: 1.7; max-width: 400px; margin: 0 auto 36px; font-style: italic; }
  .price-microcopy { font-size: 12px; color: rgba(251,247,242,0.30); font-weight: 300; margin-top: 18px; letter-spacing: 0.5px; }

  /* ══════════════════════════════════════
     GARANTÍA
  ══════════════════════════════════════ */
  .guarantee-section {
    background: var(--cream);
    padding: 72px 0;
    position: relative;
  }
  .guarantee-section::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, var(--clay), var(--sage));
  }
  .guarantee-inner {
    max-width: 600px; margin: 0 auto; padding: 0 24px; text-align: center;
  }
  .guarantee-intro {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(20px, 2.8vw, 28px); color: var(--charcoal);
    font-weight: 700; margin-bottom: 36px; line-height: 1.3;
  }

  /* Ícono de garantía (imagen) */
  .guarantee-badge-wrap {
    display: flex; justify-content: center; margin-bottom: 40px;
  }
  .guarantee-badge-img {
    width: 150px;
    height: auto;
    display: block;
  }

  /* Tres íconos de confianza */
  .guarantee-trust {
    display: flex; justify-content: center; gap: 40px;
    margin-bottom: 40px; flex-wrap: wrap;
  }
  .guarantee-trust-item {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    min-width: 100px;
  }
  .guarantee-trust-icon {
    width: 56px; height: 56px; border-radius: 50%;
    background: var(--nude-dark);
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
  }
  .guarantee-trust-label {
    font-size: 13px; color: var(--charcoal-soft); font-weight: 300; text-align: center; line-height: 1.3;
  }
  .guarantee-trust-label strong { display: block; font-weight: 600; color: var(--charcoal); font-size: 14px; }

  /* Divisor */
  .guarantee-divider {
    border: none; border-top: 1px solid var(--nude-deep);
    margin: 0 0 36px;
  }

  /* Medios de pago */
  .guarantee-payments-label {
    font-size: 14px; color: var(--warm-mid); font-weight: 400;
    margin-bottom: 20px; letter-spacing: 0.3px;
  }
  .guarantee-payments-label strong { color: var(--charcoal); font-weight: 700; }
  .guarantee-payments-logos {
    display: flex; justify-content: center; align-items: center;
    gap: 16px; flex-wrap: wrap;
  }
  .pay-logo-img {
    height: auto;
    display: block;
    opacity: 0.85;
    transition: opacity 0.2s;
    filter: drop-shadow(0 1px 3px rgba(44,40,38,0.10));
    background: var(--white);
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid var(--nude-dark);
  }
  .pay-logo-img:hover { opacity: 1; }

  /* ══════════════════════════════════════
     OBJECIONES
  ══════════════════════════════════════ */
  .objections-section { background: var(--nude); }
  .objections-headline { font-size: clamp(22px, 3vw, 32px); color: var(--charcoal); margin-bottom: 40px; max-width: 500px; line-height: 1.3; }
  .objection-block { background: var(--white); border-radius: 2px; padding: 32px 36px; margin-bottom: 16px; border-left: 4px solid var(--clay); }
  .objection-q { font-size: 15px; font-weight: 500; color: var(--charcoal); margin-bottom: 10px; }
  .objection-a { font-size: 15px; color: var(--charcoal-soft); line-height: 1.7; font-weight: 300; margin: 0; }
  .objection-warning { background: rgba(176,92,58,0.07); border-left: 3px solid var(--terracotta); padding: 20px 24px; border-radius: 0 2px 2px 0; margin-bottom: 40px; }
  .objection-warning p { font-size: 15px; color: var(--charcoal-soft); line-height: 1.7; font-weight: 400; margin: 0; }
  .guarantee-block { background: var(--nude-dark); border-radius: 2px; padding: 24px 28px; display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: start; max-width: 500px; margin-bottom: 48px; }
  .guarantee-icon { width: 40px; height: 40px; border: 1.5px solid var(--clay); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
  .guarantee-title { font-size: 14px; font-weight: 500; color: var(--charcoal); margin-bottom: 4px; }
  .guarantee-desc { font-size: 13px; color: var(--warm-mid); font-weight: 300; line-height: 1.6; margin: 0; }

  /* ══════════════════════════════════════
     TESTIMONIOS — CARRUSEL
  ══════════════════════════════════════ */
  .testimonials-section { background: var(--nude); }
  .testimonials-headline { font-size: clamp(24px, 3.2vw, 34px); color: var(--charcoal); margin-bottom: 12px; max-width: 500px; line-height: 1.25; }
  .testimonials-sub { font-size: 15px; color: var(--warm-mid); font-weight: 300; margin-bottom: 44px; line-height: 1.6; }

  .testimonials-carousel-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 32px;
  }

  .testimonials-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 calc(50% - 160px);
    cursor: grab;
  }
  .testimonials-carousel::-webkit-scrollbar { display: none; }
  .testimonials-carousel.is-grabbing { cursor: grabbing; }

  .testimonial-slide {
    flex: 0 0 320px;
    scroll-snap-align: center;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(44,40,38,0.12);
    background: var(--white);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .testimonial-slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Efecto: el slide central se ve más grande */
  .testimonial-slide.is-active {
    transform: scale(1.03);
    box-shadow: 0 8px 36px rgba(44,40,38,0.18);
  }

  /* Dots de navegación */
  .testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
  .testimonials-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--nude-deep);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
  }
  .testimonials-dot.active {
    background: var(--clay);
    transform: scale(1.3);
  }

  /* Script del carrusel — inline en la sección */

  /* ══════════════════════════════════════
     CTA FINAL
  ══════════════════════════════════════ */
  .cta-final { background: var(--charcoal); padding: 100px 0; text-align: center; position: relative; overflow: hidden; }
  .cta-final::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(196,149,106,0.07) 0%, transparent 65%); pointer-events: none; }
  .cta-final-eyebrow { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: var(--clay); margin-bottom: 28px; display: block; }
  .cta-final-headline { font-size: clamp(30px, 5vw, 52px); color: var(--cream); margin-bottom: 16px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.15; }
  .cta-final-headline em { font-style: italic; color: var(--clay); }
  .cta-final-sub { font-size: 17px; color: rgba(251,247,242,0.55); margin-bottom: 24px; font-weight: 300; max-width: 460px; margin-left: auto; margin-right: auto; line-height: 1.6; }
  .cta-final-microcopy { margin-top: 20px; font-size: 12px; color: rgba(251,247,242,0.28); font-weight: 300; letter-spacing: 0.5px; }

  /* ══════════════════════════════════════
     FOOTER
  ══════════════════════════════════════ */
  .site-footer { background: #1E2820; padding: 56px 0 32px; }
  .footer-inner { max-width: 700px; margin: 0 auto; padding: 0 24px; }
  .footer-brand { margin-bottom: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.07); }
  .footer-brand-name { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 700; color: var(--cream); margin-bottom: 10px; font-style: italic; }
  .footer-brand-desc { font-size: 14px; color: rgba(251,247,242,0.45); font-weight: 300; line-height: 1.6; max-width: 420px; margin: 0; }
  .footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  .footer-col-title { font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--clay); margin-bottom: 20px; }
  .footer-contact-list { list-style: none; display: flex; flex-direction: column; gap: 14px; }
  .footer-contact-item { display: flex; align-items: center; gap: 12px; }
  .footer-contact-icon { width: 32px; height: 32px; background: rgba(196,149,106,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
  .footer-contact-text { font-size: 13px; color: rgba(251,247,242,0.60); font-weight: 300; text-decoration: none; transition: color 0.2s; line-height: 1.3; }
  .footer-contact-text:hover { color: var(--clay); }
  .footer-nav-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
  .footer-nav-list a { font-size: 13px; color: rgba(251,247,242,0.50); font-weight: 300; text-decoration: none; transition: color 0.2s; }
  .footer-nav-list a:hover { color: var(--clay); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 24px; display: flex; flex-direction: column; gap: 8px; }
  .footer-legal { font-size: 11px; color: rgba(251,247,242,0.22); font-weight: 300; letter-spacing: 0.3px; line-height: 1.5; }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 700px) {
    section { padding: 60px 0; }
    .mirror-grid { grid-template-columns: 1fr; }
    .price-box { padding: 28px 24px; }
    .price-amount { font-size: 56px; }
    .btn-cta { padding: 20px 36px; font-size: 16px; }
    .system-card-header { flex-direction: column; gap: 8px; }
    .system-card-value { text-align: left; }
    .mockup-inner { grid-template-columns: 1fr; gap: 40px; }
    .mockup-book-wrap { transform: none; }
    .mockup-book-img { max-width: 220px; margin: 0 auto; }
    .mockup-text-col { align-items: center; text-align: center; }
    .mockup-price-block { justify-content: center; }
    .guarantee-trust { gap: 24px; }
    .footer-cols { grid-template-columns: 1fr; gap: 32px; }
    .testimonial-slide { flex: 0 0 260px; }
    .testimonials-carousel { padding: 0 calc(50% - 130px); }
    .skip-to-content-link { display: none !important; }
    .hero {
  padding: 48px 0;
  min-height: auto;
  .hero-fullwidth-img img {
  max-height: 400px;
  object-fit: cover;
}
}.mockup-book-img {
  max-width: 420px;
   }
}.skip-to-content-link { display: none !important; }
.hero-headline {
  font-size: 34px;
}.hero-headline {
  font-size: 36px;
}
.system-cards-compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 32px 0;
}
.system-card-compact {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--cream);
  border-radius: 12px;
  padding: 16px;
}
.system-card-compact .system-card-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}
.system-card-compact .system-card-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--charcoal);
  margin: 0 0 4px;
}
.system-card-compact .system-card-desc {
  font-size: 13px;
  color: var(--warm-mid);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .system-cards-compact {
    grid-template-columns: 1fr;
  }
}
.howworks-section {
  padding: 80px 20px;
  background: var(--nude-dark, #f5efe8);
}
.howworks-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 4vw, 36px);
  color: var(--charcoal);
  margin: 12px 0 48px;
  line-height: 1.3;
}
.howworks-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.howworks-step {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.howworks-step-number {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: var(--terracotta);
  opacity: 0.35;
  line-height: 1;
  flex-shrink: 0;
  width: 52px;
}
.howworks-step-title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: var(--charcoal);
  margin: 0 0 8px;
}
.howworks-step-desc {
  font-size: 15px;
  color: var(--warm-mid);
  margin: 0;
  line-height: 1.7;
}
  }

  /* ══════════════════════════════════════
     CARRUSEL JS (inline en el archivo CSS
     solo como referencia — el script va
     al final del HTML de la sección)
  ══════════════════════════════════════ */