/* ============================================================
   MINI MODA FASHION DOLLS
   SITE DE VENDAS
   Playfair Display (display) · Nunito Sans (corpo)
   Paleta: crema/papel · coral · verde petróleo · dorado
   Estructura de bloques: mismo framework usado en los demás productos
   ============================================================ */

:root {
  --bg:         #FAF3EC;
  --white:      #FFFFFF;
  --paper:      #FFFDF9;
  --sage:       #F1E4D6;
  --cream:      #FBF0E4;
  --ink:        #3A2E28;
  --muted:      #6B5D53;
  --quiet:      #96806D;
  --line:       rgba(58, 46, 40, 0.12);
  --coral:      #E8785A;
  --coral-dark: #D9613F;
  --petrol:     #2F6B63;
  --petrol-dark:#204A44;
  --gold:       #C9A24B;
  --gold-light: #DCC28A;
  --dark:       #241C15;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body:    'Nunito Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

body { margin: 0; overflow-x: hidden; }
a { color: inherit; }
button { font: inherit; }
img { max-width: 100%; }

/* ── HEADER ─────────────────────────────────────────────── */

.sales-header {
  position: sticky;
  z-index: 30;
  top: 0;
  height: 66px;
  padding: 0 max(20px, calc((100vw - 1120px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(250, 243, 236, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.logo { display: grid; text-decoration: none; line-height: .9; }
.logo b {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--coral);
}
.logo span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .15em;
  font-weight: 700;
  font-family: var(--font-body);
}

.header-cta {
  padding: 11px 18px;
  border-radius: 4px;
  background: var(--petrol);
  color: white;
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background 0.14s;
}
.header-cta:hover { background: var(--petrol-dark); }

/* ── CONTAINERS ──────────────────────────────────────────── */

.sales-container { max-width: 1080px; margin: auto; padding: 64px 24px; }
.narrow { max-width: 860px; }
.center { text-align: center; }

/* ── LABELS & TYPE ───────────────────────────────────────── */

.section-label {
  margin: 0 0 16px;
  color: var(--coral);
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 700;
  font-family: var(--font-body);
  text-transform: uppercase;
}
.section-label.center { text-align: center; }

.showcase h2, .benefits h2, .foryou h2, .moments h2, .receive h2, .bonus h2,
.testimonios h2, .offer h2, .faq h2, .closing h2, .how h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-wrap: balance;
}

/* ── MAIN CTA BUTTON ─────────────────────────────────────── */

.main-cta {
  max-width: 580px;
  min-height: 72px;
  margin: auto;
  padding: 14px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--coral);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(232, 120, 90, .32);
  transition: transform 0.14s, box-shadow 0.14s;
}
.main-cta:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(232, 120, 90, .38); }
.main-cta:active { transform: none; }
.main-cta span { font-size: 16px; font-weight: 700; letter-spacing: 0.04em; }
.main-cta small { margin-top: 5px; color: rgba(255,255,255,.82); font-size: 13px; }

.secure { margin: 13px 0 0; color: var(--quiet); font-size: 11px; }

/* ── HERO ────────────────────────────────────────────────── */

.hero { position: relative; padding: 76px 24px 68px; background: var(--paper); text-align: center; overflow: hidden; }
.hero-content { position: relative; z-index: 1; max-width: 1040px; margin: auto; }

.attention {
  display: inline-block;
  margin: 0 0 24px;
  padding: 9px 16px;
  border-radius: 3px;
  background: rgba(201, 162, 75, .12);
  border: 1px solid rgba(201, 162, 75, .35);
  color: var(--gold);
  font-size: 11px;
  letter-spacing: .06em;
  font-weight: 700;
}

.hero h1 {
  font-family: var(--font-display);
  max-width: 920px;
  margin: 0 auto;
  font-size: clamp(34px, 4.6vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-wrap: balance;
  color: var(--ink);
}

.hero-lead { max-width: 680px; margin: 22px auto 32px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.hero-lead strong { color: var(--ink); font-weight: 700; }

.hero-product {
  position: relative;
  margin: 8px auto 28px;
  max-width: 640px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(58, 46, 40, .18);
}
.hero-product img { display: block; width: 100%; height: auto; }

.unique-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: var(--petrol);
  border: 3px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .01em;
  transform: rotate(-8deg);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}

.hero-checks { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; margin-bottom: 28px; color: var(--muted); font-size: 13px; font-weight: 600; }

/* ── SHOWCASE (vista previa) ────────────────────────────── */

.showcase { background: var(--sage); }
.showcase-lead { max-width: 680px; margin: 16px auto 0; color: var(--muted); font-size: 17px; line-height: 1.6; }

/* ── PREVIEW CAROUSEL (modelo + molde, marquee infinito) ─── */

.preview-carousel {
  margin-top: 44px;
  border: 2px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  padding: 24px 0;
  box-shadow: 0 16px 40px rgba(58, 46, 40, .10);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.preview-row {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.preview-track { display: flex; gap: 22px; width: max-content; padding: 0 24px; animation: preview-left 46s linear infinite; }
.preview-row--reverse .preview-track { animation-name: preview-right; }
.preview-row:hover .preview-track { animation-play-state: paused; }

.preview-card {
  flex: 0 0 auto;
  width: 210px;
  aspect-ratio: 1 / 1.414; /* proporción A4 */
  border-radius: 10px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 10px 26px rgba(58, 46, 40, .16);
}
.preview-card img { display: block; width: 100%; height: 100%; object-fit: cover; }

@keyframes preview-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes preview-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

@media (max-width: 800px) {
  .preview-card { width: 168px; }
}

/* ── BENEFITS ────────────────────────────────────────────── */

.benefits { background: var(--white); }
.title-limit { max-width: 780px; margin-left: auto !important; margin-right: auto !important; }

.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0 55px; margin-top: 48px; border-top: 1px solid var(--line); }
.benefit-list article { display: flex; gap: 18px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { font-size: 24px; flex-shrink: 0; padding-top: 2px; }
.benefit-list h3 { margin: 0 0 6px; font-family: var(--font-display); font-size: 18px; font-weight: 700; letter-spacing: -0.01em; }
.benefit-list p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }

/* ── FOR YOU (para quién es) ─────────────────────────────── */

.foryou { background: var(--cream); }
.foryou-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 40px; margin-top: 44px; text-align: left; }
.foryou-item { display: flex; gap: 16px; align-items: flex-start; }
.foryou-item span { font-size: 26px; flex-shrink: 0; }
.foryou-item h3 { margin: 0 0 4px; font-family: var(--font-display); font-size: 17px; font-weight: 700; }
.foryou-item p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ── MOMENTS (beneficio emocional) + RECEIVE (qué incluye) ── */
/* Comparten el mismo patrón visual: imagen + copy en columnas */

.moments { background: var(--white); }
.receive { background: var(--sage); }

.receive-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: center; }
.receive-grid.reverse { grid-template-columns: 1.1fr 1fr; }
.receive-grid.reverse .receive-figure { order: 2; }

.receive-figure { margin: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 20px 55px rgba(58, 46, 40, .16); }
.receive-figure img { display: block; width: 100%; height: auto; }

.receive-copy h2 { font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 40px); font-weight: 700; line-height: 1.1; letter-spacing: -0.03em; margin: 0 0 18px; }
.receive-copy > p { color: var(--muted); font-size: 16px; line-height: 1.65; margin: 0 0 18px; }
.receive-list { list-style: none; padding: 0; margin: 0; }
.receive-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 15px; font-weight: 600; color: var(--ink); }
.receive-list li::before { content: '✓'; margin-right: 10px; color: var(--petrol); }

