:root {
  --bg: #030711;
  --bg-soft: #071226;
  --panel: rgba(7, 15, 31, 0.78);
  --panel-strong: rgba(10, 22, 45, 0.88);
  --line: rgba(255, 255, 255, 0.07);
  --line-strong: rgba(0, 196, 239, 0.34);
  --text: #F4F5F7;
  --soft: #C8CDD6;
  --muted: #9AA3B0;
  --cyan: #00c4ef;
  --cyan-soft: #6ed8f5;
  --blue: #2f7cff;
  --head: "Outfit", sans-serif;
  --body: "Inter", sans-serif;
  --micro: "Inter", sans-serif;
  --max: 1200px;
  --pad: clamp(24px, 4vw, 72px);
  --nav-h: 80px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--muted);
  background: var(--bg);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.74;
  letter-spacing: 0.004em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

::selection {
  color: var(--text);
  background: rgba(0, 213, 255, 0.22);
}

:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.scene {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    radial-gradient(circle at 64% 18%, rgba(0, 213, 255, 0.12), transparent 34vw),
    radial-gradient(circle at 10% 12%, rgba(47, 124, 255, 0.1), transparent 32vw),
    linear-gradient(180deg, #030711 0%, #061022 52%, #030711 100%);
  pointer-events: none;
}

.scene__noise,
.scene__grid,
.scene__beam,
.scene__glow {
  position: absolute;
  pointer-events: none;
}

.scene__noise {
  inset: 0;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.scene__grid {
  inset: 0;
  opacity: 0.54;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 55% 22%, black 0 38%, transparent 72%);
}

.scene__beam {
  width: 56vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 213, 255, 0.44), transparent);
  opacity: 0.28;
}

.scene__beam--one {
  top: 27vh;
  right: -4vw;
  transform: rotate(-17deg);
}

.scene__beam--two {
  top: 63vh;
  left: 0;
  transform: rotate(11deg);
}

.scene__glow {
  width: 660px;
  height: 660px;
  border-radius: 50%;
  filter: blur(100px);
}

.scene__glow--one {
  top: -260px;
  left: -180px;
  background: rgba(0, 213, 255, 0.13);
}

.scene__glow--two {
  right: -260px;
  top: 20vh;
  background: rgba(47, 124, 255, 0.14);
}

.container {
  width: min(100%, var(--max));
  margin-inline: auto;
  padding-inline: var(--pad);
  position: relative;
}

.section {
  position: relative;
  padding-block: 148px;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(191, 221, 255, 0.11), transparent);
}

.section--dark {
  background: rgba(3, 7, 17, 0.82);
}

/* ── Atmospheric backgrounds ──────────────────── */

#entregas {
  background:
    linear-gradient(128deg, transparent 0 38%, rgba(0, 196, 239, 0.10) 38.2%, transparent 38.6%),
    linear-gradient(42deg,  transparent 0 61%, rgba(255, 255, 255, 0.04) 61.2%, transparent 61.5%),
    radial-gradient(circle at 14% 74%, rgba(0, 213, 255, 0.17), transparent 28vw),
    radial-gradient(circle at 84% 22%, rgba(47, 124, 255, 0.13), transparent 30vw),
    radial-gradient(circle at 52% 46%, rgba(0, 213, 255, 0.05), transparent 22vw),
    linear-gradient(140deg, rgba(3, 7, 16, 0.98), rgba(4, 10, 25, 0.94) 54%, rgba(3, 8, 20, 0.97));
}

#prova-social {
  background:
    radial-gradient(ellipse at 50% 112%, rgba(0, 213, 255, 0.20), transparent 52%),
    radial-gradient(circle at 20% 28%, rgba(47, 124, 255, 0.09), transparent 34vw),
    linear-gradient(180deg, rgba(3, 7, 17, 0.97) 0%, rgba(4, 10, 24, 0.93) 60%, rgba(3, 9, 22, 0.88) 100%);
}

.section--blue {
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 213, 255, 0.07), transparent 30vw),
    rgba(5, 14, 31, 0.9);
}

.section-kicker {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 28px;
  padding: 8px 12px 8px 10px;
  border: 1px solid rgba(0, 196, 239, 0.16);
  border-radius: 999px;
  color: rgba(218, 225, 235, 0.84);
  background:
    linear-gradient(135deg, rgba(0, 196, 239, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-family: var(--micro);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow:
    0 0 0 4px rgba(0, 196, 239, 0.1),
    0 0 18px rgba(0, 213, 255, 0.72);
}

.section-heading {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 84px;
  text-align: center;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.5fr);
  align-items: end;
  gap: 80px;
  max-width: none;
  text-align: left;
}

.section-heading h2,
.diagnostic-copy h2,
.final-cta h2 {
  color: #D8DCE3;
  font-family: var(--head);
  font-weight: 400;
  letter-spacing: -0.032em;
  line-height: 0.96;
}

.section-heading h2 {
  max-width: 14ch;
  font-size: clamp(52px, 7.2vw, 96px);
}

.section-heading p:not(.section-kicker),
.diagnostic-copy p,
.final-cta p {
  color: var(--soft);
  font-size: 0.92rem;
  line-height: 1.74;
  max-width: 46ch;
  letter-spacing: 0.006em;
}

.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: opacity 0.2s ease, transform 0.24s var(--ease), border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 50%, rgba(0, 196, 239, 0.34), transparent 62%);
  opacity: 0;
  filter: blur(12px);
  transition: opacity 0.24s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -55%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
  transform: skewX(-18deg) translateX(0);
  opacity: 0;
  pointer-events: none;
}

.button:hover {
  opacity: 0.94;
  transform: translateY(-2px);
}

.button:hover::before {
  opacity: 1;
}

.button:hover::after {
  animation: buttonFlash 0.78s var(--ease);
}

.button--primary {
  color: #03101d;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(135deg, var(--cyan), #7eeeff 50%, var(--blue));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset, 0 18px 54px rgba(0, 213, 255, 0.26);
}

.button--ghost {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
}

.button--ghost:hover {
  opacity: 1;
  border-color: var(--line-strong);
  background: rgba(0, 196, 239, 0.07);
}

.nav {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 80;
  pointer-events: none;
}

.nav__inner {
  width: min(calc(100% - 32px), 1160px);
  height: var(--nav-h);
  margin-inline: auto;
  padding: 0 12px 0 8px;
  display: flex;
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  background: rgba(4, 9, 22, 0.48);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  pointer-events: auto;
  transition: height 0.28s var(--ease), background 0.28s ease, border-color 0.28s ease;
}

.nav.scrolled .nav__inner {
  height: 62px;
  border-color: rgba(0, 196, 239, 0.22);
  background: rgba(4, 9, 22, 0.68);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-family: var(--head);
  font-weight: 800;
}

.brand__image {
  display: block;
  width: auto;
  height: 176px;
  object-fit: contain;
  object-position: left center;
}

.brand__image--symbol {
  height: 49px;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #03101d;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 0 28px rgba(0, 213, 255, 0.34);
}

.brand__word {
  font-size: 20px;
}

.brand__word span {
  color: var(--text);
}

.brand__word:not(span) {
  color: var(--cyan);
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.nav__links a {
  position: relative;
  color: rgba(218, 225, 235, 0.78);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  transition: color 0.2s ease;
}

.nav__links a:hover {
  color: var(--text);
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform: scaleX(0);
  transition: transform 0.24s ease;
}

.nav__links a:hover::after {
  transform: scaleX(1);
}

.nav__cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 24px;
  border: 1px solid rgba(0, 196, 239, 0.22);
  border-radius: 999px;
  color: #04111e;
  background: linear-gradient(90deg, #00c4ef 0%, #4fe4ff 52%, #2f7cff 100%);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 38px rgba(0, 196, 239, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.24s var(--ease), box-shadow 0.24s ease, opacity 0.2s ease;
}

.nav__cta::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -60%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-18deg) translateX(0);
  opacity: 0;
  pointer-events: none;
}

.nav__cta:hover {
  opacity: 0.96;
  transform: translateY(-2px);
  box-shadow: 0 18px 52px rgba(0, 196, 239, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.nav__cta:hover::after {
  animation: buttonFlash 0.78s var(--ease);
}

.theme-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
  flex-shrink: 0;
}
.theme-switch:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.22);
}
.theme-switch__icon {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: inset -4px -1px 0 0 rgba(0,0,0,0.5);
}
.theme-light .theme-switch {
  border-color: rgba(10,29,74,0.18);
  background: rgba(10,29,74,0.06);
}
.theme-light .theme-switch:hover {
  background: rgba(10,29,74,0.12);
  border-color: rgba(10,29,74,0.25);
}
.theme-light .theme-switch__icon {
  background: #0A1D4A;
  box-shadow: none;
}

.nav__toggle {
  display: none;
  margin-left: auto;
  padding: 10px;
  background: transparent;
}

.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  border-radius: 3px;
  background: var(--text);
  transition: transform 0.25s ease;
}

.nav__toggle.active span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav__toggle.active span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 120;
  width: min(390px, 88vw);
  padding: 28px;
  border-left: 1px solid var(--line);
  background: rgba(4, 10, 23, 0.96);
  backdrop-filter: blur(24px);
  transform: translateX(100%);
  transition: transform 0.42s var(--ease);
}

.mobile-menu:not([hidden]) {
  display: block;
}

.mobile-menu.open {
  transform: translateX(0);
}

.mobile-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 52px;
}

.mobile-menu__close {
  color: var(--muted);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mobile-menu__nav {
  display: grid;
  gap: 10px;
}

.mobile-menu__nav a:not(.button) {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--soft);
  font-family: var(--body);
  font-size: 19px;
  font-weight: 500;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.58);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-block: calc(var(--nav-h) + 64px) 116px;
  overflow: hidden;
}

.hero--focused::before {
  content: "";
  position: absolute;
  inset: -20% 8% auto 8%;
  width: auto;
  height: min(620px, 62vh);
  background:
    radial-gradient(circle at 58% 24%, rgba(0, 196, 239, 0.24), transparent 34%),
    radial-gradient(circle at 50% 48%, rgba(47, 124, 255, 0.16), transparent 58%);
  filter: blur(22px);
  opacity: 0.95;
  pointer-events: none;
}

.hero--focused::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(0, 196, 239, 0.13) 42.15%, transparent 42.4%),
    linear-gradient(26deg, transparent 0 63%, rgba(255, 255, 255, 0.055) 63.15%, transparent 63.35%),
    radial-gradient(ellipse at 64% 6%, rgba(255, 255, 255, 0.065), transparent 44%);
  opacity: 0.85;
  pointer-events: none;
}

.hero--focused .hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 0;
}

.hero--focused .hero__copy {
  width: min(100%, 1040px);
  max-width: 1040px;
  padding-top: 10px;
  text-align: center;
}

.hero__kicker {
  gap: 9px;
  margin-bottom: 22px;
  color: rgba(159, 231, 255, 0.84);
  letter-spacing: 0.2em;
}

.hero__kicker::before {
  width: 7px;
  height: 7px;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(0, 213, 255, 0.78);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: 120px;
}

.hero__copy h1 {
  max-width: 1100px;
  margin-inline: auto;
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(3.25rem, 4.38vw, 4.95rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 0.96;
  text-wrap: balance;
}

.hero__copy h1 span {
  display: block;
}

.hero__copy h1 span span {
  display: inline;
}

.hero__accent {
  color: var(--cyan);
  text-shadow: 0 0 34px rgba(0, 196, 239, 0.18);
}

.hero__lead {
  max-width: 52ch;
  margin: 32px auto 0;
  color: var(--soft);
  font-size: 0.96rem;
  line-height: 1.78;
  letter-spacing: 0.006em;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 48px;
}

.hero--focused .hero__actions .button {
  min-width: min(370px, 34vw);
  min-height: 56px;
  border-radius: 999px;
}

.hero--focused .hero__actions .button--primary {
  background:
    linear-gradient(90deg, #00c4ef 0%, #4fe4ff 52%, #2f7cff 100%);
  box-shadow: 0 18px 44px rgba(0, 196, 239, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.hero--focused .hero__actions .button--ghost {
  color: #03101d;
  border-color: rgba(0, 196, 239, 0.32);
  background:
    linear-gradient(90deg, rgba(0, 196, 239, 0.82), rgba(47, 124, 255, 0.82));
  box-shadow: 0 18px 44px rgba(0, 196, 239, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.20);
  backdrop-filter: none;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.hero__chips span {
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 999px;
  color: rgba(200, 205, 214, 0.86);
  background: rgba(255, 255, 255, 0.026);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  font-family: var(--micro);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ops-proof {
  position: relative;
  padding-block: clamp(104px, 9vw, 148px) 0;
  border-block: 1px solid var(--line);
  overflow: visible;
  background:
    radial-gradient(circle at 82% 34%, rgba(0, 213, 255, 0.18), transparent 29vw),
    radial-gradient(circle at 72% 64%, rgba(47, 124, 255, 0.12), transparent 28vw),
    radial-gradient(circle at 14% 12%, rgba(0, 213, 255, 0.07), transparent 25vw),
    linear-gradient(115deg, rgba(3, 7, 16, 0.98), rgba(5, 11, 25, 0.94) 52%, rgba(3, 13, 30, 0.92));
}

.ops-proof + #entregas {
  padding-top: calc(148px + 34px);
}

.ops-proof::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, black, rgba(0, 0, 0, 0.58) 56%, transparent 94%);
  opacity: 0.42;
  pointer-events: none;
}

.ops-proof::after {
  content: "";
  position: absolute;
  right: -12vw;
  top: 4%;
  width: min(760px, 54vw);
  height: 86%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 213, 255, 0.22), rgba(47, 124, 255, 0.07) 42%, transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.ops-proof__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(38px, 5vw, 66px);
  align-items: start;
}

.ops-proof__content {
  max-width: 100%;
  text-align: center;
}

.ops-proof__kicker {
  justify-content: center;
  margin-bottom: 22px;
  color: rgba(159, 231, 255, 0.84);
  letter-spacing: 0.2em;
}

.ops-proof__kicker::before {
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(0, 213, 255, 0.78);
}

.ops-proof__content h2 {
  max-width: 13.8em;
  margin-inline: auto;
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(2.9rem, 4.95vw, 5.15rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.ops-proof__content h2 span {
  display: block;
}

.ops-proof__headline-accent {
  max-width: none;
  color: var(--cyan);
  text-shadow: 0 0 34px rgba(0, 196, 239, 0.18);
}

.qualification-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(34px, 4vw, 52px);
}

.qualification-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 30px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--mouse-x, 18%) var(--mouse-y, 0%), rgba(0, 213, 255, 0.08), transparent 22%),
    linear-gradient(145deg, rgba(9, 19, 38, 0.86), rgba(4, 10, 23, 0.82));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: transform 0.28s var(--ease), border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.qualification-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 213, 255, 0.13), transparent 36%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.qualification-card:hover,
.qualification-card--active {
  border-color: rgba(0, 213, 255, 0.34);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 213, 255, 0.09) inset;
}

.qualification-card--active {
  background:
    radial-gradient(circle at 82% 92%, rgba(0, 213, 255, 0.24), transparent 35%),
    linear-gradient(145deg, rgba(14, 54, 91, 0.98), rgba(9, 27, 52, 0.96) 58%, rgba(6, 17, 35, 0.98));
  border-color: rgba(0, 196, 239, 0.6);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(0, 196, 239, 0.22) inset,
    0 0 54px rgba(0, 196, 239, 0.16);
}

.qualification-card:hover::before,
.qualification-card--active::before {
  opacity: 1;
}

.qualification-card:focus-visible {
  outline: 2px solid rgba(126, 238, 255, 0.72);
  outline-offset: 5px;
}

.qualification-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-top: auto;
  margin-left: auto;
  border: 1px solid rgba(0, 213, 255, 0.22);
  border-radius: 16px;
  color: var(--cyan);
  background: rgba(0, 213, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  transition: border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease, color 0.24s ease, transform 0.24s var(--ease);
}

.qualification-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.qualification-card--active .qualification-card__icon {
  color: #03101d;
  border-color: rgba(126, 238, 255, 0.5);
  background: linear-gradient(135deg, var(--cyan), #7eeeff 56%, var(--blue));
  box-shadow: 0 16px 36px rgba(0, 196, 239, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform: translateY(-2px);
}

.qualification-card__body {
  position: relative;
  z-index: 1;
  text-align: left;
}

.qualification-card h3 {
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(1.7rem, 2.15vw, 2.42rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.qualification-card p {
  margin-top: 18px;
  max-width: 34ch;
  color: rgba(207, 214, 226, 0.76);
  font-size: 0.95rem;
  line-height: 1.66;
}

.qualification-card p strong {
  display: block;
  margin: 0 0 4px;
  color: #7eeeff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.qualification-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  margin: 34px auto 0;
  padding: 0 30px 0 34px;
  border: 1px solid rgba(126, 238, 255, 0.42);
  border-radius: 999px;
  color: #03101d;
  background: linear-gradient(90deg, #00c4ef 0%, #4fe4ff 52%, #2f7cff 100%);
  box-shadow: 0 18px 48px rgba(0, 196, 239, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-family: var(--micro);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  overflow: hidden;
}

.qualification-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.42) 44%, transparent 60%);
  transform: translateX(-130%);
  transition: transform 0.58s var(--ease);
}

.qualification-cta:hover::before {
  transform: translateX(130%);
}

.qualification-cta svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.24s var(--ease);
}

.qualification-cta:hover svg {
  transform: translateX(3px);
}

.qualification-cta span,
.qualification-cta {
  z-index: 1;
}

.business-carousel {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1180px);
  margin: 52px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 196, 239, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(3, 8, 20, 0.98), rgba(7, 19, 43, 0.92), rgba(3, 8, 20, 0.98));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(0, 196, 239, 0.08);
}

.business-carousel::before,
.business-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(160px, 16vw);
  pointer-events: none;
}

.business-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 8, 20, 0.98), transparent);
}

.business-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 8, 20, 0.98), transparent);
}

.business-carousel__track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: clamp(18px, 2.2vw, 32px);
  padding: 22px 0;
  animation: marquee 85.3875s linear infinite;
}

.business-carousel:hover .business-carousel__track {
  animation-play-state: paused;
}

.business-carousel__track span {
  white-space: nowrap;
  color: rgba(244, 245, 247, 0.94);
  font-family: var(--head);
  font-size: clamp(0.96rem, 1.12vw, 1.18rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(180deg, #ffffff 0%, #dbe7f4 48%, rgba(153, 224, 245, 0.82) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.business-carousel__track i {
  color: var(--cyan);
  font-style: normal;
  font-size: 0.58rem;
  opacity: 0.86;
  transform: translateY(-1px);
  text-shadow:
    0 0 14px rgba(0, 213, 255, 0.8),
    0 0 32px rgba(47, 124, 255, 0.42);
}

.guided-catalog {
  position: relative;
  overflow: hidden;
  padding-block: clamp(86px, 10vw, 136px);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 196, 239, 0.14), transparent 34%),
    radial-gradient(circle at 86% 28%, rgba(47, 124, 255, 0.14), transparent 30%),
    linear-gradient(180deg, #040916 0%, #061126 48%, #040916 100%);
  isolation: isolate;
}

.guided-catalog::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 28%, black, transparent 72%);
  opacity: 0.55;
}

.guided-catalog::after {
  content: "";
  position: absolute;
  inset: 12% auto auto 50%;
  z-index: -1;
  width: min(780px, 70vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 196, 239, 0.13), transparent 66%);
  filter: blur(18px);
  transform: translateX(-50%);
  pointer-events: none;
}

.guided-catalog .section-heading {
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: clamp(34px, 4vw, 52px);
  text-align: center;
}

.guided-catalog .section-heading h2 {
  margin-inline: auto;
  max-width: 13.8em;
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(2.9rem, 4.95vw, 5.15rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: -0.047em;
  text-wrap: balance;
}

.guided-catalog__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.guided-card {
  position: relative;
  display: flex;
  min-height: 382px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 28px 26px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--mouse-x, 18%) var(--mouse-y, 0%), rgba(0, 213, 255, 0.08), transparent 22%),
    linear-gradient(145deg, rgba(9, 19, 38, 0.86), rgba(4, 10, 23, 0.82));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.035);
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition:
    transform 0.28s var(--ease),
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.guided-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 213, 255, 0.13), transparent 36%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.guided-card:hover,
.guided-card--active {
  transform: translateY(-4px);
  border-color: rgba(0, 213, 255, 0.34);
  box-shadow: 0 24px 66px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(0, 213, 255, 0.09) inset;
}

.guided-card--active {
  background:
    radial-gradient(circle at 82% 92%, rgba(0, 213, 255, 0.24), transparent 35%),
    linear-gradient(145deg, rgba(14, 54, 91, 0.98), rgba(9, 27, 52, 0.96) 58%, rgba(6, 17, 35, 0.98));
  border-color: rgba(0, 196, 239, 0.6);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(0, 196, 239, 0.22) inset,
    0 0 54px rgba(0, 196, 239, 0.16);
}

.guided-card:hover::before,
.guided-card--active::before {
  opacity: 1;
}

.guided-card:focus-visible {
  outline: 2px solid rgba(126, 238, 255, 0.72);
  outline-offset: 5px;
}

.guided-card__body {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  z-index: 2;
  text-align: left;
}

.guided-card__tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 22px;
  padding: 0 11px;
  border: 1px solid rgba(0, 196, 239, 0.24);
  border-radius: 999px;
  color: #8df0ff;
  background: rgba(0, 196, 239, 0.08);
  font-family: var(--micro);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guided-card h3 {
  position: relative;
  z-index: 2;
  max-width: 13.8ch;
  margin: 0;
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(1.55rem, 1.72vw, 2.12rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.028em;
}

.guided-card p {
  position: relative;
  z-index: 2;
  margin: 18px 0 0;
  max-width: 34ch;
  color: rgba(207, 214, 226, 0.76);
  font-size: 0.9rem;
  line-height: 1.62;
}

.guided-card p strong {
  display: block;
  margin: 0 0 4px;
  color: #7eeeff;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guided-card ul {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  margin: 22px 0 20px;
  padding: 0;
  color: rgba(244, 245, 247, 0.82);
  font-family: var(--micro);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  list-style: none;
  text-transform: uppercase;
}

.guided-card li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.guided-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 999px;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(0, 196, 239, 0.76);
}

.guided-card__cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  width: auto;
  align-self: flex-start;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(126, 238, 255, 0.18);
  border-radius: 999px;
  color: #f4f5f7;
  background: rgba(255, 255, 255, 0.055);
  font-family: var(--micro);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    background 0.24s var(--ease),
    border-color 0.24s var(--ease),
    color 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.guided-card__cta:hover {
  border-color: rgba(0, 196, 239, 0.5);
  background: rgba(0, 196, 239, 0.12);
  color: #ffffff;
  transform: translateY(-1px);
}

.guided-card--active .guided-card__cta {
  border-color: rgba(126, 238, 255, 0.42);
  color: #03101d;
  background: linear-gradient(90deg, #00c4ef 0%, #7eeeff 48%, #2f7cff 100%);
  box-shadow: 0 18px 44px rgba(0, 196, 239, 0.22);
}

.guided-card--active .guided-card__cta:hover {
  color: #03101d;
  background: linear-gradient(90deg, #7eeeff 0%, #00c4ef 52%, #2f7cff 100%);
}

.guided-card__cta b {
  font-size: 0.9rem;
  line-height: 1;
}

@media (min-width: 1101px) {
  .guided-card {
    min-height: 362px;
    padding: 30px 26px 24px;
  }

  .guided-card__tag {
    margin-bottom: 18px;
  }

  .guided-card h3 {
    font-size: clamp(1.48rem, 1.58vw, 1.94rem);
  }

  .guided-card p {
    margin-top: 16px;
  }

  .guided-card ul {
    gap: 7px;
    margin-top: 18px;
  }

  .guided-card__cta {
    min-height: 32px;
    padding-inline: 14px;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
  }
}

.guided-catalog__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  margin: 34px auto 0;
  padding: 0 30px 0 34px;
  border: 1px solid rgba(126, 238, 255, 0.42);
  border-radius: 999px;
  color: #03101d;
  background: linear-gradient(90deg, #00c4ef 0%, #4fe4ff 52%, #2f7cff 100%);
  box-shadow: 0 18px 48px rgba(0, 196, 239, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.34);
  font-family: var(--micro);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  overflow: hidden;
}

.guided-catalog__cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.42) 44%, transparent 60%);
  transform: translateX(-130%);
  transition: transform 0.58s var(--ease);
}

.guided-catalog__cta:hover::before {
  transform: translateX(130%);
}

.guided-catalog__cta svg {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.24s var(--ease);
}

.guided-catalog__cta:hover svg {
  transform: translateX(3px);
}

.guided-catalog__cta {
  z-index: 1;
}

.guided-catalog__support {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: clamp(28px, 4vw, 46px) auto 0;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(126, 238, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.guided-catalog__support span {
  color: rgba(207, 214, 226, 0.7);
  font-size: 0.92rem;
}

.guided-catalog__support a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  color: #04101f;
  background: rgba(126, 238, 255, 0.92);
  font-family: var(--micro);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition:
    background 0.24s var(--ease),
    transform 0.24s var(--ease);
}

.guided-catalog__support a:hover {
  background: #ffffff;
  transform: translateY(-1px);
}

.ops-proof__visual {
  display: none;
  position: relative;
  min-height: min(720px, 74vh);
  border-radius: 34px;
  isolation: isolate;
}

.ops-proof__visual::before {
  content: "";
  position: absolute;
  inset: -46px -26px -38px -22px;
  z-index: -2;
  border-radius: 48px;
  background: radial-gradient(circle at 58% 34%, rgba(0, 213, 255, 0.38), transparent 48%);
  filter: blur(34px);
  opacity: 0.82;
}

.ops-proof__visual::after {
  content: "";
  position: absolute;
  inset: 7%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 124, 255, 0.22), transparent 62%);
  filter: blur(18px);
}

.ops-proof__image {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: inherit;
  background:
    radial-gradient(circle at 58% 18%, rgba(0, 213, 255, 0.2), transparent 32%),
    radial-gradient(circle at 18% 72%, rgba(47, 124, 255, 0.18), transparent 34%),
    radial-gradient(circle at 50% 22%, rgba(0, 213, 255, 0.18), transparent 32%),
    linear-gradient(145deg, rgba(9, 20, 43, 0.96), rgba(3, 7, 16, 0.96) 62%, rgba(4, 17, 39, 0.94));
  background-position: center;
  background-size: cover;
  box-shadow: 0 34px 94px rgba(0, 0, 0, 0.48), inset 0 0 90px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.ops-proof__image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.044) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 46%, rgba(0, 213, 255, 0.2) 46.2% 46.6%, transparent 46.8%);
  background-size: 58px 58px, 58px 58px, 100% 100%;
  mix-blend-mode: screen;
  opacity: 0.42;
  pointer-events: none;
}

