:root {
  --bg: #ffffff;
  --ink: #ffffff;
  --ink-muted: rgba(255, 255, 255, 0.84);
  --dark: #212121;
  --dark-2: #2c2c2c;
  --accent: #eb0606;
  --accent-2: #b70000;
  --line: rgba(255, 255, 255, 0.72);
  --panel: rgba(110, 10, 10, 0.72);
  --shadow: 0 22px 60px rgba(80, 0, 0, 0.28);
  --radius-xl: 3rem;
  --radius-card: 1.1rem;
  --content-width: min(1200px, calc(100vw - 32px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: #111;
  font-family: "Montserrat", sans-serif;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  overflow: clip;
}

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 20;
  width: var(--content-width);
  margin: 0 auto;
  padding: 2.25rem 0 0;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 1rem;
}

.brand img {
  width: 190px;
  height: auto;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  color: var(--ink);
  font-weight: 700;
}

.main-nav a {
  position: relative;
}

.main-nav a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -0.62rem;
  color: rgba(255, 255, 255, 0.8);
}

.portal-link {
  justify-self: end;
  background: linear-gradient(135deg, #252525, #111);
  color: #fff;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.solutions-main-page {
  background: #fff;
}

.solutions-main-page .page-shell {
  width: 100%;
  margin: 0;
  background: #fff;
}

.solutions-main-page .portal-link {
  background: var(--accent);
  border-radius: 999px 0 0 999px;
  padding-inline: 1.7rem 2.8rem;
  margin-right: -2.8rem;
}

.hero {
  position: relative;
  min-height: 82rem;
  border-bottom-left-radius: min(28vw, 22rem);
  overflow: hidden;
}

.hero-carousel,
.hero-overlay,
.hero-gradient-top {
  position: absolute;
  inset: 0;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide-image,
.hero-slide-overlay {
  position: absolute;
  inset: 0;
}

.hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide-overlay {
  background:
    linear-gradient(90deg, rgba(18, 18, 18, 0.5) 0%, rgba(35, 8, 8, 0.12) 48%, rgba(18, 18, 18, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 13, 24, 0.3) 0%, rgba(30, 4, 4, 0.3) 100%);
}

.hero-slide-copy {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 0 auto;
  padding-top: 13.8rem;
  color: var(--ink);
  max-width: 1200px;
}

.hero-kicker {
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.hero-slide-copy h1 {
  margin: 0;
  max-width: 760px;
  text-transform: uppercase;
  font-size: 4.35rem;
  line-height: 0.96;
  font-weight: 900;
  text-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.hero-description {
  margin: 1.25rem 0 0;
  max-width: 620px;
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.hero-overlay {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(235, 6, 6, 0) 0%,
    rgba(235, 6, 6, 0) 33%,
    rgba(235, 6, 6, 0.66) 46%,
    rgba(235, 6, 6, 0.98) 64%,
    #eb0606 100%
  );
}

.hero-gradient-top {
  z-index: 2;
  height: 13.5rem;
  background: linear-gradient(180deg, rgba(37, 37, 37, 0.92) 8%, rgba(37, 37, 37, 0) 92%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 0 auto;
  padding-top: 42.4rem;
  color: var(--ink);
}

.hero-brandline {
  margin-top: 2.7rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 3;
}

.authorized-logo {
  width: min(430px, 50vw);
  height: auto;
  object-fit: contain;
}

.hero-controls {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 3;
}

.hero-control,
.hero-dot {
  border: 0;
  cursor: pointer;
}

.hero-control {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  backdrop-filter: blur(8px);
}

.hero-dots {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.hero-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.hero-dot.is-active {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(222, 0, 0, 0.2);
}

.technologies {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 10.5rem auto 0;
  padding-bottom: 8rem;
  color: var(--ink);
}

.technologies-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 492px);
  align-items: center;
  gap: 0.9rem 2rem;
}

.tech-line {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  height: 7.75rem;
  background: center / cover no-repeat url("./ACTIVOS/LINEA BLANCA.png");
}

.technologies h2 {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  z-index: 2;
}

.technologies h2 span {
  font-weight: 500;
}

.technologies p {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  max-width: 492px;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: justify;
}

.tech-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

.tech-card {
  position: relative;
  height: clamp(12rem, 19vw, 16.5rem);
  min-height: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
  color: inherit;
  text-decoration: none;
}

.tech-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-card);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.74) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.62) 100%);
  z-index: 1;
}

