/**
 * Landing pública — Agencia WebElite · EliteCard / MascotBook (v6.1)
 */
:root {
  --le-white: #ffffff;
  --le-ink: #0f172a;
  --le-muted: #64748b;
  --le-blue: #2563eb;
  --le-blue-light: #60a5fa;
  --le-blue-soft: #e8f1ff;
  --le-blue-mist: #f0f6ff;
  --le-electric: #0066ff;
  --le-electric-bright: #1d8bff;
  --le-border: rgba(15, 23, 42, 0.08);
  --le-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --le-shadow-lg: 0 24px 60px rgba(37, 99, 235, 0.12);
  --le-shadow-float: 0 28px 80px rgba(15, 23, 42, 0.14);
  --le-radius: 1.25rem;
  --le-font-display: "Inter", system-ui, sans-serif;
  --le-font-body: "Inter", system-ui, sans-serif;
  --lp-navy: #0c2340;
  --curve-fill: var(--le-blue-mist);
}

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--le-font-body);
  background: var(--le-white);
  color: var(--le-ink);
  line-height: 1.55;
}

a {
  color: var(--le-electric);
}

/* ——— Header ——— */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: clamp(1rem, 3vw, 2.25rem);
  flex-wrap: wrap;
  row-gap: 0.65rem;
  padding: 0.65rem clamp(1rem, 4vw, 2rem);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--le-border);
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
  color: inherit;
  min-width: 0;
}

.nav-brand-mark {
  width: auto;
  max-width: min(220px, 62vw);
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  padding: 0;
  box-shadow: none;
}

.nav-brand-mark img {
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 72px;
  object-fit: contain;
  display: block;
  border-radius: 0;
}

.nav-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.nav-brand-text strong {
  font-family: var(--le-font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.nav-brand-slogan {
  font-family: var(--le-font-display);
  font-size: 0.74rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.03em;
  color: var(--le-muted);
  margin-top: 0.22rem;
  line-height: 1.3;
  max-width: 18rem;
}

.nav-brand-by {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--le-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 0.18rem;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-actions--header {
  margin-left: auto;
  flex-shrink: 0;
  gap: 0.65rem;
  padding-left: min(1.5rem, 4vw);
}

.btn-nav-mini {
  padding: 0.42rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
}

/* ——— Buttons ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    transform 0.18s,
    box-shadow 0.2s;
  white-space: nowrap;
}

.btn:active {
  transform: scale(0.98);
}

.btn-outline {
  background: transparent;
  border-color: var(--le-blue);
  color: var(--le-blue);
}

.btn-outline:hover {
  background: var(--le-blue-soft);
  border-color: var(--le-electric);
  color: var(--le-electric);
}

.btn-solid {
  background: linear-gradient(135deg, var(--le-blue) 0%, var(--le-electric) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.22);
}

.btn-solid:hover {
  background: linear-gradient(135deg, var(--le-electric) 0%, var(--le-electric-bright) 100%);
  box-shadow: 0 12px 32px rgba(0, 102, 255, 0.3);
  transform: translateY(-1px);
}

.btn-ghost {
  background: transparent;
  color: var(--le-muted);
  border-color: transparent;
}

.btn-ghost:hover {
  color: var(--le-ink);
  background: rgba(15, 23, 42, 0.04);
}

/* CTA principal: máximo contraste y “invita al clic” */
.btn-cta-hero {
  font-family: var(--le-font-display);
  font-weight: 800;
  font-size: clamp(0.95rem, 2.4vw, 1.08rem);
  padding: 0.95rem 1.65rem;
  border: none;
  color: #fff !important;
  background: linear-gradient(135deg, var(--le-electric) 0%, var(--le-electric-bright) 45%, var(--le-blue-light) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.2) inset,
    0 12px 40px rgba(0, 102, 255, 0.45),
    0 4px 14px rgba(0, 102, 255, 0.35);
  position: relative;
  z-index: 1;
}

.btn-cta-hero:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.28) inset,
    0 18px 50px rgba(0, 102, 255, 0.5),
    0 8px 22px rgba(29, 139, 255, 0.4);
  filter: saturate(1.05);
}

.btn-cta-hero--on-dark {
  background: linear-gradient(135deg, #fff 0%, var(--le-blue-soft) 100%);
  color: var(--le-electric) !important;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.btn-cta-hero--on-dark:hover {
  color: var(--le-ink) !important;
  transform: translateY(-3px) scale(1.02);
}

.btn-hero-secondary {
  border-width: 2px;
  background: var(--le-white);
}

/* ——— Hero ——— */
.hero-shell {
  background: radial-gradient(120% 80% at 10% 0%, var(--le-blue-mist) 0%, transparent 55%),
    radial-gradient(90% 60% at 90% 20%, rgba(96, 165, 250, 0.12) 0%, transparent 50%), var(--le-white);
}

.hero-shell--pure {
  background: #ffffff;
}

.hero {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.25rem, 4vw, 2rem) clamp(2rem, 4vw, 3rem);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
    max-width: 28rem;
    margin: 0 auto;
  }

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

@media (max-width: 480px) {
  .hero-ctas {
    flex-direction: column;
    width: 100%;
    align-items: stretch;
  }

  .hero-ctas .btn {
    width: 100%;
    justify-content: center;
  }
}

.hero-copy {
  min-width: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--le-electric);
  margin: 0 0 0.85rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--le-blue-soft), rgba(255, 255, 255, 0.6));
  border: 1px solid rgba(37, 99, 235, 0.12);
}

