/* =========================================================
   SERVCAL V2.2 — Dirección visual TI
   Paleta extraída del logo oficial:
   Azul #003282 · Naranjo #FF7C25
   ========================================================= */

:root {
  --servcal-blue: #003282;
  --servcal-blue-2: #0753b4;
  --servcal-blue-light: #2d83eb;
  --servcal-orange: #ff7c25;
  --servcal-orange-light: #ffab70;
  --servcal-navy: #030a15;
  --servcal-navy-2: #071426;
  --servcal-navy-3: #0a1d35;
  --servcal-ice: #f3f7fc;
  --servcal-line: rgba(0, 50, 130, .13);

  --blue: var(--servcal-blue);
  --blue-bright: var(--servcal-blue-2);
  --blue-neon: var(--servcal-blue-light);
  --orange: var(--servcal-orange);
  --orange-dark: #e86612;
  --navy: var(--servcal-navy);
  --navy-2: var(--servcal-navy-2);
  --navy-3: var(--servcal-navy-3);
}

/* Marca oficial a color */
.brand,
.footer-brand,
.brand img,
.footer-brand img {
  filter: none !important;
}

.brand img {
  width: 198px;
  max-height: 68px;
  object-fit: contain;
}

.footer-brand img {
  width: 185px;
  opacity: 1;
}

.scroll-progress span,
.hero-accent-line {
  background: linear-gradient(90deg, var(--servcal-blue) 0 76%, var(--servcal-orange) 76% 100%);
}

.utility-bar p > span {
  background: #20d8a0;
  box-shadow: 0 0 14px rgba(32, 216, 160, .75);
}

.nav-cta,
.button-primary {
  background: linear-gradient(115deg, var(--servcal-blue-2), #2b83ef 72%, var(--servcal-orange));
  box-shadow: 0 14px 32px rgba(0, 50, 130, .27);
}

.nav-cta:hover,
.button-primary:hover {
  box-shadow: 0 18px 42px rgba(0, 50, 130, .34), 0 0 0 1px rgba(255, 124, 37, .22) inset;
}

.eyebrow > span,
.eyebrow-dark > span {
  background: linear-gradient(90deg, var(--servcal-blue-2), var(--servcal-orange));
}

/* HERO — sin tarjetas flotantes invasivas */
.hero {
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 14%;
  right: 5%;
  width: min(38vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(45, 131, 235, .14);
  box-shadow:
    0 0 0 54px rgba(0, 50, 130, .035),
    0 0 0 112px rgba(255, 124, 37, .018),
    inset 0 0 90px rgba(0, 50, 130, .08);
  pointer-events: none;
  animation: heroOrbitPulse 7s ease-in-out infinite;
}

.hero-photo {
  opacity: .32;
  filter: grayscale(.68) brightness(.62) contrast(1.14) saturate(.85);
  background-position: 71% center;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(3, 10, 21, .99) 0%, rgba(3, 10, 21, .95) 42%, rgba(3, 10, 21, .60) 73%, rgba(3, 10, 21, .42) 100%),
    radial-gradient(circle at 73% 38%, rgba(7, 83, 180, .23), transparent 42%),
    radial-gradient(circle at 48% 92%, rgba(255, 124, 37, .08), transparent 38%);
}

.hero-copy {
  max-width: 790px;
}

.hero h1 {
  font-size: clamp(3.8rem, 6.15vw, 6.85rem);
  letter-spacing: -.065em;
  line-height: .96;
}

.hero h1 em {
  color: transparent;
  background: linear-gradient(100deg, #72b5ff 0%, #2d83eb 55%, var(--servcal-orange) 115%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 700px;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
}

.hero-signals span:first-child {
  color: #fff;
  border-color: rgba(255, 124, 37, .55);
  background: rgba(255, 124, 37, .10);
}

@keyframes heroOrbitPulse {
  0%, 100% { transform: scale(.96) rotate(0deg); opacity: .64; }
  50% { transform: scale(1.035) rotate(7deg); opacity: .92; }
}

/* Interactive card foundation */
[data-tilt-card] {
  --rx: 0deg;
  --ry: 0deg;
  --mx: 50%;
  --my: 50%;
  --lift: 0px;
  transform-style: preserve-3d;
  will-change: transform;
}

[data-tilt-card].is-visible {
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateY(var(--lift));
  transition: transform .18s ease-out, border-color .3s ease, box-shadow .3s ease;
}

[data-tilt-card].is-visible:hover {
  --lift: -8px;
}

/* =========================================================
   SERVICES BENTO
   ========================================================= */
.services-v22 {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 50, 130, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 50, 130, .025) 1px, transparent 1px),
    #f7faff;
  background-size: 64px 64px;
}

