/* =============================================================================
   landing.css — Landing marketing "Check 21.719" · MarTech
   Réplica fiel del diseño Figma "MarTech - Landing Check 21.719"
   Ancho de diseño base: 1440px. Medidas, tipografías y colores tomados
   directamente del archivo de diseño (node 54:1268).
   ============================================================================= */

:root {
  --lp-verde-100: #F4FDCD;
  --lp-verde-200: #E6FB9C;
  --lp-verde-300: #D1F369;
  --lp-verde-500: #99D80C;
  --lp-verde-600: #7DB908;
  --lp-verde-700: #639B06;
  --lp-gray-50: #F9F9F8;
  --lp-gray-200: #E4E4E2;
  --lp-gray-600: #52524F;
  --lp-gray-title: #4A4A4A;
  --lp-gray-900: #0F172A;
  --lp-blanco: #FFFFFF;
  --lp-footer-bg: #9B9B97;
  --lp-f: 'Lato', sans-serif;
}

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

.lp-page {
  font-family: var(--lp-f);
  background: var(--lp-blanco);
  color: var(--lp-gray-600);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

.lp-page button {
  font-family: var(--lp-f);
}

/* ── Countdown bar ─────────────────────────────────────────────────────── */
.lp-countdown {
  background: var(--lp-verde-200);
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 80px;
}

.lp-countdown-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-countdown-text {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -.21px;
  color: var(--lp-gray-600);
  text-align: center;
  white-space: nowrap;
}

.lp-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.lp-tunit {
  display: flex;
  align-items: center;
  gap: 5.6px;
}

.lp-tval {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -.375px;
  color: var(--lp-gray-600);
  line-height: 1.2;
  min-width: 1.1em;
  text-align: center;
}

.lp-tlabel {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -.21px;
  color: var(--lp-gray-600);
}

.lp-tsep {
  width: 1px;
  height: 27px;
  background: var(--lp-gray-600);
  opacity: .35;
}

/* ── Nav / Menú ────────────────────────────────────────────────────────── */
.lp-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 80px;
  background: var(--lp-blanco);
  flex-wrap: wrap;
}

.lp-nav-logo img {
  height: 44px;
  width: auto;
}

.lp-nav-links {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.lp-nav-links a {
  font-weight: 700;
  font-size: 15px;
  color: var(--lp-gray-600);
  text-decoration: none;
  white-space: nowrap;
  transition: color .15s;
}

.lp-nav-links a:hover {
  color: var(--lp-verde-700);
}

.lp-nav-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.lp-nav-burger svg {
  display: block;
  width: 24px;
  height: 24px;
}

.lp-nav-mobile-menu {
  display: none;
}

/* ── Botones compartidos ───────────────────────────────────────────────── */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 54px;
  padding: 0 22px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background .15s, opacity .15s, transform .15s;
  border: none;
}

.lp-btn-outline {
  background: transparent;
  border: 1px solid var(--lp-gray-600);
  color: var(--lp-gray-600);
}

.lp-btn-outline:hover {
  background: rgba(82, 82, 79, .06);
}

.lp-btn-fill {
  background: var(--lp-verde-300);
  color: var(--lp-gray-600);
}

.lp-btn-fill:hover {
  background: #c2f043;
}

.lp-btn-sm {
  height: 34px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 16px;
}

.lp-btn-footer {
  height: 34px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 16px;
  border: 1px solid var(--lp-blanco);
  color: var(--lp-blanco);
  background: transparent;
}

.lp-btn-footer:hover {
  background: rgba(255, 255, 255, .12);
}

/* ── Hero ──────────────────────────────────────────────────────────────── */
.lp-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 30px 80px 70px;
  background: var(--lp-blanco);
  flex-wrap: wrap;
}

.lp-hero-left {
  flex: 1 1 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  max-width: 540.8px;
}

.lp-hero-logo {
  height: 96.774px;
  width: auto;
}

@media (max-width: 640px) {
  .lp-hero-logo {
    display: none !important;
  }
}

.lp-hero-left h1 {
  font-weight: 700;
  font-size: 39.09px;
  line-height: 1.2;
  letter-spacing: -.5864px;
  color: var(--lp-gray-600);
  margin: 0;
}

