/**
 /**
 * LAM Home Hero — producción
 * Reemplaza por completo el contenido de:
 * /wp-content/themes/blocksy-child/assets/css/lam-home-hero.css
 */

:root {
  --lam-ink: #02070d;
  --lam-ink-2: #06111d;
  --lam-ink-3: #0a1928;
  --lam-surface: rgba(8, 20, 31, 0.72);
  --lam-surface-strong: rgba(5, 14, 23, 0.9);
  --lam-white: #ffffff;
  --lam-text: #dbe7ef;
  --lam-muted: #8fa3b5;
  --lam-green: #18e98a;
  --lam-green-2: #54f2ad;
  --lam-border: rgba(255, 255, 255, 0.12);
  --lam-border-strong: rgba(255, 255, 255, 0.22);
  --lam-max: 1680px;
  --lam-gutter: clamp(22px, 4.5vw, 88px);
  --lam-radius: 28px;
  --lam-ease: cubic-bezier(.22, 1, .36, 1);
}

/* FULL BLEED REAL: saca el hero del contenedor limitado de Blocksy */
.home #lam-hero {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

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

.lam-hero {
  position: relative;
  isolation: isolate;
  min-height: max(760px, calc(100svh - 118px));
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(24, 233, 138, 0.11), transparent 25%),
    linear-gradient(135deg, var(--lam-ink) 0%, var(--lam-ink-2) 52%, #02060b 100%);
  color: var(--lam-white);
}

.lam-hero a {
  color: inherit;
}

.lam-hero__media {
  position: absolute;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  background: var(--lam-ink);
}

.lam-hero__poster,
.lam-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  transform: scale(1.02);
}

.lam-hero__poster {
  z-index: 1;
  opacity: 1;
  transition: opacity 900ms ease;
}

.lam-hero__video {
  z-index: 2;
  opacity: 0;
  transition: opacity 900ms ease;
}

.lam-hero.is-video-ready .lam-hero__video {
  opacity: 0.44;
}

.lam-hero.is-video-ready .lam-hero__poster {
  opacity: 0;
}

.lam-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg, rgba(2, 7, 13, .98) 0%, rgba(2, 7, 13, .93) 34%, rgba(2, 7, 13, .72) 58%, rgba(2, 7, 13, .60) 100%),
    linear-gradient(180deg, rgba(2, 7, 13, .15) 0%, rgba(2, 7, 13, .1) 55%, rgba(2, 7, 13, .92) 100%);
}

.lam-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 4;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(90deg, rgba(0,0,0,.92), rgba(0,0,0,.25) 72%, transparent);
}

.lam-hero__glow {
  position: absolute;
  z-index: 5;
  width: min(44vw, 720px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(16px);
  will-change: transform;
}

.lam-hero__glow--primary {
  top: -16%;
  right: -5%;
  background: radial-gradient(circle, rgba(24, 233, 138, .18), rgba(24, 233, 138, .04) 44%, transparent 72%);
}

.lam-hero__glow--secondary {
  left: -18%;
  bottom: -38%;
  background: radial-gradient(circle, rgba(0, 128, 255, .13), rgba(0, 128, 255, .025) 46%, transparent 74%);
}

.lam-hero__shell {
  position: relative;
  z-index: 10;
  width: min(100%, var(--lam-max));
  min-height: max(760px, calc(100svh - 118px));
  margin-inline: auto;
  padding:
    clamp(88px, 10vh, 132px)
    var(--lam-gutter)
    clamp(96px, 12vh, 144px);
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
  align-items: center;
  gap: clamp(48px, 6vw, 110px);
}

.lam-hero__content {
  max-width: 920px;
}

.lam-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: #eaf3f8;
  font-size: clamp(12px, .82vw, 14px);
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lam-hero__eyebrow-indicator {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lam-green);
  box-shadow: 0 0 0 0 rgba(24, 233, 138, .46);
  animation: lam-pulse 2.2s ease-out infinite;
}

.lam-hero__title {
  margin: 0;
  max-width: 980px;
  color: var(--lam-white);
  font-family: inherit;
  font-size: clamp(64px, 6.6vw, 122px);
  font-weight: 800;
  line-height: .88;
  letter-spacing: -.067em;
  text-wrap: balance;
}

.lam-hero__title-line {
  display: block;
  overflow: visible;
  padding-bottom: .08em;
}

.lam-hero__title-accent {
  display: inline-block;
  color: var(--lam-green);
  text-shadow: 0 0 46px rgba(24, 233, 138, .12);
}

.lam-hero__description {
  max-width: 720px;
  margin: 34px 0 0;
  color: var(--lam-text);
  font-size: clamp(18px, 1.25vw, 23px);
  line-height: 1.62;
  text-wrap: pretty;
}

.lam-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lam-button {
  position: relative;
  min-height: 58px;
  padding: 16px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 12px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 780;
  letter-spacing: -.01em;
  transition:
    transform 240ms var(--lam-ease),
    background-color 240ms var(--lam-ease),
    border-color 240ms var(--lam-ease),
    box-shadow 240ms var(--lam-ease);
}

.lam-button::after {
  content: "";
  position: absolute;
  inset: -100% auto -100% -36%;
  width: 30%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.48), transparent);
  transform: rotate(18deg);
  transition: left 620ms var(--lam-ease), opacity 220ms ease;
}

.lam-button:hover::after {
  left: 120%;
  opacity: 1;
}

.lam-button:hover {
  transform: translateY(-3px);
}

.lam-button:focus-visible {
  outline: 3px solid rgba(24, 233, 138, .55);
  outline-offset: 4px;
}

