:root {
  --soft: #83c5ff;
  --white: #ffffff;
  --silver: #edf4fa;
  --muted: #b7c5d3;
}

.brand-crop {
  width: 74px;
  height: 52px;
  flex: none;
}

.brand-crop img {
  width: 218px;
  left: -72px;
  top: -20px;
}

.brand-name,
.brand-name b {
  color: #ffffff;
  font-weight: 650;
}

.language-switcher {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:3px;
  height:42px;
  padding:4px 5px 4px 10px;
  border:1px solid rgba(131,197,255,.2);
  border-radius:13px;
  background:linear-gradient(180deg,rgba(8,27,42,.94),rgba(3,16,26,.94));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035);
}
.language-switcher svg { width:16px; height:16px; margin-right:3px; fill:none; stroke:#83c5ff; stroke-width:1.5; }
.language-switcher button {
  min-width:46px;
  height:32px;
  padding:0 9px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:#8fa4b7;
  font:inherit;
  font-size:11px;
  font-weight:700;
  letter-spacing:.01em;
  cursor:pointer;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease;
}
.language-switcher button[aria-pressed="true"] { color:#fff; background:#0b6fda; box-shadow:0 4px 14px rgba(11,127,254,.24); }
.language-switcher button:hover:not([aria-pressed="true"]) { color:#fff; background:rgba(131,197,255,.08); }
.language-switcher button:focus-visible { outline:2px solid #58aaff; outline-offset:2px; }

.site-header { grid-template-columns: auto 1fr auto auto; gap: 18px; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: auto 1fr auto auto; }
  .language-switcher { margin-left:auto; }
}

@media (max-width: 620px) {
  .language-switcher { height:38px; padding-left:7px; }
  .language-switcher svg { display:none; }
  .language-switcher button { min-width:38px; height:29px; padding:0 6px; }
  .language-switcher button:first-of-type { font-size:0; }
  .language-switcher button:first-of-type::after { content:'EN'; font-size:11px; }
}

nav a,
.hero-lead,
.split-intro > div:last-child p,
.capability p,
.capability ul,
.outcome-copy > p:last-child,
.engagement-lead,
.engagement-grid p,
.contact-card p:not(.eyebrow),
footer a {
  color: #edf4fa;
}

.metric span,
.visual-caption,
.contact-actions small,
.footer-brand p,
.footer-bottom {
  color: #b7c5d3;
}

.metric small,
.node span,
.trust-row,
.proof-strip span {
  color: #edf4fa;
}

.proof-strip div {
  align-items: flex-start;
  gap: 18px;
  min-height: 126px;
  padding-block: 24px;
}

.proof-strip strong {
  min-width: 46px;
  color: #83c5ff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.proof-strip span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.proof-strip span b {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
}

.proof-strip span small {
  color: #b7c5d3;
  font-size: 12px;
  line-height: 1.45;
}

.button-whatsapp {
  border-color: rgba(88, 218, 147, 0.42);
  background: rgba(22, 108, 71, 0.2);
  color: #ffffff;
}

.button-whatsapp:hover {
  border-color: #58da93;
  background: rgba(22, 108, 71, 0.35);
}

/* Capability cards: equal rhythm, no artificial empty columns or oversized gaps. */
.capability-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
}

.capability,
.capability.featured {
  grid-row: auto;
  min-height: 380px;
  padding: 30px;
}

.card-index {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #83c5ff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.card-index::after {
  content: "";
  width: 34px;
  height: 1px;
  background: #2a70a8;
}

.card-icon,
.featured .card-icon {
  margin: 42px 0 26px;
}

.capability h3 {
  font-size: 25px;
  line-height: 1.2;
}

.capability p {
  font-size: 16px;
  line-height: 1.55;
}

.capability ul {
  margin: 22px 0 0;
  font-size: 14px;
}

.capability .availability {
  margin-top: 24px;
  font-size: 11px;
}

/* Service sequence: the number is part of the hierarchy, not metadata. */
.service-row {
  grid-template-columns: 62px 1fr auto;
  align-items: start;
  padding: 25px 4px;
}

.service-row > span {
  color: #075fae;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.service-row h3 {
  font-size: 24px;
  line-height: 1.22;
}

.service-row p {
  max-width: 700px;
  color: #334b60;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability,
  .capability.featured {
    min-height: 370px;
  }
}

.ai-layer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-bottom: 130px;
}

.ai-intro,
.ai-console,
.ai-service-card {
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #03101a;
}

.ai-intro {
  padding: 42px;
}

.ai-intro h2 {
  max-width: 700px;
  font-size: clamp(34px, 3.7vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.ai-intro > p:not(.eyebrow) {
  margin-top: 25px;
  color: #edf4fa;
  font-size: 16px;
  line-height: 1.65;
}

.ai-console {
  padding: 32px;
  background: linear-gradient(145deg, #071c2f, #03101a);
}

.ai-console-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
}

.ai-console-head small {
  color: #83c5ff;
  font-size: 11px;
}

.ai-console blockquote {
  margin: 38px 0;
  padding-left: 22px;
  border-left: 2px solid var(--blue);
  color: #ffffff;
  font-size: 21px;
  line-height: 1.5;
}

.ai-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--border);
}

.ai-facts span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 10px;
  border-right: 1px solid var(--border);
}

.ai-facts span:last-child {
  border: 0;
}

.ai-facts small,
.ai-console > p {
  color: #b7c5d3;
  font-size: 11px;
}

.ai-facts b {
  color: #ffffff;
  font-size: 13px;
}

