:root {
  --ink: #0e1726;
  --ink-soft: #17253a;
  --muted: #617086;
  --muted-strong: #405066;
  --soft: #f3f7fc;
  --line: rgba(107, 132, 168, 0.18);
  --blue: #0b5fb8;
  --blue-deep: #08172f;
  --blue-night: #091e3d;
  --orange: #f47a18;
  --orange-soft: #ffb77b;
  --green: #169b72;
  --white: #ffffff;
  --shadow-lg: 0 30px 80px rgba(6, 16, 32, 0.18);
  --shadow-md: 0 22px 56px rgba(16, 30, 52, 0.1);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 16px;
  --nav-height: 86px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(45, 138, 245, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(244, 122, 24, 0.12), transparent 18%),
    linear-gradient(180deg, #07111f 0%, #09182c 28%, #0a1630 100%);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(130, 173, 236, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(130, 173, 236, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.55), transparent 88%);
  pointer-events: none;
  opacity: 0.42;
  z-index: -1;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

body.is-loading {
  overflow: hidden;
}

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  min-height: 100svh;
  padding: clamp(1rem, 4vw, 3rem);
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(88, 166, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(88, 166, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #02040a 0%, #06101d 45%, #020814 100%);
  background-size: 82px 82px, 82px 82px, auto;
  transition: opacity 560ms ease, visibility 560ms ease;
}

.site-loader,
.site-loader * {
  box-sizing: border-box;
}

.site-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader.is-leaving {
  pointer-events: none;
  animation: loaderBackdropExit 1360ms cubic-bezier(0.2, 0.82, 0.2, 1) forwards;
}

.site-loader.is-leaving::before,
.site-loader.is-leaving::after,
.site-loader.is-leaving .loader-field,
.site-loader.is-leaving .loader-sweep {
  animation: loaderFadeAway 520ms ease forwards;
}

.site-loader.is-leaving .loader-kicker,
.site-loader.is-leaving .loader-3d-stage,
.site-loader.is-leaving .loader-signal,
.site-loader.is-leaving .loader-status,
.site-loader.is-leaving .loader-progress {
  animation: loaderFadeAway 420ms ease forwards;
}

.site-loader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(98, 213, 255, 0.4) 0 1px, transparent 1.8px);
  background-position: 0 0, 38px 52px;
  background-size: 120px 120px, 170px 170px;
  opacity: 0.24;
  animation: loaderField 6s linear infinite;
}

.site-loader::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, transparent 0%, rgba(98, 213, 255, 0.08) 48%, transparent 56%),
    linear-gradient(180deg, transparent 0%, rgba(244, 122, 24, 0.08) 50%, transparent 100%);
  opacity: 0.82;
  transform: translateX(-32%);
  animation: loaderAtmosphere 2.8s ease-in-out infinite;
}

.loader-field,
.loader-sweep {
  position: absolute;
  pointer-events: none;
}

.loader-field {
  inset: 12% 0 auto;
  height: 18rem;
  z-index: -1;
  background:
    linear-gradient(90deg, transparent, rgba(98, 213, 255, 0.2), transparent),
    repeating-linear-gradient(90deg, transparent 0 18px, rgba(255, 255, 255, 0.12) 19px 20px, transparent 21px 42px);
  opacity: 0.46;
  filter: blur(0.2px);
  transform: perspective(900px) rotateX(62deg) translateY(-30%);
}

.loader-sweep {
  left: 50%;
  top: 50%;
  width: min(68rem, 84vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 213, 255, 0.94), rgba(244, 122, 24, 0.72), transparent);
  box-shadow: 0 0 28px rgba(98, 213, 255, 0.48);
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: center;
  animation: loaderLineReveal 1.2s 0.2s ease forwards;
}

.loader-panel {
  width: min(900px, 100%);
  display: grid;
  justify-items: center;
  gap: 1.1rem;
  text-align: center;
}

.loader-kicker,
.loader-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  color: rgba(235, 244, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.loader-kicker {
  max-width: 100%;
  opacity: 0;
  animation: loaderFadeUp 540ms 0.2s ease forwards;
}

.loader-dot-cluster {
  position: relative;
  width: 2.1rem;
  height: 1.35rem;
}

.loader-dot-cluster i {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 0 18px rgba(98, 213, 255, 0.52);
}

.loader-dot-cluster i:nth-child(1) {
  left: 0;
  bottom: 0.14rem;
}

.loader-dot-cluster i:nth-child(2) {
  left: 0.78rem;
  top: 0;
  width: 0.84rem;
  height: 0.84rem;
  background: #62d5ff;
}

.loader-dot-cluster i:nth-child(3) {
  right: 0;
  bottom: 0;
  background: var(--orange);
}

.loader-3d-stage {
  position: relative;
  width: min(15rem, 52vw);
  height: clamp(7rem, 16vw, 9.5rem);
  display: grid;
  place-items: center;
  perspective: 900px;
  opacity: 0;
  animation: loaderFadeUp 560ms 0.42s ease forwards;
}

.loader-3d-stage::before {
  content: "";
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 6%;
  height: 18%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(98, 213, 255, 0.3), transparent 70%);
  filter: blur(8px);
}

.loader-3d-core {
  position: relative;
  width: clamp(7.2rem, 15vw, 9rem);
  height: clamp(7.2rem, 15vw, 9rem);
  transform-style: preserve-3d;
  animation: loaderCoreFloat 3.8s ease-in-out infinite;
}

.loader-orbit,
.loader-node {
  position: absolute;
  pointer-events: none;
}

.loader-orbit {
  inset: 7%;
  border: 1px solid rgba(98, 213, 255, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(98, 213, 255, 0.18);
  transform-style: preserve-3d;
}

.orbit-one {
  transform: rotateX(64deg) rotateZ(8deg);
  animation: loaderOrbitOne 4.6s linear infinite;
}

.orbit-two {
  inset: 15%;
  border-color: rgba(244, 122, 24, 0.34);
  transform: rotateY(66deg) rotateZ(-18deg);
  animation: loaderOrbitTwo 5.4s linear infinite;
}

.orbit-three {
  inset: 24%;
  border-style: dashed;
  border-color: rgba(255, 255, 255, 0.22);
  transform: rotateX(24deg) rotateY(56deg);
  animation: loaderOrbitThree 6s linear infinite;
}

.loader-cube {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(3.5rem, 7vw, 4.6rem);
  height: clamp(3.5rem, 7vw, 4.6rem);
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(-20deg) rotateY(34deg);
  animation: loaderCubeSpin 5.8s linear infinite;
}

.cube-face {
  --cube-depth: clamp(1.75rem, 3.5vw, 2.3rem);
  position: absolute;
  inset: 0;
  border: 1px solid rgba(159, 222, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(98, 213, 255, 0.18), rgba(244, 122, 24, 0.08)),
    rgba(6, 20, 40, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 0 22px rgba(98, 213, 255, 0.12);
  backface-visibility: visible;
}

.cube-front {
  transform: translateZ(var(--cube-depth));
}

.cube-back {
  transform: rotateY(180deg) translateZ(var(--cube-depth));
}

.cube-right {
  transform: rotateY(90deg) translateZ(var(--cube-depth));
}

.cube-left {
  transform: rotateY(-90deg) translateZ(var(--cube-depth));
}

.cube-top {
  transform: rotateX(90deg) translateZ(var(--cube-depth));
}

.cube-bottom {
  transform: rotateX(-90deg) translateZ(var(--cube-depth));
}

.loader-node {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: #62d5ff;
  box-shadow: 0 0 18px rgba(98, 213, 255, 0.82);
  animation: loaderNodePulse 1.8s ease-in-out infinite;
}

.loader-node.node-a {
  left: 9%;
  top: 28%;
}

.loader-node.node-b {
  right: 11%;
  top: 55%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(244, 122, 24, 0.72);
  animation-delay: 0.35s;
}

.loader-node.node-c {
  left: 48%;
  bottom: 6%;
  width: 0.46rem;
  height: 0.46rem;
  background: var(--white);
  animation-delay: 0.7s;
}

.loader-title-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(0.78rem, 2vw, 1.2rem);
  max-width: min(100%, 47rem);
  min-height: clamp(5.6rem, 12vw, 8rem);
  padding: clamp(0.7rem, 1.8vw, 1rem) clamp(1rem, 3vw, 2.1rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.04)),
    rgba(3, 10, 21, 0.62);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(22px);
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  animation: loaderTitleIn 780ms 0.7s cubic-bezier(0.2, 0.82, 0.2, 1) forwards;
}

.site-loader.is-leaving .loader-title-shell {
  animation: loaderBrandDock 1300ms cubic-bezier(0.18, 0.9, 0.22, 1) forwards;
}

.loader-title-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 -35%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.22), transparent);
  transform: skewX(-18deg);
  animation: loaderGlassSweep 1.8s 1.05s ease forwards;
}

.site-loader.is-leaving .loader-title-shell::before {
  animation: loaderDockSweep 760ms ease forwards;
}

.loader-title-shell img {
  position: relative;
  z-index: 1;
  width: clamp(3.9rem, 8vw, 5.7rem);
  height: clamp(3.9rem, 8vw, 5.7rem);
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18), 0 18px 38px rgba(0, 0, 0, 0.32);
}

.loader-title-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: start;
  min-width: 0;
  text-align: left;
}

.loader-title-copy strong {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(2.6rem, 8.5vw, 6.8rem);
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: 0;
  text-shadow: 0 0 26px rgba(98, 213, 255, 0.2);
}

