:root {
  --naranja: #F6921E;
  --naranja-claro: #F89C3A;
  --tinta: #0F0F12;
  --canvas: #FAF9F6;
  --dark: #0a0a0d;
  --gris: #6E6E78;
  --gris-claro: #C9C9CF;
  --ease: cubic-bezier(0.23, 1, 0.32, 1);
  --maxw: 1120px;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  font-weight: 500;
  color: var(--tinta);
  background: var(--canvas);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

/* Focus rings */
a:focus-visible,
.btn:focus-visible {
  outline: 3px solid var(--naranja);
  outline-offset: 3px;
  border-radius: 6px;
}

/* Typography */
.display {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  margin: 0.4em 0 0.5em;
}

.display--bleed {
  font-size: clamp(2.2rem, 6vw, 4rem);
  max-width: 14ch;
  margin: 0.3em 0 0.5em;
}

.hl { color: var(--naranja); }

.eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--naranja);
  margin: 0;
}

.eyebrow--ink { color: var(--naranja); }

.section-title {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  font-size: clamp(1.9rem, 4.4vw, 3rem);
  margin: 0.35em 0 1em;
  max-width: 18ch;
}

.section-lead {
  color: var(--gris);
  font-size: clamp(1.02rem, 2vw, 1.18rem);
  margin: 0 0 28px;
  max-width: 52ch;
}

/* Icons */
.ico {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.ico--sm { width: 18px; height: 18px; }

/* Buttons */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 8px;
}

.actions--center { justify-content: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s var(--ease), filter 0.25s var(--ease),
    background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.btn--primary {
  background: linear-gradient(180deg, #F89C3A, #c9560a);
  color: #fff;
  box-shadow: 0 8px 24px rgba(201, 86, 10, 0.35);
}

.btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 12px 32px rgba(201, 86, 10, 0.45);
}

.btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}

/* ============ 1. Hero (dark, foto a sangre) ============ */
.hero {
  position: relative;
  background-color: var(--dark);
  background-image:
    linear-gradient(90deg, rgba(10, 10, 13, 0.97) 0%, rgba(10, 10, 13, 0.85) 42%, rgba(10, 10, 13, 0.52) 100%),
    url("../img/hero.ab3c997c0401.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  color: #fff;
  padding: clamp(72px, 12vw, 140px) 0;
}

@media (max-width: 820px) {
  .hero {
    background-image:
      linear-gradient(180deg, rgba(10, 10, 13, 0.92) 0%, rgba(10, 10, 13, 0.86) 100%),
      url("../img/hero.ab3c997c0401.webp");
  }
}

.hero__inner { max-width: 820px; }

.hero .lead {
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
  color: var(--gris-claro);
  margin: 0 0 36px;
  max-width: 620px;
}

.trust-row {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 32px 0 0;
  padding: 0;
}

.trust-row li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #fff;
}

.trust-row .ico { color: var(--naranja); }

/* ============ 2. Stats band (dark) ============ */
.stats {
  background: var(--tinta);
  color: #fff;
  padding: clamp(48px, 7vw, 72px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.stat .ico {
  color: var(--naranja);
  margin-bottom: 14px;
}

.stat__label {
  font-weight: 800;
  letter-spacing: -0.01em;
  font-size: 1.02rem;
  margin: 0 0 6px;
  color: #fff;
}

.stat__sub {
  margin: 0;
  font-size: 0.9rem;
  color: var(--gris-claro);
  line-height: 1.5;
}

/* ============ 3. Beneficios (light) ============ */
.benefits {
  background: var(--canvas);
  padding: clamp(64px, 10vw, 110px) 0;
}

.grid {
  display: grid;
  gap: 28px;
}

.grid--6 { grid-template-columns: repeat(3, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }

.card {
  background: #fff;
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 10px 30px rgba(15, 15, 18, 0.06);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 15, 18, 0.1);
}

.card__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(246, 146, 30, 0.12);
  color: var(--naranja);
  margin-bottom: 18px;
}

.card__title {
  color: var(--tinta);
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.2rem;
  margin: 0 0 10px;
}

.card__body {
  color: var(--gris);
  margin: 0;
  font-size: 0.98rem;
}

/* ============ 4. Reportes preview (light) ============ */
.preview {
  background: var(--canvas);
  padding: clamp(56px, 9vw, 100px) 0;
  border-top: 1px solid rgba(15, 15, 18, 0.06);
}

.preview__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: clamp(36px, 6vw, 72px);
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: var(--tinta);
  font-size: 0.98rem;
}