.lam-button--primary {
  background: var(--lam-green);
  color: #021109 !important;
  box-shadow: 0 18px 42px rgba(24, 233, 138, .18);
}

.lam-button--primary:hover {
  background: var(--lam-green-2);
  box-shadow: 0 22px 54px rgba(24, 233, 138, .25);
}

.lam-button--secondary {
  color: var(--lam-white) !important;
  border-color: var(--lam-border-strong);
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
}

.lam-button--secondary:hover {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.10);
}

.lam-button__icon {
  flex: 0 0 auto;
  transition: transform 240ms var(--lam-ease);
}

.lam-button:hover .lam-button__icon {
  transform: translateX(4px);
}

.lam-hero__capabilities {
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  list-style: none;
  color: #b8c7d2;
  font-size: 13px;
  font-weight: 680;
}

.lam-hero__capabilities li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.lam-hero__capability-dot {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--lam-green);
  box-shadow: 0 0 12px rgba(24, 233, 138, .6);
}

/* PANEL ALICE */
.lam-hero__interface {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  perspective: 1200px;
}

.lam-interface {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--lam-border);
  border-radius: var(--lam-radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.018) 40%, rgba(1,8,14,.82) 100%);
  box-shadow:
    0 40px 100px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(22px);
  transform-style: preserve-3d;
  will-change: transform;
}

.lam-interface::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, rgba(255,255,255,.11), transparent 28%, transparent 70%, rgba(24,233,138,.07));
}

.lam-interface__header {
  position: relative;
  z-index: 2;
  min-height: 64px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--lam-border);
}

.lam-interface__status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #dce7ee;
  font-size: 12px;
  font-weight: 720;
}

.lam-interface__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lam-green);
  box-shadow: 0 0 14px rgba(24,233,138,.85);
}

.lam-interface__code {
  color: #92a7b8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.lam-interface__visual {
  position: relative;
  min-height: 390px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.lam-interface__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(24,233,138,.09), transparent 58%);
}

.lam-interface__radar {
  position: relative;
  width: min(68%, 300px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24,233,138,.24);
  border-radius: 50%;
  box-shadow: inset 0 0 56px rgba(24,233,138,.035);
}

.lam-interface__radar-ring {
  position: absolute;
  border: 1px solid rgba(24,233,138,.17);
  border-radius: 50%;
}

.lam-interface__radar-ring:nth-child(1) { width: 74%; height: 74%; }
.lam-interface__radar-ring:nth-child(2) { width: 48%; height: 48%; }
.lam-interface__radar-ring:nth-child(3) { width: 24%; height: 24%; }

.lam-interface__radar-axis {
  position: absolute;
  background: rgba(24,233,138,.14);
}

.lam-interface__radar-axis--x { width: 100%; height: 1px; }
.lam-interface__radar-axis--y { width: 1px; height: 100%; }

.lam-interface__radar-sweep {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 50%;
  animation: lam-radar 5.2s linear infinite;
}

.lam-interface__radar-sweep::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 50%;
  background:
    conic-gradient(from 0deg, rgba(24,233,138,.38), rgba(24,233,138,.02) 44deg, transparent 72deg);
  transform-origin: 0 100%;
}

.lam-interface__core {
  position: relative;
  z-index: 3;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24,233,138,.42);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(24,233,138,.20), rgba(24,233,138,.04));
  box-shadow:
    0 0 34px rgba(24,233,138,.17),
    inset 0 0 24px rgba(24,233,138,.1);
  color: var(--lam-green);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
}

.lam-interface__node {
  position: absolute;
  z-index: 4;
  width: 11px;
  height: 11px;
  border: 2px solid var(--lam-green);
  border-radius: 50%;
  background: var(--lam-ink);
  box-shadow:
    0 0 0 6px rgba(24,233,138,.07),
    0 0 20px rgba(24,233,138,.78);
}

.lam-interface__node--one { top: 18%; left: 61%; }
.lam-interface__node--two { right: 14%; bottom: 34%; }
.lam-interface__node--three { left: 18%; bottom: 25%; }

.lam-interface__metrics {
  position: relative;
  z-index: 2;
  padding: 0 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 10px;
}

.lam-interface__metric {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--lam-border);
  border-radius: 12px;
  background: rgba(0,0,0,.15);
}

.lam-interface__metric-label,
.lam-interface__metric-value {
  display: block;
}

.lam-interface__metric-label {
  margin-bottom: 5px;
  overflow: hidden;
  color: var(--lam-muted);
  font-size: 10px;
  font-weight: 650;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lam-interface__metric-value {
  color: var(--lam-green);
  font-size: 12px;
  font-weight: 780;
}

.lam-interface__footer {
  position: relative;
  z-index: 2;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid var(--lam-border);
  color: #8ea1b2;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lam-hero__bottom {
  position: absolute;
  z-index: 14;
  right: var(--lam-gutter);
  bottom: 28px;
  left: var(--lam-gutter);
  width: min(calc(100% - (var(--lam-gutter) * 2)), calc(var(--lam-max) - (var(--lam-gutter) * 2)));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lam-hero__scroll {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #97a9b8 !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lam-hero__scroll svg {
  animation: lam-arrow 1.8s ease-in-out infinite;
}

.lam-hero__system-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #98aaba;
  font-size: 11px;
  font-weight: 650;
}

.lam-hero__system-light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lam-green);
  box-shadow: 0 0 14px rgba(24,233,138,.82);
}

@keyframes lam-pulse {
  0% { box-shadow: 0 0 0 0 rgba(24,233,138,.5); }
  75%, 100% { box-shadow: 0 0 0 13px rgba(24,233,138,0); }
}