.lp-hero-copy {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: var(--lp-gray-600);
  margin: 0;
}

.lp-hero-ctas {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-hero-right {
  flex: 1 1 420px;
  max-width: 679.2px;
  display: flex;
}

.lp-hero-right img {
  width: 100%;
  height: auto;
  border-radius: 18.715px;
  box-shadow: 0 0 4.52px rgba(0, 0, 0, .1);
}

.lp-hero-video-shadow {
  flex: 1 1 420px;
  max-width: 679.2px;
  display: flex;
  border-radius: 18.715px;
  box-shadow: 0 0 4.52px rgba(0, 0, 0, .1);
}

.lp-hero-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1360 / 638;
  border-radius: 18.715px;
  overflow: hidden;
  background: var(--lp-blanco);
  clip-path: fill-box;
}

.lp-hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.03);
}

/* ── Aprovecha nuestra oferta: banner con cupo de diagnósticos gratuitos ── */
.lp-counter-banner {
  background: var(--lp-gray-50);
  padding: 50px 120px;
}

.lp-counter-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-counter-donut {
  position: relative;
  width: 169px;
  height: 148.93px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-counter-donut svg {
  width: 169px;
  height: 169px;
}

.lp-counter-donut-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.lp-counter-num {
  font-weight: 500;
  font-size: 31.25px;
  letter-spacing: -.4688px;
  color: var(--lp-gray-600);
  line-height: 1.2;
}

.lp-counter-label {
  font-weight: 400;
  font-size: 14.3px;
  letter-spacing: -.2144px;
  color: var(--lp-gray-600);
  line-height: 1.5;
  text-align: center;
  width: 106px;
}

.lp-counter-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.lp-counter-title {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 1.2;
  letter-spacing: -.4688px;
  color: var(--lp-gray-600);
  margin: 0;
}

/* ── Secciones genéricas ───────────────────────────────────────────────── */
.lp-section {
  padding: 70px 80px;
  background: var(--lp-blanco);
}

.lp-section-narrow {
  padding: 70px 120px;
}

.lp-section-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.lp-h2 {
  font-weight: 700;
  font-size: 31.25px;
  line-height: 1.2;
  letter-spacing: -.4688px;
  color: var(--lp-gray-title);
  text-align: center;
  margin: 0;
}

.lp-section-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-600);
  text-align: center;
  margin: 20px auto 0;
  max-width: 1200px;
}

/* ── ¿Qué analiza? — tarjetas de característica ───────────────────────── */
.lp-analiza-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.lp-analiza-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.lp-cards-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  max-width: 1200px;
}

.lp-cards-row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}

.lp-feat-card {
  background: var(--lp-gray-50);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  padding: 18px;
  width: 380px;
  max-width: 100%;
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-feat-hdr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.lp-feat-hdr-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.lp-feat-ico {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.lp-feat-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.3px;
  color: var(--lp-gray-title);
}

.lp-feat-chev {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform .2s;
}

.lp-feat-card.lp-open .lp-feat-chev {
  transform: rotate(180deg);
}

.lp-feat-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-title);
  margin: 0;
}

.lp-feat-extra[hidden] {
  display: none;
}

.lp-feat-based-on {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-title);
  margin: 0 0 10px;
}

.lp-feat-extra ul {
  margin: 0;
  padding-left: 20px;
}

.lp-feat-extra li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-title);
  margin-bottom: 4px;
}

.lp-feat-extra li:last-child {
  margin-bottom: 0;
}

.lp-alert-box {
  background: rgba(244, 253, 205, .7);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.lp-alert-box img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.lp-alert-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: #525252;
  margin: 0;
  flex: 1;
}

