/* Home internal polish pass: clearer hero, proprietary icons and oriented sections */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.home-hero-carousel .slide-connect {
  background:
    linear-gradient(90deg, rgba(5, 18, 39, .9) 0%, rgba(11, 74, 198, .56) 50%, rgba(14, 159, 190, .14) 100%),
    var(--slide-image, none) center / cover no-repeat,
    #06162f !important;
}

.home-hero-carousel .home-service-visual {
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(20, 184, 166, .26), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .05)),
    linear-gradient(160deg, #0b2748, #06162f) !important;
}

.home-hero-carousel .home-service-visual::before {
  content: "";
  display: block;
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: .38;
  pointer-events: none;
}

.hero-process-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  background: rgba(7, 26, 43, .62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.hero-process-icon {
  width: 112px;
  aspect-ratio: 1;
  border-radius: 22px;
  object-fit: cover;
  background: #f3f8ff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .24);
}

.hero-process-card strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.1;
}

.hero-process-card p {
  margin-top: 8px !important;
  color: rgba(237, 246, 255, .86);
  font-size: .96rem;
  line-height: 1.5;
}

.hero-process-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.hero-process-flow span {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgba(191, 243, 255, .18);
  border-radius: 16px;
  padding: 9px 10px;
  color: #eef9ff;
  background: rgba(255, 255, 255, .08);
  font-size: .82rem;
  font-weight: 850;
}

.hero-process-flow b {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  height: 24px;
  border-radius: 999px;
  color: #071a2b;
  background: linear-gradient(135deg, #bff3ff, #22c55e);
  font-size: .72rem;
}

.home-capability-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 8%, rgba(21, 94, 239, .18), transparent 30%),
    radial-gradient(circle at 94% 18%, rgba(16, 185, 129, .18), transparent 28%),
    linear-gradient(180deg, #eef7ff 0%, #f8fbff 56%, #eefcf8 100%);
}

.home-capability-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(21, 94, 239, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(14, 159, 190, .07) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 78%, transparent);
  pointer-events: none;
}

.home-capability-showcase .section-heading,
.home-capability-showcase .home-capability-core,
.home-capability-showcase .home-visual-plan-grid {
  position: relative;
  z-index: 1;
}

.home-capability-core {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  max-width: 1200px;
  margin: 34px auto 24px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(21, 94, 239, .16), transparent 32%),
    radial-gradient(circle at 100% 0%, rgba(34, 197, 94, .16), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(241, 248, 255, .78));
  box-shadow: 0 28px 80px rgba(11, 58, 153, .12);
}

.home-capability-core span {
  display: block;
  color: #155eef;
  font-size: .76rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-capability-core strong {
  display: block;
  margin-top: 8px;
  color: #071a2b;
  font-size: clamp(1.65rem, 2.7vw, 2.7rem);
  line-height: 1.04;
  text-wrap: balance;
}

.home-capability-core p {
  max-width: 52ch;
  margin: 12px 0 0;
  color: #475467;
  font-size: 1rem;
  line-height: 1.55;
}

.home-capability-core ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-capability-core li {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(21, 94, 239, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .76);
}

.home-capability-core li b {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  color: #fff;
  font-size: .78rem;
}

.home-capability-core li span {
  color: #344054;
  font-size: .92rem;
  font-weight: 760;
  letter-spacing: 0;
  line-height: 1.32;
  text-transform: none;
}

.home-capability-showcase .home-visual-plan-grid article {
  min-height: 265px;
  border-color: rgba(21, 94, 239, .18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .82)),
    radial-gradient(circle at 72% 4%, rgba(14, 159, 190, .18), transparent 34%);
}

.home-capability-showcase .home-visual-plan-grid article img {
  width: 84px;
  aspect-ratio: 1;
  margin-bottom: 14px;
  border-radius: 22px;
  object-fit: cover;
  background: #f3f8ff;
  box-shadow: 0 16px 38px rgba(21, 94, 239, .14);
}

.home-capability-showcase .home-visual-plan-grid article span {
  position: absolute;
  top: 18px;
  right: 18px;
  width: auto;
  min-width: 38px;
  height: 28px;
  border-radius: 999px;
  padding: 0 10px;
}

.home-capability-showcase .home-visual-plan-grid article a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  width: fit-content;
  margin-top: auto;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(21, 94, 239, .09);
  color: #155eef;
  font-size: .78rem;
  font-weight: 900;
  text-decoration: none;
}

.home-capability-showcase .home-visual-plan-grid article a:hover {
  background: #155eef;
  color: #fff;
}

.metrics-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, #071a2b 0%, #0b3a99 52%, #0e9fbe 100%) !important;
  color: #fff;
}

.metrics-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(255, 255, 255, .16), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(16, 185, 129, .18), transparent 26%);
  pointer-events: none;
}

.metrics-section .metrics-header,
.metrics-section .section-heading,
.metrics-section .metrics-visual-grid,
.metrics-section .metrics-trust-row {
  position: relative;
  z-index: 1;
}

.metrics-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(22px, 4vw, 48px);
  align-items: end;
  margin-bottom: 30px;
}

.metrics-header .section-heading {
  margin-bottom: 0;
}

.metrics-proof-card {
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 28px;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .07)),
    rgba(7, 26, 43, .22);
  box-shadow: 0 22px 58px rgba(2, 12, 27, .22);
  backdrop-filter: blur(16px);
}

.metrics-proof-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #071a2b;
  background: linear-gradient(135deg, #fff, #bff4ff);
  font-size: .76rem;
  font-weight: 1000;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.metrics-proof-card strong {
  display: block;
  color: #fff;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.18;
}

.metrics-proof-card p {
  margin: 12px 0 0;
  color: rgba(238, 251, 255, .82);
  line-height: 1.52;
}

.metrics-section .section-heading h2,
.metrics-section .section-heading p,
.metrics-section .eyebrow {
  color: #fff;
}

.metrics-section .metrics-visual-grid .service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  overflow: hidden;
  min-height: 268px;
  border-color: rgba(255, 255, 255, .24);
  color: #f8fbff;
  background:
    linear-gradient(160deg, rgba(7, 26, 43, .9), rgba(11, 58, 153, .58)),
    rgba(255, 255, 255, .1);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(2, 12, 27, .18);
}

.metrics-section .metrics-visual-grid .service-card img {
  position: absolute;
  right: -26px;
  bottom: -28px;
  width: 128px;
  opacity: .28;
  pointer-events: none;
}

.metrics-section .metrics-visual-grid .service-card h3,
.metrics-section .metrics-visual-grid .service-card p,
.metrics-section .metrics-visual-grid .service-card small {
  position: relative;
  z-index: 1;
  color: inherit;
}

.metrics-section .metrics-visual-grid .service-card .icon {
  position: relative;
  z-index: 1;
  color: #071a2b;
  background: #dff9ff;
}

.metrics-section .metrics-visual-grid .service-card .metric-token {
  display: inline-flex;
  min-width: 72px;
  height: 42px;
  padding: 0 14px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  color: #071a2b;
  background: linear-gradient(135deg, #fff, #bff4ff);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .16);
}

.metrics-section .metrics-visual-grid .service-card h3 {
  margin-top: 16px;
}

.metrics-section .metrics-visual-grid .service-card p {
  color: rgba(248, 251, 255, .84);
}

.metrics-section .metrics-visual-grid .service-card small {
  display: inline-flex;
  width: fit-content;
  min-height: 32px;
  align-items: center;
  margin-top: 16px;
  padding: 8px 10px;
  border: 1px solid rgba(157, 231, 255, .22);
  border-radius: 999px;
  color: #c9f7ff;
  background: rgba(255, 255, 255, .08);
  font-size: .76rem;
  font-weight: 900;
}

.metrics-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.metrics-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  color: #eefbff;
  background: rgba(255, 255, 255, .1);
  font-size: .82rem;
  font-weight: 900;
}

.metrics-trust-row span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .13);
}

.home-generated-scenes {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(21, 94, 239, .16), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(14, 159, 190, .18), transparent 32%),
    linear-gradient(135deg, #f8fbff 0%, #eef7ff 52%, #f7f4ff 100%);
}

.home-generated-scenes::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, .72), transparent 28%, rgba(255, 255, 255, .54) 100%);
}

.home-generated-scenes .section-heading,
.home-scenes-summary,
.home-scenes-grid,
.home-scenes-cta {
  position: relative;
  z-index: 1;
}

.home-scenes-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 18px;
}

.home-scenes-summary span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 18px;
  color: #0b2545;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 16px 42px rgba(7, 26, 43, .08);
  font-weight: 900;
}

.home-scenes-summary strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 32px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  font-size: .76rem;
}

.home-scenes-grid {
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 18px;
  align-items: stretch;
}

.home-scenes-grid article {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .18);
  border-radius: 28px;
  background: #071a2b;
  box-shadow: 0 24px 62px rgba(7, 26, 43, .16);
}

.home-scenes-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}

.home-scenes-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 26, 43, .08) 0%, rgba(7, 26, 43, .18) 34%, rgba(7, 26, 43, .92) 100%),
    linear-gradient(90deg, rgba(7, 26, 43, .42), transparent 62%);
}

.home-scenes-grid div {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
}

.home-scenes-grid em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: #071a2b;
  background: linear-gradient(135deg, #fff, #bff4ff);
  font-size: .8rem;
  font-style: normal;
  font-weight: 1000;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.home-scenes-grid span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #9de7ff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-scenes-grid strong {
  display: block;
  max-width: 420px;
  font-size: clamp(1.15rem, 1.7vw, 1.8rem);
  line-height: 1.08;
}

.home-scenes-grid p {
  max-width: 430px;
  margin: 12px 0 18px;
  color: rgba(255, 255, 255, .84);
  font-size: .98rem;
  line-height: 1.55;
}

.home-scenes-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #071a2b;
  background: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.home-scenes-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 20px;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(224, 248, 255, .72));
  box-shadow: 0 18px 48px rgba(7, 26, 43, .08);
}

.home-scenes-cta p {
  max-width: 720px;
  margin: 0;
  color: #344054;
  line-height: 1.55;
}

.home-scenes-cta strong {
  color: #071a2b;
}

.home-human-tech {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .86) 48%, rgba(235, 251, 255, .62) 100%),
    url("assets/connect/hero/connect-capacitacion-comercio-ia-v1.webp") right center / min(54vw, 820px) auto no-repeat,
    #edf6ff !important;
}

.home-human-tech > div:first-child {
  position: relative;
  padding-right: clamp(0px, 7vw, 100px);
}

.home-human-tech > div:first-child img {
  width: clamp(92px, 12vw, 150px);
  margin-top: 24px;
  border-radius: 30px;
  background: #f3f8ff;
  box-shadow: 0 24px 55px rgba(7, 26, 43, .12);
}

.home-human-tech .resource-stack article {
  position: relative;
  overflow: hidden;
  border-color: rgba(21, 94, 239, .16);
  background: rgba(255, 255, 255, .9);
}

.human-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.human-proof-strip span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 999px;
  color: #075985;
  background: rgba(255, 255, 255, .78);
  font-size: .82rem;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(7, 26, 43, .06);
}

.human-model-stack {
  display: grid !important;
  gap: 12px;
}

.human-model-stack article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 12px 14px;
  align-items: start;
  min-height: 112px;
}

.human-model-stack .human-icon {
  grid-row: 1 / 3;
  width: 48px;
  height: 42px;
  margin-bottom: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  box-shadow: 0 14px 32px rgba(21, 94, 239, .16);
}

.human-model-stack article strong {
  color: #071a2b;
}

.human-model-stack article > span:not(.human-icon) {
  color: #475467;
  line-height: 1.45;
}

.human-connectio-card {
  border-color: rgba(14, 159, 190, .24) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(225, 249, 255, .86)) !important;
}

.home-human-tech .resource-stack article::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(21, 94, 239, .12), rgba(14, 159, 190, .06));
  transform: rotate(8deg);
}

.human-icon,
.coverage-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 10px;
  border-radius: 999px;
  color: #064d92;
  background: #dff8ff;
  font-size: .76rem;
  font-weight: 900;
}

.coverage-stack article {
  position: relative;
  border-left: 4px solid rgba(21, 94, 239, .7);
}

.coverage-stack article small {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.45;
}

.coverage-dot {
  width: 14px;
  height: 14px;
  margin-bottom: 12px;
  color: transparent;
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .12);
}

.coverage-dot.direct {
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
}

.coverage-dot.frequent {
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  box-shadow: 0 0 0 6px rgba(21, 94, 239, .13);
}

.coverage-dot.coordinated {
  background: linear-gradient(135deg, #f59e0b, #0e9fbe);
  box-shadow: 0 0 0 6px rgba(245, 158, 11, .14);
}

.coverage-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.coverage-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #e6fbff;
  background: rgba(255, 255, 255, .1);
  font-size: .8rem;
  font-weight: 900;
}

.coverage-legend i {
  display: inline-flex;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .13);
}

.coverage-legend span:nth-child(2) i {
  background: #155eef;
  box-shadow: 0 0 0 5px rgba(21, 94, 239, .15);
}

.coverage-legend span:nth-child(3) i {
  background: #f59e0b;
  box-shadow: 0 0 0 5px rgba(245, 158, 11, .15);
}

.coverage-note {
  border-left-color: rgba(14, 159, 190, .8) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(225, 249, 255, .88)) !important;
}

.grow-connect-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(21, 94, 239, .11), transparent 28%),
    radial-gradient(circle at 86% 88%, rgba(34, 197, 94, .1), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #eef7ff 100%) !important;
}

.grow-connect-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 94, 239, .05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(14, 159, 190, .04) 1px, transparent 1px);
  background-size: 64px 64px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 86%, transparent 100%);
}

.grow-connect-section .section-heading,
.grow-path-panel,
.grow-route,
.grow-profile-grid,
.grow-connect-cta {
  position: relative;
  z-index: 1;
}

.grow-path-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  gap: 22px;
  max-width: 1120px;
  margin: 30px auto 22px;
  padding: 28px;
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(238, 247, 255, .88) 56%, rgba(219, 251, 255, .78)),
    radial-gradient(circle at 86% 20%, rgba(34, 197, 94, .16), transparent 28%);
  box-shadow: 0 24px 64px rgba(7, 26, 43, .1);
}

.grow-path-label {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #075985;
  background: #e0f7ff;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.grow-path-panel h3 {
  max-width: 720px;
  margin: 16px 0 10px;
  color: #071a2b;
  font-size: clamp(1.75rem, 3vw, 3.15rem);
  line-height: .98;
}

.grow-path-panel p {
  max-width: 680px;
  margin: 0;
  color: #475467;
  line-height: 1.65;
}

.grow-path-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-content: center;
}

.grow-path-proof span {
  position: relative;
  display: grid;
  min-height: 106px;
  align-content: end;
  padding: 16px;
  border: 1px solid rgba(21, 94, 239, .13);
  border-radius: 22px;
  background: rgba(255, 255, 255, .82);
  color: #0b2545;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(7, 26, 43, .06);
}

.grow-path-proof span::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 16px;
  width: 34px;
  height: 34px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .92) 0 16%, transparent 17%),
    linear-gradient(135deg, #155eef, #0e9fbe);
}

.grow-path-proof span:nth-child(2)::before {
  background:
    linear-gradient(90deg, transparent 18%, rgba(255, 255, 255, .9) 18% 28%, transparent 28% 42%, rgba(255, 255, 255, .9) 42% 52%, transparent 52%),
    linear-gradient(135deg, #22c55e, #0e9fbe);
}

.grow-path-proof span:nth-child(3)::before {
  background:
    linear-gradient(180deg, transparent 20%, rgba(255, 255, 255, .92) 20% 32%, transparent 32% 46%, rgba(255, 255, 255, .92) 46% 58%, transparent 58%),
    linear-gradient(135deg, #6941c6, #155eef);
}

.grow-path-proof span:nth-child(4)::before {
  background:
    linear-gradient(135deg, transparent 40%, rgba(255, 255, 255, .9) 40% 56%, transparent 56%),
    linear-gradient(135deg, #071a2b, #0e9fbe);
}

.grow-route {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  max-width: 1120px;
  margin: 20px auto 0;
}

.grow-route span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 10px 12px;
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 18px;
  color: #0b2545;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 14px 34px rgba(7, 26, 43, .06);
  font-size: .86rem;
  font-weight: 950;
  text-align: center;
}

.grow-route strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  font-size: .76rem;
}

.grow-profile-grid .service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 292px;
  overflow: hidden;
  border-color: rgba(21, 94, 239, .18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(245, 250, 255, .9)) !important;
}