@keyframes lam-radar {
  to { transform: rotate(360deg); }
}

@keyframes lam-arrow {
  0%,100% { transform: translateY(-2px); }
  50% { transform: translateY(3px); }
}

/* 1366–1500 */
@media (max-width: 1500px) {
  .lam-hero__shell {
    grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
    gap: 56px;
  }

  .lam-hero__title {
    font-size: clamp(60px, 6.2vw, 96px);
  }

  .lam-hero__interface {
    max-width: 460px;
  }

  .lam-interface__visual {
    min-height: 340px;
  }
}

/* Tablet horizontal y laptop pequeña */
@media (max-width: 1100px) {
  .lam-hero {
    min-height: auto;
  }

  .lam-hero__shell {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 92px;
    padding-bottom: 124px;
  }

  .lam-hero__content {
    max-width: 860px;
  }

  .lam-hero__title {
    max-width: 900px;
    font-size: clamp(64px, 9.4vw, 102px);
  }

  .lam-hero__interface {
    width: min(100%, 620px);
    max-width: none;
    justify-self: start;
  }

  .lam-interface__visual {
    min-height: 360px;
  }

  .lam-hero__scrim {
    background:
      linear-gradient(180deg, rgba(2,7,13,.95), rgba(2,7,13,.72) 48%, rgba(2,7,13,.94));
  }
}