.ops-proof__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(3, 7, 16, 0.18), transparent 42%),
    radial-gradient(circle at 62% 18%, rgba(126, 238, 255, 0.22), transparent 28%),
    linear-gradient(180deg, transparent 36%, rgba(3, 7, 16, 0.72));
  pointer-events: none;
}

.ops-proof__dashboard {
  position: absolute;
  inset: 9% 7%;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(126, 238, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(8, 19, 40, 0.76), rgba(3, 8, 20, 0.42)),
    rgba(4, 10, 23, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 70px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(7px);
  transform: perspective(900px) rotateX(1.4deg) rotateY(-3.2deg);
}

.dashboard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(206, 231, 242, 0.56);
  font-family: var(--micro);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.dashboard__top strong {
  color: #7eeeff;
  font-weight: 700;
}

.dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.dashboard__metrics article {
  padding: 14px 13px;
  border: 1px solid rgba(126, 238, 255, 0.11);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
}

.dashboard__metrics span {
  display: block;
  color: rgba(202, 213, 226, 0.48);
  font-family: var(--micro);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dashboard__metrics strong {
  display: block;
  margin-top: 8px;
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.dashboard__chart {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  min-height: 250px;
  padding: 24px 20px 22px;
  border: 1px solid rgba(126, 238, 255, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(rgba(126, 238, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 238, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 55% 36%, rgba(0, 213, 255, 0.1), transparent 34%),
    rgba(2, 7, 18, 0.46);
  background-size: 100% 25%, 14.285% 100%, 100% 100%, 100% 100%;
  overflow: hidden;
}

.dashboard__chart::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  height: 1px;
  background: rgba(126, 238, 255, 0.18);
}

.chart-bar {
  position: relative;
  z-index: 1;
  width: 8.5%;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, rgba(126, 238, 255, 0.95), rgba(0, 196, 239, 0.74) 48%, rgba(47, 124, 255, 0.42));
  box-shadow: 0 0 24px rgba(0, 213, 255, 0.2);
  opacity: 0.82;
}

.chart-bar:nth-child(1) { height: 34%; }
.chart-bar:nth-child(2) { height: 48%; }
.chart-bar:nth-child(3) { height: 42%; }
.chart-bar:nth-child(4) { height: 68%; }
.chart-bar:nth-child(5) { height: 58%; }
.chart-bar:nth-child(6) { height: 78%; }
.chart-bar:nth-child(7) { height: 72%; }
.chart-bar:nth-child(8) { height: 88%; }

.chart-line {
  position: absolute;
  inset: 18px 18px 30px;
  z-index: 2;
  width: calc(100% - 36px);
  height: calc(100% - 48px);
  fill: none;
  pointer-events: none;
}

.chart-line path {
  stroke: #dffbff;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-line__glow {
  stroke: rgba(0, 213, 255, 0.52);
  stroke-width: 10;
  filter: blur(8px);
  opacity: 0.72;
}

.dashboard__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.dashboard__channels span {
  padding: 9px 12px;
  border: 1px solid rgba(126, 238, 255, 0.12);
  border-radius: 999px;
  color: rgba(218, 225, 235, 0.62);
  background: rgba(255, 255, 255, 0.034);
  font-family: var(--micro);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ops-proof__signal {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon title";
  column-gap: 13px;
  align-items: center;
  min-width: 188px;
  padding: 14px 17px 14px 14px;
  border: 1px solid rgba(126, 238, 255, 0.17);
  border-radius: 20px;
  background:
    radial-gradient(circle at 18% 22%, rgba(0, 213, 255, 0.14), transparent 36%),
    rgba(7, 10, 18, 0.7);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.ops-proof__signal::before {
  content: "";
  position: absolute;
  left: 33px;
  top: 100%;
  width: 1px;
  height: 74px;
  background: linear-gradient(180deg, rgba(0, 213, 255, 0.42), transparent);
  opacity: 0.58;
}

.ops-proof__signal--three::before {
  display: none;
}

.ops-proof__signal i {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(126, 238, 255, 0.28);
  border-radius: 50%;
  background: rgba(0, 213, 255, 0.08);
  box-shadow: 0 0 24px rgba(0, 213, 255, 0.14);
}

.ops-proof__signal svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #7eeeff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ops-proof__signal span {
  grid-area: label;
  display: block;
  color: rgba(126, 238, 255, 0.72);
  font-family: var(--micro);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ops-proof__signal strong {
  grid-area: title;
  display: block;
  margin-top: 4px;
  color: var(--text);
  font-family: var(--head);
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.018em;
}

.ops-proof__signal--one {
  top: 12%;
  left: -28px;
}

.ops-proof__signal--two {
  right: -24px;
  top: 43%;
}

.ops-proof__signal--three {
  left: 7%;
  bottom: 10%;
}

.system-monitor {
  position: relative;
  min-height: 610px;
  padding: 24px;
  border: 1px solid rgba(0, 213, 255, 0.22);
  border-radius: 26px;
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 26%), rgba(0, 213, 255, 0.18), transparent 30%),
    linear-gradient(145deg, rgba(11, 23, 48, 0.9), rgba(4, 10, 23, 0.82));
  box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.045);
  overflow: hidden;
  transition: transform 0.28s var(--ease), border-color 0.28s ease, box-shadow 0.28s ease;
}

.system-monitor::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 25px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 50% 36%, black, transparent 72%);
  opacity: 0.9;
}

.monitor__bar,
.monitor__canvas,
.monitor__modules {
  position: relative;
  z-index: 1;
}

.monitor__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.monitor__bar span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.monitor__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 8px rgba(0, 213, 255, 0.08), 0 0 18px rgba(0, 213, 255, 0.72);
}

.monitor__bar strong {
  color: var(--cyan);
}

.monitor__canvas {
  height: 350px;
  display: grid;
  place-items: center;
}

.orbit-map {
  position: relative;
  display: grid;
  place-items: center;
  width: 310px;
  height: 310px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(0, 213, 255, 0.2);
  border-radius: 50%;
  transform: rotateX(66deg) rotateZ(0deg);
  animation: orbitSpin 16s linear infinite;
}

.orbit::after {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 24px rgba(0, 213, 255, 0.9);
}

.orbit--lg { width: 300px; height: 300px; }
.orbit--md { width: 220px; height: 220px; animation-duration: 12s; animation-direction: reverse; }
.orbit--sm { width: 142px; height: 142px; animation-duration: 9s; }

.orbit-core {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background: radial-gradient(circle at 32% 24%, #dffbff, var(--cyan) 28%, #1265ff 76%);
  box-shadow: 0 0 72px rgba(0, 213, 255, 0.48);
  transform: rotate(45deg);
  animation: corePulse 4s ease-in-out infinite;
}

.monitor__metric {
  position: absolute;
  min-width: 126px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(3, 8, 20, 0.64);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.monitor__metric--one {
  left: 12px;
  top: 88px;
}

.monitor__metric--two {
  right: 4px;
  bottom: 58px;
}

.monitor__metric span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.monitor__metric strong {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-family: var(--body);
  font-size: 30px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  line-height: 1;
}

.monitor__modules {
  display: grid;
  gap: 12px;
}

.monitor__modules article {
  padding: 18px 18px 17px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(3, 8, 20, 0.56);
}

.monitor__modules span,
.case-card span,
.tab-panel span {
  color: var(--cyan);
  font-family: var(--micro);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.monitor__modules h3 {
  margin-top: 8px;
  color: var(--text);
  font-family: var(--head);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.monitor__modules p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  max-width: 26ch;
  line-height: 1.64;
}

.logo-strip,
.case-carousel {
  position: relative;
  overflow: hidden;
}

.metrics-bar {
  border-block: 1px solid var(--line);
  background: rgba(3, 8, 20, 0.68);
  backdrop-filter: blur(16px);
}

.metrics-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.metric-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 32px 20px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.metric-item:last-child {
  border-right: 0;
}

.metric-item strong {
  color: var(--text);
  font-family: var(--body);
  font-size: 54px;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  line-height: 1;
}

.metric-item span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 12px;
  border: 1px solid rgba(191, 221, 255, 0.08);
  border-radius: 28px;
  background: rgba(3, 8, 20, 0.36);
}

.audience-card,
.service-card,
.solution-panel,
.diagnostic-card,
.case-card,
.testimonial-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 0%), rgba(0, 213, 255, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(10, 22, 45, 0.84), rgba(4, 10, 23, 0.84));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 150px at var(--mouse-x, -20%) var(--mouse-y, -20%), rgba(0, 213, 255, 0.085), transparent 70%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.spotlight:hover::before {
  opacity: 1;
}

.audience-card {
  min-height: 560px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.audience-card:hover,
.service-card:hover,
.case-card:hover,
.testimonial-card:hover {
  transform: translateY(-5px);
  border-color: var(--line-strong);
  box-shadow: 0 30px 86px rgba(0, 0, 0, 0.38);
}

.card-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(191, 221, 255, 0.1);
}

.card-topline span,
.card-topline em {
  color: var(--cyan);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.card-topline em {
  max-width: 160px;
  color: var(--muted);
  text-align: right;
}

.audience-card h3,
.service-card h3 {
  color: var(--text);
  font-family: var(--head);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 0.96;
}

.audience-card p {
  margin-top: 18px;
  color: var(--muted);
  max-width: 42ch;
  font-size: 0.9rem;
  line-height: 1.72;
}

.audience-card .card-pain {
  margin-top: 36px;
  color: var(--text);
  font-weight: 500;
  line-height: 1.62;
}

.maturity-rail {
  position: relative;
  display: grid;
  gap: 0;
  margin-top: auto;
  padding-top: 28px;
}

.maturity-rail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(var(--cyan), transparent);
  opacity: 0.54;
}

.maturity-rail span {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 15px 0 15px 18px;
  border-bottom: 1px solid rgba(191, 221, 255, 0.08);
}

.maturity-rail span:last-child {
  border-bottom: 0;
}

.maturity-rail strong {
  color: var(--cyan-soft);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.maturity-rail small {
  color: var(--soft);
  font-size: 12px;
  line-height: 1.5;
}

#solucoes .section-heading {
  max-width: 820px;
  margin-bottom: 54px;
}

#solucoes .section-kicker {
  margin-bottom: 18px;
  backdrop-filter: blur(12px);
}

#solucoes .section-kicker::before {
  width: 6px;
  height: 6px;
}

#solucoes .section-heading h2 {
  max-width: 18ch;
  margin-inline: auto;
  color: #D8DCE3;
  font-size: clamp(2.15rem, 3.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.038em;
}

#solucoes .section-heading p:not(.section-kicker) {
  max-width: 74ch;
  margin: 22px auto 0;
  color: rgba(202, 213, 226, 0.72);
  font-size: 0.9rem;
  line-height: 1.72;
}

.services-stage {
  position: relative;
  max-width: 1180px;
  min-height: 760px;
  margin-inline: auto;
  isolation: isolate;
}

.services-stage::before {
  content: "";
  position: absolute;
  inset: 8% 14% auto;
  height: 52%;
  z-index: -2;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 213, 255, 0.24), rgba(47, 124, 255, 0.08) 42%, transparent 72%);
  filter: blur(34px);
  opacity: 0.78;
}

.services-interface {
  position: absolute;
  top: 64px;
  left: 38px;
  right: 38px;
  height: 610px;
  z-index: 0;
  border: 1px solid rgba(126, 238, 255, 0.13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 28%, rgba(0, 213, 255, 0.14), transparent 28%),
    linear-gradient(rgba(126, 238, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 238, 255, 0.032) 1px, transparent 1px),
    linear-gradient(145deg, rgba(8, 20, 43, 0.58), rgba(3, 8, 20, 0.74));
  background-size: 100% 100%, 54px 54px, 54px 54px, 100% 100%;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.services-interface::before {
  content: "";
  position: absolute;
  inset: 74px 8% 10%;
  border-radius: 28px;
  border: 1px solid rgba(126, 238, 255, 0.1);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 213, 255, 0.08), transparent 26%),
    linear-gradient(135deg, transparent 0 48%, rgba(0, 213, 255, 0.18) 48.2% 48.6%, transparent 48.8%);
  opacity: 0.86;
}

.services-interface::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 16, 0.68), transparent 28%, transparent 72%, rgba(3, 7, 16, 0.68)),
    linear-gradient(180deg, transparent 52%, rgba(3, 7, 16, 0.68));
  pointer-events: none;
}

.services-interface__bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 50px;
  padding-inline: 24px;
  border-bottom: 1px solid rgba(126, 238, 255, 0.1);
  background: rgba(3, 8, 20, 0.36);
}

.services-interface__bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(126, 238, 255, 0.42);
}

.services-interface__bar span:nth-child(1) {
  background: #ff5f57;
}

.services-interface__bar span:nth-child(2) {
  background: #ffbd2e;
}

.services-interface__bar span:nth-child(3) {
  background: #28c840;
}

.services-interface__bar strong {
  margin-left: 10px;
  color: rgba(202, 213, 226, 0.5);
  font-family: var(--micro);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.services-interface__core {
  position: absolute;
  inset: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 290px;
  height: 290px;
  transform: translate(-50%, -42%);
  border-radius: 50%;
  border: 1px solid rgba(126, 238, 255, 0.12);
  box-shadow: 0 0 80px rgba(0, 213, 255, 0.1);
}

.services-interface__core i {
  position: absolute;
  border: 1px solid rgba(126, 238, 255, 0.14);
  border-radius: 50%;
}

.services-interface__core i:nth-child(1) { inset: 14%; }
.services-interface__core i:nth-child(2) { inset: 28%; }
.services-interface__core i:nth-child(3) {
  width: 74px;
  height: 74px;
  background: radial-gradient(circle at 32% 24%, #dffbff, var(--cyan) 34%, var(--blue));
  border: 0;
  box-shadow: 0 0 52px rgba(0, 213, 255, 0.38);
}

.services-interface__scan {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 238, 255, 0.48), transparent);
  box-shadow: 0 0 28px rgba(0, 213, 255, 0.32);
}

.service-matrix {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(6, minmax(88px, auto));
  gap: 20px;
  min-height: 760px;
  align-items: stretch;
}

.service-card {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border-color: rgba(126, 238, 255, 0.11);
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 0%), rgba(0, 213, 255, 0.08), transparent 28%),
    linear-gradient(145deg, rgba(8, 19, 40, 0.72), rgba(3, 8, 20, 0.72));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-card--acquisition {
  grid-column: 1 / 5;
  grid-row: 2 / 4;
}

.service-card--conversion {
  grid-column: 9 / 13;
  grid-row: 2 / 4;
}

.service-card--feature {
  z-index: 3;
  grid-column: 5 / 9;
  grid-row: 2 / 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 28px;
  border-color: rgba(0, 213, 255, 0.36);
  background:
    radial-gradient(circle at 50% 20%, rgba(126, 238, 255, 0.22), transparent 34%),
    radial-gradient(circle at 80% 80%, rgba(47, 124, 255, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(12, 36, 74, 0.96), rgba(4, 11, 26, 0.92));
  box-shadow: 0 36px 120px rgba(0, 0, 0, 0.48), 0 0 70px rgba(0, 213, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.service-card--data {
  grid-column: 1 / 5;
  grid-row: 4 / 7;
}

.service-card--retention {
  grid-column: 9 / 13;
  grid-row: 4 / 7;
}

.service-card--governance {
  grid-column: 5 / 9;
  grid-row: 5 / 7;
  min-height: 220px;
}

.service-icon {
  position: absolute;
  right: 24px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 0;
  border: 1px solid rgba(126, 238, 255, 0.15);
  border-radius: 15px;
  color: var(--cyan);
  background: rgba(0, 213, 255, 0.055);
  filter: drop-shadow(0 0 10px rgba(0, 196, 239, 0.38));
}

.service-icon svg {
  width: 27px;
  height: 27px;
  flex-shrink: 0;
}

.service-card h3 {
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(1.16rem, 1.46vw, 1.5rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.service-card--feature h3 {
  max-width: 11ch;
  font-size: clamp(1.55rem, 2.15vw, 2rem);
  line-height: 1.02;
}

.service-card p {
  max-width: 32ch;
  margin-top: 14px;
  color: rgba(202, 213, 226, 0.72);
  font-size: 0.78rem;
  line-height: 1.62;
}

.service-card--feature p {
  max-width: 32ch;
  color: rgba(218, 225, 235, 0.82);
  font-size: 0.8rem;
}

.service-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  margin-top: 20px;
  padding: 0 18px;
  border: none;
  border-radius: 999px;
  color: #03101d;
  background: linear-gradient(90deg, #00c4ef 0%, #7eeeff 52%, #2f7cff 100%);
  box-shadow: 0 8px 24px rgba(0, 196, 239, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  font-family: var(--micro);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transition: box-shadow 0.2s, transform 0.2s;
}

.service-card__cta:hover {
  box-shadow: 0 12px 32px rgba(0, 196, 239, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.service-card__cta b {
  color: #03101d;
  font-size: 0.74rem;
}

.feature-lines {
  display: grid;
  gap: 10px;
  margin-top: 44px;
}

.feature-lines i {
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--cyan), rgba(47, 124, 255, 0.38), transparent);
  animation: dataFlow 3.8s ease-in-out infinite;
}

.feature-lines i:nth-child(2) {
  width: 78%;
  animation-delay: 0.3s;
}

.feature-lines i:nth-child(3) {
  width: 56%;
  animation-delay: 0.6s;
}

.services-stage__closing {
  position: relative;
  z-index: 3;
  max-width: 920px;
  margin: 28px auto 0;
  padding: 28px 34px;
  border: 1px solid rgba(126, 238, 255, 0.14);
  border-radius: 22px;
  color: rgba(218, 225, 235, 0.78);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 213, 255, 0.12), transparent 42%),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.055);
  font-family: var(--head);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.028em;
  line-height: 1.16;
  text-align: center;
}

.services-stage__closing span,
.services-stage__closing strong {
  display: inline;
}

.services-stage__closing strong {
  color: var(--cyan);
  font-weight: 400;
  text-shadow: 0 0 26px rgba(0, 196, 239, 0.16);
}

.solution-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
}

.solution-visual {
  position: relative;
  min-height: 520px;
  padding: 26px;
  border: 1px solid rgba(126, 238, 255, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 28% 24%, rgba(0, 213, 255, 0.16), transparent 28%),
    radial-gradient(circle at 74% 58%, rgba(47, 124, 255, 0.12), transparent 34%),
    linear-gradient(rgba(126, 238, 255, 0.038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 238, 255, 0.03) 1px, transparent 1px),
    linear-gradient(145deg, rgba(6, 17, 38, 0.72), rgba(3, 8, 20, 0.68));
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.solution-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 8, 20, 0.55), transparent 34%, transparent 66%, rgba(3, 8, 20, 0.52)),
    linear-gradient(180deg, transparent 45%, rgba(3, 8, 20, 0.55));
  pointer-events: none;
}

.solution-visual::after {
  content: "";
  position: absolute;
  left: -20%;
  right: -20%;
  top: 46%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 238, 255, 0.38), transparent);
  box-shadow: 0 0 26px rgba(0, 213, 255, 0.24);
  pointer-events: none;
}

.solution-visual__head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  color: rgba(202, 213, 226, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.solution-visual__head strong {
  color: var(--cyan);
}

.growth-map {
  position: relative;
  z-index: 1;
  height: calc(100% - 40px);
  min-height: 430px;
}

.node {
  position: absolute;
  display: grid;
  align-content: center;
  gap: 8px;
  width: 172px;
  min-height: 94px;
  padding: 18px;
  border: 1px solid rgba(126, 238, 255, 0.16);
  border-radius: 26px;
  color: rgba(218, 225, 235, 0.76);
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 213, 255, 0.08), transparent 38%),
    rgba(4, 10, 23, 0.68);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  text-align: left;
  backdrop-filter: blur(12px);
  transition: transform 0.24s var(--ease), border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.node small {
  color: rgba(126, 238, 255, 0.62);
  font-family: var(--micro);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.node strong {
  color: currentColor;
  font-family: var(--head);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

.node:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 238, 255, 0.28);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 213, 255, 0.08);
}

.node--active {
  color: #03101d;
  border-color: rgba(126, 238, 255, 0.56);
  background: linear-gradient(90deg, #00c4ef 0%, #4fe4ff 52%, #2f7cff 100%);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.32), 0 0 52px rgba(0, 213, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.node--active small {
  color: rgba(3, 16, 29, 0.64);
}

.node--presence {
  left: 8%;
  top: 14%;
}

.node--demand {
  right: 7%;
  top: 36%;
}

.node--performance {
  left: 20%;
  bottom: 5%;
}

.growth-map i {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 213, 255, 0.42), transparent);
  box-shadow: 0 0 18px rgba(0, 213, 255, 0.14);
}

.growth-map i:nth-of-type(1) { width: 50%; top: 36%; left: 25%; transform: rotate(20deg); }
.growth-map i:nth-of-type(2) { width: 44%; top: 64%; left: 27%; transform: rotate(-27deg); }
.growth-map i:nth-of-type(3) { width: 32%; top: 51%; left: 20%; transform: rotate(75deg); }

.solution-content {
  padding: 0;
}

.tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  max-width: 600px;
  margin: 0 auto 32px;
  padding: 7px;
  border: 1px solid rgba(126, 238, 255, 0.12);
  border-radius: 999px;
  background: rgba(3, 8, 20, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045), 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.tab-btn {
  position: relative;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(218, 225, 235, 0.62);
  background: rgba(255, 255, 255, 0.015);
  font-family: var(--micro);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s var(--ease);
}

.tab-btn::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.28) 44%, transparent 60%);
  opacity: 0;
  transform: translateX(-120%);
  transition: opacity 0.22s ease, transform 0.5s var(--ease);
}

.tab-btn:hover {
  color: rgba(255, 255, 255, 0.86);
  border-color: rgba(126, 238, 255, 0.12);
  background: rgba(0, 213, 255, 0.035);
}

.tab-btn.active {
  color: #03101d;
  border-color: rgba(126, 238, 255, 0.42);
  background: linear-gradient(90deg, #00c4ef 0%, #4fe4ff 52%, #2f7cff 100%);
  box-shadow: 0 14px 34px rgba(0, 196, 239, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.tab-btn.active::before {
  opacity: 1;
  transform: translateX(130%);
}

.tab-panel {
  padding: 46px 24px 24px;
}

.tab-panel h3 {
  max-width: 12ch;
  margin-top: 26px;
  color: var(--text);
  font-family: var(--head);
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.95;
}

.tab-panel p {
  max-width: 44ch;
  margin-top: 24px;
  color: var(--soft);
  font-size: 0.92rem;
  line-height: 1.74;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.delivery-block {
  padding: 18px;
  border: 1px solid rgba(126, 238, 255, 0.11);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 213, 255, 0.08), transparent 34%),
    rgba(255, 255, 255, 0.032);
}

.delivery-block i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(126, 238, 255, 0.16);
  border-radius: 13px;
  color: var(--cyan);
  background: rgba(0, 213, 255, 0.055);
  box-shadow: 0 0 22px rgba(0, 213, 255, 0.08);
}

.delivery-block svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.delivery-block h4 {
  margin-top: 18px;
  color: var(--text);
  font-family: var(--head);
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.tab-panel ul {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.tab-panel li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 500;
  font-size: 0.78rem;
  line-height: 1.48;
}

.tab-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 14px rgba(0, 213, 255, 0.72);
}

.tab-panel__bottom {
  max-width: none !important;
  margin-top: 22px !important;
  padding: 14px 16px;
  border: 1px solid rgba(0, 213, 255, 0.12);
  border-radius: 999px;
  color: var(--cyan) !important;
  background: rgba(0, 213, 255, 0.045);
  font-family: var(--micro);
  font-size: 0.72rem !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.solution-content .button {
  margin: 22px 0 0;
  align-self: flex-start;
}

.tab-panel__cta {
  min-width: 220px;
}

#diagnostico {
  position: relative;
  background:
    linear-gradient(180deg, rgba(3, 7, 17, 0.96), rgba(4, 10, 24, 0.78)),
    url("../img/Ultrawide_cinematic_background_for_a_website_hero__7ee3f9ca2a.png") 85% center / cover no-repeat;
}

.diag-header {
  max-width: 640px;
  margin: 0 auto clamp(36px, 5vw, 60px);
  text-align: center;
}

.diag-header h2 {
  margin-top: 16px;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.1;
  color: var(--text);
}

.diag-header p:not(.section-kicker) {
  margin-top: 16px;
  color: var(--soft);
  font-size: 0.97rem;
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.diagnostic-copy h2 {
  max-width: 12ch;
  font-size: clamp(52px, 7.2vw, 88px);
}

.diagnostic-copy p:not(.section-kicker) {
  max-width: 44ch;
  margin-top: 30px;
}

.diagnostic-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  overflow: visible;
  border-color: rgba(0, 196, 239, 0.14);
  border-radius: 20px;
  background: linear-gradient(90deg, rgba(3, 8, 20, 0.98), rgba(5, 13, 29, 0.94));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.diagnostic-contact-panel {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 3.5vw, 44px) clamp(24px, 3vw, 36px);
  border-right: 1px solid rgba(0, 196, 239, 0.10);
  border-radius: 20px 0 0 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(0, 196, 239, 0.08), transparent 60%),
    linear-gradient(180deg, rgba(5, 12, 28, 0.99), rgba(3, 8, 20, 0.99));
}

.diag-contact-label {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.diagnostic-contact-list {
  display: grid;
  gap: 20px;
}

.diagnostic-contact-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  color: var(--text);
  text-decoration: none;
  transition: opacity 0.2s;
}

.diagnostic-contact-item:is(a):hover {
  opacity: 0.75;
}

.diagnostic-contact-item > span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 196, 239, 0.18);
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(0, 196, 239, 0.07);
}

.diagnostic-contact-item svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.diagnostic-contact-item small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.diagnostic-contact-item strong {
  min-width: 0;
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.diagnostic-form-panel {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 3.5vw, 48px) clamp(28px, 3.5vw, 52px);
  border-radius: 0 20px 20px 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(0, 196, 239, 0.07), transparent 40%),
    linear-gradient(180deg, rgba(7, 16, 36, 0.97), rgba(3, 8, 20, 0.96));
  color: var(--text);
}