.grow-profile-grid .service-card::before {
  content: "";
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 17px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, .94) 0 16%, transparent 17%),
    linear-gradient(135deg, #155eef, #0e9fbe);
  box-shadow: 0 14px 30px rgba(21, 94, 239, .18);
}

.grow-profile-grid .service-card:nth-child(2)::before {
  background:
    linear-gradient(90deg, transparent 14%, rgba(255, 255, 255, .9) 14% 26%, transparent 26% 38%, rgba(255, 255, 255, .9) 38% 50%, transparent 50%),
    linear-gradient(135deg, #22c55e, #0e9fbe);
}

.grow-profile-grid .service-card:nth-child(3)::before {
  background:
    linear-gradient(135deg, transparent 35%, rgba(255, 255, 255, .9) 35% 50%, transparent 50%),
    linear-gradient(135deg, #6941c6, #155eef);
}

.grow-profile-grid .service-card:nth-child(4)::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .9) 0 14%, transparent 14% 38%, rgba(255, 255, 255, .9) 38% 52%, transparent 52%),
    linear-gradient(135deg, #071a2b, #0e9fbe);
}

.grow-profile-grid .service-card > span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #075985;
  background: #e0f7ff;
  font-size: .78rem;
  font-weight: 900;
}

.grow-profile-grid .service-card ul {
  display: grid;
  gap: 7px;
  margin: 14px 0 0;
  padding: 0;
  color: #475467;
  list-style: none;
  font-size: .88rem;
}

.grow-profile-grid .service-card li {
  display: flex;
  gap: 8px;
  align-items: center;
}

.grow-profile-grid .service-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0e9fbe);
}

.grow-connect-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1120px;
  margin: 22px auto 0;
  padding: 20px;
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(7, 26, 43, .94), rgba(11, 58, 153, .84) 60%, rgba(14, 159, 190, .72));
  color: #fff;
  box-shadow: 0 22px 60px rgba(7, 26, 43, .14);
}

.grow-connect-cta p {
  max-width: 640px;
  margin: 0;
  color: rgba(238, 251, 255, .88);
  line-height: 1.55;
}

.grow-connect-cta strong {
  color: #fff;
}

.grow-connect-cta .hero-actions {
  margin: 0;
  flex: 0 0 auto;
}

.connectio-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(7, 26, 43, .97), rgba(11, 58, 153, .93) 58%, rgba(14, 159, 190, .86)) !important;
  color: #fff;
}

.connectio-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(34, 197, 94, .18), transparent 26%),
    radial-gradient(circle at 86% 10%, rgba(157, 231, 255, .14), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: auto, auto, 62px 62px, 62px 62px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}

.connectio-section .section-heading h2,
.connectio-section .section-heading p,
.connectio-section .eyebrow {
  color: #fff !important;
}

.connectio-section .section-heading,
.connectio-flow,
.connectio-jordan-showcase,
.connectio-module-grid,
.connectio-cta {
  position: relative;
  z-index: 1;
}

.connectio-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1120px;
  margin: 30px auto 0;
}

.connectio-flow span {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 18px 46px rgba(4, 18, 37, .16);
}

.connectio-flow strong {
  color: #fff;
  font-size: 1rem;
}

.connectio-flow small {
  color: rgba(222, 248, 255, .8);
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.35;
}

.connectio-jordan-showcase {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  max-width: 1120px;
  margin: 34px auto;
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 197, 94, .18), transparent 32%),
    rgba(255, 255, 255, .08);
  box-shadow: 0 24px 70px rgba(4, 18, 37, .24);
  backdrop-filter: blur(10px);
}

.connectio-jordan-showcase figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 44px rgba(4, 18, 37, .24);
}

.connectio-jordan-showcase figure::after {
  content: "Asistente de registro";
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(7, 26, 43, .86);
  color: #bff3ff;
  font-size: .68rem;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.connectio-jordan-showcase img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.connectio-jordan-copy h3 {
  max-width: 12ch;
  margin: 8px 0 14px;
  color: #fff;
  font-size: clamp(2.05rem, 4vw, 3.6rem);
  line-height: 1;
  letter-spacing: -.035em;
}

.connectio-jordan-copy p {
  max-width: 680px;
  color: #d9f6ff;
  line-height: 1.65;
}

.jordan-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.jordan-proof-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: .86rem;
  font-weight: 900;
}

.jordan-proof-grid span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .13);
}

.jordan-note {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid #22c55e;
  border-radius: 14px;
  background: rgba(7, 26, 43, .24);
  color: #eefbff !important;
  font-size: .9rem;
}

.connectio-module-grid .service-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 236px;
  border-color: rgba(255, 255, 255, .2);
  color: #fff;
  background: rgba(255, 255, 255, .09) !important;
  box-shadow: none;
}

.connectio-module-grid .service-card h3,
.connectio-module-grid .service-card p,
.connectio-module-grid .service-card small {
  color: #fff;
}

.connectio-module-grid .service-card small {
  display: inline-flex;
  width: fit-content;
  min-height: 30px;
  align-items: center;
  margin-top: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(157, 231, 255, .22);
  border-radius: 999px;
  color: #c9f7ff;
  background: rgba(255, 255, 255, .08);
  font-size: .74rem;
  font-weight: 900;
}

.status-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #dbfbff;
  background: rgba(14, 159, 190, .28);
  border: 1px solid rgba(157, 231, 255, .34);
  font-size: .76rem;
  font-weight: 900;
}

.status-pill.status-ready {
  color: #dcfff1;
  background: rgba(34, 197, 94, .18);
  border-color: rgba(134, 239, 172, .35);
}

.status-pill.status-pilot {
  color: #fff7d6;
  background: rgba(245, 158, 11, .18);
  border-color: rgba(253, 230, 138, .35);
}

.status-pill.status-dev {
  color: #e7f0ff;
  background: rgba(21, 94, 239, .2);
  border-color: rgba(191, 219, 254, .35);
}

.connectio-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1120px;
  margin: 22px auto 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 20px 58px rgba(4, 18, 37, .18);
  backdrop-filter: blur(12px);
}

.connectio-cta p {
  max-width: 650px;
  margin: 0;
  color: rgba(238, 251, 255, .86);
  line-height: 1.55;
}

.connectio-cta strong {
  color: #fff;
}

.connectio-cta .hero-actions {
  flex: 0 0 auto;
  margin: 0;
}

.home-products-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(14, 159, 190, .12), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(21, 94, 239, .1), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef8ff 54%, #f6fbff 100%) !important;
}

.home-products-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 94, 239, .05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(14, 159, 190, .04) 1px, transparent 1px);
  background-size: 58px 58px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 84%, transparent 100%);
}

.home-products-section .section-heading,
.home-product-guide,
.home-products-grid {
  position: relative;
  z-index: 1;
}

.home-products-section .section-heading h2 {
  max-width: 900px;
}

.home-product-guide {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: center;
  max-width: 1120px;
  margin: 30px auto 28px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(21, 94, 239, .12), transparent 32%),
    rgba(255, 255, 255, .78);
  box-shadow: 0 22px 58px rgba(7, 26, 43, .08);
  backdrop-filter: blur(10px);
}

.home-product-guide strong {
  display: block;
  max-width: 520px;
  margin-top: 6px;
  color: #071a2b;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.02em;
}

.home-product-guide p {
  max-width: 560px;
  margin: 10px 0 0;
  color: #475467;
  line-height: 1.55;
}

.product-guide-label {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #075985;
  background: #dff7ff;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.home-product-route {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.home-product-route span {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 16px;
  color: #075985;
  background: rgba(255, 255, 255, .9);
  font-size: .86rem;
  font-weight: 850;
  text-align: center;
  box-shadow: 0 12px 28px rgba(7, 26, 43, .05);
}

.home-products-grid .product-service-card {
  display: grid;
  grid-template-rows: auto auto auto auto auto 1fr auto;
  gap: 10px;
  border: 1px solid rgba(21, 94, 239, .16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(247, 252, 255, .94));
  box-shadow: 0 22px 55px rgba(7, 26, 43, .08);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-products-grid .product-service-card:hover,
.home-products-grid .product-service-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(21, 94, 239, .3);
  box-shadow: 0 28px 70px rgba(7, 26, 43, .12);
}

.home-products-grid .product-service-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto !important;
  border-radius: 18px;
  object-fit: cover;
  background: #eef7ff;
}

.product-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.product-card-meta span {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border: 1px solid rgba(21, 94, 239, .13);
  border-radius: 999px;
  color: #344054;
  background: #f2f7ff;
  font-size: .73rem;
  font-weight: 850;
}

.product-badge {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: #075985;
  background: #e0f7ff;
  font-size: .76rem;
  font-weight: 900;
}

.home-products-grid .product-service-card ul {
  display: grid;
  gap: 5px;
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
  color: #475467;
  font-size: .88rem;
}

.home-products-grid .product-service-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-products-grid .product-service-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #0ea5e9);
}

.home-products-grid .product-service-card h3 {
  margin-bottom: 0 !important;
}

.home-products-grid .product-service-card p {
  line-height: 1.48 !important;
}

.home-products-grid .product-service-card > a {
  display: inline-flex !important;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 10px 14px !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #155eef, #0e9fbe) !important;
  font-size: .9rem !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 32px rgba(21, 94, 239, .18);
}

.home-products-grid .product-service-card > a:hover,
.home-products-grid .product-service-card > a:focus-visible {
  transform: translateY(-1px);
}

body[data-page="home"] .assistant-options a,
body[data-page="home"] .home-welcome-actions a {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  text-align: left;
}

body[data-page="home"] .assistant-options a::after {
  content: "→";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9de7ff;
}

body[data-page="home"] .assistant-options a {
  position: relative;
  padding-right: 34px;
}

body[data-page="home"] .assistant-options strong,
body[data-page="home"] .home-welcome-actions strong {
  display: block;
  color: #fff;
  font-size: .94rem;
  line-height: 1.08;
}

body[data-page="home"] .assistant-options small,
body[data-page="home"] .home-welcome-actions small {
  display: block;
  color: rgba(222, 248, 255, .78);
  font-size: .75rem;
  font-weight: 750;
  line-height: 1.2;
}

body[data-page="home"] .home-welcome-actions a {
  min-height: 66px;
  padding: 12px 14px;
}

body.is-menu-open .connect-assistant-widget {
  display: none !important;
}

.home-final-cta {
  position: relative;
  overflow: hidden;
  align-items: stretch;
  background:
    radial-gradient(circle at 8% 14%, rgba(157, 231, 255, .22), transparent 25%),
    radial-gradient(circle at 82% 76%, rgba(34, 197, 94, .16), transparent 28%),
    linear-gradient(135deg, rgba(7, 26, 43, .98), rgba(11, 58, 153, .92) 58%, rgba(14, 159, 190, .84)) !important;
  color: #fff;
}

.home-final-cta h2,
.home-final-cta h3,
.home-final-cta p,
.home-final-cta .eyebrow {
  color: #fff !important;
}

.home-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .6;
  pointer-events: none;
}

.home-final-cta > * {
  position: relative;
  z-index: 1;
}

.home-final-cta .cta-card {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 231, 255, .18), transparent 30%),
    rgba(255, 255, 255, .1);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.final-story {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.final-story h2 {
  max-width: 820px;
}

.final-story > p {
  max-width: 760px;
  color: rgba(238, 251, 255, .84) !important;
  line-height: 1.62;
}

.final-trust-row,
.cta-mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.final-trust-row span,
.cta-mini-list span {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #e6fbff;
  background: rgba(255, 255, 255, .1);
  font-size: .84rem;
  font-weight: 800;
}

.final-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
  max-width: 820px;
}

.final-proof-grid article {
  min-height: 118px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 16px 38px rgba(2, 12, 27, .14);
}

.final-proof-grid strong {
  display: block;
  color: #9de7ff;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
  line-height: 1;
}

.final-proof-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(238, 251, 255, .82);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.35;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.final-disclaimer {
  margin: 18px 0 0 !important;
  padding: 14px 16px;
  border-left: 4px solid #9de7ff;
  border-radius: 16px;
  background: rgba(7, 26, 43, .22);
  color: rgba(238, 251, 255, .82) !important;
  font-size: .88rem;
  line-height: 1.45;
}

.home-brand-showcase {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(21, 94, 239, .12), transparent 28%),
    radial-gradient(circle at 86% 26%, rgba(220, 43, 145, .09), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%) !important;
}

.home-brand-showcase .logo-wall {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(94px, 1fr)) !important;
  align-items: stretch;
  gap: 12px;
  min-width: 0;
}

.home-brand-showcase .logo-wall img {
  display: block !important;
  width: 100% !important;
  height: 84px !important;
  max-width: none !important;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 20px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 16px 36px rgba(7, 26, 43, .1);
  object-fit: contain;
}

.home-brand-showcase .logo-wall img[alt="Entel"],
.home-brand-showcase .logo-wall img[alt="Movistar"],
.home-brand-showcase .logo-wall img[alt="TUU / Haulmer"],
.home-brand-showcase .logo-wall img[alt="Claro"],
.home-brand-showcase .logo-wall img[alt="WOM"] {
  grid-column: auto !important;
  justify-self: stretch !important;
}

.home-brand-showcase .section-heading h2 {
  max-width: 850px;
}

.home-brand-commerce {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin: 32px auto 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(21, 94, 239, .18);
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(7, 26, 43, .94), rgba(11, 58, 153, .86) 52%, rgba(14, 159, 190, .72)),
    radial-gradient(circle at 86% 0%, rgba(255, 255, 255, .25), transparent 28%);
  box-shadow: 0 28px 80px rgba(7, 26, 43, .16);
}

.home-brand-commerce-copy {
  color: #fff;
}

.home-brand-commerce-copy span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(157, 231, 255, .32);
  border-radius: 999px;
  color: #bff4ff;
  background: rgba(255, 255, 255, .08);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-brand-commerce-copy strong {
  display: block;
  max-width: 520px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.home-brand-commerce-copy p {
  max-width: 560px;
  margin: 14px 0 0;
  color: rgba(238, 251, 255, .84);
  line-height: 1.55;
}

.home-brand-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1180px;
  margin: 24px auto 0;
}

.home-brand-actions a {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 8px;
  min-height: 156px;
  padding: 22px 20px;
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(239, 248, 255, .88));
  color: #071a2b;
  text-decoration: none;
  box-shadow: 0 16px 38px rgba(7, 26, 43, .06);
}

.home-brand-actions a:hover,
.home-brand-actions a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(21, 94, 239, .34);
}

.home-brand-actions strong {
  color: #071a2b;
  font-size: 1.08rem;
  line-height: 1.12;
}

.home-brand-actions small {
  display: inline-flex;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  color: #075985;
  background: #e0f7ff;
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.home-brand-actions span {
  color: #475467;
  line-height: 1.45;
}

.home-brand-actions a::before {
  content: "\2192";
  position: absolute;
  right: 16px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  font-weight: 1000;
}

.home-brand-actions a {
  position: relative;
}

.home-action-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 46%, #eef7ff 100%);
}

.home-action-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 6% 18%, rgba(14, 159, 190, .14), transparent 26%),
    radial-gradient(circle at 94% 76%, rgba(21, 94, 239, .12), transparent 28%);
  pointer-events: none;
}

.home-action-section .section-heading,
.home-action-path,
.home-action-grid {
  position: relative;
  z-index: 1;
}

.home-action-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  max-width: 1120px;
  margin: 28px auto 22px;
}

.home-action-path span {
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 11px 14px;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 999px;
  color: #075985;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 14px 34px rgba(7, 26, 43, .06);
  font-size: .86rem;
  font-weight: 950;
  text-align: center;
}

.home-action-path span:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  background: #155eef;
  font-size: .78rem;
  box-shadow: 0 8px 18px rgba(21, 94, 239, .2);
}

.home-action-grid .service-card {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto;
  min-height: 420px;
  overflow: hidden;
  border-color: rgba(21, 94, 239, .14);
  background:
    linear-gradient(180deg, #ffffff, #f9fcff);
}

.home-action-grid .service-card .action-step {
  display: inline-flex;
  width: fit-content;
  min-width: 42px;
  height: 28px;
  margin-bottom: 4px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #075985;
  background: #e0f7ff;
  font-size: .78rem;
  font-weight: 900;
}

.home-action-grid .service-card img {
  width: 96px;
  aspect-ratio: 1;
  margin-bottom: 10px;
  border-radius: 24px;
  background: #f3f8ff;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(7, 26, 43, .08);
}

.home-action-grid .service-card ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 16px;
  padding: 0;
  color: #475467;
  list-style: none;
  font-size: .88rem;
}