/* Tablet vertical y móvil */
@media (max-width: 760px) {
  .lam-hero__shell {
    padding:
      78px
      22px
      110px;
    gap: 42px;
  }

  .lam-hero__eyebrow {
    margin-bottom: 22px;
    font-size: 11px;
    letter-spacing: .12em;
  }

  .lam-hero__title {
    font-size: clamp(48px, 14vw, 72px);
    line-height: .92;
    letter-spacing: -.058em;
  }

  .lam-hero__description {
    margin-top: 26px;
    font-size: 17px;
    line-height: 1.58;
  }

  .lam-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lam-button {
    width: 100%;
  }

  .lam-hero__capabilities {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lam-interface {
    border-radius: 20px;
  }

  .lam-interface__visual {
    min-height: 280px;
  }

  .lam-interface__metrics {
    grid-template-columns: 1fr;
  }

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

  .lam-interface__metric-label {
    margin: 0;
  }

  .lam-interface__footer {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lam-hero__bottom {
    right: 22px;
    bottom: 22px;
    left: 22px;
    width: calc(100% - 44px);
  }

  .lam-hero__system-status {
    max-width: 150px;
    justify-content: flex-end;
    text-align: right;
  }
}

/* Accesibilidad y dispositivos sin hover */
@media (hover: none) {
  .lam-button:hover {
    transform: none;
  }

  .lam-button::after {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lam-hero *,
  .lam-hero *::before,
  .lam-hero *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }

  .lam-hero__video {
    display: none;
  }

  .lam-hero__poster {
    opacity: 1 !important;
  }

  .lam-interface {
    transform: none !important;
  }
}

/* =========================================================
   SERVICIOS — EXPERIENCIA INMERSIVA
   ========================================================= */

.home .lam-services {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

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

.lam-services {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, #02070d 0%, #06111d 48%, #02070d 100%);
  color: #ffffff;
}

.lam-services__ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.lam-services__orb {
  position: absolute;
  width: min(52vw, 880px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(24px);
  opacity: .62;
}

.lam-services__orb--one {
  top: 4%;
  right: -18%;
  background:
    radial-gradient(circle, rgba(24,233,138,.15), rgba(24,233,138,.035) 46%, transparent 72%);
}

.lam-services__orb--two {
  left: -22%;
  bottom: 4%;
  background:
    radial-gradient(circle, rgba(0,119,255,.13), rgba(0,119,255,.025) 48%, transparent 74%);
}

.lam-services__lines {
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.lam-services__shell {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding:
    clamp(110px, 12vw, 190px)
    clamp(22px, 4.5vw, 88px)
    clamp(120px, 13vw, 210px);
}

.lam-services__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: end;
  gap: clamp(42px, 8vw, 150px);
  margin-bottom: clamp(62px, 7vw, 108px);
}

.lam-services__kicker {
  margin: 0 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #dce8ef;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lam-services__kicker span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18e98a;
  box-shadow: 0 0 18px rgba(24,233,138,.72);
}

.lam-services__title {
  margin: 0;
  max-width: 980px;
  color: #ffffff;
  font-size: clamp(56px, 6.2vw, 114px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.065em;
}

.lam-services__title > span {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
}

.lam-services__title em {
  color: #18e98a;
  font-style: normal;
}

.lam-services__summary {
  max-width: 520px;
  justify-self: end;
  padding-bottom: 8px;
}

.lam-services__summary p {
  margin: 0;
  color: #b6c6d1;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.62;
}

.lam-services__all-link {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 760;
}

.lam-services__all-link svg {
  transition: transform 240ms cubic-bezier(.22,1,.36,1);
}

.lam-services__all-link:hover svg {
  transform: translateX(5px);
}

.lam-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 30px);
}

.lam-service-card {
  position: relative;
  min-height: clamp(460px, 44vw, 680px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: clamp(20px, 2vw, 32px);
  background: #06111d;
  box-shadow:
    0 30px 80px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.05);
  transform: translateZ(0);
}

.lam-service-card--wide {
  grid-column: 1 / -1;
  min-height: clamp(500px, 51vw, 760px);
}

.lam-service-card__link {
  position: absolute;
  inset: 0;
  display: block;
  color: #ffffff !important;
  text-decoration: none !important;
  overflow: hidden;
  border-radius: inherit;
}

.lam-service-card__link:focus-visible {
  outline: 3px solid rgba(24,233,138,.7);
  outline-offset: -6px;
}

.lam-service-card__media,
.lam-service-card__fallback,
.lam-service-card__video,
.lam-service-card__overlay {
  position: absolute;
  inset: 0;
}

.lam-service-card__fallback,
.lam-service-card__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 900ms cubic-bezier(.22,1,.36,1),
    opacity 700ms ease,
    filter 700ms ease;
}

.lam-service-card__video {
  opacity: 0;
  filter: saturate(.85) contrast(1.04);
}

.lam-service-card.is-video-ready .lam-service-card__video {
  opacity: .88;
}

.lam-service-card.is-video-ready .lam-service-card__fallback {
  opacity: .2;
}

.lam-service-card__fallback {
  background-color: #081522;
  background-size: cover;
  background-position: center;
}

.lam-service-card__fallback--access {
  background-image:
    linear-gradient(135deg, rgba(2,7,13,.10), rgba(2,7,13,.72)),
    url("../images/guardian-hero.webp");
}

.lam-service-card__fallback--guardian {
  background-image:
    linear-gradient(135deg, rgba(2,7,13,.04), rgba(2,7,13,.76)),
    url("../images/guardian-hero.webp");
  background-position: 70% center;
}

.lam-service-card__fallback--security {
  background-image:
    radial-gradient(circle at 72% 32%, rgba(24,233,138,.18), transparent 26%),
    linear-gradient(135deg, #0c2131, #02070d);
}

.lam-service-card__fallback--monitoring {
  background-image:
    linear-gradient(135deg, rgba(2,7,13,.06), rgba(2,7,13,.76)),
    url("../images/guardian-hero.webp");
}

.lam-service-card__fallback--counting {
  background-image:
    radial-gradient(circle at 68% 34%, rgba(0,129,255,.22), transparent 28%),
    linear-gradient(135deg, #0b1f32, #02070d);
}

.lam-service-card__fallback--traffic {
  background-image:
    linear-gradient(135deg, rgba(2,7,13,.05), rgba(2,7,13,.74)),
    url("../images/guardian-hero.webp");
  background-position: center 34%;
}

.lam-service-card__overlay {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(2,7,13,.12) 0%, rgba(2,7,13,.12) 36%, rgba(2,7,13,.90) 100%),
    linear-gradient(90deg, rgba(2,7,13,.42), transparent 70%);
}

.lam-service-card__top,
.lam-service-card__content,
.lam-service-card__arrow {
  position: absolute;
  z-index: 3;
}

.lam-service-card__top {
  top: 0;
  right: 0;
  left: 0;
  padding: clamp(20px, 2.2vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.lam-service-card__index {
  color: rgba(255,255,255,.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
}

.lam-service-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #d8e5ec;
  font-size: 11px;
  font-weight: 690;
}

.lam-service-card__status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #18e98a;
  box-shadow: 0 0 14px rgba(24,233,138,.82);
}

.lam-service-card__content {
  right: clamp(22px, 3vw, 48px);
  bottom: clamp(24px, 3vw, 50px);
  left: clamp(22px, 3vw, 48px);
  max-width: 760px;
}

.lam-service-card__label {
  margin: 0 0 12px;
  color: #18e98a;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lam-service-card__content h3 {
  margin: 0;
  max-width: 760px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 72px);
  font-weight: 790;
  line-height: .98;
  letter-spacing: -.048em;
}

.lam-service-card:not(.lam-service-card--wide) .lam-service-card__content h3 {
  font-size: clamp(32px, 3.3vw, 54px);
}

.lam-service-card__content > p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: #c5d2da;
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.55;
}

.lam-service-card__arrow {
  right: clamp(22px, 2.5vw, 40px);
  bottom: clamp(22px, 2.5vw, 40px);
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50%;
  background: rgba(4,14,23,.48);
  backdrop-filter: blur(12px);
  transition:
    transform 280ms cubic-bezier(.22,1,.36,1),
    background-color 280ms ease,
    color 280ms ease;
}

.lam-service-card__content + .lam-service-card__arrow {
  margin-left: 20px;
}

.lam-service-card:hover .lam-service-card__video,
.lam-service-card:hover .lam-service-card__fallback {
  transform: scale(1.055);
}

.lam-service-card:hover .lam-service-card__arrow {
  transform: translate(4px, -4px);
  background: #18e98a;
  color: #021109;
}

.lam-service-card:hover {
  border-color: rgba(24,233,138,.28);
}

@media (max-width: 1050px) {
  .lam-services__header {
    grid-template-columns: 1fr;
  }

  .lam-services__summary {
    max-width: 720px;
    justify-self: start;
  }

  .lam-services__grid {
    grid-template-columns: 1fr;
  }

  .lam-service-card,
  .lam-service-card--wide {
    grid-column: auto;
    min-height: clamp(470px, 75vw, 680px);
  }
}

@media (max-width: 680px) {
  .lam-services__shell {
    padding:
      92px
      20px
      112px;
  }

  .lam-services__header {
    margin-bottom: 48px;
  }

  .lam-services__title {
    font-size: clamp(46px, 14vw, 68px);
    line-height: .94;
  }

  .lam-services__summary p {
    font-size: 17px;
  }

  .lam-services__grid {
    gap: 16px;
  }

  .lam-service-card,
  .lam-service-card--wide {
    min-height: 520px;
    border-radius: 20px;
  }

  .lam-service-card__top {
    padding: 20px;
  }

  .lam-service-card__content {
    right: 20px;
    bottom: 28px;
    left: 20px;
  }

  .lam-service-card__content h3,
  .lam-service-card:not(.lam-service-card--wide) .lam-service-card__content h3 {
    max-width: calc(100% - 54px);
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .lam-service-card__content > p:last-child {
    max-width: calc(100% - 10px);
    font-size: 15px;
  }

  .lam-service-card__arrow {
    right: 18px;
    bottom: 24px;
    width: 44px;
    height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lam-service-card__video {
    display: none;
  }

  .lam-service-card__fallback {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   RESTO COMPLETO DE INICIO — EXPERIENCIA CONTINUA
   ========================================================= */

.home .lam-home-experience {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.lam-home-experience,
.lam-home-experience *,
.lam-home-experience *::before,
.lam-home-experience *::after {
  box-sizing: border-box;
}

.lam-home-experience {
  overflow: hidden;
  background: #02070d;
  color: #fff;
}

.lam-section-kicker {
  margin: 0 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #dce8ef;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.lam-section-kicker > span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #18e98a;
  box-shadow: 0 0 18px rgba(24,233,138,.72);
}

.lam-inline-link {
  margin-top: 26px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 760;
}

.lam-inline-link svg {
  transition: transform 240ms cubic-bezier(.22,1,.36,1);
}

.lam-inline-link:hover svg {
  transform: translateX(5px);
}

/* ALIANZA */
.lam-alliance {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, #02070d 0%, #06111d 58%, #02070d 100%);
}

.lam-alliance__ambient {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  pointer-events: none;
}

.lam-alliance__grid {
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
}

.lam-alliance__glow {
  position: absolute;
  top: 14%;
  right: -18%;
  width: min(56vw, 920px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(24,233,138,.14), rgba(24,233,138,.025) 48%, transparent 74%);
  filter: blur(24px);
}

.lam-alliance__shell {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding:
    clamp(120px, 13vw, 210px)
    clamp(22px, 4.5vw, 88px)
    clamp(130px, 14vw, 220px);
}

.lam-alliance__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: end;
  gap: clamp(44px, 8vw, 150px);
  margin-bottom: clamp(70px, 8vw, 120px);
}

.lam-alliance__header .lam-section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.lam-alliance__title {
  margin: 0;
  max-width: 1040px;
  font-size: clamp(58px, 6.4vw, 116px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.065em;
}

.lam-alliance__title > span {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
}

.lam-alliance__title em {
  color: #18e98a;
  font-style: normal;
}

.lam-alliance__intro {
  max-width: 520px;
  justify-self: end;
}

.lam-alliance__intro p {
  margin: 0;
  color: #b8c7d2;
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.62;
}

.lam-alliance__stage {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
}

.lam-alliance__visual {
  position: sticky;
  top: 130px;
}

.lam-alliance__visual-frame {
  position: relative;
  overflow: hidden;
  min-height: clamp(580px, 54vw, 880px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: clamp(22px, 2.2vw, 34px);
  background: #06111d;
  box-shadow: 0 40px 100px rgba(0,0,0,.35);
}

.lam-alliance__visual-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .82;
}

.lam-alliance__visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2,7,13,.10), rgba(2,7,13,.20) 50%, rgba(2,7,13,.78)),
    radial-gradient(circle at 70% 24%, rgba(24,233,138,.14), transparent 28%);
}

.lam-alliance__hud-label,
.lam-alliance__hud-line {
  position: absolute;
  z-index: 2;
}

.lam-alliance__hud-label {
  padding: 9px 12px;
  border: 1px solid rgba(24,233,138,.3);
  border-radius: 999px;
  background: rgba(2,7,13,.58);
  color: #18e98a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  backdrop-filter: blur(12px);
}

.lam-alliance__hud-label--one {
  top: 10%;
  left: 8%;
}

.lam-alliance__hud-label--two {
  top: 38%;
  right: 7%;
}

.lam-alliance__hud-label--three {
  right: 12%;
  bottom: 10%;
}

.lam-alliance__hud-line {
  height: 1px;
  background: linear-gradient(90deg, #18e98a, transparent);
  transform-origin: left center;
}

.lam-alliance__hud-line--one {
  top: 18%;
  left: 23%;
  width: 34%;
  transform: rotate(18deg);
}

.lam-alliance__hud-line--two {
  right: 21%;
  bottom: 19%;
  width: 28%;
  transform: rotate(-24deg);
}

.lam-alliance__capabilities {
  display: grid;
  gap: 18px;
}

.lam-capability {
  min-height: 250px;
  padding: clamp(28px, 3vw, 46px);
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 20px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015));
  backdrop-filter: blur(16px);
  transition:
    transform 280ms cubic-bezier(.22,1,.36,1),
    border-color 280ms ease,
    background-color 280ms ease;
}

.lam-capability:hover {
  transform: translateY(-4px);
  border-color: rgba(24,233,138,.3);
  background:
    linear-gradient(145deg, rgba(24,233,138,.08), rgba(255,255,255,.015));
}

.lam-capability__number {
  color: #7f94a5;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
}

.lam-capability__label {
  margin: 0 0 12px;
  color: #18e98a;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .14em;
}

.lam-capability h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 780;
  line-height: 1;
  letter-spacing: -.04em;
}

.lam-capability p:last-child {
  margin: 16px 0 0;
  color: #b9c7d1;
  font-size: 16px;
  line-height: 1.56;
}

/* PLATAFORMA */
.lam-platform {
  background: #f3f6f8;
  color: #07131e;
}

.lam-platform__shell {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding:
    clamp(120px, 13vw, 200px)
    clamp(22px, 4.5vw, 88px)
    clamp(130px, 14vw, 210px);
}

.lam-platform .lam-section-kicker {
  color: #223645;
}

.lam-platform__header {
  margin-bottom: clamp(66px, 8vw, 118px);
}

.lam-platform__title {
  margin: 0;
  max-width: 1040px;
  color: #07131e;
  font-size: clamp(60px, 6.4vw, 118px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.065em;
}

.lam-platform__title > span {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
}

.lam-platform__title em {
  color: #0abb68;
  font-style: normal;
}

.lam-platform__flow {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    80px
    minmax(0, 1fr)
    80px
    minmax(0, 1fr)
    80px
    minmax(0, 1fr);
  align-items: center;
}

.lam-flow-node {
  min-height: 360px;
  padding: clamp(26px, 2.7vw, 42px);
  border: 1px solid rgba(7,19,30,.12);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7,19,30,.08);
}

.lam-flow-node__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #07131e;
  color: #18e98a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
}

.lam-flow-node__label {
  margin: 32px 0 12px;
  color: #0abb68;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.lam-flow-node h3 {
  margin: 0;
  color: #07131e;
  font-size: clamp(27px, 2.3vw, 38px);
  font-weight: 780;
  line-height: 1.02;
  letter-spacing: -.04em;
}

.lam-flow-node p:last-child {
  margin: 18px 0 0;
  color: #4b5f6e;
  font-size: 15px;
  line-height: 1.6;
}

.lam-flow-connector {
  position: relative;
  height: 1px;
  overflow: hidden;
  background: rgba(7,19,30,.12);
}

.lam-flow-connector span {
  position: absolute;
  inset: 0 auto 0 -100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, #18e98a, transparent);
  animation: lam-flow 2.8s linear infinite;
}

@keyframes lam-flow {
  to { left: 100%; }
}

/* PRUEBA Y MÉTRICAS */
.lam-proof {
  position: relative;
  isolation: isolate;
  min-height: 960px;
  overflow: hidden;
  background: #02070d;
}

.lam-proof__media,
.lam-proof__media img,
.lam-proof__scrim {
  position: absolute;
  inset: 0;
}

.lam-proof__media {
  z-index: -2;
}

.lam-proof__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .62;
}