.services-v22::before {
  content: "";
  position: absolute;
  right: -150px;
  top: 130px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 131, 235, .14), transparent 66%);
  pointer-events: none;
}

.services-v22 .section-heading h2 {
  max-width: 840px;
}

.services-bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: minmax(242px, auto);
  gap: 20px;
}

.svc-card {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  color: #10213a;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(45, 131, 235, .11), transparent 32%),
    rgba(255, 255, 255, .88);
  border: 1px solid rgba(0, 50, 130, .12);
  border-radius: 24px;
  box-shadow: 0 16px 44px -30px rgba(0, 50, 130, .42);
}

.svc-card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(0, 50, 130, .08);
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px rgba(0, 50, 130, .018), inset 0 0 0 60px rgba(255, 124, 37, .012);
  pointer-events: none;
}

.svc-card:hover {
  border-color: rgba(0, 50, 130, .34);
  box-shadow: 0 28px 65px -32px rgba(0, 50, 130, .48);
}

.svc-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, .24), transparent 24%);
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}

.svc-card:hover .svc-spotlight {
  opacity: 1;
}

.svc-card > *:not(.svc-spotlight) {
  position: relative;
  z-index: 1;
}

.svc-card-primary {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 560px;
  color: #fff;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(45, 131, 235, .23), transparent 32%),
    linear-gradient(145deg, #020711 0%, #061429 50%, #08244b 100%);
  border-color: rgba(78, 153, 239, .22);
  box-shadow: 0 28px 70px -28px rgba(0, 50, 130, .85);
}

.svc-card-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(114, 181, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 181, 255, .055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom right, #000, transparent 75%);
  pointer-events: none;
}

.svc-card-primary::after {
  width: 340px;
  height: 340px;
  right: -90px;
  bottom: -100px;
  border-color: rgba(45, 131, 235, .15);
  box-shadow: inset 0 0 0 52px rgba(45, 131, 235, .025), inset 0 0 0 104px rgba(255, 124, 37, .018);
}

.svc-card-lab,
.svc-card-projects {
  grid-column: span 5;
}

.svc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.svc-index {
  color: rgba(0, 50, 130, .42);
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .12em;
}

.svc-card-primary .svc-index {
  color: rgba(255, 255, 255, .45);
}

.svc-status,
.svc-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: var(--servcal-blue);
  background: rgba(0, 50, 130, .06);
  border: 1px solid rgba(0, 50, 130, .12);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.svc-status {
  color: #b7e0ff;
  background: rgba(45, 131, 235, .11);
  border-color: rgba(45, 131, 235, .24);
}

.svc-status i,
.svc-console strong::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22d59b;
  box-shadow: 0 0 10px rgba(34, 213, 155, .75);
}

.svc-chip-orange {
  color: #b84d08;
  background: rgba(255, 124, 37, .10);
  border-color: rgba(255, 124, 37, .23);
}

.svc-kicker {
  margin-bottom: 12px;
  color: #87c3ff;
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.svc-card h3 {
  max-width: 470px;
  margin-bottom: 14px;
  color: inherit;
  font-size: clamp(1.45rem, 2.5vw, 2.15rem);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.svc-card-primary h3 {
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  letter-spacing: -.065em;
}

.svc-card p {
  color: #53647b;
  font-size: .92rem;
  line-height: 1.65;
}

.svc-card-primary p {
  color: rgba(255, 255, 255, .72);
}

.svc-lead {
  max-width: 650px;
  margin-bottom: 26px;
  font-size: 1.03rem !important;
}

.svc-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--servcal-blue);
  background: linear-gradient(135deg, rgba(0, 50, 130, .08), rgba(45, 131, 235, .03));
  border: 1px solid rgba(0, 50, 130, .12);
  border-radius: 15px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.svc-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svc-card:hover .svc-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--servcal-blue), var(--servcal-orange));
  transform: rotate(-4deg) scale(1.06);
}

.ti-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.ti-capability-grid span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 11px;
  font-size: .76rem;
}

.ti-capability-grid i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--servcal-orange);
  box-shadow: 0 0 10px rgba(255, 124, 37, .55);
}

.svc-console {
  margin-top: auto;
  overflow: hidden;
  background: rgba(0, 0, 0, .26);
  border: 1px solid rgba(114, 181, 255, .14);
  border-radius: 14px;
}