.home-action-grid .service-card li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.home-action-grid .service-card li::before {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0e9fbe);
}

.home-action-grid .service-card > a {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 10px 14px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  font-size: .86rem;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(21, 94, 239, .16);
}

.field-carousel-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(21, 94, 239, .18), transparent 30%),
    radial-gradient(circle at 88% 76%, rgba(14, 159, 190, .2), transparent 28%),
    linear-gradient(135deg, #071a2b 0%, #0b3a99 52%, #0e8ea6 100%) !important;
}

.field-carousel-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: .34;
  mask-image: linear-gradient(180deg, transparent 0%, #000 18%, #000 82%, transparent 100%);
  pointer-events: none;
}

.field-carousel-section .section-heading,
.field-carousel-section .field-evidence-brief,
.field-carousel-section .field-carousel-shell,
.field-carousel-section .field-gallery-proof {
  position: relative;
  z-index: 1;
}

.field-carousel-section .section-heading h2,
.field-carousel-section .section-heading p {
  color: #fff;
}

.field-carousel-section .section-heading p:last-child {
  color: rgba(238, 249, 255, .82);
}

.field-evidence-brief {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 1120px;
  margin: 30px auto 24px;
}

.field-evidence-brief article {
  min-height: 148px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(157, 231, 255, .16), transparent 34%),
    rgba(255, 255, 255, .1);
  box-shadow: 0 22px 55px rgba(2, 12, 27, .14);
  backdrop-filter: blur(12px);
}

.field-evidence-brief span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  color: #06162f;
  background: #9de7ff;
  font-size: .78rem;
  font-weight: 950;
}

.field-evidence-brief strong {
  display: block;
  color: #fff;
  font-size: 1.04rem;
  line-height: 1.15;
}

.field-evidence-brief p {
  margin: 8px 0 0;
  color: rgba(238, 249, 255, .78);
  font-size: .92rem;
  line-height: 1.45;
}

.field-carousel-shell {
  max-width: 1180px;
  margin: 0 auto;
  border-color: rgba(255, 255, 255, .22) !important;
  border-radius: 28px !important;
  background:
    linear-gradient(135deg, rgba(7, 26, 43, .64), rgba(21, 94, 239, .24)),
    rgba(7, 26, 43, .38) !important;
  backdrop-filter: blur(16px);
  box-shadow: 0 30px 90px rgba(2, 12, 27, .26);
}

.field-carousel-track {
  gap: 14px !important;
  padding: 12px !important;
  animation-duration: 64s !important;
}

.field-carousel-card {
  flex-basis: clamp(240px, 21vw, 310px) !important;
  height: clamp(250px, 25vw, 330px) !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 22px !important;
  box-shadow: 0 20px 50px rgba(2, 12, 27, .2);
}

.field-carousel-card.is-tall {
  flex-basis: clamp(210px, 18vw, 260px) !important;
}

.field-carousel-card img {
  filter: saturate(1.05) contrast(1.02);
}

.field-carousel-card figcaption {
  background:
    linear-gradient(180deg, transparent, rgba(3, 14, 31, .9)) !important;
}

.field-carousel-card figcaption strong {
  font-size: .96rem !important;
}

.field-carousel-card figcaption span {
  color: rgba(238, 249, 255, .82) !important;
}

.field-gallery-proof {
  justify-content: flex-start;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.field-gallery-proof span {
  border-color: rgba(255, 255, 255, .24);
  color: #eaf9ff;
  background: rgba(255, 255, 255, .1);
}

@media (max-width: 980px) {
  body[data-page="home"] main > .module-section,
  body[data-page="home"] main > .brand-section,
  body[data-page="home"] main > .coverage-section,
  body[data-page="home"] main > .split-cta,
  body[data-page="home"] main > .product-service-section,
  body[data-page="home"] main > .field-gallery-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .home-hero-carousel {
    min-height: auto !important;
  }

  .home-hero-carousel .hero-slide {
    min-height: auto !important;
  }

  .hero-process-card {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .hero-process-icon {
    width: 86px;
    border-radius: 18px;
  }

  .home-human-tech {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(240, 250, 255, .92)),
      #edf6ff !important;
  }

  .home-human-tech > div:first-child {
    padding-right: 0;
  }

  .human-model-stack article {
    min-height: auto;
  }

  .home-scenes-grid {
    grid-template-columns: 1fr;
  }

  .home-scenes-grid article {
    min-height: 360px;
  }

  .home-scenes-summary {
    grid-template-columns: 1fr;
  }

  .home-scenes-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-brand-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-brand-commerce {
    grid-template-columns: 1fr;
    border-radius: 26px;
  }

  .home-brand-commerce .logo-wall {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .metrics-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .metrics-section .metrics-visual-grid .service-card {
    min-height: 230px;
  }

  .home-action-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-action-path span:not(:last-child)::after {
    display: none;
  }

  .home-action-grid .service-card {
    min-height: 390px;
  }

  .grow-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grow-path-panel {
    grid-template-columns: 1fr;
  }

  .grow-connect-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] main > .module-section,
  body[data-page="home"] main > .brand-section,
  body[data-page="home"] main > .coverage-section,
  body[data-page="home"] main > .split-cta,
  body[data-page="home"] main > .product-service-section,
  body[data-page="home"] main > .field-gallery-section {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }

  .home-hero-carousel {
    min-height: auto !important;
  }

  .home-hero-carousel .hero-slide {
    padding-bottom: 48px !important;
  }

  .home-hero-carousel .slide-connect {
    background:
      linear-gradient(180deg, rgba(5, 18, 39, .82) 0%, rgba(11, 74, 198, .56) 62%, rgba(14, 159, 190, .2) 100%),
      var(--slide-image, none) center / cover no-repeat,
      #06162f !important;
  }

  .hero-process-card {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .hero-process-flow {
    grid-template-columns: 1fr;
  }

  .home-capability-showcase .home-visual-plan-grid article {
    min-height: 230px;
  }

  .home-brand-showcase .logo-wall {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .home-brand-showcase .logo-wall img {
    width: 100%;
    max-width: none;
    height: 68px !important;
    padding: 12px !important;
    border-radius: 18px !important;
  }

  .home-brand-showcase .section-heading h2 {
    font-size: clamp(1.86rem, 8.2vw, 2.28rem) !important;
    line-height: 1.06 !important;
  }

  .home-brand-showcase .section-heading p {
    font-size: .98rem !important;
    line-height: 1.45 !important;
  }

  .home-brand-actions {
    grid-template-columns: 1fr;
  }

  .home-brand-commerce {
    margin-top: 24px;
    padding: 18px;
    border-radius: 22px;
  }

  .home-product-guide {
    grid-template-columns: 1fr;
    margin: 24px auto 22px;
    padding: 18px;
    border-radius: 22px;
  }

  .home-product-guide strong {
    font-size: clamp(1.42rem, 7vw, 1.86rem);
  }

  .field-evidence-brief {
    grid-template-columns: 1fr;
    margin: 24px auto 18px;
  }

  .field-evidence-brief article {
    min-height: auto;
    padding: 16px;
    border-radius: 20px;
  }

  .final-proof-grid {
    grid-template-columns: 1fr;
  }

  .final-proof-grid article {
    min-height: auto;
  }

  .final-cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-brand-commerce-copy strong {
    font-size: clamp(1.3rem, 7vw, 1.72rem);
  }

  .home-brand-actions a {
    min-height: 132px;
    padding: 18px 54px 18px 18px;
  }

  .grow-profile-grid .service-card,
  .connectio-module-grid .service-card,
  .home-products-grid .product-service-card {
    padding: 22px !important;
    border-radius: 22px !important;
  }

  .grow-path-panel {
    margin: 22px auto 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .grow-path-panel h3 {
    font-size: clamp(1.55rem, 8vw, 2.05rem);
    line-height: 1.04;
  }

  .grow-path-proof {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .grow-path-proof span {
    min-height: 86px;
    padding: 14px;
    font-size: .82rem;
    line-height: 1.15;
  }

  .grow-route {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .grow-route span {
    justify-content: flex-start;
    min-height: 46px;
  }

  .home-product-route {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .home-product-route span {
    justify-content: center;
    text-align: center;
    min-height: 48px;
    padding: 8px 10px;
    font-size: .78rem;
    line-height: 1.15;
  }

  .metrics-section .section-heading h2,
  .home-action-section .section-heading h2 {
    font-size: clamp(2rem, 10vw, 2.7rem) !important;
    line-height: 1.08 !important;
    max-width: 12.5ch;
  }

  .metrics-section .section-heading p,
  .home-action-section .section-heading p {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }

  .metrics-proof-card {
    padding: 18px;
    border-radius: 20px;
  }

  .metrics-trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .metrics-trust-row span {
    width: 100%;
  }

  .field-carousel-card,
  .field-carousel-card.is-tall {
    flex-basis: min(78vw, 310px) !important;
    height: 310px !important;
  }

  .home-scenes-grid article {
    min-height: 350px;
    border-radius: 20px;
  }

  .home-scenes-summary {
    margin: 22px 0 14px;
  }

  .home-scenes-summary span {
    min-height: 50px;
    border-radius: 16px;
    font-size: .9rem;
  }

  .home-scenes-grid div {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .home-scenes-grid strong {
    font-size: clamp(1.15rem, 6vw, 1.48rem);
  }

  .home-scenes-grid p {
    margin-bottom: 14px;
    font-size: .92rem;
    line-height: 1.45;
  }

  .home-scenes-cta {
    padding: 16px;
    border-radius: 18px;
  }

  .home-action-grid .service-card img {
    width: 82px;
  }

  .human-proof-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .human-proof-strip span {
    min-height: 36px;
  }

  .human-model-stack article {
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 18px !important;
  }

  .human-model-stack .human-icon {
    width: 42px;
    height: 38px;
    border-radius: 14px;
  }

  .coverage-legend {
    display: grid;
    grid-template-columns: 1fr;
  }

  .coverage-legend span {
    width: 100%;
    justify-content: flex-start;
  }

  .grow-route {
    grid-template-columns: 1fr;
    margin: 22px auto 18px;
  }

  .grow-route span {
    min-height: 46px;
    justify-content: flex-start;
  }

  .grow-profile-grid .service-card {
    min-height: auto;
  }

  .grow-connect-cta {
    padding: 16px;
    border-radius: 18px;
  }

  .grow-connect-cta .hero-actions {
    width: 100%;
  }

  .home-action-path {
    grid-template-columns: 1fr;
    margin: 22px auto 18px;
  }

  .home-action-path span {
    min-height: 46px;
    border-radius: 16px;
  }

  .home-action-grid .service-card {
    min-height: auto;
  }

  .connect-assistant-widget {
    right: 14px !important;
    bottom: 14px !important;
  }

  .connect-assistant-toggle {
    width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    padding: 8px !important;
    border-radius: 999px !important;
  }

  .connect-assistant-toggle strong,
  .connect-assistant-toggle small {
    display: none !important;
  }

  .connect-assistant-toggle .assistant-avatar {
    width: 42px;
    height: 42px;
  }
}

/* Portada: refinamiento final del hero principal */
.home-hero-carousel .hero-slide-progress {
  top: 18px !important;
  bottom: auto !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: min(380px, calc(100% - 44px));
  height: 5px;
  z-index: 8;
}

.home-hero-carousel .hero-slide-progress span {
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .32);
}

.home-hero-carousel .hero-slide-progress span.is-active {
  background: linear-gradient(90deg, #22c55e, #38bdf8);
}

.home-intent-banner {
  min-height: 94px;
  padding-block: 18px !important;
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 197, 94, .18), transparent 34%),
    linear-gradient(90deg, #eff8ff 0%, #f8fbff 48%, #e8fff7 100%) !important;
  border-bottom: 1px solid rgba(21, 94, 239, .12);
  color: #071a2b !important;
}

.home-intent-banner span,
.home-intent-banner strong {
  color: #071a2b !important;
}

.home-intent-banner nav a {
  color: #0b3a99 !important;
  background: rgba(255, 255, 255, .76) !important;
  border-color: rgba(21, 94, 239, .18) !important;
}

.home-intent-banner strong {
  max-width: 760px;
  line-height: 1.15;
}

.home-intent-banner nav {
  row-gap: 10px;
}

@media (max-width: 980px) {
  .home-hero-carousel .hero-slide-progress {
    top: 12px !important;
  }

  .home-hero-carousel .hero-slide {
    min-height: calc(100svh - 96px) !important;
    padding-top: clamp(58px, 12vw, 86px) !important;
  }

  .home-hero-carousel .home-hero-media {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .home-hero-carousel .hero-slide {
    min-height: calc(100svh - 128px) !important;
    padding: 58px 24px 28px !important;
    align-content: center;
  }

  .home-hero-carousel .hero-content {
    max-width: 100% !important;
    gap: 16px;
  }

  .home-hero-carousel h1,
  .home-hero-carousel h2 {
    font-size: clamp(2.32rem, 11vw, 3.05rem) !important;
    line-height: 1.02 !important;
    max-width: 12ch;
  }

  .home-hero-carousel .hero-subtitle {
    font-size: clamp(1rem, 4.7vw, 1.18rem) !important;
    line-height: 1.3 !important;
    max-width: 31ch;
  }

  .home-hero-carousel .hero-lead,
  .home-hero-carousel .hero-slide p {
    font-size: .94rem !important;
    line-height: 1.3 !important;
  }

  .home-hero-carousel .hero-actions {
    gap: 10px;
    margin-top: 4px;
  }

  .home-hero-carousel .hero-actions .button {
    min-height: 52px !important;
    padding-inline: 16px !important;
    font-size: .98rem !important;
  }

  .home-hero-carousel .hero-instructions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 8px !important;
  }

  .home-hero-carousel .hero-instructions span {
    min-height: 38px;
    padding: 8px 12px !important;
    font-size: .82rem !important;
  }

  .home-hero-carousel .hero-instructions span:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .home-intent-banner {
    min-height: auto;
    padding: 14px 20px 16px !important;
    gap: 14px !important;
  }

  .home-intent-banner strong {
    font-size: clamp(1.08rem, 5vw, 1.28rem);
    line-height: 1.15;
  }

  .home-intent-banner span {
    font-size: .72rem !important;
    letter-spacing: .05em;
  }

  .home-intent-banner nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px !important;
  }

  .home-intent-banner nav a {
    min-height: 38px;
    padding: 8px 10px !important;
    font-size: .82rem !important;
    line-height: 1.1;
  }

  .home-capability-showcase .home-visual-plan-grid {
    display: flex !important;
    gap: 14px !important;
    margin-inline: -24px;
    padding: 2px 24px 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .home-capability-showcase .home-visual-plan-grid article {
    flex: 0 0 min(78vw, 310px);
    min-height: 278px !important;
    scroll-snap-align: start;
  }

  .home-capability-showcase .home-visual-plan-grid::-webkit-scrollbar {
    height: 6px;
  }

  .home-capability-showcase .home-visual-plan-grid::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(21, 94, 239, .3);
  }
}

/* Ritmo editorial final de portada: secciones fluidas, sin pantallas vacias. */
body[data-page="home"] main > .brand-section,
body[data-page="home"] main > .module-section,
body[data-page="home"] main > .coverage-section,
body[data-page="home"] main > .split-cta,
body[data-page="home"] main > .product-service-section,
body[data-page="home"] main > .field-gallery-section {
  min-height: 0 !important;
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}

@media (min-width: 981px) {
  body[data-page="home"] main > .brand-section,
  body[data-page="home"] main > .module-section,
  body[data-page="home"] main > .coverage-section,
  body[data-page="home"] main > .split-cta,
  body[data-page="home"] main > .product-service-section,
  body[data-page="home"] main > .field-gallery-section {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] main > .brand-section,
  body[data-page="home"] main > .module-section,
  body[data-page="home"] main > .coverage-section,
  body[data-page="home"] main > .split-cta,
  body[data-page="home"] main > .product-service-section,
  body[data-page="home"] main > .field-gallery-section {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] main > .brand-section,
  body[data-page="home"] main > .module-section,
  body[data-page="home"] main > .coverage-section,
  body[data-page="home"] main > .split-cta,
  body[data-page="home"] main > .product-service-section,
  body[data-page="home"] main > .field-gallery-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }
}

/* Portada corporativa: estructura final, foco comercial y lectura estable. */
body[data-page="home"] .home-hero-carousel {
  background: #06162f !important;
}

body[data-page="home"] .home-hero-carousel .hero-slide {
  min-height: clamp(660px, calc(100svh - 88px), 820px) !important;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .78fr) !important;
  gap: clamp(34px, 5vw, 78px) !important;
  align-items: center !important;
  padding: clamp(70px, 7vw, 104px) max(38px, calc((100% - 1320px) / 2)) clamp(58px, 6vw, 88px) !important;
}

body[data-page="home"] .home-hero-carousel .hero-slide::before {
  background:
    linear-gradient(90deg, rgba(3, 11, 25, .92) 0%, rgba(6, 24, 57, .74) 44%, rgba(8, 80, 170, .42) 71%, rgba(7, 26, 43, .72) 100%) !important;
}

body[data-page="home"] .home-hero-carousel .hero-content {
  max-width: 780px !important;
  padding: clamp(12px, 2vw, 18px) 0 !important;
}

body[data-page="home"] .home-hero-carousel .eyebrow {
  width: fit-content;
  margin-bottom: 18px !important;
  padding: 8px 12px;
  border: 1px solid rgba(191, 243, 255, .2);
  border-radius: 999px;
  color: #bff3ff !important;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}

body[data-page="home"] .home-hero-carousel h1,
body[data-page="home"] .home-hero-carousel h2 {
  max-width: 11.8ch !important;
  text-wrap: balance;
  text-shadow: 0 18px 52px rgba(0, 0, 0, .34);
}

body[data-page="home"] .home-hero-carousel .hero-subtitle {
  max-width: 680px !important;
  color: rgba(244, 249, 255, .94) !important;
  font-size: clamp(1.08rem, 1.35vw, 1.28rem) !important;
  line-height: 1.52 !important;
}

body[data-page="home"] .home-hero-carousel .hero-lead {
  display: inline-flex;
  max-width: 640px;
  margin-top: 4px !important;
  padding: 10px 13px;
  border-left: 3px solid #22c55e;
  border-radius: 0 14px 14px 0;
  color: #dff8ff !important;
  background: rgba(7, 26, 43, .38);
}

body[data-page="home"] .home-hero-carousel .hero-actions {
  margin-top: 24px !important;
}

body[data-page="home"] .home-hero-carousel .hero-actions .button {
  min-height: 52px !important;
  border-radius: 999px !important;
  padding: 15px 21px !important;
}

body[data-page="home"] .home-hero-carousel .hero-instructions {
  max-width: 620px;
  margin-top: 18px !important;
  gap: 9px !important;
}

body[data-page="home"] .home-hero-carousel .hero-instructions span {
  min-height: 38px;
  border-color: rgba(191, 243, 255, .24) !important;
  color: #eef9ff !important;
  background: rgba(255, 255, 255, .1) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

body[data-page="home"] .home-hero-media {
  align-self: center !important;
  width: min(100%, 430px) !important;
  min-height: 430px !important;
  padding: 22px !important;
  border: 1px solid rgba(191, 243, 255, .18) !important;
  border-radius: 32px !important;
  background:
    radial-gradient(circle at 24% 0%, rgba(34, 197, 94, .18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06)),
    rgba(7, 26, 43, .7) !important;
  box-shadow: 0 34px 95px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .08) !important;
  backdrop-filter: blur(18px);
}

body[data-page="home"] .home-hero-carousel .home-service-visual {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 14px !important;
  overflow: hidden !important;
}

body[data-page="home"] .home-hero-carousel .home-service-visual::after {
  display: none !important;
}

body[data-page="home"] .home-hero-media::before {
  opacity: .22 !important;
}

body[data-page="home"] .home-hero-media .panel-visual {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
  min-height: 0 !important;
  border-radius: 20px !important;
  object-fit: cover !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25);
}

body[data-page="home"] .home-hero-media strong {
  margin-top: 16px !important;
  color: #fff !important;
  font-size: clamp(1.18rem, 1.55vw, 1.46rem) !important;
  line-height: 1.14 !important;
  text-wrap: balance;
}

body[data-page="home"] .home-hero-media p {
  color: rgba(237, 246, 255, .84) !important;
  font-size: .98rem !important;
  line-height: 1.5 !important;
}

body[data-page="home"] .home-panel-points {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

body[data-page="home"] .home-panel-points li {
  position: relative;
  min-height: 34px;
  padding: 8px 10px 8px 34px;
  border: 1px solid rgba(191, 243, 255, .16);
  border-radius: 13px;
  background: rgba(255, 255, 255, .08);
  color: rgba(245, 251, 255, .9);
  font-size: .78rem;
  font-weight: 820;
  line-height: 1.25;
}

body[data-page="home"] .home-panel-points li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #38bdf8);
  box-shadow: 0 0 0 5px rgba(56, 189, 248, .12);
  transform: translateY(-50%);
}

body[data-page="home"] .home-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px !important;
  margin-top: 16px !important;
}

body[data-page="home"] .home-proof-row span {
  min-height: 30px;
  border-color: rgba(191, 243, 255, .22) !important;
  color: #e8fbff !important;
  background: rgba(255, 255, 255, .1) !important;
}

body[data-page="home"] .hero-process-card {
  grid-template-columns: 92px minmax(0, 1fr);
  padding: 14px;
  margin: 0 !important;
}

body[data-page="home"] .hero-process-icon {
  width: 92px;
}

body[data-page="home"] .hero-process-flow {
  margin-top: 14px;
}

body[data-page="home"] .slide-chips-real .home-hero-media,
body[data-page="home"] .slide-tuu .home-hero-media,
body[data-page="home"] .slide-field .home-hero-media,
body[data-page="home"] .slide-starlink-real .home-hero-media {
  justify-content: flex-start !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media {
  background:
    radial-gradient(circle at 16% 0%, rgba(34, 197, 94, .2), transparent 31%),
    linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06)),
    rgba(5, 33, 68, .76) !important;
}

body[data-page="home"] .slide-tuu .home-hero-media {
  background:
    radial-gradient(circle at 82% 0%, rgba(34, 197, 94, .2), transparent 31%),
    linear-gradient(180deg, rgba(23, 59, 255, .18), rgba(255, 255, 255, .06)),
    rgba(6, 28, 60, .78) !important;
}

body[data-page="home"] .slide-field .home-hero-media {
  background:
    radial-gradient(circle at 18% 0%, rgba(14, 159, 190, .22), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .06)),
    rgba(7, 26, 43, .78) !important;
}

body[data-page="home"] .slide-starlink-real .home-hero-media {
  background:
    radial-gradient(circle at 78% 0%, rgba(191, 243, 255, .2), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .06)),
    rgba(6, 22, 47, .8) !important;
}

