/* ══════════════════════════════════════════════════════════════
   Sazón.pe — Landing
   Paleta: ají/naranja cálido + piedra oscura + verde confianza
══════════════════════════════════════════════════════════════ */
:root {
  --brand:      #e8542f;   /* ají / sazón */
  --brand-dark: #c73e1d;
  --brand-soft: #fdeee8;
  --ink:        #1c1917;   /* texto principal */
  --ink-soft:   #57534e;
  --muted:      #a8a29e;
  --cream:      #faf7f2;   /* fondo cálido */
  --white:      #ffffff;
  --green:      #16a34a;   /* checks / SUNAT ok */
  --green-soft: #ecfdf3;
  --wa:         #25d366;   /* WhatsApp */
  --wa-dark:    #1eb958;
  --line:       #e7e2db;
  --radius:     16px;
  --shadow:     0 8px 30px rgba(28, 25, 23, .08);
  --font:       "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: inline-block; vertical-align: middle; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container { width: min(1120px, 92%); margin-inline: auto; }
.container--narrow { width: min(760px, 92%); }

.sr-only {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); white-space: nowrap;
}

/* ── Botones ─────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 700; font-size: .95rem;
  padding: .7rem 1.4rem; border-radius: 999px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  cursor: pointer; border: 2px solid transparent;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--brand); color: #fff; box-shadow: 0 6px 20px rgba(232, 84, 47, .35); }
.btn--primary:hover { background: var(--brand-dark); }
.btn--whatsapp { background: var(--wa); color: #fff; box-shadow: 0 6px 20px rgba(37, 211, 102, .35); }
.btn--whatsapp:hover { background: var(--wa-dark); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--outline { background: transparent; color: var(--brand); border-color: var(--brand); justify-content: center; }
.btn--outline:hover { background: var(--brand-soft); }
.btn--lg { padding: .95rem 1.9rem; font-size: 1.05rem; }
.btn--xl { padding: 1.1rem 2.4rem; font-size: 1.15rem; }

/* ── Header ──────────────────────────────────────────────── */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 247, 242, .92);
  backdrop-filter: blur(10px);
  transition: box-shadow .2s ease;
}
.header.is-scrolled { box-shadow: 0 2px 16px rgba(28, 25, 23, .08); }
.header__inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: .9rem 0; gap: 1rem;
}
.logo-text { font-size: 1.5rem; font-weight: 800; letter-spacing: -.03em; color:#104577 }
.logo-dot { color: var(--brand); }
.header__nav { display: flex; gap: 1.6rem; font-weight: 600; font-size: .95rem; color: var(--ink-soft); }
.header__nav a:hover { color: var(--brand); }
.header__actions { display: flex; align-items: center; gap: .8rem; }
.header__burger { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.header__burger span { display: block; width: 22px; height: 2.5px; background: var(--ink); margin: 4.5px 0; border-radius: 2px; transition: .2s; }

/* ── Hero ────────────────────────────────────────────────── */
.hero { padding: 4.5rem 0 5rem; overflow: hidden; }
.hero__inner {
  display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 3rem; align-items: center;
}
.hero__eyebrow {
  display: inline-block; font-weight: 700; font-size: .85rem;
  background: var(--brand-soft); color: var(--brand-dark);
  padding: .35rem .9rem; border-radius: 999px; margin-bottom: 1.2rem;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.6vw, 3.4rem);
  line-height: 1.08; letter-spacing: -.03em; font-weight: 800;
  margin-bottom: 1.2rem;
}
.hero h1 em { font-style: normal; color: var(--brand); }
.hero__sub { font-size: 1.15rem; color: var(--ink-soft); margin-bottom: 1.8rem; max-width: 34rem; }
.hero__ctas { display: flex; flex-wrap: wrap; gap: .9rem; margin-bottom: 1.6rem; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 1.2rem; font-size: .9rem; font-weight: 600; color: var(--ink-soft); }

/* Mockup ilustrativo (reemplazable por captura real) */
.mockup {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid var(--line); overflow: hidden;
  transform: rotate(1.2deg);
}
.mockup__bar { display: flex; gap: 6px; padding: 10px 14px; background: #f5f0e9; }
.mockup__bar span { width: 10px; height: 10px; border-radius: 50%; background: #ddd4c8; }
.mockup__body { display: grid; grid-template-columns: 64px 1fr; min-height: 280px; }
.mockup__side { background: #1c1917; padding: 12px 10px; display: flex; flex-direction: column; gap: 10px; }
.mk--logo { height: 26px; border-radius: 6px; background: var(--brand); }
.mk--nav { height: 14px; border-radius: 4px; background: #44403c; }
.mk--active { background: #78716c; }
.mockup__main { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.mk-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mk-card {
  border: 1px solid var(--line); border-radius: 10px; padding: 10px;
  font-size: .72rem; display: flex; flex-direction: column; gap: 2px;
}
.mk-card b { font-size: .8rem; }
.mk-card span { color: var(--muted); }
.mk-card--green { border-color: #bbf7d0; background: #f0fdf4; }
.mk-card--amber { border-color: #fde68a; background: #fffbeb; }
.mk-stat {
  border-radius: 10px; background: #faf7f2; padding: 10px;
  font-size: .7rem; color: var(--muted);
  display: flex; flex-direction: column;
}
.mk-stat b { font-size: 1rem; color: var(--ink); }
.mk-good { color: var(--green) !important; }

/* ── Secciones genéricas ─────────────────────────────────── */
.section-title {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  font-weight: 800; letter-spacing: -.02em; text-align: center;
  margin-bottom: .8rem;
}
.section-sub { text-align: center; color: var(--ink-soft); max-width: 44rem; margin: 0 auto 2.8rem; font-size: 1.05rem; }

/* ── Dolores ─────────────────────────────────────────────── */
.pains { padding: 4.5rem 0; background: var(--ink); color: #f5f0e9; }
.pains .section-title { color: #fff; margin-bottom: 2.4rem; }
.pains__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem; }
.pain {
  background: #292524; border: 1px solid #44403c; border-radius: var(--radius);
  padding: 1.4rem; font-size: .98rem;
}
.pain span { font-size: 1.6rem; display: block; margin-bottom: .6rem; }
.pain b { color: #fdba74; }
.pains__punch {
  text-align: center; margin-top: 2.4rem; font-size: 1.15rem; font-weight: 700; color: #fdba74;
}

/* ── Funcionalidades ─────────────────────────────────────── */
.features { padding: 5rem 0; }
.features__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 1.3rem; }
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem; transition: transform .2s ease, box-shadow .2s ease;
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature__icon { font-size: 1.9rem; margin-bottom: .7rem; }
.feature h3 { font-size: 1.08rem; font-weight: 700; margin-bottom: .5rem; letter-spacing: -.01em; }
.feature p { font-size: .92rem; color: var(--ink-soft); }
.feature--star { border: 2px solid var(--brand); position: relative; }
.feature--star::before {
  content: "Exclusivo Sazón"; position: absolute; top: -11px; right: 14px;
  background: var(--brand); color: #fff; font-size: .68rem; font-weight: 800;
  padding: .15rem .6rem; border-radius: 999px; letter-spacing: .03em;
}

/* ── Comparativa ─────────────────────────────────────────── */
.compare { padding: 5rem 0; background: #fff; }
.compare__wrap { overflow-x: auto; border-radius: var(--radius); box-shadow: var(--shadow); }
.compare__table { width: 100%; border-collapse: collapse; background: #fff; min-width: 560px; }
.compare__table th, .compare__table td { padding: .95rem 1.2rem; text-align: left; border-bottom: 1px solid var(--line); }
.compare__table thead th { font-size: 1rem; font-weight: 800; }
.compare__table thead .col-sazon { color: var(--brand); }
.compare__table tbody th { font-weight: 600; font-size: .95rem; color: var(--ink-soft); }
.compare__table td { font-weight: 800; text-align: center; }
.compare__table .yes { color: var(--green); background: var(--green-soft); }
.compare__table .no { color: #dc2626; }
.compare__table .mid { color: #d97706; }
.compare__cta { text-align: center; margin-top: 2.2rem; }

/* ── Pasos ───────────────────────────────────────────────── */
.steps { padding: 5rem 0; }
.steps__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.4rem; margin-top: 2.4rem; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; text-align: center; }
.step__n {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 800; font-size: 1.2rem;
  margin-bottom: 1rem;
}
.step h3 { margin-bottom: .5rem; font-size: 1.1rem; }
.step p { font-size: .93rem; color: var(--ink-soft); }

/* ── Planes ──────────────────────────────────────────────── */
.plans { padding: 5rem 0; background: var(--brand-soft); }
.plans__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; align-items: stretch; }
.plan {
  background: #fff; border-radius: var(--radius); border: 1px solid var(--line);
  padding: 2rem 1.7rem; display: flex; flex-direction: column; gap: .4rem;
}
.plan--featured { border: 3px solid var(--brand); box-shadow: var(--shadow); position: relative; transform: scale(1.03); }
.plan__tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff; font-size: .75rem; font-weight: 800;
  padding: .25rem .9rem; border-radius: 999px; white-space: nowrap;
}
.plan h3 { font-size: 1.3rem; font-weight: 800; }
.plan__for { color: var(--muted); font-size: .9rem; }
.plan__price { font-size: 2.4rem; font-weight: 800; letter-spacing: -.03em; margin: .6rem 0 .2rem; }
.plan__price span { font-size: 1rem; font-weight: 600; color: var(--muted); }
.plan__amount { font-weight: 800; }
/* Total anual: se muestra solo al activar el pago por año */
.plan__yearly {
  font-size: .82rem; font-weight: 700; color: var(--brand);
  margin-bottom: .5rem;
}

/* ── Switch mensual / anual ──────────────────────────────── */
.billing-toggle {
  display: flex; align-items: center; justify-content: center;
  gap: .7rem; flex-wrap: wrap; margin: 0 0 2.4rem;
}
.billing-toggle__label {
  font-size: .95rem; font-weight: 700; color: var(--muted);
  transition: color .18s ease;
}
.billing-toggle__label.is-active { color: var(--ink); }
.billing-toggle__switch {
  position: relative; width: 52px; height: 29px; flex-shrink: 0;
  border: 0; border-radius: 999px; background: #cbd5e1; cursor: pointer;
  padding: 0; transition: background .2s ease;
}
.billing-toggle__switch.is-yearly { background: var(--brand); }
.billing-toggle__switch:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
.billing-toggle__knob {
  position: absolute; top: 3px; left: 3px; width: 23px; height: 23px;
  border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.25);
  transition: transform .2s ease;
}
.billing-toggle__switch.is-yearly .billing-toggle__knob { transform: translateX(23px); }
.billing-toggle__badge {
  background: #dcfce7; color: #15803d; font-size: .74rem; font-weight: 800;
  padding: .28rem .65rem; border-radius: 999px; letter-spacing: .01em;
}
.plan ul { display: flex; flex-direction: column; gap: .45rem; margin-bottom: 1.6rem; font-size: .93rem; color: var(--ink-soft); flex: 1; }
.plan .btn { justify-content: center; }

/* ── Testimonios ─────────────────────────────────────────── */
.quotes { padding: 5rem 0; }
.quotes__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.4rem; margin-top: 2.2rem; }
.quote {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.7rem; font-size: .98rem;
}
.quote p { font-style: italic; color: var(--ink); }
.quote footer { margin-top: 1rem; font-size: .85rem; font-weight: 700; color: var(--brand-dark); }

/* ── FAQ ─────────────────────────────────────────────────── */
.faq { padding: 5rem 0; background: #fff; }
.faq__list { display: flex; flex-direction: column; gap: .8rem; margin-top: 2rem; }
.faq__item {
  border: 1px solid var(--line); border-radius: 12px; background: var(--cream);
  padding: 1rem 1.3rem;
}
.faq__item summary {
  font-weight: 700; cursor: pointer; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; font-size: 1.4rem; color: var(--brand); font-weight: 800; transition: transform .2s; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { margin-top: .8rem; color: var(--ink-soft); font-size: .95rem; }

/* ── CTA final ───────────────────────────────────────────── */
.cta-final { padding: 5.5rem 0; background: linear-gradient(135deg, var(--ink) 0%, #292524 100%); color: #fff; }
.cta-final__inner { text-align: center; }
.cta-final h2 { font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: .8rem; }
.cta-final p { color: #d6d3d1; font-size: 1.1rem; margin-bottom: 2rem; }
.cta-final__note { font-size: .85rem !important; color: var(--muted) !important; margin-top: 1rem !important; margin-bottom: 0 !important; }

/* ── Footer ──────────────────────────────────────────────── */
.footer { padding: 3rem 0 2rem; background: var(--ink); color: #a8a29e; }
.footer__inner { display: flex; flex-direction: column; gap: 1.4rem; }
.logo-text--footer { color: #104577; font-size: 1.3rem; }
.footer p { font-size: .9rem; }
.footer nav { display: flex; flex-wrap: wrap; gap: 1.4rem; font-size: .9rem; font-weight: 600; }
.footer nav a:hover { color: #fff; }
.footer__copy { font-size: .8rem !important; border-top: 1px solid #44403c; padding-top: 1.2rem; }

/* ── WhatsApp flotante ───────────────────────────────────── */
.wa-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .45);
  transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ── Animación de aparición (progresiva, no bloquea SEO) ─── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
/* Si JS falla o el usuario prefiere menos movimiento, todo visible */
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
.no-js .reveal { opacity: 1; transform: none; }

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 2.4rem; }
  .hero { padding-top: 3rem; }
  .mockup { transform: none; }
}
@media (max-width: 760px) {
  .header__nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; flex-direction: column; gap: 0;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .header__nav.is-open { display: flex; }
  .header__nav a { padding: 1rem 1.4rem; border-top: 1px solid var(--line); }
  .header__burger { display: block; }
  .plan--featured { transform: none; }
}


.logo_sunat{
  width: 40px;
}