.console-top {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  color: rgba(255, 255, 255, .35);
  background: rgba(255, 255, 255, .035);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.console-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .18);
}

.console-top span:nth-child(1) { background: #ff7c25; }
.console-top span:nth-child(2) { background: #ffd166; }
.console-top span:nth-child(3) { background: #22d59b; }

.console-top b {
  margin-left: 7px;
  font-family: var(--font-mono);
  font-size: .58rem;
  font-weight: 500;
}

.console-line {
  display: grid;
  grid-template-columns: 26px 1fr auto;
  gap: 10px;
  align-items: center;
  min-height: 39px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .045);
  font-family: var(--font-mono);
  font-size: .62rem;
}

.console-line:last-child { border-bottom: 0; }
.console-line em { color: rgba(255, 255, 255, .28); font-style: normal; }
.console-line code { color: #93caff; }
.console-line strong { display: flex; align-items: center; gap: 6px; color: #9eeacb; font-size: .56rem; }
.console-line strong::before { content: ""; display: block; width: 5px; height: 5px; }

.svc-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-bottom: 5px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 124, 37, .45);
  font-size: .8rem;
  font-weight: 700;
}

.svc-mini-flow {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 22px;
  color: rgba(0, 50, 130, .62);
  font-family: var(--font-mono);
  font-size: .57rem;
  text-transform: uppercase;
}

.svc-mini-flow i {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 50, 130, .18), var(--servcal-orange));
}

.svc-pulse-bars {
  height: 34px;
  display: flex;
  align-items: end;
  gap: 7px;
  margin-top: auto;
  padding-top: 15px;
}

.svc-pulse-bars i {
  width: 11px;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, var(--servcal-orange), var(--servcal-blue));
  animation: svcBars 2.2s ease-in-out infinite;
}

.svc-pulse-bars i:nth-child(1) { height: 38%; }
.svc-pulse-bars i:nth-child(2) { height: 62%; animation-delay: -.2s; }
.svc-pulse-bars i:nth-child(3) { height: 46%; animation-delay: -.4s; }
.svc-pulse-bars i:nth-child(4) { height: 86%; animation-delay: -.6s; }
.svc-pulse-bars i:nth-child(5) { height: 68%; animation-delay: -.8s; }
.svc-pulse-bars i:nth-child(6) { height: 100%; animation-delay: -1s; }

@keyframes svcBars { 50% { transform: scaleY(.66); opacity: .68; } }

/* =========================================================
   SOLUTION LAB
   ========================================================= */
.solution-lab {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 10%, rgba(0, 50, 130, .55), transparent 37%),
    radial-gradient(circle at 90% 90%, rgba(255, 124, 37, .10), transparent 34%),
    #030a15;
}

.solution-lab::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(114, 181, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 181, 255, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.solution-lab .container { position: relative; z-index: 1; }

.solution-lab-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 72px;
  align-items: end;
  margin-bottom: 48px;
}

.solution-lab-heading h2 {
  max-width: 850px;
  margin-bottom: 0;
  color: #fff;
}

.solution-lab-heading > p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  line-height: 1.75;
}

.solution-console-v22 {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  overflow: hidden;
  background: rgba(7, 20, 38, .76);
  border: 1px solid rgba(114, 181, 255, .16);
  border-radius: 26px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, .38);
  backdrop-filter: blur(16px);
}

.solution-tablist {
  padding: 16px;
  background: rgba(0, 0, 0, .18);
  border-right: 1px solid rgba(255, 255, 255, .07);
}

.solution-tab {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 3px 12px;
  padding: 19px 16px;
  color: rgba(255, 255, 255, .58);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 15px;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.solution-tab + .solution-tab { margin-top: 7px; }

.solution-tab > span {
  grid-row: 1 / span 2;
  color: rgba(255, 255, 255, .26);
  font-family: var(--font-mono);
  font-size: .62rem;
  padding-top: 3px;
}

.solution-tab strong {
  color: inherit;
  font-size: .92rem;
}

.solution-tab small {
  color: rgba(255, 255, 255, .34);
  font-size: .67rem;
}

.solution-tab::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0;
  bottom: 14px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(var(--servcal-blue-light), var(--servcal-orange));
  transform: scaleY(0);
  transition: transform .25s ease;
}

.solution-tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, .035);
  transform: translateX(3px);
}

.solution-tab.is-active {
  color: #fff;
  background: linear-gradient(105deg, rgba(7, 83, 180, .27), rgba(255, 124, 37, .055));
  border-color: rgba(114, 181, 255, .16);
}