body[data-page="home"] .hero-slide-progress {
  top: auto !important;
  right: auto !important;
  bottom: 22px !important;
  left: max(38px, calc((100% - 1320px) / 2)) !important;
  width: min(260px, calc(100% - 76px)) !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .home-hero-carousel .hero-slide {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) !important;
    gap: 30px !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .home-hero-carousel .hero-slide {
    min-height: calc(100svh - 88px) !important;
    grid-template-columns: 1fr !important;
    padding: 72px 28px 54px !important;
  }

  body[data-page="home"] .home-hero-carousel .home-hero-media {
    display: none !important;
  }

  body[data-page="home"] .home-hero-carousel h1,
  body[data-page="home"] .home-hero-carousel h2 {
    max-width: 12.5ch !important;
  }

  body[data-page="home"] .home-hero-carousel .hero-slide-progress {
    left: 28px !important;
    bottom: 18px !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .home-hero-carousel .hero-slide {
    min-height: calc(100svh - 76px) !important;
    padding: 48px 22px 116px !important;
  }

  body[data-page="home"] .home-hero-carousel .eyebrow {
    margin-bottom: 12px !important;
    padding: 7px 10px;
    font-size: .69rem !important;
  }

  body[data-page="home"] .home-hero-carousel h1,
  body[data-page="home"] .home-hero-carousel h2 {
    max-width: 11.5ch !important;
  }

  body[data-page="home"] .home-hero-carousel .hero-subtitle {
    max-width: 29ch !important;
    line-height: 1.34 !important;
  }

  body[data-page="home"] .home-hero-carousel .hero-lead {
    padding: 9px 11px;
  }

  body[data-page="home"] .home-hero-carousel .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100%;
    max-width: 340px;
    margin-bottom: 8px !important;
  }

  body[data-page="home"] .home-hero-carousel .hero-slide-progress {
    left: 22px !important;
    bottom: 82px !important;
    width: min(220px, calc(100% - 44px)) !important;
  }
}

/* Captación inicial: banner dinámico y bienvenida con datos mínimos. */
.home-live-banner {
  position: relative;
  z-index: 4;
  overflow: hidden;
  border-top: 1px solid rgba(21, 94, 239, .08);
  border-bottom: 1px solid rgba(21, 94, 239, .12);
  background:
    linear-gradient(90deg, rgba(7, 26, 43, .96) 0%, rgba(11, 58, 153, .9) 52%, rgba(14, 159, 190, .86) 100%);
  color: #fff;
}

.home-live-banner::before,
.home-live-banner::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 92px;
  pointer-events: none;
}

.home-live-banner::before {
  left: 0;
  background: linear-gradient(90deg, #071a2b, transparent);
}

.home-live-banner::after {
  right: 0;
  background: linear-gradient(270deg, #0e9fbe, transparent);
}

.home-live-banner-track {
  display: flex;
  width: max-content;
  min-height: 34px;
  align-items: center;
  gap: 18px;
  padding-inline: 18px;
  animation: connectMarquee 38s linear infinite;
}

.home-live-banner-track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: #eefbff;
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .01em;
}

.home-live-banner-track span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .16);
}

@keyframes connectMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.home-welcome-card {
  width: min(720px, calc(100% - 32px));
  max-height: min(90svh, 760px);
  overflow-y: auto;
  padding: clamp(24px, 3vw, 38px) !important;
  border: 1px solid rgba(255, 255, 255, .2);
  background:
    radial-gradient(circle at 0% 0%, rgba(157, 231, 255, .2), transparent 28%),
    radial-gradient(circle at 100% 18%, rgba(34, 197, 94, .12), transparent 30%),
    linear-gradient(180deg, #ffffff, #f4f9ff) !important;
}

.home-welcome-card h2 {
  max-width: 12ch;
  color: #071a2b !important;
  font-size: clamp(2.18rem, 4.2vw, 3.15rem) !important;
  line-height: 1.02 !important;
}

.home-welcome-card p:not(.eyebrow) {
  color: #475467 !important;
  line-height: 1.48 !important;
}

.home-welcome-card .eyebrow {
  color: #155eef !important;
}

.home-welcome-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px !important;
  margin-top: 18px;
}

.home-welcome-actions a {
  position: relative;
  min-height: 76px !important;
  padding: 15px 44px 15px 15px !important;
  border: 1px solid rgba(21, 94, 239, .13) !important;
  border-radius: 18px !important;
  background:
    linear-gradient(135deg, rgba(7, 26, 43, .96), rgba(11, 58, 153, .88)) !important;
  box-shadow: 0 14px 34px rgba(7, 26, 43, .12);
}

.home-welcome-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.home-welcome-trust span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(21, 94, 239, .12);
  border-radius: 999px;
  color: #075985;
  background: rgba(224, 247, 255, .9);
  font-size: .74rem;
  font-weight: 900;
}

.home-welcome-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(21, 94, 239, .13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 14% 0%, rgba(34, 197, 94, .12), transparent 30%),
    linear-gradient(180deg, #ffffff, #f6fbff);
}

.home-welcome-form-heading {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
  padding-bottom: 2px;
}

.home-welcome-form-heading strong {
  color: #071a2b;
  font-size: 1rem;
  line-height: 1.15;
}

.home-welcome-form-heading span {
  color: #667085;
  font-size: .82rem;
  font-weight: 650;
  line-height: 1.35;
}

.home-welcome-form input[name="empresa_web"] {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.home-welcome-form label {
  display: grid;
  gap: 6px;
  color: #071a2b;
  font-size: .78rem;
  font-weight: 900;
}

.home-welcome-form label:nth-of-type(3),
.home-welcome-form .home-welcome-privacy,
.home-welcome-form .form-status {
  grid-column: 1 / -1;
}

.home-welcome-form input,
.home-welcome-form select {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(21, 94, 239, .18);
  border-radius: 14px;
  padding: 10px 12px;
  color: #071a2b;
  background: #fff;
  font: inherit;
  font-weight: 650;
}

.home-welcome-form input:focus,
.home-welcome-form select:focus {
  outline: 3px solid rgba(21, 94, 239, .18);
  border-color: rgba(21, 94, 239, .56);
}

.home-welcome-form button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 48px !important;
  justify-content: center;
}

.home-welcome-privacy {
  margin: 0 !important;
  color: #667085 !important;
  font-size: .78rem !important;
  line-height: 1.45 !important;
}

.home-welcome-form .form-status {
  margin: 0 !important;
  font-size: .82rem !important;
}

@media (prefers-reduced-motion: reduce) {
  .home-live-banner-track {
    animation: none;
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-block: 8px;
  }
}

@media (max-width: 640px) {
  .home-live-banner-track {
    min-height: 32px;
    animation-duration: 32s;
  }

  .home-live-banner-track span {
    font-size: .68rem;
  }

  .home-welcome-card {
    width: min(354px, calc(100% - 24px));
    max-height: calc(100svh - 82px);
    padding: 18px !important;
    border-radius: 24px;
  }

  .home-welcome-card h2 {
    max-width: 10.5ch;
    font-size: clamp(1.85rem, 8.6vw, 2.35rem) !important;
  }

  .home-welcome-card p:not(.eyebrow) {
    font-size: .9rem !important;
    line-height: 1.38 !important;
  }

  .home-welcome-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
  }

  .home-welcome-actions a {
    min-height: 58px !important;
    padding: 10px !important;
    border-radius: 14px !important;
  }

  .home-welcome-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-welcome-trust span {
    justify-content: center;
    min-height: 28px;
    font-size: .68rem;
  }

  .home-welcome-actions a strong {
    font-size: .78rem;
    line-height: 1.12;
  }

  .home-welcome-actions a small {
    font-size: .68rem;
    line-height: 1.15;
  }

  .home-welcome-form {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 8px;
  }

  .home-welcome-form input,
  .home-welcome-form select {
    min-height: 40px;
    border-radius: 12px;
    padding: 8px 10px;
  }

  .home-welcome-privacy {
    font-size: .7rem !important;
  }

  .home-capability-core {
    grid-template-columns: 1fr;
    margin: 24px auto 18px;
    padding: 18px;
    border-radius: 24px;
  }

  .home-capability-core strong {
    font-size: clamp(1.55rem, 9vw, 2.15rem);
  }

  .home-capability-core p {
    font-size: .94rem;
    line-height: 1.45;
  }

  .home-capability-core li {
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 58px;
    padding: 10px;
  }

  .home-capability-core li b {
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }

  .home-capability-core li span {
    font-size: .84rem;
  }

  .connectio-jordan-showcase {
    grid-template-columns: 1fr;
    margin: 24px auto;
    padding: 12px;
    border-radius: 22px;
  }

  .connectio-jordan-showcase figure {
    border-radius: 18px;
  }

  .connectio-jordan-showcase img {
    max-height: 260px;
    object-position: center top;
  }

  .connectio-jordan-copy h3 {
    max-width: 11ch;
    font-size: clamp(1.72rem, 10vw, 2.45rem);
  }

  .connectio-jordan-copy p {
    line-height: 1.48;
  }

  .jordan-proof-grid {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 16px 0 10px;
  }

  .jordan-proof-grid span {
    min-height: 42px;
    padding: 10px;
    font-size: .74rem;
    line-height: 1.18;
  }

  .jordan-proof-grid span::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .13);
  }

  .jordan-note {
    padding: 11px 12px;
    font-size: .78rem;
    line-height: 1.38;
  }
}

/* Contacto persistente de portada. */
body[data-page="home"] {
  padding-bottom: 58px;
}

body[data-page="home"] main > section[id] {
  scroll-margin-top: 104px;
}

.home-bottom-contact {
  position: fixed;
  z-index: 116;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 52px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  background:
    radial-gradient(circle at 10% 0%, rgba(34, 197, 94, .2), transparent 28%),
    linear-gradient(90deg, rgba(7, 26, 43, .98), rgba(11, 58, 153, .97) 54%, rgba(7, 26, 43, .98));
  color: #ffffff;
  box-shadow: 0 -18px 44px rgba(4, 18, 37, .22);
  backdrop-filter: blur(14px);
}