/* ── ¿Cómo funciona? ───────────────────────────────────────────────────── */
.lp-como {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.lp-como .lp-h2 {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
}

.lp-como-scroll {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.lp-como-scroll[hidden] {
  display: none;
}

.lp-como-steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 548px;
  flex: 0 0 548px;
  max-width: 100%;
}

.lp-step {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border-radius: 12px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.lp-step.lp-step-active {
  background: var(--lp-gray-50);
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.lp-step-nb {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  background: #EAECEE;
  color: #999EA5;
}

.lp-step.lp-step-active .lp-step-nb {
  background: var(--lp-verde-700);
  color: var(--lp-blanco);
}

.lp-step-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.lp-step-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.3px;
  color: var(--lp-gray-600);
}

.lp-step:not(.lp-step-active) .lp-step-title {
  font-family: 'Inter', var(--lp-f);
  font-weight: 400;
  font-size: 15px;
  color: #999EA5;
  letter-spacing: 0;
}

.lp-step-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-600);
  display: none;
}

.lp-step.lp-step-active .lp-step-desc {
  display: block;
}

.lp-step-line {
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  padding-left: 36px;
}

.lp-step-line span {
  width: 2px;
  height: 16px;
  background: #EAECEE;
  display: block;
}

.lp-step-mobile-img {
  display: none !important;
}

.lp-como-imgs {
  display: flex;
  gap: 24px;
  align-items: center;
  flex: 0 0 auto;
}

.lp-como-img {
  height: 435px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  background: var(--lp-blanco);
}

.lp-como-img--form {
  width: 652px;
  max-width: 100%;
}

.lp-como-img--form img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ── Servicios ─────────────────────────────────────────────────────────── */
.lp-servicios-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.lp-services {
  display: flex;
  gap: 40px;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1280px;
}

.lp-service-card {
  background: var(--lp-blanco);
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  overflow: hidden;
  width: 450px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.lp-service-media {
  height: 180px;
  flex-shrink: 0;
}

.lp-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-service-content {
  background: var(--lp-gray-50);
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.lp-service-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lp-service-text h3 {
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -.375px;
  line-height: 1.2;
  color: var(--lp-gray-600);
  margin: 0;
}

.lp-service-text p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.24px;
  line-height: 1.5;
  color: var(--lp-gray-600);
  margin: 0;
}

.lp-service-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lp-service-list li {
  display: flex;
  align-items: center;
  gap: 17px;
}

.lp-service-list img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.lp-service-list span {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -.24px;
  line-height: 1.5;
  color: var(--lp-gray-600);
  flex: 1;
}

.lp-service-cta {
  align-self: flex-start;
  margin-top: auto;
  background: var(--lp-verde-300);
  color: var(--lp-gray-600);
  height: 44px;
  padding: 0 22px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .15s;
}

.lp-service-cta:hover {
  background: #c2f043;
}

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.lp-faq-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.lp-faq-list {
  width: 1000px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.lp-faq-item {
  border-bottom: 1px solid var(--lp-gray-200);
  background: var(--lp-blanco);
}

.lp-faq-q {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.lp-faq-q span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -.3px;
  color: var(--lp-gray-600);
  line-height: 1.2;
}

.lp-faq-chev {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  transition: transform .2s;
}

.lp-faq-item.lp-open .lp-faq-chev {
  transform: rotate(180deg);
}

.lp-faq-a {
  display: none;
  padding: 0 20px 20px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-600);
}

.lp-faq-item.lp-open .lp-faq-a {
  display: block;
}

/* ── ¿Qué es la Ley 21.719? (sección final) ────────────────────────────── */
.lp-leyfinal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.lp-leyfinal-text {
  max-width: 1200px;
  text-align: center;
}

.lp-leyfinal-text p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  margin: 0;
}

.lp-leyfinal-lead {
  font-weight: 400;
  color: var(--lp-gray-600);
}

.lp-leyfinal-btn {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  font-weight: 700;
  font-size: 16px;
  color: var(--lp-gray-600);
  text-decoration: underline;
  cursor: pointer;
}

.lp-leyfinal-body-copy {
  font-weight: 400;
  color: var(--lp-gray-600);
  margin-top: 4px !important;
}

.lp-leyfinal-expand {
  max-width: 1200px;
  width: 100%;
  text-align: left;
}

.lp-leyfinal-expand[hidden] {
  display: none;
}

.lp-leyfinal-expand h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -.3px;
  color: var(--lp-gray-600);
  margin: 20px 0 10px;
}

.lp-leyfinal-expand h3:first-child {
  margin-top: 0;
}