.lam-proof__scrim {
  background:
    linear-gradient(90deg, rgba(2,7,13,.97), rgba(2,7,13,.76) 52%, rgba(2,7,13,.58)),
    linear-gradient(180deg, rgba(2,7,13,.18), rgba(2,7,13,.88));
}

.lam-proof__shell {
  width: min(100%, 1680px);
  min-height: 960px;
  margin-inline: auto;
  padding:
    clamp(130px, 14vw, 220px)
    clamp(22px, 4.5vw, 88px)
    clamp(120px, 13vw, 200px);
  display: grid;
  align-content: space-between;
  gap: 100px;
}

.lam-proof__header {
  max-width: 1050px;
}

.lam-proof__title {
  margin: 0;
  font-size: clamp(60px, 6.4vw, 118px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.065em;
}

.lam-proof__title > span {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
}

.lam-proof__title em {
  color: #18e98a;
  font-style: normal;
}

.lam-proof__lead {
  max-width: 760px;
  margin: 34px 0 0;
  color: #c6d3dc;
  font-size: clamp(18px, 1.3vw, 23px);
  line-height: 1.62;
}

.lam-proof__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid rgba(255,255,255,.16);
}

.lam-metric {
  min-height: 180px;
  padding: 34px 28px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.lam-metric:last-child {
  border-right: 0;
}

.lam-metric strong {
  display: block;
  color: #fff;
  font-size: clamp(44px, 4vw, 72px);
  font-weight: 790;
  line-height: 1;
  letter-spacing: -.05em;
}

.lam-metric span {
  display: block;
  margin-top: 14px;
  color: #9eb0bf;
  font-size: 13px;
  font-weight: 660;
  letter-spacing: .03em;
}

/* TESTIMONIOS */
.lam-trust {
  background: #06111d;
}

.lam-trust__shell {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding:
    clamp(120px, 13vw, 200px)
    clamp(22px, 4.5vw, 88px)
    clamp(130px, 14vw, 220px);
}

.lam-trust__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  align-items: end;
  gap: clamp(42px, 8vw, 150px);
  margin-bottom: clamp(62px, 8vw, 110px);
}