/* ── BONUS ───────────────────────────────────────────────── */

.bonus { background: var(--sage); }
.bonus-items-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.bonus-item-card { margin: 0; background: var(--white); border-radius: 10px; overflow: hidden; box-shadow: 0 16px 40px rgba(58, 46, 40, .12); }
.bonus-item-card img { display: block; width: 100%; height: auto; aspect-ratio: 5/7; object-fit: cover; object-position: top; }
.bonus-item-card figcaption { padding: 20px 22px 24px; position: relative; }

.bonus-num {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
  background: var(--gold); color: #fff; font-family: var(--font-display);
  font-size: 14px; font-weight: 800; display: flex; align-items: center;
  justify-content: center; margin: -38px 0 12px;
  box-shadow: 0 6px 16px rgba(58, 46, 40, .22);
}
.bonus-item-card h3 { margin: 0 0 5px; font-family: var(--font-display); font-size: 17px; font-weight: 700; }
.bonus-item-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }

/* ── TESTIMONIOS ─────────────────────────────────────────── */

.testimonios { background: var(--white); }
.testimonios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 44px; }
.testimonios-grid figure { margin: 0; border-radius: 10px; overflow: hidden; box-shadow: 0 16px 40px rgba(58, 46, 40, .12); }
.testimonios-grid img { display: block; width: 100%; height: auto; }