.tech-card::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 18%;
  border-radius: 76px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #111 42%, #030303 100%);
  z-index: 2;
}

.tech-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.tech-card:hover img,
.tech-card:focus-visible img {
  transform: scale(1.05);
}

.tech-card:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.tech-card span {
  position: absolute;
  inset: 50% -2.85rem auto auto;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: center;
  z-index: 3;
  color: #fff;
  -webkit-text-stroke: 0;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.95rem, 1.45vw, 1.28rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.stats-band {
  width: min(735px, calc(100vw - 32px));
  margin: -2.1rem 0 0 auto;
  margin-right: max(16px, calc((100vw - 1200px) / 2));
  background: #212121;
  color: var(--ink);
  border: 7px solid #fff;
  border-radius: 999px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 1.1rem 1.7rem;
  position: relative;
  z-index: 5;
  box-shadow: var(--shadow);
}

.stat {
  text-align: center;
  text-transform: uppercase;
}

.stat strong {
  display: block;
  font-size: 2rem;
  font-weight: 900;
}

.stat span {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.92rem;
  line-height: 1.15;
}

.timeline-section {
  position: relative;
  background: #fff;
  padding-top: 2.2rem;
  overflow: hidden;
}

.timeline-stage {
  --history-x: 0px;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  cursor: grab;
  outline: none;
  touch-action: pan-y;
  background-image: url("./ACTIVOS/pared-linea.png");
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: calc(50% + var(--history-x)) center;
  animation: panBG 50s ease-in-out infinite;
}

.timeline-stage:active {
  cursor: grabbing;
}

.timeline-stage:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(235, 6, 6, 0.55);
}

.timeline-stage.is-interacting {
  animation: none;
  background-position: calc(50% + var(--history-x)) center;
}

.timeline-shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, 0.22) 45%, transparent 72%);
  transform: translateX(-120%);
  animation: history-shine 6s ease-in-out infinite;
  mix-blend-mode: screen;
}

@keyframes panBG {
  0% {
    background-position: left center;
  }

  50% {
    background-position: right center;
  }

  100% {
    background-position: left center;
  }
}

@keyframes history-shine {
  0%,
  45% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-stage,
  .timeline-shine {
    animation: none;
    transition: none;
  }
}

.site-footer {
  position: relative;
  margin-top: -2px;
  background: var(--accent);
  color: var(--ink);
  overflow: hidden;
}

.footer-bg,
.footer-overlay {
  position: absolute;
  inset: 0;
}

.footer-bg {
  background:
    center top / cover no-repeat
      url("./ACTIVOS/pexels-jakub-novacek-924824-1.png");
}