.form-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 0 0 24px;
  color: #64748b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-head strong {
  color: #0a1d4a;
}

.diagnostic-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.field-row {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.diagnostic-field--challenge,
.diagnostic-form .button,
.form-status {
  grid-column: 1 / -1;
}

.diagnostic-form label,
.diagnostic-field > label {
  display: grid;
  gap: 10px;
  color: rgba(200, 212, 228, 0.90);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.diagnostic-field {
  display: grid;
  gap: 10px;
}

.form-hp {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.diagnostic-form input,
.diagnostic-form select,
.diagnostic-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 196, 239, 0.12);
  border-radius: 10px;
  outline: none;
  color: var(--text);
  background: rgba(7, 20, 48, 0.72);
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.diagnostic-form select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 44px;
  color-scheme: dark;
}

.diagnostic-form select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300c4ef' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

.diagnostic-form select option {
  background-color: #070f1f;
  color: #c8cdd6;
  font-size: 14px;
  padding: 10px;
}

.diagnostic-form select option:checked,
.diagnostic-form select option:hover {
  background-color: #0a1d3e;
  color: #f4f5f7;
}

.custom-select {
  position: relative;
  z-index: 1;
}

.custom-select__button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 46px;
  padding: 0 12px 0 14px;
  border: 1px solid rgba(0, 196, 239, 0.12);
  border-radius: 10px;
  color: var(--text);
  background: rgba(7, 20, 48, 0.72);
  box-shadow: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: left;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, transform 0.22s var(--ease);
}

.custom-select__button::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: radial-gradient(circle at 20% 0%, rgba(0, 213, 255, 0.2), transparent 48%);
  opacity: 0;
  transition: opacity 0.22s ease;
}

.custom-select__value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select__icon {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(0, 213, 255, 0.2);
  border-radius: 50%;
  background: rgba(0, 196, 239, 0.1);
  transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s var(--ease);
}

.custom-select__icon::before,
.custom-select__icon::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 8px;
  height: 2px;
  border-radius: 999px;
  background: var(--cyan-soft);
  transition: transform 0.22s var(--ease);
}

.custom-select__icon::before {
  left: 10px;
  transform: rotate(45deg);
}

.custom-select__icon::after {
  right: 10px;
  transform: rotate(-45deg);
}

.custom-select__menu {
  position: absolute;
  inset: calc(100% + 10px) 0 auto;
  z-index: 30;
  overflow: hidden;
  display: grid;
  gap: 4px;
  padding: 8px;
  border: 1px solid rgba(10, 29, 74, 0.12);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(4, 9, 22, 0.16);
  backdrop-filter: blur(22px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top center;
  transition: opacity 0.2s ease, transform 0.2s var(--ease);
}

.custom-select__option {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #0a1d4a;
  background: transparent;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.custom-select__option:hover,
.custom-select__option:focus-visible {
  color: #040916;
  border-color: rgba(10, 29, 74, 0.12);
  background: rgba(0, 196, 239, 0.09);
  transform: translateX(2px);
}

.custom-select__option[aria-selected="true"] {
  color: #040916;
  border-color: rgba(10, 29, 74, 0.12);
  background: linear-gradient(135deg, rgba(0, 196, 239, 0.16), rgba(10, 29, 74, 0.08));
  box-shadow: none;
}

.custom-select.is-enhanced .custom-select__native {
  position: absolute;
  inset: 0;
  width: 1px;
  min-height: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.custom-select.is-enhanced .custom-select__button {
  display: flex;
}

.custom-select.is-open {
  z-index: 20;
}

.custom-select.is-open .custom-select__button,
.custom-select__button:hover,
.custom-select__button:focus-visible {
  border-color: rgba(0, 196, 239, 0.45);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 196, 239, 0.08);
  transform: translateY(-1px);
}

.custom-select.is-open .custom-select__button::before,
.custom-select__button:hover::before,
.custom-select__button:focus-visible::before {
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  border-color: rgba(0, 213, 255, 0.44);
  background: rgba(0, 196, 239, 0.16);
}

.custom-select.is-open .custom-select__icon::before {
  transform: rotate(-45deg);
}

.custom-select.is-open .custom-select__icon::after {
  transform: rotate(45deg);
}

.custom-select.is-open .custom-select__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.custom-select.has-value .custom-select__value {
  color: #040916;
}

.custom-select:not(.has-value) .custom-select__value {
  color: #64748b;
}

.custom-select.is-invalid .custom-select__button {
  border-color: rgba(255, 118, 118, 0.52);
  box-shadow: 0 0 0 4px rgba(255, 118, 118, 0.08);
}

.diagnostic-form input:focus,
.diagnostic-form select:focus,
.diagnostic-form textarea:focus {
  border-color: rgba(0, 196, 239, 0.48);
  box-shadow: 0 0 0 4px rgba(0, 213, 255, 0.08);
  background: #ffffff;
  transform: translateY(-1px);
}

.diagnostic-form textarea {
  min-height: 96px;
  resize: vertical;
}

.diagnostic-form .button {
  width: 100%;
  min-height: 48px;
  margin-top: 8px;
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 196, 239, 0.24);
}

.form-status {
  min-height: 22px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.form-status.is-error {
  color: #ff9b9b;
}

.form-status.is-success {
  color: var(--cyan-soft);
}

.form-note {
  margin-top: 14px;
  padding: 0;
  color: #0a1d4a;
  font-size: 13px;
  line-height: 1.7;
  text-align: center;
}

.form-note--sub {
  display: none;
  padding: 10px 20px 20px;
  font-size: 12px;
  color: rgba(154, 163, 176, 0.6);
  border-top: 1px solid var(--line);
  margin-top: 10px;
}

/* ── refined dark diagnostic form ───────────────── */
#diagnostico {
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 196, 239, 0.12), transparent 32vw),
    linear-gradient(180deg, rgba(3, 7, 17, 0.97), rgba(4, 10, 24, 0.92)),
    url("../img/Ultrawide_cinematic_background_for_a_website_hero__7ee3f9ca2a.png") 85% center / cover no-repeat;
}

.diag-header {
  max-width: 600px;
  margin: 0 auto 30px;
}

.diag-header h2 {
  max-width: 12ch;
  margin: 14px auto 0;
  font-size: clamp(2rem, 3.2vw, 2.85rem);
  line-height: 1.04;
}

.diag-header p:not(.section-kicker) {
  max-width: 42ch;
  margin-top: 14px;
  font-size: 0.96rem;
}

.diagnostic-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: 0;
  align-items: stretch;
  width: min(100%, 1040px);
  margin-inline: auto;
  padding: 0;
  border: 1px solid rgba(0, 196, 239, 0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 196, 239, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(5, 14, 32, 0.96), rgba(3, 8, 20, 0.94));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.diagnostic-contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid rgba(0, 196, 239, 0.1);
  border-bottom: 0;
  border-radius: 22px 0 0 22px;
  background:
    radial-gradient(circle at 16% 10%, rgba(0, 196, 239, 0.1), transparent 42%),
    rgba(3, 8, 20, 0.42);
}

.diag-contact-label {
  margin: 0 0 16px;
  color: rgba(200, 212, 228, 0.68);
  font-size: 0.66rem;
}

.diagnostic-contact-list {
  grid-template-columns: 1fr;
  gap: 16px;
}

.diagnostic-contact-item {
  grid-template-columns: 30px minmax(0, 1fr);
  column-gap: 10px;
  min-width: 0;
}

.diagnostic-contact-item > span {
  width: 30px;
  height: 30px;
}

.diagnostic-contact-item svg {
  width: 14px;
  height: 14px;
}

.diagnostic-contact-item small {
  font-size: 0.56rem;
}

.diagnostic-contact-item strong {
  font-size: 0.78rem;
  line-height: 1.25;
}

.diagnostic-form-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 0;
  padding: clamp(24px, 3.4vw, 40px);
  border-radius: 0 22px 22px 0;
  background: none;
}

.diagnostic-form {
  grid-template-columns: 1fr;
  gap: 12px;
}

.field-row {
  grid-template-columns: 1fr;
  gap: 12px;
}

.diagnostic-form label,
.diagnostic-field > label {
  gap: 7px;
  color: rgba(200, 212, 228, 0.88);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
}

.diagnostic-form input,
.diagnostic-form select,
.diagnostic-form textarea,
.custom-select__button {
  min-height: 50px;
  border: 1px solid rgba(0, 196, 239, 0.14);
  border-radius: 10px;
  color: var(--text);
  background: rgba(3, 13, 32, 0.78);
  box-shadow: none;
}

.diagnostic-form input::placeholder,
.diagnostic-form textarea::placeholder {
  color: rgba(200, 212, 228, 0.44);
}

.diagnostic-form input:focus,
.diagnostic-form select:focus,
.diagnostic-form textarea:focus,
.custom-select.is-open .custom-select__button,
.custom-select__button:hover,
.custom-select__button:focus-visible {
  border-color: rgba(0, 196, 239, 0.92);
  background: rgba(3, 13, 32, 0.98);
  box-shadow:
    0 0 0 3px rgba(0, 196, 239, 0.16),
    0 0 22px rgba(0, 196, 239, 0.18);
  transform: translateY(-1px);
}

.custom-select__icon {
  border-color: rgba(0, 196, 239, 0.24);
  background: rgba(0, 196, 239, 0.12);
}

.custom-select.is-open .custom-select__icon {
  border-color: rgba(0, 196, 239, 0.76);
  background: rgba(0, 196, 239, 0.2);
}

.custom-select__menu {
  border-color: rgba(0, 196, 239, 0.28);
  background:
    radial-gradient(circle at 88% 0%, rgba(0, 196, 239, 0.14), transparent 38%),
    #06152f;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

.custom-select__option {
  color: rgba(244, 245, 247, 0.78);
  border-radius: 10px;
}

.custom-select__option:hover,
.custom-select__option:focus-visible,
.custom-select__option[aria-selected="true"] {
  color: #ffffff;
  border-color: rgba(0, 196, 239, 0.34);
  background:
    linear-gradient(135deg, rgba(0, 196, 239, 0.24), rgba(47, 124, 255, 0.18)),
    rgba(0, 196, 239, 0.08);
}

.custom-select.has-value .custom-select__value {
  color: var(--text);
}

.custom-select:not(.has-value) .custom-select__value {
  color: rgba(200, 212, 228, 0.48);
}

.diagnostic-form textarea {
  min-height: 96px;
}

.diagnostic-form .button {
  min-height: 50px;
  margin-top: 8px;
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(0, 196, 239, 0.22);
}

.ecosystem {
  background:
    radial-gradient(ellipse at 50% -12%, rgba(0, 213, 255, 0.18), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(47, 124, 255, 0.08), transparent 32vw),
    linear-gradient(180deg, rgba(3, 9, 22, 0.88) 0%, rgba(4, 10, 24, 0.93) 40%, rgba(3, 7, 17, 0.97) 100%);
}

.logo-strip {
  position: relative;
  width: min(100% - 48px, 1180px);
  margin: 52px auto 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 196, 239, 0.1), transparent 34%),
    linear-gradient(90deg, rgba(3, 8, 20, 0.98), rgba(7, 19, 43, 0.92), rgba(3, 8, 20, 0.98));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -1px 0 rgba(0, 196, 239, 0.08);
}

.logo-strip::before,
.logo-strip::after,
.case-carousel::before,
.case-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: min(160px, 16vw);
  pointer-events: none;
}

.logo-strip::before,
.case-carousel::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 8, 20, 0.98), transparent);
}

.logo-strip::after,
.case-carousel::after {
  right: 0;
  background: linear-gradient(270deg, rgba(3, 8, 20, 0.98), transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 12px;
  padding: 22px 0;
  animation: marquee 168s linear infinite;
}

.logo-track:hover,
.case-track:hover {
  animation-play-state: paused;
}

.logo-chip {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 178px;
  padding: 14px 20px;
  border: 1px solid rgba(191, 221, 255, 0.12);
  border-radius: 999px;
  color: var(--soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)), rgba(3, 8, 20, 0.42);
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.2);
  transition: transform 0.24s var(--ease), border-color 0.24s ease, color 0.24s ease, background 0.24s ease;
}

.logo-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 213, 255, 0.3);
  color: var(--text);
  background: rgba(0, 213, 255, 0.055);
}

.logo-chip img {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(0, 213, 255, 0.28));
  opacity: 0.94;
}

.case-track {
  display: flex;
  width: max-content;
  gap: 16px;
  padding-inline: var(--pad);
  animation: marquee 36s linear infinite;
}

.case-card {
  flex: 0 0 400px;
  min-height: 340px;
  padding: 40px;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

.case-card h3 {
  margin-top: 72px;
  color: var(--text);
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.case-card strong {
  display: block;
  margin-top: 14px;
  color: var(--text);
  font-family: var(--head);
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.case-card p {
  margin-top: 20px;
  color: var(--muted);
  max-width: 34ch;
  font-size: 0.9rem;
  line-height: 1.72;
}

/* ── section-heading center modifier ─────────── */
.section-heading--center {
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: 60px;
}

.section-heading--center p:last-child {
  margin-inline: auto;
}

/* ── testimonial cards (tcard) ────────────────── */
.tcard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1060px;
  margin: 32px auto 0;
}

.tcard {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(12, 22, 46, 0.96) 0%, rgba(6, 12, 28, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 36px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  cursor: default;
  transition: transform 0.3s var(--ease), border-color 0.3s ease, box-shadow 0.3s ease;
}

a.tcard {
  cursor: pointer;
}

.tcard::before {
  content: '\201C';
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: Georgia, serif;
  font-size: 110px;
  line-height: 1;
  color: rgba(0, 196, 239, 0.07);
  pointer-events: none;
  user-select: none;
}

.tcard::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 196, 239, 0.3), transparent);
  border-radius: 22px 22px 0 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tcard:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 196, 239, 0.2);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 196, 239, 0.06) inset;
}

.tcard:hover::after {
  opacity: 1;
}

.tcard--featured {
  background: linear-gradient(160deg, rgba(8, 20, 50, 0.98) 0%, rgba(4, 12, 34, 0.99) 100%);
  border-color: rgba(0, 196, 239, 0.16);
  box-shadow: 0 20px 60px rgba(0, 40, 140, 0.22), 0 0 0 1px rgba(0, 196, 239, 0.05) inset;
}

.tcard--featured::after {
  opacity: 1;
  background: linear-gradient(90deg, transparent, rgba(0, 196, 239, 0.5), transparent);
}

.tcard__logo-box {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  overflow: hidden;
  margin-bottom: 22px;
  flex-shrink: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.tcard__logo-box img {
  width: 75%;
  height: 75%;
  object-fit: contain;
  object-position: center;
}

.tcard__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.tcard__quote {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 400;
  color: rgba(244, 245, 247, 0.78);
  line-height: 1.75;
  letter-spacing: 0.01em;
  quotes: none;
  flex: 1;
  margin-bottom: 22px;
}

.tcard__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  width: 100%;
}

.tcard__name {
  font-family: var(--head);
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.03em;
}

.tcard__dot {
  display: none;
}

.tcard__seg {
  font-size: 10px;
  color: var(--cyan);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0.8;
}

.tcard__ext-icon {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(0, 196, 239, 0.08);
  border: 1px solid rgba(0, 196, 239, 0.15);
  display: grid;
  place-items: center;
  color: rgba(0, 196, 239, 0.5);
  opacity: 0;
  transition: opacity 0.25s ease, color 0.25s ease;
}

.tcard:hover .tcard__ext-icon {
  opacity: 1;
  color: var(--cyan);
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding-block: 148px;
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 213, 255, 0.18), transparent 38vw),
    linear-gradient(180deg, rgba(6, 16, 34, 0.96), var(--bg));
}

.final-cta__inner {
  max-width: 920px;
  text-align: center;
}

.final-cta h2 {
  max-width: 14ch;
  margin-inline: auto;
  font-size: clamp(56px, 8vw, 108px);
  font-weight: 300;
  line-height: 0.96;
}

.final-cta p:not(.section-kicker) {
  max-width: 46ch;
  margin: 30px auto 0;
  font-size: 0.92rem;
  line-height: 1.74;
}

.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.footer {
  background: rgba(3, 7, 18, 1);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.4fr 1fr;
  gap: 48px;
  padding-block: 64px;
  align-items: start;
}

.footer__col-title {
  font-family: var(--head);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 18px;
}

.footer__col--brand .brand__image {
  height: 198px;
}

.footer__tagline {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.footer__col nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__col nav a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
}

.footer__col nav a:hover {
  color: var(--text);
}

.footer__contact-list,
.footer__social-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 13px;
}

.footer__contact-list li svg {
  flex-shrink: 0;
  color: rgba(0, 196, 239, 0.5);
}

.footer__contact-list a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__contact-list a:hover {
  color: var(--text);
}

.footer__social-list a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__social-list svg {
  color: rgba(0, 196, 239, 0.5);
  flex-shrink: 0;
  transition: color 0.2s ease;
}

.footer__social-list a:hover {
  color: var(--text);
}

.footer__social-list a:hover svg {
  color: var(--cyan);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-block: 20px;
}

.footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.footer__bottom-inner span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.06em;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.72s var(--ease), transform 0.72s var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes orbitSpin {
  to { transform: rotateX(66deg) rotateZ(360deg); }
}

@keyframes corePulse {
  0%, 100% { transform: rotate(45deg) scale(1); }
  50% { transform: rotate(45deg) scale(1.06); }
}

@keyframes dataFlow {
  0%, 100% { transform: scaleX(0.34); opacity: 0.54; }
  50% { transform: scaleX(1); opacity: 1; }
}

@keyframes buttonFlash {
  0% {
    opacity: 0;
    transform: skewX(-18deg) translateX(0);
  }
  18% {
    opacity: 0.72;
  }
  100% {
    opacity: 0;
    transform: skewX(-18deg) translateX(420%);
  }
}

@media (max-width: 1100px) {
  .nav__links,
  .nav__cta {
    display: none;
  }

  .nav__toggle {
    display: block;
  }

  .hero__grid,
  .ops-proof__inner,
  .section-heading--split,
  .solution-panel,
  .diagnostic-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .hero--focused .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__copy h1 {
    font-size: clamp(3.05rem, 6.4vw, 4.35rem);
  }

  .audience-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .tcard-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .tcard {
    padding: 28px 22px 24px;
  }

  .audience-card {
    min-height: auto;
  }

  .services-stage {
    min-height: auto;
  }

  .services-interface {
    inset: 22px;
    height: auto;
  }

  .services-interface__core {
    width: 230px;
    height: 230px;
  }

  .service-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: auto;
    padding: 64px 42px;
  }

  .service-card--acquisition,
  .service-card--conversion,
  .service-card--feature,
  .service-card--data,
  .service-card--retention,
  .service-card--governance {
    grid-column: auto;
    grid-row: auto;
  }

  .service-card--feature {
    grid-column: 1 / -1;
    order: -1;
  }

  .ops-proof .system-monitor {
    min-height: 610px;
  }

  .ops-proof__content {
    max-width: 100%;
  }

  .ops-proof__content h2 {
    max-width: 13.8em;
    margin-inline: auto;
  }

  .ops-proof__visual {
    min-height: 560px;
    max-width: 720px;
    width: 100%;
    margin-inline: auto;
  }

  .ops-proof__dashboard {
    inset: 8%;
    transform: none;
  }

  .guided-catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guided-card {
    min-height: 320px;
  }
}

@media (max-width: 900px) and (min-width: 541px) {
  .tcard-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
  }
}

@media (max-width: 760px) {
  :root {
    --nav-h: 64px;
  }

  .nav {
    top: 10px;
    z-index: 140;
  }

  .nav__inner {
    width: min(calc(100% - 20px), 1160px);
    height: 64px;
    padding-left: 6px;
  }

  .brand__image--symbol {
    height: 39px;
  }

  .mobile-menu {
    inset: 84px 10px auto;
    z-index: 120;
    width: auto;
    max-height: calc(100dvh - 104px);
    overflow: hidden auto;
    padding: 10px;
    border: 1px solid rgba(0, 196, 239, 0.18);
    border-radius: 26px;
    background:
      radial-gradient(circle at 12% 0%, rgba(0, 196, 239, 0.16), transparent 34%),
      linear-gradient(180deg, rgba(7, 18, 38, 0.98), rgba(3, 8, 20, 0.97));
    box-shadow:
      0 24px 80px rgba(0, 0, 0, 0.5),
      0 0 0 1px rgba(255, 255, 255, 0.04) inset;
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    opacity: 0;
    transform: translateY(-14px) scale(0.965);
    transform-origin: top center;
    transition: opacity 0.26s ease, transform 0.32s var(--ease), border-color 0.26s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .mobile-menu__top {
    display: none;
  }

  .mobile-menu__nav {
    gap: 0;
  }

  .mobile-menu__nav a:not(.button) {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 46px 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 16px;
    color: rgba(244, 245, 247, 0.9);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s var(--ease);
  }

  .mobile-menu__nav a:not(.button)::after {
    content: "";
    position: absolute;
    right: 17px;
    width: 8px;
    height: 8px;
    border-top: 2px solid rgba(110, 216, 245, 0.8);
    border-right: 2px solid rgba(110, 216, 245, 0.8);
    transform: rotate(45deg);
  }

  .mobile-menu__nav a:not(.button):hover,
  .mobile-menu__nav a:not(.button):focus-visible {
    color: var(--text);
    background: rgba(0, 196, 239, 0.08);
    transform: translateX(2px);
  }

  .mobile-menu__nav .button {
    width: 100%;
    min-height: 58px;
    margin-top: 12px;
    border-radius: 999px;
  }

  .menu-overlay {
    z-index: 90;
    background: rgba(3, 7, 17, 0.38);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
  }

  .hero {
    min-height: auto;
    padding-block: 136px 96px;
  }

  .hero--focused .hero__copy {
    max-width: 100%;
  }

  .hero--focused::before {
    inset: -12% -10% auto -10%;
    width: auto;
    height: 54vh;
  }

  .hero__copy h1 {
    font-size: clamp(2.35rem, 8.9vw, 3.35rem);
    line-height: 0.98;
    letter-spacing: -0.044em;
  }

  .hero__lead {
    max-width: 36rem;
    margin-top: 34px;
    font-size: 0.95rem;
  }

  .hero--focused .hero__actions {
    margin-top: 38px;
  }

  .hero--focused .hero__actions .button {
    min-width: 0;
  }

  .ops-proof {
    padding-block: 90px 0;
  }

  .ops-proof + #entregas {
    padding-top: 132px;
  }

  .ops-proof__content h2 {
    max-width: 12.6ch;
    font-size: clamp(2.45rem, 11.4vw, 3.85rem);
  }

  .qualification-stack {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .qualification-card {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    padding: 24px;
    border-radius: 20px;
  }

  .qualification-card__icon {
    width: 52px;
    height: 52px;
  }

  .qualification-card p {
    font-size: 0.87rem;
    line-height: 1.62;
  }

  .qualification-cta {
    width: min(100%, 330px);
    min-height: 58px;
    margin-inline: auto;
    padding-inline: 22px;
    text-align: center;
  }

  .business-carousel__track {
    gap: 18px;
    padding: 18px 0;
    animation-duration: 56.925s;
  }

  .business-carousel {
    width: min(100% - 20px, 1180px);
    border-radius: 20px;
    margin-top: 38px;
  }

  .logo-strip {
    width: min(100% - 20px, 1180px);
    margin-top: 38px;
    border-radius: 20px;
  }

  .logo-track {
    padding: 18px 0;
  }

  .business-carousel__track span {
    font-size: 0.98rem;
  }

  .business-carousel__track i {
    font-size: 0.68rem;
  }

  .guided-catalog {
    padding-block: 78px 92px;
  }

  .guided-catalog .section-heading {
    margin-bottom: 30px;
    text-align: center;
  }

  .guided-catalog__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .guided-card {
    min-height: auto;
    padding: 24px;
    border-radius: 22px;
  }

  .guided-card h3 {
    max-width: 14ch;
  }

  .guided-card p {
    font-size: 0.9rem;
  }

  .guided-catalog__support {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 22px;
    text-align: center;
  }

  .guided-catalog__support a {
    width: 100%;
    min-height: 44px;
  }

  .ops-proof__visual {
    min-height: 430px;
    border-radius: 28px;
  }

  .ops-proof__dashboard {
    inset: 7% 5%;
    gap: 12px;
    padding: 18px;
    border-radius: 22px;
    transform: none;
  }

  .dashboard__top {
    font-size: 0.52rem;
    letter-spacing: 0.12em;
  }

  .dashboard__metrics {
    gap: 7px;
  }

  .dashboard__metrics article {
    padding: 10px 9px;
    border-radius: 13px;
  }

  .dashboard__metrics span {
    font-size: 0.5rem;
    letter-spacing: 0.1em;
  }

  .dashboard__metrics strong {
    font-size: 1.15rem;
  }

  .dashboard__chart {
    min-height: 185px;
    padding: 18px 14px 18px;
    border-radius: 18px;
  }

  .dashboard__channels {
    gap: 6px;
  }

  .dashboard__channels span {
    padding: 7px 8px;
    font-size: 0.48rem;
    letter-spacing: 0.1em;
  }

  .ops-proof__signal {
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 10px;
    min-width: 150px;
    padding: 11px 12px;
    border-radius: 16px;
  }

  .ops-proof__signal::before {
    display: none;
  }

  .ops-proof__signal i {
    width: 34px;
    height: 34px;
  }

  .ops-proof__signal svg {
    width: 18px;
    height: 18px;
  }

  .ops-proof__signal span {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
  }

  .ops-proof__signal strong {
    font-size: 0.92rem;
  }

  .ops-proof__signal--one {
    left: 12px;
  }

  .ops-proof__signal--two {
    right: 12px;
  }

  .ops-proof__signal--three {
    left: 22px;
  }

  .section {
    padding-block: 100px;
  }

  .section-heading h2,
  .diagnostic-copy h2 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
    line-height: 0.95;
  }

  .hero__actions,
  .final-cta__actions {
    flex-direction: column;
  }

  .hero__actions .button,
  .final-cta__actions .button {
    width: 100%;
  }

  .system-monitor {
    min-height: 520px;
    padding: 18px;
  }

  .monitor__canvas {
    height: 270px;
  }

  .monitor__metric {
    display: none;
  }

  .audience-grid {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .audience-card,
  .service-card,
  .testimonial-card {
    padding: 28px;
  }

  .diagnostic-card {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    border-radius: 24px;
  }

  .diagnostic-contact-panel,
  .diagnostic-form-panel {
    grid-column: 1;
  }

  .diagnostic-contact-panel,
  .diagnostic-form-panel {
    padding: 24px;
  }

  .diagnostic-contact-list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .maturity-rail span,
  .field-row,
  .delivery-grid {
    grid-template-columns: 1fr;
  }

  .service-matrix {
    grid-template-columns: 1fr;
    padding: 30px 0;
    gap: 14px;
  }

  .services-stage {
    min-height: auto;
  }

  .services-interface {
    inset: 0;
    height: auto;
    border-radius: 26px;
  }

  .services-interface__bar {
    height: 46px;
    padding-inline: 16px;
  }

  .services-interface__bar strong {
    font-size: 0.52rem;
    letter-spacing: 0.12em;
  }

  .services-interface__core {
    width: 180px;
    height: 180px;
  }

  .service-card--feature h3 {
    font-size: clamp(2.2rem, 12vw, 3.4rem);
  }

  .solution-visual {
    min-height: 400px;
  }

  .node {
    width: 142px;
    min-height: 82px;
    padding: 14px;
    border-radius: 22px;
  }

  .node strong {
    font-size: 0.9rem;
  }

  .node--presence {
    left: 4%;
  }

  .node--demand {
    right: 4%;
  }

  .node--performance {
    left: 12%;
  }

  .tabs {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .tab-btn {
    min-height: 46px;
  }

  .tab-panel {
    padding: 32px 4px 18px;
  }

  .tab-panel h3 {
    font-size: 44px;
  }

  .diagnostic-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .case-card {
    flex-basis: min(340px, 84vw);
  }

  .metrics-bar__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-item {
    padding: 24px 16px;
  }

  .metric-item:nth-child(2) {
    border-right: 0;
  }

  .metric-item:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .metric-item:nth-child(3) {
    border-right: 1px solid var(--line);
  }

  .metric-item strong {
    font-size: 42px;
  }

  .solution-content .button {
    width: calc(100% - 8px);
    margin: 10px 4px 18px;
  }

  .logo-strip::before,
  .logo-strip::after,
  .case-carousel::before,
  .case-carousel::after {
    width: 72px;
  }

  .final-cta {
    padding-block: 100px;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding-block: 48px;
  }

  .footer__col--brand {
    grid-column: 1 / -1;
  }

  .footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
}

@media (max-width: 540px) {
  .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-block: 40px;
  }
}

/* ── diagnostic success modal ─────────────────── */
.diag-modal {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  transition: opacity 0.28s var(--ease);
  pointer-events: none;
}

.diag-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.diag-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 7, 17, 0.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.diag-modal__box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  background: rgba(7, 15, 31, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 40px;
  box-shadow:
    0 0 0 1px rgba(0, 196, 239, 0.06),
    0 32px 80px rgba(0, 0, 0, 0.64);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  transform: scale(0.96) translateY(10px);
  transition: transform 0.32s var(--ease);
}

.diag-modal.open .diag-modal__box {
  transform: scale(1) translateY(0);
}

.diag-modal__icon {
  width: 48px;
  height: 48px;
  color: var(--cyan);
  margin-bottom: 4px;
}

.diag-modal__icon svg {
  width: 100%;
  height: 100%;
}

.diag-modal__eyebrow {
  font-family: var(--micro);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cyan);
}