.ai-console > p {
  margin: 20px 0 0;
}

.ai-service-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .7fr 1.1fr 1fr;
  gap: 30px;
  align-items: start;
  padding: 36px 42px;
}

.ai-service-card h3 {
  margin: 0;
  font-size: 27px;
  line-height: 1.25;
}

.ai-service-card p {
  color: #edf4fa;
  font-size: 15px;
}

.ai-service-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #edf4fa;
  font-size: 14px;
}

.ai-service-card li {
  padding: 7px 0;
  border-bottom: 1px solid rgba(23, 52, 77, .75);
}

.ai-service-card .text-link {
  grid-column: 2;
}

.ai-ready {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -4px 0 18px;
  padding: 10px 12px;
  border: 1px solid rgba(11, 127, 254, .32);
  border-radius: 9px;
  background: rgba(11, 127, 254, .08);
}

.ai-ready > span {
  color: #83c5ff;
  font-size: 18px;
}

.ai-ready div {
  display: flex;
  flex-direction: column;
}

.ai-ready b {
  color: #ffffff;
  font-size: 12px;
}

.ai-ready small {
  color: #b7c5d3;
  font-size: 10px;
}

.node-ai {
  left: 14px;
  top: 76px;
}

.node-ai i {
  background: #83c5ff;
}

.hero-visual .node {
  width: 120px;
  padding: 11px 10px 11px 29px;
}

.hero-visual .node-commerce {
  right: 14px;
}

.hero-visual .node-stock {
  left: 14px;
}

.hero-visual .node-growth {
  right: 14px;
}

/* Signature Universe hero: crisp globe, layered orbits and one restrained moving light. */
.hero-globe-system {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 47%;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
}

.hero-globe {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid #69b8ff;
  border-radius: 50%;
  background: #020811;
  box-shadow: 0 0 0 5px rgba(11, 127, 254, .07), 0 0 18px rgba(11, 127, 254, .22);
}

.hero-globe::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 35% 25%, rgba(255,255,255,.34), transparent 15%), linear-gradient(115deg, transparent 52%, rgba(0,2,7,.7) 82%);
}

.hero-globe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.globe-title {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 22px;
  width: 188px;
  padding: 10px 12px;
  transform: translateX(-50%);
  border: 1px solid rgba(105,184,255,.42);
  border-radius: 9px;
  background: rgba(1,8,15,.88);
  text-align: center;
}

.globe-title small,
.globe-title strong {
  display: block;
}

.globe-title small {
  color: #83c5ff;
  font-size: 9px;
  letter-spacing: .13em;
}

.globe-title strong {
  margin-top: 3px;
  color: #ffffff;
  font-size: 13px;
}

.satellite-motion {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 260px;
  transform: translate(-50%, -50%) rotate(-12deg);
  pointer-events: none;
}

.satellite-motion span {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background: #83c5ff;
  box-shadow: 0 0 8px rgba(105,184,255,.75);
  offset-path: ellipse(50% 50% at 50% 50%);
  offset-distance: 0%;
  offset-rotate: 0deg;
  animation: satellite-on-track 16s linear infinite;
}

.satellite-motion-b {
  width: 420px;
  height: 410px;
  transform: translate(-50%, -50%) rotate(19deg);
}

.satellite-motion-b span {
  width: 8px;
  height: 8px;
  background: #ffffff;
  box-shadow: 0 0 7px rgba(131,197,255,.68);
  animation-duration: 22s;
  animation-delay: -11s;
  animation-direction: reverse;
}

@keyframes satellite-on-track {
  from { offset-distance: 0%; }
  to { offset-distance: 100%; }
}

.orbit-brief {
  position: absolute;
  z-index: 6;
  left: 50%;
  bottom: 52px;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 265px;
  padding: 9px 13px;
  transform: translateX(-50%);
  border: 1px solid rgba(11,127,254,.38);
  border-radius: 10px;
  background: rgba(2,8,17,.94);
}

.orbit-brief > span {
  color: #83c5ff;
  font-size: 17px;
}

.orbit-brief div {
  display: flex;
  flex-direction: column;
}

.orbit-brief b {
  color: #ffffff;
  font-size: 12px;
}

.orbit-brief small {
  color: #b7c5d3;
  font-size: 9px;
}

@media (prefers-reduced-motion: reduce) {
  .satellite-motion span { animation: none; }
}

@media (max-width: 620px) {
  .brand-crop {
    width: 62px;
    height: 47px;
  }

  .brand-crop img {
    width: 190px;
    left: -64px;
    top: -18px;
  }

  .proof-strip div {
    min-height: 104px;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability,
  .capability.featured {
    min-height: auto;
    padding: 25px 22px;
  }

  .card-icon,
  .featured .card-icon {
    margin: 30px 0 22px;
  }

  .service-row {
    grid-template-columns: 48px 1fr;
    padding: 22px 0;
  }

  .service-row > span {
    font-size: 21px;
  }

  .ai-layer {
    grid-template-columns: 1fr;
    padding-bottom: 90px;
  }

  .ai-intro,
  .ai-console,
  .ai-service-card {
    padding: 25px 22px;
  }

  .ai-service-card {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ai-service-card .text-link {
    grid-column: auto;
  }

  .ai-facts {
    grid-template-columns: 1fr;
  }

  .ai-facts span {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .hero-globe-system {
    width: 205px;
    height: 205px;
  }

  .satellite-motion {
    width: 440px;
    height: 260px;
  }

  .satellite-motion-b {
    width: 340px;
    height: 360px;
  }
}
}