.home-bottom-contact-viewport {
  min-width: 0;
  overflow: hidden;
}

.home-bottom-contact-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 52px;
  animation: connectBottomMarquee 42s linear infinite;
}

.home-bottom-contact-track span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding-inline: 24px;
  color: #eefbff;
  font-size: .8rem;
  font-weight: 900;
  white-space: nowrap;
}

.home-bottom-contact-track span::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 6px rgba(34, 197, 94, .15);
}

.home-bottom-whatsapp {
  display: grid;
  grid-template-columns: 32px auto;
  align-items: center;
  column-gap: 9px;
  min-width: 204px;
  padding: 8px 18px;
  background: linear-gradient(135deg, #22c55e, #0e9fbe);
  color: #ffffff;
  text-decoration: none;
  box-shadow: -14px 0 34px rgba(4, 18, 37, .18);
}

.home-bottom-whatsapp img {
  grid-row: 1 / 3;
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.home-bottom-whatsapp strong,
.home-bottom-whatsapp small {
  display: block;
  line-height: 1.08;
}

.home-bottom-whatsapp strong {
  font-size: .82rem;
  font-weight: 1000;
}

.home-bottom-whatsapp small {
  margin-top: 3px;
  color: #eafff7;
  font-size: .64rem;
  font-weight: 800;
}

.connect-assistant-widget {
  z-index: 118 !important;
  bottom: 72px !important;
}

.connect-assistant-widget::before {
  content: "Hola, soy Alex. Te ayudo por WhatsApp.";
  max-width: 230px;
  padding: 10px 13px;
  border: 1px solid rgba(14, 159, 190, .18);
  border-radius: 16px 16px 4px 16px;
  background: rgba(255, 255, 255, .96);
  color: #071a2b;
  box-shadow: 0 16px 34px rgba(4, 18, 37, .16);
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.25;
}

.connect-assistant-widget.is-open::before {
  display: none;
}

.connect-assistant-toggle {
  position: relative;
}

.connect-assistant-toggle::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 999px;
  border: 1px solid rgba(34, 197, 94, .38);
  animation: connectPulse 2.4s ease-out infinite;
  pointer-events: none;
}

.assistant-avatar {
  background:
    radial-gradient(circle at 33% 27%, #ffffff 0 20%, transparent 21%),
    linear-gradient(135deg, #ffffff, #dcfff1) !important;
  color: #067647 !important;
}

@keyframes connectBottomMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes connectPulse {
  0% { opacity: .75; transform: scale(.98); }
  70% { opacity: 0; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
  .home-bottom-contact-track,
  .connect-assistant-toggle::after {
    animation: none;
  }

  .home-bottom-contact-viewport {
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  body[data-page="home"] {
    padding-bottom: 52px;
  }

  .home-bottom-contact {
    grid-template-columns: minmax(0, 1fr) 56px;
    min-height: 50px;
  }

  .home-bottom-contact-track,
  .home-bottom-contact-track span {
    min-height: 50px;
  }

  .home-bottom-contact-track span {
    padding-inline: 16px;
    font-size: .72rem;
  }

  .home-bottom-whatsapp {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 56px;
    padding: 0;
    place-items: center;
    box-shadow: -8px 0 20px rgba(4, 18, 37, .18);
  }

  .home-bottom-whatsapp img {
    width: 28px;
    height: 28px;
  }

  .home-bottom-whatsapp span,
  .home-bottom-whatsapp strong {
    display: none;
  }

  .connect-assistant-widget {
    right: 12px !important;
    bottom: 64px !important;
  }

  .connect-assistant-widget::before {
    content: "Alex";
    max-width: none;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: .68rem;
    line-height: 1;
  }

  .connect-assistant-toggle {
    min-width: 54px;
    width: 54px;
    min-height: 54px;
    padding: 8px !important;
    justify-content: center;
  }

  .connect-assistant-toggle > span:not(.assistant-avatar) {
    display: none;
  }
}

/* Afinación visual Alex + WhatsApp real. */
.connect-assistant-widget::before {
  display: none !important;
}

.alex-contact-bubble {
  max-width: 214px;
  padding: 11px 13px;
  border: 1px solid rgba(14, 159, 190, .22);
  border-radius: 18px 18px 5px 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(14, 159, 190, .12), transparent 38%),
    rgba(255, 255, 255, .97);
  color: #071a2b;
  box-shadow: 0 16px 34px rgba(4, 18, 37, .16);
  transform-origin: right bottom;
}

.alex-contact-bubble strong,
.alex-contact-bubble span {
  display: block;
}

.alex-contact-bubble strong {
  color: #075565;
  font-size: .76rem;
  font-weight: 1000;
}

.alex-contact-bubble span {
  margin-top: 3px;
  color: #344054;
  font-size: .68rem;
  font-weight: 820;
  line-height: 1.22;
}

.connect-assistant-widget.is-open .alex-contact-bubble {
  display: none;
}

.assistant-avatar {
  width: 44px !important;
  height: 44px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  color: transparent !important;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, .9),
    0 8px 18px rgba(4, 18, 37, .2) !important;
}

.assistant-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.assistant-whatsapp img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@media (min-width: 761px) {
  .alex-contact-bubble {
    max-width: 212px;
    padding: 10px 13px;
    border-radius: 18px 18px 5px 18px;
  }

  .alex-contact-bubble strong {
    font-size: .74rem;
    line-height: 1.05;
  }

  .alex-contact-bubble span {
    display: block;
    font-size: .64rem;
  }
}

@media (max-width: 760px) {
  .alex-contact-bubble {
    max-width: 106px;
    padding: 6px 8px;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(4, 18, 37, .12);
  }

  .alex-contact-bubble strong {
    font-size: .68rem;
    line-height: 1;
  }

  .alex-contact-bubble span {
    display: none;
  }

  .assistant-avatar {
    width: 40px !important;
    height: 40px !important;
  }
}

/* Cierre responsive de portada: evita que el carrusel se desarme al redimensionar. */
body[data-page="home"] .home-hero-carousel {
  min-width: 0;
  overflow: clip;
}

body[data-page="home"] .home-hero-carousel .hero-slide-progress {
  position: absolute !important;
  top: 16px !important;
  right: auto !important;
  bottom: auto !important;
  left: clamp(28px, 4vw, 72px) !important;
  width: min(220px, calc(100% - 56px)) !important;
  transform: none !important;
  pointer-events: none;
}

body[data-page="home"] .home-hero-carousel .hero-content,
body[data-page="home"] .home-hero-carousel .home-hero-media,
body[data-page="home"] .home-hero-carousel .status-panel {
  min-width: 0;
}

body[data-page="home"] .home-hero-carousel .hero-actions .button,
body[data-page="home"] .home-hero-carousel .hero-instructions span,
body[data-page="home"] .home-proof-row span {
  white-space: normal;
  overflow-wrap: anywhere;
}

@media (min-width: 981px) {
  body[data-page="home"] .home-hero-carousel .hero-slide {
    grid-template-columns: minmax(440px, 1fr) minmax(360px, 430px) !important;
    align-items: center;
    min-height: calc(100svh - 138px) !important;
    padding-top: clamp(58px, 5vw, 80px) !important;
    padding-bottom: 92px !important;
  }

  body[data-page="home"] .home-hero-carousel .hero-content {
    max-width: min(760px, 58vw) !important;
  }

  body[data-page="home"] .home-hero-carousel .home-hero-media {
    max-width: 430px;
    min-height: 390px !important;
    max-height: calc(100svh - 238px);
    overflow: hidden;
    justify-self: end;
  }

  body[data-page="home"] .home-hero-media .panel-visual {
    max-height: 172px;
  }

  body[data-page="home"] .home-panel-points {
    gap: 6px;
    margin-top: 10px;
  }

  body[data-page="home"] .home-proof-row {
    margin-top: 10px !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .home-hero-carousel .hero-slide {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .home-hero-carousel .hero-slide-progress {
    left: 28px !important;
    top: 12px !important;
    bottom: auto !important;
    width: min(200px, calc(100% - 56px)) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .home-hero-carousel .hero-slide {
    min-height: calc(100svh - 76px) !important;
    padding: 50px 22px 116px !important;
    justify-content: center;
  }

  body[data-page="home"] .home-hero-carousel .hero-slide-progress {
    left: 22px !important;
    top: 12px !important;
    bottom: auto !important;
    width: min(168px, calc(100% - 44px)) !important;
  }

  body[data-page="home"] .home-hero-carousel .hero-actions,
  body[data-page="home"] .home-hero-carousel .hero-instructions {
    max-width: min(340px, 100%);
  }
}

/* Portada etapa 16: contacto y bienvenida más limpios en móvil. */
@media (max-width: 760px) {
  body[data-page="home"] {
    padding-bottom: 46px;
  }

  .home-bottom-contact {
    grid-template-columns: minmax(0, 1fr) 48px;
    min-height: 46px;
  }

  .home-bottom-contact-track,
  .home-bottom-contact-track span {
    min-height: 46px;
  }

  .home-bottom-contact-track {
    animation-duration: 48s;
  }

  .home-bottom-contact-track span {
    padding-inline: 14px;
    font-size: .66rem;
  }

  .home-bottom-contact-track span::before {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .14);
  }

  .home-bottom-whatsapp {
    min-width: 48px;
  }

  .home-bottom-whatsapp img {
    width: 25px;
    height: 25px;
  }

  .connect-assistant-widget {
    right: 9px !important;
    bottom: 53px !important;
    gap: 6px;
  }

  .alex-contact-bubble {
    display: none;
  }

  .connect-assistant-toggle {
    min-width: 48px;
    width: 48px;
    min-height: 48px;
    padding: 6px !important;
    box-shadow: 0 12px 28px rgba(6, 118, 72, .22);
  }

  .assistant-avatar {
    width: 36px !important;
    height: 36px !important;
  }

  .connect-assistant-panel {
    right: 0;
    width: min(342px, calc(100vw - 18px));
    max-height: calc(100svh - 86px);
    overflow: auto;
    padding: 18px;
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .home-welcome-popup {
    align-items: center;
    padding: 10px;
  }

  .home-welcome-card {
    width: min(360px, calc(100vw - 20px));
    max-height: calc(100svh - 28px);
    padding: 14px !important;
    border-radius: 22px;
    overflow: auto;
  }

  .home-welcome-card .eyebrow {
    margin: 0 36px 6px 0;
    font-size: .68rem;
  }

  .home-welcome-card h2 {
    max-width: 13ch;
    margin: 0 0 7px !important;
    font-size: clamp(1.65rem, 7.6vw, 2.05rem) !important;
    line-height: .98 !important;
  }

  .home-welcome-card p:not(.eyebrow) {
    margin: 0;
    font-size: .82rem !important;
    line-height: 1.32 !important;
  }

  .home-welcome-trust {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
    margin-top: 10px;
    padding-bottom: 2px;
  }

  .home-welcome-trust span {
    flex: 0 0 auto;
    min-height: 25px;
    padding: 5px 8px;
    font-size: .62rem;
  }

  .home-welcome-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin: 12px 0 10px !important;
  }

  .home-welcome-actions a {
    min-height: 50px !important;
    align-items: flex-start;
    padding: 9px !important;
    text-align: left;
  }

  .home-welcome-actions a strong {
    font-size: .72rem;
  }

  .home-welcome-actions a small {
    font-size: .61rem;
  }

  .home-welcome-form {
    margin-top: 8px;
    padding: 10px;
    gap: 7px;
    border-radius: 18px;
  }

  .home-welcome-form-heading {
    gap: 2px;
  }

  .home-welcome-form-heading strong {
    font-size: .88rem;
  }

  .home-welcome-form-heading span {
    font-size: .72rem;
  }

  .home-welcome-form label {
    gap: 4px;
    font-size: .7rem;
  }

  .home-welcome-form input,
  .home-welcome-form select {
    min-height: 36px;
    padding: 7px 9px;
  }

  .home-welcome-form button {
    min-height: 42px !important;
  }

  .home-welcome-privacy {
    display: none;
  }
}

/* Portada etapa 17: Alex acompaña sin tapar la tarjeta principal. */
@media (min-width: 761px) {
  body[data-page="home"] .connect-assistant-widget {
    right: 18px !important;
    bottom: 64px !important;
    gap: 8px;
  }

  body[data-page="home"] .alex-contact-bubble {
    max-width: 154px;
    padding: 8px 10px;
    border-radius: 999px;
    transform: translateY(6px);
  }

  body[data-page="home"] .alex-contact-bubble strong {
    font-size: .68rem;
    line-height: 1;
  }

  body[data-page="home"] .alex-contact-bubble span {
    display: none;
  }

  body[data-page="home"] .connect-assistant-toggle {
    min-height: 52px;
    padding: 7px 12px 7px 8px;
    box-shadow: 0 14px 32px rgba(6, 118, 72, .24);
  }

  body[data-page="home"] .assistant-avatar {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (min-width: 981px) {
  body[data-page="home"] .home-hero-carousel .home-hero-media {
    margin-right: clamp(18px, 5.5vw, 74px);
  }

  body[data-page="home"] .connect-assistant-widget {
    bottom: 62px !important;
  }
}

@media (min-width: 1200px) {
  body[data-page="home"] .connect-assistant-widget {
    right: 18px !important;
  }
}

/* Portada etapa 18: más presencia real en el fondo sin perder lectura. */
body[data-page="home"] .home-hero-carousel .hero-slide {
  background-position: center !important;
}

body[data-page="home"] .home-hero-carousel .slide-connect {
  background:
    linear-gradient(90deg, rgba(5, 18, 39, .88) 0%, rgba(5, 18, 39, .68) 34%, rgba(11, 74, 198, .34) 62%, rgba(14, 159, 190, .2) 100%),
    radial-gradient(circle at 22% 46%, rgba(7, 26, 43, .48), transparent 34%),
    var(--slide-image, none) center / cover no-repeat,
    #06162f !important;
}

body[data-page="home"] .home-hero-carousel .slide-chips-real,
body[data-page="home"] .home-hero-carousel .slide-tuu,
body[data-page="home"] .home-hero-carousel .slide-field,
body[data-page="home"] .home-hero-carousel .slide-starlink-real {
  background:
    linear-gradient(90deg, rgba(5, 18, 39, .9) 0%, rgba(5, 18, 39, .66) 36%, rgba(11, 74, 198, .3) 68%, rgba(14, 159, 190, .18) 100%),
    var(--slide-image, none) center / cover no-repeat,
    #06162f !important;
}

body[data-page="home"] .home-hero-carousel .hero-content {
  padding: clamp(8px, 1.2vw, 14px) 0;
}

body[data-page="home"] .home-hero-carousel .hero-content .eyebrow,
body[data-page="home"] .home-hero-carousel .hero-lead,
body[data-page="home"] .home-hero-carousel .hero-instructions span {
  box-shadow: 0 12px 30px rgba(4, 18, 37, .18);
}

body[data-page="home"] .home-hero-carousel .hero-subtitle {
  text-shadow: 0 2px 16px rgba(0, 0, 0, .28);
}

@media (min-width: 981px) {
  body[data-page="home"] .home-hero-carousel .slide-connect {
    background-position: 48% center !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .home-hero-carousel .slide-connect,
  body[data-page="home"] .home-hero-carousel .slide-chips-real,
  body[data-page="home"] .home-hero-carousel .slide-tuu,
  body[data-page="home"] .home-hero-carousel .slide-field,
  body[data-page="home"] .home-hero-carousel .slide-starlink-real {
    background:
      linear-gradient(90deg, rgba(5, 18, 39, .9) 0%, rgba(5, 18, 39, .7) 56%, rgba(11, 74, 198, .28) 100%),
      var(--slide-image, none) 57% center / cover no-repeat,
      #06162f !important;
  }
}

/* Portada etapa 19: contraste uniforme en todas las diapositivas. */
body[data-page="home"] .home-hero-carousel h1,
body[data-page="home"] .home-hero-carousel h2 {
  color: #ffffff !important;
  text-shadow:
    0 3px 24px rgba(0, 0, 0, .34),
    0 1px 1px rgba(0, 0, 0, .22);
}

body[data-page="home"] .home-hero-carousel .hero-subtitle,
body[data-page="home"] .home-hero-carousel .hero-lead,
body[data-page="home"] .home-hero-carousel .home-hero-media strong,
body[data-page="home"] .home-hero-carousel .home-hero-media p,
body[data-page="home"] .home-hero-carousel .home-panel-points li {
  color: #f4fbff !important;
}

body[data-page="home"] .home-hero-carousel .hero-content .eyebrow,
body[data-page="home"] .home-hero-carousel .panel-kicker {
  color: #c8f4ff !important;
}

body[data-page="home"] .home-hero-carousel .hero-actions .button,
body[data-page="home"] .home-hero-carousel .hero-instructions span {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, .28) !important;
  background: rgba(7, 26, 43, .44);
  backdrop-filter: blur(14px);
}

body[data-page="home"] .home-hero-carousel .hero-actions .button-primary {
  background: linear-gradient(135deg, #155eef, #0e9fbe) !important;
}

body[data-page="home"] .home-hero-carousel .button-whatsapp {
  background: rgba(34, 197, 94, .18) !important;
}

body[data-page="home"] .home-hero-carousel .home-hero-media {
  background:
    radial-gradient(circle at 100% 0%, rgba(14, 159, 190, .16), transparent 34%),
    linear-gradient(180deg, rgba(7, 26, 43, .84), rgba(7, 26, 43, .74)) !important;
}

@media (max-width: 640px) {
  body[data-page="home"] .home-hero-carousel h1,
  body[data-page="home"] .home-hero-carousel h2 {
    text-shadow:
      0 3px 22px rgba(0, 0, 0, .42),
      0 1px 1px rgba(0, 0, 0, .3);
  }

  body[data-page="home"] .home-hero-carousel .hero-subtitle {
    color: #ffffff !important;
  }
}

/* Portada etapa 20: rutas inmediatas más comerciales bajo el hero. */
body[data-page="home"] .home-intent-banner {
  display: grid !important;
  grid-template-columns: minmax(260px, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(18px, 3vw, 36px) !important;
  padding: 22px max(24px, calc((100% - 1240px) / 2)) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(21, 94, 239, .14), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(34, 197, 94, .14), transparent 28%),
    linear-gradient(135deg, #f7fbff, #eef8ff 58%, #f4fff9) !important;
}

body[data-page="home"] .home-intent-banner div {
  min-width: 0;
}

body[data-page="home"] .home-intent-banner strong {
  display: block;
  max-width: 14ch;
  color: #071a2b !important;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1.02;
  text-wrap: balance;
}

body[data-page="home"] .home-intent-banner span {
  color: #155eef !important;
}

body[data-page="home"] .home-intent-banner nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px !important;
}

body[data-page="home"] .home-intent-banner nav a {
  min-height: 72px;
  display: grid;
  align-content: center;
  justify-content: start;
  gap: 4px;
  border: 1px solid rgba(21, 94, 239, .14) !important;
  border-radius: 18px !important;
  padding: 13px 14px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(14, 159, 190, .12), transparent 42%),
    rgba(255, 255, 255, .84) !important;
  color: #071a2b !important;
  box-shadow: 0 16px 38px rgba(11, 58, 153, .08);
  text-align: left;
}

body[data-page="home"] .home-intent-banner nav a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #0e9fbe);
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .12);
}

body[data-page="home"] .home-intent-banner nav a span {
  color: #071a2b !important;
  font-size: .9rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
}

body[data-page="home"] .home-intent-banner nav a small {
  color: #667085;
  font-size: .72rem;
  font-weight: 800;
}

body[data-page="home"] .home-intent-banner nav a:hover,
body[data-page="home"] .home-intent-banner nav a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(21, 94, 239, .34) !important;
  box-shadow: 0 20px 46px rgba(11, 58, 153, .14);
}

body[data-page="home"] .home-capability-showcase {
  padding-top: clamp(48px, 6vw, 76px) !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .home-intent-banner {
    grid-template-columns: 1fr;
    padding: 20px 24px !important;
  }

  body[data-page="home"] .home-intent-banner strong {
    max-width: 18ch;
  }

  body[data-page="home"] .home-intent-banner nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .home-intent-banner {
    padding: 18px 16px !important;
  }

  body[data-page="home"] .home-intent-banner strong {
    max-width: none;
    font-size: clamp(1.35rem, 7vw, 1.72rem);
  }

  body[data-page="home"] .home-intent-banner nav {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-intent-banner nav a {
    min-height: 62px;
  }
}

/* Portada etapa 21: soluciones con más lectura comercial y continuidad visual. */
body[data-page="home"] .home-capability-showcase {
  scroll-margin-top: 104px;
  background:
    radial-gradient(circle at 8% 10%, rgba(21, 94, 239, .16), transparent 28%),
    radial-gradient(circle at 92% 4%, rgba(34, 197, 94, .15), transparent 30%),
    linear-gradient(145deg, #f4f9ff 0%, #eef7ff 52%, #f7fffb 100%) !important;
}

body[data-page="home"] .home-capability-showcase .section-heading {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(300px, .68fr);
  gap: clamp(16px, 3vw, 38px);
  align-items: center;
}

body[data-page="home"] .home-capability-showcase .section-heading .eyebrow {
  grid-column: 1;
  margin: 0 0 12px;
}

body[data-page="home"] .home-capability-showcase .section-heading h2 {
  grid-column: 1;
  max-width: 15.5ch;
  margin: 0;
  color: #071a2b;
  text-wrap: balance;
}

body[data-page="home"] .home-capability-showcase .section-heading p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 48ch;
  margin-left: auto;
  color: #475467;
  font-weight: 620;
  line-height: 1.62;
}

body[data-page="home"] .home-capability-core {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(21, 94, 239, .16);
  background:
    radial-gradient(circle at 0% 0%, rgba(21, 94, 239, .16), transparent 28%),
    radial-gradient(circle at 100% 100%, rgba(14, 159, 190, .13), transparent 30%),
    rgba(255, 255, 255, .86);
  box-shadow: 0 24px 64px rgba(11, 58, 153, .12);
}

body[data-page="home"] .home-capability-core::after {
  content: "";
  position: absolute;
  right: -62px;
  top: -62px;
  width: 184px;
  aspect-ratio: 1;
  border-radius: 999px;
  border: 34px solid rgba(21, 94, 239, .08);
  pointer-events: none;
}

body[data-page="home"] .home-capability-core strong {
  max-width: 12ch;
}

body[data-page="home"] .home-capability-core ol {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .home-capability-core li {
  border: 1px solid rgba(21, 94, 239, .12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(246, 251, 255, .88));
  box-shadow: 0 14px 30px rgba(11, 58, 153, .08);
}

body[data-page="home"] .home-capability-core li b {
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  color: #fff;
  box-shadow: 0 12px 24px rgba(21, 94, 239, .22);
}

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid {
  align-items: stretch;
}

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid article {
  overflow: hidden;
  min-height: 292px;
  border: 1px solid rgba(21, 94, 239, .14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, .86)),
    radial-gradient(circle at 90% 6%, rgba(34, 197, 94, .15), transparent 36%),
    radial-gradient(circle at 8% 90%, rgba(21, 94, 239, .14), transparent 36%) !important;
  box-shadow: 0 22px 54px rgba(11, 58, 153, .10);
}

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid article::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 108px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgba(14, 159, 190, .09);
  pointer-events: none;
}

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid article img {
  width: 76px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(11, 58, 153, .12);
}

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid article strong {
  color: #071a2b;
  font-size: 1.02rem;
}

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid article p {
  color: #475467;
  font-size: .9rem;
  line-height: 1.48;
}

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid article a {
  position: relative;
  z-index: 1;
  border: 0;
  background: rgba(21, 94, 239, .09);
  color: #155eef;
}

@media (max-width: 980px) {
  body[data-page="home"] .home-capability-showcase .section-heading {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-capability-showcase .section-heading .eyebrow,
  body[data-page="home"] .home-capability-showcase .section-heading h2,
  body[data-page="home"] .home-capability-showcase .section-heading p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="home"] .home-capability-showcase .section-heading h2 {
    max-width: 15ch;
  }

  body[data-page="home"] .home-capability-showcase .section-heading p:not(.eyebrow) {
    margin-left: 0;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .home-capability-showcase {
    padding-top: 44px !important;
  }

  body[data-page="home"] .home-capability-showcase .section-heading h2 {
    max-width: 13ch;
  }

  body[data-page="home"] .home-capability-core {
    padding: 16px !important;
  }

  body[data-page="home"] .home-capability-core strong {
    max-width: 11ch;
  }

body[data-page="home"] .home-capability-showcase .home-visual-plan-grid article {
    flex-basis: min(82vw, 316px);
    min-height: 286px !important;
  }
}

/* Portada etapa 22: operación visible como flujo real de trabajo. */
body[data-page="home"] .home-generated-scenes {
  scroll-margin-top: 104px;
  background:
    radial-gradient(circle at 8% 4%, rgba(21, 94, 239, .16), transparent 28%),
    radial-gradient(circle at 92% 10%, rgba(14, 159, 190, .16), transparent 30%),
    linear-gradient(145deg, #f8fbff 0%, #eef7ff 54%, #f7fbff 100%) !important;
}

body[data-page="home"] .home-generated-scenes::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .78), transparent 32%, rgba(255, 255, 255, .62) 100%),
    linear-gradient(0deg, rgba(21, 94, 239, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 94, 239, .05) 1px, transparent 1px) !important;
  background-size: auto, 52px 52px, 52px 52px !important;
}

body[data-page="home"] .home-generated-scenes .section-heading {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, .62fr);
  gap: clamp(16px, 3vw, 40px);
  align-items: end;
}

body[data-page="home"] .home-generated-scenes .section-heading .eyebrow,
body[data-page="home"] .home-generated-scenes .section-heading h2 {
  grid-column: 1;
}

body[data-page="home"] .home-generated-scenes .section-heading h2 {
  max-width: 13ch;
  margin: 0;
  color: #071a2b;
  text-wrap: balance;
}

body[data-page="home"] .home-generated-scenes .section-heading p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 50ch;
  margin-left: auto;
  color: #475467;
  font-weight: 620;
  line-height: 1.62;
}

body[data-page="home"] .home-scenes-summary {
  max-width: 1120px;
  margin-inline: auto;
  padding: 10px;
  border: 1px solid rgba(21, 94, 239, .12);
  border-radius: 24px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 18px 42px rgba(11, 58, 153, .08);
}

body[data-page="home"] .home-scenes-summary span {
  border-color: rgba(21, 94, 239, .12);
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 197, 94, .12), transparent 38%),
    rgba(255, 255, 255, .9);
  color: #071a2b;
  font-weight: 900;
}