.diag-modal__title {
  font-family: var(--head);
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin: 0;
}

.diag-modal__desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}

.diag-modal__desc strong {
  color: var(--text);
  font-weight: 600;
}

.diag-modal__info {
  width: 100%;
  background: rgba(0, 196, 239, 0.04);
  border: 1px solid rgba(0, 196, 239, 0.1);
  border-radius: 12px;
  padding: 20px 24px;
}

.diag-modal__info-title {
  font-family: var(--head);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--soft);
  margin-bottom: 14px;
}

.diag-modal__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.diag-modal__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.diag-modal__list li::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  margin-top: 6px;
  opacity: 0.7;
}

.diag-modal__cta {
  margin-top: 8px;
  align-self: stretch;
  text-align: center;
}

@media (max-width: 480px) {
  .diag-modal__box {
    padding: 28px 24px;
    border-radius: 16px;
  }
}

/* ── channels bar ─────────────────────────────── */
.channels-bar {
  padding: clamp(32px, 4vw, 56px) 0;
}

.channels-bar__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.channels-bar__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px 8px 10px;
  border: 1px solid rgba(0, 196, 239, 0.16);
  border-radius: 999px;
  color: rgba(218, 225, 235, 0.84);
  background:
    linear-gradient(135deg, rgba(0, 196, 239, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.025);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  font-family: var(--micro);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.channels-bar__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow:
    0 0 0 4px rgba(0, 196, 239, 0.1),
    0 0 18px rgba(0, 213, 255, 0.72);
}

.channels-bar__pill {
  display: flex;
  align-items: center;
  padding: 18px 40px;
  border-radius: 100px;
  background: rgba(7, 15, 31, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 1px rgba(0, 196, 239, 0.05),
    0 28px 72px rgba(0, 80, 200, 0.28),
    0 8px 24px rgba(0, 0, 0, 0.52);
}

.channels-bar__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  font-family: var(--head);
  font-size: 15px;
  font-weight: 400;
  color: var(--soft);
  white-space: nowrap;
}

.channels-bar__item img,
.channels-bar__item svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  opacity: 1;
}

.channels-bar__item strong {
  color: var(--text);
  font-weight: 600;
}