.solution-tab.is-active::after { transform: scaleY(1); }
.solution-tab.is-active small { color: #88c7ff; }

.solution-stage {
  min-width: 0;
  min-height: 520px;
  padding: 46px;
}

.solution-panel {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 48px;
  align-items: center;
  animation: solutionEnter .42s ease both;
}

.solution-panel[hidden] { display: none !important; }

@keyframes solutionEnter {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.solution-label {
  display: block;
  margin-bottom: 17px;
  color: #7fc0ff;
  font-family: var(--font-mono);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.solution-copy h3 {
  max-width: 680px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  line-height: 1.06;
  letter-spacing: -.048em;
}

.solution-copy > p {
  max-width: 650px;
  color: rgba(255, 255, 255, .64);
  line-height: 1.75;
}

.solution-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}

.solution-copy li {
  padding: 8px 11px;
  color: rgba(255, 255, 255, .76);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  font-size: .72rem;
}

.solution-copy a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 6px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 124, 37, .5);
  font-size: .81rem;
  font-weight: 700;
}

.solution-visual {
  position: relative;
  min-height: 360px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(114, 181, 255, .12);
  border-radius: 22px;
  background:
    linear-gradient(rgba(114, 181, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 181, 255, .035) 1px, transparent 1px),
    rgba(0, 0, 0, .18);
  background-size: 34px 34px;
  overflow: hidden;
}

.solution-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0 48%, rgba(45, 131, 235, .10) 50%, transparent 52%);
  background-size: 100% 210%;
  animation: solutionScan 4s linear infinite;
  pointer-events: none;
}

@keyframes solutionScan { to { background-position: 0 210%; } }

.solution-orbit,
.plep-beam {
  position: relative;
  width: 180px;
  height: 180px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(114, 181, 255, .18);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(7, 83, 180, .045), inset 0 0 60px rgba(45, 131, 235, .12);
}

.solution-orbit b,
.plep-beam b {
  color: #fff;
  font-family: var(--font-display);
  font-size: 2.5rem;
  letter-spacing: -.08em;
  text-shadow: 0 0 28px rgba(114, 181, 255, .55);
}

.solution-orbit > i {
  position: absolute;
  inset: 18px;
  border: 1px dashed rgba(114, 181, 255, .28);
  border-radius: 50%;
  animation: solutionRotate 14s linear infinite;
}

.solution-orbit > i:nth-child(2) { inset: 40px; animation-direction: reverse; animation-duration: 9s; }
.solution-orbit > i:nth-child(3) { inset: -22px; border-style: solid; opacity: .45; animation-duration: 22s; }

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

.solution-status {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.solution-status span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 5px;
  color: rgba(255, 255, 255, .58);
  background: rgba(0, 0, 0, .24);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: .49rem;
  text-transform: uppercase;
}

.solution-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #22d59b;
  box-shadow: 0 0 8px rgba(34, 213, 155, .65);
}

.network-map-v22 {
  position: relative;
  width: 210px;
  height: 210px;
}

.network-map-v22 i {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border: 3px solid #071426;
  border-radius: 50%;
  background: var(--servcal-blue-light);
  box-shadow: 0 0 18px rgba(45, 131, 235, .75);
}

.network-map-v22 i:nth-child(1) { left: 96px; top: 12px; }
.network-map-v22 i:nth-child(2) { right: 18px; top: 94px; background: var(--servcal-orange); }
.network-map-v22 i:nth-child(3) { left: 96px; bottom: 12px; }
.network-map-v22 i:nth-child(4) { left: 18px; top: 94px; background: var(--servcal-orange); }

.network-map-v22 span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(114, 181, 255, .8), transparent);
  transform-origin: center;
}
.network-map-v22 span:nth-of-type(2) { transform: rotate(60deg); }
.network-map-v22 span:nth-of-type(3) { transform: rotate(-60deg); }

.lab-stack {
  width: 78%;
  display: grid;
  gap: 9px;
  counter-reset: lab;
}

.lab-stack span {
  position: relative;
  padding: 14px 16px 14px 46px;
  color: rgba(255, 255, 255, .78);
  background: linear-gradient(90deg, rgba(7, 83, 180, .20), rgba(255, 124, 37, .04));
  border: 1px solid rgba(114, 181, 255, .12);
  border-radius: 10px;
  font-size: .76rem;
}