body[data-page="home"] .home-scenes-summary strong {
  color: #fff;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
  box-shadow: 0 10px 22px rgba(21, 94, 239, .22);
}

body[data-page="home"] .home-scenes-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .95fr) minmax(0, .95fr);
  max-width: 1240px;
  margin: 0 auto;
}

body[data-page="home"] .home-scenes-grid article {
  min-height: 460px;
  border-radius: 30px;
  border-color: rgba(21, 94, 239, .16);
  box-shadow: 0 24px 60px rgba(7, 26, 43, .18);
}

body[data-page="home"] .home-scenes-grid img {
  filter: saturate(1.08) contrast(1.02);
}

body[data-page="home"] .home-scenes-grid article::after {
  background:
    linear-gradient(180deg, rgba(7, 26, 43, .02) 0%, rgba(7, 26, 43, .18) 34%, rgba(7, 26, 43, .94) 100%),
    linear-gradient(90deg, rgba(7, 26, 43, .52), transparent 66%) !important;
}

body[data-page="home"] .home-scenes-grid em {
  color: #fff;
  background: linear-gradient(135deg, #22c55e, #0e9fbe);
  box-shadow: 0 10px 24px rgba(34, 197, 94, .24);
}

body[data-page="home"] .home-scenes-grid span {
  color: #c8f5ff;
}

body[data-page="home"] .home-scenes-grid a {
  background: rgba(255, 255, 255, .94);
  color: #071a2b;
}

body[data-page="home"] .home-scenes-grid a:hover,
body[data-page="home"] .home-scenes-grid a:focus-visible {
  background: #22c55e;
  color: #fff;
}

body[data-page="home"] .home-scenes-cta {
  max-width: 1240px;
  margin-inline: auto;
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(34, 197, 94, .12), transparent 32%),
    rgba(255, 255, 255, .9);
  box-shadow: 0 18px 44px rgba(11, 58, 153, .09);
}

body[data-page="home"] .home-scenes-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

body[data-page="home"] .home-scenes-cta-actions .button {
  white-space: nowrap;
}

@media (max-width: 980px) {
  body[data-page="home"] .home-generated-scenes .section-heading {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-generated-scenes .section-heading .eyebrow,
  body[data-page="home"] .home-generated-scenes .section-heading h2,
  body[data-page="home"] .home-generated-scenes .section-heading p:not(.eyebrow) {
    grid-column: 1;
    grid-row: auto;
  }

  body[data-page="home"] .home-generated-scenes .section-heading p:not(.eyebrow) {
    margin-left: 0;
  }

  body[data-page="home"] .home-scenes-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-scenes-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .home-generated-scenes {
    padding-top: 46px !important;
  }

  body[data-page="home"] .home-generated-scenes .section-heading h2 {
    max-width: 12ch;
  }

  body[data-page="home"] .home-scenes-summary {
    border-radius: 20px;
    padding: 8px;
  }

  body[data-page="home"] .home-scenes-grid article {
    min-height: 382px;
    border-radius: 22px;
  }

  body[data-page="home"] .home-scenes-cta-actions,
  body[data-page="home"] .home-scenes-cta-actions .button {
    width: 100%;
  }
}

/* Portada etapa 23: tarjeta de chips más limpia y profesional. */
body[data-page="home"] .slide-chips-real .home-hero-media {
  padding: 20px !important;
  border: 1px solid rgba(191, 243, 255, .34) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 197, 94, .16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(240, 249, 255, .9)) !important;
  color: #071a2b !important;
  box-shadow: 0 28px 74px rgba(3, 11, 25, .34) !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media .panel-visual {
  width: 100% !important;
  height: clamp(160px, 18vw, 220px) !important;
  max-height: none !important;
  margin: 0 0 16px !important;
  border-radius: 22px !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.06) contrast(1.03) !important;
  box-shadow: 0 18px 42px rgba(11, 58, 153, .16) !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media .panel-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 10px !important;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(21, 94, 239, .08);
  color: #155eef !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
}