.channels-bar__sep {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .channels-bar__pill {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 24px;
    gap: 4px;
    padding: 20px 24px;
  }

  .channels-bar__sep {
    display: none;
  }

  .channels-bar__item {
    padding: 8px 14px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* ── light theme version ───────────────────────── */

/* ══════════════════════════════════════════════════════════
   THEME-LIGHT — Teraleads Light Premium
   Sistema visual coeso com o DNA da marca.
   Paleta: Cold Off-White · Deep Navy · Electric Cyan
   ══════════════════════════════════════════════════════════

   Tokens:
   --bg:           #EEF1F7  off-white frio, tecnológico
   --bg-soft:      #FFFFFF
   --panel:        rgba(255,255,255,0.90)
   --panel-strong: rgba(255,255,255,0.97)
   --line:         rgba(10,29,74,0.10)
   --line-strong:  rgba(0,196,239,0.34)
   --text:         #0C1929  navy-black suave
   --soft:         #1A3050  navy médio
   --muted:        #5C718A  slate-navy
   --cyan:         #00C4EF  (mantido — funciona no light)
   --cyan-soft:    #0092B8  (mais escuro para uso em light)
   --blue:         #0A1D4A
   ══════════════════════════════════════════════════════════ */

/* ── Tokens base ──────────────────────────────────────── */
.theme-light {
  --bg:           #EEF1F7;
  --bg-soft:      #FFFFFF;
  --panel:        rgba(255,255,255,0.90);
  --panel-strong: rgba(255,255,255,0.97);
  --line:         rgba(10,29,74,0.10);
  --line-strong:  rgba(0,196,239,0.34);
  --text:         #0C1929;
  --soft:         #1A3050;
  --muted:        #5C718A;
  --cyan:         #00C4EF;
  --cyan-soft:    #0092B8;
  --blue:         #0A1D4A;
  --shadow:       0 8px 32px rgba(10,29,74,0.10);
  color: #5C718A;
  background: #EEF1F7;
}

/* ── Scene — versão light atmosférica ─────────────────── */
.theme-light .scene {
  background:
    radial-gradient(circle at 64% 18%, rgba(0,196,239,0.08), transparent 34vw),
    radial-gradient(circle at 10% 12%, rgba(10,29,74,0.06), transparent 32vw),
    linear-gradient(180deg, #EEF1F7 0%, #E6EAF3 52%, #EEF1F7 100%);
}
.theme-light .scene__noise  { opacity: 0.022; }
.theme-light .scene__grid   { opacity: 0.20; }
.theme-light .scene__beam   { opacity: 0.09; background: linear-gradient(90deg, transparent, rgba(0,196,239,0.28), transparent); }
.theme-light .scene__glow--one { background: rgba(0,196,239,0.08); }
.theme-light .scene__glow--two { background: rgba(10,29,74,0.06); }

/* ── Navbar ───────────────────────────────────────────── */
.theme-light .nav__inner {
  background: rgba(238,241,247,0.94);
  border-color: rgba(10,29,74,0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 14px 44px rgba(10,29,74,0.10), inset 0 1px 0 rgba(255,255,255,0.86);
}
.theme-light .nav.scrolled .nav__inner {
  background: rgba(238,241,247,0.97);
  border-color: rgba(10,29,74,0.10);
  box-shadow: 0 4px 20px rgba(10,29,74,0.08);
}
.theme-light .nav__links a        { color: #1A3050; }
.theme-light .nav__links a:hover  { background: rgba(10,29,74,0.06); color: #0C1929; }
.theme-light .mobile-menu         { background: #EEF1F7; border-color: rgba(10,29,74,0.10); }
.theme-light .mobile-menu__nav a  { color: #1A3050; border-color: rgba(10,29,74,0.08); }
.theme-light .nav .brand__image--symbol,
.theme-light .mobile-menu__top .brand__image--symbol {
  filter: brightness(0) saturate(100%) invert(10%) sepia(46%) saturate(2000%) hue-rotate(215deg) brightness(88%) contrast(100%);
}

/* ── Hero — dark intencional (contraste premium) ─────── */
.theme-light .hero,
.theme-light .hero * {
  --bg:           #030711;
  --bg-soft:      #071226;
  --panel:        rgba(7,15,31,0.78);
  --panel-strong: rgba(10,22,45,0.88);
  --line:         rgba(255,255,255,0.07);
  --line-strong:  rgba(0,196,239,0.34);
  --text:         #F4F5F7;
  --soft:         #C8CDD6;
  --muted:        #9AA3B0;
  --cyan:         #00C4EF;
  --cyan-soft:    #6ED8F5;
  --blue:         #2F7CFF;
}
.theme-light .hero { background: #030711; }
.theme-light .hero h1,
.theme-light .hero h2,
.theme-light .hero h3 {
  color: #F4F5F7;
}
.theme-light .hero .hero__accent {
  color: #00C4EF;
}
.theme-light .hero .section-kicker {
  color: rgba(159,231,255,0.84);
  border-color: rgba(0,196,239,0.16);
  background:
    linear-gradient(135deg, rgba(0,196,239,0.1), transparent 44%),
    rgba(255,255,255,0.025);
}

/* ── Section dividers ─────────────────────────────────── */
.theme-light .section::before {
  background: linear-gradient(90deg, transparent, rgba(10,29,74,0.08), transparent);
}

/* ── Section backgrounds — alternância fria e elegante ── */
.theme-light .section,
.theme-light .guided-catalog,
.theme-light .ops-proof,
.theme-light .ecosystem {
  background:
    radial-gradient(ellipse at 92% 4%, rgba(0,196,239,0.07), transparent 36vw),
    radial-gradient(ellipse at 8% 92%, rgba(10,29,74,0.04), transparent 30vw),
    #EEF1F7;
}
.theme-light .section--blue,
.theme-light .section--dark {
  background:
    radial-gradient(ellipse at 88% 8%, rgba(0,196,239,0.07), transparent 34vw),
    #FFFFFF;
}
.theme-light #entregas {
  background:
    radial-gradient(circle at 14% 74%, rgba(0,196,239,0.10), transparent 28vw),
    radial-gradient(circle at 84% 22%, rgba(10,29,74,0.06), transparent 30vw),
    #FFFFFF !important;
}
.theme-light #prova-social {
  background:
    radial-gradient(ellipse at 50% 110%, rgba(0,196,239,0.10), transparent 52%),
    radial-gradient(circle at 20% 28%, rgba(10,29,74,0.05), transparent 34vw),
    #EEF1F7 !important;
}
/* Diagnóstico — imagem de fundo com overlay light premium */
.theme-light #diagnostico {
  background:
    linear-gradient(180deg, rgba(238,241,247,0.92), rgba(238,241,247,0.82)),
    url("../img/Ultrawide_cinematic_background_for_a_website_hero__7ee3f9ca2a.png") 85% center / cover no-repeat !important;
}

/* ── Tipografia global ───────────────────────────────── */
.theme-light h1, .theme-light h2, .theme-light h3,
.theme-light h4, .theme-light h5, .theme-light h6 { color: #0C1929; }

.theme-light .section-heading h2,
.theme-light .ops-proof__content h2,
.theme-light .diag-header h2,
.theme-light .solution-copy h2,
.theme-light .delivery-copy h2,
.theme-light .ecosystem h2,
.theme-light .final-cta h2 { color: #0C1929; }

.theme-light .section-heading p:not(.section-kicker),
.theme-light .ops-proof__content p:not(.section-kicker),
.theme-light .diag-header p:not(.section-kicker),
.theme-light .solution-copy p,
.theme-light .delivery-copy p,
.theme-light .ecosystem p { color: #5C718A; }

/* ── Kicker — cyan calibrado para fundo claro ────────── */
.theme-light .section-kicker {
  color: #007FA0;
  border-color: rgba(0,196,239,0.22);
  background: rgba(0,196,239,0.06);
}
.theme-light .section-kicker::before {
  background: #00C4EF;
  box-shadow: 0 0 12px rgba(0,196,239,0.35);
}
.theme-light .ops-proof__headline-accent { color: #0A1D4A; }

/* ── Guided catalog ──────────────────────────────────── */
.theme-light .guided-catalog {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,196,239,0.10), transparent 34%),
    radial-gradient(circle at 86% 28%, rgba(10,29,74,0.08), transparent 30%),
    linear-gradient(180deg, #EEF1F7 0%, #E8EDF5 48%, #EEF1F7 100%);
}
.theme-light .guided-catalog::before {
  background:
    linear-gradient(rgba(10,29,74,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,29,74,0.04) 1px, transparent 1px);
  opacity: 0.60;
}
.theme-light .guided-catalog::after {
  background:
    radial-gradient(ellipse at 50% 50%, rgba(0,196,239,0.10), transparent 68%);
  filter: blur(60px);
}

/* ── Cards — elevação limpa e premium ────────────────── */
.theme-light .qualification-card,
.theme-light .service-card,
.theme-light .solution-panel,
.theme-light .tab-panel,
.theme-light .diagnostic-card,
.theme-light .tcard,
.theme-light .case-card,
.theme-light .channels-bar__pill {
  border-color: rgba(10,29,74,0.10);
  background:
    radial-gradient(circle at 88% 6%, rgba(10,29,74,0.04), transparent 36%),
    linear-gradient(180deg, #FFFFFF, #F5F7FC);
  box-shadow:
    0 2px 4px rgba(10,29,74,0.05),
    0 8px 28px rgba(10,29,74,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.theme-light .qualification-card:hover,
.theme-light .service-card:hover,
.theme-light .tcard:hover {
  border-color: rgba(0,196,239,0.32);
  box-shadow:
    0 4px 8px rgba(10,29,74,0.06),
    0 16px 48px rgba(10,29,74,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.theme-light .qualification-card--active {
  border-color: rgba(0,196,239,0.38);
  background:
    radial-gradient(circle at 82% 92%, rgba(0,196,239,0.12), transparent 36%),
    linear-gradient(145deg, #FFFFFF, #E8F7FD);
  box-shadow:
    0 0 0 1px rgba(0,196,239,0.18),
    0 8px 32px rgba(0,196,239,0.12),
    0 24px 64px rgba(10,29,74,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.theme-light .qualification-card--active h3,
.theme-light .qualification-card--active p,
.theme-light .qualification-card--active p strong { color: #0C1929; }

.theme-light .service-card--feature,
.theme-light .tcard--featured {
  border-color: rgba(0,196,239,0.30);
  background:
    radial-gradient(circle at 82% 8%, rgba(0,196,239,0.10), transparent 40%),
    linear-gradient(145deg, #FFFFFF, #EAF7FC);
  box-shadow:
    0 0 0 1px rgba(0,196,239,0.14),
    0 8px 36px rgba(0,196,239,0.09),
    0 24px 64px rgba(10,29,74,0.07),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* ── Card typography ─────────────────────────────────── */
.theme-light .qualification-card h3,
.theme-light .service-card h3,
.theme-light .tab-panel h3,
.theme-light .case-card h3,
.theme-light .tcard__name,
.theme-light .services-stage__closing strong { color: #0C1929; }
.theme-light .qualification-card p,
.theme-light .service-card p,
.theme-light .tab-panel p,
.theme-light .case-card p,
.theme-light .tcard__quote,
.theme-light .services-stage__closing span   { color: #5C718A; }
.theme-light .qualification-card p strong,
.theme-light .service-card strong,
.theme-light .tab-panel strong,
.theme-light .tcard__seg                     { color: #1A3050; }

/* ── Guided card elements ────────────────────────────── */
.theme-light .guided-card__tag {
  color: #007FA0;
  border-color: rgba(0,196,239,0.24);
  background: rgba(0,196,239,0.07);
}
.theme-light .guided-card ul   { color: #1A3050; }
.theme-light .guided-card h3   { color: #0C1929; }
.theme-light .guided-card p    { color: #5C718A; }
.theme-light .guided-card li::before {
  background: #00C4EF;
  box-shadow: 0 0 8px rgba(0,196,239,0.40);
}
.theme-light .guided-card__cta {
  color: #1A3050;
  border-color: rgba(10,29,74,0.18);
  background: rgba(10,29,74,0.05);
}
.theme-light .guided-card__cta:hover {
  border-color: rgba(0,196,239,0.44);
  background: rgba(0,196,239,0.08);
  color: #0C1929;
}
.theme-light .guided-card--active .guided-card__cta {
  border-color: rgba(0,196,239,0.50);
  color: #FFFFFF;
  background: linear-gradient(90deg, #00C4EF 0%, #6ED8F5 48%, #0092B8 100%);
  box-shadow: 0 12px 32px rgba(0,196,239,0.28);
}

/* ── Card icons ──────────────────────────────────────── */
.theme-light .qualification-card__icon,
.theme-light .service-card__icon,
.theme-light .tcard__ext-icon {
  color: #1A3050;
  border-color: rgba(10,29,74,0.12);
  background: rgba(10,29,74,0.05);
}
.theme-light .qualification-card--active .qualification-card__icon,
.theme-light .service-card--feature .service-card__icon {
  color: #FFFFFF;
  background: linear-gradient(135deg, #0A1D4A, #1A3A72);
  border-color: rgba(10,29,74,0.30);
}

/* ── Tabs ────────────────────────────────────────────── */
.theme-light .tab-btn {
  color: #5C718A;
  border-color: rgba(10,29,74,0.12);
  background: rgba(10,29,74,0.04);
}
.theme-light .tab-btn[aria-selected="true"] {
  background: linear-gradient(90deg, #00C4EF, #0092B8);
  color: #FFFFFF;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(0,196,239,0.30);
}
.theme-light .tab-btn:hover:not([aria-selected="true"]) {
  background: rgba(0,196,239,0.08);
  color: #1A3050;
  border-color: rgba(0,196,239,0.22);
}

/* ── Service card CTA link ───────────────────────────── */
.theme-light .service-card__cta {
  color: #007FA0;
  border-color: rgba(0,196,239,0.20);
  background: rgba(0,196,239,0.06);
}
.theme-light .service-card__cta:hover {
  background: rgba(0,196,239,0.12);
  color: #005F80;
  border-color: rgba(0,196,239,0.36);
}

/* ── Services interface panel ────────────────────────── */
.theme-light .services-interface {
  background:
    linear-gradient(rgba(10,29,74,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10,29,74,0.04) 1px, transparent 1px),
    linear-gradient(145deg, #EEF1F7, #E4EAF5);
  border-color: rgba(10,29,74,0.12);
}
.theme-light .services-interface__bar {
  background: rgba(10,29,74,0.06);
  border-color: rgba(10,29,74,0.10);
}
.theme-light .services-interface__bar span { background: rgba(10,29,74,0.20); }

/* ── Solution visual ─────────────────────────────────── */
.theme-light .solution-visual {
  background:
    radial-gradient(circle at 50% 20%, rgba(0,196,239,0.08), transparent 36%),
    linear-gradient(180deg, #FFFFFF 0%, #EEF1F7 100%);
  border-color: rgba(10,29,74,0.10);
}
.theme-light .solution-visual__head strong { color: #0C1929; }
.theme-light .solution-visual__head span   { color: #5C718A; }

/* ── Nodes ───────────────────────────────────────────── */
.theme-light .node {
  color: #5C718A;
  border-color: rgba(10,29,74,0.12);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 2px 10px rgba(10,29,74,0.07);
}
.theme-light .node strong { color: #1A3050; }
.theme-light .node span   { color: #5C718A; }
.theme-light .node small  { color: #1A3050; }
.theme-light .node--active {
  color: #FFFFFF;
  border-color: rgba(0,196,239,0.46);
  background: linear-gradient(135deg, #0A1D4A, #1A3A72);
  box-shadow: 0 4px 22px rgba(10,29,74,0.28);
}
.theme-light .node--active strong,
.theme-light .node--active small { color: #FFFFFF; }

/* ── Delivery blocks ─────────────────────────────────── */
.theme-light .delivery-block {
  background: #FFFFFF;
  border-color: rgba(10,29,74,0.09);
  box-shadow: 0 2px 12px rgba(10,29,74,0.06);
}
.theme-light .delivery-block h4    { color: #0C1929; }
.theme-light .delivery-block li    { color: #5C718A; }
.theme-light .delivery-copy h2     { color: #0C1929; }

/* ── Ops proof dashboard ─────────────────────────────── */
.theme-light .ops-proof__dashboard {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,196,239,0.10), transparent 52%),
    linear-gradient(145deg, #FFFFFF, #EEF1F7);
  border-color: rgba(10,29,74,0.12);
  box-shadow: 0 24px 64px rgba(10,29,74,0.12), inset 0 1px 0 rgba(255,255,255,0.8);
}
.theme-light .dashboard__top          { border-color: rgba(10,29,74,0.08); }
.theme-light .dashboard__top span     { color: #5C718A; }
.theme-light .dashboard__top strong   { color: #0C1929; }
.theme-light .dashboard__metrics article { border-color: rgba(10,29,74,0.08); }
.theme-light .dashboard__metrics span  { color: #5C718A; }
.theme-light .dashboard__metrics strong { color: #0C1929; }
.theme-light .dashboard__channels span {
  background: rgba(10,29,74,0.07);
  color: #1A3050;
  border-color: rgba(10,29,74,0.12);
}
.theme-light .ops-proof__signal {
  background: rgba(255,255,255,0.90);
  border-color: rgba(10,29,74,0.10);
  box-shadow: 0 8px 24px rgba(10,29,74,0.10);
}
.theme-light .ops-proof__signal span   { color: #5C718A; }
.theme-light .ops-proof__signal strong { color: #0C1929; }
.theme-light .ops-proof__signal i      { color: #007FA0; }

/* ── Qualification CTA ───────────────────────────────── */
.theme-light .qualification-cta {
  color: #0C1929;
  border-color: rgba(10,29,74,0.18);
  background: rgba(255,255,255,0.72);
}
.theme-light .qualification-cta:hover {
  border-color: rgba(0,196,239,0.40);
  color: #007FA0;
  background: rgba(0,196,239,0.06);
}
.theme-light .qualification-cta svg { color: #007FA0; }

/* ── Business carousel ───────────────────────────────── */
.theme-light .business-carousel {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,196,239,0.08), transparent 34%),
    linear-gradient(90deg, #EEF1F7, #E8EDF5, #EEF1F7);
  border-color: rgba(10,29,74,0.10);
  box-shadow:
    0 24px 70px rgba(10,29,74,0.08),
    inset 0 1px 0 rgba(255,255,255,0.70),
    inset 0 -1px 0 rgba(0,196,239,0.08);
}
.theme-light .business-carousel::before {
  background: linear-gradient(90deg, #EEF1F7, transparent);
}
.theme-light .business-carousel::after {
  background: linear-gradient(270deg, #EEF1F7, transparent);
}
.theme-light .business-carousel__track span {
  color: #1A3050;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow: none;
  font-weight: 600;
}
.theme-light .business-carousel__track i {
  color: #00C4EF;
  text-shadow: 0 0 10px rgba(0,196,239,0.45);
}

/* ── Channels bar ────────────────────────────────────── */
.theme-light .channels-bar          { background: #EEF1F7; }
.theme-light .channels-bar__label   { color: #1A3050; }
.theme-light .channels-bar__sep     { background: rgba(10,29,74,0.12); }
.theme-light .channels-bar__item    { color: #1A3050; }
.theme-light .channels-bar__item img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(46%) saturate(2000%) hue-rotate(215deg) brightness(88%) contrast(100%);
}
.theme-light .channels-bar__item svg    { color: #1A3050; }
.theme-light .channels-bar__item strong { color: #0C1929; }

/* ── Logo chips & logo-strip ─────────────────────────── */
.theme-light .logo-strip {
  background:
    radial-gradient(circle at 50% 0%, rgba(0,196,239,0.07), transparent 34%),
    linear-gradient(90deg, #EEF1F7, #E8EDF5, #EEF1F7);
  border-color: rgba(10,29,74,0.10);
}
.theme-light .logo-strip::before {
  background: linear-gradient(90deg, rgba(238,241,247,0.98), transparent);
}
.theme-light .logo-strip::after {
  background: linear-gradient(270deg, rgba(238,241,247,0.98), transparent);
}
.theme-light .logo-chip {
  color: #1A3050;
  background: rgba(255,255,255,0.82);
  border-color: rgba(10,29,74,0.10);
  box-shadow: 0 2px 8px rgba(10,29,74,0.07);
}
.theme-light .logo-chip:hover {
  border-color: rgba(0,196,239,0.34);
  color: #0C1929;
  background: rgba(0,196,239,0.06);
}
.theme-light .logo-chip img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(46%) saturate(2000%) hue-rotate(215deg) brightness(88%) contrast(100%);
}

/* ── Testimonial cards ───────────────────────────────── */
.theme-light .tcard__name     { color: #0C1929; }
.theme-light .tcard__quote    { color: #5C718A; }
.theme-light .tcard__seg      { color: #007FA0; font-weight: 600; }
.theme-light .tcard__ext-icon { color: rgba(10,29,74,0.24); }
.theme-light .tcard:hover .tcard__ext-icon { color: #00C4EF; }

/* ── Diagnostic section ──────────────────────────────── */
.theme-light .diag-header                           { color: #5C718A; }
.theme-light .diag-header h2                        { color: #0C1929; }
.theme-light .diag-header p:not(.section-kicker)    { color: #5C718A; }
.theme-light .diag-contact-label                    { color: #1A3050; }
.theme-light .diagnostic-contact-item {
  background: rgba(255,255,255,0.88);
  border-color: rgba(10,29,74,0.10);
  box-shadow: 0 2px 10px rgba(10,29,74,0.07);
  color: #1A3050;
}
.theme-light .diagnostic-contact-item small  { color: #5C718A; }
.theme-light .diagnostic-contact-item strong { color: #0C1929; }
.theme-light .diagnostic-contact-item > span {
  background: rgba(0,196,239,0.10);
  border-color: rgba(0,196,239,0.20);
  color: #007FA0;
}
.theme-light .diagnostic-card {
  border-color: rgba(10,29,74,0.10);
  background:
    radial-gradient(circle at 88% 8%, rgba(0,196,239,0.07), transparent 36%),
    rgba(255,255,255,0.92);
  box-shadow:
    0 2px 4px rgba(10,29,74,0.04),
    0 8px 28px rgba(10,29,74,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

/* ── Form ────────────────────────────────────────────── */
.theme-light .diagnostic-form label,
.theme-light .diagnostic-field > label,
.theme-light .diag-contact-label { color: #5C718A; }
.theme-light .diagnostic-form input,
.theme-light .diagnostic-form textarea,
.theme-light .custom-select__button {
  border-color: rgba(10,29,74,0.14);
  color: #0C1929;
  background: #FFFFFF;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
}
.theme-light .diagnostic-form input:focus,
.theme-light .diagnostic-form textarea:focus,
.theme-light .custom-select__button:focus {
  border-color: rgba(0,196,239,0.52);
  box-shadow:
    0 0 0 4px rgba(0,196,239,0.10),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.theme-light .diagnostic-form input::placeholder,
.theme-light .diagnostic-form textarea::placeholder { color: rgba(92,113,138,0.60); }
.theme-light .custom-select__menu {
  background: #FFFFFF;
  border-color: rgba(10,29,74,0.10);
  box-shadow: 0 16px 48px rgba(10,29,74,0.12);
}
.theme-light .custom-select__option { color: #5C718A; }
.theme-light .custom-select__option:hover,
.theme-light .custom-select__option[aria-selected="true"] {
  color: #0C1929;
  background: rgba(0,196,239,0.08);
}
.theme-light .custom-select__value { color: #0C1929; }
.theme-light .custom-select:not(.has-value) .custom-select__value { color: #5C718A; }

/* ── Buttons (seções light) ──────────────────────────── */
.theme-light .section .button--primary,
.theme-light .diagnostic-card .button--primary {
  background: linear-gradient(135deg, #00C4EF 0%, #0092B8 100%);
  box-shadow: 0 12px 36px rgba(0,196,239,0.28), inset 0 1px 0 rgba(255,255,255,0.22);
  color: #FFFFFF;
}
.theme-light .section .button--primary:hover,
.theme-light .diagnostic-card .button--primary:hover {
  background: linear-gradient(135deg, #6ED8F5 0%, #00C4EF 50%, #0077A0 100%);
  box-shadow: 0 16px 44px rgba(0,196,239,0.36), inset 0 1px 0 rgba(255,255,255,0.22);
}
.theme-light .section .button--ghost,
.theme-light .ops-proof .button--ghost {
  color: #1A3050;
  border-color: rgba(10,29,74,0.18);
  background: rgba(10,29,74,0.04);
}
.theme-light .section .button--ghost:hover,
.theme-light .ops-proof .button--ghost:hover {
  color: #0C1929;
  border-color: rgba(10,29,74,0.28);
  background: rgba(10,29,74,0.08);
}

/* ── Ops metrics ─────────────────────────────────────── */
.theme-light .ops-metrics__line                   { background: rgba(10,29,74,0.10); }
.theme-light .ops-metrics__line::before           { background: linear-gradient(180deg, #00C4EF, #0A1D4A); }
.theme-light .metric-item__label                  { color: #5C718A; }
.theme-light .metric-item__value                  { color: #0C1929; }
.theme-light .metric-item.is-active .metric-item__value { color: #007FA0; }

/* ── Modal ───────────────────────────────────────────── */
.theme-light .diag-modal {
  background: #FFFFFF;
  border-color: rgba(10,29,74,0.10);
  box-shadow: 0 32px 80px rgba(10,29,74,0.16);
}
.theme-light .diag-modal__backdrop { background: rgba(12,25,41,0.44); }
.theme-light .diag-modal h2        { color: #0C1929; }
.theme-light .diag-modal p         { color: #5C718A; }
.theme-light .diag-modal li        { color: #5C718A; }

/* ── Selection ───────────────────────────────────────── */
.theme-light ::selection {
  color: #0C1929;
  background: rgba(0,196,239,0.18);
}

/* ── Footer — dark intencional (cap premium) ─────────── */
.theme-light .footer {
  --text:  #F4F5F7;
  --soft:  #C8CDD6;
  --muted: rgba(244,245,247,0.68);
  --line:  rgba(255,255,255,0.12);
  color: rgba(244,245,247,0.68);
  background:
    radial-gradient(circle at 78% 0%, rgba(0,196,239,0.10), transparent 34vw),
    linear-gradient(180deg, #0A1D4A 0%, #040916 100%);
}
.theme-light .footer__col-title    { color: #F4F5F7; }
.theme-light .footer a:hover       { color: #FFFFFF; }
.theme-light .footer__bottom       { border-color: rgba(255,255,255,0.08); color: rgba(244,245,247,0.48); }


/* ── Home flow: jogo de fundo entre dobras ────────
   Pseudo-elementos criam fusão suave entre seções
   sem alterar nenhum elemento interno.
   ─────────────────────────────────────────────── */

/* Catálogo guiado: funde topo com o Hero e base com Entregas */
.home-flow .guided-catalog::before {
  mask-image:
    linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%),
    radial-gradient(circle at 50% 28%, black, transparent 72%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}

.home-flow .guided-catalog {
  box-shadow:
    0 -80px 100px -40px rgba(4, 9, 22, 0.95) inset,
    0  80px 100px -40px rgba(4, 9, 22, 0.95) inset;
}

/* Entregas: recebe o tom do catálogo e entrega suave para Prova social */
.home-flow #entregas {
  box-shadow:
    0 -80px 100px -40px rgba(4, 9, 22, 0.92) inset,
    0  80px 100px -40px rgba(3, 7, 17, 0.90) inset;
}

/* Prova social: funde topo com Entregas e base acende levemente para Diagnóstico */
.home-flow #prova-social {
  box-shadow:
    0 -90px 110px -40px rgba(3, 7, 17, 0.94) inset,
    0  90px 110px -40px rgba(4, 10, 24, 0.88) inset;
}

/* Diagnóstico: a imagem surge suavemente — topo funde com Prova social */
.home-flow #diagnostico::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background: linear-gradient(to bottom, rgba(3, 7, 17, 0.96), transparent);
  z-index: 1;
  pointer-events: none;
}

/* Color system audit: dark contrast fixes and full light premium theme */
.form-note {
  color: rgba(200, 212, 228, 0.72);
}

.button:disabled,
.nav__cta:disabled,
.theme-switch:disabled,
.tab-btn:disabled,
.diagnostic-form button:disabled,
.custom-select__option:disabled {
  color: rgba(200, 212, 228, 0.38);
  border-color: rgba(191, 221, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.72;
}

.theme-light {
  --bg: #F4F7FB;
  --bg-soft: #FFFFFF;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.98);
  --line: rgba(11, 26, 48, 0.10);
  --line-strong: rgba(0, 126, 176, 0.34);
  --text: #081827;
  --soft: #203954;
  --muted: #607186;
  --cyan: #008DBD;
  --cyan-soft: #006F99;
  --blue: #0E2B4C;
  --shadow: 0 18px 54px rgba(16, 38, 66, 0.10);
  color: var(--muted);
  background: var(--bg);
}

.theme-light,
.theme-light body {
  color-scheme: light;
}

.theme-light ::selection {
  color: #081827;
  background: rgba(0, 141, 189, 0.18);
}

.theme-light :focus-visible {
  outline-color: rgba(0, 126, 176, 0.74);
}

.theme-light .scene {
  background:
    radial-gradient(circle at 72% 14%, rgba(0, 141, 189, 0.07), transparent 34vw),
    radial-gradient(circle at 8% 18%, rgba(14, 43, 76, 0.055), transparent 30vw),
    linear-gradient(180deg, #F7F9FC 0%, #EEF3F9 54%, #F4F7FB 100%);
}

.theme-light .scene__noise { opacity: 0.016; }
.theme-light .scene__grid {
  opacity: 0.18;
  background:
    linear-gradient(rgba(11, 26, 48, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 26, 48, 0.035) 1px, transparent 1px);
}
.theme-light .scene__beam {
  opacity: 0.08;
  background: linear-gradient(90deg, transparent, rgba(0, 141, 189, 0.28), transparent);
}
.theme-light .scene__glow--one { background: rgba(0, 141, 189, 0.055); }
.theme-light .scene__glow--two { background: rgba(14, 43, 76, 0.045); }

.theme-light .nav__inner {
  border-color: rgba(11, 26, 48, 0.10);
  background: rgba(247, 249, 252, 0.88);
  box-shadow:
    0 14px 42px rgba(16, 38, 66, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.theme-light .nav.scrolled .nav__inner {
  border-color: rgba(11, 26, 48, 0.13);
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 16px 46px rgba(16, 38, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.theme-light .nav__links a,
.theme-light .mobile-menu__nav a:not(.button) {
  color: #203954;
}

.theme-light .nav__links a:hover,
.theme-light .nav__links a[aria-current="page"],
.theme-light .mobile-menu__nav a:not(.button):hover,
.theme-light .mobile-menu__nav a:not(.button):focus-visible,
.theme-light .mobile-menu__nav a[aria-current="page"] {
  color: #081827;
  background: rgba(11, 26, 48, 0.055);
}

.theme-light .nav__links a::after {
  background: linear-gradient(90deg, transparent, rgba(0, 126, 176, 0.72), transparent);
}

.theme-light .nav__cta,
.theme-light .button--primary,
.theme-light .section .button--primary,
.theme-light .diagnostic-card .button--primary,
.theme-light .guided-catalog__support a,
.theme-light .qualification-cta {
  color: #FFFFFF;
  border-color: rgba(0, 111, 153, 0.24);
  background: linear-gradient(135deg, #0E2B4C 0%, #008DBD 100%);
  text-shadow: none;
  box-shadow:
    0 16px 38px rgba(0, 111, 153, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.theme-light .nav__cta:hover,
.theme-light .button--primary:hover,
.theme-light .section .button--primary:hover,
.theme-light .diagnostic-card .button--primary:hover,
.theme-light .guided-catalog__support a:hover,
.theme-light .qualification-cta:hover {
  color: #FFFFFF;
  background: linear-gradient(135deg, #12375F 0%, #00A4D4 100%);
  box-shadow:
    0 20px 48px rgba(0, 111, 153, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.theme-light .button--ghost,
.theme-light .section .button--ghost,
.theme-light .ops-proof .button--ghost {
  color: #0E2B4C;
  border-color: rgba(11, 26, 48, 0.16);
  background: rgba(255, 255, 255, 0.70);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.theme-light .button--ghost:hover,
.theme-light .section .button--ghost:hover,
.theme-light .ops-proof .button--ghost:hover {
  color: #081827;
  border-color: rgba(0, 126, 176, 0.34);
  background: rgba(0, 141, 189, 0.08);
}

.theme-light .theme-switch {
  color: #0E2B4C;
  border-color: rgba(11, 26, 48, 0.16);
  background: rgba(255, 255, 255, 0.76);
}

.theme-light .theme-switch:hover {
  border-color: rgba(0, 126, 176, 0.30);
  background: rgba(0, 141, 189, 0.08);
}

.theme-light .theme-switch__icon {
  background: #0E2B4C;
  box-shadow: none;
}

.theme-light .nav .brand__image--symbol,
.theme-light .mobile-menu__top .brand__image--symbol,
.theme-light .footer__col--brand .brand__image {
  filter: brightness(0) saturate(100%) invert(11%) sepia(29%) saturate(1682%) hue-rotate(175deg) brightness(92%) contrast(99%);
}

.theme-light .nav__toggle span {
  background: #0E2B4C;
}

.theme-light .mobile-menu {
  border-color: rgba(11, 26, 48, 0.10);
  background: rgba(247, 249, 252, 0.98);
  box-shadow: -24px 0 70px rgba(16, 38, 66, 0.16);
}

.theme-light .mobile-menu__close {
  color: #607186;
}

.theme-light .menu-overlay.active {
  background: rgba(8, 24, 39, 0.28);
}

.theme-light .hero,
.theme-light .hero * {
  --bg: #F4F7FB;
  --bg-soft: #FFFFFF;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: rgba(255, 255, 255, 0.98);
  --line: rgba(11, 26, 48, 0.10);
  --line-strong: rgba(0, 126, 176, 0.34);
  --text: #081827;
  --soft: #203954;
  --muted: #607186;
  --cyan: #008DBD;
  --cyan-soft: #006F99;
  --blue: #0E2B4C;
}

.theme-light .hero {
  background:
    radial-gradient(circle at 58% 14%, rgba(0, 141, 189, 0.10), transparent 34vw),
    radial-gradient(circle at 16% 18%, rgba(14, 43, 76, 0.06), transparent 28vw),
    linear-gradient(180deg, #F7F9FC 0%, #F0F4FA 100%);
}

.theme-light .hero--focused::before {
  background:
    radial-gradient(circle at 58% 24%, rgba(0, 141, 189, 0.12), transparent 34%),
    radial-gradient(circle at 50% 48%, rgba(14, 43, 76, 0.08), transparent 58%);
  opacity: 0.86;
}

.theme-light .hero--focused::after {
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(0, 141, 189, 0.075) 42.15%, transparent 42.4%),
    linear-gradient(26deg, transparent 0 63%, rgba(11, 26, 48, 0.045) 63.15%, transparent 63.35%),
    radial-gradient(ellipse at 64% 6%, rgba(255, 255, 255, 0.72), transparent 44%);
  opacity: 0.92;
}

.theme-light .hero h1,
.theme-light .hero h2,
.theme-light .hero h3,
.theme-light .hero__copy h1 {
  color: #081827;
}

.theme-light .hero .hero__accent,
.theme-light .ops-proof__headline-accent {
  color: #006F99;
  text-shadow: none;
}

.theme-light .hero__lead,
.theme-light .hero__chips span {
  color: #40566E;
}

.theme-light .hero .section-kicker,
.theme-light .hero .hero__kicker,
.theme-light .section-kicker,
.theme-light .ops-proof__kicker,
.theme-light .srv-head__kicker,
.theme-light .contact-hero__kicker {
  color: #006F99;
  border-color: rgba(0, 126, 176, 0.22);
  background: rgba(0, 141, 189, 0.07);
  box-shadow: none;
}

.theme-light .hero .section-kicker::before,
.theme-light .hero .hero__kicker::before,
.theme-light .section-kicker::before,
.theme-light .ops-proof__kicker::before,
.theme-light .srv-head__kicker::before,
.theme-light .contact-hero__kicker::before {
  background: #008DBD;
  box-shadow: 0 0 10px rgba(0, 141, 189, 0.30);
}

.theme-light .hero__chips span {
  border-color: rgba(11, 26, 48, 0.10);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.theme-light .section,
.theme-light .guided-catalog,
.theme-light .ops-proof,
.theme-light .ecosystem,
.theme-light .final-cta,
.theme-light .srv-wrap {
  color: #607186;
  background:
    radial-gradient(ellipse at 92% 6%, rgba(0, 141, 189, 0.055), transparent 34vw),
    linear-gradient(180deg, #F4F7FB 0%, #EEF3F9 100%);
}

.theme-light .section--dark,
.theme-light .section--blue,
.theme-light #entregas,
.theme-light #prova-social,
.theme-light #solucoes {
  background:
    radial-gradient(ellipse at 88% 8%, rgba(0, 141, 189, 0.055), transparent 32vw),
    #FFFFFF !important;
}

.theme-light #prova-social,
.theme-light .guided-catalog {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 141, 189, 0.075), transparent 36%),
    linear-gradient(180deg, #F4F7FB 0%, #EEF3F9 100%) !important;
}

.theme-light #diagnostico,
.theme-light .contact-wrap {
  background:
    linear-gradient(180deg, rgba(244, 247, 251, 0.94), rgba(244, 247, 251, 0.88)),
    url("../img/Ultrawide_cinematic_background_for_a_website_hero__7ee3f9ca2a.png") 85% center / cover no-repeat !important;
}

.theme-light .contact-wrap #diagnostico {
  background: none !important;
}

.theme-light .home-flow .guided-catalog,
.theme-light .home-flow #entregas,
.theme-light .home-flow #prova-social {
  box-shadow: none;
}

.theme-light .home-flow #diagnostico::before {
  display: none;
}

.theme-light .guided-catalog::before,
.theme-light .ops-proof::before {
  background:
    linear-gradient(rgba(11, 26, 48, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 26, 48, 0.030) 1px, transparent 1px);
  opacity: 0.42;
}

.theme-light .guided-catalog::after,
.theme-light .ops-proof::after,
.theme-light .services-stage::before,
.theme-light .ops-proof__visual::before,
.theme-light .ops-proof__visual::after {
  background: radial-gradient(circle, rgba(0, 141, 189, 0.10), transparent 68%);
  opacity: 0.72;
}

.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light h5,
.theme-light h6,
.theme-light .section-heading h2,
.theme-light .ops-proof__content h2,
.theme-light .diag-header h2,
.theme-light .solution-copy h2,
.theme-light .delivery-copy h2,
.theme-light .ecosystem h2,
.theme-light .final-cta h2,
.theme-light .srv-head__title,
.theme-light .contact-hero__title,
.theme-light #solucoes .section-heading h2 {
  color: #081827;
  text-shadow: none;
}

.theme-light p,
.theme-light .section-heading p:not(.section-kicker),
.theme-light .ops-proof__content p:not(.section-kicker),
.theme-light .diag-header p:not(.section-kicker),
.theme-light .solution-copy p,
.theme-light .delivery-copy p,
.theme-light .ecosystem p,
.theme-light .final-cta p:not(.section-kicker),
.theme-light .srv-head__desc,
.theme-light .srv-head__back,
.theme-light .contact-hero__desc,
.theme-light .contact-hero__back,
.theme-light #solucoes .section-heading p:not(.section-kicker) {
  color: #607186;
}

.theme-light .srv-head__back:hover,
.theme-light .contact-hero__back:hover {
  color: #081827;
}

.theme-light .qualification-card,
.theme-light .guided-card,
.theme-light .audience-card,
.theme-light .service-card,
.theme-light .service-card--feature,
.theme-light .solution-panel,
.theme-light .tab-panel,
.theme-light .diagnostic-card,
.theme-light .tcard,
.theme-light .tcard--featured,
.theme-light .case-card,
.theme-light .testimonial-card,
.theme-light .services-stage__closing,
.theme-light .channels-bar__pill,
.theme-light .logo-chip {
  border-color: rgba(11, 26, 48, 0.10);
  background:
    radial-gradient(circle at var(--mouse-x, 88%) var(--mouse-y, 8%), rgba(0, 141, 189, 0.045), transparent 34%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFD 100%);
  box-shadow:
    0 1px 3px rgba(16, 38, 66, 0.055),
    0 12px 34px rgba(16, 38, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.theme-light .qualification-card:hover,
.theme-light .guided-card:hover,
.theme-light .audience-card:hover,
.theme-light .service-card:hover,
.theme-light .case-card:hover,
.theme-light .testimonial-card:hover,
.theme-light .tcard:hover,
.theme-light .logo-chip:hover {
  border-color: rgba(0, 126, 176, 0.28);
  box-shadow:
    0 3px 8px rgba(16, 38, 66, 0.07),
    0 18px 48px rgba(16, 38, 66, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.theme-light .qualification-card--active,
.theme-light .guided-card--active,
.theme-light .service-card--feature,
.theme-light .tcard--featured {
  border-color: rgba(0, 126, 176, 0.32);
  background:
    radial-gradient(circle at 82% 92%, rgba(0, 141, 189, 0.10), transparent 36%),
    linear-gradient(145deg, #FFFFFF, #EAF5FA);
  box-shadow:
    0 0 0 1px rgba(0, 126, 176, 0.12),
    0 12px 36px rgba(0, 111, 153, 0.10),
    0 22px 56px rgba(16, 38, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.theme-light .qualification-card h3,
.theme-light .guided-card h3,
.theme-light .audience-card h3,
.theme-light .service-card h3,
.theme-light .service-card--feature h3,
.theme-light .tab-panel h3,
.theme-light .delivery-block h4,
.theme-light .case-card h3,
.theme-light .case-card strong,
.theme-light .tcard__name,
.theme-light .services-stage__closing strong,
.theme-light .dashboard__top strong,
.theme-light .dashboard__metrics strong,
.theme-light .ops-proof__signal strong,
.theme-light .node strong {
  color: #081827;
  text-shadow: none;
}

.theme-light .qualification-card p,
.theme-light .guided-card p,
.theme-light .audience-card p,
.theme-light .service-card p,
.theme-light .service-card--feature p,
.theme-light .tab-panel p,
.theme-light .tab-panel li,
.theme-light .delivery-block li,
.theme-light .case-card p,
.theme-light .tcard__quote,
.theme-light .services-stage__closing span,
.theme-light .dashboard__top span,
.theme-light .dashboard__metrics span,
.theme-light .ops-proof__signal span,
.theme-light .node span,
.theme-light .node {
  color: #607186;
}

.theme-light .qualification-card p strong,
.theme-light .guided-card p strong,
.theme-light .service-card strong,
.theme-light .tab-panel strong,
.theme-light .tcard__seg,
.theme-light .card-topline span,
.theme-light .maturity-rail strong,
.theme-light .node small {
  color: #006F99;
}

.theme-light .guided-card ul,
.theme-light .card-topline em,
.theme-light .maturity-rail small {
  color: #40566E;
}

.theme-light .guided-card__tag {
  color: #006F99;
  border-color: rgba(0, 126, 176, 0.22);
  background: rgba(0, 141, 189, 0.075);
}

.theme-light .guided-card::before,
.theme-light .qualification-card::before,
.theme-light .spotlight::before {
  background: radial-gradient(circle 150px at var(--mouse-x, -20%) var(--mouse-y, -20%), rgba(0, 141, 189, 0.06), transparent 70%);
}

.theme-light .guided-card li::before,
.theme-light .tab-panel li::before {
  background: #008DBD;
  box-shadow: 0 0 8px rgba(0, 141, 189, 0.34);
}

.theme-light .guided-card__cta,
.theme-light .service-card__cta {
  color: #0E2B4C;
  border-color: rgba(11, 26, 48, 0.14);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.theme-light .guided-card__cta:hover,
.theme-light .service-card__cta:hover {
  color: #081827;
  border-color: rgba(0, 126, 176, 0.34);
  background: rgba(0, 141, 189, 0.08);
  box-shadow: 0 10px 26px rgba(16, 38, 66, 0.10);
}

.theme-light .guided-card--active .guided-card__cta,
.theme-light .guided-card--active .guided-card__cta:hover {
  color: #FFFFFF;
  border-color: rgba(0, 111, 153, 0.24);
  background: linear-gradient(135deg, #0E2B4C 0%, #008DBD 100%);
  box-shadow: 0 14px 34px rgba(0, 111, 153, 0.22);
}

.theme-light .service-card__cta b {
  color: inherit;
}

.theme-light .qualification-card__icon,
.theme-light .service-icon,
.theme-light .service-card__icon,
.theme-light .delivery-block i,
.theme-light .tcard__ext-icon,
.theme-light .diagnostic-contact-item > span,
.theme-light .diag-modal__icon {
  color: #006F99;
  border-color: rgba(0, 126, 176, 0.20);
  background: rgba(0, 141, 189, 0.075);
  filter: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.theme-light .qualification-card--active .qualification-card__icon,
.theme-light .service-card--feature .service-icon,
.theme-light .node--active {
  color: #FFFFFF;
  border-color: rgba(0, 111, 153, 0.22);
  background: linear-gradient(135deg, #0E2B4C 0%, #008DBD 100%);
  box-shadow: 0 14px 34px rgba(0, 111, 153, 0.22);
}

.theme-light .node--active strong,
.theme-light .node--active small,
.theme-light .node--active span {
  color: #FFFFFF;
}

.theme-light .business-carousel,
.theme-light .logo-strip,
.theme-light .channels-bar,
.theme-light .ops-proof__dashboard,
.theme-light .solution-visual,
.theme-light .services-interface,
.theme-light .diagnostic-contact-panel,
.theme-light .diagnostic-form-panel,
.theme-light .delivery-block {
  border-color: rgba(11, 26, 48, 0.10);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 141, 189, 0.055), transparent 36%),
    linear-gradient(180deg, #FFFFFF 0%, #F8FAFD 100%);
  box-shadow:
    0 1px 3px rgba(16, 38, 66, 0.055),
    0 14px 42px rgba(16, 38, 66, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.theme-light .business-carousel::before,
.theme-light .logo-strip::before,
.theme-light .case-carousel::before {
  background: linear-gradient(90deg, #F4F7FB, transparent);
}

.theme-light .business-carousel::after,
.theme-light .logo-strip::after,
.theme-light .case-carousel::after {
  background: linear-gradient(270deg, #F4F7FB, transparent);
}

.theme-light .business-carousel__track span,
.theme-light .channels-bar__label,
.theme-light .channels-bar__item,
.theme-light .channels-bar__item strong,
.theme-light .logo-chip,
.theme-light .logo-track span {
  color: #203954;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  text-shadow: none;
}

.theme-light .business-carousel__track i,
.theme-light .channels-bar__item svg,
.theme-light .footer__contact-list li svg,
.theme-light .footer__social-list svg {
  color: #006F99;
  text-shadow: none;
}

.theme-light .logo-chip img,
.theme-light .channels-bar__item img {
  filter: brightness(0) saturate(100%) invert(20%) sepia(28%) saturate(1229%) hue-rotate(170deg) brightness(92%) contrast(91%);
}

.theme-light .tabs {
  border-color: rgba(11, 26, 48, 0.10);
  background: rgba(255, 255, 255, 0.74);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    0 10px 28px rgba(16, 38, 66, 0.08);
}

.theme-light .tab-btn,
.theme-light .tab-btn:not(.active) {
  color: #607186;
  border-color: transparent;
  background: transparent;
}

.theme-light .tab-btn:hover:not(.active),
.theme-light .tab-btn:focus-visible:not(.active) {
  color: #0E2B4C;
  border-color: rgba(0, 126, 176, 0.18);
  background: rgba(0, 141, 189, 0.07);
}

.theme-light .tab-btn.active,
.theme-light .tab-btn[aria-selected="true"] {
  color: #FFFFFF;
  border-color: rgba(0, 111, 153, 0.22);
  background: linear-gradient(135deg, #0E2B4C 0%, #008DBD 100%);
  box-shadow: 0 12px 28px rgba(0, 111, 153, 0.20);
}

.theme-light .tab-panel__bottom {
  color: #006F99 !important;
  border-color: rgba(0, 126, 176, 0.18);
  background: rgba(0, 141, 189, 0.07);
}

.theme-light .diagnostic-card {
  border-color: rgba(11, 26, 48, 0.10);
  background: linear-gradient(90deg, #FFFFFF, #F8FAFD);
}

.theme-light .diagnostic-contact-panel {
  border-right-color: rgba(11, 26, 48, 0.08);
}

.theme-light .diag-contact-label,
.theme-light .diagnostic-form label,
.theme-light .diagnostic-field > label,
.theme-light .form-head {
  color: #607186;
}

.theme-light .diagnostic-contact-item,
.theme-light .diagnostic-contact-item strong,
.theme-light .form-head strong {
  color: #081827;
}

.theme-light .diagnostic-contact-item small {
  color: #607186;
}

.theme-light .diagnostic-contact-item:is(a):hover {
  opacity: 1;
  color: #006F99;
}

.theme-light .diagnostic-form input,
.theme-light .diagnostic-form select,
.theme-light .diagnostic-form textarea,
.theme-light .custom-select__button {
  color: #081827;
  border-color: rgba(11, 26, 48, 0.14);
  background: #FFFFFF;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
  color-scheme: light;
}

.theme-light .diagnostic-form input::placeholder,
.theme-light .diagnostic-form textarea::placeholder {
  color: rgba(96, 113, 134, 0.62);
}

.theme-light .diagnostic-form input:focus,
.theme-light .diagnostic-form select:focus,
.theme-light .diagnostic-form textarea:focus,
.theme-light .custom-select.is-open .custom-select__button,
.theme-light .custom-select__button:hover,
.theme-light .custom-select__button:focus-visible {
  color: #081827;
  border-color: rgba(0, 126, 176, 0.52);
  background: #FFFFFF;
  box-shadow:
    0 0 0 4px rgba(0, 141, 189, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.theme-light .diagnostic-form select option {
  color: #081827;
  background-color: #FFFFFF;
}

.theme-light .diagnostic-form select option:checked,
.theme-light .diagnostic-form select option:hover {
  color: #081827;
  background-color: #EAF5FA;
}

.theme-light .custom-select__icon {
  border-color: rgba(0, 126, 176, 0.18);
  background: rgba(0, 141, 189, 0.08);
}

.theme-light .custom-select__icon::before,
.theme-light .custom-select__icon::after {
  background: #006F99;
}

.theme-light .custom-select__menu {
  border-color: rgba(11, 26, 48, 0.12);
  background: #FFFFFF;
  box-shadow: 0 18px 54px rgba(16, 38, 66, 0.14);
}

.theme-light .custom-select__option {
  color: #40566E;
  background: transparent;
}

.theme-light .custom-select__option:hover,
.theme-light .custom-select__option:focus-visible,
.theme-light .custom-select__option[aria-selected="true"] {
  color: #081827;
  border-color: rgba(0, 126, 176, 0.20);
  background: rgba(0, 141, 189, 0.08);
}

.theme-light .custom-select.has-value .custom-select__value {
  color: #081827;
}

.theme-light .custom-select:not(.has-value) .custom-select__value {
  color: #607186;
}

.theme-light .custom-select.is-invalid .custom-select__button,
.theme-light .diagnostic-form input:invalid:not(:placeholder-shown),
.theme-light .diagnostic-form textarea:invalid:not(:placeholder-shown) {
  border-color: rgba(184, 64, 64, 0.52);
  box-shadow: 0 0 0 4px rgba(184, 64, 64, 0.08);
}

.theme-light .form-status {
  color: #607186;
}

.theme-light .form-status.is-error {
  color: #B84040;
}

.theme-light .form-status.is-success,
.theme-light .form-note,
.theme-light .form-note--sub {
  color: #006F99;
}

.theme-light .diag-modal__box,
.theme-light .diag-modal {
  color: #607186;
  border-color: rgba(11, 26, 48, 0.10);
  background: #FFFFFF;
  box-shadow: 0 32px 84px rgba(16, 38, 66, 0.18);
}

.theme-light .diag-modal__title,
.theme-light .diag-modal h2,
.theme-light .diag-modal__info-title {
  color: #081827;
}

.theme-light .diag-modal p,
.theme-light .diag-modal li,
.theme-light .diag-modal__body,
.theme-light .diag-modal__desc {
  color: #607186;
}

.theme-light .diag-modal__eyebrow {
  color: #006F99;
}

.theme-light .diag-modal__backdrop {
  background: rgba(8, 24, 39, 0.36);
}

.theme-light .footer {
  --text: #081827;
  --soft: #203954;
  --muted: #607186;
  --line: rgba(11, 26, 48, 0.10);
  color: #607186;
  border-top-color: rgba(11, 26, 48, 0.10);
  background:
    radial-gradient(circle at 80% 0%, rgba(0, 141, 189, 0.07), transparent 34vw),
    linear-gradient(180deg, #FFFFFF 0%, #EEF3F9 100%);
}

.theme-light .footer__col-title {
  color: #0E2B4C;
}

.theme-light .footer__col nav a,
.theme-light .footer__contact-list li,
.theme-light .footer__contact-list a,
.theme-light .footer__social-list a {
  color: #607186;
}

.theme-light .footer__col nav a:hover,
.theme-light .footer__contact-list a:hover,
.theme-light .footer__social-list a:hover {
  color: #081827;
}

.theme-light .footer__bottom {
  border-top-color: rgba(11, 26, 48, 0.08);
  color: #607186;
}

.theme-light .footer__bottom-inner span {
  color: rgba(96, 113, 134, 0.78);
}

.theme-light .button:disabled,
.theme-light .nav__cta:disabled,
.theme-light .theme-switch:disabled,
.theme-light .tab-btn:disabled,
.theme-light .diagnostic-form button:disabled,
.theme-light .custom-select__option:disabled {
  color: rgba(96, 113, 134, 0.58);
  border-color: rgba(11, 26, 48, 0.08);
  background: rgba(11, 26, 48, 0.045);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.74;
}

/* Light theme: CTA buttons follow the menu button color/effect */
.theme-light .nav__cta,
.theme-light .button,
.theme-light .button--primary,
.theme-light .button--ghost,
.theme-light .section .button--primary,
.theme-light .section .button--ghost,
.theme-light .diagnostic-card .button--primary,
.theme-light .guided-card__cta,
.theme-light .guided-card--active .guided-card__cta,
.theme-light .service-card__cta,
.theme-light .qualification-cta,
.theme-light .guided-catalog__cta,
.theme-light .guided-catalog__support a,
.theme-light .diag-modal__cta,
.theme-light .tab-btn.active,
.theme-light .tab-btn[aria-selected="true"] {
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  border-color: rgba(0, 111, 153, 0.24);
  background: linear-gradient(135deg, #0E2B4C 0%, #008DBD 100%);
  text-shadow: none;
  box-shadow:
    0 16px 38px rgba(0, 111, 153, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.theme-light .button::before,
.theme-light .qualification-cta::before,
.theme-light .guided-catalog__cta::before {
  background: radial-gradient(circle at 50% 50%, rgba(0, 141, 189, 0.22), transparent 62%);
}

.theme-light .guided-card__cta::after,
.theme-light .service-card__cta::after,
.theme-light .qualification-cta::after,
.theme-light .guided-catalog__cta::after,
.theme-light .guided-catalog__support a::after,
.theme-light .tab-btn.active::after,
.theme-light .tab-btn[aria-selected="true"]::after {
  content: "";
  position: absolute;
  inset: -45% auto -45% -60%;
  width: 44%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.50), transparent);
  transform: skewX(-18deg) translateX(0);
  opacity: 0;
  pointer-events: none;
}

.theme-light .nav__cta:hover,
.theme-light .button:hover,
.theme-light .button--primary:hover,
.theme-light .button--ghost:hover,
.theme-light .section .button--primary:hover,
.theme-light .section .button--ghost:hover,
.theme-light .diagnostic-card .button--primary:hover,
.theme-light .guided-card__cta:hover,
.theme-light .guided-card--active .guided-card__cta:hover,
.theme-light .service-card__cta:hover,
.theme-light .qualification-cta:hover,
.theme-light .guided-catalog__cta:hover,
.theme-light .guided-catalog__support a:hover,
.theme-light .diag-modal__cta:hover,
.theme-light .tab-btn.active:hover,
.theme-light .tab-btn[aria-selected="true"]:hover {
  color: #FFFFFF;
  border-color: rgba(0, 111, 153, 0.30);
  background: linear-gradient(135deg, #12375F 0%, #00A4D4 100%);
  box-shadow:
    0 20px 48px rgba(0, 111, 153, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.theme-light .guided-card__cta:hover::after,
.theme-light .service-card__cta:hover::after,
.theme-light .qualification-cta:hover::after,
.theme-light .guided-catalog__cta:hover::after,
.theme-light .guided-catalog__support a:hover::after,
.theme-light .tab-btn.active:hover::after,
.theme-light .tab-btn[aria-selected="true"]:hover::after {
  animation: buttonFlash 0.78s var(--ease);
}

.theme-light .service-card__cta b,
.theme-light .guided-card__cta b {
  color: inherit;
}

/* Light theme: richer editorial palette, less white */
.theme-light {
  --bg: #F1EFEA;
  --bg-soft: #F8F6F0;
  --panel: rgba(250, 248, 242, 0.92);
  --panel-strong: rgba(255, 253, 248, 0.98);
  --line: rgba(44, 54, 84, 0.13);
  --line-strong: rgba(82, 92, 178, 0.36);
  --text: #10172B;
  --soft: #263452;
  --muted: #5D667A;
  --cyan: #4E7DFF;
  --cyan-soft: #4757B8;
  --blue: #18244A;
  --indigo: #4757B8;
  --violet: #6B5ED7;
  --mist: #E9E7F5;
  background: #F1EFEA;
}

.theme-light .scene {
  background:
    radial-gradient(circle at 76% 12%, rgba(78, 125, 255, 0.13), transparent 34vw),
    radial-gradient(circle at 10% 18%, rgba(107, 94, 215, 0.10), transparent 30vw),
    radial-gradient(circle at 78% 82%, rgba(71, 87, 184, 0.09), transparent 34vw),
    linear-gradient(180deg, #F7F5EF 0%, #ECECF5 48%, #F1EFEA 100%);
}

.theme-light .scene__grid {
  opacity: 0.15;
  background:
    linear-gradient(rgba(44, 54, 84, 0.040) 1px, transparent 1px),
    linear-gradient(90deg, rgba(44, 54, 84, 0.030) 1px, transparent 1px);
}

.theme-light .scene__glow--one { background: rgba(78, 125, 255, 0.080); }
.theme-light .scene__glow--two { background: rgba(107, 94, 215, 0.065); }

.theme-light .nav__inner {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.88), rgba(236, 236, 245, 0.78));
  border-color: rgba(44, 54, 84, 0.13);
}

.theme-light .nav.scrolled .nav__inner {
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(241, 240, 248, 0.92));
}

.theme-light .mobile-menu {
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 125, 255, 0.10), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(107, 94, 215, 0.08), transparent 42%),
    linear-gradient(180deg, #F8F6F0 0%, #ECECF5 100%);
}

.theme-light .hero {
  background:
    radial-gradient(circle at 62% 8%, rgba(78, 125, 255, 0.16), transparent 34vw),
    radial-gradient(circle at 12% 20%, rgba(107, 94, 215, 0.12), transparent 30vw),
    radial-gradient(circle at 82% 80%, rgba(71, 87, 184, 0.10), transparent 30vw),
    linear-gradient(180deg, #F8F6F0 0%, #EFEFF7 54%, #F1EFEA 100%);
}

.theme-light .hero--focused::before {
  background:
    radial-gradient(circle at 58% 24%, rgba(78, 125, 255, 0.15), transparent 34%),
    radial-gradient(circle at 28% 42%, rgba(107, 94, 215, 0.13), transparent 50%),
    radial-gradient(circle at 64% 58%, rgba(71, 87, 184, 0.10), transparent 58%);
}

.theme-light .hero--focused::after {
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(78, 125, 255, 0.080) 42.15%, transparent 42.4%),
    linear-gradient(26deg, transparent 0 63%, rgba(107, 94, 215, 0.065) 63.15%, transparent 63.35%),
    radial-gradient(ellipse at 64% 6%, rgba(255, 253, 248, 0.70), transparent 44%);
}

.theme-light .section,
.theme-light .ops-proof,
.theme-light .ecosystem,
.theme-light .final-cta,
.theme-light .srv-wrap {
  background:
    radial-gradient(ellipse at 92% 6%, rgba(78, 125, 255, 0.080), transparent 34vw),
    radial-gradient(ellipse at 8% 82%, rgba(107, 94, 215, 0.060), transparent 32vw),
    linear-gradient(180deg, #F1EFEA 0%, #E9EAF3 100%);
}

.theme-light .guided-catalog,
.theme-light #prova-social {
  background:
    radial-gradient(circle at 50% 0%, rgba(78, 125, 255, 0.100), transparent 36%),
    radial-gradient(circle at 14% 76%, rgba(107, 94, 215, 0.085), transparent 34%),
    linear-gradient(180deg, #F3F1EB 0%, #EBECF5 48%, #F1EFEA 100%) !important;
}

.theme-light .section--dark,
.theme-light .section--blue,
.theme-light #entregas,
.theme-light #solucoes {
  background:
    radial-gradient(ellipse at 88% 8%, rgba(78, 125, 255, 0.080), transparent 32vw),
    radial-gradient(ellipse at 8% 88%, rgba(107, 94, 215, 0.065), transparent 30vw),
    linear-gradient(180deg, #F8F6F0 0%, #ECECF5 100%) !important;
}

.theme-light #diagnostico,
.theme-light .contact-wrap {
  background:
    linear-gradient(180deg, rgba(241, 239, 234, 0.90), rgba(233, 231, 245, 0.86)),
    radial-gradient(circle at 12% 20%, rgba(107, 94, 215, 0.12), transparent 32vw),
    url("../img/Ultrawide_cinematic_background_for_a_website_hero__7ee3f9ca2a.png") 85% center / cover no-repeat !important;
}

.theme-light .qualification-card,
.theme-light .guided-card,
.theme-light .audience-card,
.theme-light .service-card,
.theme-light .service-card--feature,
.theme-light .solution-panel,
.theme-light .tab-panel,
.theme-light .diagnostic-card,
.theme-light .tcard,
.theme-light .tcard--featured,
.theme-light .case-card,
.theme-light .testimonial-card,
.theme-light .services-stage__closing,
.theme-light .channels-bar__pill,
.theme-light .logo-chip,
.theme-light .business-carousel,
.theme-light .logo-strip,
.theme-light .channels-bar,
.theme-light .ops-proof__dashboard,
.theme-light .solution-visual,
.theme-light .services-interface,
.theme-light .diagnostic-contact-panel,
.theme-light .diagnostic-form-panel,
.theme-light .delivery-block {
  border-color: rgba(37, 48, 68, 0.12);
  background:
    radial-gradient(circle at var(--mouse-x, 88%) var(--mouse-y, 8%), rgba(78, 125, 255, 0.060), transparent 34%),
    radial-gradient(circle at 6% 100%, rgba(107, 94, 215, 0.040), transparent 42%),
    linear-gradient(180deg, #FFFCF7 0%, #F0F1F8 100%);
  box-shadow:
    0 1px 3px rgba(37, 48, 68, 0.060),
    0 12px 34px rgba(37, 48, 68, 0.085),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.theme-light .qualification-card--active,
.theme-light .guided-card--active,
.theme-light .service-card--feature,
.theme-light .tcard--featured {
  border-color: rgba(0, 126, 176, 0.32);
  background:
    radial-gradient(circle at 82% 92%, rgba(78, 125, 255, 0.12), transparent 36%),
    radial-gradient(circle at 8% 10%, rgba(107, 94, 215, 0.075), transparent 42%),
    linear-gradient(145deg, #FFFCF7, #ECECF8);
}

.theme-light .guided-card:nth-child(2),
.theme-light .service-card--conversion,
.theme-light .delivery-block:nth-child(2n) {
  background:
    radial-gradient(circle at 86% 8%, rgba(71, 87, 184, 0.075), transparent 34%),
    linear-gradient(180deg, #FFFCF7 0%, #EEEFF8 100%);
}

.theme-light .guided-card:nth-child(3),
.theme-light .service-card--data,
.theme-light .tcard:nth-child(3n) {
  background:
    radial-gradient(circle at 86% 8%, rgba(107, 94, 215, 0.080), transparent 34%),
    linear-gradient(180deg, #FFFCF7 0%, #F0EDF9 100%);
}

.theme-light .guided-card:nth-child(4),
.theme-light .service-card--retention {
  background:
    radial-gradient(circle at 86% 8%, rgba(78, 125, 255, 0.070), transparent 34%),
    linear-gradient(180deg, #FFFCF7 0%, #EEF2FA 100%);
}

.theme-light .section-kicker,
.theme-light .hero .section-kicker,
.theme-light .hero .hero__kicker,
.theme-light .ops-proof__kicker,
.theme-light .srv-head__kicker,
.theme-light .contact-hero__kicker {
  color: #4757B8;
  border-color: rgba(71, 87, 184, 0.22);
  background: rgba(71, 87, 184, 0.075);
}

.theme-light .section-kicker::before,
.theme-light .hero .section-kicker::before,
.theme-light .hero .hero__kicker::before,
.theme-light .ops-proof__kicker::before,
.theme-light .srv-head__kicker::before,
.theme-light .contact-hero__kicker::before {
  background: #6B5ED7;
  box-shadow: 0 0 10px rgba(107, 94, 215, 0.30);
}

.theme-light .guided-card__tag,
.theme-light .tab-panel__bottom,
.theme-light .diag-modal__eyebrow,
.theme-light .form-status.is-success,
.theme-light .form-note,
.theme-light .form-note--sub {
  color: #4757B8;
  border-color: rgba(71, 87, 184, 0.22);
  background: rgba(71, 87, 184, 0.075);
}

.theme-light .qualification-card p strong,
.theme-light .guided-card p strong,
.theme-light .service-card strong,
.theme-light .tab-panel strong,
.theme-light .tcard__seg,
.theme-light .card-topline span,
.theme-light .maturity-rail strong,
.theme-light .node small {
  color: #5B4FC4;
}

.theme-light .qualification-card__icon,
.theme-light .service-icon,
.theme-light .service-card__icon,
.theme-light .delivery-block i,
.theme-light .tcard__ext-icon,
.theme-light .diagnostic-contact-item > span,
.theme-light .diag-modal__icon {
  color: #4757B8;
  border-color: rgba(71, 87, 184, 0.22);
  background: rgba(71, 87, 184, 0.080);
}

.theme-light .guided-card li::before,
.theme-light .tab-panel li::before {
  background: #6B5ED7;
  box-shadow: 0 0 8px rgba(107, 94, 215, 0.30);
}

.theme-light .tabs {
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.78), rgba(236, 236, 245, 0.74));
  border-color: rgba(44, 54, 84, 0.13);
}

.theme-light .diagnostic-form input,
.theme-light .diagnostic-form select,
.theme-light .diagnostic-form textarea,
.theme-light .custom-select__button,
.theme-light .custom-select__menu,
.theme-light .diag-modal__box,
.theme-light .diag-modal {
  background: #FFFCF7;
}

.theme-light .footer {
  background:
    radial-gradient(circle at 80% 0%, rgba(78, 125, 255, 0.085), transparent 34vw),
    radial-gradient(circle at 8% 100%, rgba(107, 94, 215, 0.090), transparent 32vw),
    linear-gradient(180deg, #F8F6F0 0%, #E9EAF3 100%);
}

.theme-light .footer__col-title {
  color: #4757B8;
}

/* Light theme consistency pass: cream base with blue-violet accents */
.theme-light {
  --line-strong: rgba(71, 87, 184, 0.38);
  --cyan: #4E7DFF;
  --cyan-soft: #4757B8;
  --blue: #18244A;
}

.theme-light ::selection {
  color: #10172B;
  background: rgba(107, 94, 215, 0.18);
}

.theme-light :focus-visible {
  outline-color: rgba(107, 94, 215, 0.74);
}

.theme-light .nav__links a::after {
  background: linear-gradient(90deg, transparent, rgba(107, 94, 215, 0.72), transparent);
}

.theme-light .nav__links a:hover,
.theme-light .nav__links a[aria-current="page"],
.theme-light .mobile-menu__nav a:not(.button):hover,
.theme-light .mobile-menu__nav a:not(.button):focus-visible,
.theme-light .mobile-menu__nav a[aria-current="page"],
.theme-light .theme-switch:hover {
  background: rgba(107, 94, 215, 0.075);
}

.theme-light .hero .hero__accent,
.theme-light .ops-proof__headline-accent,
.theme-light .business-carousel__track i,
.theme-light .channels-bar__item svg,
.theme-light .footer__contact-list li svg,
.theme-light .footer__social-list svg,
.theme-light .diagnostic-contact-item:is(a):hover,
.theme-light .form-status.is-success,
.theme-light .form-note,
.theme-light .form-note--sub,
.theme-light .diag-modal__eyebrow {
  color: #4757B8;
}

.theme-light .nav__cta,
.theme-light .button,
.theme-light .button--primary,
.theme-light .button--ghost,
.theme-light .section .button--primary,
.theme-light .section .button--ghost,
.theme-light .diagnostic-card .button--primary,
.theme-light .guided-card__cta,
.theme-light .guided-card--active .guided-card__cta,
.theme-light .service-card__cta,
.theme-light .qualification-cta,
.theme-light .guided-catalog__cta,
.theme-light .guided-catalog__support a,
.theme-light .diag-modal__cta,
.theme-light .tab-btn.active,
.theme-light .tab-btn[aria-selected="true"] {
  color: #FFFFFF;
  border-color: rgba(71, 87, 184, 0.28);
  background: linear-gradient(135deg, #18244A 0%, #4757B8 58%, #6B5ED7 100%);
  box-shadow:
    0 16px 38px rgba(71, 87, 184, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.theme-light .nav__cta:hover,
.theme-light .button:hover,
.theme-light .button--primary:hover,
.theme-light .button--ghost:hover,
.theme-light .section .button--primary:hover,
.theme-light .section .button--ghost:hover,
.theme-light .diagnostic-card .button--primary:hover,
.theme-light .guided-card__cta:hover,
.theme-light .guided-card--active .guided-card__cta:hover,
.theme-light .service-card__cta:hover,
.theme-light .qualification-cta:hover,
.theme-light .guided-catalog__cta:hover,
.theme-light .guided-catalog__support a:hover,
.theme-light .diag-modal__cta:hover,
.theme-light .tab-btn.active:hover,
.theme-light .tab-btn[aria-selected="true"]:hover {
  color: #FFFFFF;
  border-color: rgba(107, 94, 215, 0.34);
  background: linear-gradient(135deg, #223064 0%, #5365D6 54%, #7B6CF0 100%);
  box-shadow:
    0 20px 48px rgba(71, 87, 184, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.theme-light .button::before,
.theme-light .qualification-cta::before,
.theme-light .guided-catalog__cta::before {
  background: radial-gradient(circle at 50% 50%, rgba(107, 94, 215, 0.24), transparent 62%);
}

.theme-light .qualification-card--active,
.theme-light .guided-card--active,
.theme-light .service-card--feature,
.theme-light .tcard--featured {
  border-color: rgba(71, 87, 184, 0.34);
  box-shadow:
    0 0 0 1px rgba(107, 94, 215, 0.12),
    0 12px 36px rgba(71, 87, 184, 0.12),
    0 22px 56px rgba(44, 54, 84, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.theme-light .qualification-card:hover,
.theme-light .guided-card:hover,
.theme-light .audience-card:hover,
.theme-light .service-card:hover,
.theme-light .case-card:hover,
.theme-light .testimonial-card:hover,
.theme-light .tcard:hover,
.theme-light .logo-chip:hover {
  border-color: rgba(107, 94, 215, 0.30);
}

.theme-light .guided-card__tag,
.theme-light .tab-panel__bottom,
.theme-light .qualification-card__icon,
.theme-light .service-icon,
.theme-light .service-card__icon,
.theme-light .delivery-block i,
.theme-light .tcard__ext-icon,
.theme-light .diagnostic-contact-item > span,
.theme-light .diag-modal__icon,
.theme-light .custom-select__icon {
  color: #4757B8;
  border-color: rgba(71, 87, 184, 0.22);
  background: rgba(71, 87, 184, 0.080);
}

.theme-light .section-kicker,
.theme-light .hero .section-kicker,
.theme-light .hero .hero__kicker,
.theme-light .ops-proof__kicker,
.theme-light .srv-head__kicker,
.theme-light .contact-hero__kicker {
  color: #4757B8;
  border-color: rgba(71, 87, 184, 0.22);
  background: rgba(71, 87, 184, 0.075);
}

.theme-light .section-kicker::before,
.theme-light .hero .section-kicker::before,
.theme-light .hero .hero__kicker::before,
.theme-light .ops-proof__kicker::before,
.theme-light .srv-head__kicker::before,
.theme-light .contact-hero__kicker::before,
.theme-light .guided-card li::before,
.theme-light .tab-panel li::before {
  background: #6B5ED7;
  box-shadow: 0 0 10px rgba(107, 94, 215, 0.30);
}

.theme-light .diagnostic-form input:focus,
.theme-light .diagnostic-form select:focus,
.theme-light .diagnostic-form textarea:focus,
.theme-light .custom-select.is-open .custom-select__button,
.theme-light .custom-select__button:hover,
.theme-light .custom-select__button:focus-visible {
  border-color: rgba(107, 94, 215, 0.52);
  box-shadow:
    0 0 0 4px rgba(107, 94, 215, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.theme-light .custom-select__icon::before,
.theme-light .custom-select__icon::after {
  background: #4757B8;
}

.theme-light .custom-select__option:hover,
.theme-light .custom-select__option:focus-visible,
.theme-light .custom-select__option[aria-selected="true"] {
  border-color: rgba(107, 94, 215, 0.20);
  background: rgba(107, 94, 215, 0.08);
}

.theme-light .hero--focused .hero__actions .button,
.theme-light .hero--focused .hero__actions .button--primary,
.theme-light .hero--focused .hero__actions .button--ghost {
  color: #FFFFFF;
  border-color: rgba(71, 87, 184, 0.28);
  background: linear-gradient(135deg, #18244A 0%, #4757B8 58%, #6B5ED7 100%);
  text-shadow: none;
  box-shadow:
    0 16px 38px rgba(71, 87, 184, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.20);
}

.theme-light .hero--focused .hero__actions .button:hover,
.theme-light .hero--focused .hero__actions .button--primary:hover,
.theme-light .hero--focused .hero__actions .button--ghost:hover {
  color: #FFFFFF;
  border-color: rgba(107, 94, 215, 0.34);
  background: linear-gradient(135deg, #223064 0%, #5365D6 54%, #7B6CF0 100%);
  box-shadow:
    0 20px 48px rgba(71, 87, 184, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

/* Light services: soft mirrored glass treatment */
.theme-light .service-card {
  isolation: isolate;
  border-color: rgba(71, 87, 184, 0.18);
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.86) 0%, rgba(255, 252, 247, 0.64) 42%, rgba(236, 236, 248, 0.76) 100%),
    radial-gradient(circle at 92% 8%, rgba(107, 94, 215, 0.14), transparent 34%),
    radial-gradient(circle at 8% 100%, rgba(78, 125, 255, 0.10), transparent 44%);
  box-shadow:
    0 22px 58px rgba(44, 54, 84, 0.12),
    0 2px 8px rgba(44, 54, 84, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    inset 0 -1px 0 rgba(71, 87, 184, 0.08);
  backdrop-filter: blur(18px) saturate(132%);
  -webkit-backdrop-filter: blur(18px) saturate(132%);
}

.theme-light .service-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(118deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.18) 30%, transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), transparent 42%);
  opacity: 0.72;
  pointer-events: none;
}

.theme-light .service-card::after {
  content: "";
  position: absolute;
  left: -24%;
  top: -18%;
  z-index: 0;
  width: 64%;
  height: 150%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.44) 48%, transparent 100%);
  transform: rotate(13deg);
  opacity: 0.30;
  pointer-events: none;
}

.theme-light .service-card:hover {
  border-color: rgba(107, 94, 215, 0.34);
  box-shadow:
    0 28px 72px rgba(44, 54, 84, 0.16),
    0 4px 14px rgba(44, 54, 84, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -1px 0 rgba(107, 94, 215, 0.12);
}

.theme-light .service-card > * {
  position: relative;
  z-index: 1;
}

.theme-light .service-card--feature {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.88) 0%, rgba(245, 241, 255, 0.78) 48%, rgba(232, 235, 252, 0.82) 100%),
    radial-gradient(circle at 82% 12%, rgba(107, 94, 215, 0.16), transparent 36%),
    radial-gradient(circle at 8% 100%, rgba(78, 125, 255, 0.12), transparent 46%);
}

.theme-light .service-card__cta {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.24) 0%, transparent 28%),
    linear-gradient(135deg, #18244A 0%, #4757B8 58%, #6B5ED7 100%);
  box-shadow:
    0 12px 26px rgba(71, 87, 184, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(16, 23, 43, 0.16);
}

.theme-light .service-card__cta:hover {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.30) 0%, transparent 30%),
    linear-gradient(135deg, #223064 0%, #5365D6 54%, #7B6CF0 100%);
  box-shadow:
    0 16px 34px rgba(71, 87, 184, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(16, 23, 43, 0.14);
}

/* Light diagnostic contact items: remove harsh white blocks */
.theme-light .diagnostic-contact-panel {
  background:
    radial-gradient(circle at 18% 8%, rgba(107, 94, 215, 0.08), transparent 42%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.74), rgba(236, 236, 245, 0.62));
}

.theme-light .diagnostic-contact-list {
  gap: 12px;
}

.theme-light .diagnostic-contact-item {
  position: relative;
  overflow: hidden;
  padding: 10px 12px;
  border: 1px solid rgba(71, 87, 184, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.64), rgba(248, 246, 240, 0.34)),
    radial-gradient(circle at 96% 0%, rgba(107, 94, 215, 0.08), transparent 34%);
  box-shadow:
    0 10px 24px rgba(44, 54, 84, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}

.theme-light .diagnostic-contact-item::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 48%);
  opacity: 0.68;
  pointer-events: none;
}

.theme-light .diagnostic-contact-item > * {
  position: relative;
  z-index: 1;
}

.theme-light .diagnostic-contact-item:is(a):hover {
  border-color: rgba(107, 94, 215, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 237, 249, 0.46)),
    radial-gradient(circle at 96% 0%, rgba(107, 94, 215, 0.10), transparent 34%);
  box-shadow:
    0 14px 30px rgba(44, 54, 84, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.theme-light .diagnostic-contact-item > span {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.70), rgba(236, 236, 245, 0.58));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    0 6px 16px rgba(71, 87, 184, 0.10);
}

/* Light services: macOS-style workspace background */
.theme-light .services-stage::before {
  background:
    radial-gradient(circle at 50% 22%, rgba(107, 94, 215, 0.18), transparent 30%),
    radial-gradient(circle at 35% 64%, rgba(65, 134, 255, 0.14), transparent 36%),
    radial-gradient(circle at 68% 70%, rgba(18, 184, 232, 0.10), transparent 38%);
  filter: blur(38px);
  opacity: 0.95;
}

.theme-light .services-interface {
  border-color: rgba(88, 99, 139, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 253, 248, 0.58) 9%, transparent 9.1%),
    radial-gradient(circle at 50% 38%, rgba(107, 94, 215, 0.18), transparent 29%),
    radial-gradient(circle at 34% 74%, rgba(65, 134, 255, 0.14), transparent 34%),
    radial-gradient(circle at 74% 78%, rgba(18, 184, 232, 0.11), transparent 36%),
    linear-gradient(rgba(87, 96, 142, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(87, 96, 142, 0.045) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 253, 248, 0.76), rgba(231, 234, 246, 0.84));
  background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 54px 54px, 54px 54px, 100% 100%;
  box-shadow:
    0 26px 80px rgba(37, 48, 68, 0.16),
    0 8px 24px rgba(107, 94, 215, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -1px 0 rgba(88, 99, 139, 0.10);
  backdrop-filter: blur(18px) saturate(1.12);
  -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.theme-light .services-interface::before {
  border-color: rgba(107, 94, 215, 0.12);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.34), transparent 22%),
    linear-gradient(135deg, transparent 0 48%, rgba(65, 134, 255, 0.18) 48.15% 48.55%, transparent 48.8%),
    linear-gradient(45deg, transparent 0 52%, rgba(107, 94, 215, 0.10) 52.15% 52.5%, transparent 52.8%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 20px 60px rgba(37, 48, 68, 0.08);
  opacity: 0.9;
}

.theme-light .services-interface::after {
  background:
    linear-gradient(90deg, rgba(255, 253, 248, 0.58), transparent 24%, transparent 76%, rgba(239, 241, 249, 0.58)),
    linear-gradient(180deg, transparent 48%, rgba(218, 224, 241, 0.28)),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.38), transparent 28%);
}

.theme-light .services-interface__bar {
  border-bottom-color: rgba(88, 99, 139, 0.13);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(244, 245, 251, 0.58));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.theme-light .services-interface__bar strong {
  color: rgba(50, 61, 90, 0.42);
}

.theme-light .services-interface__core {
  border-color: rgba(107, 94, 215, 0.13);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.30), transparent 58%);
  box-shadow:
    0 0 74px rgba(107, 94, 215, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.theme-light .services-interface__core i {
  border-color: rgba(107, 94, 215, 0.14);
}

.theme-light .services-interface__core i:nth-child(3) {
  background: radial-gradient(circle at 30% 24%, #FFFFFF, #9DB5FF 36%, #6B5ED7 74%);
  box-shadow:
    0 16px 42px rgba(65, 134, 255, 0.20),
    0 0 48px rgba(107, 94, 215, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.theme-light .services-interface__scan {
  background: linear-gradient(90deg, transparent, rgba(65, 134, 255, 0.42), rgba(107, 94, 215, 0.32), transparent);
  box-shadow: 0 0 30px rgba(65, 134, 255, 0.20);
}

.theme-light .services-interface__bar span:nth-child(1) {
  background: #FF5F57;
  box-shadow: 0 0 0 1px rgba(172, 48, 42, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.theme-light .services-interface__bar span:nth-child(2) {
  background: #FFBD2E;
  box-shadow: 0 0 0 1px rgba(172, 118, 19, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.theme-light .services-interface__bar span:nth-child(3) {
  background: #28C840;
  box-shadow: 0 0 0 1px rgba(32, 127, 49, 0.10), inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.theme-light .service-card .service-card__cta {
  color: rgba(255, 255, 255, 0.88);
  border-color: rgba(255, 255, 255, 0.26);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.20) 0%, transparent 36%),
    linear-gradient(135deg, rgba(24, 36, 74, 0.78) 0%, rgba(71, 87, 184, 0.68) 58%, rgba(107, 94, 215, 0.62) 100%);
  box-shadow:
    0 8px 18px rgba(71, 87, 184, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(16, 23, 43, 0.08);
}

.theme-light .service-card .service-card__cta::after {
  opacity: 0.34;
}

.theme-light .service-card .service-card__cta:hover {
  color: #FFFFFF;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.26) 0%, transparent 38%),
    linear-gradient(135deg, rgba(34, 48, 100, 0.84) 0%, rgba(83, 101, 214, 0.76) 54%, rgba(123, 108, 240, 0.70) 100%);
  box-shadow:
    0 12px 24px rgba(71, 87, 184, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(16, 23, 43, 0.08);
}

/* Light theme: sharper support copy and softer readable service CTAs */
.theme-light .service-card .service-card__cta {
  color: #243266;
  border-color: rgba(71, 87, 184, 0.22);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.24) 36%, transparent 72%),
    linear-gradient(135deg, rgba(247, 248, 255, 0.82), rgba(226, 229, 248, 0.66));
  box-shadow:
    0 8px 18px rgba(44, 54, 84, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    inset 0 -1px 0 rgba(71, 87, 184, 0.08);
  text-shadow: none;
}

.theme-light .service-card .service-card__cta:hover {
  color: #172350;
  border-color: rgba(71, 87, 184, 0.30);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0.32) 38%, transparent 74%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(216, 221, 246, 0.76));
  box-shadow:
    0 10px 22px rgba(44, 54, 84, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88),
    inset 0 -1px 0 rgba(71, 87, 184, 0.10);
}

.theme-light .section-heading p:not(.section-kicker),
.theme-light .hero__lead,
.theme-light .qualification-card p,
.theme-light .guided-card p,
.theme-light .audience-card p,
.theme-light .service-card p,
.theme-light .service-card--feature p,
.theme-light .tab-panel p,
.theme-light .tab-panel li,
.theme-light .delivery-copy p,
.theme-light .delivery-block li,
.theme-light .solution-copy p,
.theme-light .ops-proof__content p:not(.section-kicker),
.theme-light .diag-header p:not(.section-kicker),
.theme-light .diagnostic-contact-item small,
.theme-light .case-card p,
.theme-light .tcard__quote,
.theme-light .services-stage__closing span,
.theme-light .final-cta p:not(.section-kicker),
.theme-light .srv-head__desc,
.theme-light .contact-hero__desc,
.theme-light .ecosystem p,
.theme-light .dashboard__top span,
.theme-light .dashboard__metrics span,
.theme-light .ops-proof__signal span,
.theme-light .node,
.theme-light .node span {
  color: #4A5B70;
  text-shadow: none;
}

.theme-light .qualification-card p strong,
.theme-light .guided-card p strong,
.theme-light .service-card strong,
.theme-light .tab-panel strong,
.theme-light .tcard__seg,
.theme-light .card-topline span,
.theme-light .maturity-rail strong,
.theme-light .node small {
  color: #243266;
}

/* Premium macOS-style theme switch and colorful channel logos */
.theme-switch {
  position: relative;
  justify-content: flex-start;
  width: 58px;
  height: 32px;
  padding: 3px;
  overflow: hidden;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(4, 10, 23, 0.62);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -10px 18px rgba(0, 0, 0, 0.22),
    0 10px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(16px) saturate(1.18);
  -webkit-backdrop-filter: blur(16px) saturate(1.18);
  transition: background 0.28s var(--ease), border-color 0.28s var(--ease), box-shadow 0.28s var(--ease), transform 0.28s var(--ease);
}

.theme-switch::before,
.theme-switch::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.theme-switch::before {
  inset: 5px auto auto 8px;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    14px 7px 0 -2px rgba(255, 255, 255, 0.52),
    33px 4px 0 -2px rgba(126, 238, 255, 0.45);
  opacity: 0.72;
}

.theme-switch::after {
  inset: auto 7px 6px auto;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, rgba(0, 213, 255, 0.62), transparent 70%);
  filter: blur(1px);
  opacity: 0.46;
}

.theme-switch:hover {
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.055)),
    rgba(6, 14, 31, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    inset 0 -10px 18px rgba(0, 0, 0, 0.20),
    0 14px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(-1px);
}

.theme-switch__icon {
  position: relative;
  z-index: 1;
  width: 26px;
  height: 26px;
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.92), rgba(210, 220, 235, 0.86) 28%, rgba(92, 107, 130, 0.78) 70%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    inset -5px -4px 8px rgba(7, 15, 31, 0.34),
    0 5px 14px rgba(0, 0, 0, 0.26);
  transform: translateX(0);
  transition: transform 0.36s var(--ease), background 0.28s var(--ease), box-shadow 0.28s var(--ease);
}

.theme-light .theme-switch {
  border-color: rgba(71, 87, 184, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(235, 238, 250, 0.58)),
    rgba(255, 255, 255, 0.66);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    inset 0 -10px 20px rgba(107, 94, 215, 0.06),
    0 10px 26px rgba(44, 54, 84, 0.13);
}

.theme-light .theme-switch::before {
  inset: 8px auto auto 10px;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle, rgba(255, 196, 78, 0.92), rgba(255, 150, 64, 0.76) 55%, transparent 72%);
  box-shadow:
    16px -1px 0 -4px rgba(107, 94, 215, 0.36),
    30px 8px 0 -4px rgba(65, 134, 255, 0.30);
  opacity: 0.82;
}

.theme-light .theme-switch::after {
  background: radial-gradient(circle, rgba(107, 94, 215, 0.30), transparent 70%);
  opacity: 0.58;
}

.theme-light .theme-switch:hover {
  border-color: rgba(71, 87, 184, 0.28);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(228, 232, 250, 0.72)),
    rgba(255, 255, 255, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 -10px 20px rgba(107, 94, 215, 0.07),
    0 14px 32px rgba(44, 54, 84, 0.16);
}

.theme-light .theme-switch__icon {
  background:
    radial-gradient(circle at 36% 28%, #FFFFFF 0 18%, #FFE9A8 19% 42%, #FFB84D 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset -4px -5px 9px rgba(184, 92, 26, 0.18),
    0 6px 16px rgba(255, 170, 70, 0.24),
    0 4px 14px rgba(44, 54, 84, 0.16);
  transform: translateX(26px);
}

.theme-light .channels-bar {
  border-color: transparent;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(107, 94, 215, 0.075), transparent 38%),
    radial-gradient(ellipse at 52% 100%, rgba(65, 134, 255, 0.06), transparent 46%);
  box-shadow: none;
}

.theme-light .channels-bar__label {
  color: #33445B;
  border-color: rgba(71, 87, 184, 0.16);
  background: rgba(255, 255, 255, 0.46);
  box-shadow:
    0 8px 22px rgba(44, 54, 84, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.theme-light .channels-bar__pill {
  border-color: rgba(71, 87, 184, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(239, 241, 250, 0.46)),
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.72), transparent 34%);
  box-shadow:
    0 16px 38px rgba(44, 54, 84, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.theme-light .channels-bar__item,
.theme-light .channels-bar__item strong {
  color: #223047;
}

.theme-light .channels-bar__item img,
.theme-light .logo-chip img {
  filter: none;
}

.theme-light .channels-bar__item svg {
  color: #0A66C2;
}

.theme-light .channels-bar__sep {
  background: linear-gradient(180deg, transparent, rgba(71, 87, 184, 0.16), transparent);
}

.theme-light .logo-strip,
.theme-light .logo-chip {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(239, 241, 250, 0.42));
}

/* Compact navbar theme switch */
.theme-switch {
  width: 46px;
  height: 26px;
  padding: 2px;
}

.theme-switch__icon {
  width: 22px;
  height: 22px;
}

.theme-light .theme-switch__icon {
  transform: translateX(20px);
}

.theme-switch::before {
  inset: 4px auto auto 7px;
  width: 5px;
  height: 5px;
  box-shadow:
    12px 6px 0 -2px rgba(255, 255, 255, 0.48),
    26px 3px 0 -2px rgba(126, 238, 255, 0.40);
}

.theme-switch::after {
  inset: auto 6px 5px auto;
  width: 8px;
  height: 8px;
}

.theme-light .theme-switch::before {
  inset: 7px auto auto 8px;
  width: 8px;
  height: 8px;
  box-shadow:
    13px -1px 0 -4px rgba(107, 94, 215, 0.34),
    25px 6px 0 -4px rgba(65, 134, 255, 0.28);
}

/* Light theme experiment: refined gradients, centered CTAs and seamless folds */
.theme-light {
  --tl-fold-a: #F4F1EA;
  --tl-fold-b: #ECEEF8;
  --tl-fold-c: #F7F4EE;
  --tl-gradient-text: linear-gradient(92deg, #18244A 0%, #4559C7 52%, #745FE0 100%);
  --tl-gradient-cta: linear-gradient(135deg, #18244A 0%, #4659C5 54%, #745FE0 100%);
  --tl-gradient-cta-hover: linear-gradient(135deg, #213169 0%, #5368DE 52%, #836FF2 100%);
}

.theme-light .section,
.theme-light .guided-catalog,
.theme-light .ops-proof,
.theme-light .ecosystem,
.theme-light .final-cta,
.theme-light .srv-wrap {
  background:
    linear-gradient(180deg, rgba(244, 241, 234, 0.96) 0%, rgba(238, 239, 248, 0.94) 48%, rgba(246, 243, 237, 0.96) 100%),
    radial-gradient(ellipse at 88% 10%, rgba(78, 125, 255, 0.055), transparent 36vw),
    radial-gradient(ellipse at 12% 88%, rgba(107, 94, 215, 0.045), transparent 34vw);
}

.theme-light .section--dark,
.theme-light .section--blue,
.theme-light #entregas,
.theme-light #solucoes {
  background:
    linear-gradient(180deg, rgba(247, 244, 238, 0.98) 0%, rgba(238, 239, 248, 0.96) 52%, rgba(243, 241, 235, 0.98) 100%) !important,
    radial-gradient(ellipse at 86% 12%, rgba(78, 125, 255, 0.052), transparent 34vw),
    radial-gradient(ellipse at 10% 88%, rgba(107, 94, 215, 0.040), transparent 32vw);
}

.theme-light #prova-social,
.theme-light .home-flow #prova-social {
  background:
    linear-gradient(180deg, rgba(238, 239, 248, 0.98) 0%, rgba(244, 241, 235, 0.96) 42%, rgba(239, 240, 249, 0.98) 100%) !important,
    radial-gradient(ellipse at 50% 22%, rgba(78, 125, 255, 0.045), transparent 38vw),
    radial-gradient(ellipse at 50% 92%, rgba(107, 94, 215, 0.035), transparent 42vw);
}

.theme-light .section::before,
.theme-light .guided-catalog::before,
.theme-light .ops-proof::before,
.theme-light .ecosystem::before,
.theme-light .final-cta::before {
  background: linear-gradient(90deg, transparent, rgba(71, 87, 184, 0.055), transparent);
  opacity: 0.55;
}

.theme-light .hero .hero__accent,
.theme-light .ops-proof__headline-accent,
.theme-light .section-kicker,
.theme-light .guided-card__tag,
.theme-light .tab-panel__bottom,
.theme-light .tcard__seg,
.theme-light .card-topline span,
.theme-light .maturity-rail strong,
.theme-light .diag-modal__eyebrow,
.theme-light .form-note,
.theme-light .form-note--sub {
  color: transparent;
  background-image: var(--tl-gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
}

.theme-light .nav__cta,
.theme-light .button--primary,
.theme-light .section .button--primary,
.theme-light .diagnostic-card .button--primary,
.theme-light .guided-card__cta,
.theme-light .guided-card--active .guided-card__cta,
.theme-light .qualification-cta,
.theme-light .guided-catalog__cta,
.theme-light .diag-modal__cta,
.theme-light .tab-btn.active,
.theme-light .tab-btn[aria-selected="true"] {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.22) 0%, transparent 32%),
    var(--tl-gradient-cta);
  box-shadow:
    0 12px 26px rgba(71, 87, 184, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(16, 23, 43, 0.12);
}

.theme-light .nav__cta:hover,
.theme-light .button--primary:hover,
.theme-light .section .button--primary:hover,
.theme-light .diagnostic-card .button--primary:hover,
.theme-light .guided-card__cta:hover,
.theme-light .guided-card--active .guided-card__cta:hover,
.theme-light .qualification-cta:hover,
.theme-light .guided-catalog__cta:hover,
.theme-light .diag-modal__cta:hover,
.theme-light .tab-btn.active:hover,
.theme-light .tab-btn[aria-selected="true"]:hover {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.28) 0%, transparent 34%),
    var(--tl-gradient-cta-hover);
  box-shadow:
    0 16px 34px rgba(71, 87, 184, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(16, 23, 43, 0.10);
}

@media (min-width: 900px) {
  .theme-light .guided-card__cta,
  .theme-light .qualification-cta {
    width: min(100%, 245px);
    min-width: 245px;
    align-self: center;
    margin-inline: auto;
  }

  .theme-light .guided-card__cta {
    padding-inline: 18px;
  }
}

.theme-light .tcard,
.theme-light .tcard--featured {
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.78), rgba(241, 239, 247, 0.62)),
    radial-gradient(ellipse at 50% 0%, rgba(78, 125, 255, 0.040), transparent 48%),
    radial-gradient(ellipse at 50% 100%, rgba(107, 94, 215, 0.030), transparent 50%);
}

.theme-light .tcard--featured {
  border-color: rgba(71, 87, 184, 0.18);
  box-shadow:
    0 18px 44px rgba(44, 54, 84, 0.11),
    0 0 0 1px rgba(107, 94, 215, 0.06) inset;
}

.theme-light .tcard::before {
  color: rgba(78, 125, 255, 0.055);
}

.theme-light .tcard::after,
.theme-light .tcard--featured::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(71, 87, 184, 0.26), rgba(107, 94, 215, 0.18), transparent);
}

/* Dark theme experiment: same gradient intensity as light theme */
body:not(.theme-light) {
  --tl-dark-gradient-text: linear-gradient(92deg, #7EEBFF 0%, #4F8DFF 48%, #9B7CFF 100%);
  --tl-dark-gradient-cta: linear-gradient(135deg, #00C4EF 0%, #2F7CFF 54%, #7B5CFF 100%);
  --tl-dark-gradient-cta-hover: linear-gradient(135deg, #7EEBFF 0%, #4F8DFF 48%, #9B7CFF 100%);
}

body:not(.theme-light) .hero .hero__accent,
body:not(.theme-light) .ops-proof__headline-accent,
body:not(.theme-light) .section-kicker,
body:not(.theme-light) .guided-card__tag,
body:not(.theme-light) .tab-panel__bottom,
body:not(.theme-light) .tcard__seg,
body:not(.theme-light) .card-topline span,
body:not(.theme-light) .maturity-rail strong,
body:not(.theme-light) .diag-modal__eyebrow,
body:not(.theme-light) .form-note,
body:not(.theme-light) .form-note--sub {
  color: transparent;
  background-image: var(--tl-dark-gradient-text);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

body:not(.theme-light) .section-kicker::before,
body:not(.theme-light) .hero .section-kicker::before,
body:not(.theme-light) .hero .hero__kicker::before,
body:not(.theme-light) .ops-proof__kicker::before,
body:not(.theme-light) .guided-card li::before,
body:not(.theme-light) .tab-panel li::before {
  background: linear-gradient(135deg, #00C4EF 0%, #4F8DFF 52%, #9B7CFF 100%);
  box-shadow: 0 0 16px rgba(79, 141, 255, 0.34);
}

body:not(.theme-light) .nav__cta,
body:not(.theme-light) .button--primary,
body:not(.theme-light) .section .button--primary,
body:not(.theme-light) .diagnostic-card .button--primary,
body:not(.theme-light) .guided-card__cta,
body:not(.theme-light) .guided-card--active .guided-card__cta,
body:not(.theme-light) .qualification-cta,
body:not(.theme-light) .guided-catalog__cta,
body:not(.theme-light) .diag-modal__cta,
body:not(.theme-light) .tab-btn.active,
body:not(.theme-light) .tab-btn[aria-selected="true"] {
  color: #FFFFFF;
  border-color: rgba(126, 238, 255, 0.34);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.24) 0%, transparent 32%),
    var(--tl-dark-gradient-cta);
  box-shadow:
    0 14px 34px rgba(47, 124, 255, 0.28),
    0 8px 22px rgba(0, 196, 239, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(3, 7, 17, 0.18);
}

body:not(.theme-light) .nav__cta:hover,
body:not(.theme-light) .button--primary:hover,
body:not(.theme-light) .section .button--primary:hover,
body:not(.theme-light) .diagnostic-card .button--primary:hover,
body:not(.theme-light) .guided-card__cta:hover,
body:not(.theme-light) .guided-card--active .guided-card__cta:hover,
body:not(.theme-light) .qualification-cta:hover,
body:not(.theme-light) .guided-catalog__cta:hover,
body:not(.theme-light) .diag-modal__cta:hover,
body:not(.theme-light) .tab-btn.active:hover,
body:not(.theme-light) .tab-btn[aria-selected="true"]:hover {
  color: #03101D;
  border-color: rgba(126, 238, 255, 0.48);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.32) 0%, transparent 34%),
    var(--tl-dark-gradient-cta-hover);
  box-shadow:
    0 18px 42px rgba(47, 124, 255, 0.34),
    0 10px 28px rgba(0, 196, 239, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    inset 0 -1px 0 rgba(3, 7, 17, 0.12);
}

@media (min-width: 900px) {
  body:not(.theme-light) .guided-card__cta,
  body:not(.theme-light) .qualification-cta {
    width: min(100%, 245px);
    min-width: 245px;
    align-self: center;
    margin-inline: auto;
  }

  body:not(.theme-light) .guided-card__cta {
    padding-inline: 18px;
  }
}

/* Guided cards: stronger emphasis for highlighted list items */
.guided-card ul {
  gap: 10px;
}

.guided-card li {
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 5px 9px 5px 8px;
  border: 1px solid rgba(126, 238, 255, 0.10);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(126, 238, 255, 0.075), rgba(47, 124, 255, 0.035));
  color: rgba(244, 245, 247, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 6px 16px rgba(0, 196, 239, 0.035);
}

.guided-card li::before {
  width: 7px;
  height: 7px;
  flex-basis: 7px;
  background: linear-gradient(135deg, #7EEBFF 0%, #4F8DFF 52%, #9B7CFF 100%);
  box-shadow:
    0 0 0 3px rgba(0, 196, 239, 0.08),
    0 0 14px rgba(79, 141, 255, 0.44);
}

.theme-light .guided-card li {
  border-color: rgba(71, 87, 184, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(235, 237, 250, 0.38));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.68),
    0 7px 18px rgba(44, 54, 84, 0.045);
}

.theme-light .guided-card li {
  color: transparent;
  background-image:
    var(--tl-gradient-text),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(235, 237, 250, 0.38));
  background-origin: border-box;
  background-clip: text, border-box;
  -webkit-background-clip: text, border-box;
}

.theme-light .guided-card li::before {
  background: var(--tl-gradient-cta);
  box-shadow:
    0 0 0 3px rgba(107, 94, 215, 0.08),
    0 0 12px rgba(71, 87, 184, 0.22);
}

/* Hero dark: consistent CTA text and unclipped gradient headline */
body:not(.theme-light) .hero__copy h1 {
  line-height: 1.03;
  padding-block: 0.08em 0.12em;
  overflow: visible;
}

body:not(.theme-light) .hero .hero__accent {
  display: inline-block;
  padding-block: 0.04em 0.10em;
  line-height: 1.06;
}

body:not(.theme-light) .hero--focused .hero__actions .button,
body:not(.theme-light) .hero--focused .hero__actions .button--primary,
body:not(.theme-light) .hero--focused .hero__actions .button--ghost,
body:not(.theme-light) .hero--focused .hero__actions .button:hover,
body:not(.theme-light) .hero--focused .hero__actions .button--primary:hover,
body:not(.theme-light) .hero--focused .hero__actions .button--ghost:hover {
  color: #FFFFFF;
  border-color: rgba(126, 238, 255, 0.34);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.24) 0%, transparent 32%),
    var(--tl-dark-gradient-cta);
  box-shadow:
    0 14px 34px rgba(47, 124, 255, 0.28),
    0 8px 22px rgba(0, 196, 239, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(3, 7, 17, 0.18);
  text-shadow: none;
}

body:not(.theme-light) .hero--focused .hero__actions .button:hover,
body:not(.theme-light) .hero--focused .hero__actions .button--primary:hover,
body:not(.theme-light) .hero--focused .hero__actions .button--ghost:hover {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.30) 0%, transparent 34%),
    var(--tl-dark-gradient-cta-hover);
}

/* Inner pages: keep hero kickers consistent with home */
.srv-head__kicker,
.contact-hero__kicker {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  padding: 7px 13px 7px 10px;
  border: 1px solid rgba(126, 238, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(0, 196, 239, 0.10), rgba(47, 124, 255, 0.035));
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  color: transparent;
  background-image:
    var(--tl-dark-gradient-text, linear-gradient(92deg, #7EEBFF 0%, #4F8DFF 48%, #9B7CFF 100%)),
    linear-gradient(135deg, rgba(0, 196, 239, 0.10), rgba(47, 124, 255, 0.035));
  background-origin: border-box;
  background-clip: text, border-box;
  -webkit-background-clip: text, border-box;
}

.srv-head__kicker::before,
.contact-hero__kicker::before {
  width: 6px;
  height: 6px;
  background: linear-gradient(135deg, #00C4EF 0%, #4F8DFF 52%, #9B7CFF 100%);
  box-shadow:
    0 0 0 4px rgba(0, 196, 239, 0.08),
    0 0 16px rgba(79, 141, 255, 0.36);
}

.theme-light .srv-head__kicker,
.theme-light .contact-hero__kicker {
  border-color: rgba(71, 87, 184, 0.16);
  background-image:
    var(--tl-gradient-text),
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(235, 237, 250, 0.40));
  box-shadow:
    0 8px 20px rgba(44, 54, 84, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
}

.theme-light .srv-head__kicker::before,
.theme-light .contact-hero__kicker::before {
  background: var(--tl-gradient-cta);
  box-shadow:
    0 0 0 4px rgba(107, 94, 215, 0.08),
    0 0 12px rgba(71, 87, 184, 0.22);
}

/* Hero light: prevent gradient headline clipping */
.theme-light .hero__copy h1 {
  line-height: 1.03;
  padding-block: 0.08em 0.12em;
  overflow: visible;
}

.theme-light .hero .hero__accent {
  display: inline-block;
  padding-block: 0.04em 0.10em;
  line-height: 1.06;
}

/* Inner pages: match the home kicker strip, not a CTA button */
.srv-head__kicker,
.contact-hero__kicker,
.theme-light .srv-head__kicker,
.theme-light .contact-hero__kicker {
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
  min-height: 24px;
  padding: 4px 14px 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(126, 238, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(0, 196, 239, 0.10), rgba(47, 124, 255, 0.045));
  box-shadow: none;
  color: #7EEBFF;
  background-clip: border-box;
  -webkit-background-clip: border-box;
}

.srv-head__kicker::before,
.contact-hero__kicker::before,
.theme-light .srv-head__kicker::before,
.theme-light .contact-hero__kicker::before {
  width: 6px;
  height: 6px;
  background: #4F8DFF;
  box-shadow: none;
}

.theme-light .srv-head__kicker,
.theme-light .contact-hero__kicker {
  color: #4B5DB8;
  border-color: rgba(71, 87, 184, 0.18);
  background:
    linear-gradient(90deg, rgba(107, 94, 215, 0.10), rgba(78, 125, 255, 0.045));
}

.theme-light .srv-head__kicker::before,
.theme-light .contact-hero__kicker::before {
  background: #6B5ED7;
}

/* Values section: final institutional fold */
.values-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(84px, 9vw, 132px);
  background:
    radial-gradient(ellipse at 84% 8%, rgba(0, 196, 239, 0.12), transparent 34vw),
    radial-gradient(ellipse at 10% 92%, rgba(47, 124, 255, 0.10), transparent 34vw),
    linear-gradient(180deg, rgba(3, 7, 17, 0.96), rgba(5, 12, 28, 0.98));
}

.values-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(126, 238, 255, 0.08), transparent),
    linear-gradient(rgba(126, 238, 255, 0.025) 1px, transparent 1px);
  background-size: 100% 100%, 100% 64px;
  opacity: 0.55;
  pointer-events: none;
}

.values-section .container {
  position: relative;
  z-index: 1;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(34px, 4vw, 54px);
}

.value-card {
  position: relative;
  overflow: hidden;
  min-height: 272px;
  padding: clamp(24px, 2.5vw, 32px);
  border: 1px solid rgba(126, 238, 255, 0.12);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.060), rgba(255, 255, 255, 0.022)),
    radial-gradient(circle at 92% 0%, rgba(0, 196, 239, 0.10), transparent 34%);
  box-shadow:
    0 22px 58px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.14);
  -webkit-backdrop-filter: blur(18px) saturate(1.14);
}

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.10), transparent 42%),
    radial-gradient(circle at 16% 12%, rgba(126, 238, 255, 0.08), transparent 34%);
  opacity: 0.8;
  pointer-events: none;
}

.value-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 238, 255, 0.34), transparent);
  opacity: 0.74;
}

.value-card > * {
  position: relative;
  z-index: 1;
}

.value-card__index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: transparent;
  background-image: var(--tl-dark-gradient-text, linear-gradient(92deg, #7EEBFF 0%, #4F8DFF 48%, #9B7CFF 100%));
  -webkit-background-clip: text;
  background-clip: text;
  font-family: var(--micro);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.value-card__index::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00C4EF 0%, #4F8DFF 52%, #9B7CFF 100%);
  box-shadow: 0 0 14px rgba(79, 141, 255, 0.38);
}

.value-card h3 {
  margin: 0;
  color: var(--text);
  font-family: var(--head);
  font-size: clamp(1.35rem, 1.5vw, 1.75rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.value-card p {
  margin: 18px 0 0;
  color: rgba(202, 213, 226, 0.76);
  font-size: 0.95rem;
  line-height: 1.72;
}

.value-card:hover {
  border-color: rgba(126, 238, 255, 0.24);
  transform: translateY(-3px);
  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(0, 196, 239, 0.05) inset;
}

.theme-light .values-section {
  background:
    linear-gradient(180deg, rgba(239, 240, 249, 0.98) 0%, rgba(246, 243, 237, 0.96) 52%, rgba(241, 239, 234, 0.98) 100%),
    radial-gradient(ellipse at 86% 12%, rgba(78, 125, 255, 0.055), transparent 36vw),
    radial-gradient(ellipse at 12% 88%, rgba(107, 94, 215, 0.045), transparent 34vw);
}

.theme-light .values-section::before {
  background:
    linear-gradient(90deg, transparent, rgba(71, 87, 184, 0.055), transparent),
    linear-gradient(rgba(71, 87, 184, 0.020) 1px, transparent 1px);
  background-size: 100% 100%, 100% 64px;
  opacity: 0.7;
}

.theme-light .value-card {
  border-color: rgba(71, 87, 184, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.66), rgba(241, 239, 247, 0.46)),
    radial-gradient(circle at 92% 0%, rgba(107, 94, 215, 0.08), transparent 34%);
  box-shadow:
    0 18px 44px rgba(44, 54, 84, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.theme-light .value-card::before {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.42), transparent 42%),
    radial-gradient(circle at 14% 12%, rgba(78, 125, 255, 0.055), transparent 34%);
}

.theme-light .value-card::after {
  background: linear-gradient(90deg, transparent, rgba(71, 87, 184, 0.22), transparent);
}

.theme-light .value-card__index {
  background-image: var(--tl-gradient-text);
}

.theme-light .value-card__index::before {
  background: var(--tl-gradient-cta);
  box-shadow: 0 0 12px rgba(71, 87, 184, 0.20);
}

.theme-light .value-card h3 {
  color: #081827;
}

.theme-light .value-card p {
  color: #4A5B70;
}

.theme-light .value-card:hover {
  border-color: rgba(71, 87, 184, 0.22);
  box-shadow:
    0 22px 56px rgba(44, 54, 84, 0.13),
    0 0 0 1px rgba(107, 94, 215, 0.06) inset;
}

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

@media (max-width: 640px) {
  .values-section {
    padding-block: 72px;
  }

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

  .value-card {
    min-height: auto;
  }
}

/* Final background cohesion pass: continuous atmosphere with subtle fold shifts */
body:not(.theme-light) {
  --tl-atmo-top: rgba(3, 7, 17, 0.98);
  --tl-atmo-mid: rgba(5, 12, 28, 0.98);
  --tl-atmo-low: rgba(3, 9, 22, 0.99);
  --tl-atmo-cyan: rgba(0, 196, 239, 0.105);
  --tl-atmo-blue: rgba(47, 124, 255, 0.085);
  --tl-atmo-violet: rgba(123, 92, 255, 0.060);
}

body:not(.theme-light) .section,
body:not(.theme-light) .guided-catalog,
body:not(.theme-light) .ops-proof,
body:not(.theme-light) .ecosystem,
body:not(.theme-light) .final-cta,
body:not(.theme-light) .values-section,
body:not(.theme-light) .srv-wrap {
  background:
    radial-gradient(ellipse at 86% 10%, var(--tl-atmo-cyan), transparent 38vw),
    radial-gradient(ellipse at 12% 88%, var(--tl-atmo-violet), transparent 36vw),
    linear-gradient(180deg, var(--tl-atmo-top) 0%, var(--tl-atmo-mid) 54%, var(--tl-atmo-low) 100%);
}

body:not(.theme-light) .guided-catalog,
body:not(.theme-light) #prova-social,
body:not(.theme-light) .values-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(0, 196, 239, 0.090), transparent 38vw),
    radial-gradient(ellipse at 84% 78%, rgba(47, 124, 255, 0.070), transparent 34vw),
    radial-gradient(ellipse at 10% 92%, rgba(123, 92, 255, 0.050), transparent 36vw),
    linear-gradient(180deg, rgba(4, 10, 24, 0.99) 0%, rgba(6, 13, 30, 0.98) 50%, rgba(3, 9, 22, 0.99) 100%);
}

body:not(.theme-light) .section--dark,
body:not(.theme-light) .section--blue,
body:not(.theme-light) #entregas,
body:not(.theme-light) #solucoes {
  background:
    radial-gradient(ellipse at 88% 14%, rgba(0, 196, 239, 0.095), transparent 36vw),
    radial-gradient(ellipse at 8% 84%, rgba(47, 124, 255, 0.075), transparent 36vw),
    linear-gradient(180deg, rgba(3, 8, 20, 0.99) 0%, rgba(6, 13, 30, 0.98) 52%, rgba(4, 10, 24, 0.99) 100%) !important;
}

body:not(.theme-light) #diagnostico,
body:not(.theme-light) .contact-wrap {
  background:
    linear-gradient(180deg, rgba(3, 7, 17, 0.92), rgba(5, 12, 28, 0.90)),
    radial-gradient(ellipse at 12% 20%, rgba(0, 196, 239, 0.11), transparent 34vw),
    radial-gradient(ellipse at 82% 84%, rgba(123, 92, 255, 0.060), transparent 34vw),
    url("../img/Ultrawide_cinematic_background_for_a_website_hero__7ee3f9ca2a.png") 85% center / cover no-repeat !important;
}

.theme-light {
  --tl-atmo-top: rgba(248, 246, 240, 0.98);
  --tl-atmo-mid: rgba(238, 239, 248, 0.96);
  --tl-atmo-low: rgba(244, 241, 235, 0.98);
  --tl-atmo-blue: rgba(78, 125, 255, 0.060);
  --tl-atmo-violet: rgba(107, 94, 215, 0.046);
  --tl-atmo-warm: rgba(255, 252, 247, 0.72);
}

.theme-light .section,
.theme-light .guided-catalog,
.theme-light .ops-proof,
.theme-light .ecosystem,
.theme-light .final-cta,
.theme-light .values-section,
.theme-light .srv-wrap {
  background:
    radial-gradient(ellipse at 88% 10%, var(--tl-atmo-blue), transparent 38vw),
    radial-gradient(ellipse at 12% 88%, var(--tl-atmo-violet), transparent 36vw),
    linear-gradient(180deg, var(--tl-atmo-top) 0%, var(--tl-atmo-mid) 52%, var(--tl-atmo-low) 100%);
}

.theme-light .guided-catalog,
.theme-light #prova-social,
.theme-light .values-section {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(78, 125, 255, 0.050), transparent 40vw),
    radial-gradient(ellipse at 86% 76%, rgba(107, 94, 215, 0.040), transparent 34vw),
    linear-gradient(180deg, rgba(239, 240, 249, 0.98) 0%, rgba(246, 243, 237, 0.96) 48%, rgba(240, 241, 249, 0.98) 100%) !important;
}

.theme-light .section--dark,
.theme-light .section--blue,
.theme-light #entregas,
.theme-light #solucoes {
  background:
    radial-gradient(ellipse at 88% 12%, rgba(78, 125, 255, 0.055), transparent 36vw),
    radial-gradient(ellipse at 10% 86%, rgba(107, 94, 215, 0.042), transparent 34vw),
    linear-gradient(180deg, rgba(247, 244, 238, 0.98) 0%, rgba(238, 239, 248, 0.96) 52%, rgba(243, 241, 235, 0.98) 100%) !important;
}

.theme-light #diagnostico,
.theme-light .contact-wrap {
  background:
    linear-gradient(180deg, rgba(244, 241, 235, 0.90), rgba(236, 235, 247, 0.86)),
    radial-gradient(ellipse at 12% 20%, rgba(107, 94, 215, 0.075), transparent 34vw),
    radial-gradient(ellipse at 82% 84%, rgba(78, 125, 255, 0.055), transparent 34vw),
    url("../img/Ultrawide_cinematic_background_for_a_website_hero__7ee3f9ca2a.png") 85% center / cover no-repeat !important;
}

.theme-light .contact-wrap #diagnostico {
  background: none !important;
}

body:not(.theme-light) .section::before,
body:not(.theme-light) .guided-catalog::before,
body:not(.theme-light) .ops-proof::before,
body:not(.theme-light) .ecosystem::before,
body:not(.theme-light) .final-cta::before,
body:not(.theme-light) .values-section::before,
.theme-light .section::before,
.theme-light .guided-catalog::before,
.theme-light .ops-proof::before,
.theme-light .ecosystem::before,
.theme-light .final-cta::before,
.theme-light .values-section::before {
  opacity: 0.42;
}

/* Light theme: stronger card copy hierarchy and challenge/solution labels */
.theme-light .service-card p,
.theme-light .service-card--feature p {
  color: #33445B;
}

.theme-light .service-card h3,
.theme-light .service-card--feature h3,
.theme-light .qualification-card h3 {
  color: #081827;
}

.theme-light .qualification-card p {
  color: #405168;
}

.theme-light .qualification-card p strong {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 5px 10px;
  border: 1px solid rgba(71, 87, 184, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(107, 94, 215, 0.10), rgba(78, 125, 255, 0.050));
  color: transparent;
  background-image:
    var(--tl-gradient-text),
    linear-gradient(90deg, rgba(107, 94, 215, 0.10), rgba(78, 125, 255, 0.050));
  background-origin: border-box;
  background-clip: text, border-box;
  -webkit-background-clip: text, border-box;
  font-family: var(--micro);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

.theme-light .qualification-card p strong::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--tl-gradient-cta);
  box-shadow: 0 0 10px rgba(71, 87, 184, 0.20);
}

.theme-light .qualification-card p strong + * {
  margin-top: 0;
}

body:not(.theme-light) .qualification-card p strong {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 5px 10px;
  border: 1px solid rgba(126, 238, 255, 0.16);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(0, 196, 239, 0.11), rgba(47, 124, 255, 0.050));
  color: transparent;
  background-image:
    var(--tl-dark-gradient-text),
    linear-gradient(90deg, rgba(0, 196, 239, 0.11), rgba(47, 124, 255, 0.050));
  background-origin: border-box;
  background-clip: text, border-box;
  -webkit-background-clip: text, border-box;
  font-family: var(--micro);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}

body:not(.theme-light) .qualification-card p strong::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 7px;
  border-radius: 999px;
  background: var(--tl-dark-gradient-cta);
  box-shadow: 0 0 12px rgba(79, 141, 255, 0.30);
}

/* Qualification labels: subtle colored text only */
.theme-light .qualification-card p strong,
body:not(.theme-light) .qualification-card p strong {
  display: block;
  width: auto;
  max-width: none;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  background-image: none;
  background-origin: initial;
  background-clip: initial;
  -webkit-background-clip: initial;
  color: #4B5DB8;
  -webkit-text-fill-color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

body:not(.theme-light) .qualification-card p strong {
  color: #7EEBFF;
}

.theme-light .qualification-card p strong::before,
body:not(.theme-light) .qualification-card p strong::before {
  content: none;
}

/* Navbar: consistent active page state without selection shadow */
.nav__links a,
.nav__links a:hover,
.nav__links a:focus,
.nav__links a:active,
.nav__links a[aria-current="page"],
.theme-light .nav__links a,
.theme-light .nav__links a:hover,
.theme-light .nav__links a:focus,
.theme-light .nav__links a:active,
.theme-light .nav__links a[aria-current="page"] {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
}

.nav__links a[aria-current="page"] {
  color: var(--text);
}

.nav__links a[aria-current="page"]::after,
.nav__links a:hover::after {
  transform: scaleX(1);
}

.theme-light .nav__links a[aria-current="page"] {
  color: #081827;
}

.theme-light .nav__links a[aria-current="page"]::after,
.theme-light .nav__links a:hover::after {
  background: linear-gradient(90deg, transparent, rgba(107, 94, 215, 0.72), transparent);
}

/* Theme switch light: use Teraleads blue-violet palette */
.theme-light .theme-switch::before {
  background: radial-gradient(circle, rgba(126, 238, 255, 0.86), rgba(78, 125, 255, 0.58) 58%, transparent 76%);
  box-shadow:
    13px -1px 0 -4px rgba(107, 94, 215, 0.42),
    25px 6px 0 -4px rgba(78, 125, 255, 0.34);
}

.theme-light .theme-switch__icon {
  background:
    radial-gradient(circle at 34% 28%, #FFFFFF 0 18%, #B8C9FF 19% 42%, #4E7DFF 68%, #6B5ED7 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset -4px -5px 9px rgba(34, 48, 100, 0.18),
    0 6px 16px rgba(78, 125, 255, 0.24),
    0 4px 14px rgba(44, 54, 84, 0.16);
}

/* Seamless fold blending: transparent edges, distinct centers */
body:not(.theme-light) .section,
body:not(.theme-light) .guided-catalog,
body:not(.theme-light) .ops-proof,
body:not(.theme-light) .ecosystem,
body:not(.theme-light) .final-cta,
body:not(.theme-light) .values-section,
body:not(.theme-light) .srv-wrap {
  background:
    radial-gradient(ellipse at 86% 12%, rgba(0, 196, 239, 0.095), transparent 38vw),
    radial-gradient(ellipse at 10% 88%, rgba(123, 92, 255, 0.052), transparent 36vw),
    linear-gradient(180deg, transparent 0%, rgba(4, 10, 24, 0.82) 14%, rgba(6, 13, 30, 0.90) 50%, rgba(4, 10, 24, 0.82) 86%, transparent 100%);
}

body:not(.theme-light) .section--dark,
body:not(.theme-light) .section--blue,
body:not(.theme-light) #entregas,
body:not(.theme-light) #solucoes,
body:not(.theme-light) #prova-social,
body:not(.theme-light) .guided-catalog,
body:not(.theme-light) .values-section {
  background:
    radial-gradient(ellipse at 50% 6%, rgba(0, 196, 239, 0.075), transparent 38vw),
    radial-gradient(ellipse at 88% 82%, rgba(47, 124, 255, 0.060), transparent 34vw),
    radial-gradient(ellipse at 8% 92%, rgba(123, 92, 255, 0.044), transparent 36vw),
    linear-gradient(180deg, transparent 0%, rgba(5, 12, 28, 0.86) 16%, rgba(7, 14, 32, 0.92) 52%, rgba(5, 12, 28, 0.84) 86%, transparent 100%) !important;
}

.theme-light .section,
.theme-light .guided-catalog,
.theme-light .ops-proof,
.theme-light .ecosystem,
.theme-light .final-cta,
.theme-light .values-section,
.theme-light .srv-wrap {
  background:
    radial-gradient(ellipse at 88% 10%, rgba(78, 125, 255, 0.052), transparent 38vw),
    radial-gradient(ellipse at 12% 88%, rgba(107, 94, 215, 0.040), transparent 36vw),
    linear-gradient(180deg, transparent 0%, rgba(248, 246, 240, 0.78) 13%, rgba(238, 239, 248, 0.86) 50%, rgba(246, 243, 237, 0.78) 87%, transparent 100%);
}

.theme-light .section--dark,
.theme-light .section--blue,
.theme-light #entregas,
.theme-light #solucoes,
.theme-light #prova-social,
.theme-light .guided-catalog,
.theme-light .values-section {
  background:
    radial-gradient(ellipse at 50% 6%, rgba(78, 125, 255, 0.044), transparent 40vw),
    radial-gradient(ellipse at 86% 78%, rgba(107, 94, 215, 0.034), transparent 34vw),
    linear-gradient(180deg, transparent 0%, rgba(246, 244, 238, 0.82) 15%, rgba(239, 240, 249, 0.88) 50%, rgba(244, 241, 235, 0.80) 86%, transparent 100%) !important;
}

body:not(.theme-light) .section::before,
body:not(.theme-light) .guided-catalog::before,
body:not(.theme-light) .ops-proof::before,
body:not(.theme-light) .ecosystem::before,
body:not(.theme-light) .final-cta::before,
body:not(.theme-light) .values-section::before,
.theme-light .section::before,
.theme-light .guided-catalog::before,
.theme-light .ops-proof::before,
.theme-light .ecosystem::before,
.theme-light .final-cta::before,
.theme-light .values-section::before {
  height: clamp(96px, 10vw, 150px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  opacity: 0.22;
  pointer-events: none;
}

.theme-light .section::before,
.theme-light .guided-catalog::before,
.theme-light .ops-proof::before,
.theme-light .ecosystem::before,
.theme-light .final-cta::before,
.theme-light .values-section::before {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.34), transparent);
  opacity: 0.46;
}

/* Final polish: service icons and scroll reveal */
.theme-light .service-card--feature .service-icon {
  color: #4B5DB8;
  border-color: rgba(71, 87, 184, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.68), rgba(236, 236, 245, 0.54));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.80),
    0 8px 18px rgba(71, 87, 184, 0.10);
  filter: none;
}

body:not(.theme-light) .service-card--feature .service-icon {
  color: #7EEBFF;
  border-color: rgba(126, 238, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.070), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px rgba(0, 196, 239, 0.08);
  filter: none;
}

.service-card--feature .service-icon svg {
  color: currentColor;
}

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.985);
    filter: blur(8px);
    transition:
      opacity 0.74s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.74s cubic-bezier(0.16, 1, 0.3, 1),
      filter 0.74s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: var(--delay, 0ms);
    will-change: opacity, transform, filter;
  }

  .reveal.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
    will-change: auto;
  }

  .service-matrix .reveal:nth-child(2),
  .guided-catalog__grid .reveal:nth-child(2),
  .qualification-grid .reveal:nth-child(2),
  .values-grid .reveal:nth-child(2),
  .tcard-grid .reveal:nth-child(2) {
    --delay: 70ms;
  }

  .service-matrix .reveal:nth-child(3),
  .guided-catalog__grid .reveal:nth-child(3),
  .qualification-grid .reveal:nth-child(3),
  .values-grid .reveal:nth-child(3),
  .tcard-grid .reveal:nth-child(3) {
    --delay: 130ms;
  }

  .service-matrix .reveal:nth-child(4),
  .guided-catalog__grid .reveal:nth-child(4),
  .values-grid .reveal:nth-child(4),
  .tcard-grid .reveal:nth-child(4) {
    --delay: 190ms;
  }

  .service-matrix .reveal:nth-child(5),
  .service-matrix .reveal:nth-child(6) {
    --delay: 110ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}