@media (max-width: 900px) {
  .hero-eyebrow {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: var(--le-font-display);
  font-size: clamp(2.15rem, 5.5vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--le-ink);
}

.hero-lead {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  font-size: clamp(1.02rem, 2.1vw, 1.14rem);
  color: var(--le-muted);
}

@media (max-width: 900px) {
  .hero-lead {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

/* ——— Curvas orgánicas ——— */
.curve {
  color: var(--curve-fill);
  line-height: 0;
  margin: 0;
  overflow: hidden;
}

.curve-svg {
  display: block;
  width: 100%;
  height: clamp(48px, 8vw, 88px);
}

.curve--flip {
  transform: scaleY(-1);
  margin-top: -1px;
}

.curve--soft {
  --curve-fill: var(--le-white);
  margin-top: -1px;
}

.curve--between {
  --curve-fill: var(--le-blue-mist);
  margin: 0;
}

.curve--tint {
  --curve-fill: rgba(240, 246, 255, 0.95);
}

/* ——— Social proof ——— */
.social-proof {
  background: var(--le-blue-mist);
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2rem) clamp(2rem, 5vw, 2.75rem);
  text-align: center;
}

.social-proof-inner {
  max-width: 52rem;
  margin: 0 auto;
}

.social-proof-stat {
  margin: 0 0 0.65rem;
  font-family: var(--le-font-display);
  font-size: clamp(1.15rem, 3vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--le-ink);
}

.social-proof-accent {
  background: linear-gradient(90deg, var(--le-electric), var(--le-blue-light));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.social-proof-sub {
  margin: 0 auto 1.5rem;
  max-width: 36rem;
  font-size: 0.95rem;
  color: var(--le-muted);
}

.partner-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  align-items: stretch;
}

.partner-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  background: var(--le-white);
  border-radius: 999px;
  border: 1px solid var(--le-border);
  box-shadow: var(--le-shadow);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--le-ink);
  transition: transform 0.2s, box-shadow 0.2s;
}

.partner-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.partner-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--le-blue), var(--le-blue-light));
  color: #fff;
  font-size: 0.85rem;
}