body[data-page="home"] .slide-chips-real .home-hero-media strong {
  max-width: 15ch !important;
  margin: 0 !important;
  color: #071a2b !important;
  font-size: clamp(1.25rem, 2.1vw, 1.72rem) !important;
  line-height: 1.05 !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media p {
  max-width: none !important;
  margin: 12px 0 14px !important;
  color: #475467 !important;
  font-size: .95rem !important;
  line-height: 1.48 !important;
  font-weight: 700 !important;
}

body[data-page="home"] .slide-chips-real .home-panel-points {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

body[data-page="home"] .slide-chips-real .home-panel-points li {
  min-height: 40px !important;
  border: 1px solid rgba(21, 94, 239, .14) !important;
  border-radius: 14px !important;
  padding: 9px 12px 9px 34px !important;
  background:
    radial-gradient(circle at 0% 50%, rgba(34, 197, 94, .16), transparent 28%),
    rgba(255, 255, 255, .84) !important;
  color: #344054 !important;
  font-size: .82rem !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

body[data-page="home"] .slide-chips-real .home-panel-points li::before {
  left: 12px !important;
  width: 10px !important;
  height: 10px !important;
  background: linear-gradient(135deg, #22c55e, #0e9fbe) !important;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .12) !important;
}

body[data-page="home"] .slide-chips-real .home-proof-row {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: auto !important;
}

body[data-page="home"] .slide-chips-real .home-proof-row span {
  justify-content: center !important;
  min-height: 34px !important;
  border: 1px solid rgba(21, 94, 239, .14) !important;
  border-radius: 12px !important;
  padding: 8px 6px !important;
  background: rgba(255, 255, 255, .86) !important;
  color: #071a2b !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media::after {
  right: 20px !important;
  bottom: 18px !important;
  min-height: 38px !important;
  padding: 10px 15px !important;
  background: linear-gradient(135deg, #22c55e, #0e9fbe) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(34, 197, 94, .22) !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .slide-chips-real .home-hero-media {
    max-width: 420px !important;
    margin-inline: auto !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .slide-chips-real .home-hero-media {
    padding: 14px !important;
    border-radius: 22px !important;
  }

  body[data-page="home"] .slide-chips-real .home-hero-media .panel-visual {
    height: 138px !important;
    border-radius: 18px !important;
  }

  body[data-page="home"] .slide-chips-real .home-hero-media strong {
    max-width: 18ch !important;
  }

  body[data-page="home"] .slide-chips-real .home-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Portada etapa 24: tarjeta de chips con imagen protagonista y menos texto. */
body[data-page="home"] .slide-chips-real .home-hero-media {
  display: grid !important;
  grid-template-rows: minmax(230px, 1fr) auto auto auto !important;
  gap: 12px !important;
  overflow: hidden !important;
  padding: 14px !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media .panel-visual {
  height: min(34svh, 292px) !important;
  min-height: 230px !important;
  margin: 0 !important;
  border-radius: 24px !important;
  object-fit: cover !important;
  object-position: center !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media .panel-kicker {
  margin: 2px 0 0 !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media strong {
  max-width: 13ch !important;
  font-size: clamp(1.22rem, 2vw, 1.6rem) !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media p {
  max-width: 30ch !important;
  margin: 0 !important;
  font-size: .9rem !important;
  line-height: 1.36 !important;
}

body[data-page="home"] .slide-chips-real .home-panel-points {
  display: none !important;
}

body[data-page="home"] .slide-chips-real .home-proof-row {
  display: none !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media::after {
  position: absolute !important;
  right: 24px !important;
  top: 232px !important;
  bottom: auto !important;
  z-index: 3 !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .slide-chips-real .home-hero-media::after {
    top: 210px !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .slide-chips-real .home-hero-media {
    display: none !important;
  }
}

/* Portada etapa 26: tarjetas laterales visuales y consistentes. */
body[data-page="home"] .slide-tuu .home-hero-media,
body[data-page="home"] .slide-field .home-hero-media,
body[data-page="home"] .slide-starlink-real .home-hero-media {
  display: grid !important;
  grid-template-rows: minmax(230px, 1fr) auto auto !important;
  gap: 12px !important;
  overflow: hidden !important;
  padding: 14px !important;
  border: 1px solid rgba(191, 243, 255, .34) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 14% 0%, rgba(14, 159, 190, .16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(240, 249, 255, .9)) !important;
  color: #071a2b !important;
  box-shadow: 0 28px 74px rgba(3, 11, 25, .34) !important;
}

body[data-page="home"] .slide-tuu .home-hero-media .panel-visual,
body[data-page="home"] .slide-field .home-hero-media .panel-visual,
body[data-page="home"] .slide-starlink-real .home-hero-media .panel-visual {
  width: 100% !important;
  height: min(34svh, 292px) !important;
  min-height: 230px !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 24px !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(1.06) contrast(1.03) !important;
  box-shadow: 0 18px 42px rgba(11, 58, 153, .16) !important;
}

body[data-page="home"] .slide-tuu .home-hero-media .panel-visual {
  object-fit: cover !important;
  object-position: center !important;
  background: #173bff !important;
}

body[data-page="home"] .slide-tuu .home-hero-media .panel-kicker,
body[data-page="home"] .slide-field .home-hero-media .panel-kicker,
body[data-page="home"] .slide-starlink-real .home-hero-media .panel-kicker {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 2px 0 0 !important;
  border: 1px solid rgba(21, 94, 239, .16);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(21, 94, 239, .08);
  color: #155eef !important;
  font-size: .72rem !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
}

body[data-page="home"] .slide-tuu .home-hero-media strong,
body[data-page="home"] .slide-field .home-hero-media strong,
body[data-page="home"] .slide-starlink-real .home-hero-media strong {
  max-width: 14ch !important;
  margin: 0 !important;
  color: #071a2b !important;
  font-size: clamp(1.22rem, 2vw, 1.6rem) !important;
  line-height: 1.05 !important;
}

body[data-page="home"] .slide-tuu .home-hero-media p,
body[data-page="home"] .slide-field .home-hero-media p,
body[data-page="home"] .slide-starlink-real .home-hero-media p {
  max-width: 31ch !important;
  margin: 0 !important;
  color: #475467 !important;
  font-size: .9rem !important;
  line-height: 1.36 !important;
  font-weight: 700 !important;
}

body[data-page="home"] .slide-tuu .home-panel-points,
body[data-page="home"] .slide-field .home-panel-points,
body[data-page="home"] .slide-starlink-real .home-panel-points,
body[data-page="home"] .slide-tuu .home-proof-row,
body[data-page="home"] .slide-field .home-proof-row,
body[data-page="home"] .slide-starlink-real .home-proof-row {
  display: none !important;
}

body[data-page="home"] .slide-tuu .home-hero-media::after,
body[data-page="home"] .slide-field .home-hero-media::after,
body[data-page="home"] .slide-starlink-real .home-hero-media::after {
  position: absolute !important;
  right: 24px !important;
  top: 232px !important;
  bottom: auto !important;
  z-index: 3 !important;
  min-height: 38px !important;
  padding: 10px 15px !important;
  background: linear-gradient(135deg, #22c55e, #0e9fbe) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(34, 197, 94, .22) !important;
}

body[data-page="home"] .slide-tuu .home-hero-media::after {
  content: "Ver TUU" !important;
}

body[data-page="home"] .slide-field .home-hero-media::after {
  content: "Ver terreno" !important;
}

body[data-page="home"] .slide-starlink-real .home-hero-media::after {
  content: "Ver Starlink" !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .slide-tuu .home-hero-media::after,
  body[data-page="home"] .slide-field .home-hero-media::after,
  body[data-page="home"] .slide-starlink-real .home-hero-media::after {
    top: 210px !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .slide-tuu .home-hero-media,
  body[data-page="home"] .slide-field .home-hero-media,
  body[data-page="home"] .slide-starlink-real .home-hero-media {
    display: none !important;
  }
}

/* Portada etapa 27: tarjetas laterales como pieza visual limpia. */
body[data-page="home"] .slide-chips-real .home-hero-media,
body[data-page="home"] .slide-tuu .home-hero-media,
body[data-page="home"] .slide-field .home-hero-media,
body[data-page="home"] .slide-starlink-real .home-hero-media {
  width: min(100%, 430px) !important;
  min-height: 0 !important;
  height: min(52svh, 438px) !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) auto auto !important;
  gap: 9px !important;
  padding: 12px 12px 16px !important;
  border-radius: 30px !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 84% 0%, rgba(14, 159, 190, .16), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(238, 248, 255, .94)) !important;
  color: #071a2b !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media .panel-visual,
body[data-page="home"] .slide-tuu .home-hero-media .panel-visual,
body[data-page="home"] .slide-field .home-hero-media .panel-visual,
body[data-page="home"] .slide-starlink-real .home-hero-media .panel-visual {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 38px rgba(11, 58, 153, .16) !important;
}

body[data-page="home"] .slide-tuu .home-hero-media .panel-visual {
  object-fit: contain !important;
  object-position: center !important;
  background: #173bff !important;
}

body[data-page="home"] .slide-field .home-hero-media .panel-visual,
body[data-page="home"] .slide-starlink-real .home-hero-media .panel-visual,
body[data-page="home"] .slide-chips-real .home-hero-media .panel-visual {
  object-fit: cover !important;
  object-position: center !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media .panel-kicker,
body[data-page="home"] .slide-tuu .home-hero-media .panel-kicker,
body[data-page="home"] .slide-field .home-hero-media .panel-kicker,
body[data-page="home"] .slide-starlink-real .home-hero-media .panel-kicker {
  display: none !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media strong,
body[data-page="home"] .slide-tuu .home-hero-media strong,
body[data-page="home"] .slide-field .home-hero-media strong,
body[data-page="home"] .slide-starlink-real .home-hero-media strong {
  max-width: calc(100% - 118px) !important;
  margin: 2px 0 0 !important;
  color: #071a2b !important;
  font-size: clamp(1.14rem, 1.65vw, 1.34rem) !important;
  line-height: 1.05 !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media p,
body[data-page="home"] .slide-tuu .home-hero-media p,
body[data-page="home"] .slide-field .home-hero-media p,
body[data-page="home"] .slide-starlink-real .home-hero-media p {
  max-width: calc(100% - 118px) !important;
  margin: 0 !important;
  color: #475467 !important;
  font-size: .8rem !important;
  font-weight: 750 !important;
  line-height: 1.24 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
}

body[data-page="home"] .slide-chips-real .home-panel-points,
body[data-page="home"] .slide-tuu .home-panel-points,
body[data-page="home"] .slide-field .home-panel-points,
body[data-page="home"] .slide-starlink-real .home-panel-points,
body[data-page="home"] .slide-chips-real .home-proof-row,
body[data-page="home"] .slide-tuu .home-proof-row,
body[data-page="home"] .slide-field .home-proof-row,
body[data-page="home"] .slide-starlink-real .home-proof-row {
  display: none !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media::after,
body[data-page="home"] .slide-tuu .home-hero-media::after,
body[data-page="home"] .slide-field .home-hero-media::after,
body[data-page="home"] .slide-starlink-real .home-hero-media::after {
  top: auto !important;
  right: 16px !important;
  bottom: 18px !important;
  min-height: 38px !important;
  border-radius: 999px !important;
  padding: 10px 15px !important;
  background: linear-gradient(135deg, #22c55e, #0e9fbe) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(34, 197, 94, .22) !important;
}

body[data-page="home"] .slide-chips-real .home-hero-media::after {
  content: "Ver chips" !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .slide-chips-real .home-hero-media,
  body[data-page="home"] .slide-tuu .home-hero-media,
  body[data-page="home"] .slide-field .home-hero-media,
  body[data-page="home"] .slide-starlink-real .home-hero-media {
    height: min(50svh, 408px) !important;
  }
}

@media (max-width: 980px) {
  body[data-page="home"] .slide-chips-real .home-hero-media,
  body[data-page="home"] .slide-tuu .home-hero-media,
  body[data-page="home"] .slide-field .home-hero-media,
  body[data-page="home"] .slide-starlink-real .home-hero-media {
    display: none !important;
  }
}

/* Portada etapa 28: Alex visible sin tapar botones ni tarjetas. */
@media (min-width: 981px) {
  body[data-page="home"] .connect-assistant-widget {
    right: 82px !important;
    bottom: 102px !important;
    width: 64px !important;
    z-index: 58 !important;
  }

  body[data-page="home"] .connect-assistant-toggle {
    width: 58px !important;
    height: 58px !important;
    min-width: 58px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    justify-content: center !important;
    box-shadow: 0 18px 40px rgba(7, 26, 43, .22) !important;
  }

  body[data-page="home"] .connect-assistant-toggle > span:not(.assistant-avatar) {
    display: none !important;
  }

  body[data-page="home"] .connect-assistant-toggle .assistant-avatar {
    width: 48px !important;
    height: 48px !important;
  }

  body[data-page="home"] .alex-contact-bubble {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    width: 132px !important;
    max-width: 132px !important;
    box-sizing: border-box !important;
    padding: 8px 10px !important;
    border-radius: 14px !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    transform: translateX(-8px) !important;
    box-shadow: 0 14px 34px rgba(7, 26, 43, .18) !important;
  }

  body[data-page="home"] .alex-contact-bubble strong {
    font-size: .72rem !important;
    line-height: 1.05 !important;
    white-space: normal !important;
  }

  body[data-page="home"] .alex-contact-bubble span {
    margin-top: 2px !important;
    font-size: .6rem !important;
    line-height: 1.1 !important;
    white-space: normal !important;
  }

  body[data-page="home"] .connect-assistant-panel {
    right: 0 !important;
    bottom: 76px !important;
  }
}

/* Portada etapa 30: cifras con iconos propios y fondo más corporativo. */
body[data-page="home"] .metrics-section {
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(7, 26, 43, .98) 0%, rgba(11, 58, 153, .9) 52%, rgba(14, 159, 190, .86) 100%) !important;
}

body[data-page="home"] .metrics-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .28;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(191, 243, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 243, 255, .14) 1px, transparent 1px),
    radial-gradient(circle at 72% 42%, rgba(34, 197, 94, .24), transparent 24%);
  background-size: 54px 54px, 54px 54px, auto;
  mask-image: linear-gradient(90deg, transparent, #000 16%, #000 86%, transparent);
}

body[data-page="home"] .metrics-section .metrics-header,
body[data-page="home"] .metrics-section .section-heading,
body[data-page="home"] .metrics-section .metrics-visual-grid,
body[data-page="home"] .metrics-section .metrics-trust-row {
  z-index: 2;
}

body[data-page="home"] .metrics-proof-card {
  position: relative;
  overflow: hidden;
}

body[data-page="home"] .metrics-proof-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 170px;
  height: 170px;
  border-radius: 46px;
  border: 1px solid rgba(191, 243, 255, .18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 42%),
    repeating-linear-gradient(90deg, rgba(191, 243, 255, .2) 0 2px, transparent 2px 18px);
  transform: rotate(-9deg);
  opacity: .5;
}

body[data-page="home"] .metrics-section .metrics-visual-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body[data-page="home"] .metrics-section .metric-card {
  grid-template-rows: auto auto auto 1fr auto !important;
  min-height: 300px !important;
  padding: 24px !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(191, 243, 255, .18), transparent 38%),
    linear-gradient(160deg, rgba(255, 255, 255, .16), rgba(255, 255, 255, .06)),
    rgba(7, 26, 43, .72) !important;
}

body[data-page="home"] .metrics-section .metric-card::before {
  content: "";
  position: absolute;
  inset: auto -26px -36px auto;
  width: 150px;
  height: 150px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, .24), transparent 22%),
    linear-gradient(135deg, rgba(21, 94, 239, .34), rgba(14, 159, 190, .16));
  transform: rotate(12deg);
  opacity: .72;
}

body[data-page="home"] .metrics-section .metric-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(191, 243, 255, .24);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16), 0 16px 36px rgba(2, 12, 27, .18);
}

body[data-page="home"] .metrics-section .metric-icon::before,
body[data-page="home"] .metrics-section .metric-icon::after,
body[data-page="home"] .metrics-section .metric-icon span,
body[data-page="home"] .metrics-section .metric-icon span::before,
body[data-page="home"] .metrics-section .metric-icon span::after {
  content: "";
  position: absolute;
  display: block;
}

body[data-page="home"] .metrics-section .metric-card-commerce .metric-icon::before {
  width: 30px;
  height: 24px;
  border: 3px solid #bff3ff;
  border-radius: 4px 4px 8px 8px;
  bottom: 14px;
}

body[data-page="home"] .metrics-section .metric-card-commerce .metric-icon::after {
  width: 36px;
  height: 12px;
  border-radius: 12px 12px 5px 5px;
  background: linear-gradient(90deg, #22c55e, #38bdf8);
  top: 13px;
}

body[data-page="home"] .metrics-section .metric-card-commerce .metric-icon span {
  width: 6px;
  height: 10px;
  border-radius: 2px 2px 0 0;
  background: #e8fbff;
  bottom: 14px;
}

body[data-page="home"] .metrics-section .metric-card-visits .metric-icon::before {
  width: 30px;
  height: 30px;
  border: 3px solid #bff3ff;
  border-radius: 50%;
}

body[data-page="home"] .metrics-section .metric-card-visits .metric-icon::after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, .15);
}

body[data-page="home"] .metrics-section .metric-card-visits .metric-icon span {
  width: 4px;
  height: 17px;
  border-radius: 99px;
  background: #bff3ff;
  transform: translate(14px, 16px) rotate(-42deg);
  transform-origin: top center;
}

body[data-page="home"] .metrics-section .metric-card-team .metric-icon::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #bff3ff;
  top: 12px;
  left: 21px;
}

body[data-page="home"] .metrics-section .metric-card-team .metric-icon::after {
  width: 34px;
  height: 16px;
  border-radius: 18px 18px 8px 8px;
  border: 3px solid #bff3ff;
  bottom: 12px;
}

body[data-page="home"] .metrics-section .metric-card-team .metric-icon span::before,
body[data-page="home"] .metrics-section .metric-card-team .metric-icon span::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #22c55e;
  top: -15px;
}

body[data-page="home"] .metrics-section .metric-card-team .metric-icon span::before {
  left: -22px;
}

body[data-page="home"] .metrics-section .metric-card-team .metric-icon span::after {
  right: -22px;
}

body[data-page="home"] .metrics-section .metric-card-control .metric-icon::before {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  border: 3px solid #bff3ff;
  transform: rotate(45deg);
}

body[data-page="home"] .metrics-section .metric-card-control .metric-icon::after {
  width: 23px;
  height: 9px;
  border-left: 4px solid #22c55e;
  border-bottom: 4px solid #22c55e;
  transform: rotate(-45deg) translate(1px, 1px);
}

body[data-page="home"] .metrics-section .metrics-visual-grid .metric-card .metric-token {
  min-width: 0 !important;
  width: fit-content !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(2.3rem, 4.6vw, 4.15rem) !important;
  font-weight: 1000 !important;
  line-height: .92 !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] .metrics-section .metric-card h3 {
  max-width: 15ch;
  margin-top: 14px !important;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem);
}

body[data-page="home"] .metrics-section .metric-card p {
  max-width: 29ch;
  margin-top: 10px;
}

body[data-page="home"] .metrics-section .metric-card small {
  margin-top: 18px !important;
  background: rgba(191, 243, 255, .11) !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .metrics-section .metrics-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .metrics-section .metrics-visual-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .metrics-section .metric-card {
    min-height: 240px !important;
  }
}

/* Portada etapa 31: ruta operativa CONNECT más visual y comercial. */
body[data-page="home"] .home-action-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(21, 94, 239, .12), transparent 28%),
    radial-gradient(circle at 90% 78%, rgba(14, 159, 190, .14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4f9ff 48%, #eef7ff 100%) !important;
}

body[data-page="home"] .home-action-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 94, 239, .08) 1px, transparent 1px),
    linear-gradient(rgba(14, 159, 190, .08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, transparent, #000);
}

body[data-page="home"] .home-action-section .section-heading {
  max-width: 920px;
}

body[data-page="home"] .home-action-path {
  max-width: 1040px;
  padding: 8px;
  border: 1px solid rgba(21, 94, 239, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 22px 54px rgba(7, 26, 43, .07);
  backdrop-filter: blur(12px);
}

body[data-page="home"] .home-action-path span {
  min-height: 48px;
  border-color: transparent;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0% 50%, rgba(34, 197, 94, .14), transparent 30%),
    #f8fbff;
  box-shadow: none;
}

body[data-page="home"] .home-action-path span:not(:last-child)::after {
  right: -14px;
  background: linear-gradient(135deg, #155eef, #0e9fbe);
}

body[data-page="home"] .home-action-grid {
  align-items: stretch;
}

body[data-page="home"] .home-action-grid .service-card {
  position: relative;
  display: grid;
  grid-template-rows: 184px auto auto 1fr auto !important;
  min-height: 520px !important;
  padding: 0 !important;
  border: 1px solid rgba(21, 94, 239, .14) !important;
  border-radius: 28px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 58px rgba(7, 26, 43, .08) !important;
}

body[data-page="home"] .home-action-grid .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 0 35%, rgba(21, 94, 239, .04) 100%),
    radial-gradient(circle at 90% 92%, rgba(14, 159, 190, .12), transparent 24%);
}

body[data-page="home"] .home-action-grid .service-card img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 184px !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
  border-radius: 27px 27px 0 0 !important;
  background: #eef7ff !important;
  object-fit: cover !important;
  box-shadow: none !important;
}

body[data-page="home"] .home-action-grid .service-card .action-step {
  position: relative;
  z-index: 2;
  width: 54px !important;
  height: 54px !important;
  min-width: 54px !important;
  margin: -27px 22px 12px !important;
  border: 4px solid #ffffff;
  border-radius: 18px !important;
  color: #ffffff !important;
  background: linear-gradient(135deg, #155eef, #0e9fbe) !important;
  box-shadow: 0 16px 32px rgba(21, 94, 239, .2);
  font-size: .9rem !important;
}

body[data-page="home"] .home-action-grid .service-card h3,
body[data-page="home"] .home-action-grid .service-card p,
body[data-page="home"] .home-action-grid .service-card ul,
body[data-page="home"] .home-action-grid .service-card > a {
  position: relative;
  z-index: 1;
  margin-left: 22px;
  margin-right: 22px;
}

body[data-page="home"] .home-action-grid .service-card h3 {
  margin-top: 0 !important;
  font-size: clamp(1.22rem, 1.65vw, 1.46rem);
  line-height: 1.08;
}

body[data-page="home"] .home-action-grid .service-card p {
  margin-top: 10px;
  color: #475467;
  font-size: .95rem;
  line-height: 1.45;
}

body[data-page="home"] .home-action-grid .service-card ul {
  gap: 9px !important;
  margin-top: 14px !important;
  margin-bottom: 20px !important;
  font-weight: 760;
}

body[data-page="home"] .home-action-grid .service-card li {
  min-height: 32px;
  padding: 7px 9px;
  border: 1px solid rgba(21, 94, 239, .1);
  border-radius: 12px;
  background: rgba(248, 251, 255, .86);
}

body[data-page="home"] .home-action-grid .service-card > a {
  min-height: 44px !important;
  margin-top: auto !important;
  margin-bottom: 22px;
  align-self: end;
}

body[data-page="home"] .home-action-grid .service-card:nth-child(2) .action-step {
  background: linear-gradient(135deg, #0e9fbe, #22c55e) !important;
}

body[data-page="home"] .home-action-grid .service-card:nth-child(3) .action-step {
  background: linear-gradient(135deg, #6941c6, #155eef) !important;
}

body[data-page="home"] .home-action-grid .service-card:nth-child(4) .action-step {
  background: linear-gradient(135deg, #071a2b, #0e9fbe) !important;
}

@media (max-width: 1180px) {
  body[data-page="home"] .home-action-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[data-page="home"] .home-action-path {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  body[data-page="home"] .home-action-path span:not(:last-child)::after {
    display: none;
  }

  body[data-page="home"] .home-action-grid {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .home-action-grid .service-card {
    min-height: 0 !important;
  }
}

/* Portada etapa 32: modelo humano + tecnología con mapa visual. */
body[data-page="home"] .home-human-tech {
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(248, 251, 255, .98) 0%, rgba(248, 251, 255, .9) 46%, rgba(221, 250, 255, .58) 100%),
    radial-gradient(circle at 76% 18%, rgba(14, 159, 190, .2), transparent 28%),
    url("assets/connect/hero/connect-capacitacion-comercio-ia-v1.webp") right center / min(52vw, 760px) auto no-repeat,
    #edf6ff !important;
}

body[data-page="home"] .home-human-tech::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(21, 94, 239, .07) 1px, transparent 1px),
    linear-gradient(rgba(14, 159, 190, .07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 76%, transparent);
}

body[data-page="home"] .home-human-tech > div {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .home-human-tech h2 {
  max-width: 13ch;
}

body[data-page="home"] .human-network-card {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 620px;
  margin-top: 28px;
  padding: 14px;
  border: 1px solid rgba(21, 94, 239, .14);
  border-radius: 26px;
  background:
    radial-gradient(circle at 8% 0%, rgba(34, 197, 94, .12), transparent 30%),
    rgba(255, 255, 255, .84);
  box-shadow: 0 20px 50px rgba(7, 26, 43, .09);
  backdrop-filter: blur(12px);
}

body[data-page="home"] .human-network-card::before {
  content: "";
  position: absolute;
  left: 15%;
  right: 15%;
  top: 38px;
  height: 2px;
  background: linear-gradient(90deg, #155eef, #0e9fbe, #22c55e);
  opacity: .5;
}

body[data-page="home"] .human-network-card span {
  position: relative;
  display: grid;
  min-height: 112px;
  align-content: end;
  justify-items: center;
  padding: 52px 10px 12px;
  border: 1px solid rgba(21, 94, 239, .1);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  text-align: center;
}

body[data-page="home"] .human-network-card span::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 42%, #ffffff 0 16%, transparent 17%),
    linear-gradient(135deg, #155eef, #0e9fbe);
  transform: translateX(-50%);
  box-shadow: 0 12px 26px rgba(21, 94, 239, .18);
}

body[data-page="home"] .human-network-card span:nth-child(2)::before {
  background:
    linear-gradient(90deg, transparent 42%, rgba(255, 255, 255, .86) 42% 58%, transparent 58%),
    linear-gradient(rgba(255, 255, 255, .86) 42%, transparent 42% 58%, rgba(255, 255, 255, .86) 58%),
    linear-gradient(135deg, #6941c6, #155eef);
}

body[data-page="home"] .human-network-card span:nth-child(3)::before {
  background:
    linear-gradient(180deg, transparent 0 42%, rgba(255, 255, 255, .88) 42% 58%, transparent 58%),
    linear-gradient(135deg, #22c55e, #0e9fbe);
}

body[data-page="home"] .human-network-card strong {
  color: #071a2b;
  font-size: .9rem;
  font-weight: 1000;
}

body[data-page="home"] .human-network-card small {
  margin-top: 4px;
  color: #667085;
  font-size: .7rem;
  font-weight: 760;
  line-height: 1.2;
}

body[data-page="home"] .human-model-stack article {
  border-radius: 22px !important;
  box-shadow: 0 16px 42px rgba(7, 26, 43, .07);
}

body[data-page="home"] .human-model-stack .human-icon {
  border-radius: 50% !important;
  font-size: 0 !important;
}

body[data-page="home"] .human-model-stack .human-icon::before {
  content: "";
  width: 19px;
  height: 19px;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 8px;
}

body[data-page="home"] .human-model-stack article:nth-child(1) .human-icon::before {
  border-radius: 50%;
  box-shadow: -12px 10px 0 -5px rgba(255, 255, 255, .9), 12px 10px 0 -5px rgba(255, 255, 255, .9);
}

body[data-page="home"] .human-model-stack article:nth-child(2) .human-icon::before {
  border-radius: 4px;
  transform: rotate(45deg);
}

body[data-page="home"] .human-model-stack article:nth-child(3) .human-icon::before {
  width: 22px;
  height: 14px;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  transform: rotate(-45deg) translate(2px, -2px);
}

body[data-page="home"] .human-model-stack article:nth-child(4) .human-icon::before {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  box-shadow: inset 7px 0 0 rgba(255, 255, 255, .55), inset -7px 0 0 rgba(255, 255, 255, .35);
}

@media (max-width: 980px) {
  body[data-page="home"] .home-human-tech {
    background:
      linear-gradient(180deg, rgba(248, 251, 255, .98), rgba(235, 251, 255, .9)),
      #edf6ff !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .human-network-card {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .human-network-card::before {
    left: 50%;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }
}

/* Portada etapa 33: compactación del modelo humano para pantallas bajas. */
body[data-page="home"] .human-network-card {
  margin-top: 20px;
  padding: 12px;
}

body[data-page="home"] .human-network-card span {
  min-height: 92px;
  padding-top: 46px;
}

body[data-page="home"] .human-network-card span::before {
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 12px;
}

body[data-page="home"] .human-model-stack article {
  min-height: 100px !important;
}

@media (max-width: 640px) {
  body[data-page="home"] .human-network-card {
    gap: 8px;
    margin-top: 18px;
  }

  body[data-page="home"] .human-network-card span {
    min-height: 86px;
    padding-top: 42px;
  }
}

/* Portada etapa 34: cobertura responsable con mapa comercial compacto. */
body[data-page="home"] .b2b-coverage {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(14, 159, 190, .34), transparent 28%),
    linear-gradient(135deg, #071a2b 0%, #0b3a99 52%, #0e9fbe 100%) !important;
}

body[data-page="home"] .b2b-coverage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
    radial-gradient(circle at 18% 72%, rgba(34, 197, 94, .18), transparent 24%);
  background-size: 56px 56px, auto;
  opacity: .85;
}

body[data-page="home"] .b2b-coverage > div {
  position: relative;
  z-index: 1;
}

body[data-page="home"] .b2b-coverage .coverage-copy h2 {
  max-width: 12ch;
}

body[data-page="home"] .b2b-coverage .coverage-copy p {
  max-width: 660px;
}

body[data-page="home"] .coverage-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0;
}

body[data-page="home"] .coverage-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .9);
  font-size: .76rem;
  font-weight: 850;
}

body[data-page="home"] .coverage-legend span i,
body[data-page="home"] .coverage-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .14);
}

body[data-page="home"] .coverage-legend span:nth-child(2) i,
body[data-page="home"] .coverage-dot.frequent {
  background: #38bdf8;
  box-shadow: 0 0 0 5px rgba(56, 189, 248, .14);
}

body[data-page="home"] .coverage-legend span:nth-child(3) i,
body[data-page="home"] .coverage-dot.coordinated {
  background: #a78bfa;
  box-shadow: 0 0 0 5px rgba(167, 139, 250, .16);
}

body[data-page="home"] .coverage-stack {
  display: grid;
  gap: 10px;
}

body[data-page="home"] .coverage-stack article,
body[data-page="home"] .coverage-map-card {
  border: 1px solid rgba(255, 255, 255, .14) !important;
  background: rgba(255, 255, 255, .1) !important;
  color: #fff;
  box-shadow: 0 18px 50px rgba(7, 26, 43, .18);
  backdrop-filter: blur(14px);
}

body[data-page="home"] .coverage-stack article {
  grid-template-columns: 24px 1fr;
  min-height: 88px !important;
  align-items: start;
  column-gap: 16px;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

body[data-page="home"] .coverage-stack article strong,
body[data-page="home"] .coverage-stack article span:not(.coverage-dot),
body[data-page="home"] .coverage-stack article small {
  color: rgba(255, 255, 255, .92) !important;
}

body[data-page="home"] .coverage-stack article strong,
body[data-page="home"] .coverage-stack article span:not(.coverage-dot),
body[data-page="home"] .coverage-stack article small {
  grid-column: 2;
  min-width: 0;
  overflow-wrap: anywhere;
}

body[data-page="home"] .coverage-stack article strong {
  align-self: center;
  line-height: 1.2;
}

body[data-page="home"] .coverage-stack article span:not(.coverage-dot) {
  display: block;
  line-height: 1.45;
}

body[data-page="home"] .coverage-stack article small {
  color: rgba(222, 241, 255, .82) !important;
  line-height: 1.35;
}

body[data-page="home"] .coverage-note {
  background: linear-gradient(135deg, rgba(34, 197, 94, .18), rgba(14, 159, 190, .12)) !important;
}

body[data-page="home"] .coverage-map-card {
  position: relative;
  min-height: 154px;
  padding: 20px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 20%, rgba(34, 197, 94, .24), transparent 18%),
    radial-gradient(circle at 58% 42%, rgba(56, 189, 248, .22), transparent 20%),
    radial-gradient(circle at 76% 74%, rgba(167, 139, 250, .24), transparent 18%),
    rgba(7, 26, 43, .48) !important;
}

body[data-page="home"] .coverage-map-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(255, 255, 255, .22);
  border-radius: 26px;
}

body[data-page="home"] .coverage-map-card strong,
body[data-page="home"] .coverage-map-card small {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 280px;
}

body[data-page="home"] .coverage-map-card strong {
  margin-top: 66px;
  color: #fff;
  font-size: 1.12rem;
  line-height: 1.15;
}

body[data-page="home"] .coverage-map-card small {
  margin-top: 8px;
  color: rgba(222, 241, 255, .86);
  font-weight: 700;
}

body[data-page="home"] .coverage-map-dot {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .13);
  color: #fff;
  font-size: .68rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .02em;
}

body[data-page="home"] .coverage-map-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  background: #22c55e;
}

body[data-page="home"] .coverage-map-dot.map-north {
  top: 18px;
  left: 24px;
}

body[data-page="home"] .coverage-map-dot.map-interior {
  top: 48px;
  right: 30px;
}

body[data-page="home"] .coverage-map-dot.map-interior::before {
  background: #38bdf8;
}

body[data-page="home"] .coverage-map-dot.map-south {
  right: 24px;
  bottom: 24px;
}

body[data-page="home"] .coverage-map-dot.map-south::before {
  background: #a78bfa;
}

@media (max-width: 980px) {
  body[data-page="home"] .b2b-coverage .coverage-copy h2 {
    max-width: 16ch;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .coverage-map-card {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 8px;
    min-height: 166px;
    padding: 20px;
  }

  body[data-page="home"] .coverage-map-card strong {
    flex: 0 0 100%;
    margin-top: 20px;
    font-size: 1.05rem;
  }

  body[data-page="home"] .coverage-map-card small {
    flex: 0 0 100%;
  }

  body[data-page="home"] .coverage-map-dot,
  body[data-page="home"] .coverage-map-dot.map-north,
  body[data-page="home"] .coverage-map-dot.map-interior,
  body[data-page="home"] .coverage-map-dot.map-south {
    position: relative;
    inset: auto;
    right: auto;
    bottom: auto;
    top: auto;
    left: auto;
  }

  body[data-page="home"] .coverage-stack article {
    min-height: 0 !important;
  }
}