/* ── OFFER (planes) ──────────────────────────────────────── */

.offer { background: linear-gradient(180deg, var(--cream) 0%, var(--sage) 100%); }
.plans-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 28px; align-items: stretch; margin-top: 44px; }

.plan-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 36px 32px; display: flex; flex-direction: column; }
.plan-card.featured { border: 2px solid var(--coral); box-shadow: 0 24px 60px rgba(232, 120, 90, .18); position: relative; }
.plan-badge {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--coral); color: #fff; font-size: 11px; font-weight: 700;
  letter-spacing: .06em; padding: 6px 16px; border-radius: 20px; white-space: nowrap;
}

.plan-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; margin: 0 0 6px; text-align: center; }
.plan-sub { text-align: center; color: var(--quiet); font-size: 13px; margin: 0 0 8px; }
.plan-note { text-align: center; color: var(--coral); font-size: 12px; font-weight: 600; margin: 0 0 22px; }

.plan-price { text-align: center; margin-bottom: 22px; }
.plan-price small { display: block; font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; }
.plan-price strong { font-family: var(--font-display); font-size: 52px; font-weight: 800; color: var(--ink); letter-spacing: -0.02em; }
.plan-price sup { font-size: 20px; vertical-align: 18px; }
.plan-price .price-note { display: block; font-size: 14px; color: var(--quiet); margin-top: 6px; font-weight: 600; }

.plan-items { list-style: none; padding: 0; margin: 0 0 26px; flex-grow: 1; }
.plan-items li { padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); display: flex; align-items: flex-start; gap: 8px; }
.plan-items li.included { color: var(--ink); font-weight: 600; }
.plan-items li::before { content: '✓'; color: var(--petrol); flex-shrink: 0; }
.plan-items li.not-included { color: var(--quiet); text-decoration: line-through; text-decoration-color: var(--coral); text-decoration-thickness: 2px; }
.plan-items li.not-included::before { content: '–'; color: var(--quiet); text-decoration: none; }

.plan-cta { display: block; text-align: center; padding: 15px; border-radius: 5px; background: var(--muted); color: #fff; text-decoration: none; font-size: 14px; font-weight: 700; letter-spacing: .03em; transition: transform 0.14s, box-shadow 0.14s; }
.plan-card.featured .plan-cta { background: var(--coral); box-shadow: 0 10px 26px rgba(232, 120, 90, .32); }
.plan-cta:hover { transform: translateY(-2px); }

.offer-reassurance { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 28px; margin: 32px 0 0; color: var(--quiet); font-size: 12px; }

/* ── GUARANTEE ───────────────────────────────────────────── */

.guarantee-block { background: var(--white); }
.guarantee { max-width: 640px; margin: 0 auto; padding: 32px; border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; gap: 24px; text-align: left; }
.guarantee > img { flex: 0 0 92px; width: 92px; height: 92px; }
.guarantee p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.6; }
.guarantee strong { display: block; color: var(--ink); font-size: 17px; margin-bottom: 4px; font-family: var(--font-display); }

/* ── HOW IT WORKS (cómo funciona) ────────────────────────── */

.how { background: var(--cream); }
.how-figure { margin: 44px auto 0; max-width: 520px; border-radius: 10px; overflow: hidden; box-shadow: 0 20px 55px rgba(58, 46, 40, .14); }
.how-figure img { display: block; width: 100%; height: auto; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 28px; text-align: center; }
.how-steps div span { display: block; font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--coral); letter-spacing: .1em; margin-bottom: 4px; }
.how-steps div p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.5; }