.lam-trust__title {
  margin: 0;
  font-size: clamp(58px, 6.2vw, 112px);
  font-weight: 800;
  line-height: .91;
  letter-spacing: -.065em;
}

.lam-trust__title > span {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
}

.lam-trust__title em {
  color: #18e98a;
  font-style: normal;
}

.lam-trust__summary {
  max-width: 500px;
  margin: 0;
  justify-self: end;
  color: #b7c6d0;
  font-size: clamp(17px, 1.2vw, 21px);
  line-height: 1.62;
}

.lam-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.lam-quote {
  min-height: 430px;
  padding: clamp(28px, 3vw, 46px);
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.012));
}

.lam-quote__mark {
  color: #18e98a;
  font-size: 72px;
  font-weight: 800;
  line-height: .8;
}

.lam-quote blockquote {
  margin: 42px 0 60px;
  color: #eef5f8;
  font-size: clamp(19px, 1.5vw, 25px);
  line-height: 1.48;
}

.lam-quote footer {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.1);
}

.lam-quote footer strong,
.lam-quote footer span {
  display: block;
}

.lam-quote footer strong {
  color: #fff;
  font-size: 15px;
}

.lam-quote footer span {
  margin-top: 6px;
  color: #8fa3b4;
  font-size: 13px;
}