.footer-overlay {
  background:
    radial-gradient(circle at 24% 50%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(180deg, rgba(235, 6, 6, 0.78), rgba(235, 6, 6, 0.94));
  mix-blend-mode: normal;
}

.footer-main,
.footer-bottom {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 0 auto;
}

.footer-main {
  padding: 3.7rem 0 2.6rem;
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1.15fr;
  gap: 2rem;
}

.footer-message {
  padding-right: 1.75rem;
  border-right: 1px solid rgba(255, 62, 62, 0.88);
}

.footer-message p {
  margin: 0;
  text-transform: uppercase;
  font-size: 2.8rem;
  line-height: 1.08;
}

.footer-message strong {
  font-weight: 900;
}

.footer-links,
.footer-legal {
  display: grid;
  align-content: start;
  gap: 0.45rem;
  text-transform: uppercase;
}

.footer-links {
  padding-left: 1.2rem;
  font-size: 0.9rem;
  font-weight: 700;
}

.footer-legal {
  padding-left: 1.2rem;
  border-left: 1px solid rgba(255, 62, 62, 0.88);
  font-size: 0.58rem;
  line-height: 1.35;
  font-weight: 600;
}

.footer-bottom {
  padding: 0.9rem 0 1rem;
  background: #2c2c2c;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 100vmax #2c2c2c;
  clip-path: inset(0 -100vmax);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.footer-copy {
  margin: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.5rem;
}

.footer-copy strong {
  color: #fff;
}

.footer-mark {
  width: 54px;
  height: 42px;
  object-fit: contain;
  justify-self: center;
}

.footer-social {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-transform: uppercase;
  font-size: 0.95rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
}

.footer-social img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.solutions-hero {
  position: relative;
  min-height: 43rem;
  overflow: visible;
  color: var(--ink);
}

.solutions-hero-bg {
  position: absolute;
  inset: 0 0 -8.5rem;
  background:
    linear-gradient(180deg, rgba(9, 12, 21, 0.55) 0%, rgba(9, 12, 21, 0.2) 45%, rgba(235, 6, 6, 0.58) 72%, rgba(214, 24, 18, 0.96) 100%),
    center 32% / cover no-repeat url("./ACTIVOS/pexels-spacex-586063-1.png");
}

.solutions-hero-content {
  position: relative;
  z-index: 3;
  width: var(--content-width);
  margin: 0 auto;
  padding-top: 19rem;
  text-align: center;
}

.solutions-hero h1 {
  margin: 0;
  max-width: none;
  text-transform: uppercase;
  font-size: clamp(4.4rem, 8vw, 7rem);
  line-height: 0.96;
  font-weight: 900;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.solutions-hero h1 span {
  font-weight: 500;
}

.solutions-hero p:last-child {
  max-width: 680px;
  margin: 1.2rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.6;
}

.solutions-panel {
  position: relative;
  z-index: 4;
  margin-top: -8.3rem;
  padding: 0 0 3.8rem;
  background: linear-gradient(180deg, rgba(214, 24, 18, 0.02) 0%, rgba(214, 24, 18, 0.58) 8%, rgba(214, 24, 18, 0.92) 32%, #d61812 100%);
  color: var(--ink);
  border-bottom-right-radius: min(9vw, 8.5rem);
}

.solutions-panel::before {
  content: "";
  position: absolute;
  inset: -5.5rem 0 auto;
  height: 9rem;
  background: linear-gradient(180deg, rgba(214, 24, 18, 0), rgba(214, 24, 18, 0.88));
  pointer-events: none;
}

.solutions-card-grid {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100vw - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.55rem, 1.4vw, 1.5rem);
}

.solution-card {
  position: relative;
  height: clamp(8.4rem, 18vw, 16.6rem);
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: var(--radius-card);
  overflow: hidden;
  box-shadow: var(--shadow);
  isolation: isolate;
  cursor: pointer;
  background: #111;
  text-align: left;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(30, 4, 4, 0) 0%, rgba(23, 23, 23, 0.4) 45%, #111 100%);
  z-index: 1;
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: 18%;
  border-radius: 76px;
  background: linear-gradient(90deg, rgba(120, 0, 0, 0) 0%, #ff2a2a 36%, #de0000 81%);
  z-index: 2;
}

.solution-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-card span {
  position: absolute;
  inset: 50% 0.55rem auto auto;
  transform: translateY(-50%);
  transform-origin: center;
  z-index: 3;
  color: #fff;
  -webkit-text-stroke: 0;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.58rem, 1.22vw, 1.08rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.78);
  white-space: nowrap;
}

.solution-card.is-active {
  outline: 3px solid #fff;
  outline-offset: 5px;
}

.solutions-carousel {
  width: var(--content-width);
  margin: 4rem auto 0;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.4rem;
}

.solution-slides {
  position: relative;
  min-height: 30rem;
}

.solution-detail {
  position: absolute;
  inset: 0;
  min-height: 30rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  align-items: center;
  gap: 4rem;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.76)),
    center / cover no-repeat url("./ACTIVOS/rectangle-9.png");
  border-radius: 1.1rem;
  padding: 3rem 4rem;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.solution-detail.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.section-kicker {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.78);
}

.solution-copy h2,
.coverage-copy h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: 3.3rem;
  line-height: 0.95;
  font-weight: 900;
}

.solution-copy p:last-child,
.coverage-copy p:last-child {
  max-width: 520px;
  margin: 1.2rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 1.02rem;
  line-height: 1.65;
}

.solution-features {
  border-left: 2px solid rgba(235, 6, 6, 0.95);
  padding-left: 2rem;
}

.solution-features h3 {
  margin: 0 0 1rem;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.solution-features ul {
  margin: 0;
  padding-left: 1.1rem;
  font-family: "Inter", sans-serif;
  line-height: 1.8;
}

.solution-arrow,
.solution-dot {
  border: 0;
  cursor: pointer;
}

.solution-arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  box-shadow: var(--shadow);
}

.solution-dots {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}