.lead-copy { max-width: 720px; margin: 20px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }

/* ── FAQ ─────────────────────────────────────────────────── */

.faq { background: var(--paper); }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { border-top: 1px solid var(--line); }
.faq summary { padding: 22px 2px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 16px; user-select: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--coral); font-family: var(--font-display); font-size: 22px; flex-shrink: 0; transition: transform 0.18s; line-height: 1; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 2px 22px; color: var(--muted); font-size: 15px; line-height: 1.65; }

/* ── CLOSING ─────────────────────────────────────────────── */

.closing { background: var(--coral); color: #fff; }
.closing-content { width: 100%; padding-top: 60px; padding-bottom: 60px; }
.closing h2 { color: #fff; font-family: var(--font-display); font-size: clamp(28px, 4vw, 44px); font-weight: 700; letter-spacing: -0.03em; max-width: 760px; margin: 0 auto; line-height: 1.1; }
.closing .lead-copy { color: rgba(255,255,255,.72); margin: 18px auto 32px; }
.closing .secure { color: rgba(255,255,255,.55); }
.closing .main-cta { background: #fff; color: var(--coral); box-shadow: 0 10px 28px rgba(0,0,0,.18); }
.closing .main-cta small { color: rgba(217,97,63,.7); }

/* ── FOOTER ──────────────────────────────────────────────── */

footer { padding: 40px 24px; text-align: center; background: var(--dark); color: rgba(255,255,255,.4); font-size: 13px; }
footer b { color: rgba(255,255,255,.8); font-family: var(--font-display); font-size: 15px; font-weight: 700; display: block; margin-bottom: 8px; }
footer p { margin: 8px 0; line-height: 1.65; }
footer a { color: rgba(255,255,255,.6); text-underline-offset: 3px; }

/* ── STICKY BUY BAR (MOBILE) ─────────────────────────────── */

.sticky-buy { display: none; }

/* ── RESPONSIVE ──────────────────────────────────────────── */

@media (max-width: 800px) {
  body { padding-bottom: 72px; }
  .sales-header { height: 58px; padding: 0 16px; }
  .header-cta { font-size: 10px; padding: 10px 13px; }

  .hero { padding: 48px 16px 56px; }
  .unique-badge { width: 66px; height: 66px; font-size: 9px; top: 10px; left: 10px; }
  .attention { font-size: 10px; }
  .hero h1 { font-size: 30px; }
  .hero-lead { font-size: 17px; }
  .hero-checks { gap: 8px 16px; }

  .sales-container { padding: 48px 18px; }

  .showcase-grid { grid-template-columns: 1fr; gap: 20px; }
  .benefit-list { grid-template-columns: 1fr; gap: 0; }
  .foryou-grid { grid-template-columns: 1fr; }
  .receive-grid, .receive-grid.reverse { grid-template-columns: 1fr; gap: 32px; }
  .receive-grid.reverse .receive-figure { order: 0; }
  .bonus-items-grid { grid-template-columns: 1fr; gap: 20px; }
  .testimonios-grid { grid-template-columns: 1fr; gap: 20px; }
  .plans-grid { grid-template-columns: 1fr; gap: 40px 0; margin-top: 56px; }
  .how-steps { grid-template-columns: 1fr; gap: 20px; }

  .guarantee { flex-direction: column; text-align: center; padding: 28px 20px; }
  .guarantee p { text-align: center; }

  .offer-reassurance { flex-direction: column; align-items: center; gap: 10px; }
  .closing-content { padding-top: 48px; padding-bottom: 48px; }

  .sticky-buy {
    position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; height: 72px;
    padding: 10px 14px; display: flex; align-items: center; justify-content: space-between;
    background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(0,0,0,.10);
  }
  .sticky-buy > div { display: grid; gap: 1px; }
  .sticky-buy small { font-size: 11px; color: var(--quiet); font-weight: 600; }
  .sticky-buy a { padding: 14px 16px; border-radius: 4px; background: var(--coral); color: #fff; text-decoration: none; text-align: center; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; line-height: 1.3; }
}

@media (max-width: 520px) {
  .hero h1 { font-size: 27px; }
  .plan-price strong { font-size: 44px; }
  .benefit-list article { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