.lp-leyfinal-expand p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-600);
  margin: 0 0 10px;
}

.lp-leyfinal-expand ul {
  margin: 0 0 10px;
  padding-left: 20px;
}

.lp-leyfinal-expand li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.24px;
  color: var(--lp-gray-600);
  margin-bottom: 4px;
}

/* ── Footer ────────────────────────────────────────────────────────────── */
.lp-footer {
  background: var(--lp-footer-bg);
  padding: 30px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.lp-footer-logo img {
  height: 108px;
  width: auto;
}

.lp-footer-links {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.lp-footer-links a,
.lp-footer-links button {
  font-weight: 700;
  font-size: 15px;
  color: var(--lp-blanco);
  text-decoration: underline;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

/* ── Widget flotante del cupo gratuito: ocupa el espacio del antiguo botón
   "Iniciar Check" flotante (eliminado) — solo en la landing, donde no
   convive con .scroll-top-btn (ver comentario en main.css). ──────────────── */
.free-counter-widget {
  bottom: 24px;
}

@media (max-width: 640px) {
  .free-counter-widget {
    bottom: 14px;
  }
}

/* =============================================================================
   Responsive
   ============================================================================= */
@media (max-width: 1100px) {

  .lp-countdown,
  .lp-nav,
  .lp-hero,
  .lp-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp-section-narrow,
  .lp-counter-banner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp-nav-links {
    gap: 22px;
  }

  .lp-como-scroll {
    padding-left: 40px;
    padding-right: 40px;
  }

  .lp-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 900px) {
  .lp-nav {
    justify-content: center;
    text-align: center;
  }

  .lp-nav-links {
    order: 3;
    justify-content: center;
    width: 100%;
  }

  .lp-hero {
    flex-direction: column;
  }

  .lp-hero-left {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .lp-hero-left h1,
  .lp-hero-copy {
    text-align: center;
  }

  .lp-hero-ctas {
    justify-content: center;
  }

  .lp-hero-right {
    flex: none;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
  }

  .lp-counter-banner-inner {
    flex-direction: column;
    text-align: center;
  }

  .lp-counter-copy {
    align-items: center;
  }

  .lp-como-scroll {
    flex-direction: column;
  }

  .lp-como-steps {
    flex: 1 1 auto;
    width: 100%;
  }

  .lp-como-imgs {
    width: 100%;
    justify-content: center;
  }

  .lp-como-img--form {
    max-width: 100%;
    width: 100%;
  }

  .lp-footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .lp-countdown-text {
    white-space: normal;
    text-align: center;
  }

  .lp-h2 {
    font-size: 28px;
  }

  .lp-hero-left h1 {
    font-size: 32px;
  }

  .lp-services {
    flex-direction: column;
  }

  .lp-service-card {
    width: 100%;
  }

  .lp-faq-q span {
    font-size: 16px;
  }
}

/* =============================================================================
   Mobile (428px) — réplica exacta de la maqueta Figma "node-id=223-1277"
   ============================================================================= */
@media (max-width: 480px) {

  /* ── Countdown ─────────────────────────────────────────────────────────── */
  .lp-countdown {
    padding: 10px 20px;
  }

  .lp-countdown-inner {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .lp-countdown-text {
    white-space: normal;
    text-align: center;
  }

  .lp-timer {
    gap: 19px;
  }

  .lp-tunit {
    gap: 5px;
  }

  .lp-tval {
    font-size: 21.875px;
  }

  .lp-tlabel {
    font-size: 12.25px;
  }

  .lp-tsep {
    height: 24px;
  }

  /* ── Nav: logo + botón hamburguesa, sin links ni botón Contacto ──────────── */
  .lp-nav {
    padding: 20px;
    justify-content: space-between;
  }

  .lp-nav-logo img {
    height: 70px;
  }

  .lp-nav-links,
  .lp-nav > .lp-btn-sm {
    display: none;
  }

  .lp-nav-burger {
    display: flex;
  }

  .lp-nav-mobile-menu[hidden] {
    display: none;
  }

  .lp-nav-mobile-menu:not([hidden]) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: var(--lp-blanco);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
  }

  .lp-nav-mobile-menu a:not(.lp-btn) {
    font-weight: 700;
    font-size: 15px;
    color: var(--lp-gray-600);
    text-decoration: none;
  }

  /* ── Hero ──────────────────────────────────────────────────────────────── */
  .lp-hero {
    padding: 30px 20px;
    gap: 40px;
  }

  .lp-hero-left {
    align-items: flex-start;
    text-align: left;
  }

  .lp-hero-left h1,
  .lp-hero-copy {
    text-align: left;
  }

  .lp-hero-left h1 {
    font-size: 39.09px;
  }

  .lp-hero-ctas {
    justify-content: flex-start;
  }

  /* La vista previa del hero (imagen/video) no se muestra en mobile */
  .lp-hero-video-shadow,
  .lp-hero-right {
    display: none;
  }

  /* ── Encabezados de sección ────────────────────────────────────────────── */
  .lp-h2 {
    font-size: 31.25px;
  }

  .lp-section,
  .lp-section-narrow,
  .lp-counter-banner {
    padding: 30px 20px;
  }

  /* ── ¿Qué analiza Check 21.719? — una sola columna, mismo ancho ──────────── */
  .lp-cards-row {
    flex-direction: column;
  }

  .lp-feat-card {
    flex: 1 1 auto;
    width: 100%;
  }

  /* El aviso de alcance del diagnóstico no se muestra en mobile */
  .lp-alert-box {
    display: none;
  }

  /* ── ¿Cómo funciona? — todos los pasos abiertos con su propia imagen ─────── */
  .lp-como-scroll {
    padding: 0 20px;
  }

  .lp-como-steps {
    gap: 0;
  }

  .lp-step-line {
    display: none;
  }

  .lp-step {
    background: var(--lp-gray-50);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  }

  .lp-step-nb {
    background: var(--lp-verde-700) !important;
    color: var(--lp-blanco) !important;
  }

  .lp-step-title {
    font-family: var(--lp-f) !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: var(--lp-gray-600) !important;
    letter-spacing: -.3px !important;
  }

  .lp-step-desc {
    display: block !important;
  }

  .lp-como-imgs {
    display: none;
  }

  /* Cada paso recorta su imagen mobile en un punto de foco distinto (ver
     Figma node 1096:2593) — el mismo enfoque que aplica Figma: la imagen
     fuente se escala y se posiciona dentro de una caja con overflow
     oculto, en vez de mostrarla completa como en desktop. */
  .lp-step-mobile-img {
    display: block !important;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 10px 0 30px;
  }

  .lp-step-mobile-img img {
    position: absolute;
    max-width: none;
    display: block;
  }

  .lp-step-mobile-img--1,
  .lp-step-mobile-img--2,
  .lp-step-mobile-img--3,
  .lp-step-mobile-img--4 {
    aspect-ratio: 345 / 500;
  }

  .lp-step-mobile-img--5 {
    aspect-ratio: 345 / 240;
  }

  .lp-step-mobile-img--1 img { width: 103.06%; height: 130.48%; left: -1.42%; top: -27.59%; }
  .lp-step-mobile-img--2 img { width: 100%;    height: 127.35%; left: 0;       top: -2.17%; }
  .lp-step-mobile-img--3 img { width: 67.31%;  height: 100%;    left: 16.34%;  top: 1.02%; }
  .lp-step-mobile-img--4 img { width: 67.08%;  height: 100%;    left: 16.46%;  top: 1.69%; }
  .lp-step-mobile-img--5 img { width: 100%;    height: 93.75%;  left: 0;       top: 3.14%; }

  /* ── Servicios ─────────────────────────────────────────────────────────── */
  .lp-services {
    gap: 30px;
  }

  .lp-service-card {
    width: 100%;
  }

  /* ── ¿Qué es la Ley 21.719? (sección final) ──────────────────────────────── */
  .lp-leyfinal-expand {
    text-align: left;
  }

  /* ── Footer: apilado y alineado a la izquierda ────────────────────────────── */
  .lp-footer {
    align-items: flex-start;
    text-align: left;
    gap: 50px;
    padding: 30px 20px;
  }

  .lp-footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}