.partner-logo--mint {
  background: linear-gradient(135deg, #0d9488, #5eead4);
}

.partner-logo--sun {
  background: linear-gradient(135deg, #ea580c, #fb923c);
}

.partner-logo--violet {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.partner-name {
  white-space: nowrap;
}

/* ——— Pasos ——— */
.steps {
  background: var(--le-white);
  padding: clamp(2rem, 5vw, 3.25rem) clamp(1.25rem, 4vw, 2rem);
}

.steps-inner {
  max-width: 72rem;
  margin: 0 auto;
}

.section-title {
  font-family: var(--le-font-display);
  text-align: center;
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
  color: var(--le-ink);
}

.section-title--muted {
  font-size: clamp(0.78rem, 1.6vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--le-muted);
}

.section-lead {
  text-align: center;
  margin: 0 auto 1.75rem;
  max-width: 36rem;
  color: var(--le-muted);
  font-size: 0.98rem;
}

/* ——— Benefits (tiles servicio) ——— */
.benefits {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.75rem) clamp(1.25rem, 4vw, 2rem);
  background: var(--le-white);
}

.benefits .section-title {
  margin-bottom: 1.35rem;
}

.benefits-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.75rem, 2vw, 1.25rem);
}

@media (max-width: 900px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.benefit-tile {
  background: var(--le-white);
  border: 1px solid var(--le-border);
  border-radius: 1.1rem;
  padding: 1.15rem 0.95rem;
  text-align: center;
  box-shadow: var(--le-shadow);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.2s;
}

.benefit-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 44px rgba(37, 99, 235, 0.14);
  border-color: rgba(0, 102, 255, 0.2);
}

.benefit-tile i {
  font-size: 1.45rem;
  color: var(--le-blue);
  margin-bottom: 0.5rem;
  display: inline-block;
  transition: color 0.22s ease, transform 0.22s ease;
}

.benefit-tile:hover i {
  color: var(--le-electric);
  transform: scale(1.08);
}

.benefit-tile strong {
  display: block;
  font-family: var(--le-font-display);
  font-size: 0.92rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
  letter-spacing: -0.02em;
}

.benefit-tile p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--le-muted);
  line-height: 1.45;
}

/* ——— Products ——— */
.products {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 4vw, 2rem) clamp(2.5rem, 5vw, 3.25rem);
  background: var(--le-white);
}

.products .section-title {
  margin-bottom: 1.5rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1rem, 3vw, 1.75rem);
}

@media (max-width: 820px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

.product-card {
  background: var(--le-white);
  border-radius: var(--le-radius);
  border: 1px solid var(--le-border);
  box-shadow: var(--le-shadow-lg);
  padding: clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.2s;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 70px rgba(15, 23, 42, 0.12);
  border-color: rgba(0, 102, 255, 0.15);
}

.product-icon {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.product-card--elite .product-icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(0, 102, 255, 0.12));
  color: var(--le-electric);
}

.product-card--elite:hover .product-icon {
  background: linear-gradient(135deg, var(--le-electric), var(--le-blue-light));
  color: #fff;
  transform: scale(1.06) rotate(-3deg);
}

.product-card--mascot .product-icon {
  background: linear-gradient(135deg, rgba(244, 114, 182, 0.25), rgba(14, 165, 233, 0.2));
  color: #be185d;
}

.product-card--mascot:hover .product-icon {
  background: linear-gradient(135deg, #db2777, #38bdf8);
  color: #fff;
  transform: scale(1.06) rotate(3deg);
}

.product-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--le-font-display);
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.product-card p {
  margin: 0 0 1.25rem;
  color: var(--le-muted);
  font-size: 0.92rem;
  flex: 1;
}

.feature-mini {
  list-style: none;
  padding: 0;
  margin: 0 0 1.35rem;
  width: 100%;
}

.feature-mini li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.84rem;
  color: var(--le-ink);
  margin-bottom: 0.45rem;
}

.feature-mini li i {
  color: var(--le-electric);
  margin-top: 0.15rem;
  width: 1.1rem;
  text-align: center;
}

.product-card--mascot .feature-mini li i {
  color: #db2777;
}

.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  margin-top: auto;
}

.card-actions .btn {
  flex: 1;
  min-width: 8.5rem;
}