/* CTA FINAL */
.lam-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #02070d;
}

.lam-final-cta__ambient {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.lam-final-cta__ambient span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(86vw, 1400px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(24,233,138,.17), rgba(24,233,138,.04) 40%, transparent 72%);
  transform: translate(-50%, -50%);
  filter: blur(20px);
}

.lam-final-cta__shell {
  width: min(100%, 1680px);
  margin-inline: auto;
  padding:
    clamp(140px, 16vw, 250px)
    clamp(22px, 4.5vw, 88px)
    clamp(150px, 17vw, 270px);
  text-align: center;
}

.lam-final-cta__title {
  max-width: 1300px;
  margin: 0 auto;
  font-size: clamp(58px, 7vw, 128px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.067em;
}

.lam-final-cta__title > span {
  display: block;
  overflow: hidden;
  padding-bottom: .06em;
}

.lam-final-cta__title em {
  color: #18e98a;
  font-style: normal;
}

.lam-final-cta__text {
  max-width: 760px;
  margin: 34px auto 0;
  color: #becbd4;
  font-size: clamp(18px, 1.3vw, 23px);
  line-height: 1.62;
}

.lam-final-cta__actions {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1100px) {
  .lam-alliance__header,
  .lam-trust__header {
    grid-template-columns: 1fr;
  }

  .lam-alliance__intro,
  .lam-trust__summary {
    max-width: 720px;
    justify-self: start;
  }

  .lam-alliance__stage {
    grid-template-columns: 1fr;
  }

  .lam-alliance__visual {
    position: relative;
    top: auto;
  }

  .lam-platform__flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .lam-flow-connector {
    width: 1px;
    height: 54px;
    justify-self: center;
  }

  .lam-flow-connector span {
    inset: -100% 0 auto 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #18e98a, transparent);
    animation: lam-flow-vertical 2.8s linear infinite;
  }

  @keyframes lam-flow-vertical {
    to { top: 100%; }
  }

  .lam-proof__metrics {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .lam-metric:nth-child(2) {
    border-right: 0;
  }

  .lam-metric:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .lam-trust__grid {
    grid-template-columns: 1fr;
  }

  .lam-quote {
    min-height: 360px;
  }
}

@media (max-width: 680px) {
  .lam-alliance__shell,
  .lam-platform__shell,
  .lam-proof__shell,
  .lam-trust__shell,
  .lam-final-cta__shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lam-alliance__title,
  .lam-platform__title,
  .lam-proof__title,
  .lam-trust__title,
  .lam-final-cta__title {
    font-size: clamp(46px, 14vw, 68px);
    line-height: .94;
  }

  .lam-alliance__visual-frame {
    min-height: 520px;
  }

  .lam-capability {
    grid-template-columns: 34px 1fr;
    padding: 24px 20px;
  }

  .lam-flow-node {
    min-height: 320px;
    padding: 24px 20px;
  }

  .lam-proof {
    min-height: auto;
  }

  .lam-proof__shell {
    min-height: auto;
  }

  .lam-proof__metrics {
    grid-template-columns: 1fr;
  }

  .lam-metric {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }

  .lam-metric:last-child {
    border-bottom: 0;
  }

  .lam-trust__grid {
    gap: 16px;
  }

  .lam-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lam-flow-connector span {
    animation: none !important;
  }
}

/* =========================================================
   AJUSTES FINALES — CONTRASTE, CONTADORES Y ALICE COUNTING
   ========================================================= */

/* Mantiene todos los títulos oscuros sobre fondos oscuros en blanco. */
.lam-services__title,
.lam-alliance__title,
.lam-proof__title,
.lam-trust__title,
.lam-final-cta__title,
.lam-service-card__content h3,
.lam-capability h3,
.lam-quote blockquote {
  color: #ffffff !important;
}

/* Conserva específicamente el contraste claro de "Del evento a la decisión". */
.lam-platform__title {
  color: #07131e !important;
}

.lam-platform__title em {
  color: #0abb68 !important;
}

/* El video de YouTube ocupa toda la tarjeta igual que los videos locales. */
.lam-service-card__youtube {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 177.78%;
  height: 100%;
  min-width: 100%;
  min-height: 56.25vw;
  border: 0;
  opacity: .86;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.02);
  filter: saturate(.9) contrast(1.08) brightness(.76);
  transition:
    transform 900ms cubic-bezier(.22,1,.36,1),
    opacity 700ms ease,
    filter 700ms ease;
}

.lam-service-card:hover .lam-service-card__youtube {
  transform: translate(-50%, -50%) scale(1.075);
  filter: saturate(1) contrast(1.1) brightness(.82);
}

.lam-service-card:has(.lam-service-card__youtube) .lam-service-card__fallback {
  opacity: .12;
}

/* Contadores con presencia visual y pulso sutil. */
.lam-metric {
  position: relative;
  overflow: hidden;
}

.lam-metric::before {
  content: "";
  position: absolute;
  top: -45%;
  left: -35%;
  width: 70%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(24,233,138,.14), rgba(24,233,138,.02) 48%, transparent 72%);
  opacity: 0;
  transform: scale(.7);
  transition:
    opacity 500ms ease,
    transform 700ms cubic-bezier(.22,1,.36,1);
}

.lam-metric.is-counting::before {
  opacity: 1;
  transform: scale(1.1);
}

.lam-metric strong {
  position: relative;
  z-index: 1;
  color: #ffffff !important;
  transform-origin: left center;
  will-change: transform, opacity;
}

.lam-metric.is-counting strong {
  animation: lam-counter-pulse 1.1s cubic-bezier(.22,1,.36,1);
}

