: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: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(90deg, #00c4ef 0%, #4fe4ff 52%, #2f7cff 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 14px 36px rgba(0, 196, 239, 0.28);
}

.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;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.nav--step-hidden {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none !important;
}

.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;
}

/* ═══════════════════════════════════════════════════════
   HERO — CINEMATIC V2
   ═══════════════════════════════════════════════════════ */

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% 48%;
  transform: scaleX(-1); /* Espelha: foguete fica à esquerda */
}

@media (max-width: 1024px) {
  .hero__bg img {
    object-position: 50% 45%;
  }
}

@media (max-width: 640px) {
  .hero__bg img {
    object-position: 50% 40%;
  }
}

.hero__bg-img--light {
  position: absolute;
  inset: 0;
  display: none;
}

.theme-light .hero__bg-img--dark  { display: none; }
.theme-light .hero__bg-img--light { display: block; }

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg,
      rgba(3, 7, 17, 0.97) 0%,
      rgba(3, 7, 17, 0.90) 36%,
      rgba(3, 7, 17, 0.72) 68%,
      rgba(3, 7, 17, 0.50) 100%),
    linear-gradient(180deg,
      rgba(3, 7, 17, 0.50) 0%,
      transparent 26%,
      transparent 70%,
      rgba(3, 7, 17, 0.78) 100%);
}

.hero--cinematic {
  padding-block: calc(var(--nav-h) + 52px) 84px;
  overflow: hidden;
}

.hero--cinematic::before,
.hero--cinematic::after {
  display: none;
}

.hero--cinematic .hero__grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 476px);
  gap: 56px;
  align-items: center;
}

.hero--cinematic .hero__copy {
  text-align: left;
  width: 100%;
  max-width: 540px;
  padding-top: 0;
}

.hero--cinematic .hero__copy h1 {
  margin-inline: 0;
  text-align: left;
}

.hero--cinematic .hero__lead {
  margin-inline: 0;
  max-width: 48ch;
}

.hero--cinematic .hero__actions {
  justify-content: flex-start;
  margin-top: 40px;
}

.hero--cinematic .hero__actions .button {
  min-width: unset;
  min-height: 52px;
  border-radius: 999px;
  padding-inline: 28px;
  font-size: 0.875rem;
}

/* hero primary já herda o estilo global do .button--primary */

.hero--cinematic .hero__actions .button--ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--text);
  backdrop-filter: blur(8px);
  box-shadow: none;
}

.hero--cinematic .hero__actions .button--ghost:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(0, 196, 239, 0.42);
  color: var(--cyan);
}

/* ── Dashboard frame ──────────────────────────────────── */

.hero__dash-wrap {
  position: relative;
}

.hero__dash-wrap::before {
  content: "";
  position: absolute;
  inset: -24px;
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 196, 239, 0.10), transparent 68%);
  pointer-events: none;
  z-index: -1;
}

.hero__dash-frame {
  border-radius: 14px;
  border: 1px solid rgba(0, 196, 239, 0.22);
  background: rgba(4, 9, 22, 0.90);
  backdrop-filter: blur(20px);
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 32px 80px rgba(0, 0, 0, 0.55),
    0 0 60px rgba(0, 196, 239, 0.07);
}

.hero__dash-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.022);
}

.hero__dash-brand {
  font-family: var(--head);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: var(--text);
}

.hero__dash-dot {
  color: var(--cyan);
}

.hero__dash-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-family: var(--micro);
  color: var(--muted);
}

.hero__dash-live {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #58d68d;
}

.hero__dash-live i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #58d68d;
  box-shadow: 0 0 8px rgba(88, 214, 141, 0.80);
  animation: hdash-live-blink 2s ease-in-out infinite;
  flex-shrink: 0;
  font-style: normal;
}

@keyframes hdash-live-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.30; }
}

/* ── Viewport & autoscroll ─────────────────────────────── */

.hero__dash-viewport {
  height: 368px;
  overflow: hidden;
  position: relative;
}

.hero__dash-viewport::before,
.hero__dash-viewport::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 28px;
  z-index: 2;
  pointer-events: none;
}

.hero__dash-viewport::before {
  top: 0;
  background: linear-gradient(to bottom, rgba(4, 9, 22, 0.92), transparent);
}

.hero__dash-viewport::after {
  bottom: 0;
  background: linear-gradient(to top, rgba(4, 9, 22, 0.92), transparent);
}

.hero__dash-inner {
  padding: 10px 13px 16px;
  animation: hdash-autoscroll 28s ease-in-out infinite;
}

/* Paradas por tópico:
   0px   → KPIs + Sparkline
   -240px → Canais Meta + Google
   -430px → Campanhas ativas
   -590px → Funil de conversão
   -760px → Mapa geográfico
   -940px → Próximos passos
*/
@keyframes hdash-autoscroll {
  0%,   4% { transform: translateY(0px);    }   /* KPIs        */
  16%, 20% { transform: translateY(-240px); }   /* Canais      */
  31%, 35% { transform: translateY(-430px); }   /* Campanhas   */
  46%, 50% { transform: translateY(-590px); }   /* Funil       */
  61%, 65% { transform: translateY(-760px); }   /* Mapa        */
  76%, 83% { transform: translateY(-940px); }   /* Próx. passos*/
  93%, 100% { transform: translateY(0px);   }
}

@media (prefers-reduced-motion: reduce) {
  .hero__dash-inner { animation: none; }
}

/* ── Dashboard footer ─────────────────────────────────── */