.solution-dot {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.solution-dot.is-active {
  background: #fff;
  box-shadow: 0 0 0 4px rgba(33, 33, 33, 0.2);
}

.coverage-section {
  background: #fff;
  color: var(--dark);
  padding: 4.5rem 0;
}

.coverage-heading {
  width: var(--content-width);
  margin: 0 auto;
  text-align: center;
}

.coverage-heading h2 {
  margin: 0;
  text-transform: uppercase;
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.coverage-heading strong {
  font-weight: 900;
}

.coverage-inner {
  width: var(--content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: 4rem;
  align-items: center;
}

.solutions-coverage {
  padding: 3.7rem 0 4rem;
}

.solutions-coverage .coverage-inner {
  margin-top: 3.2rem;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 5rem;
}

.solutions-coverage .coverage-form {
  justify-items: center;
}

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

.solutions-coverage .coverage-input-row {
  width: min(650px, 100%);
  grid-template-columns: 1fr;
  gap: 0;
}

.solutions-coverage .coverage-input-row input {
  min-height: 4.8rem;
  background: #d8d8d8;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.8vw, 1.6rem);
  letter-spacing: 0.03em;
}

.coverage-submit {
  min-width: 9rem;
  padding: 0.9rem 1.6rem;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  justify-self: center;
}

.coverage-contact-fields {
  width: min(650px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.coverage-contact-fields input {
  min-height: 3.25rem;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 0 1.15rem;
  background: #eeeeee;
  color: var(--dark);
  font: inherit;
  font-size: 0.9rem;
}

.solutions-coverage .coverage-form a {
  justify-self: center;
  margin-top: 0.8rem;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: #000;
  text-transform: uppercase;
  font-size: clamp(1.7rem, 2.6vw, 2.15rem);
  letter-spacing: 0.02em;
}

.coverage-form-note {
  max-width: 520px;
  margin: -0.25rem 0 0;
  color: #666;
  font-family: "Inter", sans-serif;
  font-size: 0.9rem;
  line-height: 1.35;
  text-align: center;
}

.coverage-form-note.is-error {
  color: var(--accent);
  font-weight: 700;
}

.solutions-coverage .coverage-copy {
  font-family: "Inter", sans-serif;
  color: #5d5d5d;
  font-size: 1.05rem;
  line-height: 1.36;
}

.solutions-coverage .coverage-copy p {
  margin: 0 0 1rem;
}

.solutions-coverage .coverage-copy p:last-child {
  max-width: none;
  margin: 1.25rem 0 0;
  font-size: 1.05rem;
}

.coverage-copy .section-kicker {
  color: var(--accent);
}

.coverage-form {
  display: grid;
  gap: 1.1rem;
}

.coverage-form label {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2rem;
}

.coverage-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
}

.coverage-input-row input {
  width: 100%;
  min-height: 4.4rem;
  border: 0;
  border-radius: 999px;
  padding: 0 2rem;
  background: #f0f0f0;
  color: var(--dark);
  font: inherit;
}

.coverage-input-row button,
.coverage-form a {
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  padding: 1rem 1.8rem;
  cursor: pointer;
}

.coverage-form a {
  justify-self: start;
  background: var(--dark);
}

.technology-hero {
  position: relative;
  min-height: 32rem;
  overflow: hidden;
  color: var(--ink);
}

.technology-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 12, 21, 0.38) 0%, rgba(235, 6, 6, 0.92) 100%),
    center 30% / cover no-repeat url("./ACTIVOS/pexels-spacex-586063-1.png");
}

.technology-hero-content {
  position: relative;
  z-index: 3;
  width: var(--content-width);
  margin: 0 auto;
  padding-top: 13.5rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 1.2rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.technology-hero h1 {
  margin: 0;
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 0.96;
  font-weight: 900;
  text-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
}

.technology-hero p:last-child {
  max-width: 680px;
  margin: 1.2rem 0 0;
  font-family: "Inter", sans-serif;
  font-size: 1.08rem;
  line-height: 1.6;
}

.technology-tabs {
  width: var(--content-width);
  margin: -2.2rem auto 0;
  position: relative;
  z-index: 4;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.technology-tabs a {
  border-radius: 999px;
  background: rgba(33, 33, 33, 0.82);
  color: #fff;
  padding: 0.85rem 1.2rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.technology-tabs a.is-active {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 0 3px #fff, 0 14px 34px rgba(0, 0, 0, 0.34);
}

.technology-detail-page .technology-hero {
  min-height: 43rem;
}

.technology-detail-page .technology-hero-bg {
  inset: 0 0 -8.5rem;
  background:
    linear-gradient(180deg, rgba(9, 12, 21, 0.48) 0%, rgba(9, 12, 21, 0.08) 45%, rgba(235, 6, 6, 0.58) 72%, #d61812 100%),
    center 32% / cover no-repeat url("./ACTIVOS/pexels-spacex-586063-1.png");
}

.technology-detail-page .technology-hero-content {
  padding-top: 19rem;
  text-align: center;
}

.technology-detail-page .technology-hero h1 {
  max-width: none;
  font-size: clamp(4.4rem, 8vw, 7rem);
}

.technology-detail-page .technology-hero h1 span {
  font-weight: 500;
}

.technology-showcase {
  position: relative;
  z-index: 4;
  margin-top: -8.3rem;
  padding: 0 0 4.8rem;
  background: linear-gradient(180deg, rgba(214, 24, 18, 0.02) 0%, rgba(214, 24, 18, 0.58) 8%, rgba(214, 24, 18, 0.92) 32%, #d61812 100%);
  color: #fff;
  border-bottom-right-radius: min(9vw, 8.5rem);
}

.technology-showcase::before {
  content: "";
  position: absolute;
  inset: -5.5rem 0 auto;
  height: 9rem;
  background: linear-gradient(180deg, rgba(214, 24, 18, 0), rgba(214, 24, 18, 0.9));
  pointer-events: none;
}

.technology-showcase-inner {
  position: relative;
  z-index: 2;
  width: var(--content-width);
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 1.1rem;
}

.technology-showcase .technology-tabs {
  width: auto;
  margin: 0;
  justify-content: center;
}

.technology-showcase .technology-tabs a {
  background: rgba(33, 33, 33, 0.78);
  box-shadow: 0 12px 32px rgba(80, 0, 0, 0.18);
}

.technology-showcase .technology-tabs a.is-active {
  background: #111;
  color: #fff;
  box-shadow: 0 0 0 3px #fff, 0 14px 34px rgba(0, 0, 0, 0.34);
}

.technology-current-copy {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.technology-page {
  display: none;
  position: relative;
  z-index: 2;
  background: transparent;
  color: #fff;
  padding: 2.4rem 0 0;
}

.technology-page.is-active {
  display: block;
}

.service-carousel {
  --service-arrow-space: 4.4rem;
  position: relative;
  width: var(--content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.service-slides {
  position: relative;
  min-height: clamp(38rem, 54vw, 46rem);
}

.service-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.72fr);
  grid-template-rows: auto auto auto 1fr auto;
  column-gap: clamp(2rem, 5vw, 5.5rem);
  align-content: start;
  border-radius: 1.6rem;
  padding: clamp(2rem, 4vw, 4.2rem) clamp(2rem, 4vw, 4.2rem) clamp(7rem, 8vw, 8.5rem);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.62) 48%, rgba(0, 0, 0, 0.94) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.72) 100%),
    center bottom / cover no-repeat url("./assets/slide-earth-bw.png"),
    radial-gradient(circle at 48% 58%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #020202 0%, #050505 48%, #171717 100%);
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.service-slide::before {
  content: none;
}

.service-slide::after {
  content: none;
}

.service-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.service-slide .section-kicker,
.service-technology-description,
.service-slide h2,
.features-heading,
.service-slide p:not(.section-kicker):not(.features-heading),
.service-slide ul {
  position: relative;
  z-index: 2;
}

.service-slide .section-kicker {
  grid-column: 1;
  grid-row: 1;
  width: min(24rem, 100%);
  margin: 0;
  border-radius: 999px;
  padding: 0.55rem 1.65rem;
  background: linear-gradient(90deg, #050505 0%, #e00000 100%);
  color: #fff;
  font-size: clamp(1.45rem, 2.7vw, 2.85rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.service-technology-description {
  grid-column: 1;
  grid-row: 2 / span 3;
  align-self: start;
  width: min(31rem, 100%);
  margin: clamp(2.6rem, 6vw, 5rem) 0 0 clamp(0rem, 1vw, 1.2rem);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.98rem, 1.38vw, 1.48rem);
  line-height: 1.22;
  text-align: left;
}

.service-technology-description strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}

.service-slide h2,
.service-slide p:not(.section-kicker):not(.service-technology-description):not(.features-heading),
.features-heading,
.service-slide ul {
  position: relative;
  right: auto;
  width: min(27rem, 100%);
  max-width: 100%;
  justify-self: end;
  min-width: 0;
}

.service-slide h2 {
  grid-column: 2;
  grid-row: 1;
  top: auto;
  margin: 0 0 0 auto;
  padding: 0.25rem 0 0.35rem;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: clamp(1.45rem, 2.25vw, 2.7rem);
  line-height: 0.95;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.service-slide p:not(.section-kicker):not(.service-technology-description):not(.features-heading) {
  grid-column: 2;
  grid-row: 2;
  top: auto;
  margin: clamp(1rem, 2vw, 1.7rem) 0 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.92rem, 1.18vw, 1.18rem);
  line-height: 1.25;
  text-align: right;
}

.service-slide strong {
  font-weight: 900;
}

.features-heading {
  grid-column: 2;
  grid-row: 3;
  top: auto;
  margin: clamp(0.9rem, 2vw, 1.4rem) 0 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.82rem, 1.05vw, 1.02rem);
  font-weight: 900;
  line-height: 1.12;
  text-align: right;
  text-transform: uppercase;
}

.service-slide ul {
  grid-column: 2;
  grid-row: 4;
  top: auto;
  margin: clamp(0.55rem, 1vw, 0.85rem) 0 0;
  padding-left: 0;
  list-style: none;
  columns: 1;
  font-family: "Inter", sans-serif;
  font-size: clamp(0.82rem, 1.05vw, 1.08rem);
  line-height: 1.22;
  text-align: right;
  text-transform: uppercase;
}

.service-arrow,
.service-dots button {
  border: 0;
  cursor: pointer;
}

.service-arrow {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  box-shadow: var(--shadow);
}

.service-dots {
  grid-column: 1 / -1;
  position: absolute;
  z-index: 6;
  left: calc(var(--service-arrow-space) + clamp(1.6rem, 3.2vw, 3.4rem));
  right: calc(var(--service-arrow-space) + clamp(1.6rem, 3.2vw, 3.4rem));
  bottom: clamp(1.6rem, 3vw, 2.7rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.45rem, 1.6vw, 1.6rem);
}

.service-dots-label {
  flex: 0 0 auto;
  color: #fff;
  font-size: clamp(0.9rem, 1.55vw, 1.55rem);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transform: translateY(-0.32rem);
}

.service-dots button {
  flex: 1 1 0;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0 0 0.7rem;
  background: transparent;
  color: #fff;
  border-bottom: 4px solid transparent;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.85rem, 1.6vw, 1.55rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  white-space: normal;
  text-wrap: balance;
}

.service-dots button.is-active {
  border-color: #fff;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1rem;
  }

  .main-nav {
    flex-wrap: wrap;
  }

  .technologies-head {
    grid-template-columns: 1fr;
  }

  .technologies h2,
  .tech-line,
  .technologies p {
    grid-column: 1;
    grid-row: auto;
  }

  .technologies p {
    max-width: 100%;
  }

  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .tech-card {
    height: clamp(10rem, 26vw, 13rem);
  }

  .tech-card span {
    inset: 50% -2.15rem auto auto;
    font-size: clamp(0.82rem, 2vw, 1.05rem);
    letter-spacing: 0.07em;
  }

  .stats-band {
    margin-right: 16px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-message,
  .footer-legal {
    border: 0;
    padding: 0;
  }

  .footer-links,
  .footer-legal {
    padding-left: 0;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-social {
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .solutions-card-grid {
    width: min(680px, calc(100vw - 44px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .coverage-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .solutions-carousel {
    grid-template-columns: 1fr;
  }

  .solution-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
  }

  .solution-arrow[data-solution-action="prev"] {
    left: 1rem;
  }

  .solution-arrow[data-solution-action="next"] {
    right: 1rem;
  }

  .solution-slides {
    min-height: 38rem;
  }

  .solution-detail {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .solution-detail {
    padding: 2.5rem;
  }

  .solution-features {
    border-left: 0;
    border-top: 2px solid rgba(235, 6, 6, 0.95);
    padding: 1.5rem 0 0;
  }
}

@media (max-width: 780px) {
  .site-header {
    padding-top: 1.4rem;
  }

  .brand img {
    width: 150px;
  }

  .main-nav {
    gap: 0.75rem 1rem;
    font-size: 0.62rem;
  }

  .portal-link {
    font-size: 0.65rem;
    padding: 0.75rem 1rem;
  }

  .hero {
    min-height: auto;
    border-bottom-left-radius: 5rem;
  }

  .hero-slide-copy {
    padding-top: 12.4rem;
  }

  .hero-slide-copy h1 {
    max-width: 90%;
    font-size: 3.4rem;
  }

  .hero-content {
    padding-top: 40rem;
  }

  .hero-brandline {
    justify-content: center;
    margin-top: 2.2rem;
  }

  .authorized-logo {
    width: min(390px, 76vw);
  }

  .technologies {
    margin-top: 5.5rem;
    padding-bottom: 5rem;
  }

  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }

  .tech-card {
    height: clamp(8.2rem, 27vw, 10.8rem);
    border-radius: 1.05rem;
  }

  .tech-card::after {
    width: 20%;
  }

  .tech-card span {
    inset: 50% -1.75rem auto auto;
    font-size: clamp(0.68rem, 2.5vw, 0.86rem);
    letter-spacing: 0.05em;
  }

  .stats-band {
    width: calc(100vw - 24px);
    margin: -1rem auto 0;
    grid-template-columns: 1fr;
    border-radius: 2rem;
    padding: 1.2rem;
  }

  .timeline-section {
    padding-top: 1rem;
  }

  .solutions-hero {
    min-height: 31rem;
  }

  .solutions-hero-content {
    padding-top: 13rem;
  }

  .solutions-hero h1,
  .solution-copy h2,
  .coverage-copy h2 {
    font-size: 3rem;
  }

  .solutions-panel {
    margin-top: -3.2rem;
    padding-bottom: 2.6rem;
  }

  .coverage-input-row {
    grid-template-columns: 1fr;
  }

  .solutions-coverage .coverage-inner {
    grid-template-columns: 1fr;
    gap: 2.2rem;
    margin-top: 2rem;
  }

  .solutions-coverage .coverage-heading h2 {
    font-size: 2.35rem;
    line-height: 1.08;
  }

  .solutions-coverage .coverage-input-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.85rem;
  }

  .solutions-coverage .coverage-input-row input {
    border-radius: 999px;
  }

  .coverage-contact-fields {
    grid-template-columns: 1fr;
    width: min(520px, 100%);
  }

  .solutions-coverage .coverage-form a {
    margin-top: 0.3rem;
  }

  .solutions-coverage .coverage-copy {
    width: min(520px, 100%);
    margin: 0 auto;
    text-align: left;
  }

  .technology-hero {
    min-height: 29rem;
  }

  .technology-hero-content {
    padding-top: 12rem;
  }

  .technology-detail-page .technology-hero {
    min-height: 31rem;
  }

  .technology-detail-page .technology-hero-content {
    padding-top: 13rem;
  }

  .technology-showcase {
    margin-top: -3.2rem;
    padding-bottom: 3rem;
  }

  .technology-showcase-inner {
    gap: 0.9rem;
  }

  .technology-showcase .technology-tabs {
    gap: 0.55rem;
  }

  .technology-showcase .technology-tabs a {
    padding: 0.75rem 0.95rem;
    font-size: 0.72rem;
  }

  .technology-hero h1 {
    font-size: 3rem;
  }

  .service-carousel {
    --service-arrow-space: 0rem;
    grid-template-columns: 1fr;
  }

  .service-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
  }

  .service-arrow[data-service-action="prev"] {
    left: 1rem;
  }

  .service-arrow[data-service-action="next"] {
    right: 1rem;
  }

  .service-slides {
    min-height: 38rem;
  }

  .service-slide {
    grid-template-columns: minmax(0, 0.88fr) minmax(17rem, 0.78fr);
    column-gap: 2rem;
    padding: 2.8rem 2.4rem 7rem;
  }

  .service-slide .section-kicker {
    width: min(18rem, 100%);
    font-size: clamp(1.4rem, 2.6vw, 2.2rem);
  }

  .service-technology-description {
    width: min(25rem, 100%);
    margin-top: 3rem;
    margin-left: 0;
    font-size: clamp(0.92rem, 1.5vw, 1.05rem);
  }

  .service-slide h2,
  .service-slide p:not(.section-kicker):not(.service-technology-description):not(.features-heading),
  .features-heading,
  .service-slide ul {
    right: auto;
    width: min(24rem, 100%);
    max-width: 100%;
  }

  .service-slide h2 {
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  }

  .service-slide p:not(.section-kicker):not(.service-technology-description):not(.features-heading) {
    font-size: clamp(0.86rem, 1.4vw, 1rem);
  }

  .features-heading,
  .service-slide ul {
    font-size: 0.84rem;
  }

  .service-dots {
    left: 2rem;
    right: 2rem;
    gap: 0.6rem;
  }

  .service-dots-label {
    font-size: 0.9rem;
  }

  .service-dots button {
    font-size: 0.82rem;
  }
}

@media (max-width: 520px) {
  .hero-slide-copy {
    padding-top: 11.4rem;
  }

  .hero-slide-copy h1 {
    max-width: 100%;
    font-size: 2.55rem;
  }

  .hero-description {
    max-width: 92%;
    font-size: 0.95rem;
  }

  .hero-content {
    padding-top: 37rem;
  }

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

  .hero-brandline {
    margin-top: 1.9rem;
  }

  .authorized-logo {
    width: min(320px, 78vw);
  }

  .technologies h2 {
    font-size: 1.75rem;
  }

  .technologies p {
    font-size: 1rem;
  }

  .tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .tech-card {
    height: clamp(6.8rem, 34vw, 8.8rem);
    border-radius: 0.85rem;
  }

  .tech-card span {
    inset: 50% -1.35rem auto auto;
    font-size: clamp(0.52rem, 3vw, 0.7rem);
    letter-spacing: 0.03em;
  }

  .footer-message p {
    font-size: 1.75rem;
  }

  .footer-social {
    font-size: 0.82rem;
  }

  .solutions-hero h1,
  .solution-copy h2,
  .coverage-copy h2 {
    font-size: 2.35rem;
  }

  .solutions-card-grid {
    width: calc(100vw - 28px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .solution-card {
    height: clamp(5.8rem, 22vw, 8.4rem);
    border-radius: 0.75rem;
  }

  .solution-card span {
    inset: 50% 0.32rem auto auto;
    font-size: clamp(0.42rem, 1.8vw, 0.62rem);
    letter-spacing: 0.02em;
  }

  .solutions-coverage .coverage-heading h2 {
    font-size: 1.95rem;
  }

  .solutions-coverage .coverage-input-row input {
    min-height: 4rem;
    padding: 0 1.2rem;
    font-size: 0.95rem;
  }

  .solutions-coverage .coverage-form a {
    font-size: 1.55rem;
  }

  .solution-slides {
    min-height: 43rem;
  }

  .solution-detail {
    padding: 1.5rem;
  }

  .coverage-section {
    padding: 3rem 0;
  }

  .technology-hero h1 {
    font-size: 2.35rem;
  }

  .technology-showcase .technology-tabs {
    width: calc(100vw - 28px);
  }

  .technology-showcase .technology-tabs a {
    flex: 1 1 calc(50% - 0.55rem);
    text-align: center;
  }

  .technology-current-copy {
    width: calc(100vw - 40px);
    font-size: 0.92rem;
  }

  .service-slides {
    min-height: clamp(58rem, 150vw, 70rem);
  }

  .service-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 0;
    padding: 1.65rem 1.4rem 12rem;
  }

  .service-slide .section-kicker {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    padding: 0.55rem 1.2rem;
    font-size: clamp(1.2rem, 7vw, 1.55rem);
  }

  .service-technology-description {
    grid-column: 1;
    grid-row: auto;
    width: 100%;
    margin: 1rem 0 0;
    font-size: clamp(0.86rem, 3.7vw, 0.96rem);
    line-height: 1.25;
  }

  .service-slide h2 {
    grid-column: 1;
    grid-row: auto;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 1.35rem;
    font-size: clamp(1.35rem, 7.5vw, 1.85rem);
    text-align: left;
  }

  .service-slide p:not(.section-kicker):not(.service-technology-description):not(.features-heading) {
    grid-column: 1;
    grid-row: auto;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 0.85rem;
    font-size: clamp(0.88rem, 3.7vw, 0.98rem);
    text-align: left;
  }

  .features-heading {
    grid-column: 1;
    grid-row: auto;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 1rem;
    font-size: 0.82rem;
    text-align: left;
  }

  .service-slide ul {
    grid-column: 1;
    grid-row: auto;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    columns: 1;
    font-size: clamp(0.78rem, 3.4vw, 0.88rem);
    text-align: left;
  }

  .service-dots {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .service-dots-label {
    grid-column: 1 / -1;
    font-size: 1rem;
    text-align: center;
  }

  .service-dots button {
    padding-bottom: 0.45rem;
    font-size: 0.9rem;
  }
}