/* ——— Ayuda ——— */
.help-block {
  padding: clamp(2rem, 5vw, 3rem) clamp(1.25rem, 4vw, 2rem);
  background: linear-gradient(180deg, var(--le-blue-mist) 0%, var(--le-white) 100%);
}

.help-block-inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 1.5rem;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: var(--le-white);
  box-shadow: var(--le-shadow-lg);
}

.help-block .section-title {
  margin-bottom: 0.65rem;
}

.help-lead {
  margin: 0 0 1.1rem;
  color: var(--le-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.help-mail {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--le-font-display);
  font-weight: 800;
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  text-decoration: none;
  padding: 0.65rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--le-blue-soft), var(--le-white));
  border: 1px solid rgba(0, 102, 255, 0.2);
  color: var(--le-electric);
  transition: transform 0.2s, box-shadow 0.2s;
}

.help-mail i {
  font-size: 0.95em;
  opacity: 0.9;
}

.help-mail:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 102, 255, 0.15);
}

@media (max-width: 480px) {
  .help-mail {
    font-size: 0.78rem;
    padding: 0.5rem 0.85rem;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    word-break: break-word;
    white-space: normal;
  }
}

/* ——— CTA band ——— */
.cta-band {
  margin: 0 clamp(1.25rem, 4vw, 2rem) clamp(2rem, 4vw, 2.5rem);
  padding: clamp(2rem, 5vw, 2.75rem);
  border-radius: 1.5rem;
  background: linear-gradient(125deg, #0f172a 0%, #1e3a8a 38%, var(--le-electric) 72%, var(--le-blue-light) 100%);
  color: #f1f5f9;
  text-align: center;
  box-shadow: var(--le-shadow-float);
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, transparent 55%);
  pointer-events: none;
}

.cta-band h2,
.cta-band p,
.cta-band .btn {
  position: relative;
  z-index: 1;
}

.cta-band h2 {
  margin: 0 0 0.5rem;
  font-family: var(--le-font-display);
  font-size: clamp(1.25rem, 2.8vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.cta-band p {
  margin: 0 0 1.35rem;
  opacity: 0.94;
  font-size: 0.96rem;
  max-width: 34rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.55;
}

/* ——— Footer ——— */
.site-footer {
  padding: 2rem clamp(1.25rem, 4vw, 2.5rem);
  border-top: 1px solid var(--le-border);
  background: #ffffff;
  text-align: center;
}

.site-footer__logo {
  display: inline-block;
  margin: 0 auto 1rem;
  line-height: 0;
}

.site-footer__logo img {
  height: auto;
  max-height: 3.25rem;
  width: auto;
  max-width: min(200px, 55vw);
  object-fit: contain;
}

.site-footer__support {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
}

.site-footer__support a {
  color: var(--le-muted);
  text-decoration: none;
  font-weight: 500;
}

.site-footer__support a:hover {
  color: var(--le-electric);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.site-footer small {
  display: block;
  color: var(--le-muted);
  font-size: 0.8rem;
  max-width: 28rem;
  margin: 0 auto;
  line-height: 1.45;
}

/* ——— Landing v6: minimal tipográfico (index) ——— */
.lp-body {
  font-family: var(--le-font-body);
}

.site-nav.site-nav--clean {
  align-items: center;
}

.site-nav__logo {
  display: flex;
  align-items: center;
  align-self: flex-start;
  text-decoration: none;
  line-height: 0;
  margin-top: 0.1rem;
}

.site-nav__logo img {
  height: auto;
  max-height: 2.75rem;
  width: auto;
  max-width: min(190px, 50vw);
  object-fit: contain;
}

.lp-section-y {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.lp-hero--minimal {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem) clamp(1.25rem, 4vw, 2rem) clamp(2.5rem, 5vw, 3.5rem);
  background: #fff;
}

.lp-hero__inner {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.lp-hero__title {
  margin: 0;
  font-family: var(--le-font-display);
  font-size: clamp(1.75rem, 4.2vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--lp-navy);
  text-align: center;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.lp-hero__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

@media (max-width: 768px) {
  .lp-hero__services {
    grid-template-columns: 1fr;
  }
}

.lp-service {
  position: relative;
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--le-electric);
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.35rem, 2.5vw, 1.85rem);
  box-shadow: 0 1px 0 rgba(0, 102, 255, 0.06);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.lp-service:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 102, 255, 0.12);
}

.lp-service__tag {
  position: absolute;
  top: 0;
  left: 1.5rem;
  right: 1.5rem;
  height: 4px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, var(--le-electric), var(--le-blue-light));
}

.lp-service__tag--mascot {
  background: linear-gradient(90deg, #4f46e5, var(--le-electric));
}

.lp-service__label {
  margin: 0.65rem 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--le-electric);
}

.lp-service__title {
  margin: 0 0 1.15rem;
  font-family: var(--le-font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--le-ink);
}

.lp-service__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.lp-service__bullets li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
  line-height: 1.4;
}