.lab-stack span::before {
  counter-increment: lab;
  content: counter(lab, decimal-leading-zero);
  position: absolute;
  left: 14px;
  color: #72b5ff;
  font-family: var(--font-mono);
  font-size: .56rem;
}

.plep-beam {
  border-color: rgba(255, 124, 37, .28);
  box-shadow: 0 0 0 35px rgba(255, 124, 37, .035), inset 0 0 60px rgba(255, 124, 37, .12);
}

.plep-beam i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 124, 37, .76), transparent);
  transform-origin: center;
  animation: beamRotate 8s linear infinite;
}
.plep-beam i:nth-child(2) { animation-delay: -2.66s; }
.plep-beam i:nth-child(3) { animation-delay: -5.33s; }
@keyframes beamRotate { to { transform: rotate(360deg); } }

/* =========================================================
   INTERACTIVE PROCESS FLOW
   ========================================================= */
.method-v22 {
  position: relative;
  background: #f7faff;
  overflow: hidden;
}

.method-v22::before {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 50, 130, .10), transparent 68%);
}

.process-console {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 28%, rgba(7, 83, 180, .26), transparent 36%),
    linear-gradient(145deg, #020711, #061429 55%, #08244b);
  border: 1px solid rgba(0, 50, 130, .22);
  border-radius: 28px;
  box-shadow: 0 35px 80px -35px rgba(0, 50, 130, .72);
}

.process-console::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(114, 181, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 181, 255, .04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(#000, transparent 82%);
  pointer-events: none;
}

.process-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 18px 18px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.process-step {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 3px 11px;
  padding: 16px;
  color: rgba(255, 255, 255, .48);
  background: transparent;
  border: 0;
  border-radius: 15px;
  text-align: left;
  cursor: pointer;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.process-step:hover {
  color: #fff;
  background: rgba(255, 255, 255, .035);
  transform: translateY(-2px);
}

.process-step.is-active {
  color: #fff;
  background: linear-gradient(130deg, rgba(7, 83, 180, .24), rgba(255, 124, 37, .055));
}

.process-step > span {
  grid-row: 1 / span 2;
  color: #72b5ff;
  font-family: var(--font-mono);
  font-size: .66rem;
  padding-top: 4px;
}

.process-step strong { font-size: .92rem; }
.process-step small { color: rgba(255, 255, 255, .35); font-size: .64rem; }
.process-step.is-active small { color: rgba(255, 255, 255, .62); }

.process-line {
  position: absolute;
  right: 34px;
  bottom: 13px;
  left: 34px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .07);
  border-radius: 99px;
}

.process-line i {
  display: block;
  width: 25%;
  height: 100%;
  background: linear-gradient(90deg, var(--servcal-blue-light), var(--servcal-orange));
  box-shadow: 0 0 18px rgba(45, 131, 235, .45);
  transition: width .45s cubic-bezier(.4, 0, .2, 1);
}

.process-stage {
  position: relative;
  z-index: 1;
  min-height: 470px;
  display: grid;
  grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: 50px;
  padding: 54px;
}

.process-graphic {
  position: relative;
  min-height: 340px;
  display: grid;
  place-items: center;
}

.process-core {
  position: relative;
  z-index: 2;
  width: 126px;
  height: 126px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(114, 181, 255, .26);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, rgba(255, 255, 255, .15), rgba(7, 83, 180, .17) 38%, rgba(2, 7, 17, .95));
  box-shadow: 0 0 80px rgba(0, 50, 130, .34), inset 0 0 40px rgba(45, 131, 235, .13);
}

.process-core span {
  font-family: var(--font-display);
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: -.12em;
  transform: translateX(-3px);
  text-shadow: 0 0 26px rgba(114, 181, 255, .46);
}

