/* Página de ventas — Don Mateo Del Patio (estructura corta, estilo directo)
   Versión anterior guardada en styles_v1_completa.css */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --green-dark: #2b4c2b;
  --green: #4a7c3f;
  --green-light: #7ab648;
  --cream: #f4eee1;
  --white: #fff;
  --text: #1f2a1c;
  --orange: #e68a00;
  --orange-dark: #cc7a00;
  --red: #c0392b;
  --ff-head: 'Playfair Display', Georgia, serif;
  --ff-body: 'Inter', system-ui, Arial, sans-serif;
}
html { scroll-behavior: smooth; }
body {
  font-family: var(--ff-body);
  background: var(--cream);
  color: var(--text);
  line-height: 1.55;
  text-align: center;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }

/* barra de oferta */
.scarcity-bar { background: var(--red); color: #fff; padding: 12px 16px; font-size: 15px; }
.scarcity-bar b { font-weight: 700; }

/* cabecera */
.header { background: var(--green-dark); color: #fff; padding: 40px 20px 36px; }
.header-inner { max-width: 760px; margin: 0 auto; }
.eyebrow { font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--green-light); margin-bottom: 14px; }
.header h1 { font-family: var(--ff-head); font-size: clamp(1.7rem, 6vw, 2.5rem); line-height: 1.2; font-weight: 700; margin-bottom: 14px; }
.header .sub { font-size: 1.1rem; font-weight: 300; opacity: .95; max-width: 620px; margin: 0 auto; }
.mockup { width: 100%; max-width: 700px; margin: 24px auto 8px; border-radius: 10px; }
.header-price { font-size: 1.05rem; margin-top: 4px; }
.header-price strong { color: var(--green-light); font-size: 1.3rem; }
.header-fine { font-size: .82rem; opacity: .7; margin-top: 4px; }

/* botones */
.btn {
  display: inline-block; background: var(--orange); color: #fff; padding: 15px 30px;
  text-decoration: none; font-size: 1.15rem; font-weight: 800; border-radius: 6px; margin: 20px 0 8px;
  border-bottom: 4px solid var(--orange-dark); box-shadow: 0 6px 16px rgba(0,0,0,.25);
  transition: transform .15s ease, background-color .15s ease; max-width: 100%;
  animation: pulse 2.2s ease-in-out infinite; text-transform: uppercase; letter-spacing: .02em;
}
.btn:hover { transform: translateY(-2px) scale(1.02); background: #ff9900; animation-play-state: paused; }
.btn--full { display: block; width: 100%; }
@keyframes pulse { 0%,100% { box-shadow: 0 6px 16px rgba(0,0,0,.25); } 50% { box-shadow: 0 6px 24px rgba(230,138,0,.6); } }
@media (max-width: 600px) { .btn { animation: none; font-size: 1.02rem; padding: 15px 18px; } .btn--wide { width: 100%; } }

/* secciones */
.section { padding: 44px 20px; max-width: 800px; margin: 0 auto; text-align: left; }
.section h2 { font-family: var(--ff-head); color: var(--green-dark); font-size: clamp(1.45rem, 5vw, 1.9rem); line-height: 1.25; text-align: center; margin-bottom: 22px; }
.center { text-align: center; }

/* listas */
.list { list-style: none; }
.list li {
  background: #fff; margin-bottom: 10px; padding: 15px 16px; border-radius: 6px;
  font-size: 1.02rem; font-weight: 700; box-shadow: 0 2px 6px rgba(0,0,0,.07);
  border-left: 5px solid var(--red);
}
.list--ok li { border-left-color: var(--green-light); }
.callout { font-family: var(--ff-head); font-style: italic; font-size: 1.3rem; color: #8b5e3c; text-align: center; margin: 26px auto 0; max-width: 520px; }

/* Don Mateo */
.autor { background: #fff; border-radius: 10px; max-width: 800px; text-align: center; padding: 40px 24px; }
.autor img { width: 100%; max-width: 420px; aspect-ratio: 4 / 4.4; object-fit: cover; object-position: center 12%; border-radius: 10px; margin: 0 auto 20px; }
.autor p { font-size: 1.08rem; line-height: 1.65; margin-bottom: 12px; }
.autor-frase { font-family: var(--ff-head); font-style: italic; font-size: 1.25rem !important; color: #8b5e3c; }

/* módulos */
.module { background: #fff; padding: 20px; margin-bottom: 20px; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,.1); }
.module img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: 8px; margin-bottom: 12px; }
.module h3 { color: var(--green-dark); font-size: 1.15rem; margin-bottom: 6px; }
.module p { font-size: 1rem; }
.mucho-mas { text-align: center; font-family: var(--ff-head); font-size: 2rem; font-weight: 800; color: var(--green-dark); margin: 28px 0 6px; }
.mucho-mas-sub { text-align: center; color: #555; font-size: 1rem; }

/* precio */
.price-box {
  background: var(--green-dark); color: #fff; padding: 40px 22px 34px; border-radius: 10px;
  text-align: center; margin: 20px auto 40px; max-width: 600px; border: 2px solid #3a6b3a;
  box-shadow: 0 12px 32px rgba(43,76,43,.35);
}
.price-box .eyebrow { margin-bottom: 8px; }
.price-box h2 { color: #fff; font-size: 1.6rem; margin-bottom: 18px; }
.oferta-lista { list-style: none; text-align: left; display: inline-block; margin-bottom: 22px; }
.oferta-lista li { padding: 5px 0; font-size: 1rem; }
.oferta-de { font-size: 1rem; text-decoration: line-through; opacity: .6; }
.oferta-por { font-size: 1.35rem; font-weight: 700; }
.oferta-por strong { display: block; font-size: 3rem; color: #6fd06f; line-height: 1.15; }
.oferta-fine { font-size: .85rem; opacity: .7; margin-top: 4px; }
.oferta-garantia { margin-top: 14px; font-size: .88rem; opacity: .8; }

.footer { background: var(--green-dark); color: #b9c9b0; padding: 28px 20px; font-size: .85rem; }
.footer p + p { margin-top: 6px; }