@keyframes lam-counter-pulse {
  0% {
    transform: translateY(14px) scale(.92);
    opacity: .25;
    filter: blur(4px);
  }

  55% {
    transform: translateY(-3px) scale(1.035);
    opacity: 1;
    filter: blur(0);
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 680px) {
  .lam-service-card__youtube {
    width: 190%;
    height: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lam-metric.is-counting strong {
    animation: none !important;
  }

  .lam-service-card__youtube {
    display: none;
  }
}
/* =========================================================
   AJUSTE QUIRÚRGICO FINAL — TÍTULOS SIN RECORTES + AUDIO HOME
   No altera estructura, colores, fondos ni composición aprobada.
   ========================================================= */

/* Evita que descendentes como g, y, j y letras finales sean recortadas. */
.lam-services__title > span,
.lam-alliance__title > span,
.lam-platform__title > span,
.lam-proof__title > span,
.lam-trust__title > span,
.lam-final-cta__title > span {
  overflow: visible !important;
  padding-bottom: .16em !important;
}

/* Ajuste moderado de escala para conservar cada frase dentro de su sección. */
.lam-alliance__title,
.lam-platform__title,
.lam-proof__title {
  font-size: clamp(56px, 5.9vw, 108px);
  line-height: .96;
}

.lam-trust__title {
  max-width: 1120px;
  font-size: clamp(54px, 5.75vw, 104px);
  line-height: .96;
}

.lam-final-cta__title {
  max-width: 1360px;
  font-size: clamp(54px, 6.25vw, 112px);
  line-height: .96;
}

.lam-flow-node h3 {
  overflow: visible;
  font-size: clamp(25px, 1.8vw, 34px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

/* Reproductor compacto exclusivo del Inicio. */
.lam-home-audio,
.lam-home-audio * {
  box-sizing: border-box;
}

.lam-home-audio {
  position: fixed;
  z-index: 9998;
  right: 14px;
  bottom: 14px;
  display: grid;
  grid-template-columns: auto minmax(112px, auto) 30px 30px minmax(88px, 118px);
  align-items: center;
  gap: 7px;
  min-height: 46px;
  padding: 6px 8px;
  border: 1px solid rgba(24, 233, 138, .48);
  border-radius: 15px;
  background: rgba(3, 13, 22, .92);
  color: #fff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}

.lam-home-audio button,
.lam-home-audio input {
  font: inherit;
}

.lam-home-audio button {
  border: 0;
  color: inherit;
  cursor: pointer;
}

.lam-home-audio__toggle {
  min-height: 32px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-right: 1px solid rgba(255,255,255,.12) !important;
  background: transparent;
}

.lam-home-audio__toggle-text {
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lam-home-audio__bars {
  width: 22px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--lam-green);
}

.lam-home-audio__bars i {
  width: 2px;
  height: 7px;
  border-radius: 10px;
  background: currentColor;
  opacity: .45;
}

.lam-home-audio.is-playing .lam-home-audio__bars i {
  opacity: 1;
  animation: lam-home-eq 900ms ease-in-out infinite alternate;
}

.lam-home-audio.is-playing .lam-home-audio__bars i:nth-child(2) { animation-delay: -220ms; }
.lam-home-audio.is-playing .lam-home-audio__bars i:nth-child(3) { animation-delay: -480ms; }
.lam-home-audio.is-playing .lam-home-audio__bars i:nth-child(4) { animation-delay: -140ms; }

.lam-home-audio__meta {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.lam-home-audio__eyebrow {
  color: #8fa3b5;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.lam-home-audio__track {
  overflow: hidden;
  color: var(--lam-green);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lam-home-audio__nav {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.14) !important;
  border-radius: 50%;
  background: rgba(255,255,255,.045);
  font-size: 18px !important;
  line-height: 1;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lam-home-audio__nav:hover {
  transform: translateY(-1px);
  border-color: rgba(24,233,138,.58) !important;
  background: rgba(24,233,138,.10);
}

.lam-home-audio__volume {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px;
  color: #8fa3b5;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .08em;
}

.lam-home-audio__volume input {
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  accent-color: var(--lam-green);
  cursor: pointer;
}

.lam-home-audio button:focus-visible,
.lam-home-audio input:focus-visible {
  outline: 2px solid rgba(24,233,138,.62);
  outline-offset: 2px;
}

.lam-home-audio.is-blocked .lam-home-audio__bars {
  opacity: .55;
}

@keyframes lam-home-eq {
  from { height: 5px; }
  to { height: 18px; }
}

@media (max-width: 760px) {
  .lam-home-audio {
    right: 9px;
    bottom: 9px;
    grid-template-columns: auto minmax(92px, auto) 28px 28px;
    gap: 5px;
    min-height: 42px;
    padding: 5px 6px;
  }

  .lam-home-audio__volume {
    display: none;
  }

  .lam-home-audio__toggle {
    padding-inline: 6px;
  }

  .lam-home-audio__toggle-text,
  .lam-home-audio__track {
    font-size: 8px;
  }

  .lam-home-audio__nav {
    width: 28px;
    height: 28px;
  }
}

/* Flecha de retorno de Blocksy: evita que quede cubierta por el reproductor de Inicio. */
.ct-back-to-top,
[data-id="scroll-top"],
[data-device="desktop"] .ct-back-to-top {
  bottom: 92px !important;
  z-index: 1001 !important;
}

@media (max-width: 760px) {
  .ct-back-to-top,
  [data-id="scroll-top"],
  [data-device="mobile"] .ct-back-to-top {
    bottom: 66px !important;
  }
}