.loader-title-copy small {
  margin-top: 0.38rem;
  color: rgba(235, 244, 255, 0.68);
  font-size: clamp(0.74rem, 1.9vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.loader-title-copy::after {
  content: "";
  position: absolute;
  top: 0.18rem;
  right: -0.35rem;
  width: 2px;
  height: 0.95em;
  background: #62d5ff;
  box-shadow: 0 0 14px rgba(98, 213, 255, 0.78);
  animation: loaderCursor 620ms step-end infinite;
}

.site-loader.is-leaving .loader-title-copy::after {
  animation: loaderFadeAway 180ms ease forwards;
}

.loader-signal {
  width: min(39rem, 88vw);
  height: 2.8rem;
  display: grid;
  place-items: center;
  opacity: 0;
  animation: loaderFadeUp 560ms 1.18s ease forwards;
}

.loader-signal span {
  width: 100%;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent),
    repeating-linear-gradient(90deg, transparent 0 14px, rgba(98, 213, 255, 0.8) 15px 16px, transparent 17px 32px);
  box-shadow: 0 0 22px rgba(98, 213, 255, 0.48);
  animation: loaderSignal 1.35s ease-in-out infinite;
}

.loader-status {
  flex-wrap: wrap;
  width: min(42rem, 100%);
  opacity: 0;
  animation: loaderFadeUp 560ms 1.32s ease forwards;
}

.loader-status span {
  padding: 0.46rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: rgba(235, 244, 255, 0.74);
  background: rgba(255, 255, 255, 0.06);
}

.loader-progress {
  width: min(34rem, 80vw);
  height: 3px;
  margin-top: 0.4rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  animation: loaderFadeUp 560ms 1.45s ease forwards;
}

.loader-progress span {
  display: block;
  height: 100%;
  transform-origin: left;
  background: linear-gradient(90deg, var(--blue), #62d5ff, var(--orange));
  box-shadow: 0 0 18px rgba(98, 213, 255, 0.54);
  animation: loaderProgress 2.15s cubic-bezier(0.72, 0, 0.18, 1) infinite;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
}

.site-nav {
  min-height: var(--nav-height);
  background: rgba(247, 250, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(20px);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-nav.is-scrolled {
  background: rgba(248, 251, 255, 0.92);
  border-color: rgba(107, 132, 168, 0.14);
  box-shadow: 0 18px 44px rgba(10, 30, 58, 0.08);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: var(--ink);
}

.brand-lockup.is-loader-target {
  opacity: 0;
}

.brand-lockup img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 12px 24px rgba(11, 95, 184, 0.14);
}

.brand-lockup span {
  display: grid;
  gap: 0.15rem;
  line-height: 1.02;
}

.brand-lockup strong {
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.03rem;
  letter-spacing: 0.04em;
}

.brand-lockup small {
  color: var(--muted);
  font-size: 0.79rem;
}

.navbar .nav-link {
  color: #24344c;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.8rem 0.95rem;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--blue);
  background: rgba(11, 95, 184, 0.08);
  transform: translateY(-1px);
}

.site-nav .navbar-collapse {
  flex-basis: auto;
}

.site-nav .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: flex-end;
}

.navbar-toggler {
  border: 1px solid rgba(107, 132, 168, 0.2);
  border-radius: 14px;
  padding: 0.6rem;
  background: rgba(255, 255, 255, 0.8);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 184, 0.14);
}

.nav-contact {
  color: var(--white) !important;
  background: linear-gradient(135deg, var(--ink) 0%, #17345a 100%);
  box-shadow: 0 16px 30px rgba(9, 30, 61, 0.16);
  margin-left: 0.45rem;
}

.nav-contact:hover,
.nav-contact:focus {
  color: var(--white) !important;
  background: linear-gradient(135deg, var(--blue) 0%, #2d8af5 100%);
}

.hero-section {
  position: relative;
  overflow: clip;
  padding: 8.4rem 0 5rem;
  min-height: 100svh;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 25%, rgba(64, 141, 255, 0.18), transparent 26%),
    radial-gradient(circle at 84% 20%, rgba(244, 122, 24, 0.2), transparent 20%),
    linear-gradient(130deg, #06111f 0%, #0a1d37 38%, #0b3362 100%);
}

.hero-aurora,
.hero-glow,
.hero-grid {
  position: absolute;
  inset: 0;
}

.hero-aurora {
  pointer-events: none;
}

.hero-glow {
  filter: blur(26px);
  opacity: 0.9;
  animation: pulseGlow 8s ease-in-out infinite alternate;
}

.glow-one {
  inset: 12% auto auto 6%;
  width: 28rem;
  height: 28rem;
  background: radial-gradient(circle, rgba(77, 160, 255, 0.42), transparent 68%);
}

.glow-two {
  inset: auto 6% 8% auto;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, rgba(244, 122, 24, 0.36), transparent 66%);
  animation-duration: 10s;
}

.hero-grid {
  background:
    linear-gradient(90deg, rgba(130, 173, 236, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(130, 173, 236, 0.12) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28) 70%, transparent);
  opacity: 0.42;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 2.4rem;
  align-items: center;
}

.hero-copy-block {
  max-width: 43rem;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.35rem;
  padding: 0.5rem 0.85rem 0.5rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.hero-kicker span {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 30%, #ffffff 0%, rgba(255, 255, 255, 0.78) 18%, rgba(11, 95, 184, 0.88) 60%, rgba(255, 255, 255, 0) 65%),
    linear-gradient(135deg, rgba(64, 141, 255, 0.9), rgba(244, 122, 24, 0.92));
  box-shadow: 0 0 28px rgba(93, 164, 255, 0.35);
}

.hero-kicker p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-section h1 {
  margin: 0;
  max-width: 13ch;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.93;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-copy {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  color: rgba(232, 241, 255, 0.84);
  font-size: 1.15rem;
  line-height: 1.82;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.action-btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.86rem 1.24rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.action-btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn-primary {
  --bs-btn-bg: linear-gradient(135deg, #ff9b4d 0%, #f47a18 55%, #d85c00 100%);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: linear-gradient(135deg, #ffa860 0%, #ff8a2a 55%, #dc6408 100%);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: #db6a0f;
  --bs-btn-active-border-color: #db6a0f;
  background: linear-gradient(135deg, #ff9b4d 0%, #f47a18 55%, #d85c00 100%);
  border: none;
  box-shadow: 0 20px 42px rgba(244, 122, 24, 0.26);
}

.btn-outline-light {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.35rem;
}

.hero-proof div {
  padding: 1.15rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(10px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-proof strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.hero-proof span {
  display: block;
  color: rgba(224, 236, 255, 0.72);
  line-height: 1.5;
  font-size: 0.93rem;
}

.hero-stage {
  position: relative;
  min-height: 42rem;
  perspective: 1400px;
}

.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  box-shadow: 0 34px 78px rgba(4, 13, 27, 0.32);
  backdrop-filter: blur(18px);
}

.hero-orbit {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

.orbit-ring,
.orbit-node {
  position: absolute;
}

.orbit-ring {
  border: 1px solid rgba(143, 184, 255, 0.18);
  border-radius: 50%;
  animation: orbitRotate 18s linear infinite;
}

.ring-one {
  inset: 3rem 1rem auto auto;
  width: 23rem;
  height: 23rem;
}

.ring-two {
  inset: auto auto 0 2rem;
  width: 18rem;
  height: 18rem;
  animation-direction: reverse;
  animation-duration: 24s;
}

.orbit-node {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, #ffffff 0%, rgba(255, 255, 255, 0.85) 22%, rgba(80, 164, 255, 0.94) 66%, rgba(255, 255, 255, 0) 68%);
  box-shadow: 0 0 20px rgba(111, 182, 255, 0.4);
}

.node-one {
  top: 5.6rem;
  right: 8rem;
}

.node-two {
  bottom: 8rem;
  left: 3rem;
}

.node-three {
  top: 48%;
  right: 1rem;
}

.hero-main-card {
  position: absolute;
  inset: 4rem 3.8rem 4rem 3.8rem;
  border-radius: 32px;
  padding: 1.25rem;
  transform: rotateY(-11deg) rotateX(6deg);
  animation: floatCard 8s ease-in-out infinite;
}

.hero-main-head,
.hero-main-footer,
.signal-card,
.hero-floating-metric {
  position: relative;
  z-index: 1;
}

.hero-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.25rem 0.2rem 1rem;
}

.hero-main-head p,
.signal-card p,
.signal-copy p {
  margin: 0;
  color: rgba(219, 232, 255, 0.66);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-main-head span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-visual-stack {
  position: relative;
  height: calc(100% - 8.75rem);
  min-height: 25rem;
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(244, 122, 24, 0.2), transparent 30%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.02));
}

.hero-stack-primary,
.hero-stack-secondary {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 24px 44px rgba(4, 13, 27, 0.25);
}

.hero-stack-primary {
  inset: 1.1rem 7.1rem 5rem 1.1rem;
  border-radius: 24px;
}

.hero-stack-secondary {
  width: 42%;
  height: 40%;
  right: 1.1rem;
  bottom: 1.1rem;
  border-radius: 22px;
  border: 4px solid rgba(255, 255, 255, 0.24);
}

.hero-main-footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.hero-main-footer div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(6, 20, 40, 0.34);
}

.hero-main-footer span {
  color: rgba(240, 247, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-main-footer svg {
  width: 18px;
  height: 18px;
  color: var(--orange-soft);
  flex: 0 0 auto;
}

.signal-card {
  position: absolute;
  border-radius: 24px;
  padding: 1.2rem 1.3rem;
  animation: floatCard 7.2s ease-in-out infinite;
}

.signal-card strong {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.96);
  line-height: 1.52;
  font-size: 0.98rem;
  font-weight: 700;
}

.signal-card-top {
  top: 2.2rem;
  left: 0;
  width: 16.5rem;
  animation-delay: -1.4s;
}

.signal-card-bottom {
  right: 0.4rem;
  bottom: 7.4rem;
  width: 18rem;
  animation-delay: -2.4s;
}

.signal-line {
  position: relative;
  height: 0.45rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}

.signal-line span {
  position: absolute;
  inset: 0;
  width: 42%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(107, 190, 255, 1), rgba(255, 255, 255, 0));
  animation: scanLine 2.6s linear infinite;
}

.hero-floating-metric {
  position: absolute;
  width: 14.5rem;
  padding: 1rem 1.1rem;
  border-radius: 24px;
  animation: floatCard 9s ease-in-out infinite;
}

.metric-left {
  left: 1.6rem;
  bottom: 3rem;
}

.metric-right {
  right: 2rem;
  top: 7rem;
  animation-delay: -3.6s;
}

.hero-floating-metric span {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: rgba(209, 226, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-floating-metric strong {
  display: block;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.hero-floating-metric p {
  margin: 0.55rem 0 0;
  color: rgba(222, 237, 255, 0.76);
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-badges {
  position: absolute;
  left: 4rem;
  right: 4rem;
  bottom: -1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 46px;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.92rem;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.hero-badges svg {
  width: 17px;
  height: 17px;
  color: #8fd2ff;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(11, 95, 184, 0.95), rgba(8, 23, 47, 0.98) 54%, rgba(244, 122, 24, 0.92)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.strip-item {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 0.8rem;
  row-gap: 0.15rem;
  padding: 1.05rem 1.25rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  transition: background 180ms ease, transform 180ms ease;
}

.strip-item:last-child {
  border-right: 0;
}

.strip-item:hover,
.strip-item:focus {
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.strip-item svg {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  color: #91d7ff;
}

.strip-item span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.strip-item strong {
  min-width: 0;
  overflow: hidden;
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section {
  position: relative;
  padding: 6rem 0;
  overflow: hidden;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.9;
}

.section::after {
  content: "";
  position: absolute;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(34px);
  opacity: 0.18;
  pointer-events: none;
}

.section-heading {
  max-width: 50rem;
  margin-bottom: 2.25rem;
}

.section-heading.compact {
  margin-bottom: 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
  color: #d8e9ff;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.eyebrow::before {
  content: "";
  width: 2.35rem;
  height: 0.2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), #ffb472);
}

.eyebrow.dark {
  color: #8fc6ff;
}

.section-heading h2,
.about-layout h2,
.support-layout h2 {
  margin: 0;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.section-heading p,
.about-layout p,
.support-layout p {
  color: rgba(222, 236, 255, 0.74);
  line-height: 1.8;
}

.section-heading > p:last-child {
  margin-top: 0.85rem;
  font-size: 1.04rem;
}

.section-solutions::before,
.about-band::before,
.catalog-section::before,
.support-section::before,
.contact-section::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    linear-gradient(90deg, rgba(130, 173, 236, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(130, 173, 236, 0.06) 1px, transparent 1px);
  background-size: auto, 74px 74px, 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 92%);
}

.section-solutions::after {
  top: -8rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(73, 154, 255, 0.9), transparent 62%);
}

.about-band::after {
  bottom: -12rem;
  left: -8rem;
  background: radial-gradient(circle, rgba(244, 122, 24, 0.88), transparent 60%);
}

.catalog-section::after {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(56, 135, 240, 0.7), transparent 64%);
}

.support-section::after {
  top: -9rem;
  right: -7rem;
  background: radial-gradient(circle, rgba(244, 122, 24, 0.9), transparent 60%);
}

.contact-section::after {
  bottom: -10rem;
  right: -5rem;
  background: radial-gradient(circle, rgba(84, 167, 255, 0.9), transparent 60%);
}

.section-solutions {
  background:
    radial-gradient(circle at top left, rgba(53, 143, 255, 0.18), transparent 22%),
    linear-gradient(180deg, #071426 0%, #0b1a31 100%);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
}

.solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at top right, rgba(73, 154, 255, 0.16), transparent 34%);
  box-shadow: 0 24px 52px rgba(4, 13, 27, 0.24);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(143, 198, 255, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  opacity: 0.9;
  pointer-events: none;
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: auto 1.25rem 1.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 122, 24, 0), rgba(244, 122, 24, 0.78), rgba(244, 122, 24, 0));
}

.solution-card > * {
  position: relative;
  z-index: 1;
}

.solution-card:nth-child(1) .icon-pin::after,
.solution-card:nth-child(2) .icon-pin::after,
.solution-card:nth-child(3) .icon-pin::after,
.solution-card:nth-child(4) .icon-pin::after {
  position: absolute;
  left: 0;
  top: calc(100% + 0.7rem);
  color: rgba(220, 235, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.solution-card:nth-child(1) .icon-pin::after {
  content: "Implementacion fisica";
}

.solution-card:nth-child(2) .icon-pin::after {
  content: "Capacidad critica";
}

.solution-card:nth-child(3) .icon-pin::after {
  content: "Conexion empresarial";
}

.solution-card:nth-child(4) .icon-pin::after {
  content: "Operacion diaria";
}

.solution-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 36px 78px rgba(4, 13, 27, 0.38);
  border-color: rgba(143, 198, 255, 0.26);
}

.solution-card.featured {
  transform: translateY(-18px);
  background:
    radial-gradient(circle at top right, rgba(118, 175, 255, 0.28), transparent 35%),
    linear-gradient(150deg, rgba(16, 44, 84, 0.98) 0%, rgba(10, 24, 48, 0.98) 100%);
  box-shadow: 0 28px 62px rgba(6, 18, 36, 0.28);
}

.solution-card.featured::before {
  background:
    radial-gradient(circle at top left, rgba(255, 191, 130, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.solution-card.featured h3,
.solution-card.featured p,
.solution-card.featured strong {
  color: var(--white);
}

.solution-card.featured p,
.solution-card.featured strong {
  color: rgba(242, 248, 255, 0.78);
}

.icon-pin {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(73, 154, 255, 0.2), rgba(255, 255, 255, 0.08));
  color: #8fc6ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.featured .icon-pin {
  background: rgba(255, 255, 255, 0.12);
  color: #8fd2ff;
}

.solution-card:hover .icon-pin {
  transform: translateY(-3px) scale(1.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 16px 28px rgba(52, 133, 240, 0.18);
}

.solution-card h3 {
  margin: 2.3rem 0 0.6rem;
  color: var(--white);
  font-size: 1.26rem;
  line-height: 1.15;
  font-weight: 800;
}

.solution-card p {
  margin-bottom: 1rem;
  color: rgba(222, 236, 255, 0.74);
  line-height: 1.68;
}

.solution-card strong {
  color: #9ad2ff;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-band {
  background:
    radial-gradient(circle at top right, rgba(73, 154, 255, 0.15), transparent 18%),
    linear-gradient(180deg, #09172b 0%, #0b1d36 100%);
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
  gap: 3.2rem;
  align-items: center;
}

.about-layout .lead {
  margin-top: 1rem;
  color: rgba(240, 247, 255, 0.84);
  font-size: 1.1rem;
}

.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.7rem;
}

.metrics-row div {
  position: relative;
  padding: 1.1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 22px 44px rgba(4, 13, 27, 0.2);
  backdrop-filter: blur(16px);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.metrics-row div::before {
  position: absolute;
  top: 0.9rem;
  right: 0.95rem;
  color: rgba(255, 255, 255, 0.18);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.metrics-row div:nth-child(1)::before {
  content: "01";
}

.metrics-row div:nth-child(2)::before {
  content: "02";
}

.metrics-row div:nth-child(3)::before {
  content: "03";
}

.metrics-row div:hover {
  transform: translateY(-8px);
  border-color: rgba(143, 198, 255, 0.24);
  box-shadow: 0 30px 58px rgba(4, 13, 27, 0.28);
}

.metrics-row strong {
  display: block;
  color: #8fc6ff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.metrics-row span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(220, 235, 255, 0.72);
  line-height: 1.55;
}

.field-panel {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(14, 37, 69, 0.95) 0%, rgba(9, 24, 47, 0.98) 100%);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.field-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    radial-gradient(circle at top right, rgba(73, 154, 255, 0.16), transparent 26%);
  pointer-events: none;
}

.field-panel img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  transform: none;
  transition: filter 220ms ease;
}

.field-caption {
  position: relative;
  display: flex;
  gap: 0.85rem;
  align-items: center;
  padding: 1.2rem 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  font-weight: 700;
  z-index: 1;
}

.field-caption svg {
  color: #84e8c7;
  flex: 0 0 auto;
}

.field-panel:hover img {
  filter: saturate(1.06) contrast(1.02);
}

.catalog-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(244, 122, 24, 0.14), transparent 15%),
    radial-gradient(circle at 82% 20%, rgba(98, 213, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #06111f 0%, #0a1930 58%, #071426 100%);
}

.catalog-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(126, 184, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(126, 184, 255, 0.06) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.5), transparent 78%);
  pointer-events: none;
  opacity: 0.72;
}

.catalog-section > .container-fluid {
  position: relative;
  z-index: 1;
}

.catalog-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

.catalog-control-stack {
  display: grid;
  gap: 1rem;
  justify-items: end;
}

.catalog-meta {
  display: grid;
  gap: 0.35rem;
  max-width: 27rem;
  text-align: right;
}

.catalog-counter {
  color: #9ad2ff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.catalog-meta p {
  margin: 0;
  color: rgba(220, 235, 255, 0.7);
  line-height: 1.55;
  font-size: 0.94rem;
}

.catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.catalog-orbit-stage {
  --orbit-x: 0deg;
  --orbit-y: 0deg;
  position: relative;
  min-height: clamp(28rem, 54vw, 43rem);
  margin: 0 0 1.45rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 44%, rgba(11, 95, 184, 0.18), transparent 28%),
    radial-gradient(circle at 12% 20%, rgba(244, 122, 24, 0.1), transparent 18%),
    linear-gradient(135deg, #02050a 0%, #07111f 52%, #02050b 100%);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.3);
  perspective: 1200px;
  transform-style: preserve-3d;
}

.catalog-orbit-stage::before,
.catalog-orbit-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.catalog-orbit-stage::before {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.52) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(98, 213, 255, 0.42) 0 1px, transparent 1.7px);
  background-position: 0 0, 68px 40px;
  background-size: 124px 124px, 180px 180px;
  opacity: 0.18;
  animation: catalogStars 16s linear infinite;
}

.catalog-orbit-stage::after {
  inset: auto 8% 0;
  height: 22%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.catalog-orbit-core,
.catalog-orbit-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-style: preserve-3d;
}

.catalog-orbit-core {
  z-index: 4;
  width: min(34rem, 58vw);
  display: grid;
  justify-items: center;
  gap: 0.55rem;
  text-align: center;
  transform: translate(-50%, -50%) rotateX(var(--orbit-x)) rotateY(var(--orbit-y));
  transition: transform 240ms ease;
}

.catalog-orbit-core span {
  color: #9ad2ff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.catalog-orbit-core strong {
  max-width: 12ch;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(2.35rem, 5vw, 5.3rem);
  line-height: 0.94;
  letter-spacing: 0;
  text-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
}

.catalog-orbit-core p {
  max-width: 31rem;
  margin: 0;
  color: rgba(232, 241, 255, 0.74);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.6;
}

.catalog-orbit-card {
  z-index: 2;
  width: clamp(9rem, 15vw, 18rem);
  height: clamp(5.4rem, 8.5vw, 10.2rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.42);
  backface-visibility: hidden;
  animation: catalogFloat 7s ease-in-out infinite;
}

.catalog-orbit-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
}

.catalog-orbit-card span {
  position: absolute;
  left: 0.55rem;
  bottom: 0.45rem;
  padding: 0.24rem 0.42rem;
  border-radius: 999px;
  color: #10233e;
  background: rgba(255, 255, 255, 0.86);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.orbit-card-one {
  transform: translate3d(-42rem, -15rem, -90px) rotateY(34deg) rotateX(4deg) rotateZ(-3deg);
  animation-delay: -0.4s;
}

.orbit-card-two {
  transform: translate3d(-23rem, -18rem, 40px) rotateY(21deg) rotateX(-2deg) rotateZ(2deg);
  animation-delay: -1.2s;
}

.orbit-card-three {
  transform: translate3d(14rem, -16rem, 70px) rotateY(-22deg) rotateX(3deg) rotateZ(-2deg);
  animation-delay: -2s;
}

.orbit-card-four {
  transform: translate3d(35rem, -10rem, -80px) rotateY(-36deg) rotateX(2deg) rotateZ(4deg);
  animation-delay: -2.8s;
}

.orbit-card-five {
  transform: translate3d(-36rem, 7rem, 40px) rotateY(28deg) rotateX(-3deg) rotateZ(3deg);
  animation-delay: -3.6s;
}

.orbit-card-six {
  transform: translate3d(-14rem, 13rem, 95px) rotateY(12deg) rotateX(2deg) rotateZ(-4deg);
  animation-delay: -4.4s;
}

.orbit-card-seven {
  transform: translate3d(16rem, 12rem, 75px) rotateY(-16deg) rotateX(-3deg) rotateZ(3deg);
  animation-delay: -5.2s;
}

.orbit-card-eight {
  transform: translate3d(40rem, 7rem, -70px) rotateY(-34deg) rotateX(4deg) rotateZ(-3deg);
  animation-delay: -6s;
}

.catalog-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.34fr);
  gap: 1.2rem;
  align-items: stretch;
  margin-bottom: 1.35rem;
}

.catalog-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: 1.2rem;
  align-items: center;
  min-height: 20rem;
  padding: 1.2rem;
  border-radius: 24px;
}

.catalog-spotlight-copy {
  padding: 0.35rem 0.4rem 0.35rem 0.2rem;
}

.catalog-spotlight-label {
  margin: 0 0 0.5rem;
  color: #8fc6ff;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-spotlight h3 {
  margin: 0;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.7rem, 2.3vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.catalog-spotlight-copy > p:last-of-type {
  margin: 0.95rem 0 0;
  color: rgba(222, 236, 255, 0.76);
  line-height: 1.72;
}

.catalog-spotlight-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1rem;
}

.catalog-spotlight-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.55rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(238, 246, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-spotlight-media {
  position: relative;
  min-height: 17.5rem;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(98, 213, 255, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(12, 35, 65, 0.9) 0%, rgba(9, 24, 47, 0.95) 100%);
}

.catalog-spotlight-media img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  padding: 1rem;
}

.catalog-spotlight-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(9, 24, 47, 0), rgba(9, 24, 47, 0.82));
}

.catalog-showcase-panel {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-height: 100%;
  padding: 1.25rem;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 80% 16%, rgba(244, 122, 24, 0.12), transparent 30%);
}

.catalog-showcase-panel span {
  color: #9ad2ff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-showcase-panel strong {
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.34rem;
  line-height: 1.12;
}

.catalog-showcase-panel p {
  margin: 0;
  color: rgba(222, 236, 255, 0.72);
  line-height: 1.55;
}

.filter-btn {
  min-height: 44px;
  padding: 0.55rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(232, 243, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.filter-btn:hover,
.filter-btn:focus,
.filter-btn.active {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue) 0%, #3a8ff0 100%);
  border-color: transparent;
  transform: translateY(-1px);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.05rem;
}

.product-card {
  position: relative;
  min-height: 304px;
  overflow: hidden;
  display: grid;
  grid-template-rows: 136px 1fr auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at top right, rgba(73, 154, 255, 0.1), transparent 34%);
  box-shadow: 0 18px 42px rgba(4, 13, 27, 0.18);
  backdrop-filter: blur(18px);
  isolation: isolate;
  transition: box-shadow 220ms ease, border-color 220ms ease, background 220ms ease, opacity 180ms ease;
  cursor: pointer;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at var(--card-glow-x, 50%) var(--card-glow-y, 34%),
      rgba(98, 213, 255, 0.24),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 58%);
  transition: opacity 180ms ease;
}

.product-card:hover {
  border-color: rgba(143, 198, 255, 0.24);
  box-shadow: 0 18px 46px rgba(4, 13, 27, 0.28), inset 0 0 0 1px rgba(98, 213, 255, 0.08);
}

.product-card:hover::before,
.product-card.is-active::before {
  opacity: 1;
}

.product-card.is-active {
  border-color: rgba(244, 122, 24, 0.6);
  box-shadow: 0 0 0 1px rgba(244, 122, 24, 0.18), 0 18px 46px rgba(4, 13, 27, 0.3);
}

.product-card.is-hidden {
  display: none;
}

.product-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 136px;
  object-fit: scale-down;
  padding: 0.85rem;
  background:
    radial-gradient(circle at top left, rgba(73, 154, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(12, 35, 65, 0.9) 0%, rgba(9, 24, 47, 0.95) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transform: none;
  backface-visibility: hidden;
}

.product-card div {
  position: relative;
  z-index: 1;
  padding: 0.92rem 1rem 0.75rem;
  transform: none;
}

.product-card span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0.45rem 0 0.55rem;
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1.24;
  font-weight: 800;
}

.product-card p {
  color: rgba(220, 235, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.48;
}

.product-cta {
  position: relative;
  z-index: 1;
  min-height: 42px;
  margin: 0 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(238, 246, 255, 0.88);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
  transform: none;
}

.product-card:hover .product-cta,
.product-card.is-active .product-cta {
  background: linear-gradient(135deg, rgba(244, 122, 24, 0.94), rgba(255, 162, 84, 0.94));
  color: #fff;
  border-color: transparent;
}

.catalog-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(3, 10, 20, 0.78);
  backdrop-filter: blur(18px);
}

.catalog-modal-backdrop[hidden] {
  display: none;
}

.catalog-modal {
  position: relative;
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.2rem;
  padding: 1.2rem;
  border-radius: 32px;
}

.catalog-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(238, 246, 255, 0.88);
}

.catalog-modal-media {
  min-height: 24rem;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 35, 65, 0.9) 0%, rgba(9, 24, 47, 0.95) 100%);
}

.catalog-modal-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-modal-copy {
  display: grid;
  align-content: center;
  gap: 0.9rem;
  padding: 0.5rem 0.4rem;
}

.catalog-modal-label {
  margin: 0;
  color: #8fc6ff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.catalog-modal h3 {
  margin: 0;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.catalog-modal-copy > p:last-of-type {
  margin: 0;
  color: rgba(222, 236, 255, 0.76);
  line-height: 1.8;
}

.catalog-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.catalog-modal-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem 0.82rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(238, 246, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
}

.catalog-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.4rem;
}

.support-section {
  background:
    radial-gradient(circle at top right, rgba(64, 141, 255, 0.2), transparent 18%),
    linear-gradient(135deg, #071426 0%, #0a2450 100%);
  color: var(--white);
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 2rem;
  align-items: start;
}

.support-layout h2,
.support-layout p {
  color: var(--white);
}

.support-layout p {
  color: rgba(238, 246, 255, 0.72);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-step {
  position: relative;
  min-height: 258px;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(244, 122, 24, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.process-step > * {
  position: relative;
  z-index: 1;
}

.process-step:nth-child(1)::after,
.process-step:nth-child(2)::after,
.process-step:nth-child(3)::after,
.process-step:nth-child(4)::after {
  position: absolute;
  left: 1.2rem;
  top: 4.9rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.process-step:nth-child(1)::after {
  content: "Diagnostico tecnico";
}

.process-step:nth-child(2)::after {
  content: "Ruta de solucion";
}

.process-step:nth-child(3)::after {
  content: "Despliegue controlado";
}

.process-step:nth-child(4)::after {
  content: "Continuidad activa";
}

.process-step:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 54px rgba(4, 13, 27, 0.24);
}

.process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--orange) 0%, #ffab60 100%);
  color: #fff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-weight: 700;
  box-shadow: 0 18px 32px rgba(244, 122, 24, 0.2);
}

.process-step h3 {
  margin: 2.2rem 0 0.55rem;
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 800;
}

.process-step p {
  margin: 0;
  color: rgba(238, 246, 255, 0.74);
  line-height: 1.62;
}

.contact-section {
  background:
    radial-gradient(circle at top left, rgba(73, 154, 255, 0.18), transparent 18%),
    linear-gradient(180deg, #08162a 0%, #0a1b33 100%);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.1rem;
  max-width: 760px;
  margin: 0 auto;
}

.contact-card {
  position: relative;
  padding: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 24px 52px rgba(4, 13, 27, 0.24);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(22, 155, 114, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.contact-card > * {
  position: relative;
  z-index: 1;
}

.contact-card:not(.whatsapp-card) {
  border-top: 6px solid var(--orange);
}

.whatsapp-card {
  border-top: 6px solid var(--green);
}

.form-title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
}

.form-title svg {
  width: 42px;
  height: 42px;
  padding: 0.7rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(11, 95, 184, 0.12), rgba(11, 95, 184, 0.2));
  color: var(--blue);
}

.form-title h3 {
  margin: 0;
  font-size: 1.28rem;
  font-weight: 800;
  color: var(--white);
}

.form-label {
  color: rgba(235, 244, 255, 0.84);
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 48px;
  border-radius: 16px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(6, 20, 40, 0.36);
  color: var(--white);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(11, 95, 184, 0.4);
  box-shadow: 0 0 0 0.2rem rgba(11, 95, 184, 0.12);
  background: rgba(6, 20, 40, 0.46);
  color: var(--white);
}

.form-control::placeholder {
  color: rgba(211, 228, 255, 0.44);
}

.form-select option {
  color: var(--ink);
}

.btn-whatsapp {
  color: var(--white);
  background: linear-gradient(135deg, #11b67f 0%, #169b72 100%);
  border: none;
  box-shadow: 0 18px 36px rgba(22, 155, 114, 0.22);
}

.btn-whatsapp:hover,
.btn-whatsapp:focus {
  color: var(--white);
  background: linear-gradient(135deg, #0faa77 0%, #0d825f 100%);
}

.form-status {
  min-height: 24px;
  margin: 0.9rem 0 0;
  color: rgba(220, 235, 255, 0.72);
  font-weight: 700;
}

.site-footer {
  background: linear-gradient(180deg, #08111f 0%, #050c16 100%);
  color: rgba(235, 244, 255, 0.88);
}

.footer-strip {
  height: 8px;
  background: linear-gradient(90deg, var(--orange) 0 36%, var(--blue) 36% 100%);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 5px solid var(--blue);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.footer-brand img {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  object-fit: cover;
}

.footer-brand p {
  margin: 0;
  font-weight: 800;
}

.site-footer address {
  margin: 0;
  color: rgba(213, 229, 255, 0.68);
  text-align: right;
  line-height: 1.6;
}

.site-footer a {
  color: var(--blue);
  font-weight: 800;
}

.site-footer a:hover,
.site-footer a:focus {
  color: var(--orange);
}

.section-heading,
.about-layout,
.catalog-top,
.support-layout,
.contact-grid,
.solution-grid,
.product-grid {
  position: relative;
  z-index: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.65, 0.2, 1);
  will-change: opacity, transform;
}

[data-reveal="left"] {
  transform: translate3d(36px, 0, 0);
}

.solution-grid .solution-card:nth-child(2),
.product-grid .product-card:nth-child(2),
.process-list .process-step:nth-child(2),
.contact-grid > *:nth-child(2) {
  transition-delay: 90ms;
}

.solution-grid .solution-card:nth-child(3),
.product-grid .product-card:nth-child(3),
.process-list .process-step:nth-child(3) {
  transition-delay: 160ms;
}

.solution-grid .solution-card:nth-child(4),
.product-grid .product-card:nth-child(4),
.process-list .process-step:nth-child(4) {
  transition-delay: 230ms;
}

.product-grid .product-card:nth-child(5) {
  transition-delay: 300ms;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.94) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.06) translate3d(1.2rem, -0.8rem, 0);
  }
}

@keyframes orbitRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotateY(-11deg) rotateX(6deg);
  }

  50% {
    transform: translate3d(0, -10px, 0) rotateY(-9deg) rotateX(4deg);
  }
}

@keyframes scanLine {
  0% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(260%);
  }
}

@keyframes loaderProgress {
  0% {
    transform: scaleX(0.08);
  }

  70%,
  100% {
    transform: scaleX(1);
  }
}

@keyframes loaderField {
  from {
    background-position: 0 0, 38px 52px;
  }

  to {
    background-position: 120px 120px, 208px 222px;
  }
}

@keyframes loaderAtmosphere {
  0%,
  100% {
    transform: translateX(-32%);
  }

  50% {
    transform: translateX(28%);
  }
}

@keyframes loaderLineReveal {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0);
  }

  42% {
    opacity: 1;
  }

  100% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scaleX(1);
  }
}

@keyframes loaderFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loaderTitleIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderGlassSweep {
  to {
    transform: translateX(430%) skewX(-18deg);
  }
}

@keyframes loaderCursor {
  0%,
  46% {
    opacity: 1;
  }

  47%,
  100% {
    opacity: 0;
  }
}

@keyframes loaderSignal {
  0%,
  100% {
    opacity: 0.42;
    transform: scaleX(0.82);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes loaderFadeAway {
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

@keyframes loaderBackdropExit {
  0% {
    background-color: rgba(2, 4, 10, 1);
    opacity: 1;
  }

  54% {
    opacity: 1;
  }

  100% {
    background-color: rgba(2, 4, 10, 0);
    opacity: 0;
  }
}

@keyframes loaderBrandDock {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }

  36% {
    opacity: 1;
    transform: translate3d(0, -10px, 0) scale(0.96);
  }

  100% {
    opacity: 1;
    transform:
      translate3d(var(--loader-exit-x, 0), var(--loader-exit-y, -38vh), 0)
      scale(var(--loader-exit-scale, 0.28));
  }
}

@keyframes loaderDockSweep {
  0% {
    transform: translateX(-40%) skewX(-18deg);
  }

  100% {
    transform: translateX(460%) skewX(-18deg);
  }
}

@keyframes loaderCoreFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg);
  }

  50% {
    transform: translateY(-0.45rem) rotateX(5deg);
  }
}

@keyframes loaderCubeSpin {
  from {
    transform: translate(-50%, -50%) rotateX(-20deg) rotateY(34deg);
  }

  to {
    transform: translate(-50%, -50%) rotateX(340deg) rotateY(394deg);
  }
}

@keyframes loaderOrbitOne {
  to {
    transform: rotateX(64deg) rotateZ(368deg);
  }
}

