/* Yapedido · landing — mobile first */

.nav { position: sticky; top: 0; z-index: 80; background: rgba(251,247,241,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--linea); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; max-width: 1080px; margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 9px; }
.brand-mark { width: 28px; height: 28px; border-radius: 8px; background: var(--brasa); display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 16px; box-shadow: 0 2px 6px rgba(168,68,42,.35); }
.brand-name { font-family: var(--font-display); font-weight: 800; font-size: 19px; letter-spacing: -.02em; }
.nav-links { display: none; gap: 22px; align-items: center; font-size: 14.5px; color: var(--tinta); font-weight: 500; }
.nav-cta { background: var(--carbon); color: #fff; padding: 9px 16px; border-radius: 9px; font-weight: 600; }

/* Hero */
.hero { padding: 36px 20px 48px; background: var(--papel); }
.hero-inner { max-width: 1080px; margin: 0 auto; display: grid; gap: 28px; }
.tag-pill { display: inline-block; font-weight: 600; font-size: 13px; color: var(--ladrillo); background: var(--linea-4); padding: 6px 12px; border-radius: 20px; margin-bottom: 16px; }
.hero h1 { font-family: var(--font-display); font-weight: 800; font-size: 34px; line-height: 1.05; letter-spacing: -.03em; color: var(--carbon); margin: 0 0 14px; }
.hero p { font-size: 17px; line-height: 1.55; color: var(--tinta); margin: 0 0 22px; max-width: 460px; }
.hero-ctas { display: flex; flex-direction: column; gap: 10px; }
.hero-fineprint { font-family: var(--font-mono); font-size: 12.5px; color: var(--ceniza); margin: 14px 0 0; }

/* Phone mockup */
.phone { justify-self: center; width: 260px; background: var(--carbon); border-radius: 32px; padding: 9px; box-shadow: 0 26px 50px -22px rgba(36,28,22,.55); }
.phone-screen { background: var(--papel); border-radius: 25px; overflow: hidden; }
.phone-cover { height: 150px; background: linear-gradient(135deg, var(--brasa), var(--ladrillo)); position: relative; }
.phone-cover img { width: 100%; height: 100%; object-fit: cover; }
.phone-body { padding: 13px 14px; }
.phone-shop-name { font-family: var(--font-display); font-weight: 800; font-size: 16px; }
.phone-shop-state { font-size: 11px; color: var(--estado-listo); font-weight: 600; margin-bottom: 10px; }
.phone-item { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--linea-3); padding-top: 10px; }
.phone-item span { font-size: 12.5px; font-weight: 600; }
.phone-item .price { font-family: var(--font-mono); font-size: 12px; color: var(--ladrillo); background: var(--linea-4); padding: 3px 8px; border-radius: 6px; }