.checklist .ico { color: var(--naranja); }

.browser {
  background: #15151a;
  border-radius: 16px;
  padding: 0;
  box-shadow: 0 30px 60px rgba(15, 15, 18, 0.22);
  overflow: hidden;
  border: 1px solid rgba(15, 15, 18, 0.08);
}

.browser__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px;
  background: #1e1e25;
}

.browser__dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #3a3a44;
}

.browser__dot:nth-child(1) { background: #ff5f57; }
.browser__dot:nth-child(2) { background: #febc2e; }
.browser__dot:nth-child(3) { background: #28c840; }

.browser__img {
  width: 100%;
  height: auto;
}

/* ============ Full-bleed photo sections ============ */
.bleed {
  position: relative;
  color: #fff;
  background-color: var(--dark);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: clamp(80px, 13vw, 160px) 0;
}

.bleed--escala {
  background-image:
    linear-gradient(90deg, rgba(10, 10, 13, 0.95) 0%, rgba(10, 10, 13, 0.82) 50%, rgba(10, 10, 13, 0.6) 100%),
    url("../img/escala.0cbe98b509a4.webp");
}

.bleed--equipo {
  background-image:
    linear-gradient(90deg, rgba(10, 10, 13, 0.95) 0%, rgba(10, 10, 13, 0.82) 50%, rgba(10, 10, 13, 0.6) 100%),
    url("../img/equipo.343005ccc902.webp");
}

.bleed--cta {
  text-align: center;
  background-image:
    linear-gradient(180deg, rgba(10, 10, 13, 0.9) 0%, rgba(10, 10, 13, 0.78) 50%, rgba(10, 10, 13, 0.9) 100%),
    url("../img/hero.ab3c997c0401.webp");
}

.bleed__inner { max-width: 760px; }

.bleed__inner--center {
  max-width: 760px;
  margin: 0 auto;
}

.bleed__body {
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  color: var(--gris-claro);
  margin: 0;
  max-width: 56ch;
}

.bleed--cta .display--bleed {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

/* ============ 6. Cómo funciona (light) ============ */
.steps {
  background: var(--canvas);
  padding: clamp(64px, 10vw, 110px) 0;
}

.step {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 34px 30px;
  box-shadow: 0 10px 30px rgba(15, 15, 18, 0.06);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 15, 18, 0.1);
}

.step__num {
  display: block;
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: -0.04em;
  color: rgba(246, 146, 30, 0.28);
  margin-bottom: 8px;
}

/* ============ 8. Precios (light) ============ */
.pricing {
  background: var(--canvas);
  padding: clamp(64px, 10vw, 110px) 0;
  border-top: 1px solid rgba(15, 15, 18, 0.06);
}

.price-card {
  background: var(--tinta);
  color: #fff;
  border-radius: 24px;
  padding: clamp(36px, 5vw, 56px);
  max-width: 640px;
  box-shadow: 0 24px 60px rgba(15, 15, 18, 0.18);
}

.price-card__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
  color: var(--naranja);
  margin: 0 0 12px;
}

.price-card__headline {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  margin: 0 0 24px;
  line-height: 1.15;
}

.price-card__list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.price-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  color: var(--gris-claro);
}

.price-card__list .ico { color: var(--naranja); }

.price-card__cta { width: 100%; }

/* ============ Footer ============ */
.footer {
  background: var(--tinta);
  color: var(--gris-claro);
  padding: 32px 0;
  font-size: 0.9rem;
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer a {
  color: var(--naranja-claro);
  text-decoration: none;
}

.footer a:hover { text-decoration: underline; }

.footer__credit {
  font-size: 0.78rem;
  color: var(--gris);
  margin: 0;
  flex: 1 1 260px;
  text-align: center;
}

.footer__credit a { color: var(--gris); }

.footer__copy,
.footer__terms { margin: 0; }

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .grid--6 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .preview__inner { grid-template-columns: 1fr; }
  .grid--6,
  .grid--3 { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .stats__grid { grid-template-columns: 1fr; }
  .footer__inner { flex-direction: column; text-align: center; }
  .footer__credit { text-align: center; }
}

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