@keyframes loaderOrbitTwo {
  to {
    transform: rotateY(66deg) rotateZ(342deg);
  }
}

@keyframes loaderOrbitThree {
  to {
    transform: rotateX(384deg) rotateY(56deg);
  }
}

@keyframes loaderNodePulse {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.82);
  }

  50% {
    opacity: 1;
    transform: scale(1.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1399px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  .hero-copy-block {
    max-width: 48rem;
  }

  .hero-stage {
    max-width: 52rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .solution-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-card.featured {
    transform: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-nav .container-fluid {
    align-items: center;
    gap: 0.6rem;
  }

  .navbar-collapse {
    width: 100%;
    flex-basis: 100%;
    margin-top: 0.55rem;
    padding-bottom: 0.25rem;
    overflow-x: visible;
  }

  .site-nav .navbar-nav {
    width: 100%;
    min-width: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar .nav-link {
    padding: 0.65rem 0.84rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(104, 131, 167, 0.12);
  }

  .nav-contact {
    margin-left: 0;
  }

  .about-layout,
  .support-layout,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .catalog-top {
    display: grid;
  }

  .catalog-control-stack,
  .catalog-meta {
    justify-items: start;
    text-align: left;
  }

  .catalog-filters {
    justify-content: flex-start;
  }

  .quick-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .strip-item:nth-child(2n) {
    border-right: 0;
  }

  .strip-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .catalog-spotlight {
    grid-template-columns: 1fr;
  }

  .catalog-modal {
    grid-template-columns: 1fr;
  }

  .catalog-modal-media {
    min-height: 18rem;
  }

  .hero-stage {
    min-height: 38rem;
  }

  .hero-main-card {
    inset: 4rem 2.2rem 4rem;
  }

  .hero-badges {
    left: 2rem;
    right: 2rem;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer address {
    text-align: left;
  }
}

@media (max-width: 767px) {
  :root {
    --nav-height: 92px;
  }

  .hero-section {
    min-height: auto;
    padding-top: 8rem;
    padding-bottom: 3.2rem;
  }

  .hero-section h1 {
    max-width: 12ch;
    font-size: 2.75rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .loader-panel {
    gap: 0.9rem;
    padding: 0;
  }

  .loader-kicker {
    width: 100%;
    gap: 0.46rem;
    font-size: 0.64rem;
    letter-spacing: 0.07em;
  }

  .loader-dot-cluster {
    width: 1.65rem;
    height: 1.05rem;
    flex: 0 0 auto;
  }

  .loader-dot-cluster i {
    width: 0.5rem;
    height: 0.5rem;
  }

  .loader-dot-cluster i:nth-child(2) {
    left: 0.62rem;
    width: 0.66rem;
    height: 0.66rem;
  }

  .loader-title-shell {
    width: min(100%, 22rem);
    min-height: auto;
    padding: 0.72rem 0.88rem;
    border-radius: 2.3rem;
  }

  .loader-title-shell img {
    width: 3.55rem;
    height: 3.55rem;
  }

  .loader-title-copy strong {
    font-size: clamp(2.1rem, 15vw, 3.3rem);
  }

  .loader-title-copy small {
    font-size: 0.67rem;
    letter-spacing: 0.1em;
  }

  .loader-status {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: center;
    gap: 0.48rem;
    font-size: 0.68rem;
    letter-spacing: 0.06em;
  }

  .loader-status span {
    padding: 0.4rem 0.58rem;
  }

  .quick-strip {
    grid-template-columns: 1fr;
  }

  .strip-item {
    border-right: 0;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 34rem;
  }

  .catalog-spotlight {
    padding: 1rem;
  }

  .catalog-spotlight-media {
    min-height: 15rem;
  }

  .catalog-modal-actions .action-btn,
  .catalog-modal-actions button {
    width: 100%;
  }

  .hero-main-card {
    inset: 3.1rem 0 7rem;
    transform: none;
  }

  .hero-main-card,
  .signal-card,
  .hero-floating-metric {
    animation: none;
  }

  .hero-visual-stack {
    min-height: 18rem;
  }

  .hero-stack-primary {
    inset: 0.85rem 5rem 4.5rem 0.85rem;
  }

  .hero-stack-secondary {
    width: 46%;
    height: 38%;
    right: 0.85rem;
    bottom: 0.85rem;
  }

  .hero-main-footer {
    grid-template-columns: 1fr;
  }

  .signal-card-top {
    top: 0;
    left: auto;
    right: 0;
    width: 13rem;
  }

  .signal-card-bottom {
    right: 0;
    bottom: 9rem;
    width: 14.5rem;
  }

  .hero-floating-metric {
    display: none;
  }

  .hero-badges {
    position: static;
    margin-top: 1.15rem;
    justify-content: flex-start;
  }

  .hero-badges span {
    width: 100%;
    justify-content: flex-start;
  }

  .section {
    padding: 4.2rem 0;
  }

  .section-heading h2,
  .about-layout h2,
  .support-layout h2 {
    font-size: 2.1rem;
  }

  .solution-grid,
  .metrics-row,
  .process-list,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card {
    min-height: auto;
  }

  .action-btn {
    width: 100%;
  }
}

/* Tech hero refresh inspired by the reference video: cleaner layout, active signals, no overlap. */
[data-parallax] {
  --parallax-x: 0px;
  --parallax-y: 0px;
}

.hero-section {
  padding: clamp(7rem, 9vw, 8.8rem) 0 4.6rem;
  background:
    radial-gradient(circle at 20% 36%, rgba(11, 95, 184, 0.42), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(244, 122, 24, 0.16), transparent 22%),
    linear-gradient(135deg, #06101f 0%, #0a1d36 45%, #082c57 100%);
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-section::before {
  background:
    linear-gradient(90deg, rgba(126, 184, 255, 0.09) 1px, transparent 1px),
    linear-gradient(rgba(126, 184, 255, 0.07) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.14) 72%, transparent);
  opacity: 0.76;
}

.hero-section::after {
  background: linear-gradient(110deg, transparent 0%, rgba(98, 213, 255, 0.08) 46%, transparent 58%);
  transform: translateX(-48%);
  animation: techScan 7s ease-in-out infinite;
}

.hero-shell {
  grid-template-columns: minmax(360px, 0.84fr) minmax(520px, 1.16fr);
  gap: clamp(2.2rem, 5vw, 5.6rem);
  min-height: calc(100svh - var(--nav-height) - 4.5rem);
}

.hero-copy-block {
  max-width: 38rem;
}

.hero-section h1 {
  max-width: 16ch;
  font-size: clamp(3.2rem, 4.55vw, 5.15rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 34.5rem;
  margin-top: 1.35rem;
  font-size: clamp(1rem, 1.12vw, 1.12rem);
  line-height: 1.72;
}

.hero-actions {
  margin-top: 1.75rem;
}

.hero-proof {
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-proof div {
  min-height: 8rem;
  padding: 1rem;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, rgba(11, 95, 184, 0.18), rgba(244, 122, 24, 0.05));
}

.hero-proof strong {
  font-size: 1.08rem;
  letter-spacing: 0;
}

.hero-proof span {
  font-size: 0.9rem;
}

.hero-stage {
  display: grid;
  place-items: center;
  min-height: 37rem;
  overflow: visible;
  isolation: isolate;
}

.hero-stage::before,
.hero-stage::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.hero-stage::before {
  inset: 8% 4% 5%;
  border-radius: 42px;
  background:
    radial-gradient(circle at center, rgba(98, 213, 255, 0.16), transparent 37%),
    linear-gradient(90deg, transparent 0 44%, rgba(98, 213, 255, 0.14) 45% 45.5%, transparent 46% 100%);
  filter: blur(0.1px);
}

.hero-stage::after {
  width: 0.95rem;
  height: 0.95rem;
  right: 6%;
  top: 49%;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, #62d5ff 62%, transparent 65%);
  box-shadow: 0 0 24px rgba(98, 213, 255, 0.65);
  animation: stageNodeFloat 4.8s ease-in-out infinite;
}

.hero-orbit {
  inset: 0;
  z-index: 1;
}

.ring-one {
  inset: 4.2rem 4.8rem auto auto;
  width: min(28rem, 58%);
  height: auto;
  aspect-ratio: 1;
}

.ring-two {
  inset: auto auto 1.2rem 3.2rem;
  width: min(20rem, 42%);
  height: auto;
  aspect-ratio: 1;
}

.node-one {
  top: 12%;
  right: 22%;
}

.node-two {
  bottom: 18%;
  left: 13%;
}

.node-three {
  top: 52%;
  right: 3%;
}

.hero-main-card {
  position: relative;
  inset: auto;
  z-index: 3;
  width: min(38rem, 78%);
  min-height: 31.5rem;
  padding: 1rem;
  border-radius: 28px;
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  animation: techPanelFloat 8s ease-in-out infinite;
}

.hero-main-card::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(98, 213, 255, 0.18);
  pointer-events: none;
}

.hero-main-head {
  padding: 0.25rem 0.45rem 0.8rem;
}

.hero-visual-stack {
  height: 22.75rem;
  min-height: 0;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(98, 213, 255, 0.17), transparent 36%),
    linear-gradient(140deg, rgba(8, 25, 49, 0.88), rgba(8, 18, 34, 0.72));
}

.hero-visual-stack::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(98, 213, 255, 0.12) 1px, transparent 1px),
    linear-gradient(rgba(98, 213, 255, 0.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.84), transparent 75%);
}

.hero-visual-stack::after {
  content: "";
  position: absolute;
  inset: auto 8% 18%;
  z-index: 3;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #62d5ff, var(--orange), transparent);
  box-shadow: 0 0 22px rgba(98, 213, 255, 0.48);
  animation: scanLine 3.2s linear infinite;
}

.hero-stack-primary {
  inset: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  border-radius: 22px;
  opacity: 0.22;
  filter: saturate(1.18) contrast(1.12);
}

.hero-stack-secondary {
  z-index: 5;
  width: 29%;
  height: 25%;
  right: 1rem;
  bottom: 1rem;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.28);
  opacity: 0.86;
}

.hub-ring,
.data-stream {
  position: absolute;
  pointer-events: none;
}

.hub-ring {
  z-index: 2;
  border: 1px solid rgba(98, 213, 255, 0.2);
  border-radius: 50%;
  animation: hubRing 13s linear infinite;
}

.hub-ring-one {
  width: 18rem;
  height: 18rem;
}

.hub-ring-two {
  width: 13rem;
  height: 13rem;
  border-color: rgba(244, 122, 24, 0.18);
  animation-direction: reverse;
  animation-duration: 16s;
}

.hub-ring-three {
  width: 8rem;
  height: 8rem;
  border-color: rgba(255, 255, 255, 0.16);
  animation-duration: 10s;
}

.data-stream {
  z-index: 2;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(98, 213, 255, 0.86), transparent);
  box-shadow: 0 0 16px rgba(98, 213, 255, 0.42);
  animation: hubStream 2.8s ease-in-out infinite;
}

.stream-one {
  left: 11%;
  top: 42%;
}

.stream-two {
  right: 10%;
  top: 58%;
  animation-delay: -0.8s;
}

.stream-three {
  left: 28%;
  bottom: 18%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(244, 122, 24, 0.78), transparent);
  animation-delay: -1.6s;
}

.hub-core {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.4rem;
  height: 10.4rem;
  padding: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.28), transparent 28%),
    linear-gradient(145deg, rgba(11, 95, 184, 0.94), rgba(6, 16, 32, 0.96));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32), 0 0 58px rgba(98, 213, 255, 0.28);
  animation: hubPulse 3.8s ease-in-out infinite;
}

.hub-core img {
  width: 9.2rem;
  height: 9.2rem;
  object-fit: contain;
  display: block;
}

.hero-main-footer {
  gap: 0.6rem;
  margin-top: 0.8rem;
}

.hero-main-footer div {
  min-height: 3.65rem;
  border-radius: 16px;
  background: rgba(5, 15, 30, 0.54);
}

.signal-card,
.hero-floating-metric {
  z-index: 5;
  border-color: rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(238, 246, 255, 0.9);
  box-shadow: 0 24px 54px rgba(4, 13, 27, 0.24);
  transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  animation: techCardFloat 7.5s ease-in-out infinite;
}

.signal-card {
  padding: 1rem 1.05rem;
}

.signal-card p,
.signal-copy p,
.hero-floating-metric span {
  color: rgba(11, 34, 63, 0.62);
  font-size: 0.72rem;
}

.signal-card strong,
.hero-floating-metric strong {
  color: #12233d;
  line-height: 1.42;
}

.hero-floating-metric p {
  color: rgba(18, 35, 61, 0.68);
}

.signal-card-top {
  top: 1.2rem;
  left: auto;
  right: 0.4rem;
  width: 15.2rem;
  animation-delay: -1.2s;
}

.signal-card-bottom {
  right: 0;
  bottom: 3.1rem;
  width: 17.3rem;
  animation-delay: -2.1s;
}

.metric-left {
  left: 0;
  bottom: 4.8rem;
}

.metric-right {
  top: 9.4rem;
  left: 0.4rem;
  right: auto;
  animation-delay: -3.1s;
}

.signal-line {
  height: 0.34rem;
  background: rgba(11, 95, 184, 0.14);
}

.signal-line span {
  background: linear-gradient(90deg, transparent, var(--blue), var(--orange), transparent);
}

.hero-badges {
  z-index: 6;
  left: 7rem;
  right: 7rem;
  bottom: 0.2rem;
}

.hero-badges span {
  min-height: 42px;
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

@keyframes techScan {
  0%,
  100% {
    transform: translateX(-48%);
  }

  50% {
    transform: translateX(42%);
  }
}

@keyframes stageNodeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-14px, -22px, 0) scale(1.08);
  }
}

@keyframes techPanelFloat {
  0%,
  100% {
    transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  }

  50% {
    transform: translate3d(var(--parallax-x), calc(var(--parallax-y) - 9px), 0);
  }
}

@keyframes techCardFloat {
  0%,
  100% {
    transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
  }

  50% {
    transform: translate3d(var(--parallax-x), calc(var(--parallax-y) - 12px), 0);
  }
}