.hero__dash-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 9px;
  font-family: var(--micro);
  color: rgba(150, 165, 190, 0.50);
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.hero__dash-pulse {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 6px rgba(0, 196, 239, 0.70);
  animation: hdash-live-blink 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

/* ── Dashboard content elements ──────────────────────── */

.hdash-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(126, 195, 220, 0.55);
  font-weight: 700;
  font-family: var(--micro);
  margin: 14px 0 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.hdash-label:first-child {
  margin-top: 4px;
}

.hdash-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.hdash-kpi {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 8px;
  padding: 8px 9px;
}

.hdash-kpi--cyan {
  background: rgba(0, 196, 239, 0.10);
  border-color: rgba(0, 196, 239, 0.26);
}

.hdash-kpi--green {
  background: rgba(88, 214, 141, 0.10);
  border-color: rgba(88, 214, 141, 0.26);
}

.hdash-kpi-l {
  font-size: 8px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 3px;
  font-family: var(--micro);
}

.hdash-kpi-v {
  font-size: 13px;
  font-weight: 700;
  font-family: var(--micro);
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 4px;
}

.hdash-kpi--cyan  .hdash-kpi-v { color: #7eeeff; }
.hdash-kpi--green .hdash-kpi-v { color: #58d68d; }

.hdash-delta { font-size: 9px; font-family: var(--micro); font-weight: 600; }
.hdash-delta--up   { color: #58d68d; }
.hdash-delta--down { color: #ff6f78; }

.hdash-sparkline-wrap {
  height: 40px;
  margin: 10px 0;
}

.hdash-sparkline-wrap svg {
  width: 100%;
  height: 100%;
}

.hdash-channels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 4px;
}

.hdash-channel {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 10px;
  padding: 10px;
}

.hdash-channel-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
  font-size: 10px;
  font-weight: 600;
  font-family: var(--micro);
  color: var(--text);
}

.hdash-channel-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
  flex-shrink: 0;
}

.hdash-channel-icon--meta,
.hdash-channel-icon--google {
  background: transparent;
  padding: 0;
}

.hdash-channel-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hdash-channel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.hdash-mini { display: flex; flex-direction: column; gap: 1px; }
.hdash-mini span   { font-size: 8px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); font-family: var(--micro); }
.hdash-mini strong { font-size: 11px; font-weight: 700; font-family: var(--micro); color: var(--text); }

.hdash-pill {
  font-size: 8px;
  padding: 2px 7px;
  border-radius: 999px;
  font-weight: 700;
  font-family: var(--micro);
  display: inline-block;
  margin-left: auto;
}

.hdash-pill--green  { background: rgba(88, 214, 141, 0.15); color: #58d68d; }
.hdash-pill--cyan   { background: rgba(0, 196, 239, 0.15);  color: #00c4ef; }
.hdash-pill--yellow { background: rgba(245, 196, 93, 0.15); color: #f5c45d; }

.hdash-table {
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.hdash-table-head {
  display: grid;
  grid-template-columns: 1fr 42px 58px 72px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-weight: 700;
  font-family: var(--micro);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hdash-table-row {
  display: grid;
  grid-template-columns: 1fr 42px 58px 72px;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  font-size: 10px;
  font-family: var(--micro);
  color: rgba(200, 215, 230, 0.85);
  align-items: center;
}

.hdash-table-row:last-child { border-bottom: none; }
.hdash-table-row .hdash-pill { margin-left: 0; }

.hdash-camp-name {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hdash-camp-name img {
  display: block;
  width: 12px;
  height: 12px;
  object-fit: contain;
  flex-shrink: 0;
}

.hdash-funnel {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-bottom: 16px;
}

.hdash-funnel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 5px;
  background: var(--fc);
  width: var(--fw);
  font-size: 10px;
  font-family: var(--micro);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.20);
}

.hdash-funnel-row span   { font-size: 9px; opacity: 0.82; }
.hdash-funnel-row strong { font-size: 11px; font-weight: 700; }

/* ── Responsive: hero cinematic ───────────────────────── */

@media (max-width: 1024px) {
  .hero--cinematic .hero__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero__dash-wrap {
    max-width: 560px;
    width: 100%;
    margin-inline: auto;
  }

  .hero--cinematic .hero__copy {
    text-align: center;
    max-width: 100%;
  }

  .hero--cinematic .hero__copy h1 { text-align: center; margin-inline: auto; }
  .hero--cinematic .hero__lead    { margin-inline: auto; }
  .hero--cinematic .hero__actions { justify-content: center; }
}

@media (max-width: 640px) {
  .hero--cinematic {
    padding-block: calc(var(--nav-h) + 32px) 56px;
    overflow: hidden;
  }

  /* Fonte menor para caber em telas de 360–412px */
  .hero--cinematic .hero__copy h1,
  .hero__copy h1 {
    font-size: clamp(2rem, 8vw, 2.6rem) !important;
  }

  .hero--cinematic .hero__lead {
    font-size: 0.875rem;
    max-width: 100%;
  }

  /* Botões empilhados e full-width no mobile */
  .hero--cinematic .hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }

  .hero--cinematic .hero__actions .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 16px;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
    white-space: normal;
    text-align: center;
  }

  /* CTA dos steps: full-width no mobile */
  .howit-step-cta {
    align-self: stretch !important;
    justify-content: center;
  }

  .hero__dash-viewport { height: 300px; }
  .hdash-kpis          { grid-template-columns: repeat(2, 1fr); }
  .hdash-channels      { grid-template-columns: 1fr; }

  @keyframes hdash-autoscroll {
    0%,   4% { transform: translateY(0px);    }
    16%, 20% { transform: translateY(-200px); }
    31%, 35% { transform: translateY(-380px); }
    46%, 50% { transform: translateY(-530px); }
    61%, 65% { transform: translateY(-680px); }
    76%, 83% { transform: translateY(-830px); }
    93%, 100% { transform: translateY(0px);   }
  }
}

.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 section label ──────────────────────────── */
.form-section-label {
  grid-column: 1 / -1;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cyan);
  margin: 10px 0 2px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(0, 196, 239, 0.14);
}

.form-section-label:first-of-type { margin-top: 0; }

.form-label-optional {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.88em;
  opacity: 0.58;
}

.form-field-label {
  display: block;
  color: rgba(200, 212, 228, 0.90);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form-field-hint {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-size: 0.88em;
  opacity: 0.62;
}

.form-field-error {
  font-size: 0.76rem;
  font-weight: 600;
  color: #ff9b9b;
  margin-top: 8px;
  padding-left: 2px;
}

/* ── Radio buttons ───────────────────────────────── */
.form-radios {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.form-checkboxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.form-radio,
.form-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  cursor: pointer;
  border: 1px solid rgba(0, 196, 239, 0.14);
  background:
    linear-gradient(145deg, rgba(11, 25, 52, 0.66), rgba(6, 14, 32, 0.58)),
    rgba(7, 20, 48, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
  user-select: none;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.form-radio {
  min-height: 58px;
  padding: 12px 34px 12px 13px;
  border-radius: 12px;
}

.form-checkbox {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-height: 48px;
  padding: 10px 13px;
  border-radius: 12px;
}

.form-radio:hover,
.form-checkbox:hover {
  border-color: rgba(0, 196, 239, 0.34);
  background:
    linear-gradient(145deg, rgba(13, 32, 66, 0.78), rgba(6, 16, 38, 0.68)),
    rgba(7, 20, 48, 0.70);
}

.form-radio input[type="radio"],
.form-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

/* ── Radio mark ── */
.form-radio__mark {
  position: absolute;
  right: 12px;
  top: 12px;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 196, 239, 0.30);
  background: transparent;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.form-radio__mark::after {
  content: '';
  position: absolute;
  inset: 3.5px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0;
  transform: scale(0.2);
  transition: opacity 0.13s ease, transform 0.13s ease;
}

.form-radio input[type="radio"]:checked ~ .form-radio__mark {
  border-color: var(--cyan);
  background: rgba(0, 196, 239, 0.10);
  box-shadow: 0 0 0 3px rgba(0, 196, 239, 0.10);
}

.form-radio input[type="radio"]:checked ~ .form-radio__mark::after {
  opacity: 1;
  transform: scale(1);
}

.form-radio:has(input[type="radio"]:checked) {
  border-color: rgba(0, 196, 239, 0.58);
  background:
    linear-gradient(145deg, rgba(0, 196, 239, 0.13), rgba(7, 20, 48, 0.70)),
    rgba(7, 20, 48, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 196, 239, 0.08);
}

.form-radio input[type="radio"]:focus-visible ~ .form-radio__mark {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

/* ── Checkbox mark ── */
.form-checkbox__mark {
  align-self: center;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid rgba(0, 196, 239, 0.32);
  background: transparent;
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
  position: relative;
}

.form-checkbox__mark::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 4.5px;
  width: 4.5px;
  height: 8px;
  border-right: 1.5px solid var(--cyan);
  border-bottom: 1.5px solid var(--cyan);
  transform: rotate(45deg) scale(0.4);
  opacity: 0;
  transition: opacity 0.12s ease, transform 0.12s ease;
}

.form-checkbox input[type="checkbox"]:checked ~ .form-checkbox__mark {
  border-color: var(--cyan);
  background: rgba(0, 196, 239, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 196, 239, 0.09);
}

.form-checkbox input[type="checkbox"]:checked ~ .form-checkbox__mark::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.form-checkbox:has(input[type="checkbox"]:checked) {
  border-color: rgba(0, 196, 239, 0.50);
  background: rgba(0, 196, 239, 0.10);
  box-shadow: 0 10px 24px rgba(0, 196, 239, 0.07);
}

.form-checkbox input[type="checkbox"]:focus-visible ~ .form-checkbox__mark {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}

/* ── Option text (shared) ── */
.form-radio__text,
.form-checkbox__text {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--soft);
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
  transition: color 0.14s ease;
}

.form-radio__text { padding-right: 8px; }

.form-checkbox__text {
  flex: 1;
  min-width: 0;
  white-space: normal;
}

.form-radio:has(input[type="radio"]:checked) .form-radio__text,
.form-checkbox:has(input[type="checkbox"]:checked) .form-checkbox__text { color: var(--text); }

.form-outro-text {
  margin-top: 10px;
  width: 100%;
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid rgba(0, 196, 239, 0.12);
  border-radius: 12px;
  outline: none;
  color: var(--text);
  background: rgba(7, 20, 48, 0.72);
  font-size: 14px;
  font-weight: 500;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-outro-text:focus {
  border-color: rgba(0, 196, 239, 0.52);
  box-shadow: 0 0 0 3px rgba(0, 196, 239, 0.10);
}

@media (max-width: 560px) {
  .form-radios {
    grid-template-columns: 1fr;
  }

  .form-checkboxes {
    grid-template-columns: 1fr;
  }
}

.theme-light .form-section-label {
  color: #0A1D4A;
  border-bottom-color: rgba(10, 29, 74, 0.12);
}

.theme-light .form-field-label { color: rgba(15, 30, 60, 0.80); }

.theme-light .form-radios,
.theme-light .form-checkboxes {
  border-color: transparent;
  background: transparent;
}

.theme-light .form-radio,
.theme-light .form-checkbox {
  border-color: rgba(10, 29, 74, 0.13);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.88)),
    rgba(255, 255, 255, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.theme-light .form-radio:hover,
.theme-light .form-checkbox:hover {
  border-color: rgba(10, 29, 74, 0.26);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 1), rgba(239, 246, 255, 0.94)),
    rgba(255, 255, 255, 0.98);
}

.theme-light .form-radio__mark,
.theme-light .form-checkbox__mark { border-color: rgba(10, 29, 74, 0.28); }

.theme-light .form-radio input[type="radio"]:checked ~ .form-radio__mark,
.theme-light .form-checkbox input[type="checkbox"]:checked ~ .form-checkbox__mark {
  border-color: #0A1D4A;
  box-shadow: 0 0 0 2px rgba(10, 29, 74, 0.09);
}

.theme-light .form-radio__mark::after { background: #0A1D4A; }

.theme-light .form-checkbox__mark::after {
  border-right-color: #0A1D4A;
  border-bottom-color: #0A1D4A;
}

.theme-light .form-checkbox input[type="checkbox"]:checked ~ .form-checkbox__mark {
  background: rgba(10, 29, 74, 0.08);
}

.theme-light .form-radio:has(input[type="radio"]:checked),
.theme-light .form-checkbox:has(input[type="checkbox"]:checked) {
  border-color: rgba(10, 29, 74, 0.46);
  background: rgba(10, 29, 74, 0.055);
  box-shadow: 0 10px 24px rgba(10, 29, 74, 0.07);
}

.theme-light .form-radio__text,
.theme-light .form-checkbox__text { color: #64748B; }

.theme-light .form-radio:has(input[type="radio"]:checked) .form-radio__text,
.theme-light .form-checkbox:has(input[type="checkbox"]:checked) .form-checkbox__text { color: #0C1929; }

.theme-light .form-outro-text {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(10, 29, 74, 0.13);
  color: #0C1929;
}

.theme-light .form-outro-text:focus {
  border-color: rgba(10, 29, 74, 0.40);
  box-shadow: 0 0 0 3px rgba(10, 29, 74, 0.07);
}

.theme-light .form-outro-text::placeholder { color: rgba(92, 113, 138, 0.60); }

.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: 32px;
}

.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(36px);
  transition: opacity 0.82s var(--ease), transform 0.82s var(--ease);
  transition-delay: var(--delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Variantes direcionais */
.reveal--left {
  transform: translateX(-32px) translateY(0);
}

.reveal--right {
  transform: translateX(32px) translateY(0);
}

.reveal--scale {
  transform: scale(0.96) translateY(12px);
}

.reveal--left.visible,
.reveal--right.visible,
.reveal--scale.visible {
  transform: none;
}

@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;
}

/* ═══════════════════════════════════════════════════════
   STICKY SCROLL — DIAGNÓSTICO + SOLUÇÃO (howit-fold)
   ═══════════════════════════════════════════════════════ */

.howit-fold {
  background: var(--bg);
}

.howit-heading {
  padding-block: clamp(32px, 3vw, 48px) clamp(32px, 3.5vw, 48px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.44fr);
  align-items: end;
  gap: clamp(40px, 5vw, 80px);
  max-width: none;
  text-align: left;
}

.howit-heading-left { display: flex; flex-direction: column; gap: 0; }

.howit-heading h2 {
  font-family: var(--head);
  font-size: clamp(2.4rem, 4.2vw, 4.4rem);
  font-weight: 400;
  letter-spacing: -0.047em;
  line-height: 1.02;
  color: var(--text);
  margin-top: 16px;
}

/* Gradiente no texto de destaque — dark */
body:not(.theme-light) .howit-accent {
  display: block;
  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;
  text-shadow: none;
}

/* Light */
.theme-light .howit-accent {
  display: block;
  color: #006F99;
  text-shadow: none;
}

.howit-heading-desc {
  font-size: 1rem;
  color: var(--soft);
  line-height: 1.75;
  opacity: 0.82;
  margin: 0;
}

/* Mobile: empilha */
@media (max-width: 860px) {
  .howit-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .howit-heading-desc { max-width: 54ch; }
}

.theme-light .howit-heading-desc { color: #40566E; }

/* CTA por step — herda .button.button--primary, apenas ajuste de posição */
.howit-step-cta {
  align-self: flex-start;
  text-decoration: none;
  min-height: 48px;
  padding-inline: 24px;
  font-size: 0.72rem;
}

/* ── Scroll space container ──────────────────────────── */

.howit-outer {
  min-height: 300vh;
  position: relative;
}

/* ── Sticky panel ────────────────────────────────────── */

.howit-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: var(--bg);
}

/* ── Top bar ─────────────────────────────────────────── */

.howit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px clamp(24px, 4vw, 72px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(3, 7, 17, 0.70);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-family: var(--micro);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  flex-shrink: 0;
  z-index: 1;
}

.howit-counter { font-size: 12px; }
.howit-counter strong { font-size: 18px; font-weight: 700; color: var(--cyan); font-family: var(--head); }

/* ── Step pairs (stacked, one visible at a time) ──────── */

.howit-pair {
  position: absolute;
  inset: 50px 0 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding: 28px clamp(24px, 4vw, 72px) 0;
  gap: 0;
  align-items: stretch;
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
  pointer-events: none;
}

.howit-pair.howit-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ── Left column: Problem ────────────────────────────── */

.howit-col-left {
  padding-right: 52px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  height: 100%;
  min-height: 0;
  scrollbar-width: none;
}
.howit-col-left::-webkit-scrollbar { display: none; }

/* Step tag */
.howit-step-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--micro);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.howit-step-tag span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.howit-tag--red   { color: rgba(215, 65, 65, 0.92); }
.howit-tag--red   span { background: rgba(215, 65, 65, 0.92); box-shadow: 0 0 10px rgba(215,65,65,0.45); }
.howit-tag--amber { color: rgba(238, 178, 38, 0.92); }
.howit-tag--amber span { background: rgba(238, 178, 38, 0.92); box-shadow: 0 0 10px rgba(238,178,38,0.40); }
.howit-tag--cyan  { color: var(--cyan); }
.howit-tag--cyan  span { background: var(--cyan); box-shadow: 0 0 10px rgba(0,196,239,0.45); }

/* Problem title */
.howit-prob-title {
  font-family: var(--head);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  color: var(--text);
  letter-spacing: -0.047em;
  line-height: 1.05;
  margin: 0;
}

.howit-prob-title--red   { color: rgba(215, 65, 65, 0.92); }
.howit-prob-title--amber { color: rgba(238, 178, 38, 0.92); }
.howit-prob-title--cyan  { color: var(--cyan); }

.theme-light .howit-prob-title--red   { color: rgba(180, 40, 40, 0.90); }
.theme-light .howit-prob-title--amber { color: rgba(160, 110, 10, 0.90); }
.theme-light .howit-prob-title--cyan  { color: #006F99; }

/* Problem description — alto contraste, separador inferior */
.howit-prob-desc {
  font-size: 0.93rem;
  color: rgba(215, 228, 240, 0.94);
  line-height: 1.82;
  max-width: 50ch;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Problems list — itens como pills scanáveis */
.howit-prob-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.howit-prob-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(220, 232, 245, 0.92);
  line-height: 1.45;
  padding: 9px 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.howit-prob-list li::before {
  content: "✕";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 50%;
  background: rgba(210, 55, 55, 0.18);
  color: rgba(220, 75, 75, 0.95);
  font-size: 9px;
  font-weight: 900;
  flex-shrink: 0;
}

/* Quote — borda lateral colorida, sem caixa fechada */
.howit-quote {
  padding: 12px 16px;
  font-size: 0.90rem;
  font-style: italic;
  line-height: 1.72;
  color: rgba(210, 225, 240, 0.80);
  border-left: 3px solid;
  border-radius: 0 8px 8px 0;
  background: rgba(255, 255, 255, 0.03);
}

.howit-quote--red   { border-color: rgba(210, 60, 60, 0.70); }
.howit-quote--amber { border-color: rgba(238, 178, 38, 0.70); }
.howit-quote--cyan  { border-color: rgba(0, 196, 239, 0.70); }

/* Light theme */
.theme-light .howit-prob-desc  { color: #203954; border-bottom-color: rgba(11,26,48,0.10); }
.theme-light .howit-prob-list li { color: #203954; background: rgba(11,26,48,0.04); border-color: rgba(11,26,48,0.09); }
.theme-light .howit-quote       { color: #40566E; background: rgba(11,26,48,0.03); }

/* ── Right column: Solution ──────────────────────────── */

.howit-col-right {
  padding-left: 52px;
  border-left: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

/* Itens fixos no topo e rodapé da coluna direita */
.howit-sol-tag  { flex-shrink: 0; }
.howit-result   { flex-shrink: 0; }
.howit-step-cta { flex-shrink: 0; align-self: flex-start; }

.howit-sol-tag h4 {
  font-family: var(--head);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 600;
  color: var(--cyan);
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.howit-sol-tag span {
  display: block;
  font-size: 9px;
  font-family: var(--micro);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-top: 4px;
}

/* Result badge */
.howit-result {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--micro);
  color: #58d68d;
  padding: 12px 16px;
  border: 1px solid rgba(88, 214, 141, 0.22);
  border-radius: 10px;
  background: rgba(88, 214, 141, 0.07);
}
.howit-result svg { flex-shrink: 0; stroke: #58d68d; }

/* Visual area */
.howit-visual {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

/* ── Phase 01: Browser mockup ────────────────────────── */

.hwv-browser {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  overflow: hidden;
  background: rgba(8, 18, 40, 0.85);
  box-shadow: 0 16px 48px rgba(0,0,0,0.32);
}

.hwv-browser-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.hwv-dots { display: flex; gap: 5px; }
.hwv-dots i { display: block; width: 8px; height: 8px; border-radius: 50%; font-style: normal; }
.hwv-dots i:nth-child(1) { background: rgba(255,90,80,0.65); }
.hwv-dots i:nth-child(2) { background: rgba(255,190,50,0.65); }
.hwv-dots i:nth-child(3) { background: rgba(50,205,80,0.65); }

.hwv-url {
  flex: 1;
  font-size: 10px;
  font-family: var(--micro);
  color: var(--muted);
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
  padding: 3px 10px;
}

.hwv-browser-body { padding: 14px 14px 12px; }

.hwv-site-nav {
  height: 8px;
  background: rgba(255,255,255,0.07);
  border-radius: 4px;
  margin-bottom: 14px;
}

.hwv-site-hero-sk {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 14px;
}

.hwv-line { height: 8px; border-radius: 4px; background: rgba(255,255,255,0.10); }
.hwv-line--lg { width: 68%; }
.hwv-line--md { width: 46%; }

.hwv-btn-mock {
  width: 96px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(0,196,239,0.50), rgba(47,124,255,0.50));
  margin-top: 4px;
}

.hwv-site-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }
.hwv-card-mock { height: 38px; border-radius: 6px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.05); }

/* Google card */
.hwv-google-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.04);
}

.hwv-google-g {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: conic-gradient(#4285F4 0deg 90deg, #EA4335 90deg 180deg, #FBBC05 180deg 270deg, #34A853 270deg 360deg);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  flex-shrink: 0;
}

.hwv-google-info { display: flex; flex-direction: column; gap: 2px; }
.hwv-google-info strong { font-size: 12px; color: var(--text); font-family: var(--micro); font-weight: 700; }
.hwv-stars { font-size: 10px; color: #f5c45d; }
.hwv-stars em { font-style: normal; color: var(--text); font-weight: 700; margin-left: 3px; }
.hwv-open { font-size: 10px; color: #58d68d; }

/* WhatsApp badge */
.hwv-wa-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(37,211,102,0.28);
  background: rgba(37,211,102,0.08);
  font-size: 11px;
  font-family: var(--micro);
  font-weight: 600;
  color: #25d366;
}

.hwv-live-dot {
  margin-left: auto;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 6px rgba(37,211,102,0.70);
  animation: hdash-live-blink 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════
   SOCIAL PREMIUM MOCKUP
   ═══════════════════════════════════════════════════════ */

.hwv-social-premium {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  flex-shrink: 0;
}

/* ── Phone frame (Instagram) ──────────────────────────── */

.hwv-igp {
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.12);
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
  font-family: var(--micro);
  color: #111;
}

.hwv-igp-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 2px;
  font-size: 8px;
  font-weight: 700;
  color: #111;
  background: #fff;
}

.hwv-igp-status-icons {
  display: flex;
  gap: 3px;
  align-items: center;
}

/* IG top bar */
.hwv-igp-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 10px 6px;
  border-bottom: 1px solid rgba(0,0,0,0.09);
  background: #fff;
}

.hwv-igp-handle {
  font-size: 10px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.01em;
}

/* Profile header */
.hwv-igp-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px 6px;
}

.hwv-igp-avatar-wrap { flex-shrink: 0; }

.hwv-igp-avatar-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.hwv-igp-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8d6e5, #a8b6c5);
  border: 2px solid #fff;
}

.hwv-igp-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  flex: 1;
  gap: 2px;
}

.hwv-igp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.hwv-igp-stat strong { font-size: 10px; font-weight: 800; color: #111; }
.hwv-igp-stat span   { font-size: 7px; color: #666; }

/* Bio */
.hwv-igp-bio {
  padding: 2px 10px 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hwv-igp-name     { font-size: 9px; font-weight: 800; color: #111; }
.hwv-igp-category { font-size: 8px; color: #888; }

.hwv-igp-lines {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.hwv-igp-lines span { font-size: 8px; color: #333; line-height: 1.4; }
.hwv-igp-link       { font-size: 8px; color: #00376b; font-weight: 600; text-decoration: none; }

/* Action buttons */
.hwv-igp-actions {
  display: flex;
  gap: 5px;
  padding: 4px 10px 6px;
}

.hwv-igp-follow {
  flex: 1;
  font-size: 9px;
  font-weight: 700;
  font-family: var(--micro);
  padding: 5px;
  border-radius: 6px;
  background: #0095f6;
  color: #fff;
  border: none;
  cursor: default;
}

.hwv-igp-msg {
  flex: 1;
  font-size: 9px;
  font-weight: 700;
  font-family: var(--micro);
  padding: 5px;
  border-radius: 6px;
  background: rgba(0,0,0,0.08);
  color: #111;
  border: none;
  cursor: default;
}

.hwv-igp-share {
  width: 26px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(0,0,0,0.08);
  color: #111;
  border: none;
  cursor: default;
}

/* Suggested */
.hwv-igp-suggested {
  display: flex;
  justify-content: space-between;
  padding: 2px 10px 5px;
  font-size: 8px;
}

.hwv-igp-suggested span { font-weight: 700; color: #111; }
.hwv-igp-suggested a    { color: #0095f6; font-weight: 600; }

/* Highlights */
.hwv-igp-highlights {
  display: flex;
  gap: 8px;
  padding: 4px 10px 8px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.hwv-igp-hl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.hwv-igp-hl-c {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.12);
}

.hwv-igp-c1 { background: linear-gradient(135deg, #667eea, #764ba2); }
.hwv-igp-c2 { background: linear-gradient(135deg, #f093fb, #f5576c); }
.hwv-igp-c3 { background: linear-gradient(135deg, #4facfe, #00f2fe); }
.hwv-igp-c4 { background: linear-gradient(135deg, #43e97b, #38f9d7); }

.hwv-igp-hl span { font-size: 7px; color: #333; }

/* Post grid */
.hwv-igp-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5px;
}

.hwv-igp-post {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-size: 7px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.hwv-igp-post-a { background: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460); }
.hwv-igp-post-b { background: linear-gradient(135deg, #00c4ef, #2f7cff); }
.hwv-igp-post-c { background: linear-gradient(135deg, #c8d6e5, #b8c6d5); color: #555; }
.hwv-igp-post-d { background: linear-gradient(135deg, #0a1d4a, #132d6a); }
.hwv-igp-post-e { background: linear-gradient(135deg, #d4e9ff, #b8d4f0); color: #555; }
.hwv-igp-post-f { background: linear-gradient(135deg, #58d68d, #27ae60); }

/* Bottom nav */
.hwv-igp-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 7px 8px 5px;
  border-top: 1px solid rgba(0,0,0,0.09);
  background: #fff;
  color: #111;
}

.hwv-igp-nav-add {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1.5px solid #111;
  display: grid;
  place-items: center;
  color: #111;
}

.hwv-igp-nav-profile {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8d6e5, #a8b6c5);
  border: 1.5px solid #111;
}

/* ── Facebook card ────────────────────────────────────── */

.hwv-fb-card {
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.12);
  overflow: hidden;
  background: #fff;
  font-family: var(--micro);
  color: #111;
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
}

.hwv-fb-card-cover {
  height: 44px;
  background: linear-gradient(135deg, #1877f2 0%, #0c4a94 100%);
  display: grid;
  place-items: center;
}

.hwv-fb-card-cover-label {
  font-size: 7px;
  color: rgba(255,255,255,0.55);
  font-family: var(--micro);
}

.hwv-fb-card-profile {
  display: flex;
  gap: 7px;
  padding: 6px 8px 5px;
  align-items: flex-end;
  margin-top: -14px;
}

.hwv-fb-card-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c8d6e5, #a8b6c5);
  border: 2px solid #fff;
  flex-shrink: 0;
}

.hwv-fb-card-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-top: 12px;
}

.hwv-fb-card-info strong { font-size: 9px; font-weight: 800; color: #111; }
.hwv-fb-card-info span   { font-size: 7px; color: #666; }

.hwv-fb-card-actions {
  display: flex;
  gap: 5px;
  padding: 4px 8px 6px;
}

.hwv-fb-card-btn {
  flex: 1;
  font-size: 8px;
  font-weight: 700;
  font-family: var(--micro);
  padding: 4px 6px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: default;
  border: none;
}

.hwv-fb-card-btn--primary { background: #1877f2; color: #fff; }
.hwv-fb-card-btn:not(.hwv-fb-card-btn--primary) { background: rgba(0,0,0,0.07); color: #111; }

.hwv-fb-card-post { border-top: 1px solid rgba(0,0,0,0.08); }
.hwv-fb-card-post-img { height: 50px; background: linear-gradient(135deg, #1a1a2e, #0a1d4a); }

.hwv-fb-card-post-body {
  padding: 6px 8px 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hwv-fb-card-post-body .hwv-line { background: rgba(0,0,0,0.09); }

.hwv-fb-card-reactions {
  padding: 3px 8px 7px;
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  color: #666;
}

/* Light theme adjustments (keeps white bg as-is, already light) */
.theme-light .hwv-igp { box-shadow: 0 8px 28px rgba(11,26,48,0.10); }
.theme-light .hwv-fb-card { box-shadow: 0 4px 16px rgba(11,26,48,0.08); }

/* ── Phase 02: Ads cards ─────────────────────────────── */

.hwv-ads-card {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(255,255,255,0.04);
}

.hwv-ads-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--micro);
  color: var(--text);
}

.hwv-ads-icon { width: 18px; height: 18px; object-fit: contain; flex-shrink: 0; }

.hwv-live-badge {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #58d68d;
  background: rgba(88,214,141,0.12);
  border: 1px solid rgba(88,214,141,0.22);
  border-radius: 999px;
  padding: 2px 8px;
}

.hwv-live-badge i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #58d68d;
  animation: hdash-live-blink 2s ease-in-out infinite;
  font-style: normal;
}

.hwv-ads-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-bottom: 10px; }
.hwv-ads-kpi { display: flex; flex-direction: column; gap: 2px; }
.hwv-ads-kpi span { font-size: 8px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); font-family: var(--micro); }
.hwv-ads-kpi strong { font-size: 12px; font-weight: 700; font-family: var(--micro); color: var(--text); }

.hwv-spark { width: 100%; height: 28px; display: block; }

/* ── Phase 03: Performance ───────────────────────────── */

.hwv-roi-card {
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(88,214,141,0.28);
  background: rgba(88,214,141,0.08);
}

.hwv-roi-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(88,214,141,0.70);
  font-family: var(--micro);
  font-weight: 700;
  margin-bottom: 4px;
}

.hwv-roi-value {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: var(--head);
  color: #58d68d;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hwv-roi-value em { font-size: 1.4rem; font-style: normal; opacity: 0.65; }
.hwv-roi-delta { font-size: 11px; font-family: var(--micro); color: #58d68d; margin: 4px 0 8px; }

.hwv-funnel { display: flex; flex-direction: column; gap: 4px; }

.hwv-funnel-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  border-radius: 5px;
  background: rgba(0,196,239,0.32);
  width: var(--fw);
  font-size: 10px;
  font-family: var(--micro);
  color: rgba(255,255,255,0.90);
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.hwv-funnel-row--green { background: rgba(88,214,141,0.42); }
.hwv-funnel-row span { font-size: 9px; opacity: 0.80; }
.hwv-funnel-row strong { font-weight: 700; }

.hwv-crm {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}

.hwv-crm-row {
  display: grid;
  grid-template-columns: 1fr auto 90px;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-family: var(--micro);
  color: var(--soft);
}

.hwv-crm-row strong { font-size: 11px; font-weight: 700; color: var(--text); text-align: right; }
.hwv-crm-row--win { color: #58d68d; }
.hwv-crm-row--win strong { color: #58d68d; }

.hwv-crm-bar {
  height: 4px;
  border-radius: 2px;
  background: rgba(0,196,239,0.38);
  width: var(--bw);
}

.hwv-crm-bar--win { background: rgba(88,214,141,0.58); }

/* ── Progress dots ───────────────────────────────────── */

.howit-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 2;
}

.howit-dot {
  width: 32px;
  height: 3px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  padding: 0;
  background: rgba(255,255,255,0.15);
  transition: width 0.3s var(--ease), background 0.3s;
}

.howit-dot--active {
  width: 56px;
  background: var(--cyan);
}

/* ── Responsive ──────────────────────────────────────── */

@media (max-width: 1024px) {
  /* Desativa o sticky scroll */
  .howit-outer  { min-height: auto !important; }
  .howit-sticky { position: static !important; height: auto !important; overflow: visible !important; background: transparent; }
  .howit-bar    { display: none !important; }
  .howit-dots   { display: none !important; }

  /* Cada step vira uma seção empilhada */
  .howit-pair {
    position: static !important;
    inset: auto !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
    align-items: unset !important;
    padding: 40px clamp(16px, 4vw, 48px) !important;
    gap: 32px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07);
  }

  .howit-pair:last-of-type { border-bottom: none; }

  /* Colunas voltam ao fluxo normal */
  .howit-col-left,
  .howit-col-right {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    flex-shrink: unset !important;
    align-self: unset !important;
  }

  /* Sol-panels: volta ao fluxo, mostra painel ativo */
  .sol-panels {
    position: static !important;
    overflow: visible !important;
    flex: none !important;
    display: block !important;
    height: auto !important;
  }

  .sol-panel {
    position: static !important;
    inset: auto !important;
    overflow: visible !important;
    display: none !important;
    height: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transition: none !important;
  }

  .sol-panel--active {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    gap: 10px !important;
  }

  /* Itens de solução: anulam flex-shrink fixo */
  .howit-sol-tag,
  .howit-result,
  .howit-step-cta {
    flex-shrink: unset !important;
    align-self: unset !important;
  }

  .howit-step-cta { align-self: flex-start !important; }
}

@media (max-width: 640px) {
  .howit-pair { padding: 32px 20px; }
  .hwv-ads-grid { grid-template-columns: repeat(2,1fr); }
  .hwv-site-row .hwv-card-mock:last-child { display: none; }
  .howit-prob-title { font-size: 1.7rem; }
}

/* ═══════════════════════════════════════════════════════
   SOL-TABS — Sistema de tabs com slide lateral
   ═══════════════════════════════════════════════════════ */

.sol-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.sol-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  color: var(--muted);
  font-size: 11px;
  font-family: var(--micro);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  overflow: hidden;
}

/* Barra de progresso da auto-rotação */
.sol-tab--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: var(--cyan);
  border-radius: 1px;
  animation: sol-tab-progress 5s linear forwards;
}

@keyframes sol-tab-progress {
  to { width: 100%; }
}

.sol-tab:hover {
  border-color: rgba(0,196,239,0.30);
  color: var(--text);
  background: rgba(0,196,239,0.06);
}

.sol-tab--active {
  border-color: rgba(0,196,239,0.50);
  background: rgba(0,196,239,0.12);
  color: var(--cyan);
}

/* ── Panels with stacking + slide ──────────────────── */

.sol-panels {
  flex: 1;
  min-height: 0;
  position: relative;
  overflow: hidden;
}

.sol-panel {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 4px;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 0.38s var(--ease), transform 0.38s var(--ease);
  pointer-events: none;
  visibility: hidden;
}

.sol-panel::-webkit-scrollbar { display: none; }

.sol-panel--active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
}

/* Service info block */
.sol-service-info { flex-shrink: 0; }

.sol-service-info h5 {
  font-family: var(--head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.sol-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sol-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 0.8rem;
  color: var(--soft);
  line-height: 1.5;
}

.sol-bullets li::before {
  content: "›";
  color: var(--cyan);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  flex-shrink: 0;
}

/* ── Premium Site Mockup ──────────────────────────── */

.hwv-psite {
  background: #030810;
  overflow: hidden;
}

/* Navigation */
.hwv-pnav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(3,8,16,0.96);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.hwv-pnav-logo {
  font-size: 10px;
  font-weight: 800;
  font-family: var(--head);
  color: #fff;
  letter-spacing: -0.01em;
  flex-shrink: 0;
}

.hwv-pnav-logo span { color: #00c4ef; }

.hwv-pnav-links {
  display: flex;
  gap: 10px;
  flex: 1;
  justify-content: center;
}

.hwv-pnav-links a {
  font-size: 7.5px;
  font-family: var(--micro);
  color: rgba(255,255,255,0.50);
  text-decoration: none;
  letter-spacing: 0.02em;
}

.hwv-pnav-cta {
  font-size: 7px;
  font-weight: 700;
  font-family: var(--micro);
  padding: 4px 10px;
  border-radius: 999px;
  background: #00c4ef;
  color: #030810;
  border: none;
  cursor: default;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

/* Hero */
.hwv-phero {
  position: relative;
  padding: 18px 14px 14px;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(0,196,239,0.12), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(47,124,255,0.08), transparent 50%),
    linear-gradient(160deg, #030d1e 0%, #040a17 100%);
  overflow: hidden;
}

.hwv-phero-glow {
  position: absolute;
  top: -40px;
  right: -30px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(0,196,239,0.18), transparent 65%);
  pointer-events: none;
}

.hwv-phero-kicker {
  font-size: 7px;
  font-family: var(--micro);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00c4ef;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hwv-phero-kicker::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00c4ef;
  box-shadow: 0 0 6px rgba(0,196,239,0.70);
}

.hwv-phero-h1 {
  font-family: var(--head);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.22;
  color: #F4F5F7;
  letter-spacing: -0.03em;
  margin-bottom: 7px;
}

.hwv-phero-lead {
  font-size: 8px;
  font-family: var(--micro);
  color: rgba(200,210,225,0.65);
  line-height: 1.55;
  margin-bottom: 12px;
  max-width: 34ch;
}

.hwv-phero-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.hwv-phero-cta {
  font-size: 7.5px;
  font-weight: 700;
  font-family: var(--micro);
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00c4ef 0%, #2f7cff 100%);
  color: #fff;
  border: none;
  cursor: default;
  box-shadow: 0 5px 16px rgba(0,196,239,0.32);
  letter-spacing: 0.01em;
}

.hwv-phero-ghost {
  font-size: 7.5px;
  font-weight: 600;
  font-family: var(--micro);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.55);
  border: 1px solid rgba(255,255,255,0.14);
  cursor: default;
}

.hwv-phero-trust {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 7px;
  font-family: var(--micro);
}

.hwv-phero-trust span:first-child { color: #f5c45d; letter-spacing: 1px; }
.hwv-phero-trust span:last-child  { color: rgba(200,210,225,0.45); }

/* Services strip */
.hwv-pservices {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid rgba(255,255,255,0.07);
}

.hwv-pservice {
  padding: 10px 10px 12px;
  border-right: 1px solid rgba(255,255,255,0.07);
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(255,255,255,0.018);
  transition: background 0.2s;
}

.hwv-pservice:last-child { border-right: none; }

.hwv-pservice--featured {
  background: rgba(0,196,239,0.06);
  border-right-color: rgba(0,196,239,0.12);
}

.hwv-pservice-icon { font-size: 13px; margin-bottom: 2px; }

.hwv-pservice-title {
  font-size: 8px;
  font-weight: 700;
  font-family: var(--micro);
  color: #F4F5F7;
  letter-spacing: -0.01em;
}

.hwv-pservice--featured .hwv-pservice-title { color: #7eeeff; }

.hwv-pservice-desc {
  font-size: 7px;
  font-family: var(--micro);
  color: rgba(200,210,225,0.50);
  line-height: 1.5;
}

.hwv-pservice-cta {
  font-size: 7px;
  font-family: var(--micro);
  font-weight: 700;
  color: rgba(0,196,239,0.70);
  margin-top: 3px;
}

/* ── Browser nav enhanced ─────────────────────────── */

.hwv-site-nav-full {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 10px;
}

.hwv-nav-logo-sk {
  width: 60px;
  height: 8px;
  background: rgba(0,196,239,0.40);
  border-radius: 3px;
  flex-shrink: 0;
}

.hwv-nav-links-sk {
  display: flex;
  gap: 8px;
  flex: 1;
  justify-content: center;
}

.hwv-nav-links-sk span {
  font-size: 8px;
  font-family: var(--micro);
  color: rgba(255,255,255,0.40);
}

.hwv-nav-cta-sk {
  width: 40px;
  height: 16px;
  background: linear-gradient(90deg, rgba(0,196,239,0.50), rgba(47,124,255,0.50));
  border-radius: 4px;
  flex-shrink: 0;
}

/* ── GMB Full Mockup ──────────────────────────────── */

.hwv-gmb {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  background: rgba(8, 18, 40, 0.88);
  box-shadow: 0 12px 36px rgba(0,0,0,0.28);
  flex-shrink: 0;
}

.hwv-gmb-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 70px;
  gap: 2px;
  position: relative;
  background: rgba(255,255,255,0.06);
}

.hwv-gmb-photo-a {
  background: linear-gradient(135deg, #1a3a6b, #0a1d4a);
}

.hwv-gmb-photo-b {
  background: linear-gradient(135deg, #0a1d4a, #071425);
}

.hwv-gmb-ver {
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: 8px;
  font-family: var(--micro);
  color: rgba(255,255,255,0.65);
  background: rgba(0,0,0,0.40);
  padding: 2px 6px;
  border-radius: 4px;
}

.hwv-gmb-content {
  padding: 12px 14px 10px;
}

.hwv-gmb-title {
  font-size: 13px;
  font-weight: 700;
  font-family: var(--micro);
  color: var(--text);
  margin-bottom: 4px;
}

.hwv-gmb-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 3px;
}

.hwv-gmb-score { font-size: 12px; font-weight: 700; color: var(--text); font-family: var(--micro); }
.hwv-gmb-stars { font-size: 11px; color: #f5c45d; letter-spacing: 1px; }
.hwv-gmb-count { font-size: 9px; color: var(--muted); font-family: var(--micro); }
.hwv-gmb-cat { font-size: 9px; color: var(--muted); font-family: var(--micro); margin-bottom: 10px; }

.hwv-gmb-btns {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.hwv-gmb-btn {
  font-size: 9px;
  font-family: var(--micro);
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(255,255,255,0.06);
  color: var(--text);
  cursor: default;
}

.hwv-gmb-agenda {
  font-size: 10px;
  font-family: var(--micro);
  font-weight: 600;
  color: var(--cyan);
  background: rgba(0,196,239,0.10);
  border: 1px solid rgba(0,196,239,0.25);
  border-radius: 8px;
  padding: 7px 10px;
  margin-bottom: 10px;
  text-align: center;
}

.hwv-gmb-infos { display: flex; flex-direction: column; gap: 5px; margin-bottom: 10px; }

.hwv-gmb-info-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-family: var(--micro);
  color: var(--soft);
}

.hwv-gmb-open { font-size: 10px; font-weight: 700; color: #58d68d; }

.hwv-gmb-reviews { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 8px; }
.hwv-gmb-rev-title { font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-family: var(--micro); font-weight: 700; margin-bottom: 6px; }

.hwv-gmb-rev {
  font-size: 9px;
  color: var(--soft);
  font-family: var(--micro);
  padding: 5px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  display: flex;
  justify-content: space-between;
  gap: 8px;
  line-height: 1.4;
}

.hwv-gmb-rev:last-child { border-bottom: none; }
.hwv-gmb-rev span { color: #f5c45d; flex-shrink: 0; font-size: 9px; }

/* ── Instagram + Facebook side by side ────────────── */

.hwv-social-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  flex-shrink: 0;
}

/* Instagram */
.hwv-ig {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  background: rgba(8,18,40,0.88);
  font-family: var(--micro);
}

.hwv-ig-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 10px;
  font-weight: 700;
  color: var(--text);
}

.hwv-ig-logo { font-size: 10px; }
.hwv-ig-more { color: var(--muted); }

.hwv-ig-profile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 8px 6px;
}

.hwv-ig-avatar-wrap {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  padding: 2px;
  background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  flex-shrink: 0;
}

.hwv-ig-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3a6b, #0a1d4a);
  border: 2px solid rgba(8,18,40,0.88);
}

.hwv-ig-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; flex: 1; }
.hwv-ig-stats div { display: flex; flex-direction: column; align-items: center; gap: 1px; }
.hwv-ig-stats strong { font-size: 10px; color: var(--text); }
.hwv-ig-stats span { font-size: 7px; color: var(--muted); }

.hwv-ig-bio {
  padding: 0 8px 6px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hwv-ig-bio strong { font-size: 9px; color: var(--text); }
.hwv-ig-bio span { font-size: 8px; color: var(--soft); }
.hwv-ig-bio a { font-size: 8px; color: #58a6ff; }

.hwv-ig-btn {
  margin: 0 8px 8px;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.15);
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  color: var(--text);
}

.hwv-ig-highlights {
  display: flex;
  gap: 10px;
  padding: 0 8px 8px;
}

.hwv-ig-hl { display: flex; flex-direction: column; align-items: center; gap: 3px; }

.hwv-ig-hl-c {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.20);
}

.hwv-c1 { background: linear-gradient(135deg, #667eea, #764ba2); }
.hwv-c2 { background: linear-gradient(135deg, #f093fb, #f5576c); }
.hwv-c3 { background: linear-gradient(135deg, #4facfe, #00f2fe); }

.hwv-ig-hl span { font-size: 7px; color: var(--muted); }

.hwv-ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.hwv-ig-p { aspect-ratio: 1; }
.hwv-p1 { background: linear-gradient(135deg, #1a3a6b, #0a2d5a); }
.hwv-p2 { background: linear-gradient(135deg, #0a2540, #152e4d); }
.hwv-p3 { background: linear-gradient(135deg, #112233, #1a3a5c); }
.hwv-p4 { background: linear-gradient(135deg, #0d1f35, #1c3652); }
.hwv-p5 { background: linear-gradient(135deg, #162b45, #0e2038); }
.hwv-p6 { background: linear-gradient(135deg, #0a1d35, #132840); }

/* Facebook */
.hwv-fb {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.10);
  overflow: hidden;
  background: rgba(8,18,40,0.88);
  font-family: var(--micro);
}

.hwv-fb-cover {
  height: 46px;
  background: linear-gradient(135deg, #1877f2 0%, #0a4ab5 100%);
}

.hwv-fb-profile-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding: 0 8px 8px;
  margin-top: -14px;
}

.hwv-fb-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a3a6b, #0a1d4a);
  border: 2px solid rgba(8,18,40,0.88);
  flex-shrink: 0;
}

.hwv-fb-profile-row > div { display: flex; flex-direction: column; gap: 1px; }
.hwv-fb-profile-row strong { font-size: 9px; color: var(--text); }
.hwv-fb-profile-row span { font-size: 7px; color: var(--muted); }

.hwv-fb-actions {
  display: flex;
  gap: 4px;
  padding: 0 8px 8px;
}

.hwv-fb-btn-primary, .hwv-fb-btn-sec {
  font-size: 8px;
  font-weight: 700;
  font-family: var(--micro);
  padding: 4px 7px;
  border-radius: 5px;
  cursor: default;
  border: none;
}

.hwv-fb-btn-primary { background: #1877f2; color: #fff; }
.hwv-fb-btn-sec { background: rgba(255,255,255,0.10); color: var(--text); border: 1px solid rgba(255,255,255,0.12); }

.hwv-fb-post { border-top: 1px solid rgba(255,255,255,0.07); }
.hwv-fb-post-img { height: 50px; background: linear-gradient(135deg, #0d1f35, #152e4d); }
.hwv-fb-post-txt { padding: 7px 8px 4px; display: flex; flex-direction: column; gap: 5px; }
.hwv-fb-post-txt .hwv-line--lg { width: 88%; }
.hwv-fb-post-txt .hwv-line--md { width: 62%; }
.hwv-fb-reactions { padding: 4px 8px 7px; font-size: 9px; color: var(--muted); }
.hwv-fb-reactions span { margin-left: 4px; }

/* ── WhatsApp Business ─────────────────────────────── */

.hwv-wa-full {
  border-radius: 12px;
  border: 1px solid rgba(37,211,102,0.20);
  overflow: hidden;
  background: rgba(6, 18, 12, 0.85);
  box-shadow: 0 12px 36px rgba(0,0,0,0.28);
  font-family: var(--micro);
  flex-shrink: 0;
}

.hwv-wa-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  background: rgba(7, 94, 84, 0.60);
  border-bottom: 1px solid rgba(37,211,102,0.15);
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
}

.hwv-wa-tick { margin-left: auto; color: #25d366; font-size: 11px; }

.hwv-wa-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 12px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  gap: 4px;
}

.hwv-wa-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #075e54, #128c7e);
  margin-bottom: 4px;
}

.hwv-wa-name { font-size: 13px; font-weight: 700; color: var(--text); }
.hwv-wa-verified { font-size: 9px; color: #25d366; }

.hwv-wa-details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 6px;
  width: 100%;
}

.hwv-wa-details > div {
  font-size: 9px;
  color: var(--soft);
  display: flex;
  align-items: center;
  gap: 6px;
}

.hwv-wa-chat-preview {
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hwv-wa-chat-label {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 2px;
}

.hwv-wa-msg-in, .hwv-wa-msg-out {
  font-size: 10px;
  line-height: 1.4;
  padding: 7px 10px;
  border-radius: 10px;
  max-width: 90%;
}

.hwv-wa-msg-in {
  background: rgba(37,211,102,0.15);
  color: var(--text);
  border-bottom-left-radius: 3px;
  align-self: flex-start;
}

.hwv-wa-msg-out {
  background: rgba(255,255,255,0.07);
  color: var(--soft);
  border-bottom-right-radius: 3px;
  align-self: flex-end;
}

.hwv-wa-quick-replies {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.hwv-wa-quick-replies button {
  font-size: 9px;
  font-family: var(--micro);
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 999px;
  border: 1px solid rgba(37,211,102,0.30);
  background: rgba(37,211,102,0.08);
  color: #25d366;
  cursor: default;
}

/* ── Campaign list (Step 02) ──────────────────────── */

.hwv-ads-campaign-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}

.hwv-campaign-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-family: var(--micro);
  color: var(--soft);
}

.hwv-campaign-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hwv-dot-cyan  { background: var(--cyan); }
.hwv-dot-amber { background: rgba(238,178,38,0.90); }
.hwv-dot-green { background: #58d68d; }

.hwv-campaign-status { margin-left: auto; color: #58d68d; font-size: 9px; }

/* Gestão (Step 02) */
.hwv-gestao {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.hwv-gestao-week {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}

.hwv-gestao-label {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  font-family: var(--micro);
  font-weight: 700;
  margin-bottom: 8px;
}

.hwv-gestao-days {
  display: flex;
  gap: 6px;
}

.hwv-day {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 8px;
  font-family: var(--micro);
  color: var(--muted);
  padding: 6px 4px;
  border-radius: 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.hwv-day span { font-size: 9px; }
.hwv-day--done { border-color: rgba(88,214,141,0.25); color: #58d68d; }
.hwv-day--active { border-color: rgba(0,196,239,0.35); color: var(--cyan); background: rgba(0,196,239,0.07); }

.hwv-gestao-metrics {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.hwv-gestao-kpi {
  display: grid;
  grid-template-columns: 1fr auto 120px;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-family: var(--micro);
  color: var(--soft);
}

.hwv-gestao-kpi strong { color: var(--text); font-size: 11px; font-weight: 700; text-align: right; }

.hwv-gestao-bar {
  height: 4px;
  border-radius: 2px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.hwv-gestao-bar > div { height: 100%; background: rgba(0,196,239,0.55); border-radius: 2px; }
.hwv-gestao-bar--green > div { background: rgba(88,214,141,0.60); }

.hwv-gestao-report {
  font-size: 9px;
  font-family: var(--micro);
  color: var(--muted);
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.025);
}

.hwv-gestao-report span { color: var(--cyan); font-weight: 600; }

/* ── Performance (Step 03) ────────────────────────── */

.hwv-perf-metrics {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 8px;
}

.hwv-perf-kpi {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}

.hwv-perf-kpi span { font-size: 8px; font-family: var(--micro); color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em; }
.hwv-perf-kpi strong { font-size: 13px; font-weight: 700; font-family: var(--micro); color: var(--text); }
.hwv-green { font-size: 9px; color: #58d68d; font-family: var(--micro); font-weight: 700; }

/* Reunião (Step 03) */
.hwv-reuniao {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.hwv-reuniao-card {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,196,239,0.20);
  background: rgba(0,196,239,0.06);
}

.hwv-reuniao-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.hwv-reuniao-icon { font-size: 18px; flex-shrink: 0; }

.hwv-reuniao-header strong { font-size: 11px; font-weight: 700; color: var(--text); font-family: var(--micro); display: block; margin-bottom: 2px; }
.hwv-reuniao-header span { font-size: 9px; color: var(--muted); font-family: var(--micro); }

.hwv-reuniao-agenda { display: flex; flex-direction: column; gap: 6px; }

.hwv-agenda-item { font-size: 10px; font-family: var(--micro); color: var(--soft); }
.hwv-agenda--done { color: #58d68d; }
.hwv-agenda--active { color: var(--cyan); }

.hwv-reuniao-report {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.03);
}

.hwv-report-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  font-family: var(--micro);
  color: var(--soft);
}

.hwv-report-badge {
  font-size: 8px;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(0,196,239,0.15);
  color: var(--cyan);
  font-weight: 700;
}

.hwv-report-seen {
  font-size: 8px;
  color: var(--muted);
}

/* ═══════════════════════════════════════════════════════
   HWV REPORT (Relatórios & KPIs — Step 02)
   ═══════════════════════════════════════════════════════ */

.hwv-report {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.09);
  background: rgba(5,12,28,0.92);
  overflow: hidden;
  flex-shrink: 0;
}

.hwv-report-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: rgba(255,255,255,0.025);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 9px;
  font-family: var(--micro);
  font-weight: 700;
  color: var(--text);
}

.hwv-report-topbar-l {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hwv-rdot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58d68d;
  box-shadow: 0 0 6px rgba(88,214,141,0.70);
  animation: hdash-live-blink 2s ease-in-out infinite;
  flex-shrink: 0;
}

.hwv-report-complete {
  font-size: 8px;
  font-family: var(--micro);
  color: var(--muted);
  font-weight: 400;
  font-style: italic;
}

.hwv-report-section { padding: 10px 12px 8px; }

.hwv-report-section-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-family: var(--micro);
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.hwv-report-count {
  margin-left: auto;
  font-size: 8px;
  color: var(--muted);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.hwv-report-kpis {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1px;
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  overflow: hidden;
}

.hwv-rkpi {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 10px;
  background: rgba(5,12,28,0.95);
}

.hwv-rkpi span {
  font-size: 8px;
  font-family: var(--micro);
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hwv-rkpi strong {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--micro);
  color: var(--text);
  letter-spacing: -0.01em;
}

.hwv-rpos { color: #58d68d !important; }

.hwv-report-divider {
  height: 1px;
  background: rgba(255,255,255,0.07);
  margin: 0 12px;
}

/* Campaign table */
.hwv-camp-table { display: flex; flex-direction: column; gap: 0; }

.hwv-camp-head, .hwv-camp-row {
  display: grid;
  grid-template-columns: 20px 1fr 58px 58px 58px 46px;
  gap: 4px;
  padding: 5px 0;
  align-items: center;
  font-size: 8px;
  font-family: var(--micro);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.hwv-camp-head {
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--muted);
  padding-bottom: 6px;
}

.hwv-camp-row { color: rgba(200,215,230,0.82); }
.hwv-camp-row:last-child { border-bottom: none; }

.hwv-camp-num { color: var(--muted); font-size: 8px; }

.hwv-camp-name-cell {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.hwv-camp-name-cell > span {
  font-size: 9px;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hwv-camp-tag {
  font-size: 7px;
  padding: 1px 5px;
  border-radius: 3px;
  font-style: normal;
  font-weight: 700;
  width: fit-content;
}

.hwv-tag-rmkt  { background: rgba(139,124,255,0.18); color: #8b7cff; }
.hwv-tag-prosp { background: rgba(0,196,239,0.15);   color: #00c4ef; }

.hwv-camp-val { font-size: 8.5px; font-family: var(--micro); text-align: right; }
.hwv-col-green { color: #58d68d; }

.hwv-camp-roas {
  font-size: 8.5px;
  font-family: var(--micro);
  font-weight: 700;
  text-align: right;
  padding: 2px 5px;
  border-radius: 4px;
}

.hwv-roas-high { background: rgba(88,214,141,0.16); color: #58d68d; }
.hwv-roas-med  { background: rgba(245,196,93,0.16); color: #f5c45d; }
.hwv-roas-low  { background: rgba(255,111,120,0.16); color: #ff6f78; }

/* ═══════════════════════════════════════════════════════
   HWV DASH OVERVIEW (Gestão Visão Geral — Step 02)
   ═══════════════════════════════════════════════════════ */

.hwv-dash-overview {
  border-radius: 12px;
  border: 1px solid rgba(0,196,239,0.20);
  background: rgba(4,9,22,0.92);
  overflow: hidden;
  flex-shrink: 0;
}

.hwv-dao-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.022);
}

.hwv-dao-logo {
  height: 22px;
  width: auto;
  object-fit: contain;
}

.hwv-dao-status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  font-family: var(--micro);
  color: var(--muted);
}

.hwv-dao-live {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #58d68d;
}

.hwv-dao-live i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #58d68d;
  box-shadow: 0 0 6px rgba(88,214,141,0.70);
  animation: hdash-live-blink 2s ease-in-out infinite;
  font-style: normal;
}

.hwv-dao-label {
  padding: 8px 14px 6px;
  font-size: 8px;
  font-family: var(--micro);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.hwv-dao-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.07);
  padding: 1px;
}

.hwv-dao-kpi {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(4,9,22,0.96);
}

.hwv-dao-kpi--cyan { background: rgba(0,196,239,0.07); }
.hwv-dao-kpi--green { background: rgba(88,214,141,0.07); }

.hwv-dao-kpi > span {
  font-size: 8px;
  font-family: var(--micro);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
}

.hwv-dao-kpi > strong {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--head);
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1;
}

.hwv-dao-kpi--cyan  > strong { color: #7eeeff; }
.hwv-dao-kpi--green > strong { color: #58d68d; }

.hwv-dao-delta {
  font-size: 9px;
  font-family: var(--micro);
  font-style: normal;
}

.hwv-dao-pos { color: #58d68d; }
.hwv-dao-neg { color: #ff6f78; }

.hwv-dao-spark-wrap {
  padding: 10px 14px 14px;
  background: rgba(4,9,22,0.96);
  border-top: 1px solid rgba(255,255,255,0.06);
}

.hwv-dao-spark-wrap svg {
  width: 100%;
  height: 44px;
  display: block;
}

/* ═══════════════════════════════════════════════════════
   HWV AUTOMAÇÕES (Step 03)
   ═══════════════════════════════════════════════════════ */

.hwv-automacoes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}

.hwv-auto-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0,196,239,0.20);
  background: rgba(0,196,239,0.06);
  font-size: 9px;
  font-family: var(--micro);
}

.hwv-auto-badge { font-weight: 700; color: var(--cyan); }

.hwv-auto-live {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #58d68d;
  font-weight: 600;
}

.hwv-auto-live i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #58d68d;
  box-shadow: 0 0 5px rgba(88,214,141,0.70);
  animation: hdash-live-blink 2s ease-in-out infinite;
  font-style: normal;
}

.hwv-auto-list {
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  overflow: hidden;
}

.hwv-auto-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  background: rgba(255,255,255,0.025);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  font-family: var(--micro);
}

.hwv-auto-item:last-child { border-bottom: none; }
.hwv-auto-item:hover { background: rgba(255,255,255,0.04); }

.hwv-auto-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hwv-ad-active {
  background: #58d68d;
  box-shadow: 0 0 6px rgba(88,214,141,0.65);
  animation: hdash-live-blink 2.5s ease-in-out infinite;
}

.hwv-ad-paused  { background: rgba(245,196,93,0.85); }
.hwv-ad-sched   { background: rgba(0,196,239,0.75); }

.hwv-auto-info { flex: 1; min-width: 0; }

.hwv-auto-info strong {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hwv-auto-info span {
  font-size: 8px;
  color: var(--muted);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hwv-auto-count {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  font-family: var(--micro);
  line-height: 1;
}

.hwv-auto-count span { font-size: 7px; color: var(--muted); font-weight: 400; margin-top: 1px; }

.hwv-auto-tag {
  font-size: 8px;
  padding: 2px 7px;
  border-radius: 999px;
  font-family: var(--micro);
  font-weight: 700;
  flex-shrink: 0;
}

.hwv-at-yellow { background: rgba(245,196,93,0.14); color: #f5c45d; }
.hwv-at-cyan   { background: rgba(0,196,239,0.12);  color: #00c4ef; }

/* Flow diagram */
.hwv-auto-flow {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.07);
  background: rgba(255,255,255,0.02);
}

.hwv-auto-flow-label {
  font-size: 8px;
  font-family: var(--micro);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--muted);
  margin-bottom: 9px;
}

.hwv-auto-flow-steps {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hwv-auto-flow-steps::-webkit-scrollbar { display: none; }

.hwv-flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 7px 8px;
  border-radius: 8px;
  font-size: 8px;
  font-family: var(--micro);
  font-weight: 700;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  flex-shrink: 0;
  text-align: center;
  line-height: 1.3;
  min-width: 46px;
}

.hwv-flow-node span { font-size: 13px; }

.hwv-fn-trigger { border-color: rgba(238,178,38,0.38); background: rgba(238,178,38,0.08); color: #f5c45d; }
.hwv-fn-wait    { border-color: rgba(150,165,190,0.22); color: var(--muted); }
.hwv-fn-action  { border-color: rgba(0,196,239,0.32);  background: rgba(0,196,239,0.08); color: #7eeeff; }
.hwv-fn-notify  { border-color: rgba(88,214,141,0.32); background: rgba(88,214,141,0.08); color: #58d68d; }

.hwv-flow-arrow {
  color: var(--muted);
  font-size: 11px;
  flex-shrink: 0;
  line-height: 1;
}

/* Light theme */
.theme-light .hwv-auto-header   { border-color: rgba(0,141,189,0.20); background: rgba(0,141,189,0.06); }
.theme-light .hwv-auto-list     { border-color: rgba(11,26,48,0.09); }
.theme-light .hwv-auto-item     { background: rgba(255,255,255,0.65); border-bottom-color: rgba(11,26,48,0.07); }
.theme-light .hwv-auto-item:hover { background: rgba(255,255,255,0.85); }
.theme-light .hwv-auto-info strong { color: #081827; }
.theme-light .hwv-auto-info span   { color: #607186; }
.theme-light .hwv-auto-count     { color: #081827; }
.theme-light .hwv-auto-flow      { border-color: rgba(11,26,48,0.09); background: rgba(255,255,255,0.55); }
.theme-light .hwv-flow-node      { background: rgba(255,255,255,0.75); border-color: rgba(11,26,48,0.12); color: #081827; }
.theme-light .hwv-fn-trigger     { background: rgba(190,140,20,0.08); color: #7a5800; }
.theme-light .hwv-fn-action      { background: rgba(0,141,189,0.08); color: #006F99; }
.theme-light .hwv-fn-notify      { background: rgba(26,110,56,0.08); color: #1a6e38; }

/* ── Light theme: hwv-report ─────────────────────── */

.theme-light .hwv-report {
  background: rgba(242, 247, 253, 0.96);
  border-color: rgba(11, 26, 48, 0.10);
}

.theme-light .hwv-report-topbar {
  background: rgba(255, 255, 255, 0.72);
  border-bottom-color: rgba(11, 26, 48, 0.08);
  color: #081827;
}

.theme-light .hwv-report-complete { color: #607186; }
.theme-light .hwv-report-section-title { color: #081827; }
.theme-light .hwv-report-count { color: #607186; }

.theme-light .hwv-report-kpis {
  background: rgba(11, 26, 48, 0.06);
}

.theme-light .hwv-rkpi { background: rgba(255, 255, 255, 0.90); }
.theme-light .hwv-rkpi span   { color: #607186; }
.theme-light .hwv-rkpi strong { color: #081827; }
.theme-light .hwv-rpos         { color: #1a7a40 !important; }

.theme-light .hwv-report-divider { background: rgba(11, 26, 48, 0.07); }

.theme-light .hwv-camp-head {
  color: #607186;
  background: rgba(11, 26, 48, 0.04);
  border-bottom-color: rgba(11, 26, 48, 0.07);
}

.theme-light .hwv-camp-row {
  color: rgba(8, 24, 39, 0.75);
  border-bottom-color: rgba(11, 26, 48, 0.05);
}

.theme-light .hwv-camp-name-cell > span { color: #081827; }
.theme-light .hwv-camp-num             { color: #8fa0b3; }
.theme-light .hwv-col-green            { color: #1a7a40; }

.theme-light .hwv-roas-high { background: rgba(26, 122, 64, 0.12); color: #1a7a40; }
.theme-light .hwv-roas-med  { background: rgba(140, 100, 0, 0.10); color: #7a5800; }

/* ── Light theme: hwv-dash-overview ─────────────── */

.theme-light .hwv-dash-overview {
  background: rgba(242, 247, 253, 0.96);
  border-color: rgba(0, 141, 189, 0.20);
}

.theme-light .hwv-dao-topbar {
  background: rgba(255, 255, 255, 0.72);
  border-bottom-color: rgba(11, 26, 48, 0.08);
}

/* Logo branca fica preta no tema claro via filter */
.theme-light .hwv-dao-logo {
  filter: brightness(0) saturate(0);
  opacity: 0.85;
}

.theme-light .hwv-dao-status { color: #607186; }

.theme-light .hwv-dao-label {
  color: #607186;
  border-bottom-color: rgba(11, 26, 48, 0.07);
}

.theme-light .hwv-dao-grid { background: rgba(11, 26, 48, 0.06); }

.theme-light .hwv-dao-kpi       { background: rgba(255, 255, 255, 0.92); }
.theme-light .hwv-dao-kpi--cyan { background: rgba(0, 141, 189, 0.07); }
.theme-light .hwv-dao-kpi--green { background: rgba(26, 110, 56, 0.07); }

.theme-light .hwv-dao-kpi > span   { color: #607186; }
.theme-light .hwv-dao-kpi > strong { color: #081827; }
.theme-light .hwv-dao-kpi--cyan  > strong { color: #006F99; }
.theme-light .hwv-dao-kpi--green > strong { color: #1a7a40; }

.theme-light .hwv-dao-pos { color: #1a7a40; }

.theme-light .hwv-dao-spark-wrap {
  background: rgba(255, 255, 255, 0.90);
  border-top-color: rgba(11, 26, 48, 0.07);
}

/* ── Light theme for tabs/panels ──────────────────── */

.theme-light .sol-tab {
  border-color: rgba(11,26,48,0.12);
  background: rgba(255,255,255,0.60);
  color: #607186;
}

.theme-light .sol-tab:hover { border-color: rgba(0,141,189,0.30); color: #006F99; }
.theme-light .sol-tab--active { border-color: rgba(0,141,189,0.50); background: rgba(0,141,189,0.10); color: #006F99; }

.theme-light .hwv-gmb,
.theme-light .hwv-ig,
.theme-light .hwv-fb,
.theme-light .hwv-wa-full,
.theme-light .hwv-reuniao-card { background: rgba(255,255,255,0.88); border-color: rgba(11,26,48,0.12); }

.theme-light .hwv-gmb-title, .theme-light .hwv-ig-stats strong, .theme-light .hwv-fb-profile-row strong,
.theme-light .hwv-wa-name, .theme-light .hwv-reuniao-header strong { color: #081827; }

.theme-light .hwv-gmb-btn { background: rgba(11,26,48,0.06); border-color: rgba(11,26,48,0.15); color: #081827; }
.theme-light .hwv-gmb-agenda { background: rgba(0,141,189,0.08); border-color: rgba(0,141,189,0.25); color: #006F99; }
.theme-light .hwv-gmb-rev { color: #40566E; }
.theme-light .sol-service-info h5 { color: #081827; }
.theme-light .sol-bullets li { color: #40566E; }
.theme-light .hwv-wa-msg-in { background: rgba(37,211,102,0.12); color: #081827; }
.theme-light .hwv-wa-msg-out { background: rgba(11,26,48,0.06); color: #40566E; }

/* ── Light theme ─────────────────────────────────────── */

.theme-light .howit-fold { background: #F4F7FB; }
.theme-light .howit-sticky { background: #F4F7FB; }
.theme-light .howit-bar { background: rgba(237,243,252,0.85); border-bottom-color: rgba(11,26,48,0.09); }
.theme-light .howit-counter strong { color: #006F99; }
.theme-light .howit-col-right { border-left-color: rgba(11,26,48,0.10); }
.theme-light .howit-prob-title { color: #081827; }
.theme-light .howit-prob-desc, .theme-light .howit-prob-list li { color: #40566E; }
.theme-light .howit-quote--red   { border-color: rgba(200,58,58,0.18); background: rgba(200,58,58,0.05); color: #40566E; }
.theme-light .howit-quote--amber { border-color: rgba(190,140,20,0.20); background: rgba(190,140,20,0.06); color: #40566E; }
.theme-light .howit-quote--cyan  { border-color: rgba(0,141,189,0.20); background: rgba(0,141,189,0.05); color: #40566E; }
.theme-light .howit-sol-tag h4 { color: #006F99; }
.theme-light .howit-sol-tag span { color: #607186; }
.theme-light .howit-result { background: rgba(26,110,56,0.07); border-color: rgba(26,110,56,0.20); }
.theme-light .hwv-browser { background: rgba(240,245,252,0.92); border-color: rgba(11,26,48,0.12); }
.theme-light .hwv-browser-bar { background: rgba(11,26,48,0.04); border-bottom-color: rgba(11,26,48,0.08); }
.theme-light .hwv-url { background: rgba(11,26,48,0.06); color: #607186; }
.theme-light .hwv-site-nav, .theme-light .hwv-line, .theme-light .hwv-card-mock { background: rgba(11,26,48,0.08); }
.theme-light .hwv-google-card { background: rgba(255,255,255,0.82); border-color: rgba(11,26,48,0.10); }
.theme-light .hwv-google-info strong { color: #081827; }
.theme-light .hwv-ads-card { background: rgba(255,255,255,0.72); border-color: rgba(11,26,48,0.10); }
.theme-light .hwv-ads-kpi span { color: #607186; }
.theme-light .hwv-ads-kpi strong { color: #081827; }
.theme-light .hwv-ads-head { color: #081827; }
.theme-light .hwv-crm { background: rgba(255,255,255,0.65); border-color: rgba(11,26,48,0.09); }
.theme-light .hwv-crm-row { color: #40566E; }
.theme-light .hwv-crm-row strong { color: #081827; }
.theme-light .howit-dot { background: rgba(11,26,48,0.15); }
.theme-light .howit-dot--active { background: #006F99; }
.theme-light .howit-pair { border-bottom-color: rgba(11,26,48,0.09); }

/* ═══════════════════════════════════════════════════════
   HERO CINEMATIC — LIGHT THEME OVERRIDES
   ═══════════════════════════════════════════════════════ */

/* ── Logo no topbar do dashboard ──────────────────────── */

.hero__dash-brand {
  display: flex;
  align-items: center;
}

.hero__dash-logo {
  display: block;
  height: 38px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.hero__dash-logo--light { display: none; }

.theme-light .hero__dash-logo--dark  { display: none; }
.theme-light .hero__dash-logo--light { display: block; }

/* ── Overlay da imagem de fundo (light) ───────────────── */

.theme-light .hero__bg::after {
  background:
    linear-gradient(100deg,
      rgba(237, 243, 252, 0.93) 0%,
      rgba(237, 243, 252, 0.82) 36%,
      rgba(237, 243, 252, 0.58) 68%,
      rgba(237, 243, 252, 0.32) 100%),
    linear-gradient(180deg,
      rgba(237, 243, 252, 0.45) 0%,
      transparent 26%,
      transparent 70%,
      rgba(237, 243, 252, 0.78) 100%);
}

/* ── Tipografia e cores do copy (light) ───────────────── */

.theme-light .hero--cinematic .hero__copy h1 {
  color: #081827;
}

.theme-light .hero--cinematic .hero__accent {
  color: #006F99;
  text-shadow: none;
}

.theme-light .hero--cinematic .hero__lead {
  color: #203954;
}

.theme-light .hero--cinematic .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--cinematic .hero__kicker::before {
  background: #008DBD;
  box-shadow: 0 0 10px rgba(0, 141, 189, 0.28);
}

/* ── Botões no light theme ────────────────────────────── */

.theme-light .hero--cinematic .hero__actions .button--primary {
  color: #FFFFFF;
  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);
  border-color: transparent;
}

.theme-light .hero--cinematic .hero__actions .button--primary:hover {
  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 .hero--cinematic .hero__actions .button--ghost {
  color: #081827;
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(11, 26, 48, 0.18);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.theme-light .hero--cinematic .hero__actions .button--ghost:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 141, 189, 0.42);
  color: #006F99;
}

/* ── Frame do dashboard (light) ───────────────────────── */

.theme-light .hero__dash-frame {
  border-color: rgba(0, 141, 189, 0.22);
  background: rgba(242, 247, 253, 0.95);
  backdrop-filter: blur(20px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.85),
    0 32px 80px rgba(11, 26, 48, 0.14),
    0 0 60px rgba(0, 141, 189, 0.05);
}

.theme-light .hero__dash-wrap::before {
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 141, 189, 0.08), transparent 68%);
}

.theme-light .hero__dash-topbar {
  border-bottom-color: rgba(11, 26, 48, 0.09);
  background: rgba(255, 255, 255, 0.65);
}

.theme-light .hero__dash-live { color: #1e7a42; }

.theme-light .hero__dash-live i {
  background: #1e7a42;
  box-shadow: 0 0 8px rgba(30, 122, 66, 0.50);
}

.theme-light .hero__dash-meta { color: #607186; }

.theme-light .hero__dash-viewport::before {
  background: linear-gradient(to bottom, rgba(242, 247, 253, 0.95), transparent);
}

.theme-light .hero__dash-viewport::after {
  background: linear-gradient(to top, rgba(242, 247, 253, 0.95), transparent);
}

.theme-light .hero__dash-footer {
  border-top-color: rgba(11, 26, 48, 0.08);
  color: rgba(60, 80, 105, 0.52);
}

.theme-light .hero__dash-pulse {
  background: #008DBD;
  box-shadow: 0 0 6px rgba(0, 141, 189, 0.50);
}

/* ── Dashboard: labels e KPIs (light) ────────────────── */

.theme-light .hdash-label {
  color: rgba(0, 109, 153, 0.58);
  border-bottom-color: rgba(11, 26, 48, 0.08);
}

.theme-light .hdash-kpi {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(11, 26, 48, 0.09);
}

.theme-light .hdash-kpi--cyan {
  background: rgba(0, 141, 189, 0.07);
  border-color: rgba(0, 141, 189, 0.20);
}

.theme-light .hdash-kpi--cyan .hdash-kpi-v { color: #006F99; }

.theme-light .hdash-kpi--green {
  background: rgba(26, 122, 66, 0.07);
  border-color: rgba(26, 122, 66, 0.18);
}

.theme-light .hdash-kpi--green .hdash-kpi-v { color: #1a6e38; }

.theme-light .hdash-delta--up   { color: #1a6e38; }
.theme-light .hdash-delta--down { color: #b83030; }

/* ── Dashboard: sparkline (light) ────────────────────── */

.theme-light .hdash-sparkline-wrap path { stroke: #008DBD; }
.theme-light .hdash-sparkline-wrap stop { stop-color: #008DBD; }

/* ── Dashboard: canais (light) ───────────────────────── */

.theme-light .hdash-channel {
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(11, 26, 48, 0.09);
}

.theme-light .hdash-mini span   { color: #607186; }
.theme-light .hdash-mini strong { color: #081827; }

/* ── Dashboard: tabela (light) ───────────────────────── */

.theme-light .hdash-table { border-color: rgba(11, 26, 48, 0.09); }

.theme-light .hdash-table-head {
  background: rgba(11, 26, 48, 0.04);
  border-bottom-color: rgba(11, 26, 48, 0.07);
  color: #607186;
}

.theme-light .hdash-table-row {
  border-bottom-color: rgba(11, 26, 48, 0.05);
  color: rgba(8, 24, 39, 0.80);
}

/* ═══════════════════════════════════════════════════════
   SEGUNDA DOBRA — PAIN FOLD (agitação / dores)
   ═══════════════════════════════════════════════════════ */

.pain-fold {
  position: relative;
  padding-block: clamp(80px, 8vw, 128px);
  background:
    radial-gradient(ellipse at 50% 0%, rgba(120, 20, 20, 0.12), transparent 60%),
    radial-gradient(ellipse at 20% 100%, rgba(60, 12, 12, 0.10), transparent 50%),
    linear-gradient(180deg, var(--bg) 0%, #050911 100%);
  overflow: hidden;
}

.pain-fold__header {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: clamp(48px, 5vw, 72px);
}

.pain-fold__header h2 {
  font-family: var(--head);
  font-size: clamp(1.85rem, 3.2vw, 2.9rem);
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-top: 18px;
}

.pain-fold__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: clamp(40px, 4vw, 60px);
}

/* ── Pain card ─────────────────────────────────────────── */

.pain-card {
  position: relative;
  padding: 32px 28px 36px;
  border-radius: 16px;
  border: 1px solid rgba(180, 50, 50, 0.22);
  background:
    linear-gradient(145deg, rgba(55, 10, 10, 0.40) 0%, rgba(25, 6, 6, 0.28) 100%);
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 48px rgba(0, 0, 0, 0.28);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  overflow: hidden;
}

.pain-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: radial-gradient(ellipse at 30% 0%, rgba(180, 50, 50, 0.10), transparent 60%);
  pointer-events: none;
}

.pain-card:hover {
  border-color: rgba(200, 70, 70, 0.40);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.36),
    0 0 40px rgba(120, 20, 20, 0.12);
  transform: translateY(-3px);
}

.pain-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(180, 50, 50, 0.30);
  background: rgba(120, 20, 20, 0.22);
  color: rgba(210, 80, 80, 0.90);
  margin-bottom: 22px;
}

.pain-card__icon svg {
  width: 20px;
  height: 20px;
}

.pain-card h3 {
  font-family: var(--head);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 14px;
}

.pain-card p {
  font-size: 0.875rem;
  color: var(--soft);
  line-height: 1.72;
  opacity: 0.78;
}

/* ── Closing statement ──────────────────────────────────── */

.pain-fold__close {
  text-align: center;
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  color: var(--soft);
  line-height: 1.8;
  max-width: 560px;
  margin-inline: auto;
  opacity: 0.82;
}

.pain-fold__close strong {
  color: var(--text);
  font-weight: 600;
  opacity: 1;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 900px) {
  .pain-fold__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  .pain-fold__header h2 br { display: none; }
  .pain-card { padding: 26px 22px 30px; }
}

/* ── Light theme ─────────────────────────────────────────── */

.theme-light .pain-fold {
  background:
    radial-gradient(ellipse at 50% 0%, rgba(180, 50, 50, 0.06), transparent 60%),
    linear-gradient(180deg, #F4F7FB 0%, #EEF2F8 100%);
}

.theme-light .pain-card {
  border-color: rgba(180, 50, 50, 0.18);
  background: linear-gradient(145deg, rgba(255, 245, 245, 0.88) 0%, rgba(250, 235, 235, 0.72) 100%);
  box-shadow: 0 18px 48px rgba(100, 20, 20, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.90);
}

.theme-light .pain-card::before {
  background: radial-gradient(ellipse at 30% 0%, rgba(180, 50, 50, 0.06), transparent 60%);
}

.theme-light .pain-card:hover {
  border-color: rgba(180, 50, 50, 0.32);
  box-shadow: 0 24px 60px rgba(100, 20, 20, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.theme-light .pain-card__icon {
  border-color: rgba(180, 50, 50, 0.22);
  background: rgba(180, 50, 50, 0.08);
  color: rgba(160, 40, 40, 0.90);
}

.theme-light .pain-card h3 { color: #081827; }
.theme-light .pain-card p  { color: #40566E; }

.theme-light .pain-fold__close        { color: #40566E; }
.theme-light .pain-fold__close strong { color: #081827; }

/* ── Dashboard: pills (light) ────────────────────────── */

.theme-light .hdash-pill--green  { background: rgba(26, 110, 56, 0.10);  color: #1a6e38; }
.theme-light .hdash-pill--cyan   { background: rgba(0, 141, 189, 0.10);  color: #006F99; }
.theme-light .hdash-pill--yellow { background: rgba(140, 100, 0, 0.08);  color: #7a5800; }

/* ── Mapa geográfico ─────────────────────────────────── */

.hdash-geomap {
  position: relative;
  height: 170px;
  margin-bottom: 4px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(4, 12, 28, 0.90), rgba(6, 16, 36, 0.85)),
    repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(0, 196, 239, 0.04) 19px, rgba(0, 196, 239, 0.04) 20px),
    repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(0, 196, 239, 0.04) 19px, rgba(0, 196, 239, 0.04) 20px);
}

.hdash-brazil-outline {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hdash-geo-dot {
  position: absolute;
  left: var(--gx);
  top: var(--gy);
  width: var(--gs);
  height: var(--gs);
  border-radius: 50%;
  background: rgba(0, 196, 239, 0.55);
  border: 1px solid rgba(0, 196, 239, 0.80);
  transform: translate(-50%, -50%);
  cursor: default;
  transition: transform 0.2s;
}

.hdash-geo-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(0, 196, 239, 0.12);
  animation: geo-pulse 2.8s ease-in-out infinite;
}

.hdash-geo-dot--hot {
  background: rgba(0, 196, 239, 0.72);
  border-color: rgba(0, 196, 239, 0.95);
  box-shadow: 0 0 8px rgba(0, 196, 239, 0.40);
}

.hdash-geo-dot--top {
  background: rgba(0, 196, 239, 0.90);
  border-color: #00c4ef;
  box-shadow: 0 0 12px rgba(0, 196, 239, 0.55);
}

@keyframes geo-pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50%       { transform: scale(1.5); opacity: 0; }
}

.hdash-geo-label {
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  font-family: var(--micro);
  font-weight: 700;
  color: rgba(200, 220, 240, 0.70);
  white-space: nowrap;
  pointer-events: none;
}

.hdash-geo-dot--top  .hdash-geo-label,
.hdash-geo-dot--hot  .hdash-geo-label { color: rgba(127, 238, 255, 0.90); }

.hdash-geo-legend {
  position: absolute;
  bottom: 8px;
  right: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 8px;
  font-family: var(--micro);
  color: rgba(150, 175, 200, 0.65);
}

/* light theme map */
.theme-light .hdash-geomap {
  border-color: rgba(11, 26, 48, 0.09);
  background:
    linear-gradient(135deg, rgba(230, 240, 252, 0.90), rgba(220, 234, 250, 0.85)),
    repeating-linear-gradient(0deg, transparent, transparent 19px, rgba(0, 141, 189, 0.06) 19px, rgba(0, 141, 189, 0.06) 20px),
    repeating-linear-gradient(90deg, transparent, transparent 19px, rgba(0, 141, 189, 0.06) 19px, rgba(0, 141, 189, 0.06) 20px);
}
.theme-light .hdash-brazil-outline path { stroke: rgba(0, 141, 189, 0.30); fill: rgba(0, 141, 189, 0.04); }
.theme-light .hdash-geo-dot { background: rgba(0, 141, 189, 0.50); border-color: rgba(0, 141, 189, 0.80); }
.theme-light .hdash-geo-dot--hot { background: rgba(0, 141, 189, 0.70); border-color: rgba(0, 109, 153, 0.95); box-shadow: 0 0 8px rgba(0, 141, 189, 0.30); }
.theme-light .hdash-geo-dot--top { background: rgba(0, 109, 153, 0.90); border-color: #006F99; box-shadow: 0 0 12px rgba(0, 141, 189, 0.40); }
.theme-light .hdash-geo-label { color: rgba(8, 24, 39, 0.60); }
.theme-light .hdash-geo-dot--top  .hdash-geo-label,
.theme-light .hdash-geo-dot--hot  .hdash-geo-label { color: #006F99; }
.theme-light .hdash-geo-legend { color: rgba(60, 80, 105, 0.65); }

/* ── Próximos Passos Estratégicos ────────────────────── */

.hdash-steps {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-bottom: 16px;
}

.hdash-step {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.03);
}

.hdash-step-num {
  font-size: 9px;
  font-family: var(--micro);
  font-weight: 700;
  color: var(--cyan);
  opacity: 0.70;
  flex-shrink: 0;
  width: 16px;
}

.hdash-step-body {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
}

.hdash-step-body strong {
  font-size: 10px;
  font-weight: 700;
  font-family: var(--micro);
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hdash-step-body span {
  font-size: 8px;
  font-family: var(--micro);
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hdash-step .hdash-pill { flex-shrink: 0; margin-left: 0; }

/* light theme steps */
.theme-light .hdash-step {
  background: rgba(255, 255, 255, 0.55);
  border-color: rgba(11, 26, 48, 0.09);
}
.theme-light .hdash-step-num { color: #008DBD; }

.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;
  }
}