.process-core i {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--servcal-orange);
  box-shadow: 0 0 13px rgba(255, 124, 37, .75);
}
.process-core i:nth-child(2) { top: 10px; left: 34px; }
.process-core i:nth-child(3) { right: 15px; bottom: 28px; background: #72b5ff; }
.process-core i:nth-child(4) { left: 8px; bottom: 35px; background: #22d59b; }

.process-ring {
  position: absolute;
  border: 1px solid rgba(114, 181, 255, .12);
  border-radius: 50%;
  animation: processSpin 24s linear infinite;
}
.process-ring-one { width: 255px; height: 255px; border-style: dashed; }
.process-ring-two { width: 330px; height: 210px; transform: rotate(-22deg); animation-direction: reverse; animation-duration: 31s; }
@keyframes processSpin { to { rotate: 360deg; } }

.process-node {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #72b5ff;
  box-shadow: 0 0 14px rgba(114, 181, 255, .7);
}
.pn-1 { top: 52px; right: 48px; }
.pn-2 { bottom: 58px; left: 64px; background: var(--servcal-orange); }
.pn-3 { right: 28px; bottom: 100px; background: #22d59b; }

.process-panel {
  animation: processEnter .38s ease both;
}
.process-panel[hidden] { display: none !important; }
@keyframes processEnter { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: none; } }

.process-counter {
  display: block;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, .30);
  font-family: var(--font-mono);
  font-size: .66rem;
  letter-spacing: .11em;
}

.process-kicker {
  margin-bottom: 11px;
  color: #82c4ff;
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.process-panel h3 {
  max-width: 650px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2rem, 3.3vw, 3.2rem);
  line-height: 1.06;
  letter-spacing: -.05em;
}

.process-panel > p:not(.process-kicker) {
  max-width: 630px;
  color: rgba(255, 255, 255, .64);
  line-height: 1.75;
}

.process-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 26px;
}

.process-tags span {
  padding: 8px 11px;
  color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  font-size: .68rem;
}

/* =========================================================
   SECTORS BENTO
   ========================================================= */
.sectors-v22 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 18%, rgba(7, 83, 180, .26), transparent 34%),
    radial-gradient(circle at 12% 90%, rgba(255, 124, 37, .07), transparent 30%),
    #040c18;
}

.sectors-v22::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .30;
  background-image:
    linear-gradient(rgba(114, 181, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 181, 255, .04) 1px, transparent 1px);
  background-size: 58px 58px;
}

.sectors-v22 .container { position: relative; z-index: 1; }

.sectors-heading {
  max-width: 950px;
  margin-bottom: 48px;
}

.sectors-heading h2 {
  color: #fff;
}

.sectors-heading > p:last-child {
  max-width: 740px;
  color: rgba(255, 255, 255, .60);
  line-height: 1.75;
}

.sector-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(245px, auto);
  gap: 18px;
}

.sector-v22-card {
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(45, 131, 235, .14), transparent 33%),
    rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .025);
}

.sector-v22-card:hover {
  border-color: rgba(114, 181, 255, .27);
  box-shadow: 0 24px 50px rgba(0, 0, 0, .24), inset 0 1px rgba(255, 255, 255, .04);
}

.sector-v22-wide {
  grid-column: span 2;
}

.sector-glow {
  position: absolute;
  right: -85px;
  bottom: -100px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid rgba(114, 181, 255, .12);
  box-shadow: inset 0 0 0 42px rgba(7, 83, 180, .025), inset 0 0 0 84px rgba(255, 124, 37, .015);
  transition: transform .45s ease;
}

.sector-v22-card:hover .sector-glow { transform: scale(1.12) rotate(12deg); }

.sector-no {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(255, 255, 255, .22);
  font-family: var(--font-mono);
  font-size: .64rem;
}

.sector-symbol {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  color: #7fc0ff;
  background: rgba(45, 131, 235, .08);
  border: 1px solid rgba(114, 181, 255, .14);
  border-radius: 15px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.sector-symbol svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sector-v22-card:hover .sector-symbol {
  color: #fff;
  background: linear-gradient(135deg, var(--servcal-blue-2), var(--servcal-orange));
  transform: rotate(-5deg) scale(1.08);
}

.sector-v22-card > p {
  position: relative;
  z-index: 1;
  margin: 28px 0 8px;
  color: #7fc0ff;
  font-family: var(--font-mono);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.sector-v22-card h3 {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.28rem, 2vw, 2rem);
  line-height: 1.18;
  letter-spacing: -.033em;
}

.sector-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.sector-tags span {
  padding: 7px 9px;
  color: rgba(255, 255, 255, .58);
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 8px;
  font-size: .61rem;
}

/* =========================================================
   CLIENT LOGO WALL
   ========================================================= */
.clients-v22 {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.clients-v22::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -120px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 50, 130, .08), transparent 68%);
}

.clients-v22-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 44px;
}

.clients-v22-heading h2 {
  max-width: 900px;
  margin-bottom: 0;
}

.clients-v22-heading > p {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.75;
}

.client-logo-wall {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.client-logo-card {
  position: relative;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f7faff);
  border: 1px solid rgba(0, 50, 130, .10);
  border-radius: 18px;
  box-shadow: 0 12px 32px -28px rgba(0, 50, 130, .52);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.client-logo-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--servcal-blue), var(--servcal-orange));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .32s ease;
}