/* Cómo funciona */
.howto { padding: 48px 20px; background: var(--papel-2); }
.howto-header { text-align: center; margin-bottom: 28px; }
.howto-header h2 { font-family: var(--font-display); font-weight: 800; font-size: 28px; color: var(--carbon); margin: 8px 0 0; letter-spacing: -.02em; }
.steps { display: grid; gap: 14px; max-width: 1080px; margin: 0 auto; }
.step { background: #fff; border: 1px solid var(--linea); border-radius: 16px; padding: 22px; }
.step-num { width: 42px; height: 42px; border-radius: 12px; background: var(--linea-4); display: grid; place-items: center; font-family: var(--font-mono); font-weight: 700; font-size: 18px; color: var(--ladrillo); margin-bottom: 14px; }
.step-num.green { background: var(--estado-listo-bg); color: var(--estado-listo); }
.step h3 { font-family: var(--font-display); font-weight: 700; font-size: 19px; margin: 0 0 8px; }
.step p { font-size: 14.5px; line-height: 1.55; color: var(--tinta); margin: 0; }

/* Precios */
.pricing { padding: 48px 20px; background: var(--papel); }
.pricing-header { text-align: center; margin-bottom: 26px; }
.pricing-header h2 { font-family: var(--font-display); font-weight: 800; font-size: 28px; margin: 8px 0 6px; letter-spacing: -.02em; }
.pricing-header p { font-size: 15px; color: var(--ceniza); margin: 0; }
.plans { display: grid; gap: 14px; max-width: 680px; margin: 0 auto; }
.plan { background: #fff; border: 1px solid var(--linea); border-radius: 18px; padding: 24px; position: relative; }
.plan-label { font-size: 14px; font-weight: 600; color: var(--tinta); margin-bottom: 8px; }
.plan-price { font-family: var(--font-display); font-weight: 800; font-size: 38px; letter-spacing: -.02em; line-height: 1; }
.plan-per { font-family: var(--font-mono); font-size: 12px; color: var(--ceniza); margin: 4px 0 14px; }
.plan p { font-size: 14.5px; line-height: 1.55; color: var(--tinta); margin: 0; }
.plan.featured { background: var(--carbon); color: #fff; }
.plan.featured .plan-label { color: #C9BEAF; }
.plan.featured .plan-price { color: var(--papel); }
.plan.featured p { color: #D9CFC1; }
.plan.featured .badge { position: absolute; top: -11px; right: 22px; background: var(--estado-prep); color: var(--carbon); font-family: var(--font-mono); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 4px 10px; border-radius: 6px; }

/* Social proof */
.proof { padding: 48px 20px; background: var(--papel-2); }
.proof-inner { max-width: 1080px; margin: 0 auto; display: grid; gap: 28px; }
.proof h2 { font-family: var(--font-display); font-weight: 800; font-size: 26px; line-height: 1.1; letter-spacing: -.02em; margin: 8px 0 16px; }
.quote { background: #fff; border: 1px solid var(--linea); border-radius: 14px; padding: 20px; }
.quote p { font-size: 16px; line-height: 1.5; margin: 0 0 14px; font-style: italic; color: var(--carbon); }
.author { display: flex; align-items: center; gap: 11px; }
.avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--brasa); display: grid; place-items: center; color: #fff; font-family: var(--font-display); font-weight: 800; }
.author-name { font-weight: 700; font-size: 14px; }
.author-where { font-size: 13px; color: var(--ceniza); }

/* CTA final */
.cta { padding: 52px 24px; background: var(--brasa); text-align: center; color: #fff; }
.cta h2 { font-family: var(--font-display); font-weight: 800; font-size: 32px; margin: 0 0 10px; letter-spacing: -.02em; }
.cta p { font-size: 16px; color: #FCE7DE; margin: 0 0 24px; }
.cta-ctas { display: flex; flex-direction: column; gap: 10px; align-items: stretch; max-width: 360px; margin: 0 auto; }
.cta .btn-ghost { background: #fff; color: var(--ladrillo); border: none; }

/* Footer */
.footer { background: var(--carbon); color: var(--ceniza); padding: 26px 20px; }
.footer-inner { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: column; gap: 18px; align-items: center; text-align: center; }
.footer .brand-name { color: var(--papel); }
.footer-links { display: flex; gap: 18px; font-size: 13.5px; }
.footer-meta { font-family: var(--font-mono); font-size: 12px; color: var(--tinta); }

/* Desktop */
@media (min-width: 720px) {
  .nav-links { display: flex; }
  .hero { padding: 64px 30px 72px; }
  .hero-inner { grid-template-columns: 1.05fr .95fr; align-items: center; }
  .hero h1 { font-size: 48px; }
  .hero-ctas { flex-direction: row; }
  .howto { padding: 64px 30px; }
  .howto-header h2 { font-size: 32px; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .pricing { padding: 64px 30px; }
  .pricing-header h2 { font-size: 32px; }
  .plans { grid-template-columns: 1fr 1fr; max-width: 680px; }
  .proof { padding: 64px 30px; }
  .proof-inner { grid-template-columns: 1fr 1fr; align-items: center; }
  .proof h2 { font-size: 30px; }
  .cta h2 { font-size: 38px; }
  .cta-ctas { flex-direction: row; max-width: none; justify-content: center; }
  .footer-inner { flex-direction: row; justify-content: space-between; text-align: left; }
}