.lp-service__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--le-electric);
}

.lp-hero__pitches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  max-width: 56rem;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .lp-hero__pitches {
    grid-template-columns: 1fr;
  }
}

.lp-pitch {
  margin: 0;
  font-family: var(--le-font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--lp-navy);
  text-align: center;
  padding: 0.85rem 0.75rem;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.lp-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
  padding-top: 0.25rem;
}

@media (max-width: 520px) {
  .lp-hero__ctas {
    flex-direction: column;
    width: 100%;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-hero__ctas .btn {
    width: 100%;
    justify-content: center;
  }

  .lp-cta-primary {
    min-height: 3.15rem;
    font-size: 1.08rem !important;
    padding: 1rem 1.5rem !important;
  }
}

.lp-cta-primary.btn-cta-hero {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-cta-primary.btn-cta-hero:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22) inset,
    0 20px 48px rgba(0, 102, 255, 0.42),
    0 10px 24px rgba(29, 139, 255, 0.35);
}

.lp-how {
  background: #fafafa;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.lp-how__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding-left: clamp(1.25rem, 4vw, 2rem);
  padding-right: clamp(1.25rem, 4vw, 2rem);
}

.lp-how__title {
  text-align: center;
  margin: 0 0 2rem;
  font-family: var(--le-font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: var(--le-ink);
}

.lp-how__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

@media (max-width: 720px) {
  .lp-how__grid {
    grid-template-columns: 1fr;
  }
}

.lp-how__col {
  background: #fff;
  border: 1px solid rgba(0, 102, 255, 0.15);
  border-radius: 24px;
  padding: 1.5rem 1.25rem;
}

.lp-how__icon {
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--le-electric);
}

.lp-how__step {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--lp-navy);
}

.lp-how__col p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--le-muted);
  line-height: 1.55;
}

.benefits .benefit-tile {
  box-shadow: none;
  border-color: rgba(0, 102, 255, 0.12);
}

.benefits .benefit-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 102, 255, 0.08);
}

.product-card {
  box-shadow: none !important;
  border-color: rgba(0, 102, 255, 0.1) !important;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0, 102, 255, 0.1) !important;
}

.cta-band {
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08) !important;
}

.site-footer {
  text-align: left;
  padding-left: clamp(1.25rem, 4vw, 2rem);
  padding-right: clamp(1.25rem, 4vw, 2rem);
}

.site-footer__support {
  margin-bottom: 0.75rem;
}

.site-footer small {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 480px) {
  .cta-band .lp-cta-primary {
    width: 100%;
    max-width: 22rem;
    min-height: 3.15rem;
    font-size: 1.08rem !important;
  }
}

/* v6.1 — Hero full-bleed + banda (coherente con <style> teal en index.html) */
.lp-hero--minimal {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.lp-hero__inner {
  gap: 0;
}

.lp-service__tag {
  left: 0;
  right: 0;
  border-radius: 20px 20px 0 0;
}