.client-logo-card img {
  max-width: 145px;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1) saturate(.3);
  opacity: .62;
  transition: filter .3s ease, opacity .3s ease, transform .3s ease;
}

.client-logo-card span {
  position: absolute;
  right: 14px;
  bottom: 11px;
  left: 14px;
  color: rgba(0, 50, 130, .34);
  font-family: var(--font-mono);
  font-size: .52rem;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .25s ease, transform .25s ease;
}

.client-logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 50, 130, .26);
  box-shadow: 0 24px 50px -30px rgba(0, 50, 130, .46);
}

.client-logo-card:hover::before { transform: scaleX(1); }
.client-logo-card:hover img { filter: none; opacity: 1; transform: scale(1.045); }
.client-logo-card:hover span { opacity: 1; transform: none; }

.clients-v22-note {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px 26px;
  align-items: center;
  margin-top: 24px;
  padding: 22px 24px;
  background: #f7faff;
  border: 1px solid rgba(0, 50, 130, .10);
  border-radius: 17px;
}

.clients-v22-note > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--servcal-blue);
  font-family: var(--font-mono);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.clients-v22-note > span i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--servcal-orange);
  box-shadow: 0 0 10px rgba(255, 124, 37, .5);
}

.clients-v22-note p {
  margin: 0;
  color: var(--ink-soft);
  font-size: .82rem;
  line-height: 1.55;
}

.clients-v22-note a {
  display: inline-flex;
  gap: 10px;
  color: var(--servcal-blue);
  font-size: .76rem;
  font-weight: 700;
  white-space: nowrap;
}

/* =========================================================
   STANDARD SERVCAL
   ========================================================= */
.standard-v22 {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 16% 20%, rgba(7, 83, 180, .30), transparent 34%),
    radial-gradient(circle at 90% 82%, rgba(255, 124, 37, .09), transparent 30%),
    linear-gradient(145deg, #020711, #061429 60%, #08244b);
}

.standard-v22::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image:
    linear-gradient(rgba(114, 181, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(114, 181, 255, .04) 1px, transparent 1px);
  background-size: 52px 52px;
}

.standard-v22 .container { position: relative; z-index: 1; }

.standard-heading {
  max-width: 920px;
  margin-bottom: 44px;
}

.standard-heading h2 {
  color: #fff;
}

.standard-heading > p:last-child {
  max-width: 660px;
  color: rgba(255, 255, 255, .60);
}

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

.standard-card {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(45, 131, 235, .15), transparent 33%),
    rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 22px;
}

.standard-card::after {
  content: "";
  position: absolute;
  right: -65px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(114, 181, 255, .12);
  border-radius: 50%;
  box-shadow: inset 0 0 0 34px rgba(7, 83, 180, .025), inset 0 0 0 68px rgba(255, 124, 37, .015);
  transition: transform .4s ease;
}

.standard-card:hover::after { transform: scale(1.14) rotate(14deg); }

.standard-card > span {
  position: absolute;
  top: 25px;
  right: 25px;
  color: rgba(255, 255, 255, .24);
  font-family: var(--font-mono);
  font-size: .64rem;
}

.standard-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  color: #82c4ff;
  background: rgba(45, 131, 235, .09);
  border: 1px solid rgba(114, 181, 255, .15);
  border-radius: 16px;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}

.standard-icon svg {
  width: 27px;
  height: 27px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.standard-card:hover .standard-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--servcal-blue-2), var(--servcal-orange));
  transform: rotate(-5deg) scale(1.07);
}

.standard-card > p {
  margin: 34px 0 8px;
  color: #82c4ff;
  font-family: var(--font-mono);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.standard-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: #fff;
  font-size: 1.48rem;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.standard-card small {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .57);
  font-size: .82rem;
  line-height: 1.65;
}

/* Orange details on innovation section */
.innovation {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 124, 37, .10), transparent 34%),
    radial-gradient(circle at 15% 80%, rgba(0, 50, 130, .30), transparent 38%),
    var(--servcal-navy-2);
}

.innovation-card {
  border-color: rgba(255, 124, 37, .22) !important;
  box-shadow: 0 20px 45px rgba(7, 13, 25, .4), 0 0 34px rgba(255, 124, 37, .08) !important;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
  .services-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-card,
  .svc-card-lab,
  .svc-card-projects { grid-column: span 1; }
  .svc-card-primary { grid-column: span 2; grid-row: auto; min-height: 540px; }

  .solution-console-v22 { grid-template-columns: 270px minmax(0, 1fr); }
  .solution-stage { padding: 34px; }
  .solution-panel { grid-template-columns: 1fr; }
  .solution-visual { min-height: 300px; }

  .process-stage { grid-template-columns: 300px minmax(0, 1fr); padding: 44px; }
}