@keyframes hubRing {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes hubPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

@keyframes hubStream {
  0%,
  100% {
    opacity: 0.28;
    transform: scaleX(0.72);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes catalogStars {
  from {
    background-position: 0 0, 68px 40px;
  }

  to {
    background-position: 124px 124px, 248px 220px;
  }
}

@keyframes catalogFloat {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: -0.75rem;
  }
}

@media (max-width: 1399px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .hero-copy-block {
    max-width: 44rem;
  }

  .hero-section h1 {
    max-width: 15ch;
  }

  .hero-stage {
    width: min(100%, 55rem);
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .catalog-orbit-stage {
    min-height: 34rem;
  }

  .catalog-orbit-core {
    width: min(30rem, 78vw);
  }

  .catalog-orbit-core strong {
    font-size: clamp(2.25rem, 8vw, 4rem);
  }

  .catalog-orbit-card {
    width: clamp(8rem, 24vw, 13rem);
    height: clamp(5rem, 14vw, 7.8rem);
  }

  .orbit-card-one {
    transform: translate3d(-22rem, -12rem, -60px) rotateY(30deg) rotateZ(-3deg);
  }

  .orbit-card-two {
    transform: translate3d(-10rem, -15rem, 20px) rotateY(14deg) rotateZ(2deg);
  }

  .orbit-card-three {
    transform: translate3d(8rem, -14rem, 30px) rotateY(-16deg) rotateZ(-2deg);
  }

  .orbit-card-four {
    transform: translate3d(20rem, -7rem, -50px) rotateY(-28deg) rotateZ(4deg);
  }

  .orbit-card-five {
    transform: translate3d(-20rem, 7rem, 20px) rotateY(24deg) rotateZ(3deg);
  }

  .orbit-card-six {
    transform: translate3d(-7rem, 12rem, 50px) rotateY(10deg) rotateZ(-4deg);
  }

  .orbit-card-seven {
    transform: translate3d(8rem, 12rem, 40px) rotateY(-12deg) rotateZ(3deg);
  }

  .orbit-card-eight {
    transform: translate3d(20rem, 6rem, -50px) rotateY(-26deg) rotateZ(-3deg);
  }

  .catalog-showcase {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 35rem;
  }

  .hero-main-card {
    width: min(36rem, 82%);
  }

  .signal-card-top {
    right: 0;
  }

  .metric-right {
    left: 0;
  }

  .hero-badges {
    left: 3rem;
    right: 3rem;
  }
}

@media (max-width: 767px) {
  .catalog-orbit-stage {
    min-height: auto;
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: 22px;
  }

  .catalog-orbit-core,
  .catalog-orbit-card {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none !important;
    animation: none;
  }

  .catalog-orbit-core {
    padding: 1.8rem 0.75rem;
  }

  .catalog-orbit-core strong {
    max-width: 12ch;
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .catalog-orbit-card {
    height: 10rem;
  }

  .hero-section {
    padding-top: 7.4rem;
  }

  .hero-section h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 13vw, 3.35rem);
  }

  .hero-stage {
    display: grid;
    gap: 0.8rem;
    min-height: auto;
    padding-top: 0.3rem;
  }

  .hero-stage::before,
  .hero-stage::after,
  .hero-orbit {
    display: none;
  }

  .hero-main-card,
  .signal-card,
  .hero-floating-metric {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
    animation: none;
  }

  .hero-main-card {
    min-height: auto;
    padding: 0.85rem;
  }

  .hero-visual-stack {
    height: 20rem;
  }

  .hero-main-footer {
    grid-template-columns: 1fr;
  }

  .signal-card,
  .hero-floating-metric {
    display: block;
  }

  .hero-badges {
    position: static;
    margin-top: 0.3rem;
  }
}

/* Second reference video: constellation-style hero with a central brand hub and floating service cards. */
.hero-section {
  padding: clamp(7.2rem, 9vw, 8.4rem) 0 4rem;
  min-height: 100svh;
  background:
    radial-gradient(circle at 18% 36%, rgba(11, 95, 184, 0.38), transparent 25%),
    radial-gradient(circle at 78% 42%, rgba(98, 213, 255, 0.13), transparent 30%),
    linear-gradient(135deg, #07101f 0%, #0a1730 48%, #071225 100%);
}

.hero-aurora::before,
.hero-aurora::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-aurora::before {
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.58) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(98, 213, 255, 0.42) 0 1px, transparent 1.9px);
  background-position: 0 0, 72px 44px;
  background-size: 132px 132px, 188px 188px;
  opacity: 0.2;
  animation: constellationDrift 14s linear infinite;
}

.hero-aurora::after {
  background:
    linear-gradient(130deg, transparent 0 21%, rgba(98, 213, 255, 0.14) 21.2% 21.45%, transparent 21.6% 100%),
    linear-gradient(32deg, transparent 0 58%, rgba(255, 255, 255, 0.1) 58.15% 58.4%, transparent 58.6% 100%),
    linear-gradient(164deg, transparent 0 70%, rgba(244, 122, 24, 0.1) 70.15% 70.35%, transparent 70.6% 100%);
  opacity: 0.42;
  animation: constellationPulse 6.2s ease-in-out infinite;
}

.hero-grid {
  opacity: 0.18;
  background-size: 92px 92px;
}

.hero-shell {
  grid-template-columns: minmax(330px, 0.82fr) minmax(560px, 1.18fr);
  gap: clamp(2rem, 4.8vw, 5.2rem);
  min-height: calc(100svh - var(--nav-height) - 4.4rem);
}

.hero-copy-block {
  max-width: 37rem;
}

.hero-kicker {
  margin-bottom: 1rem;
}

.hero-section h1 {
  max-width: 11.5ch;
  font-size: clamp(2.8rem, 4.15vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 35rem;
  margin-top: 1rem;
  color: rgba(232, 241, 255, 0.78);
  font-size: clamp(0.98rem, 1.05vw, 1.08rem);
  line-height: 1.72;
}

.hero-actions {
  margin-top: 1.55rem;
}

.hero-proof {
  max-width: 36rem;
  gap: 0.72rem;
  margin-top: 1.9rem;
}

.hero-proof div {
  min-height: 7rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.hero-stage {
  min-height: 35rem;
}

.hero-stage::before {
  inset: 5% 3%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(98, 213, 255, 0.12), transparent 30%),
    radial-gradient(circle at 48% 50%, transparent 0 28%, rgba(98, 213, 255, 0.28) 28.2% 28.45%, transparent 28.7% 100%),
    radial-gradient(circle at 48% 50%, transparent 0 42%, rgba(11, 95, 184, 0.24) 42.2% 42.45%, transparent 42.7% 100%);
  animation: orbitBreathe 6s ease-in-out infinite;
}

.hero-stage::after {
  right: 9%;
  top: 62%;
}

.hero-main-card {
  width: min(32rem, 58%);
  min-height: 25rem;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-main-card::before,
.hero-main-head,
.hero-stack-primary,
.hero-stack-secondary,
.hero-visual-stack::before,
.hero-visual-stack::after,
.hero-main-footer {
  display: none;
}

.hero-visual-stack {
  height: 25rem;
  overflow: visible;
  border-radius: 50%;
  background: transparent;
}

.hub-ring-one {
  width: 22rem;
  height: 22rem;
}

.hub-ring-two {
  width: 15.5rem;
  height: 15.5rem;
}

.hub-ring-three {
  width: 9rem;
  height: 9rem;
}

.hub-core {
  width: 9.6rem;
  height: 9.6rem;
  padding: 0.25rem;
  background:
    radial-gradient(circle at 35% 24%, rgba(255, 255, 255, 0.32), transparent 26%),
    linear-gradient(145deg, rgba(11, 95, 184, 0.98), #071225 88%);
}

.hub-core img {
  width: 8.8rem;
  height: 8.8rem;
}

.data-stream {
  width: 44%;
}

.stream-one {
  left: -4%;
  top: 43%;
}

.stream-two {
  right: -4%;
  top: 56%;
}

.stream-three {
  left: 18%;
  bottom: 13%;
  width: 58%;
}

.signal-card,
.hero-floating-metric {
  width: 14.6rem;
  min-height: 4.8rem;
  padding: 0.86rem 1rem;
  border-radius: 12px;
  background: rgba(239, 246, 255, 0.94);
  color: #12233d;
}

.signal-card p,
.signal-copy p,
.hero-floating-metric span {
  font-size: 0.66rem;
  letter-spacing: 0.13em;
}

.signal-card strong,
.hero-floating-metric strong {
  margin-top: 0.35rem;
  font-size: 0.94rem;
}

.hero-floating-metric p {
  margin-top: 0.28rem;
  font-size: 0.78rem;
  line-height: 1.42;
}

.signal-card-top {
  top: 4.3rem;
  right: 4.6rem;
}

.signal-card-bottom {
  right: 6.8rem;
  bottom: 4.2rem;
}

.metric-left {
  left: 4.4rem;
  bottom: 9rem;
}

.metric-right {
  left: auto;
  right: 0.5rem;
  top: 13rem;
}

.hero-badges {
  left: 5rem;
  right: 5rem;
  bottom: 1.2rem;
  gap: 0.6rem;
}

.hero-badges span {
  min-height: 38px;
  padding: 0.58rem 0.82rem;
  font-size: 0.84rem;
}

@keyframes constellationDrift {
  from {
    background-position: 0 0, 72px 44px;
  }

  to {
    background-position: 132px 132px, 260px 232px;
  }
}

@keyframes constellationPulse {
  0%,
  100% {
    opacity: 0.24;
  }

  50% {
    opacity: 0.48;
  }
}

@keyframes orbitBreathe {
  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.85;
  }

  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@media (max-width: 1399px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .hero-stage {
    width: min(100%, 55rem);
  }
}

@media (max-width: 991px) {
  .hero-section h1 {
    max-width: 12ch;
  }

  .hero-stage {
    min-height: 36rem;
  }

  .signal-card-top {
    right: 1rem;
  }

  .metric-left {
    left: 1rem;
  }

  .metric-right {
    right: 1rem;
  }

  .signal-card-bottom {
    right: 2rem;
  }
}

@media (max-width: 767px) {
  .hero-section h1 {
    max-width: 11.5ch;
    font-size: clamp(2.55rem, 12vw, 3.15rem);
  }

  .hero-stage {
    gap: 0.72rem;
  }

  .hero-main-card {
    width: 100%;
  }

  .hero-visual-stack {
    height: 19rem;
  }

  .hub-ring-one {
    width: 17rem;
    height: 17rem;
  }

  .hub-ring-two {
    width: 12.5rem;
    height: 12.5rem;
  }

  .hub-core {
    width: 8.6rem;
    height: 8.6rem;
    padding: 0.2rem;
  }

  .hero-badges {
    margin-top: 0;
  }
}

/* Soluciones timeline */
.section-solutions .section-heading {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-solutions .solution-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.55rem;
  max-width: 1120px;
  margin: 3.2rem auto 0;
}

.section-solutions .solution-grid::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.4rem;
  bottom: 1.4rem;
  width: 2px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, transparent, rgba(244, 122, 24, 0.9), rgba(98, 213, 255, 0.86), rgba(244, 122, 24, 0.78), transparent);
  box-shadow:
    0 0 24px rgba(98, 213, 255, 0.22),
    0 0 42px rgba(244, 122, 24, 0.14);
  transform: translateX(-50%);
}

.section-solutions .solution-card {
  width: calc(50% - 3rem);
  min-height: auto;
  padding: 1.25rem 1.25rem 1.15rem;
  border-radius: 18px;
  transform: none;
}

.section-solutions .solution-card:nth-child(odd) {
  justify-self: start;
}

.section-solutions .solution-card:nth-child(even) {
  justify-self: end;
}

.section-solutions .solution-card.featured {
  transform: none;
}

.section-solutions .solution-card::before {
  content: "01";
  position: absolute;
  top: 1.25rem;
  right: calc(-3rem - 23px);
  z-index: 3;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #071426;
  background: linear-gradient(135deg, #ff9b3d, #62d5ff);
  box-shadow:
    0 0 0 8px rgba(8, 23, 47, 0.9),
    0 16px 34px rgba(0, 0, 0, 0.26),
    0 0 26px rgba(98, 213, 255, 0.22);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.section-solutions .solution-card:nth-child(2)::before {
  content: "02";
}

.section-solutions .solution-card:nth-child(3)::before {
  content: "03";
}

.section-solutions .solution-card:nth-child(4)::before {
  content: "04";
}

.section-solutions .solution-card:nth-child(even)::before {
  left: calc(-3rem - 23px);
  right: auto;
}

.section-solutions .solution-card::after {
  content: "";
  position: absolute;
  top: calc(1.25rem + 22px);
  right: -3rem;
  bottom: auto;
  width: 3rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(244, 122, 24, 0.72), rgba(98, 213, 255, 0.72));
}

.section-solutions .solution-card:nth-child(even)::after {
  left: -3rem;
  right: auto;
  background: linear-gradient(90deg, rgba(98, 213, 255, 0.72), rgba(244, 122, 24, 0.72));
}

.section-solutions .solution-card:hover {
  transform: none;
  border-color: rgba(143, 198, 255, 0.32);
  box-shadow: 0 34px 78px rgba(4, 13, 27, 0.34);
}

.section-solutions .solution-card:hover .icon-pin {
  transform: none;
}

.section-solutions .icon-pin {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.section-solutions .icon-pin::after {
  left: calc(100% + 0.8rem);
  top: 50%;
  transform: translateY(-50%);
  max-width: min(18rem, 58vw);
  overflow: hidden;
  color: rgba(220, 235, 255, 0.72);
  text-overflow: ellipsis;
}

.section-solutions .solution-card h3 {
  margin-top: 1.3rem;
}

.section-solutions .solution-card strong {
  display: block;
  margin-top: auto;
  padding-top: 0.35rem;
}

@media (max-width: 991px) {
  .section-solutions .solution-grid {
    gap: 1rem;
    max-width: 760px;
    margin-top: 2.5rem;
    padding-left: 4.2rem;
  }

  .section-solutions .solution-grid::before {
    left: 1.35rem;
  }

  .section-solutions .solution-card,
  .section-solutions .solution-card:nth-child(odd),
  .section-solutions .solution-card:nth-child(even) {
    width: 100%;
    justify-self: stretch;
  }

  .section-solutions .solution-card::before,
  .section-solutions .solution-card:nth-child(even)::before {
    left: -4.2rem;
    right: auto;
  }

  .section-solutions .solution-card::after,
  .section-solutions .solution-card:nth-child(even)::after {
    left: -1.9rem;
    right: auto;
    width: 1.9rem;
    background: linear-gradient(90deg, rgba(98, 213, 255, 0.72), rgba(244, 122, 24, 0.72));
  }
}

@media (max-width: 575px) {
  .section-solutions .solution-grid {
    padding-left: 3.25rem;
  }

  .section-solutions .solution-grid::before {
    left: 1rem;
  }

  .section-solutions .solution-card {
    padding: 1.05rem;
    border-radius: 16px;
  }

  .section-solutions .solution-card::before,
  .section-solutions .solution-card:nth-child(even)::before {
    left: -3.25rem;
    width: 40px;
    height: 40px;
    font-size: 0.78rem;
    box-shadow:
      0 0 0 6px rgba(8, 23, 47, 0.9),
      0 14px 30px rgba(0, 0, 0, 0.24);
  }

  .section-solutions .solution-card::after,
  .section-solutions .solution-card:nth-child(even)::after {
    left: -1.35rem;
    width: 1.35rem;
  }

  .section-solutions .icon-pin::after {
    max-width: calc(100vw - 10rem);
    font-size: 0.66rem;
  }
}

/* Soluciones timeline refinement: numbers live inside the icon blocks. */
.section-solutions .solution-grid {
  counter-reset: solution-step;
  isolation: isolate;
}

.section-solutions .solution-grid::after {
  content: "";
  position: absolute;
  inset: -2.4rem 8% -2rem;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(98, 213, 255, 0.32) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(244, 122, 24, 0.34) 0 1px, transparent 1.8px),
    linear-gradient(90deg, transparent 0 48%, rgba(98, 213, 255, 0.14) 48.2% 48.35%, transparent 48.55% 100%),
    linear-gradient(0deg, transparent 0 48%, rgba(244, 122, 24, 0.12) 48.2% 48.35%, transparent 48.55% 100%);
  background-position: 0 0, 46px 64px, center, center;
  background-size: 132px 132px, 190px 190px, 86px 86px, 86px 86px;
  opacity: 0.5;
  mask-image: radial-gradient(ellipse at center, #000 0 42%, transparent 78%);
}

.section-solutions .solution-card {
  counter-increment: solution-step;
  z-index: 1;
}

.section-solutions .solution-card::before,
.section-solutions .solution-card:nth-child(2)::before,
.section-solutions .solution-card:nth-child(3)::before,
.section-solutions .solution-card:nth-child(4)::before,
.section-solutions .solution-card:nth-child(even)::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  width: auto;
  height: auto;
  display: block;
  border: 0;
  border-radius: inherit;
  color: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 18% 20%, rgba(98, 213, 255, 0.16), transparent 24%),
    radial-gradient(circle at 92% 12%, rgba(244, 122, 24, 0.13), transparent 28%);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow: none;
  opacity: 0.72;
  pointer-events: none;
  transform: none;
}

.section-solutions .solution-card > * {
  position: relative;
  z-index: 1;
}

.section-solutions .icon-pin {
  position: relative;
  overflow: visible;
  color: #071426;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.42), transparent 32%),
    linear-gradient(135deg, #ffb45c, #62d5ff);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 14px 30px rgba(0, 0, 0, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.18);
}

.section-solutions .icon-pin svg {
  display: none;
}

.section-solutions .icon-pin::before {
  content: counter(solution-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.section-solutions .icon-pin::after {
  color: rgba(220, 235, 255, 0.78);
  text-shadow: 0 0 18px rgba(98, 213, 255, 0.18);
}

.section-solutions .solution-card::after {
  z-index: 0;
}

.section-solutions .solution-card:nth-child(odd)::after {
  right: -3rem;
}

.section-solutions .solution-card:nth-child(even)::after {
  left: -3rem;
}

.section-solutions .solution-card h3,
.section-solutions .solution-card p,
.section-solutions .solution-card strong {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .section-solutions .solution-grid::after {
    inset: -1.6rem 0 -1rem 0;
    mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  }

  .section-solutions .solution-card::before,
  .section-solutions .solution-card:nth-child(2)::before,
  .section-solutions .solution-card:nth-child(3)::before,
  .section-solutions .solution-card:nth-child(4)::before,
  .section-solutions .solution-card:nth-child(even)::before {
    left: 0;
    right: 0;
    width: auto;
    height: auto;
  }

  .section-solutions .solution-card::after,
  .section-solutions .solution-card:nth-child(even)::after {
    left: -1.9rem;
    right: auto;
  }
}

@media (max-width: 575px) {
  .section-solutions .icon-pin::before {
    font-size: 0.8rem;
  }

  .section-solutions .icon-pin::after {
    max-width: calc(100vw - 10rem);
  }

  .section-solutions .solution-card::after,
  .section-solutions .solution-card:nth-child(even)::after {
    left: -1.35rem;
  }
}

/* Connected "spore" network for Soluciones, matching the reference style. */
.section-solutions {
  isolation: isolate;
}

.section-solutions > .container-fluid {
  position: relative;
  z-index: 2;
}

.section-solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 420'%3E%3Cg fill='none' stroke='%2348d7ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath opacity='.24' d='M40 122 132 166 190 72 252 140 360 152 436 58 540 98 638 42 746 84 820 166 938 128 1040 202 1136 166'/%3E%3Cpath opacity='.18' d='M190 72 264 -24 360 152 428 250 540 98 608 210 746 84 758 250 820 166 916 268 1040 202 1136 318'/%3E%3Cpath opacity='.16' d='M132 166 252 140 428 250 608 210 758 250 916 268 1136 318'/%3E%3Cpath opacity='.14' d='M638 42 704 -18 746 84 826 18 938 128'/%3E%3C/g%3E%3Cg fill='%2362d5ff'%3E%3Ccircle opacity='.72' cx='40' cy='122' r='4'/%3E%3Ccircle opacity='.6' cx='132' cy='166' r='3.2'/%3E%3Ccircle opacity='.66' cx='190' cy='72' r='3.4'/%3E%3Ccircle opacity='.62' cx='252' cy='140' r='3.4'/%3E%3Ccircle opacity='.52' cx='360' cy='152' r='3.2'/%3E%3Ccircle opacity='.72' cx='436' cy='58' r='4'/%3E%3Ccircle opacity='.56' cx='540' cy='98' r='3.5'/%3E%3Ccircle opacity='.72' cx='638' cy='42' r='4.2'/%3E%3Ccircle opacity='.7' cx='746' cy='84' r='4'/%3E%3Ccircle opacity='.55' cx='820' cy='166' r='3.2'/%3E%3Ccircle opacity='.65' cx='938' cy='128' r='3.8'/%3E%3Ccircle opacity='.66' cx='1040' cy='202' r='3.8'/%3E%3Ccircle opacity='.72' cx='1136' cy='166' r='4.2'/%3E%3Ccircle opacity='.48' cx='428' cy='250' r='3.2'/%3E%3Ccircle opacity='.5' cx='608' cy='210' r='3.3'/%3E%3Ccircle opacity='.64' cx='758' cy='250' r='4'/%3E%3Ccircle opacity='.5' cx='916' cy='268' r='3.4'/%3E%3Ccircle opacity='.48' cx='1136' cy='318' r='3.5'/%3E%3C/g%3E%3Cg fill='%23d7e8ff'%3E%3Ccircle opacity='.5' cx='820' cy='166' r='4.4'/%3E%3Ccircle opacity='.48' cx='938' cy='128' r='4.5'/%3E%3C/g%3E%3C/svg%3E") top center / min(1200px, 112vw) 420px no-repeat,
    linear-gradient(90deg, rgba(98, 213, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(98, 213, 255, 0.028) 1px, transparent 1px);
  background-size: min(1200px, 112vw) 420px, 74px 74px, 74px 74px;
  opacity: 0.9;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.86) 58%, transparent 100%);
}

.section-solutions::after {
  content: "";
  position: absolute;
  top: 3.4rem;
  left: clamp(1.25rem, 5vw, 4.4rem);
  z-index: 1;
  width: clamp(2.15rem, 4vw, 3.15rem);
  height: clamp(2.15rem, 4vw, 3.15rem);
  border: 1px solid rgba(98, 213, 255, 0.72);
  border-radius: 50%;
  background:
    radial-gradient(circle at 38% 24%, rgba(98, 213, 255, 0.42), transparent 28%),
    radial-gradient(circle, rgba(98, 213, 255, 0.2), rgba(6, 20, 38, 0.1) 64%, transparent 68%);
  box-shadow:
    inset 0 0 18px rgba(98, 213, 255, 0.25),
    0 0 28px rgba(98, 213, 255, 0.24);
}

.section-solutions .solution-grid::after {
  inset: -3.2rem 4% -2.4rem;
  z-index: 0;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980 760'%3E%3Cg fill='none' stroke='%2362d5ff' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath opacity='.2' d='M74 84 168 148 276 114 386 204 500 164 612 248 728 198 856 284'/%3E%3Cpath opacity='.16' d='M168 148 236 302 386 204 446 390 612 248 704 430 856 284 910 496'/%3E%3Cpath opacity='.18' d='M74 512 210 438 328 550 446 390 590 548 704 430 910 496'/%3E%3Cpath opacity='.12' d='M210 438 236 302 328 550 590 548 646 668 910 496'/%3E%3C/g%3E%3Cg fill='%2362d5ff'%3E%3Ccircle opacity='.48' cx='74' cy='84' r='3.5'/%3E%3Ccircle opacity='.54' cx='168' cy='148' r='3.8'/%3E%3Ccircle opacity='.46' cx='276' cy='114' r='3.2'/%3E%3Ccircle opacity='.58' cx='386' cy='204' r='4'/%3E%3Ccircle opacity='.52' cx='500' cy='164' r='3.4'/%3E%3Ccircle opacity='.5' cx='612' cy='248' r='3.5'/%3E%3Ccircle opacity='.58' cx='728' cy='198' r='4'/%3E%3Ccircle opacity='.48' cx='856' cy='284' r='3.4'/%3E%3Ccircle opacity='.42' cx='236' cy='302' r='3.2'/%3E%3Ccircle opacity='.48' cx='446' cy='390' r='3.7'/%3E%3Ccircle opacity='.46' cx='704' cy='430' r='3.4'/%3E%3Ccircle opacity='.5' cx='910' cy='496' r='3.7'/%3E%3Ccircle opacity='.5' cx='74' cy='512' r='3.5'/%3E%3Ccircle opacity='.46' cx='210' cy='438' r='3.2'/%3E%3Ccircle opacity='.52' cx='328' cy='550' r='3.8'/%3E%3Ccircle opacity='.44' cx='590' cy='548' r='3.3'/%3E%3Ccircle opacity='.46' cx='646' cy='668' r='3.4'/%3E%3C/g%3E%3C/svg%3E") center / min(980px, 100%) 760px no-repeat;
  opacity: 0.74;
  mask-image: radial-gradient(ellipse at center, #000 0 54%, transparent 84%);
}

@media (max-width: 767px) {
  .section-solutions::before {
    background-position: top left, 0 0, 0 0;
    background-size: 820px 330px, 64px 64px, 64px 64px;
    opacity: 0.72;
  }

  .section-solutions::after {
    top: 1.5rem;
    left: 1rem;
  }

  .section-solutions .solution-grid::after {
    inset: -1rem -0.5rem -1rem -3rem;
    background-size: 720px 560px;
    opacity: 0.48;
  }
}

/* Nosotros editorial layout inspired by the reference, using BYSING colors. */
.about-band {
  color: var(--white);
  background:
    radial-gradient(circle at 50% 12%, rgba(244, 122, 24, 0.24), transparent 13%),
    radial-gradient(circle at 20% 20%, rgba(98, 213, 255, 0.2), transparent 24%),
    radial-gradient(circle at 82% 62%, rgba(11, 95, 184, 0.3), transparent 34%),
    linear-gradient(180deg, #080914 0%, #0a1428 32%, #081a34 54%, #07111f 78%, #050910 100%);
}

.about-band::before {
  background:
    radial-gradient(circle, rgba(98, 213, 255, 0.36) 0 1px, transparent 1.8px),
    linear-gradient(90deg, rgba(98, 213, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(244, 122, 24, 0.055) 1px, transparent 1px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 148px 148px, 92px 92px, 92px 92px;
  opacity: 0.5;
  mask-image: linear-gradient(180deg, #000 0%, #000 42%, transparent 72%);
}

.about-band::after {
  top: 7rem;
  left: 50%;
  right: auto;
  bottom: auto;
  width: min(68rem, 86vw);
  height: 18rem;
  background:
    radial-gradient(ellipse at center, rgba(98, 213, 255, 0.38), transparent 62%),
    radial-gradient(ellipse at center, rgba(244, 122, 24, 0.18), transparent 72%);
  filter: blur(16px);
  transform: translateX(-50%);
}

.about-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.7rem, 3vw, 2.7rem);
  max-width: 1140px;
  margin-inline: auto;
}

.about-vision-hero {
  display: grid;
  justify-items: center;
  gap: 0.48rem;
  min-height: 15.5rem;
  padding-top: 0.5rem;
  color: var(--white);
  text-align: center;
}

.about-mark {
  width: 58px;
  height: 58px;
  padding: 4px;
  border: 1px solid rgba(98, 213, 255, 0.72);
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(244, 122, 24, 0.85), rgba(98, 213, 255, 0.78)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 32px rgba(98, 213, 255, 0.22),
    0 0 28px rgba(244, 122, 24, 0.16);
}

.about-mark img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.about-vision-hero p {
  margin: 0;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 800;
  letter-spacing: 0;
}

.about-vision-hero span {
  color: rgba(239, 246, 255, 0.68);
  font-size: 0.82rem;
}

.about-heading {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  text-align: center;
}

.about-heading .eyebrow {
  color: var(--blue);
}

.about-heading h2 {
  max-width: 760px;
  margin: 0;
  color: #f8fbff;
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  line-height: 0.98;
}

.about-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.about-profile-card {
  min-height: 22rem;
  overflow: hidden;
  border: 1px solid rgba(143, 198, 255, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 82% 16%, rgba(98, 213, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(12, 35, 65, 0.96), rgba(7, 11, 22, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.about-copy-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.2rem;
  color: var(--white);
  background:
    radial-gradient(circle at 94% 92%, rgba(244, 122, 24, 0.38), transparent 28%),
    radial-gradient(circle at 12% 84%, rgba(98, 213, 255, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(12, 35, 65, 0.94), rgba(7, 11, 22, 0.98));
}

.about-copy-card::before {
  content: "";
  display: block;
  min-height: 6.4rem;
  margin-bottom: auto;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(11, 95, 184, 0.14) 1px, transparent 1px),
    linear-gradient(rgba(11, 95, 184, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 28% 38%, rgba(98, 213, 255, 0.26), transparent 24%),
    radial-gradient(circle at 72% 42%, rgba(244, 122, 24, 0.18), transparent 26%);
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.about-profile-card > span,
.about-image-card div span {
  display: block;
  margin-bottom: 0.45rem;
  color: #8fc6ff;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.about-profile-card h3 {
  margin: 0 0 0.62rem;
  color: inherit;
  font-size: 1.08rem;
  line-height: 1.18;
  font-weight: 900;
}

.about-profile-card p {
  margin: 0;
  color: rgba(239, 246, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.68;
}

.about-image-card {
  position: relative;
  background: #0b1021;
}

.about-image-card img {
  width: 100%;
  height: 68%;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.about-image-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 38%;
  padding: 1rem 1.15rem 1.15rem;
  color: var(--white);
  background:
    radial-gradient(circle at 85% 92%, rgba(244, 122, 24, 0.38), transparent 34%),
    linear-gradient(180deg, rgba(10, 20, 39, 0.68), rgba(10, 13, 28, 0.96) 42%, rgba(7, 11, 22, 0.98) 100%);
}

.about-image-card div h3 {
  margin-top: 0.7rem;
}

.about-values {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  margin-top: 0.3rem;
  text-align: center;
}

.about-values .eyebrow {
  color: var(--blue);
}

.about-values h3 {
  margin: 0;
  color: #f8fbff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.05;
}

.about-values .metrics-row {
  width: min(100%, 760px);
  margin-top: 1rem;
}

.about-values .metrics-row div {
  border-radius: 14px;
  color: var(--white);
  background:
    radial-gradient(circle at bottom right, rgba(98, 213, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(14, 37, 69, 0.88), rgba(8, 18, 34, 0.94));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.2);
}

.about-values .metrics-row strong {
  color: var(--blue);
}

.about-values .metrics-row span {
  color: rgba(220, 235, 255, 0.72);
}

@media (max-width: 991px) {
  .about-band {
    background:
      radial-gradient(circle at 50% 10%, rgba(244, 122, 24, 0.28), transparent 14%),
      radial-gradient(circle at 18% 22%, rgba(98, 213, 255, 0.18), transparent 24%),
      linear-gradient(180deg, #080914 0%, #0a1428 34%, #081a34 58%, #07111f 100%);
  }

  .about-card-row {
    grid-template-columns: 1fr;
    max-width: 560px;
    width: 100%;
    margin-inline: auto;
  }

  .about-profile-card {
    min-height: 19rem;
  }

  .about-image-card img {
    height: 16rem;
  }

  .about-image-card div {
    position: relative;
    min-height: auto;
  }

  .about-image-card div h3 {
    margin-top: 0.7rem;
  }
}

@media (max-width: 575px) {
  .about-vision-hero {
    min-height: 13rem;
  }

  .about-heading h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .about-profile-card {
    border-radius: 12px;
  }
}

/* Catalog editorial sheet, email-only contact, and cleaner footer. */
.catalog-book {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1rem, 2vw, 1.4rem);
  align-items: stretch;
  margin-top: 1.6rem;
}

.catalog-cover,
.catalog-list-page {
  min-height: 44rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.28);
}

.catalog-cover {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.35rem);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(45deg, transparent 0 47%, rgba(255, 255, 255, 0.14) 47.2% 47.5%, transparent 47.8% 100%),
    radial-gradient(circle at 86% 78%, rgba(244, 122, 24, 0.24), transparent 22%),
    radial-gradient(circle at 18% 8%, rgba(98, 213, 255, 0.16), transparent 24%),
    linear-gradient(160deg, #050912 0%, #101827 55%, #070b12 100%);
  background-size: 42px 42px, auto, auto, auto, auto;
}

.catalog-cover::before,
.catalog-cover::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.catalog-cover::before {
  inset: 1.3rem auto auto 1.3rem;
  width: 45%;
  height: 48%;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.catalog-cover::after {
  right: -4.5rem;
  bottom: -4.5rem;
  width: 14rem;
  height: 14rem;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1.8rem rgba(255, 255, 255, 0.04),
    inset 0 0 0 3.7rem rgba(255, 255, 255, 0.035);
}

.catalog-cover-visual {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.catalog-cover-visual img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  display: block;
  object-fit: cover;
  filter: saturate(1.02) contrast(1.05);
}

.catalog-cover-visual span {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  padding: 0.75rem 0.55rem;
  color: #111827;
  background: linear-gradient(180deg, #ffb45c, var(--orange));
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.catalog-cover-copy {
  max-width: 28rem;
}

.catalog-cover-copy p {
  margin: 0 0 0.45rem;
  color: #9ad2ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-cover-copy h3 {
  margin: 0 0 0.5rem;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 0.98;
}

.catalog-cover-copy span {
  display: block;
  color: rgba(235, 244, 255, 0.72);
  line-height: 1.6;
}

.catalog-cover-minis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.72rem;
}

.catalog-cover-minis article {
  display: grid;
  gap: 0.38rem;
  min-width: 0;
  padding: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.065);
}

.catalog-cover-minis img {
  width: 100%;
  aspect-ratio: 1.35 / 1;
  display: block;
  border-radius: 7px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.92);
}

.catalog-cover-minis strong {
  color: var(--white);
  font-size: 0.78rem;
  line-height: 1.1;
}

.catalog-cover-minis span {
  color: rgba(235, 244, 255, 0.58);
  font-size: 0.68rem;
}

.catalog-list-page {
  padding: clamp(1rem, 2vw, 1.35rem);
  color: #121826;
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.045) 1px, transparent 1px),
    linear-gradient(#ffffff, #f7f9fc);
  background-size: 44px 44px, auto;
}

.catalog-list-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 2px solid rgba(15, 23, 42, 0.08);
}

.catalog-list-head span {
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-list-head strong {
  max-width: 18rem;
  color: #101828;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.1rem;
  line-height: 1.12;
  text-align: right;
}

.catalog-book .product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0.3rem;
}

.catalog-book .product-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr) auto;
  grid-template-rows: auto;
  align-items: center;
  gap: 0.9rem;
  min-height: 0;
  padding: 0.82rem 0;
  border: 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 0;
  color: #121826;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.catalog-book .product-card::before,
.catalog-book .product-card::after {
  display: none;
}

.catalog-book .product-card.is-hidden {
  display: none;
}

.catalog-book .product-card:hover,
.catalog-book .product-card.is-active {
  border-color: rgba(244, 122, 24, 0.38);
  box-shadow: none;
}

.catalog-book .product-card img {
  width: 116px;
  height: 88px;
  padding: 0.4rem;
  border-radius: 8px;
  object-fit: contain;
  background: #e5e7eb;
}

.catalog-book .product-card div {
  min-width: 0;
  padding: 0;
  transform: none;
}

.catalog-book .product-card span {
  color: var(--orange);
  font-size: 0.7rem;
}

.catalog-book .product-card h3 {
  margin: 0.18rem 0 0.28rem;
  color: #101828;
  font-size: 1.02rem;
  line-height: 1.14;
}

.catalog-book .product-card p {
  margin: 0;
  color: rgba(15, 23, 42, 0.62);
  font-size: 0.82rem;
  line-height: 1.45;
}

.catalog-book .product-cta {
  min-width: max-content;
  min-height: 32px;
  padding: 0.38rem 0.72rem;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: #101828;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.catalog-book .product-card:hover .product-cta,
.catalog-book .product-card.is-active .product-cta {
  color: #101828;
  background: linear-gradient(135deg, #ffb45c, var(--orange));
}

.email-card {
  border-top: 6px solid var(--orange);
}

.email-card .form-title svg {
  color: var(--orange);
  background: linear-gradient(135deg, rgba(244, 122, 24, 0.14), rgba(11, 95, 184, 0.12));
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 122, 24, 0.13), transparent 28%),
    radial-gradient(circle at 84% 0%, rgba(11, 95, 184, 0.2), transparent 30%),
    linear-gradient(180deg, #07101d 0%, #050910 100%);
}

.footer-strip {
  height: 4px;
  background: linear-gradient(90deg, var(--orange), #ffb45c, var(--blue));
}

.footer-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border: 0;
}

.footer-brand {
  min-width: 0;
}

.footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.02rem;
  line-height: 1.1;
}

.footer-brand p {
  margin: 0.2rem 0 0;
  color: rgba(235, 244, 255, 0.68);
  font-size: 0.92rem;
  font-weight: 700;
}

.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
}

.footer-contact a,
.footer-contact span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(235, 244, 255, 0.78);
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.footer-contact svg {
  width: 16px;
  height: 16px;
  color: #9ad2ff;
}

.footer-contact a:hover,
.footer-contact a:focus {
  color: var(--white);
  border-color: rgba(244, 122, 24, 0.42);
  background: rgba(244, 122, 24, 0.12);
}

@media (max-width: 1199px) {
  .catalog-book {
    grid-template-columns: 1fr;
  }

  .catalog-cover,
  .catalog-list-page {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .catalog-cover-minis {
    grid-template-columns: 1fr;
  }

  .catalog-list-head {
    display: grid;
    align-items: start;
  }

  .catalog-list-head strong {
    text-align: left;
  }

  .catalog-book .product-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .catalog-book .product-card img {
    width: 88px;
    height: 76px;
  }

  .catalog-book .product-cta {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-contact {
    justify-content: flex-start;
  }
}

/* Premium navigation states */
.site-nav {
  background:
    linear-gradient(90deg, rgba(244, 122, 24, 0.1), transparent 22%, rgba(11, 95, 184, 0.11) 82%, transparent),
    rgba(247, 250, 255, 0.78);
}

.site-nav.is-scrolled {
  background:
    linear-gradient(90deg, rgba(244, 122, 24, 0.12), transparent 24%, rgba(11, 95, 184, 0.12) 82%, transparent),
    rgba(248, 251, 255, 0.94);
}

.site-nav .navbar-nav {
  position: relative;
  gap: 0.35rem;
  padding: 0.34rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 16px 34px rgba(15, 23, 42, 0.06);
}

.navbar .nav-link {
  position: relative;
  isolation: isolate;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.66rem 0.92rem;
  border: 1px solid transparent;
  color: rgba(15, 23, 42, 0.72);
  overflow: hidden;
}

.navbar .nav-link::before {
  content: "";
  position: absolute;
  inset: 0.25rem;
  z-index: -1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 30%, rgba(98, 213, 255, 0.24), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(239, 246, 255, 0.64));
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 180ms ease, transform 180ms ease;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.26rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px rgba(244, 122, 24, 0.55);
  opacity: 0;
  transform: translateX(-50%) scale(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.is-active {
  color: var(--blue);
  background: transparent;
  transform: none;
}

.navbar .nav-link:hover::before,
.navbar .nav-link:focus::before,
.navbar .nav-link.is-active::before {
  opacity: 1;
  transform: scale(1);
}

.navbar .nav-link.is-active {
  border-color: rgba(11, 95, 184, 0.16);
  color: #071426;
  font-weight: 900;
}

.navbar .nav-link.is-active::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.nav-contact {
  margin-left: 0.1rem;
}

.nav-contact::before {
  background: linear-gradient(135deg, #071426, #123f72) !important;
}

.navbar .nav-contact,
.navbar .nav-contact:hover,
.navbar .nav-contact:focus,
.navbar .nav-contact.is-active {
  color: var(--white) !important;
}

.navbar .nav-contact.is-active {
  border-color: rgba(244, 122, 24, 0.38);
  box-shadow:
    0 12px 28px rgba(9, 30, 61, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.navbar .nav-contact.is-active::after {
  background: var(--orange);
}

@media (max-width: 991px) {
  .site-nav .navbar-nav {
    width: 100%;
    min-width: 100%;
    justify-content: flex-start;
    border-radius: 20px;
    padding: 0.45rem;
  }

  .navbar .nav-link {
    width: 100%;
    min-width: 0;
  }
}

/* Logo sizing */
:root {
  --nav-height: 96px;
}

.brand-lockup img {
  width: 64px;
  height: 64px;
  border-radius: 16px;
}

.footer-brand img {
  width: 60px;
  height: 60px;
  border-radius: 16px;
}

@media (max-width: 767px) {
  :root {
    --nav-height: 94px;
  }

  .brand-lockup img {
    width: 58px;
    height: 58px;
  }
}

/* Support visual and contact map */
.support-layout {
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
}

.support-intro {
  display: grid;
  gap: 1.4rem;
}

.support-visual {
  position: relative;
  min-height: clamp(18rem, 32vw, 25rem);
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(98, 213, 255, 0.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 78%, rgba(98, 213, 255, 0.24), transparent 28%),
    radial-gradient(circle at 38% 32%, rgba(98, 213, 255, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(5, 14, 30, 0.92), rgba(7, 27, 57, 0.86));
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.support-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(98, 213, 255, 0.48) 0 1px, transparent 1.7px),
    linear-gradient(90deg, rgba(98, 213, 255, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(98, 213, 255, 0.06) 1px, transparent 1px);
  background-position: 0 0, 0 0, 0 0;
  background-size: 110px 110px, 54px 54px, 54px 54px;
  opacity: 0.45;
  mask-image: radial-gradient(ellipse at center, #000 0 42%, transparent 78%);
  pointer-events: none;
}

.support-glow {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 13%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(98, 213, 255, 0.92), transparent);
  box-shadow: 0 0 34px rgba(98, 213, 255, 0.72);
}

.support-laptop {
  position: relative;
  z-index: 1;
  width: min(78%, 26rem);
  height: 15rem;
  perspective: 900px;
}

.support-screen {
  position: absolute;
  left: 22%;
  right: 8%;
  top: 8%;
  height: 64%;
  border: 2px solid rgba(98, 213, 255, 0.78);
  border-radius: 12px;
  background:
    radial-gradient(circle at 70% 35%, rgba(98, 213, 255, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(8, 27, 55, 0.76), rgba(3, 9, 21, 0.82));
  box-shadow:
    0 0 22px rgba(98, 213, 255, 0.32),
    inset 0 0 28px rgba(98, 213, 255, 0.16);
  transform: skewY(-4deg) rotateX(2deg);
}

.support-base {
  position: absolute;
  left: 4%;
  right: 10%;
  bottom: 12%;
  height: 18%;
  border: 1px solid rgba(98, 213, 255, 0.48);
  border-radius: 0 0 22px 22px;
  background:
    linear-gradient(90deg, rgba(98, 213, 255, 0.28), rgba(255, 255, 255, 0.08), rgba(98, 213, 255, 0.2));
  box-shadow: 0 18px 38px rgba(98, 213, 255, 0.16);
  transform: perspective(500px) rotateX(64deg);
}

.screen-node,
.screen-line {
  position: absolute;
  display: block;
}

.screen-node {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #62d5ff;
  box-shadow: 0 0 16px rgba(98, 213, 255, 0.78);
}

.node-one {
  left: 24%;
  top: 34%;
}

.node-two {
  right: 28%;
  top: 24%;
}

.node-three {
  left: 58%;
  bottom: 26%;
}

.screen-line {
  height: 1px;
  background: rgba(98, 213, 255, 0.42);
  transform-origin: left center;
}

.line-one {
  left: 26%;
  top: 37%;
  width: 42%;
  transform: rotate(-12deg);
}

.line-two {
  left: 58%;
  top: 55%;
  width: 25%;
  transform: rotate(-38deg);
}

.support-gear {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(98, 213, 255, 0.6);
  border-radius: 50%;
  color: #8fe3ff;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.18), transparent 30%),
    rgba(10, 43, 78, 0.58);
  box-shadow:
    0 0 28px rgba(98, 213, 255, 0.34),
    inset 0 0 18px rgba(98, 213, 255, 0.18);
  animation: supportGearSpin 16s linear infinite;
}

.support-gear svg {
  width: 62%;
  height: 62%;
  stroke-width: 1.65;
}

.gear-one {
  left: 14%;
  top: 16%;
  width: clamp(5.8rem, 10vw, 8rem);
  height: clamp(5.8rem, 10vw, 8rem);
}

.gear-two {
  left: 42%;
  top: 12%;
  width: clamp(3.4rem, 6vw, 4.8rem);
  height: clamp(3.4rem, 6vw, 4.8rem);
  animation-direction: reverse;
  animation-duration: 12s;
}

.gear-three {
  left: 36%;
  top: 42%;
  width: clamp(4.2rem, 7vw, 5.5rem);
  height: clamp(4.2rem, 7vw, 5.5rem);
  animation-duration: 18s;
}

.support-chip {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.58rem 0.74rem;
  border: 1px solid rgba(98, 213, 255, 0.18);
  border-radius: 999px;
  color: rgba(235, 244, 255, 0.82);
  background: rgba(3, 10, 22, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  backdrop-filter: blur(14px);
}

.support-chip svg {
  width: 16px;
  height: 16px;
  color: #62d5ff;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  max-width: 1180px;
  align-items: stretch;
}

.map-card {
  position: relative;
  min-height: 100%;
  display: grid;
  grid-template-rows: auto minmax(18rem, 1fr) auto;
  gap: 1rem;
  padding: 1.2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  color: var(--white);
  background:
    radial-gradient(circle at top right, rgba(244, 122, 24, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  box-shadow: 0 24px 52px rgba(4, 13, 27, 0.24);
  backdrop-filter: blur(18px);
}

.map-card-head {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.map-card-head > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #ffab60);
  box-shadow: 0 18px 36px rgba(244, 122, 24, 0.2);
}

.map-card-head svg {
  width: 22px;
  height: 22px;
}

.map-card-head p,
.map-card-head h3 {
  margin: 0;
}

.map-card-head p {
  color: #9ad2ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.map-card-head h3 {
  margin-top: 0.18rem;
  color: var(--white);
  font-size: 1.18rem;
  font-weight: 900;
}

.map-card iframe {
  width: 100%;
  min-height: 18rem;
  border: 0;
  border-radius: 20px;
  filter: saturate(0.96) contrast(1.04);
}

.map-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
  text-decoration: none;
}

.map-link:hover,
.map-link:focus {
  color: var(--white);
  border-color: rgba(244, 122, 24, 0.48);
  background: rgba(244, 122, 24, 0.12);
}

@keyframes supportGearSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199px) {
  .support-layout {
    grid-template-columns: 1fr;
  }

  .support-intro {
    grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
    align-items: center;
  }
}

@media (max-width: 991px) {
  .support-intro,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .support-visual {
    min-height: 20rem;
  }
}

@media (max-width: 575px) {
  .support-visual {
    min-height: 18rem;
    border-radius: 18px;
  }

  .support-laptop {
    width: 92%;
  }

  .support-chip {
    left: 1rem;
    right: auto;
  }

  .map-card {
    padding: 1rem;
    border-radius: 22px;
  }
}

/* Final polish: brighter support panel and illuminated cards on hover. */
.support-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(98, 213, 255, 0.18), transparent 20%),
    radial-gradient(circle at 14% 70%, rgba(244, 122, 24, 0.12), transparent 26%),
    linear-gradient(135deg, #071426 0%, #09244b 58%, #061322 100%);
}

.support-visual {
  min-height: clamp(20rem, 34vw, 27rem);
  border-color: rgba(98, 213, 255, 0.24);
  background:
    radial-gradient(circle at 48% 72%, rgba(98, 213, 255, 0.34), transparent 28%),
    radial-gradient(circle at 31% 32%, rgba(98, 213, 255, 0.2), transparent 20%),
    radial-gradient(circle at 74% 25%, rgba(244, 122, 24, 0.12), transparent 22%),
    linear-gradient(135deg, rgba(5, 14, 30, 0.96), rgba(7, 27, 57, 0.9));
}

.support-visual::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 7%;
  height: 16%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(98, 213, 255, 0.26), transparent 68%);
  filter: blur(8px);
  pointer-events: none;
}

.support-laptop {
  width: min(82%, 28rem);
  height: 16rem;
}

.support-screen {
  border-color: rgba(130, 230, 255, 0.86);
  box-shadow:
    0 0 30px rgba(98, 213, 255, 0.44),
    inset 0 0 32px rgba(98, 213, 255, 0.22);
}

.support-base {
  bottom: 10%;
  box-shadow:
    0 18px 48px rgba(98, 213, 255, 0.26),
    0 0 36px rgba(98, 213, 255, 0.16);
}

.support-gear {
  color: #9eeaff;
  border-color: rgba(130, 230, 255, 0.72);
  box-shadow:
    0 0 34px rgba(98, 213, 255, 0.42),
    inset 0 0 22px rgba(98, 213, 255, 0.2);
}

.process-step {
  min-height: 282px;
  padding: 1.35rem;
  border-radius: 26px;
  background:
    radial-gradient(circle at 82% 12%, rgba(98, 213, 255, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
}

.process-step:nth-child(1)::after,
.process-step:nth-child(2)::after,
.process-step:nth-child(3)::after,
.process-step:nth-child(4)::after {
  top: 5.45rem;
  left: 1.35rem;
  max-width: calc(100% - 2.7rem);
  line-height: 1.35;
  color: rgba(220, 235, 255, 0.62);
}

.process-step h3 {
  margin: 4.25rem 0 0.65rem;
  font-size: 1.18rem;
  line-height: 1.12;
}

.process-step p {
  color: rgba(238, 246, 255, 0.78);
}

.process-step:hover {
  transform: none;
  border-color: rgba(98, 213, 255, 0.46);
  box-shadow:
    0 30px 76px rgba(4, 13, 27, 0.34),
    0 0 0 1px rgba(98, 213, 255, 0.14),
    0 0 34px rgba(98, 213, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.process-step:hover span {
  box-shadow:
    0 18px 34px rgba(244, 122, 24, 0.28),
    0 0 28px rgba(244, 122, 24, 0.24);
}

.solution-card,
.about-profile-card,
.catalog-cover,
.catalog-list-page,
.catalog-book .product-card,
.contact-card,
.map-card,
.process-step {
  transition: border-color 200ms ease, box-shadow 200ms ease, background 200ms ease, filter 200ms ease;
}

.solution-card:hover,
.about-profile-card:hover,
.catalog-cover:hover,
.catalog-list-page:hover,
.contact-card:hover,
.map-card:hover {
  border-color: rgba(98, 213, 255, 0.42);
  box-shadow:
    0 30px 82px rgba(4, 13, 27, 0.28),
    0 0 0 1px rgba(98, 213, 255, 0.12),
    0 0 34px rgba(98, 213, 255, 0.16);
}

.catalog-book .product-card:hover {
  border-bottom-color: rgba(244, 122, 24, 0.5);
  background:
    radial-gradient(circle at 8% 50%, rgba(244, 122, 24, 0.1), transparent 26%),
    linear-gradient(90deg, rgba(11, 95, 184, 0.055), transparent);
}

.email-card:hover {
  border-color: rgba(244, 122, 24, 0.46);
  box-shadow:
    0 30px 82px rgba(4, 13, 27, 0.28),
    0 0 0 1px rgba(244, 122, 24, 0.12),
    0 0 34px rgba(244, 122, 24, 0.15);
}

.map-card:hover iframe {
  filter: saturate(1.04) contrast(1.08);
}

@media (max-width: 1199px) {
  .process-step {
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .process-step {
    min-height: auto;
  }
}

/* Responsive and interaction pass */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
iframe,
video {
  max-width: 100%;
}

.action-btn,
.site-nav .nav-link,
.product-card h3,
.product-card p,
.process-step h3,
.process-step p {
  overflow-wrap: anywhere;
}

.solution-card,
.about-profile-card,
.catalog-cover,
.catalog-list-page,
.catalog-book .product-card,
.contact-card,
.map-card,
.process-step {
  transform: translate3d(0, 0, 0);
  transition:
    transform 220ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease,
    background 200ms ease,
    filter 200ms ease;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .solution-card:hover,
  .about-profile-card:hover,
  .catalog-cover:hover,
  .catalog-list-page:hover,
  .contact-card:hover,
  .map-card:hover,
  .process-step:hover {
    transform: translate3d(0, -12px, 0);
  }

  .catalog-book .product-card:hover {
    transform: translate3d(0, -6px, 0);
  }
}

.catalog-book .product-card {
  cursor: default;
  grid-template-columns: clamp(84px, 9vw, 116px) minmax(0, 1fr);
  align-items: center;
}

.catalog-book .product-card img {
  width: clamp(84px, 9vw, 116px);
  height: clamp(72px, 7vw, 90px);
  object-fit: contain;
  object-position: center;
  image-rendering: auto;
}

.catalog-book .product-card:hover {
  box-shadow:
    0 18px 40px rgba(4, 13, 27, 0.1),
    0 0 0 1px rgba(244, 122, 24, 0.16);
}

.catalog-book .product-card.is-active {
  border-color: rgba(228, 233, 242, 0.9);
  box-shadow: none;
}

.map-card iframe {
  width: 100%;
  min-height: clamp(18rem, 34vw, 28rem);
}

@media (max-width: 1199px) {
  .hero-shell,
  .support-layout,
  .catalog-book,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy-block {
    max-width: 760px;
  }

  .hero-stage {
    min-height: clamp(31rem, 60vw, 42rem);
  }

  .solution-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-card-row,
  .metrics-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .site-header {
    padding: 0.75rem 0.85rem;
  }

  .site-nav .navbar-collapse {
    margin-top: 0.9rem;
    padding: 0.85rem;
    border: 1px solid rgba(11, 95, 184, 0.14);
    border-radius: 22px;
    background: rgba(248, 251, 255, 0.96);
    box-shadow: 0 22px 54px rgba(4, 13, 27, 0.14);
  }

  .site-nav .navbar-nav {
    gap: 0.35rem;
    flex-direction: column;
    align-items: stretch !important;
  }

  .site-nav .nav-link {
    justify-content: center;
    min-height: 44px;
  }

  .nav-contact {
    width: 100%;
  }

  .hero-section,
  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-shell,
  .about-layout,
  .support-layout,
  .contact-grid {
    gap: 2rem;
  }

  .hero-stage {
    min-height: 34rem;
  }

  .hero-proof,
  .catalog-cover-minis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-card-row,
  .metrics-row,
  .support-intro {
    grid-template-columns: 1fr;
  }

  .catalog-top {
    align-items: start;
    gap: 1rem;
  }

  .catalog-control-stack {
    width: 100%;
  }

  .catalog-meta {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .brand-lockup img {
    width: 58px;
    height: 58px;
  }

  .brand-lockup strong {
    font-size: 1rem;
  }

  .brand-lockup small {
    font-size: 0.76rem;
  }

  .hero-section {
    padding-top: 7.25rem;
  }

  .hero-section h1,
  .section-heading h2,
  .support-section h2 {
    font-size: clamp(2.15rem, 12vw, 3.5rem);
    line-height: 0.98;
  }

  .hero-actions,
  .footer-contact {
    align-items: stretch;
  }

  .hero-actions .action-btn,
  .contact-card .action-btn,
  .footer-contact a,
  .footer-contact span {
    width: 100%;
    justify-content: center;
  }

  .hero-proof,
  .quick-strip,
  .solution-grid,
  .process-list,
  .catalog-cover-minis {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 30rem;
  }

  .hero-floating-metric,
  .signal-card {
    max-width: min(15rem, 72vw);
  }

  .catalog-cover,
  .catalog-list-page,
  .contact-card,
  .map-card,
  .process-step {
    border-radius: 20px;
  }

  .catalog-book .product-card {
    grid-template-columns: minmax(72px, 88px) minmax(0, 1fr);
    gap: 0.85rem;
    padding: 0.9rem 0;
  }

  .catalog-book .product-card img {
    width: 88px;
    height: 78px;
  }

  .support-visual {
    min-height: 19rem;
  }
}

@media (max-width: 575px) {
  .hero-stage {
    min-height: 27rem;
  }

  .hero-main-card {
    width: min(100%, 21rem);
  }

  .hero-badges {
    display: grid;
    grid-template-columns: 1fr;
  }

  .catalog-book .product-card {
    grid-template-columns: 1fr;
  }

  .catalog-book .product-card img {
    width: 100%;
    height: 9rem;
    border-radius: 14px;
  }

  .catalog-list-head {
    gap: 0.45rem;
  }

  .contact-card,
  .map-card {
    padding: 1rem;
  }

  .map-card iframe {
    min-height: 16rem;
  }
}

/* Continuous flow, compact catalog, and loader 3D polish. */
main {
  background:
    radial-gradient(circle at 16% 10%, rgba(11, 95, 184, 0.16), transparent 18%),
    radial-gradient(circle at 78% 48%, rgba(98, 213, 255, 0.1), transparent 22%),
    linear-gradient(180deg, #071225 0%, #071426 22%, #080914 42%, #06111f 62%, #061322 82%, #050910 100%);
}

.hero-section,
.quick-strip,
.section,
.site-footer {
  margin-top: -1px;
}

.hero-section {
  background:
    radial-gradient(circle at 18% 36%, rgba(11, 95, 184, 0.38), transparent 25%),
    radial-gradient(circle at 78% 42%, rgba(98, 213, 255, 0.13), transparent 30%),
    linear-gradient(180deg, #07101f 0%, #0a1730 62%, #071426 100%);
}

.quick-strip {
  border-top: 0;
  border-bottom: 0;
  background:
    linear-gradient(90deg, rgba(11, 95, 184, 0.82), rgba(8, 23, 47, 0.9) 54%, rgba(244, 122, 24, 0.72)),
    linear-gradient(180deg, rgba(7, 18, 37, 0.98), rgba(7, 20, 38, 0.98));
  box-shadow:
    inset 0 22px 28px rgba(7, 18, 37, 0.34),
    inset 0 -22px 28px rgba(7, 20, 38, 0.34);
}

.section-solutions {
  background:
    radial-gradient(circle at 14% 8%, rgba(53, 143, 255, 0.18), transparent 22%),
    radial-gradient(circle at 88% 82%, rgba(244, 122, 24, 0.1), transparent 24%),
    linear-gradient(180deg, #071426 0%, #08162a 54%, #080914 100%);
}

.about-band {
  background:
    radial-gradient(circle at 50% 12%, rgba(244, 122, 24, 0.24), transparent 13%),
    radial-gradient(circle at 20% 20%, rgba(98, 213, 255, 0.2), transparent 24%),
    radial-gradient(circle at 82% 62%, rgba(11, 95, 184, 0.3), transparent 34%),
    linear-gradient(180deg, #080914 0%, #0a1428 34%, #081a34 58%, #06111f 100%);
}

.catalog-section {
  padding-top: clamp(4rem, 6vw, 5.2rem);
  padding-bottom: clamp(4rem, 6vw, 5.2rem);
  background:
    radial-gradient(circle at 12% 12%, rgba(244, 122, 24, 0.12), transparent 15%),
    radial-gradient(circle at 82% 20%, rgba(98, 213, 255, 0.13), transparent 22%),
    linear-gradient(180deg, #06111f 0%, #0a1930 58%, #071426 100%);
}

.support-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(98, 213, 255, 0.18), transparent 20%),
    radial-gradient(circle at 14% 70%, rgba(244, 122, 24, 0.12), transparent 26%),
    linear-gradient(180deg, #071426 0%, #09244b 58%, #061322 100%);
}

.contact-section {
  background:
    radial-gradient(circle at top left, rgba(73, 154, 255, 0.16), transparent 18%),
    radial-gradient(circle at 84% 18%, rgba(244, 122, 24, 0.1), transparent 24%),
    linear-gradient(180deg, #061322 0%, #07111f 58%, #050910 100%);
}

.site-footer {
  background:
    radial-gradient(circle at 14% 0%, rgba(244, 122, 24, 0.12), transparent 28%),
    radial-gradient(circle at 84% 0%, rgba(11, 95, 184, 0.16), transparent 30%),
    linear-gradient(180deg, #050910 0%, #03060c 100%);
}

.catalog-top {
  max-width: 1080px;
  margin-inline: auto;
  margin-bottom: 1.15rem;
}

.catalog-section .section-heading h2 {
  font-size: clamp(1.9rem, 2.5vw, 2.8rem);
}

.catalog-meta {
  max-width: 22rem;
}

.catalog-book {
  max-width: 1080px;
  margin-inline: auto;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  gap: 0.85rem;
}

.catalog-cover,
.catalog-list-page {
  min-height: auto;
  border-radius: 14px;
}

.catalog-cover {
  gap: 0.72rem;
  padding: 0.85rem;
}

.catalog-cover::before {
  inset: 0.9rem auto auto 0.9rem;
}

.catalog-cover::after {
  right: -5.6rem;
  bottom: -5.6rem;
}

.catalog-cover-visual {
  min-height: 12.5rem;
}

.catalog-cover-visual img {
  min-height: 12.5rem;
}

.catalog-cover-copy h3 {
  font-size: clamp(1.42rem, 2.2vw, 2rem);
  line-height: 1.04;
}

.catalog-cover-copy span {
  font-size: 0.84rem;
  line-height: 1.5;
}

.catalog-cover-minis {
  gap: 0.5rem;
}

.catalog-cover-minis article {
  padding: 0.48rem;
}

.catalog-cover-minis img {
  aspect-ratio: 1.45 / 1;
}

.catalog-list-page {
  padding: 0.85rem 1rem;
}

.catalog-list-head {
  align-items: center;
  padding-bottom: 0.62rem;
}

.catalog-list-head strong {
  max-width: 15rem;
  font-size: 0.95rem;
}

.catalog-book .product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1rem;
  margin-top: 0.18rem;
}

.catalog-book .product-card {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 0.55rem;
  padding: 0.52rem 0;
}

.catalog-book .product-card img {
  width: 64px;
  height: 52px;
  padding: 0.24rem;
  border-radius: 7px;
}

.catalog-book .product-card span {
  font-size: 0.62rem;
}

.catalog-book .product-card h3 {
  margin: 0.12rem 0 0.18rem;
  font-size: 0.86rem;
  line-height: 1.12;
}

.catalog-book .product-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(15, 23, 42, 0.64);
  font-size: 0.72rem;
  line-height: 1.34;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
  .catalog-book {
    max-width: 940px;
    grid-template-columns: 1fr;
  }

  .catalog-cover {
    display: grid;
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr);
    align-items: center;
  }

  .catalog-cover-minis {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .loader-3d-stage {
    width: min(13rem, 64vw);
    height: 7.2rem;
  }

  .catalog-section {
    padding-top: 3.4rem;
    padding-bottom: 3.4rem;
  }

  .catalog-top {
    display: grid;
    align-items: start;
    margin-bottom: 1rem;
  }

  .catalog-cover {
    grid-template-columns: 1fr;
  }

  .catalog-book .product-grid {
    grid-template-columns: 1fr;
  }

  .catalog-book .product-card {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .catalog-book .product-card img {
    width: 74px;
    height: 60px;
  }
}

@media (max-width: 575px) {
  .loader-3d-stage {
    width: min(11rem, 70vw);
    height: 6.4rem;
  }

  .catalog-book .product-card {
    grid-template-columns: 1fr;
  }

  .catalog-book .product-card img {
    width: 100%;
    height: 8rem;
    border-radius: 12px;
  }
}

/* Shared connected-grid texture inspired by the reference image. */
:root {
  --bysing-network-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 560 280'%3E%3Cg fill='none' stroke='%2362d5ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.6' stroke-opacity='.48'%3E%3Cpath d='M20 116L150 170L245 58L338 146L510 170'/%3E%3Cpath d='M245 58L318 -36'/%3E%3Cpath d='M338 146L456 268'/%3E%3Cpath d='M150 170L338 146'/%3E%3Cpath d='M510 170L594 70'/%3E%3C/g%3E%3Cg fill='%230a2e55' fill-opacity='.62' stroke='%2362d5ff' stroke-linejoin='round' stroke-opacity='.9'%3E%3Cpath d='M20 103l12 7v13l-12 7-12-7v-13z' stroke-width='1.7'/%3E%3Crect x='138' y='158' width='24' height='24' rx='5' stroke-width='1.7'/%3E%3Cpath d='M245 43l15 15-15 15-15-15z' stroke-width='1.8'/%3E%3Cpath d='M338 132l13 7v14l-13 7-13-7v-14z' stroke-width='1.8'/%3E%3Crect x='498' y='158' width='24' height='24' rx='4' stroke-width='1.7'/%3E%3C/g%3E%3Cg fill='none' stroke='%23ffb45c' stroke-linecap='round' stroke-opacity='.72'%3E%3Cpath d='M12 116h16M20 108v16' stroke-width='1.25'/%3E%3Cpath d='M142 170h16M150 162v16' stroke-width='1.25'/%3E%3Cpath d='M237 58h16M245 50v16' stroke-width='1.25'/%3E%3Cpath d='M330 146h16M338 138v16' stroke-width='1.25'/%3E%3Cpath d='M502 170h16M510 162v16' stroke-width='1.25'/%3E%3C/g%3E%3Cg fill='%2362d5ff'%3E%3Ccircle cx='20' cy='116' r='3.3'/%3E%3Ccircle cx='150' cy='170' r='3.3'/%3E%3Ccircle cx='245' cy='58' r='3.3'/%3E%3Ccircle cx='338' cy='146' r='3.3'/%3E%3Ccircle cx='510' cy='170' r='3.3'/%3E%3C/g%3E%3Cg fill='%23ffb45c' fill-opacity='.78'%3E%3Ccircle cx='150' cy='170' r='1.6'/%3E%3Ccircle cx='338' cy='146' r='1.6'/%3E%3Ccircle cx='510' cy='170' r='1.4'/%3E%3C/g%3E%3C/svg%3E");
}

.hero-section,
.quick-strip,
.section,
.site-footer {
  isolation: isolate;
}

.hero-aurora::before {
  background-image:
    linear-gradient(90deg, rgba(98, 213, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(98, 213, 255, 0.04) 1px, transparent 1px);
  background-position: 0 0, 0 0;
  background-size: 92px 92px, 92px 92px;
  opacity: 0.16;
}

.section-solutions::before,
.about-band::before,
.catalog-section::before,
.support-section::before,
.contact-section::before {
  background-image: var(--bysing-network-pattern);
  background-repeat: no-repeat;
  background-size: clamp(390px, 44vw, 660px) auto;
  opacity: 0.66;
  mask-image: radial-gradient(ellipse at center, #000 0 52%, rgba(0, 0, 0, 0.48) 70%, transparent 86%);
}

.section-solutions::before {
  background-position: right -6rem top 3.4rem;
}

.about-band::before {
  background-position: left -5.4rem top 7rem;
}

.catalog-section::before {
  background-position: right -6rem top 5rem;
}

.support-section::before {
  background-position: left -4.4rem bottom 4rem;
}

.contact-section::before {
  background-position: right -5.2rem top 4.4rem;
}

.quick-strip,
.site-footer {
  position: relative;
  overflow: hidden;
}

.quick-strip::before,
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: var(--bysing-network-pattern);
  background-repeat: no-repeat;
  background-size: clamp(320px, 36vw, 520px) auto;
  opacity: 0.38;
  mask-image: radial-gradient(ellipse at center, #000 0 52%, transparent 78%);
}

.quick-strip::before {
  background-position: right 7% center;
}

.site-footer::before {
  background-position: left 8% top -2rem;
}

.strip-item,
.footer-strip,
.footer-content {
  position: relative;
  z-index: 1;
}

/* 3D support hologram. */
.support-visual {
  perspective: 1100px;
  transform-style: preserve-3d;
}

.support-visual::after {
  left: 13%;
  right: 13%;
  bottom: 8%;
  height: 18%;
  background:
    radial-gradient(ellipse at center, rgba(98, 213, 255, 0.32), rgba(98, 213, 255, 0.08) 42%, transparent 72%);
  filter: blur(10px);
  transform: rotateX(64deg);
}

.support-laptop {
  width: min(82%, 30rem);
  height: 16.2rem;
  perspective: 1100px;
  transform-style: preserve-3d;
  transform: rotateX(7deg) rotateY(-14deg) rotateZ(-2deg);
  animation: supportRigFloat 7s ease-in-out infinite;
}

.support-screen {
  left: 13%;
  right: 5%;
  top: 3%;
  height: 68%;
  overflow: visible;
  border-color: rgba(130, 230, 255, 0.92);
  border-radius: 16px;
  background:
    radial-gradient(circle at 72% 34%, rgba(98, 213, 255, 0.24), transparent 28%),
    linear-gradient(135deg, rgba(9, 34, 67, 0.86), rgba(2, 8, 20, 0.9));
  box-shadow:
    0 24px 54px rgba(0, 0, 0, 0.3),
    0 0 34px rgba(98, 213, 255, 0.42),
    inset 0 0 34px rgba(98, 213, 255, 0.2);
  transform: translateZ(58px) rotateX(2deg) rotateY(-4deg) skewY(-3deg);
  transform-style: preserve-3d;
}

.screen-panel-depth {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(98, 213, 255, 0.26);
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(98, 213, 255, 0.08), rgba(3, 10, 22, 0.72));
  box-shadow: 0 0 24px rgba(98, 213, 255, 0.16);
  transform: translate3d(18px, 18px, -42px);
}

.support-screen::before,
.support-screen::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.support-screen::before {
  right: -1.25rem;
  top: 1.1rem;
  width: 1.25rem;
  height: 100%;
  border: 1px solid rgba(98, 213, 255, 0.2);
  border-left: 0;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(180deg, rgba(98, 213, 255, 0.16), rgba(3, 10, 22, 0.36));
  transform: skewY(38deg) translateZ(-26px);
}

.support-screen::after {
  left: 1rem;
  right: -1.2rem;
  bottom: -1.6rem;
  height: 1.6rem;
  border: 1px solid rgba(98, 213, 255, 0.2);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(90deg, rgba(98, 213, 255, 0.16), rgba(3, 10, 22, 0.42));
  transform: skewX(45deg) translateZ(-26px);
}

.screen-node,
.screen-line {
  z-index: 2;
  transform: translateZ(34px);
}

.screen-node {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(235, 250, 255, 0.72);
  background: #62d5ff;
}

.screen-line {
  height: 2px;
  background: linear-gradient(90deg, rgba(98, 213, 255, 0.82), rgba(98, 213, 255, 0.12));
  box-shadow: 0 0 16px rgba(98, 213, 255, 0.34);
}

.support-base {
  left: 7%;
  right: 8%;
  bottom: 5%;
  height: 24%;
  border-radius: 12px 12px 22px 22px;
  background:
    linear-gradient(90deg, rgba(98, 213, 255, 0.34), rgba(255, 255, 255, 0.12), rgba(98, 213, 255, 0.24)),
    rgba(5, 18, 36, 0.72);
  box-shadow:
    0 22px 52px rgba(98, 213, 255, 0.24),
    0 0 44px rgba(98, 213, 255, 0.14);
  transform: translateZ(-24px) rotateX(72deg) rotateZ(-1deg);
  transform-style: preserve-3d;
}

.support-base::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -0.58rem;
  height: 0.75rem;
  border: 1px solid rgba(98, 213, 255, 0.16);
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: rgba(6, 20, 40, 0.7);
}

.support-depth-card {
  position: absolute;
  display: block;
  border: 1px solid rgba(98, 213, 255, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(98, 213, 255, 0.14), rgba(3, 10, 22, 0.22));
  box-shadow: 0 0 26px rgba(98, 213, 255, 0.14);
  transform-style: preserve-3d;
  pointer-events: none;
}

.depth-one {
  left: 14%;
  bottom: 21%;
  width: 3.2rem;
  height: 3.2rem;
  transform: translateZ(-92px) rotateX(62deg) rotateZ(45deg);
}

.depth-two {
  right: 14%;
  bottom: 18%;
  width: 2.7rem;
  height: 2.7rem;
  transform: translateZ(-72px) rotateX(62deg) rotateZ(45deg);
}

.support-gear {
  transform-style: preserve-3d;
  backdrop-filter: blur(14px);
}

.support-gear svg {
  animation: supportIconSpin 12s linear infinite;
}

.gear-one {
  animation: supportGearFloatOne 6.8s ease-in-out infinite;
}

.gear-two {
  animation: supportGearFloatTwo 7.4s ease-in-out infinite;
}

.gear-three {
  animation: supportGearFloatThree 7s ease-in-out infinite;
}

@keyframes supportRigFloat {
  0%,
  100% {
    transform: rotateX(7deg) rotateY(-14deg) rotateZ(-2deg) translateY(0);
  }

  50% {
    transform: rotateX(9deg) rotateY(-10deg) rotateZ(-1deg) translateY(-0.5rem);
  }
}

@keyframes supportGearFloatOne {
  0%,
  100% {
    transform: translateZ(120px) rotateY(-16deg) translateY(0);
  }

  50% {
    transform: translateZ(142px) rotateY(-10deg) translateY(-0.55rem);
  }
}

@keyframes supportGearFloatTwo {
  0%,
  100% {
    transform: translateZ(86px) rotateY(18deg) translateY(0);
  }

  50% {
    transform: translateZ(106px) rotateY(12deg) translateY(-0.45rem);
  }
}

@keyframes supportGearFloatThree {
  0%,
  100% {
    transform: translateZ(72px) rotateY(-10deg) translateY(0);
  }

  50% {
    transform: translateZ(94px) rotateY(-4deg) translateY(-0.4rem);
  }
}

@keyframes supportIconSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 575px) {
  .support-laptop {
    width: 92%;
    transform: rotateX(5deg) rotateY(-8deg) rotateZ(-1deg);
  }

  .support-screen {
    left: 10%;
    right: 4%;
  }
}

/* Mobile header lives in the page flow so it does not cover the hero. */
@media (max-width: 991px) {
  :root {
    --nav-height: 86px;
  }

  .site-header {
    position: sticky;
    inset: auto;
    top: 0;
    padding: 0;
    background: rgba(248, 251, 255, 0.97);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 34px rgba(4, 13, 27, 0.14);
  }

  .site-nav,
  .site-nav.is-scrolled {
    min-height: var(--nav-height);
    border-bottom: 1px solid rgba(107, 132, 168, 0.14);
    background: transparent;
    box-shadow: none;
  }

  .site-nav .container-fluid {
    min-height: var(--nav-height);
    align-items: center;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .site-nav .navbar-collapse:not(.show) {
    display: none !important;
  }

  .site-nav .navbar-collapse.show,
  .site-nav .navbar-collapse.collapsing {
    display: block !important;
  }

  .site-nav .navbar-collapse {
    margin-top: 0.7rem;
    padding: 0.75rem;
  }

  .site-nav .navbar-nav {
    width: 100%;
    min-width: 0;
    flex-direction: column;
  }

  .site-nav .nav-link {
    width: 100%;
  }

  .hero-section {
    margin-top: 0;
    padding-top: clamp(2.2rem, 7vw, 3.2rem);
  }
}

@media (max-width: 575px) {
  :root {
    --nav-height: 80px;
  }

  .brand-lockup img {
    width: 50px;
    height: 50px;
  }

  .navbar-toggler {
    width: 54px;
    height: 54px;
    display: inline-grid;
    place-items: center;
  }

  .hero-section {
    margin-top: 0;
    padding-top: 2rem;
  }
}

/* Final mobile polish: readable contact CTA and tidy hero cards. */
@media (max-width: 991px) {
  .site-nav .navbar-nav .nav-link.nav-contact {
    color: var(--white) !important;
    border-color: rgba(244, 122, 24, 0.34);
    background: linear-gradient(135deg, #071426 0%, #0b5fb8 100%) !important;
    box-shadow: 0 14px 28px rgba(7, 20, 38, 0.18);
  }

  .site-nav .navbar-nav .nav-link.nav-contact::before {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .hero-section {
    min-height: auto;
    padding-top: 1.8rem;
    padding-bottom: 2.8rem;
  }

  .hero-shell {
    min-height: auto;
    gap: 1.35rem;
  }

  .hero-copy-block {
    display: block;
    max-width: none;
  }

  .hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    align-items: start;
    gap: 0.9rem;
    width: 100%;
    min-height: auto !important;
    padding-top: 0.4rem;
  }

  .hero-stage::before,
  .hero-stage::after,
  .hero-orbit {
    display: none !important;
  }

  .hero-main-card,
  .signal-card,
  .hero-floating-metric,
  .hero-badges {
    position: static !important;
    inset: auto !important;
    transform: none !important;
    animation: none !important;
    width: min(100%, 19.5rem) !important;
    max-width: 100%;
    margin: 0;
  }

  .hero-main-card {
    order: 1;
    min-height: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-visual-stack {
    height: 17.5rem;
    min-height: 0;
  }

  .hub-ring-one {
    width: min(16rem, 74vw);
    height: min(16rem, 74vw);
  }

  .hub-ring-two {
    width: min(11.5rem, 54vw);
    height: min(11.5rem, 54vw);
  }

  .hub-ring-three {
    width: min(7.2rem, 34vw);
    height: min(7.2rem, 34vw);
  }

  .hub-core {
    width: min(8.4rem, 42vw);
    height: min(8.4rem, 42vw);
  }

  .hub-core img {
    width: 3.7rem;
    height: 3.7rem;
  }

  .signal-card-top {
    order: 2;
  }

  .metric-left {
    order: 3;
  }

  .signal-card-bottom {
    order: 4;
  }

  .metric-right {
    order: 5;
  }

  .signal-card,
  .hero-floating-metric {
    min-height: auto;
    padding: 0.92rem 1rem;
    border-radius: 14px;
    color: #12233d;
    background: rgba(239, 246, 255, 0.96);
    box-shadow: 0 16px 34px rgba(4, 13, 27, 0.16);
    backdrop-filter: blur(12px);
  }

  .signal-card p,
  .signal-copy p,
  .hero-floating-metric span {
    color: rgba(75, 91, 116, 0.82);
  }

  .signal-card strong,
  .hero-floating-metric strong {
    color: #12233d;
  }

  .hero-floating-metric p {
    color: rgba(75, 91, 116, 0.86);
  }

  .hero-badges {
    order: 6;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.58rem;
    justify-content: stretch;
  }

  .hero-badges span {
    width: 100%;
    justify-content: center;
    min-height: 44px;
    padding: 0.68rem 0.85rem;
    font-size: 0.86rem;
  }
}

@media (max-width: 575px) {
  .hero-stage {
    gap: 0.8rem;
  }

  .hero-visual-stack {
    height: 16rem;
  }

  .hero-main-card,
  .signal-card,
  .hero-floating-metric,
  .hero-badges {
    width: min(100%, 18.25rem) !important;
  }
}

/* Contact data and refreshed image galleries. */
.hero-contact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 0.9rem;
}

.hero-contact-points a {
  min-height: 40px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  padding: 0.56rem 0.76rem;
  border: 1px solid rgba(154, 210, 255, 0.24);
  border-radius: 999px;
  color: rgba(239, 246, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.15;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.hero-contact-points a:hover,
.hero-contact-points a:focus {
  color: var(--white);
  border-color: rgba(244, 122, 24, 0.48);
  background: rgba(244, 122, 24, 0.13);
}

.hero-contact-points svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  color: #9ad2ff;
}

.hero-contact-points span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.about-copy-card {
  justify-content: flex-start;
  padding: 0;
}

.about-copy-card::before {
  display: none;
}

.about-card-media {
  width: 100%;
  height: 11.4rem;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.about-copy-card > span {
  margin: 1rem 1.15rem 0.45rem;
}

.about-copy-card h3 {
  margin: 0 1.15rem 0.62rem;
}

.about-copy-card p {
  margin: 0 1.15rem 1.15rem;
}

.catalog-book .product-card img {
  padding: 0;
  object-fit: cover;
  background: #dbe7f5;
}

.catalog-top,
.catalog-book {
  max-width: min(1240px, calc(100vw - 3rem));
}

.catalog-book {
  grid-template-columns: minmax(310px, 0.68fr) minmax(0, 1.32fr);
  gap: 1.05rem;
}

.catalog-cover {
  padding: 1.05rem;
}

.catalog-cover-visual,
.catalog-cover-visual img {
  min-height: 15rem;
}

.catalog-list-page {
  padding: 1.05rem 1.2rem;
}

.catalog-book .product-grid {
  column-gap: 1.25rem;
}

.catalog-book .product-card {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 0.72rem;
  padding: 0.68rem 0;
}

.catalog-book .product-card img {
  width: 78px;
  height: 62px;
}

.catalog-book .product-card span {
  font-size: 0.66rem;
}

.catalog-book .product-card h3 {
  font-size: 0.94rem;
}

.catalog-book .product-card p {
  font-size: 0.76rem;
}

.catalog-top,
.catalog-book {
  max-width: min(1320px, calc(100vw - 2rem));
}

.catalog-book {
  grid-template-columns: minmax(330px, 0.7fr) minmax(0, 1.3fr);
  gap: 1.2rem;
}

.catalog-cover-visual,
.catalog-cover-visual img {
  min-height: 17.8rem;
}

.catalog-book .product-card {
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 0.92rem;
  padding: 0.78rem 0;
}

.catalog-book .product-card img {
  width: 112px;
  height: 86px;
}

.catalog-cover-minis img {
  min-height: 5.8rem;
}

@media (max-width: 767px) {
  .hero-contact-points {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-contact-points a {
    width: 100%;
    justify-content: center;
  }

  .about-card-media {
    height: 13rem;
  }

  .catalog-top,
  .catalog-book {
    max-width: 100%;
  }

  .catalog-book {
    gap: 1rem;
  }

  .hub-core {
    width: min(10.2rem, 50vw);
    height: min(10.2rem, 50vw);
  }

  .hub-core img {
    width: min(6.8rem, 34vw) !important;
    height: min(6.8rem, 34vw) !important;
    object-fit: contain;
  }

  .catalog-book .product-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .catalog-book .product-card img {
    width: 108px;
    height: 86px;
  }
}

@media (max-width: 575px) {
  .hub-core {
    width: min(9.6rem, 54vw);
    height: min(9.6rem, 54vw);
  }

  .hub-core img {
    width: min(6.35rem, 37vw) !important;
    height: min(6.35rem, 37vw) !important;
  }

  .catalog-book .product-card img {
    width: 100%;
    height: 12.5rem;
  }
}

/* SaaS support timeline redesign */
.support-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(86, 167, 255, 0.14), transparent 20%),
    radial-gradient(circle at 84% 22%, rgba(255, 138, 61, 0.14), transparent 18%),
    linear-gradient(180deg, #03152e 0%, #072b54 100%);
  color: var(--white);
}

.support-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(2rem, 4vw, 3.25rem);
  max-width: 1240px;
  margin: 0 auto;
}

.support-heading {
  max-width: 760px;
}

.support-heading h2,
.support-heading p {
  color: var(--white);
}

.support-heading > p:last-child {
  max-width: 62ch;
  color: rgba(228, 240, 255, 0.8);
}

.support-timeline {
  position: relative;
  display: grid;
  gap: 1.25rem;
  padding-top: 0.25rem;
}

.support-line,
.support-line-vertical {
  position: absolute;
  pointer-events: none;
}

.support-line {
  top: 2.45rem;
  left: 12.5%;
  width: 75%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86, 167, 255, 0.95), rgba(255, 138, 61, 0.95));
  box-shadow: 0 0 20px rgba(86, 167, 255, 0.24);
}

.support-line-vertical {
  top: 0.85rem;
  bottom: 0.85rem;
  left: 1.9rem;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(86, 167, 255, 0.95), rgba(255, 138, 61, 0.95));
  box-shadow: 0 0 20px rgba(86, 167, 255, 0.24);
}

.support-node {
  position: relative;
  display: grid;
  grid-template-columns: 3.8rem minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.support-node-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.support-icon {
  width: 3.8rem;
  height: 3.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  box-shadow:
    0 18px 36px rgba(3, 21, 46, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.support-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  stroke-width: 1.9;
  color: #e8f3ff;
}

.support-card {
  min-height: 100%;
  padding: 1.25rem 1.2rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  box-shadow:
    0 18px 38px rgba(0, 10, 22, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.support-step-index {
  display: inline-flex;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(221, 235, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
}

.support-card h3 {
  margin: 0;
  color: #f7fbff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.support-card p {
  margin: 0.7rem 0 0;
  color: rgba(228, 240, 255, 0.78);
  line-height: 1.75;
}

.support-node:hover .support-card,
.support-node:focus-within .support-card {
  transform: translateY(-8px);
  border-color: rgba(106, 183, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  box-shadow:
    0 22px 42px rgba(58, 126, 255, 0.18),
    0 0 0 1px rgba(106, 183, 255, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.support-timeline > .support-node:nth-child(3) {
  transition-delay: 0.1s;
}

.support-timeline > .support-node:nth-child(4) {
  transition-delay: 0.2s;
}

.support-timeline > .support-node:nth-child(5) {
  transition-delay: 0.3s;
}

.support-timeline > .support-node:nth-child(6) {
  transition-delay: 0.4s;
}

@media (min-width: 768px) {
  .support-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.4rem;
  }

  .support-line-vertical {
    display: none;
  }

  .support-node {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .support-node-head {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  .support-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.35rem;
    align-items: start;
  }

  .support-node {
    gap: 1.15rem;
  }

  .support-node-head {
    justify-content: center;
    padding-top: 0.45rem;
  }
}

@media (max-width: 767px) {
  .support-shell {
    gap: 1.75rem;
  }

  .support-card {
    padding: 1.1rem 1rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-card {
    transition: none;
  }

  .support-node:hover .support-card,
  .support-node:focus-within .support-card {
    transform: none;
  }
}

/* Premium holographic support override */
.support-shell {
  max-width: 1280px;
  gap: clamp(2rem, 4vw, 3rem);
}

.support-dashboard {
  position: relative;
  display: grid;
  place-items: center;
}

.support-dashboard-panel {
  position: relative;
  width: min(86%, 1120px);
  min-height: clamp(22rem, 32vw, 28rem);
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(220px, 0.88fr) minmax(300px, 1fr);
  align-items: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
  overflow: hidden;
  border: 1px solid rgba(120, 216, 255, 0.18);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(16px);
  box-shadow:
    0 0 0 1px rgba(106, 194, 255, 0.08),
    0 24px 60px rgba(2, 12, 28, 0.34),
    0 0 42px rgba(87, 180, 255, 0.14);
}

.support-dashboard-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(86, 167, 255, 0.95), rgba(95, 232, 255, 0.82), rgba(86, 167, 255, 0.28));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.support-dashboard-panel::after {
  content: "";
  position: absolute;
  inset: 12% 6% 12% 54%;
  border-radius: 26px;
  opacity: 0.22;
  background:
    radial-gradient(circle at 18% 26%, rgba(122, 205, 255, 0.18), transparent 18%),
    radial-gradient(circle at 78% 74%, rgba(122, 205, 255, 0.12), transparent 16%),
    linear-gradient(rgba(146, 209, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(146, 209, 255, 0.08) 1px, transparent 1px);
  background-size: auto, auto, 32px 32px, 32px 32px;
  mask-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.95) 20%, rgba(0, 0, 0, 0.95) 100%);
  pointer-events: none;
}

.support-panel-shine {
  position: absolute;
  inset: -120% auto -120% -35%;
  width: 34%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28), transparent);
  transform: rotate(18deg);
  animation: supportPanelShine 8s linear infinite;
  pointer-events: none;
}

.support-panel-side,
.support-panel-core {
  position: relative;
  min-height: 100%;
}

.support-panel-left {
  display: grid;
  gap: 1.1rem;
  align-content: center;
  min-height: 14rem;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 34px 34px;
  background-position: center;
}

.support-grid-overlay {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 24% 22%, rgba(86, 167, 255, 0.08), transparent 22%),
    linear-gradient(90deg, rgba(8, 20, 42, 0.22), transparent 48%);
}

.support-connector {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(86, 167, 255, 0.46), rgba(95, 232, 255, 0.16));
  box-shadow: 0 0 10px rgba(95, 232, 255, 0.1);
}

.connector-one {
  top: 24%;
  left: 18%;
  width: 42%;
}

.connector-two {
  top: 48%;
  left: 26%;
  width: 34%;
}

.connector-three {
  top: 66%;
  left: 14%;
  width: 46%;
}

.support-node-glow {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #7fe8ff;
  box-shadow: 0 0 18px rgba(127, 232, 255, 0.75);
}

.node-one {
  top: calc(24% - 0.2rem);
  left: calc(58% - 0.2rem);
}

.node-two {
  top: calc(48% - 0.2rem);
  left: calc(38% - 0.2rem);
}

.node-three {
  top: calc(66% - 0.2rem);
  left: calc(60% - 0.2rem);
}

.support-particle {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: rgba(210, 243, 255, 0.88);
  box-shadow: 0 0 12px rgba(127, 232, 255, 0.5);
  animation: supportParticleDrift 9s ease-in-out infinite;
}

.particle-one {
  top: 16%;
  left: 14%;
}

.particle-two {
  top: 34%;
  left: 72%;
  animation-delay: 1.2s;
}

.particle-three {
  top: 62%;
  left: 22%;
  animation-delay: 2.4s;
}

.particle-four {
  top: 76%;
  left: 76%;
  animation-delay: 3.4s;
}

.support-panel-core {
  display: grid;
  place-items: center;
  isolation: isolate;
}

.support-panel-core::before {
  content: "";
  position: absolute;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(95, 232, 255, 0.16), rgba(86, 167, 255, 0.08) 38%, transparent 68%);
  filter: blur(10px);
  opacity: 0.9;
  animation: supportCoreAura 4.8s ease-in-out infinite;
}

.support-core-icon,
.support-core-pulse,
.support-core-orbit {
  position: absolute;
  border-radius: 50%;
}

.support-core-icon {
  position: relative;
  z-index: 2;
  width: 7.3rem;
  height: 7.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(147, 228, 255, 0.4);
  background:
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.34), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(113, 203, 255, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 0 0 16px rgba(255, 255, 255, 0.03),
    0 0 60px rgba(86, 167, 255, 0.28),
    0 0 110px rgba(95, 232, 255, 0.18);
  animation: supportCoreFloat 4.6s ease-in-out infinite;
}

.support-core-icon svg {
  width: 2.55rem;
  height: 2.55rem;
  color: #eef8ff;
  stroke-width: 1.65;
}

.support-core-pulse {
  width: 10.5rem;
  height: 10.5rem;
  border: 1px solid rgba(95, 232, 255, 0.3);
  box-shadow: 0 0 36px rgba(95, 232, 255, 0.14);
  animation: supportPulseRing 3.2s ease-in-out infinite;
}

.support-core-orbit {
  width: 13.2rem;
  height: 13.2rem;
  border: 1px solid rgba(95, 232, 255, 0.14);
}

.orbit-one {
  animation: supportOrbitSpin 18s linear infinite;
}

.orbit-two {
  width: 11.2rem;
  height: 11.2rem;
  border-color: rgba(86, 167, 255, 0.22);
  animation: supportOrbitSpinReverse 14s linear infinite;
}

.orbit-one::before,
.orbit-two::before {
  content: "";
  position: absolute;
  top: -0.22rem;
  left: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-left: -0.22rem;
  border-radius: 50%;
  background: #7fe8ff;
  box-shadow: 0 0 12px rgba(127, 232, 255, 0.7);
}

.support-panel-right {
  display: grid;
  gap: 1.1rem;
  align-content: center;
}

.support-panel-card {
  position: relative;
  display: grid;
  z-index: 1;
  gap: 0.75rem;
  min-height: 10.6rem;
  padding: 1.35rem 1.35rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(8, 20, 42, 0.5);
  color: rgba(236, 245, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 42px rgba(2, 12, 28, 0.2);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.support-panel-card:hover,
.support-panel-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(120, 216, 255, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(8, 20, 42, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 38px rgba(17, 82, 170, 0.16);
}

.support-panel-card-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}

.support-panel-card .support-icon {
  width: 3.4rem;
  height: 3.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 14px 28px rgba(2, 12, 28, 0.18);
}

.support-panel-card .support-icon svg {
  width: 1.18rem;
  height: 1.18rem;
  color: #eaf5ff;
  stroke-width: 2;
}

.support-panel-card h3 {
  margin: 0;
  color: #f7fbff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.26rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.support-panel-card p {
  margin: 0;
  color: rgba(228, 240, 255, 0.76);
  line-height: 1.65;
  font-size: 1.02rem;
}

@media (max-width: 1199px) {
  .support-dashboard-panel {
    width: min(92%, 980px);
    grid-template-columns: minmax(0, 1fr) 0.9fr minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .support-dashboard-panel {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.2rem;
  }

  .support-panel-left,
  .support-panel-right {
    min-height: auto;
  }

  .support-panel-left {
    min-height: 10rem;
  }

  .support-panel-core {
    min-height: 11rem;
    order: -1;
  }

  .support-panel-right {
    grid-template-columns: 1fr;
  }

  .support-panel-card {
    min-height: auto;
    padding: 1rem;
  }

  .support-panel-card h3 {
    font-size: 1.1rem;
  }

  .support-panel-card p {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-dashboard-panel::after,
  .support-panel-shine,
  .support-particle,
  .support-core-pulse,
  .support-core-orbit,
  .support-core-icon,
  .support-panel-core::before {
    animation: none;
  }
}

@keyframes supportPanelShine {
  0% {
    transform: translateX(-180%) rotate(18deg);
    opacity: 0;
  }

  18%,
  34% {
    opacity: 0.45;
  }

  100% {
    transform: translateX(420%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes supportParticleDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.5;
  }

  50% {
    transform: translate3d(0.35rem, -0.6rem, 0);
    opacity: 1;
  }
}

@keyframes supportCoreFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.03);
  }
}

@keyframes supportCoreAura {
  0%,
  100% {
    transform: scale(0.92);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.04);
    opacity: 1;
  }
}

@keyframes supportPulseRing {
  0%,
  100% {
    transform: scale(0.96);
    opacity: 0.55;
  }

  50% {
    transform: scale(1.06);
    opacity: 0.95;
  }
}

@keyframes supportOrbitSpin {
  to {
    transform: rotate(360deg);
  }
}

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

/* Premium SaaS support experience overrides */
.support-dashboard-panel {
  background:
    radial-gradient(circle at 50% 50%, rgba(96, 180, 255, 0.12), transparent 24%),
    radial-gradient(circle at 50% 50%, rgba(96, 180, 255, 0.06), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.support-dashboard-panel::after {
  inset: 0;
  border-radius: inherit;
  opacity: 0.5;
  background:
    radial-gradient(circle at 15% 18%, rgba(125, 211, 252, 0.08), transparent 14%),
    radial-gradient(circle at 84% 28%, rgba(125, 211, 252, 0.06), transparent 12%),
    radial-gradient(circle at 72% 76%, rgba(125, 211, 252, 0.05), transparent 10%),
    repeating-linear-gradient(0deg, rgba(148, 197, 255, 0.03) 0 1px, transparent 1px 32px),
    repeating-linear-gradient(90deg, rgba(148, 197, 255, 0.03) 0 1px, transparent 1px 32px),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.016) 0 1px, transparent 1px 100%);
  background-size: auto, auto, auto, auto, auto, 12px 12px;
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0.9) 90%, transparent 100%);
}

.support-flow-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.support-flow-link {
  fill: none;
  stroke: url(#supportFlowGradient);
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-dasharray: 7 11;
  opacity: 0.32;
  filter: drop-shadow(0 0 10px rgba(125, 211, 252, 0.16));
  animation: supportFlowDash 26s linear infinite;
  transition:
    opacity 820ms cubic-bezier(.22, .61, .36, 1),
    stroke-width 820ms cubic-bezier(.22, .61, .36, 1),
    filter 820ms cubic-bezier(.22, .61, .36, 1);
}

.support-flow-dot {
  fill: #9fe8ff;
  opacity: 0.88;
}

.dot-two {
  opacity: 0.72;
}

.dot-three {
  opacity: 0.68;
}

.support-panel-left,
.support-panel-right {
  position: relative;
  z-index: 1;
}

.support-panel-left::before,
.support-panel-right::before {
  content: "";
  position: absolute;
  inset: 10% 6%;
  border-radius: 22px;
  pointer-events: none;
}

.support-panel-left::before {
  background:
    radial-gradient(circle at 22% 26%, rgba(125, 211, 252, 0.06), transparent 14%),
    linear-gradient(90deg, rgba(8, 20, 42, 0.18), transparent 42%);
}

.support-panel-right::before {
  background:
    radial-gradient(circle at 82% 24%, rgba(125, 211, 252, 0.06), transparent 12%),
    linear-gradient(90deg, transparent, rgba(8, 20, 42, 0.16) 58%);
}

.support-grid-overlay {
  background:
    radial-gradient(circle at 24% 22%, rgba(86, 167, 255, 0.06), transparent 22%),
    linear-gradient(90deg, rgba(8, 20, 42, 0.18), transparent 48%);
}

.support-connector {
  opacity: 0.45;
}

.support-panel-core {
  grid-template-rows: auto auto;
  align-content: center;
  justify-items: center;
  gap: 1.35rem;
  z-index: 2;
}

.support-panel-core::before {
  width: 18.5rem;
  height: 18.5rem;
  background:
    radial-gradient(circle, rgba(95, 232, 255, 0.14), rgba(86, 167, 255, 0.08) 34%, transparent 68%);
  animation: supportCoreAura 4s ease-in-out infinite;
}

.support-core-icon,
.support-core-pulse,
.support-core-orbit,
.support-core-particle,
.support-core-status {
  transition: all 820ms cubic-bezier(.22, .61, .36, 1);
}

.support-core-icon {
  width: 8rem;
  height: 8rem;
  border-color: rgba(147, 228, 255, 0.45);
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, 0.028),
    0 0 68px rgba(86, 167, 255, 0.32),
    0 0 120px rgba(95, 232, 255, 0.18);
  animation: supportCoreFloat 4.8s ease-in-out infinite;
}

.support-core-icon::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 22px rgba(255, 255, 255, 0.08);
}

.support-core-icon svg {
  width: 2.9rem;
  height: 2.9rem;
  stroke-width: 1.5;
  filter: drop-shadow(0 0 18px rgba(159, 232, 255, 0.3));
}

.support-core-pulse {
  width: 11.8rem;
  height: 11.8rem;
  animation: supportPulseRing 4s ease-in-out infinite;
}

.support-core-orbit {
  width: 14.4rem;
  height: 14.4rem;
  border-width: 1px;
}

.orbit-two {
  width: 12.2rem;
  height: 12.2rem;
}

.orbit-three {
  width: 16.6rem;
  height: 16.6rem;
  border: 1px dashed rgba(125, 211, 252, 0.16);
  animation: supportOrbitSpin 28s linear infinite;
}

.support-core-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.46rem;
  height: 0.46rem;
  margin-left: -0.23rem;
  margin-top: -0.23rem;
  border-radius: 50%;
  background: rgba(173, 235, 255, 0.95);
  box-shadow: 0 0 18px rgba(159, 232, 255, 0.7);
}

.core-particle-one {
  animation: supportCoreParticleOne 22s linear infinite;
}

.core-particle-two {
  width: 0.38rem;
  height: 0.38rem;
  margin-left: -0.19rem;
  margin-top: -0.19rem;
  opacity: 0.8;
  animation: supportCoreParticleTwo 18s linear infinite;
}

.core-particle-three {
  width: 0.3rem;
  height: 0.3rem;
  margin-left: -0.15rem;
  margin-top: -0.15rem;
  opacity: 0.66;
  animation: supportCoreParticleThree 26s linear infinite;
}

.core-particle-four {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: -0.14rem;
  margin-top: -0.14rem;
  opacity: 0.58;
  animation: supportCoreParticleFour 16s linear infinite;
}

.support-core-status {
  position: relative;
  z-index: 3;
  width: 13rem;
  height: 1.6rem;
  margin-top: 10.8rem;
  overflow: hidden;
  text-align: center;
}

.support-status-item {
  position: absolute;
  inset: 0;
  color: transparent;
  font-size: 0;
  opacity: 0;
  transform: translateY(120%);
  animation: supportStatusSwap 16s infinite;
}

.support-status-item::after {
  content: "";
  color: rgba(222, 237, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.support-status-item:nth-child(1)::after {
  content: "● Diagnóstico activo";
}

.support-status-item:nth-child(2)::after {
  content: "● Recursos asignados";
}

.support-status-item:nth-child(3)::after {
  content: "● Despliegue listo";
}

.support-status-item:nth-child(4)::after {
  content: "● Monitoreo continuo";
}

.support-status-item:nth-child(2) {
  animation-delay: 4s;
}

.support-status-item:nth-child(3) {
  animation-delay: 8s;
}

.support-status-item:nth-child(4) {
  animation-delay: 12s;
}

.support-panel-card {
  transition:
    transform 760ms cubic-bezier(.22, .61, .36, 1),
    border-color 760ms cubic-bezier(.22, .61, .36, 1),
    background 760ms cubic-bezier(.22, .61, .36, 1),
    box-shadow 760ms cubic-bezier(.22, .61, .36, 1),
    filter 760ms cubic-bezier(.22, .61, .36, 1);
}

.support-panel-card:hover,
.support-panel-card:focus-within {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(125, 211, 252, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 24px 42px rgba(17, 82, 170, 0.2),
    0 0 0 1px rgba(125, 211, 252, 0.12),
    0 0 24px rgba(125, 211, 252, 0.12);
}

.support-panel-card .support-icon {
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  transition:
    transform 760ms cubic-bezier(.22, .61, .36, 1),
    border-color 760ms cubic-bezier(.22, .61, .36, 1),
    box-shadow 760ms cubic-bezier(.22, .61, .36, 1),
    background 760ms cubic-bezier(.22, .61, .36, 1);
}

.support-panel-card .support-icon::before {
  content: "";
  position: absolute;
  inset: 0.42rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.14), transparent 62%);
}

.support-panel-card .support-icon svg {
  position: relative;
  z-index: 1;
  stroke-width: 1.55;
  filter: drop-shadow(0 0 10px rgba(159, 232, 255, 0.26));
  transition:
    transform 760ms cubic-bezier(.22, .61, .36, 1),
    filter 760ms cubic-bezier(.22, .61, .36, 1),
    color 760ms cubic-bezier(.22, .61, .36, 1);
}

.support-panel-card:hover .support-icon,
.support-panel-card:focus-within .support-icon {
  border-color: rgba(125, 211, 252, 0.3);
  box-shadow:
    0 14px 28px rgba(2, 12, 28, 0.2),
    0 0 20px rgba(125, 211, 252, 0.12);
}

.support-panel-card:hover .support-icon svg,
.support-panel-card:focus-within .support-icon svg {
  transform: scale(1.05);
  filter: drop-shadow(0 0 18px rgba(159, 232, 255, 0.42));
}

.support-dashboard-panel:has(.support-panel-card[data-step="diagnosis"]:hover) .flow-link--diag-design,
.support-dashboard-panel:has(.support-panel-card[data-step="diagnosis"]:focus-within) .flow-link--diag-design,
.support-dashboard-panel:has(.support-panel-card[data-step="design"]:hover) .flow-link--diag-design,
.support-dashboard-panel:has(.support-panel-card[data-step="design"]:focus-within) .flow-link--diag-design,
.support-dashboard-panel:has(.support-panel-card[data-step="design"]:hover) .flow-link--design-implementation,
.support-dashboard-panel:has(.support-panel-card[data-step="design"]:focus-within) .flow-link--design-implementation,
.support-dashboard-panel:has(.support-panel-card[data-step="implementation"]:hover) .flow-link--design-implementation,
.support-dashboard-panel:has(.support-panel-card[data-step="implementation"]:focus-within) .flow-link--design-implementation,
.support-dashboard-panel:has(.support-panel-card[data-step="implementation"]:hover) .flow-link--implementation-support,
.support-dashboard-panel:has(.support-panel-card[data-step="implementation"]:focus-within) .flow-link--implementation-support,
.support-dashboard-panel:has(.support-panel-card[data-step="support"]:hover) .flow-link--implementation-support,
.support-dashboard-panel:has(.support-panel-card[data-step="support"]:focus-within) .flow-link--implementation-support {
  opacity: 0.95;
  stroke-width: 2.8;
  filter: drop-shadow(0 0 16px rgba(125, 211, 252, 0.35));
}

.support-dashboard-panel:has(.support-panel-card:hover) .support-core-icon,
.support-dashboard-panel:has(.support-panel-card:focus-within) .support-core-icon {
  box-shadow:
    0 0 0 18px rgba(255, 255, 255, 0.03),
    0 0 84px rgba(86, 167, 255, 0.38),
    0 0 140px rgba(95, 232, 255, 0.2);
}

@media (max-width: 767px) {
  .support-flow-map {
    opacity: 0.42;
  }

  .support-core-status {
    margin-top: 9.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-flow-link,
  .support-flow-dot,
  .support-core-particle,
  .support-status-item {
    animation: none;
  }
}

@keyframes supportFlowDash {
  to {
    stroke-dashoffset: -220;
  }
}

@keyframes supportCoreParticleOne {
  from {
    transform: rotate(0deg) translateX(7rem) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(7rem) rotate(-360deg);
  }
}

@keyframes supportCoreParticleTwo {
  from {
    transform: rotate(0deg) translateX(5.8rem) rotate(0deg);
  }

  to {
    transform: rotate(-360deg) translateX(5.8rem) rotate(360deg);
  }
}

@keyframes supportCoreParticleThree {
  from {
    transform: rotate(0deg) translateX(8.2rem) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(8.2rem) rotate(-360deg);
  }
}

@keyframes supportCoreParticleFour {
  from {
    transform: rotate(0deg) translateX(6.6rem) rotate(0deg);
  }

  to {
    transform: rotate(-360deg) translateX(6.6rem) rotate(360deg);
  }
}

@keyframes supportStatusSwap {
  0%,
  18% {
    opacity: 0;
    transform: translateY(120%);
  }

  22%,
  44% {
    opacity: 1;
    transform: translateY(0);
  }

  50%,
  100% {
    opacity: 0;
    transform: translateY(-120%);
  }
}

/* Final premium pass: executive-grade support command center */
.support-section::before {
  background-position: left -11rem bottom -1rem;
  background-size: clamp(360px, 38vw, 600px) auto;
  opacity: 0.46;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.12) 10%, rgba(0, 0, 0, 0.78) 24%, #000 38%, #000 100%);
}

.support-shell {
  position: relative;
  max-width: 1380px;
  gap: clamp(2.4rem, 4vw, 3.6rem);
  align-items: center;
}

.support-shell::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  bottom: -1.5rem;
  width: clamp(320px, 34vw, 520px);
  height: clamp(210px, 24vw, 320px);
  background:
    var(--bysing-network-pattern) left bottom / 100% auto no-repeat;
  opacity: 0.3;
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.35) 18%, #000 44%, #000 74%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}

.support-heading {
  position: relative;
  max-width: 34rem;
  margin: 0;
  text-align: left;
  z-index: 1;
}

.support-heading::before {
  content: "";
  position: absolute;
  inset: -1.6rem -1.4rem -2.1rem -1.8rem;
  background:
    radial-gradient(circle at 34% 38%, rgba(8, 28, 58, 0.94), rgba(8, 28, 58, 0.82) 32%, rgba(8, 28, 58, 0.32) 58%, rgba(8, 28, 58, 0) 80%);
  filter: blur(8px);
  pointer-events: none;
  z-index: -1;
}

.support-heading .eyebrow {
  letter-spacing: 0.26em;
}

.support-heading h2 {
  max-width: 10ch;
  margin-inline: 0;
}

.support-heading > p:last-child {
  max-width: 48ch;
  margin-inline: 0;
  color: rgba(222, 236, 255, 0.76);
}

@media (min-width: 992px) {
  .support-shell {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  }

  .support-dashboard {
    min-width: 0;
    position: relative;
    z-index: 1;
  }
}

.support-dashboard-panel {
  width: min(100%, 1080px);
  min-height: clamp(28rem, 36vw, 32rem);
  grid-template-columns: minmax(260px, 0.94fr) minmax(210px, 0.7fr) minmax(260px, 0.94fr);
  gap: clamp(0.85rem, 1.5vw, 1.25rem);
  padding: clamp(1.35rem, 2vw, 1.9rem);
  border-radius: 40px;
  border-color: rgba(122, 216, 255, 0.22);
  background:
    radial-gradient(circle at 50% 48%, rgba(111, 201, 255, 0.22), transparent 22%),
    radial-gradient(circle at 50% 50%, rgba(111, 201, 255, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(7, 25, 52, 0.92), rgba(13, 36, 69, 0.88) 45%, rgba(9, 29, 56, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 1px rgba(120, 196, 255, 0.08),
    0 34px 90px rgba(1, 10, 27, 0.5),
    0 0 70px rgba(65, 149, 255, 0.14);
}

.support-dashboard-panel::before {
  background: linear-gradient(135deg, rgba(92, 175, 255, 0.95), rgba(120, 227, 255, 0.75), rgba(92, 175, 255, 0.16));
}

.support-dashboard-panel::after {
  inset: 8% 5%;
  border-radius: 34px;
  opacity: 0.72;
  background:
    radial-gradient(circle at 18% 24%, rgba(125, 211, 252, 0.09), transparent 14%),
    radial-gradient(circle at 50% 50%, rgba(125, 211, 252, 0.07), transparent 24%),
    radial-gradient(circle at 82% 76%, rgba(125, 211, 252, 0.08), transparent 14%),
    repeating-linear-gradient(0deg, rgba(148, 197, 255, 0.035) 0 1px, transparent 1px 34px),
    repeating-linear-gradient(90deg, rgba(148, 197, 255, 0.035) 0 1px, transparent 1px 34px);
  background-size: auto, auto, auto, auto, auto;
  mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 58%, transparent 100%);
}

.support-panel-shine {
  width: 28%;
  opacity: 0.56;
}

.support-flow-link {
  stroke-width: 2.25;
  stroke-dasharray: 8 12;
  opacity: 0.38;
}

.support-panel-left,
.support-panel-right {
  gap: 1rem;
}

.support-panel-left::before,
.support-panel-right::before {
  inset: 4%;
  border-radius: 30px;
}

.support-grid-overlay {
  opacity: 0.88;
}

.support-connector {
  opacity: 0.34;
  background: linear-gradient(90deg, rgba(86, 167, 255, 0.18), rgba(125, 211, 252, 0.56), rgba(86, 167, 255, 0.14));
}

.support-panel-core {
  position: relative;
  display: block;
  min-height: 100%;
  isolation: isolate;
}

.support-panel-core::before {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 20rem;
  height: 20rem;
  margin-top: -10rem;
  margin-left: -10rem;
  background: radial-gradient(circle, rgba(95, 232, 255, 0.18), rgba(86, 167, 255, 0.1) 34%, transparent 72%);
}

.support-core-icon {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 8.4rem;
  height: 8.4rem;
  margin-top: -4.2rem;
  margin-left: -4.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 20px rgba(255, 255, 255, 0.03),
    0 0 84px rgba(86, 167, 255, 0.32),
    0 0 140px rgba(95, 232, 255, 0.18);
}

.support-core-icon svg {
  width: 3rem;
  height: 3rem;
}

.support-core-pulse {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 12rem;
  height: 12rem;
  margin-top: -6rem;
  margin-left: -6rem;
}

.support-core-orbit {
  position: absolute;
  top: 44%;
  left: 50%;
  width: 15rem;
  height: 15rem;
  margin-top: -7.5rem;
  margin-left: -7.5rem;
}

.orbit-two {
  width: 12.9rem;
  height: 12.9rem;
  margin-top: -6.45rem;
  margin-left: -6.45rem;
}

.orbit-three {
  width: 17.4rem;
  height: 17.4rem;
  margin-top: -8.7rem;
  margin-left: -8.7rem;
}

.support-core-hud {
  position: absolute;
  top: calc(44% + 6.9rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: grid;
  gap: 0.3rem;
  width: min(16rem, 100%);
  text-align: center;
  justify-items: center;
}

.support-core-kicker {
  color: rgba(176, 217, 255, 0.7);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.support-core-title {
  color: #f5fbff;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.support-core-status {
  position: absolute;
  top: calc(44% + 10rem);
  left: 50%;
  transform: translateX(-50%);
  width: 16rem;
  height: 1.5rem;
  margin: 0;
}

.support-status-item::after {
  color: rgba(222, 237, 255, 0.8);
  font-size: 0.74rem;
  letter-spacing: 0.18em;
}

.support-panel-card {
  min-height: 9.8rem;
  gap: 0.65rem;
  padding: 1.1rem 1.15rem 1.05rem;
  border-radius: 24px;
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.02)),
    linear-gradient(135deg, rgba(20, 38, 68, 0.9), rgba(14, 30, 56, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -20px 30px rgba(1, 9, 22, 0.12),
    0 26px 48px rgba(2, 12, 28, 0.24);
}

.support-panel-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(125, 211, 252, 0.14), transparent 32%);
  pointer-events: none;
  opacity: 0.95;
}

.support-panel-card::after {
  content: "";
  position: absolute;
  right: 0.9rem;
  bottom: 0.8rem;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(125, 211, 252, 0.12), transparent 70%);
  pointer-events: none;
  opacity: 0.9;
}

.support-panel-card-head {
  justify-content: space-between;
  gap: 1rem;
}

.support-panel-card .support-icon {
  width: 3rem;
  height: 3rem;
  border-color: rgba(255, 255, 255, 0.16);
}

.support-panel-card .support-icon svg {
  width: 1rem;
  height: 1rem;
}

.support-step-badge {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  height: 2.4rem;
  padding: 0 0.75rem;
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(225, 240, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-indent: 0.18em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.support-card-kicker {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(170, 214, 255, 0.78);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.support-card-kicker::before {
  content: "";
  width: 1rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(125, 211, 252, 0.85), transparent);
}

.support-panel-card h3,
.support-panel-card p,
.support-card-kicker,
.support-step-badge,
.support-panel-card .support-icon {
  position: relative;
  z-index: 1;
}

.support-panel-card h3 {
  font-size: clamp(1.05rem, 1rem + 0.2vw, 1.35rem);
  line-height: 1.08;
}

.support-panel-card p {
  max-width: 22ch;
  color: rgba(228, 240, 255, 0.78);
  line-height: 1.5;
  font-size: 0.82rem;
}

.support-panel-card:hover,
.support-panel-card:focus-within {
  transform: translateY(-10px) scale(1.015);
  border-color: rgba(125, 211, 252, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 28px 60px rgba(7, 53, 120, 0.24),
    0 0 0 1px rgba(125, 211, 252, 0.14),
    0 0 28px rgba(125, 211, 252, 0.12);
}

.support-dashboard-panel:has(.support-panel-card:hover) .support-core-icon,
.support-dashboard-panel:has(.support-panel-card:focus-within) .support-core-icon {
  box-shadow:
    0 0 0 20px rgba(255, 255, 255, 0.03),
    0 0 98px rgba(86, 167, 255, 0.44),
    0 0 150px rgba(95, 232, 255, 0.24);
}

@media (max-width: 1199px) {
  .support-dashboard-panel {
    width: min(100%, 1120px);
    min-height: clamp(26rem, 46vw, 31rem);
    grid-template-columns: minmax(0, 1fr) 0.68fr minmax(0, 1fr);
  }

  .support-panel-card {
    min-height: 9.4rem;
    padding-inline: 1.05rem;
  }
}

@media (max-width: 767px) {
  .support-section::before {
    background-position: left -8rem bottom 1rem;
    background-size: clamp(280px, 58vw, 390px) auto;
    opacity: 0.26;
  }

  .support-heading {
    text-align: left;
    margin: 0;
  }

  .support-shell::before {
    left: -1.25rem;
    bottom: 0.25rem;
    width: clamp(220px, 52vw, 320px);
    height: 160px;
    opacity: 0.2;
  }

  .support-heading::before {
    inset: -1.2rem -1rem -1.8rem -1rem;
    filter: blur(8px);
  }

  .support-heading h2,
  .support-heading > p:last-child {
    max-width: none;
    margin-inline: 0;
  }

  .support-dashboard-panel {
    width: 100%;
    border-radius: 28px;
    padding: 1.15rem;
    gap: 1.15rem;
  }

  .support-dashboard-panel::after,
  .support-panel-left::before,
  .support-panel-right::before {
    display: none;
  }

  .support-panel-left,
  .support-panel-right {
    gap: 1rem;
  }

  .support-panel-core {
    min-height: 14rem;
    display: block;
  }

  .support-core-hud {
    width: 100%;
    top: calc(44% + 6.5rem);
  }

  .support-core-status {
    width: 100%;
    top: calc(44% + 9.3rem);
  }

  .support-panel-card {
    min-height: auto;
    padding: 1.2rem;
    border-radius: 24px;
  }

  .support-panel-card h3 {
    font-size: 1.2rem;
  }

  .support-panel-card p {
    max-width: none;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .support-panel-card,
  .support-panel-card .support-icon,
  .support-panel-card .support-icon svg,
  .support-core-icon {
    transition: none;
  }
}

/* Performance: defer heavy offscreen section rendering */
@supports (content-visibility: auto) {
  main > section:not(.hero-section) {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
  }
}

/* Mobile stability pass: soporte + catalogo */
@media (max-width: 767px) {
  [data-reveal] {
    transform: translate3d(0, 18px, 0);
    transition-duration: 460ms;
    will-change: auto;
  }

  [data-reveal="left"] {
    transform: translate3d(18px, 0, 0);
  }

  .catalog-section,
  .catalog-section > .container-fluid,
  .catalog-top,
  .catalog-book,
  .catalog-cover,
  .catalog-list-page,
  .catalog-book .product-grid,
  .catalog-book .product-card,
  .catalog-book .product-card div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .catalog-section > .container-fluid,
  .catalog-book,
  .catalog-list-page {
    overflow-x: clip !important;
  }

  .support-shell {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .support-dashboard {
    width: 100%;
  }

  .support-dashboard-panel {
    min-height: auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem;
    border-radius: 24px;
  }

  .support-panel-left,
  .support-panel-right {
    min-height: auto;
  }

  .support-panel-left {
    order: 2;
  }

  .support-panel-core {
    order: 1;
    min-height: 15rem;
  }

  .support-panel-right {
    order: 3;
  }

  .support-core-icon,
  .support-core-pulse,
  .support-core-orbit,
  .support-panel-core::before {
    top: 40%;
  }

  .support-core-hud {
    top: calc(40% + 6.2rem);
    width: min(15rem, 100%);
  }

  .support-core-status {
    top: calc(40% + 8.8rem);
    width: min(15rem, 100%);
  }

  .support-panel-card {
    min-height: auto;
    padding: 1rem;
    overflow: hidden;
  }

  .support-panel-card h3 {
    font-size: 1.08rem;
  }

  .support-panel-card p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .catalog-top,
  .catalog-book {
    max-width: 100%;
  }

  .catalog-top {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.25rem;
  }

  .catalog-control-stack,
  .catalog-meta {
    justify-items: start;
    text-align: left;
  }

  .catalog-filters {
    justify-content: flex-start;
  }

  .catalog-book {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .catalog-cover,
  .catalog-list-page {
    min-width: 0;
    width: 100% !important;
    padding: 1rem !important;
    border-radius: 24px !important;
  }

  .catalog-cover-visual,
  .catalog-cover-visual img {
    min-height: 12rem !important;
  }

  .catalog-cover-minis {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .catalog-list-head {
    gap: 0.55rem;
  }

  .catalog-list-head strong {
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .catalog-book .product-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  .catalog-book .product-card {
    display: grid !important;
    grid-template-columns: 88px minmax(0, 1fr) !important;
    align-items: start !important;
    gap: 0.75rem !important;
    padding: 0.9rem 0 !important;
  }

  .catalog-book .product-card img {
    width: 88px !important;
    min-width: 88px !important;
    height: 72px !important;
    border-radius: 14px !important;
    object-fit: cover !important;
  }

  .catalog-book .product-card h3 {
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .catalog-book .product-card p {
    font-size: 0.8rem !important;
    line-height: 1.45 !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
  }

  .support-panel-shine,
  .support-particle,
  .support-flow-dot,
  .support-core-particle,
  .support-status-item,
  .support-flow-link {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .support-core-orbit,
  .support-core-pulse,
  .support-core-icon,
  .orbit-one,
  .orbit-two,
  .orbit-three {
    animation-duration: 12s !important;
  }
}

@media (max-width: 575px) {
  .support-heading h2 {
    font-size: clamp(2.2rem, 11vw, 3.3rem);
  }

  .support-core-hud,
  .support-core-status {
    width: min(13.5rem, 100%);
  }

  .catalog-cover,
  .catalog-list-page {
    padding: 0.9rem;
  }

  .catalog-cover-visual,
  .catalog-cover-visual img {
    min-height: 10.8rem;
  }

  .catalog-book .product-card {
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
  }

  .catalog-book .product-card img {
    width: 100% !important;
    min-width: 0 !important;
    height: 10.5rem !important;
  }
}

@media (max-width: 767px) {
  @supports (content-visibility: auto) {
    main > section:not(.hero-section) {
      content-visibility: visible;
      contain-intrinsic-size: auto;
    }
  }
}