@media (max-width: 900px) {
  .brand img { width: 170px; }

  .hero::after { right: -100px; top: 24%; width: 460px; }
  .hero h1 { font-size: clamp(3.15rem, 10vw, 5rem); }

  .solution-lab-heading,
  .clients-v22-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .solution-console-v22 { grid-template-columns: 1fr; }
  .solution-tablist {
    display: flex;
    gap: 8px;
    padding: 12px;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    scroll-snap-type: x mandatory;
  }
  .solution-tab {
    flex: 0 0 245px;
    min-height: 88px;
    scroll-snap-align: start;
  }
  .solution-tab + .solution-tab { margin-top: 0; }
  .solution-tab::after { top: auto; right: 14px; bottom: 0; left: 14px; width: auto; height: 3px; transform: scaleX(0); }
  .solution-tab.is-active::after { transform: scaleX(1); }
  .solution-tab:hover { transform: translateY(-2px); }

  .process-steps {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 28px;
  }
  .process-step { flex: 0 0 225px; scroll-snap-align: start; }
  .process-line { right: 22px; left: 22px; }
  .process-stage { grid-template-columns: 1fr; gap: 18px; }
  .process-graphic { min-height: 260px; }

  .sector-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sector-v22-wide { grid-column: span 2; }

  .client-logo-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .standard-grid { grid-template-columns: 1fr; }
  .standard-card { min-height: 260px; }
}

@media (max-width: 680px) {
  .brand img { width: 150px; }

  .hero::after { display: none; }
  .hero-photo { opacity: .19; background-position: 74% center; }
  .hero::before {
    background:
      linear-gradient(180deg, rgba(3, 10, 21, .96), rgba(3, 10, 21, .84) 60%, rgba(3, 10, 21, .96)),
      radial-gradient(circle at 70% 30%, rgba(7, 83, 180, .22), transparent 42%);
  }
  .hero h1 { font-size: clamp(2.7rem, 13.7vw, 3.65rem); }
  .hero h1 br { display: none; }

  .services-bento { grid-template-columns: 1fr; }
  .svc-card,
  .svc-card-lab,
  .svc-card-projects,
  .svc-card-primary { grid-column: 1; min-height: 0; }
  .svc-card-primary { padding: 27px 22px; }
  .svc-card-primary h3 { font-size: 2.65rem; }
  .ti-capability-grid { grid-template-columns: 1fr; }
  .console-line { grid-template-columns: 22px 1fr; }
  .console-line strong { grid-column: 2; }

  .solution-lab-heading { margin-bottom: 32px; }
  .solution-stage { min-height: 0; padding: 24px 20px; }
  .solution-panel { gap: 30px; }
  .solution-copy h3 { font-size: 2rem; }
  .solution-visual { min-height: 280px; }
  .solution-status { grid-template-columns: repeat(2, 1fr); }

  .process-console { border-radius: 20px; }
  .process-stage { padding: 30px 22px; }
  .process-graphic { min-height: 220px; transform: scale(.84); margin: -24px 0; }
  .process-panel h3 { font-size: 2rem; }

  .sector-bento { grid-template-columns: 1fr; }
  .sector-v22-wide { grid-column: 1; }
  .sector-v22-card { min-height: 240px; }

  .client-logo-wall { grid-template-columns: 1fr 1fr; gap: 10px; }
  .client-logo-card { min-height: 120px; padding: 22px 16px; }
  .client-logo-card img { max-width: 112px; max-height: 45px; }
  .clients-v22-note { grid-template-columns: 1fr; }
  .clients-v22-note a { white-space: normal; }

  .standard-card { min-height: 250px; padding: 25px; }
}

@media (max-width: 430px) {
  .client-logo-wall { grid-template-columns: 1fr; }
  .client-logo-card { min-height: 126px; }
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  [data-tilt-card].is-visible,
  [data-tilt-card].is-visible:hover {
    transform: none;
  }

  .hero::after,
  .svc-pulse-bars i,
  .solution-orbit > i,
  .process-ring,
  .solution-visual::after,
  .plep-beam i {
    animation: none !important;
  }
}

.custom-cursor {
  display: none !important;
}
