/* ==========================================================================
   Feraweb + Autoridade Orgânica™
   Rede premium animada, CSS/SVG leve, sem bibliotecas.
   ========================================================================== */

:root {
  --fw-bg: #030617;
  --fw-panel: rgba(10, 15, 46, .76);
  --fw-panel-strong: rgba(12, 18, 55, .92);
  --fw-text: #f7f8ff;
  --fw-muted: #a9b0d9;
  --fw-purple: #786eff;
  --fw-purple-2: #a8a2ff;
  --fw-line: rgba(140, 136, 255, .22);
}

.fw-ao-network {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 9vw, 126px) 24px;
  background:
    radial-gradient(circle at 50% 25%, rgba(101, 93, 255, .16), transparent 23%),
    radial-gradient(circle at 75% 75%, rgba(61, 87, 255, .07), transparent 30%),
    linear-gradient(180deg, #020512 0%, #050920 48%, #030613 100%);
}

.fw-ao-network__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.fw-ao-network__header {
  width: min(860px, 100%);
  margin: 0 auto 38px;
  text-align: center;
}

.fw-ao-network__brands {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
}

.fw-brand-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 12px;
  border: 1px solid rgba(151, 146, 255, .20);
  border-radius: 999px;
  color: #eceeff;
  background: rgba(18, 23, 61, .52);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.fw-brand-pill--secondary {
  color: #aaa6ff;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}

.fw-brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9089ff;
  box-shadow: 0 0 16px rgba(144, 137, 255, .9);
}

.fw-ao-network__eyebrow {
  margin: 0 0 12px;
  color: #a39dff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.fw-ao-network__header h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -.047em;
}

.fw-ao-network__lead {
  max-width: 750px;
  margin: 18px auto 0;
  color: var(--fw-muted);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.65;
}

.fw-ao-network__scene {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(118, 121, 255, .18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(125, 116, 255, .12), transparent 28%),
    radial-gradient(circle at 20% 25%, rgba(64, 92, 255, .07), transparent 24%),
    linear-gradient(180deg, rgba(8, 13, 42, .96), rgba(4, 8, 28, .98));
  box-shadow:
    0 28px 90px rgba(0,0,0,.36),
    inset 0 1px 0 rgba(255,255,255,.03);
  contain: layout paint;
}

.fw-ao-network__grid,
.fw-ao-network__scene::before,
.fw-ao-network__scene::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.fw-ao-network__grid {
  z-index: 0;
  opacity: .36;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 20%, transparent 82%);
  mask-image: radial-gradient(circle at 50% 50%, #000 20%, transparent 82%);
}

.fw-ao-network__scene::before {
  z-index: 0;
  background: radial-gradient(ellipse at 50% 85%, rgba(101, 91, 255, .18), transparent 33%);
  filter: blur(14px);
}

.fw-ao-network__scene::after {
  z-index: 0;
  background: linear-gradient(90deg, transparent, rgba(150, 144, 255, .05), transparent);
  opacity: .45;
}

.fw-ao-network__sweep {
  position: absolute;
  z-index: 1;
  top: -12%;
  left: -36%;
  width: 22%;
  height: 124%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(173,168,255,.16), transparent);
  filter: blur(18px);
  transform: rotate(8deg);
  animation: fwSweep 10s linear infinite;
}

.fw-ao-network__stars {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.fw-ao-network__stars i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #e4e5ff;
  box-shadow: 0 0 8px rgba(202, 201, 255, .9);
  opacity: .2;
  animation: fwTwinkle 4s ease-in-out infinite;
  animation-delay: var(--d);
}

.fw-ao-network__svg {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.fw-svg-ring {
  fill: none;
  stroke: rgba(134, 129, 255, .20);
  stroke-width: 1.2;
  transform-box: fill-box;
  transform-origin: center;
}

.fw-svg-ring--dash {
  stroke: rgba(167, 161, 255, .22);
  stroke-dasharray: 10 13;
}

.fw-svg-ring--outer {
  animation: fwSvgSpin 27s linear infinite;
}

.fw-svg-ring--inner {
  animation: fwSvgSpinReverse 20s linear infinite;
}

.fw-svg-orb {
  fill: #a9a2ff;
  filter: url(#fwPacketGlow);
}

.fw-svg-links path {
  fill: none;
  stroke: url(#fwLineGradient);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-dasharray: 8 11;
  animation: fwDash 9s linear infinite;
}

.fw-svg-packets circle {
  fill: #f0efff;
}

.fw-ao-network__hub {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  display: grid;
  width: 174px;
  height: 174px;
  padding: 24px 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  place-items: center;
  align-content: center;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 36% 28%, #9d9cff 0%, #7475ff 34%, #5147e5 72%, #4035c1 100%);
  box-shadow:
    0 0 0 11px rgba(116, 106, 255, .08),
    0 0 64px rgba(107, 97, 255, .48),
    0 0 128px rgba(107, 97, 255, .24);
  text-align: center;
  animation: fwHubPulse 5.8s ease-in-out infinite;
}

.fw-ao-network__hub::before {
  position: absolute;
  inset: -28px;
  border-radius: inherit;
  content: "";
  background: radial-gradient(circle, rgba(163,156,255,.22), transparent 67%);
  filter: blur(12px);
  z-index: -1;
}

.fw-ao-network__hub-kicker {
  color: rgba(255,255,255,.74);
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: .08em;
}

.fw-ao-network__hub strong {
  color: #fff;
  font-size: 29px;
  line-height: 1;
  letter-spacing: -.045em;
}

.fw-ao-network__hub-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 116px;
  color: rgba(255,255,255,.90);
  font-size: 10px;
  line-height: 1.2;
  font-weight: 700;
  white-space: normal;
}

.fw-ao-network__hub-status b {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e8e7ff;
  box-shadow: 0 0 10px rgba(242, 241, 255, .95);
}

.fw-ao-network__hub-status span {
  min-width: 0;
}

.fw-ao-network__orbit {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.fw-ao-network__orbit--primary {
  width: 370px;
  height: 370px;
  border: 1px solid rgba(137, 130, 255, .16);
  animation: fwOrbitSpin 19s linear infinite;
}

.fw-ao-network__orbit--secondary {
  width: 542px;
  height: 542px;
  border: 1px solid rgba(137, 130, 255, .09);
  animation: fwOrbitSpinReverse 26s linear infinite;
}

.fw-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(var(--pos)) translateY(-185px);
  transform-origin: 0 0;
}

.fw-orbit-item span {
  display: block;
  min-width: 76px;
  padding: 9px 12px;
  border: 1px solid rgba(148, 143, 255, .25);
  border-radius: 999px;
  color: #f3f3ff;
  background: rgba(11, 17, 52, .76);
  box-shadow: 0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .01em;
  text-align: center;
  transform: translate(-50%, -50%);
  animation: fwOrbitCounterSpin 19s linear infinite;
}

.fw-ao-network__orbit--secondary .fw-orbit-item {
  transform: rotate(var(--pos)) translateY(-271px);
}

.fw-ao-network__orbit--secondary .fw-orbit-item span {
  animation: fwOrbitCounterSpinReverse 26s linear infinite;
}

.fw-signal {
  position: absolute;
  z-index: 4;
  min-width: 126px;
  padding: 12px 15px;
  border: 1px solid rgba(132, 138, 255, .20);
  border-radius: 19px;
  background: linear-gradient(180deg, rgba(12, 18, 55, .88), rgba(7, 12, 38, .74));
  box-shadow: 0 11px 28px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: center;
}

.fw-signal b,
.fw-signal span {
  display: block;
}

.fw-signal b {
  color: #f5f6ff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.012em;
}

.fw-signal span {
  margin-top: 4px;
  color: #aeb5df;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

.fw-signal--discover  { top: 13%; left: 50%; transform: translateX(-50%); }
.fw-signal--seo       { top: 23%; left: 31%; transform: translateX(-50%); }
.fw-signal--geo       { top: 23%; left: 69%; transform: translateX(-50%); }
.fw-signal--content   { top: 36%; left: 14%; transform: translateX(-50%); }
.fw-signal--schema    { top: 36%; left: 86%; transform: translateX(-50%); }
.fw-signal--trust     { top: 61%; left: 20%; transform: translateX(-50%); }
.fw-signal--ai        { top: 61%; left: 80%; transform: translateX(-50%); }
.fw-signal--entities  { top: 79%; left: 36%; transform: translateX(-50%); }
.fw-signal--index     { top: 87%; left: 50%; transform: translateX(-50%); }
.fw-signal--citations { top: 79%; left: 64%; transform: translateX(-50%); }

.fw-engine {
  position: absolute;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 122px;
  padding: 11px 13px;
  border: 1px solid rgba(132, 138, 255, .20);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(13, 19, 57, .88), rgba(9, 13, 42, .75));
  box-shadow: 0 12px 26px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  animation: fwFloat 6.4s ease-in-out infinite;
}

.fw-engine img {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.fw-engine span {
  display: flex;
  align-items: baseline;
  gap: 6px;
  white-space: nowrap;
}

.fw-engine b {
  color: #f8f8ff;
  font-size: 12px;
  line-height: 1;
}

.fw-engine em {
  color: #acb3db;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.fw-engine--google     { top: 9%; left: 7%; }
.fw-engine--openai     { top: 9%; right: 7%; animation-delay: .8s; }
.fw-engine--bing       { bottom: 10%; left: 8%; animation-delay: 1.5s; }
.fw-engine--gemini     { bottom: 10%; right: 8%; animation-delay: .4s; }
.fw-engine--claude     { top: 5%; left: 50%; transform: translateX(-50%); animation-name: fwFloatCenter; animation-delay: 1.1s; }
.fw-engine--perplexity { right: 3%; top: 50%; transform: translateY(-50%); animation-name: fwFloatSide; animation-delay: .6s; }

.fw-ao-network__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 10px 0;
}

.fw-ao-network__footer p {
  margin: 0;
  color: #aeb4dc;
  font-size: 14px;
  line-height: 1.5;
}

.fw-ao-network__footer p b {
  color: #fff;
}

.fw-ao-network__footer a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #d8d5ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.fw-ao-network__footer a span {
  transition: transform .2s ease;
}

.fw-ao-network__footer a:hover span {
  transform: translateX(5px);
}

@keyframes fwSweep {
  0% { left: -36%; opacity: 0; }
  15%, 55% { opacity: 1; }
  100% { left: 118%; opacity: 0; }
}

@keyframes fwTwinkle {
  0%, 100% { opacity: .18; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.4); }
}

@keyframes fwDash {
  to { stroke-dashoffset: -95; }
}

@keyframes fwSvgSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes fwSvgSpinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes fwHubPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 11px rgba(116, 106, 255, .08), 0 0 64px rgba(107, 97, 255, .48), 0 0 128px rgba(107, 97, 255, .24);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.035);
    box-shadow: 0 0 0 15px rgba(116, 106, 255, .10), 0 0 78px rgba(107, 97, 255, .58), 0 0 150px rgba(107, 97, 255, .28);
  }
}

@keyframes fwOrbitSpin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes fwOrbitSpinReverse {
  from { transform: translate(-50%, -50%) rotate(360deg); }
  to { transform: translate(-50%, -50%) rotate(0deg); }
}

@keyframes fwOrbitCounterSpin {
  from { transform: translate(-50%, -50%) rotate(calc(-1 * var(--pos))); }
  to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--pos) - 360deg)); }
}

@keyframes fwOrbitCounterSpinReverse {
  from { transform: translate(-50%, -50%) rotate(calc(-360deg - var(--pos))); }
  to { transform: translate(-50%, -50%) rotate(calc(-1 * var(--pos))); }
}

@keyframes fwFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes fwFloatCenter {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

@keyframes fwFloatSide {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-50%) translateX(-7px); }
}

@media (max-width: 1060px) {
  .fw-ao-network__scene { min-height: 710px; }

  .fw-engine--perplexity,
  .fw-engine--claude { display: none; }

  .fw-signal {
    min-width: 112px;
    padding: 10px 12px;
  }

  .fw-signal span { font-size: 9px; }
  .fw-ao-network__orbit--secondary { width: 490px; height: 490px; }
  .fw-ao-network__orbit--secondary .fw-orbit-item { transform: rotate(var(--pos)) translateY(-245px); }
}

@media (max-width: 780px) {
  .fw-ao-network { padding-inline: 14px; }
  .fw-ao-network__scene {
    min-height: 650px;
    border-radius: 24px;
  }

  .fw-engine {
    min-width: auto;
    padding: 10px;
  }

  .fw-engine span { display: none; }

  .fw-engine--google { top: 7%; left: 5%; }
  .fw-engine--openai { top: 7%; right: 5%; }
  .fw-engine--bing { bottom: 7%; left: 6%; }
  .fw-engine--gemini { bottom: 7%; right: 6%; }

  .fw-signal {
    min-width: auto;
    padding: 9px 10px;
    border-radius: 16px;
  }

  .fw-signal b { font-size: 11px; }
  .fw-signal span { display: none; }

  .fw-signal--content { left: 12%; }
  .fw-signal--schema { left: 88%; }
  .fw-signal--trust { left: 15%; }
  .fw-signal--ai { left: 85%; }

  .fw-ao-network__hub {
    width: 148px;
    height: 148px;
    padding: 22px 15px;
  }

  .fw-ao-network__hub strong { font-size: 25px; }
  .fw-ao-network__hub-kicker {
    font-size: 7.5px;
    letter-spacing: .06em;
  }
  .fw-ao-network__hub-status {
    max-width: 102px;
    font-size: 8.5px;
  }

  .fw-ao-network__orbit--primary {
    width: 300px;
    height: 300px;
  }

  .fw-orbit-item {
    transform: rotate(var(--pos)) translateY(-150px);
  }

  .fw-orbit-item span {
    min-width: 62px;
    padding: 8px 9px;
    font-size: 10px;
  }

  .fw-ao-network__orbit--secondary {
    width: 410px;
    height: 410px;
  }

  .fw-ao-network__orbit--secondary .fw-orbit-item {
    transform: rotate(var(--pos)) translateY(-205px);
  }

  .fw-ao-network__orbit--secondary .fw-orbit-item:nth-child(n+3) {
    display: none;
  }

  .fw-ao-network__footer {
    display: block;
    padding-inline: 2px;
  }

  .fw-ao-network__footer a {
    margin-top: 12px;
  }
}

@media (max-width: 510px) {
  .fw-ao-network__header h2 { font-size: 36px; }
  .fw-ao-network__scene { min-height: min(520px, 85vh); }

  .fw-signal--discover { top: 15%; }
  .fw-signal--seo { left: 28%; top: 27%; }
  .fw-signal--geo { left: 72%; top: 27%; }
  .fw-signal--content { left: 11%; top: 41%; }
  .fw-signal--schema { left: 89%; top: 41%; }
  .fw-signal--trust { left: 13%; top: 61%; }
  .fw-signal--ai { left: 87%; top: 61%; }
  .fw-signal--entities { left: 33%; top: 78%; }
  .fw-signal--index { top: 87%; }
  .fw-signal--citations { left: 67%; top: 78%; }

  .fw-ao-network__orbit--secondary { display: none; }

  .fw-engine { transform: scale(.88); }
  .fw-engine--openai { transform: scale(.88); }
}

@media (prefers-reduced-motion: reduce) {
  .fw-ao-network *,
  .fw-ao-network *::before,
  .fw-ao-network *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 510px) {
  .fw-ao-network__sweep { display: none; }
  .fw-ao-network__stars { display: none; }
  .fw-svg-packets { display: none; }
  .fw-svg-ring--outer,
  .fw-svg-ring--inner { animation-duration: 60s; }
  .fw-ao-network__hub { animation: none; }
}

/* ==========================================================================
   Hero → Context transition — quebra da monotonia roxo/azul
   Introduz tom teal/ciano sutil como ponte entre as seções
   ========================================================================== */

.ao-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background:
    linear-gradient(180deg,
      transparent 0%,
      rgba(6, 182, 212, 0.045) 50%,
      rgba(6, 182, 212, 0.07) 80%,
      rgba(6, 182, 212, 0.04) 100%);
  pointer-events: none;
  z-index: 0;
}

.ao-section--top-border {
  border-top-color: rgba(6, 182, 212, 0.14) !important;
  position: relative;
}

.ao-section--top-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 320px;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%,
      rgba(6, 182, 212, 0.06),
      transparent 70%),
    radial-gradient(ellipse 50% 40% at 25% 5%,
      rgba(20, 184, 166, 0.04),
      transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.ao-section--top-border .ao-eyebrow {
  color: #5eead4;
}

.ao-section--top-border .ao-mini-card {
  border-color: rgba(6, 182, 212, 0.16);
  background: rgba(6, 182, 212, 0.04);
}

.ao-section--top-border .ao-mini-card:hover {
  border-color: rgba(6, 182, 212, 0.30);
  background: rgba(6, 182, 212, 0.07);
}

/* ==========================================================================
   Section transitions — soft gradient blends between sections
   ========================================================================== */

.ao-section {
  position: relative;
}

.ao-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: clamp(80px, 12vw, 140px);
  background: radial-gradient(ellipse 80% 100% at 50% 0%,
    rgba(138, 147, 255, 0.04),
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.ao-section--alt::before {
  background: radial-gradient(ellipse 80% 100% at 50% 0%,
    rgba(91, 103, 255, 0.05),
    transparent 70%);
}

.ao-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: clamp(60px, 10vw, 120px);
  background: radial-gradient(ellipse 70% 100% at 50% 100%,
    rgba(138, 147, 255, 0.03),
    transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ==========================================================================
   Steps v2 — "Como Funciona" horizontal timeline
   ========================================================================== */

/* ── Evolution Diagram — Como Funciona ─────────────────────── */

.ao-evo {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding-top: 36px;
}

.ao-evo__track {
  position: absolute;
  top: 60px;
  left: calc(100% / 12);
  right: calc(100% / 12);
  height: 3px;
  background: rgba(120, 130, 255, .12);
  border-radius: 999px;
  z-index: 0;
}

.ao-evo__track-fill {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4b54f0, #7b6bff, #a78bfa);
  opacity: .45;
}

.ao-evo__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ao-evo__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.ao-evo__node-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .88);
  border: 2px solid rgba(75, 84, 240, .2);
  color: #4b54f0;
  font-size: 19px;
  box-shadow: 0 6px 24px -6px rgba(75, 84, 240, .15);
  transition: all .35s cubic-bezier(.4, 0, .2, 1);
}

.ao-evo__step:hover .ao-evo__node-ring {
  border-color: rgba(75, 84, 240, .45);
  box-shadow: 0 8px 28px -6px rgba(75, 84, 240, .28);
  transform: scale(1.1);
}

.ao-evo__node-ring--final {
  background: linear-gradient(135deg, #4b54f0, #7b6bff);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 30px -6px rgba(75, 84, 240, .4);
}

.ao-evo__step:hover .ao-evo__node-ring--final {
  box-shadow: 0 10px 36px -6px rgba(75, 84, 240, .5);
}

.ao-evo__num {
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #8a93c0;
}

.ao-evo__content {
  padding: 0 8px;
}

.ao-evo__content h3 {
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #12182a;
  margin: 0 0 6px;
  letter-spacing: -.01em;
}

.ao-evo__step--final .ao-evo__content h3 {
  background: linear-gradient(120deg, #4b54f0, #7b6bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ao-evo__content p {
  font-size: 13px;
  line-height: 1.5;
  color: #56647d;
  margin: 0 0 10px;
}

.ao-evo__tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(75, 84, 240, .06);
  border: 1px solid rgba(75, 84, 240, .12);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  color: #4b54f0;
}

.ao-evo__tag--final {
  background: linear-gradient(135deg, rgba(75, 84, 240, .1), rgba(123, 107, 255, .08));
  border-color: rgba(75, 84, 240, .22);
  color: #4b54f0;
}

/* ── Evolution Diagram: dark theme ── */

.ao-section:not(.ao-section--light) .ao-evo__track {
  background: rgba(120, 130, 255, .1);
}

.ao-section:not(.ao-section--light) .ao-evo__node-ring {
  background: rgba(91, 103, 255, .12);
  border-color: rgba(120, 130, 255, .25);
  color: #8a93ff;
  box-shadow: 0 6px 24px -6px rgba(91, 103, 255, .2);
}

.ao-section:not(.ao-section--light) .ao-evo__node-ring--final {
  background: linear-gradient(135deg, #4b54f0, #7b6bff);
  border-color: transparent;
  color: #fff;
}

.ao-section:not(.ao-section--light) .ao-evo__num {
  color: #6b73a8;
}

.ao-section:not(.ao-section--light) .ao-evo__content h3 {
  color: #fff;
}

.ao-section:not(.ao-section--light) .ao-evo__content p {
  color: #a8aed6;
}

.ao-section:not(.ao-section--light) .ao-evo__tag {
  background: rgba(91, 103, 255, .08);
  border-color: rgba(120, 130, 255, .18);
  color: #8a93ff;
}

/* ── Evolution Diagram: responsive ── */

@media (max-width: 1100px) {
  .ao-evo {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 36px;
  }

  .ao-evo__track { display: none; }
}

@media (max-width: 900px) {
  .ao-evo {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
    padding-left: 40px;
  }

  .ao-evo__track {
    top: 0;
    bottom: 0;
    left: 16px;
    right: auto;
    width: 3px;
    height: auto;
  }

  .ao-evo__track-fill {
    background: linear-gradient(180deg, #4b54f0, #7b6bff, #a78bfa);
  }

  .ao-evo__step {
    flex-direction: row;
    text-align: left;
    gap: 20px;
    padding-bottom: 36px;
  }

  .ao-evo__step:last-child { padding-bottom: 0; }

  .ao-evo__node {
    flex-direction: column;
    margin-bottom: 0;
    flex-shrink: 0;
    position: relative;
    left: -40px;
  }

  .ao-evo__node-ring {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }

  .ao-evo__num {
    font-size: 10px;
  }

  .ao-evo__content {
    padding: 0;
  }

  .ao-evo__content h3 {
    font-size: 16px;
  }

  .ao-evo__content p {
    font-size: 14px;
  }
}

/* ==========================================================================
   Authority v2 — "O que é Autoridade Digital"
   ========================================================================== */

.ao-auth-v2 {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ao-auth-v2__negations {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.ao-auth-v2__neg {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: rgba(233, 169, 169, 0.05);
  border: 1px solid rgba(233, 169, 169, 0.16);
  font-size: 15px;
  color: #c7ccec;
  transition: border-color 0.25s;
}

.ao-auth-v2__neg:hover {
  border-color: rgba(233, 169, 169, 0.30);
}

.ao-auth-v2__neg strong {
  color: #fff;
  font-weight: 700;
}

.ao-auth-v2__x {
  color: #e9a9a9;
  font-size: 16px;
  font-weight: 800;
}

.ao-auth-v2__def {
  text-align: center;
  padding: clamp(32px, 5vw, 52px) clamp(24px, 4vw, 48px);
  border-radius: 26px;
  background:
    radial-gradient(ellipse 70% 50% at 50% 80%, rgba(91, 103, 255, 0.10), transparent),
    linear-gradient(170deg, rgba(15, 20, 55, 0.85), rgba(8, 12, 38, 0.90));
  border: 1px solid rgba(123, 107, 255, 0.24);
  box-shadow: 0 16px 48px -16px rgba(91, 103, 255, 0.18);
}

.ao-auth-v2__def-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4b54f0, #7b6bff);
  color: #fff;
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 18px;
  box-shadow: 0 8px 24px -6px rgba(91, 103, 255, 0.6);
}

.ao-auth-v2__def-text {
  margin: 0;
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 2.8vw, 30px);
  line-height: 1.35;
  color: #fff;
  text-wrap: balance;
}

.ao-auth-v2__signals {
  padding: 32px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(120, 130, 255, 0.12);
}

.ao-auth-v2__signals-label {
  margin: 0 0 20px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #717aae;
  font-weight: 700;
}

.ao-auth-v2__signals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ao-auth-v2__signal {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(91, 103, 255, 0.05);
  border: 1px solid rgba(120, 130, 255, 0.12);
  transition: border-color 0.25s, background 0.25s;
}

.ao-auth-v2__signal:hover {
  border-color: rgba(120, 130, 255, 0.28);
  background: rgba(91, 103, 255, 0.08);
}

.ao-auth-v2__signal i {
  flex-shrink: 0;
  font-size: 20px;
  color: #8a93ff;
}

.ao-auth-v2__signal span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ao-auth-v2__signal strong {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

.ao-auth-v2__signal span {
  font-size: 12px;
  color: #a8aed6;
  font-weight: 500;
}

@media (max-width: 680px) {
  .ao-auth-v2__signals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .ao-auth-v2__signals-grid {
    grid-template-columns: 1fr;
  }

  .ao-auth-v2__neg {
    font-size: 13.5px;
    padding: 10px 18px;
  }
}

/* ==========================================================================
   Problem v2 — "O Problema Invisível" cards
   ========================================================================== */

/* ── Invisible Problem v3 ──────────────────────────────────── */

.ao-invisivel {
  position: relative;
  overflow: hidden;
}

.ao-invisivel__ambient {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(233, 100, 100, .06) 0%, transparent 65%);
  pointer-events: none;
}

.ao-invisivel__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 48px;
}

.ao-invisivel__card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 24px 26px;
  border-radius: 20px;
  background: linear-gradient(170deg, rgba(18, 20, 54, .92), rgba(8, 10, 32, .96));
  border: 1px solid rgba(233, 130, 130, .1);
  overflow: hidden;
  transition: border-color .35s, transform .35s, box-shadow .35s;
}

.ao-invisivel__card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(170deg, rgba(233, 130, 130, .04) 0%, transparent 50%);
  opacity: 0;
  transition: opacity .35s ease;
}

.ao-invisivel__card:hover {
  border-color: rgba(233, 130, 130, .22);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px -12px rgba(233, 100, 100, .12);
}

.ao-invisivel__card:hover::before { opacity: 1; }

.ao-invisivel__card--accent {
  border-color: rgba(245, 158, 11, .18);
  background: linear-gradient(170deg, rgba(28, 22, 14, .92), rgba(12, 10, 26, .96));
}

.ao-invisivel__card--accent::before {
  background: linear-gradient(170deg, rgba(245, 158, 11, .04) 0%, transparent 50%);
}

.ao-invisivel__card--accent:hover {
  border-color: rgba(245, 158, 11, .3);
  box-shadow: 0 16px 48px -12px rgba(245, 158, 11, .1);
}

.ao-invisivel__card-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.ao-invisivel__num {
  position: relative;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(233, 169, 169, .45);
}

.ao-invisivel__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: rgba(233, 130, 130, .07);
  border: 1px solid rgba(233, 130, 130, .14);
  color: #e9a9a9;
  font-size: 19px;
  transition: background .3s, border-color .3s;
}

.ao-invisivel__card:hover .ao-invisivel__icon {
  background: rgba(233, 130, 130, .12);
  border-color: rgba(233, 130, 130, .25);
}

.ao-invisivel__icon--accent {
  background: rgba(245, 158, 11, .07);
  border-color: rgba(245, 158, 11, .14);
  color: #f5b84d;
}

.ao-invisivel__card:hover .ao-invisivel__icon--accent {
  background: rgba(245, 158, 11, .12);
  border-color: rgba(245, 158, 11, .25);
}

.ao-invisivel__card h3 {
  position: relative;
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: -.01em;
}

.ao-invisivel__card p {
  position: relative;
  margin: 0 0 auto;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #9aa0cc;
}

.ao-invisivel__bar {
  position: relative;
  margin-bottom: 16px;
}

.ao-invisivel__bar-fill {
  position: relative;
  z-index: 1;
  display: block;
  width: var(--w, 0%);
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e96464, #e9a9a9);
  transition: width 1.2s cubic-bezier(.4, 0, .2, 1);
}

.ao-invisivel__bar-fill--warn {
  background: linear-gradient(90deg, #e96464, #f59e0b);
}

.ao-invisivel__bar-fill--accent {
  background: linear-gradient(90deg, #f59e0b, #7fe3a8);
}

.ao-invisivel__bar::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 999px;
  background: rgba(120, 130, 255, .08);
}

.ao-invisivel__bar-label {
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 11.5px;
  color: #7b82b0;
  letter-spacing: .02em;
}

.ao-invisivel__bar-label strong {
  color: #c7ccec;
  font-weight: 700;
}

.ao-invisivel__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.ao-invisivel__badge--critical {
  background: rgba(233, 100, 100, .07);
  border: 1px solid rgba(233, 100, 100, .16);
  color: #e9a9a9;
}

.ao-invisivel__badge--warn {
  background: rgba(233, 169, 100, .07);
  border: 1px solid rgba(233, 169, 100, .16);
  color: #e9c9a9;
}

.ao-invisivel__badge--accent {
  background: rgba(245, 158, 11, .08);
  border: 1px solid rgba(245, 158, 11, .18);
  color: #f5b84d;
}

.ao-invisivel__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e96464;
  animation: aoInvisivelPulse 2s ease-in-out infinite;
}

.ao-invisivel__pulse--warn {
  background: #e9a96a;
  animation-delay: .4s;
}

.ao-invisivel__pulse--accent {
  background: #f59e0b;
  animation-delay: .8s;
}

@keyframes aoInvisivelPulse {
  0%, 100% { opacity: .35; transform: scale(.85); }
  50% { opacity: 1; transform: scale(1.15); }
}

.ao-invisivel__bottom {
  position: relative;
  text-align: center;
  padding: 36px 32px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(233, 100, 100, .06), rgba(91, 103, 255, .04));
  border: 1px solid rgba(233, 130, 130, .12);
  margin-bottom: 56px;
}

.ao-invisivel__bottom p {
  margin: 0 auto 22px;
  max-width: 680px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #b4bae3;
}

.ao-invisivel__bottom p strong {
  color: #fff;
  font-weight: 700;
}

.ao-invisivel__bottom p em {
  color: #e9a9a9;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 960px) {
  .ao-invisivel__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
  .ao-invisivel__grid { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Venn Diagram — SEO vs GEO
   ========================================================================== */

.ao-venn {
  position: relative;
  max-width: 700px;
  margin: 0 auto 48px;
}

.ao-venn__svg {
  width: 100%;
  height: auto;
  display: block;
}

.ao-venn__label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.ao-venn__label strong {
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}

.ao-venn__label span {
  font-size: 12px;
  color: #a8aed6;
  font-weight: 600;
}

.ao-venn__label--left {
  left: 18%;
}

.ao-venn__label--left strong {
  color: #8a93ff;
}

.ao-venn__label--center {
  left: 50%;
  transform: translate(-50%, -50%);
}

.ao-venn__label--center strong {
  background: linear-gradient(120deg, #8a93ff, #c3c9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ao-venn__label--center span {
  color: #c3c9ff;
}

.ao-venn__label--right {
  right: 18%;
}

.ao-venn__label--right strong {
  color: #b8a2ff;
}

@media (max-width: 600px) {
  .ao-venn__label strong { font-size: 14px; }
  .ao-venn__label span { font-size: 10px; }
  .ao-venn__label--left { left: 4%; }
  .ao-venn__label--right { right: 4%; }
  .ao-sep { height: 48px; }
  .ao-sep::before { left: 6%; right: 6%; }
}

@media (max-width: 420px) {
  .ao-venn {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .ao-venn__svg {
    max-height: 180px;
  }

  .ao-venn__label {
    position: static;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 12px;
    padding: 10px 0;
  }

  .ao-venn__label--center {
    transform: none;
    order: -1;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(120, 130, 255, .12);
    margin-bottom: 4px;
  }

  .ao-venn__label strong {
    width: 100%;
    text-align: center;
  }
}

/* ==========================================================================
   ROI v2 — Dashboard metric cards
   ========================================================================== */

.ao-roi-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1040px;
  margin: 0 auto;
}

.ao-roi-v2__card {
  padding: 28px 26px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(120, 130, 255, 0.14);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 0.3s, transform 0.3s;
}

.ao-roi-v2__card:hover {
  border-color: rgba(120, 130, 255, 0.28);
  transform: translateY(-3px);
}

.ao-roi-v2__card--featured {
  background: linear-gradient(170deg, rgba(91, 103, 255, 0.14), rgba(123, 107, 255, 0.04));
  border-color: rgba(123, 107, 255, 0.32);
  box-shadow: 0 12px 40px -12px rgba(91, 103, 255, 0.25);
}

.ao-roi-v2__card--featured:hover {
  border-color: rgba(123, 107, 255, 0.50);
}

.ao-roi-v2__label {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #717aae;
  font-weight: 700;
}

.ao-roi-v2__card--featured .ao-roi-v2__label {
  color: #a8a2ff;
}

.ao-roi-v2__nums {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.ao-roi-v2__before {
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #5d6699;
  text-decoration: line-through;
  text-decoration-color: rgba(93, 102, 153, 0.4);
}

.ao-roi-v2__arrow {
  color: #4a5080;
  font-size: 16px;
}

.ao-roi-v2__after {
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 800;
  font-size: 36px;
  color: #fff;
  line-height: 1;
}

.ao-roi-v2__after--glow {
  background: linear-gradient(120deg, #7b6bff, #c3c9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ao-roi-v2__track {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ao-roi-v2__fill {
  height: 6px;
  border-radius: 999px;
  background: rgba(93, 102, 153, 0.3);
  width: var(--w, 30%);
  transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.ao-roi-v2__fill--accent {
  background: linear-gradient(90deg, #4b54f0, #7b6bff);
}

.ao-roi-v2__fill--glow {
  background: linear-gradient(90deg, #4b54f0, #7b6bff, #c3c9ff);
  box-shadow: 0 0 12px rgba(123, 107, 255, 0.4);
}

.ao-roi-v2__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(91, 103, 255, 0.10);
  border: 1px solid rgba(120, 130, 255, 0.22);
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 800;
  font-size: 14px;
  color: #a8a2ff;
}

.ao-roi-v2__badge--glow {
  background: linear-gradient(135deg, rgba(91, 103, 255, 0.20), rgba(123, 107, 255, 0.10));
  border-color: rgba(123, 107, 255, 0.40);
  color: #fff;
  box-shadow: 0 4px 16px -4px rgba(91, 103, 255, 0.5);
}

.ao-roi-v2__footer {
  margin: 38px auto 0;
  max-width: 36ch;
  text-align: center;
  font-size: 16.5px;
  line-height: 1.6;
  color: #b4bae3;
  text-wrap: pretty;
}

.ao-roi-v2__footer strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 780px) {
  .ao-roi-v2 {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* ==========================================================================
   AI Demo — "Como Aparecer nas IAs" (modern terminal style)
   ========================================================================== */

.ao-ai-demo {
  max-width: 960px;
  margin: 0 auto;
}

.ao-ai-demo__label {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #717aae;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
}

.ao-ai-demo__prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}

.ao-ai-demo__prompt {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(120, 130, 255, 0.18);
  font-size: 14.5px;
  color: #dfe2ff;
  transition: border-color 0.25s, background 0.25s;
}

.ao-ai-demo__prompt:hover {
  border-color: rgba(120, 130, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.ao-ai-demo__chevron {
  color: #7b6bff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.ao-ai-demo__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.ao-ai-demo__card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(120, 130, 255, 0.12);
  background: rgba(5, 7, 28, 0.6);
  display: flex;
  flex-direction: column;
}

.ao-ai-demo__card--after {
  border-color: rgba(123, 107, 255, 0.30);
  background: linear-gradient(170deg, rgba(91, 103, 255, 0.10), rgba(5, 7, 28, 0.7));
}

.ao-ai-demo__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8890be;
  border-bottom: 1px solid rgba(120, 130, 255, 0.10);
  background: rgba(255, 255, 255, 0.02);
}

.ao-ai-demo__card--after .ao-ai-demo__card-head {
  color: #c3bfff;
  border-bottom-color: rgba(123, 107, 255, 0.18);
}

.ao-ai-demo__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ao-ai-demo__dot--off {
  background: #4a4a6a;
  box-shadow: 0 0 6px rgba(74, 74, 106, 0.5);
}

.ao-ai-demo__dot--on {
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.7);
  animation: aoDotPulse 2.4s ease-in-out infinite;
}

.ao-ai-demo__card-body {
  padding: 22px 20px;
  flex: 1;
}

.ao-ai-demo__output {
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(120, 130, 255, 0.08);
  font-size: 14.5px;
  line-height: 1.65;
  color: #9096be;
  font-style: italic;
}

.ao-ai-demo__output--accent {
  background: rgba(91, 103, 255, 0.06);
  border-color: rgba(123, 107, 255, 0.20);
  color: #e8e9ff;
  font-style: normal;
}

.ao-ai-demo__output--accent strong {
  color: #fff;
  background: linear-gradient(120deg, #7b6bff, #c3c9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.ao-ai-demo__cursor {
  color: #4a4a6a;
  margin-right: 6px;
  font-style: normal;
  animation: aoCursorBlink 1.2s step-end infinite;
}

.ao-ai-demo__cursor--on {
  color: #7b6bff;
}

.ao-ai-demo__verdict {
  padding: 14px 20px 18px;
  margin: 0;
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.ao-ai-demo__verdict--off {
  color: #6b7094;
}

.ao-ai-demo__verdict--on {
  background: linear-gradient(120deg, #7b6bff, #c3c9ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes aoDotPulse {
  0%, 100% { opacity: 0.7; box-shadow: 0 0 6px rgba(52, 211, 153, 0.4); }
  50% { opacity: 1; box-shadow: 0 0 14px rgba(52, 211, 153, 0.8); }
}

@keyframes aoCursorBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

@media (max-width: 680px) {
  .ao-ai-demo__split {
    grid-template-columns: 1fr;
  }

  .ao-ai-demo__prompt {
    font-size: 13px;
    padding: 10px 16px;
  }
}

/* ==========================================================================
   Hero Background — Digital Aurora
   Gradient mesh + orbiting rings + particles + sweep + glow
   ========================================================================== */

.ao-hero__blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform;
}

.ao-hero__blob--1 {
  top: -35%;
  left: -12%;
  width: 65vw;
  height: 65vw;
  max-width: 850px;
  max-height: 850px;
  background: radial-gradient(circle at 35% 35%,
    rgba(123, 107, 255, 0.45),
    rgba(75, 84, 240, 0.10) 55%,
    transparent 75%);
  filter: blur(45px);
  animation: aoBlob1 20s ease-in-out infinite;
}

.ao-hero__blob--2 {
  top: -8%;
  right: -18%;
  width: 55vw;
  height: 55vw;
  max-width: 720px;
  max-height: 720px;
  background: radial-gradient(circle at 60% 40%,
    rgba(58, 47, 201, 0.40),
    rgba(75, 84, 240, 0.06) 60%,
    transparent 78%);
  filter: blur(38px);
  animation: aoBlob2 24s ease-in-out infinite;
}

.ao-hero__blob--3 {
  bottom: -25%;
  left: 25%;
  width: 50vw;
  height: 50vw;
  max-width: 620px;
  max-height: 620px;
  background: radial-gradient(circle at 50% 50%,
    rgba(138, 147, 255, 0.22),
    transparent 65%);
  filter: blur(55px);
  animation: aoBlob3 28s ease-in-out infinite;
}

.ao-hero__grid {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(138, 147, 255, 0.13) 1px, transparent 1.4px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse 120% 80% at 50% 30%, #000 18%, transparent 72%);
  mask-image: radial-gradient(ellipse 120% 80% at 50% 30%, #000 18%, transparent 72%);
  animation: aoGridScroll 18s linear infinite;
  pointer-events: none;
}

.ao-hero__rings {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.7;
}

.ao-hero__rings-outer {
  animation: aoRingSpin 32s linear infinite;
}

.ao-hero__rings-inner {
  animation: aoRingSpinRev 24s linear infinite;
}

.ao-hero__particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.ao-hero__particles i {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--s, 2px);
  height: var(--s, 2px);
  border-radius: 50%;
  background: #dbd9ff;
  box-shadow: 0 0 8px rgba(200, 197, 255, 0.85);
  opacity: 0;
  animation: aoParticle 5s ease-in-out infinite;
  animation-delay: var(--d, 0s);
}

.ao-hero__sweep {
  position: absolute;
  top: -15%;
  left: -40%;
  width: 18%;
  height: 130%;
  background: linear-gradient(90deg, transparent, rgba(173, 168, 255, 0.14), transparent);
  filter: blur(22px);
  transform: rotate(10deg);
  pointer-events: none;
  animation: aoSweep 11s linear infinite;
}

.ao-hero__glow {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 65vw;
  height: 45vw;
  max-width: 850px;
  max-height: 550px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center,
    rgba(91, 103, 255, 0.14),
    transparent 58%);
  pointer-events: none;
  animation: aoGlowPulse 7s ease-in-out infinite;
}

.ao-hero__line {
  position: absolute;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(138, 147, 255, 0.28), transparent);
}

.ao-hero__line--1 {
  top: 28%;
  left: 8%;
  width: 32%;
  transform-origin: left center;
  animation: aoLine 9s ease-in-out infinite;
}

.ao-hero__line--2 {
  top: 68%;
  right: 6%;
  width: 22%;
  transform-origin: right center;
  animation: aoLine 9s ease-in-out infinite 4.5s;
}

.ao-hero__fade {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 130% 90% at 50% -12%, transparent 32%, var(--bg, #05071c) 84%);
  pointer-events: none;
}

@keyframes aoBlob1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  30% { transform: translate(4%, 6%) scale(1.08); }
  60% { transform: translate(-2%, 3%) scale(0.96); }
}

@keyframes aoBlob2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  35% { transform: translate(-6%, 4%) scale(1.06); }
  70% { transform: translate(3%, -3%) scale(0.94); }
}

@keyframes aoBlob3 {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
  50% { transform: translate(8%, -6%) scale(1.12); opacity: 1; }
}

@keyframes aoGridScroll {
  from { background-position: 0 0; }
  to { background-position: 0 -528px; }
}

@keyframes aoRingSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes aoRingSpinRev {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes aoParticle {
  0%, 100% { opacity: 0; transform: scale(0.8); }
  40%, 60% { opacity: 0.9; transform: scale(1.3); }
}

@keyframes aoSweep {
  0% { left: -40%; opacity: 0; }
  12%, 55% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

@keyframes aoGlowPulse {
  0%, 100% { opacity: 0.6; transform: translateX(-50%) scale(1); }
  50% { opacity: 1; transform: translateX(-50%) scale(1.06); }
}

@keyframes aoLine {
  0%, 100% { opacity: 0; transform: scaleX(0.2); }
  50% { opacity: 0.8; transform: scaleX(1); }
}

@media (max-width: 780px) {
  .ao-hero__rings { display: none; }
  .ao-hero__line { display: none; }
  .ao-hero__particles i:nth-child(n+10) { display: none; }
  .ao-hero__blob--1 { filter: blur(35px); }
  .ao-hero__blob--2 { filter: blur(30px); }
}

@media (prefers-reduced-motion: reduce) {
  .ao-hero__bg *,
  .ao-hero__bg *::before,
  .ao-hero__bg *::after {
    animation: none !important;
  }
}

/* ==========================================================================
   Light conversion sections
   Strategic bright bands to reduce visual weight while preserving AO identity.
   ========================================================================== */

.ao-section--light {
  background:
    radial-gradient(ellipse 80% 55% at 50% 0%, rgba(91, 103, 255, 0.08), transparent 68%),
    linear-gradient(180deg, #f8faff 0%, #eef3fb 100%) !important;
  color: #172033;
  border-top: 1px solid rgba(91, 103, 255, 0.10);
  border-bottom: 1px solid rgba(91, 103, 255, 0.08);
}

.ao-section--light::before,
.ao-section--light::after {
  opacity: 0.55;
}

.ao-section--light .ao-eyebrow {
  color: #4b54f0;
}

.ao-section--light .ao-title,
.ao-section--light .ao-blog__title,
.ao-section--light .ao-why-audit__title {
  color: #12182a;
}

.ao-section--light .ao-subtitle,
.ao-section--light .ao-context__body,
.ao-section--light .ao-why-audit__body,
.ao-section--light .ao-roi-v2__footer,
.ao-section--light .ao-result__score-desc,
.ao-section--light .ao-result__kpi-desc,
.ao-section--light .ao-result__meta-item p {
  color: #4d5b76;
}

.ao-section--light .ao-context__body strong,
.ao-section--light .ao-roi-v2__footer strong,
.ao-section--light .ao-result__meta-item h4,
.ao-section--light .ao-result__kpi-val,
.ao-section--light .ao-result__score-num {
  color: #12182a;
}

.ao-section--light .ao-mini-card,
.ao-section--light .ao-roi-v2__card,
.ao-section--light .ao-result__score,
.ao-section--light .ao-result__kpi,
.ao-section--light .ao-result__meta-item {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(91, 103, 255, 0.14);
  box-shadow: 0 18px 42px -30px rgba(26, 35, 75, 0.34);
}

.ao-section--light .ao-mini-card {
  color: #26344f;
}

.ao-section--light .ao-roi-v2__label,
.ao-section--light .ao-result__score-label {
  color: #66739a;
}

.ao-section--light .ao-roi-v2__card--featured {
  background: linear-gradient(170deg, rgba(75, 84, 240, 0.12), rgba(255, 255, 255, 0.86));
  border-color: rgba(75, 84, 240, 0.24);
}

.ao-section--light .ao-roi-v2__before {
  color: #8790aa;
}

.ao-section--light .ao-roi-v2__arrow {
  color: #9aa3bb;
}

.ao-section--light .ao-roi-v2__after {
  color: #12182a;
}

.ao-section--light .ao-roi-v2__track {
  background: rgba(91, 103, 255, 0.06);
  border-radius: 999px;
  padding: 4px;
}

.ao-section--light .ao-result__score-ring {
  box-shadow: 0 18px 42px -26px rgba(75, 84, 240, 0.45);
}

.ao-section--light .ao-result__score-inner {
  background: #f8faff;
}

.ao-section--light .ao-result__score-of {
  color: #66739a;
}

.ao-section--light .ao-result__kpi-label {
  color: #4b54f0;
}

.ao-section--light .ao-result__kpi-label--warn {
  color: #d94865;
}

.ao-section--light .ao-result__kpi-label--ok {
  color: #0f9f6e;
}

.ao-trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 18px auto 0;
  max-width: 820px;
}

.ao-trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(174, 180, 224, 0.18);
  color: #cdd2f0;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 380px) {
  .ao-trust-strip {
    flex-direction: column;
    align-items: center;
  }

  .ao-trust-strip span {
    font-size: 12px;
    padding: 7px 12px;
  }
}

.ao-trust-strip i {
  color: #7fe3a8;
  font-size: 14px;
}

.ao-report-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
}

.ao-deliverables {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.ao-deliverable {
  padding: 24px 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(91, 103, 255, 0.14);
  box-shadow: 0 18px 42px -32px rgba(26, 35, 75, 0.34);
}

.ao-deliverable__icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  margin-bottom: 16px;
  background: rgba(75, 84, 240, 0.08);
  border: 1px solid rgba(75, 84, 240, 0.16);
  color: #4b54f0;
  font-size: 18px;
}

.ao-deliverable h3 {
  margin: 0 0 8px;
  color: #12182a;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.25;
}

.ao-deliverable p {
  margin: 0;
  color: #4d5b76;
  font-size: 14px;
  line-height: 1.58;
}

.ao-cta__note {
  margin: 16px auto 0;
  max-width: 54ch;
  color: #9aa2d8;
  font-size: 13.5px;
  line-height: 1.55;
}

/* Bridge — transition divider between dense sections */
.ao-bridge {
  position: relative;
  padding: 56px 24px;
  background: linear-gradient(180deg, #0a0c24 0%, #0e1130 50%, #0a0c24 100%);
  overflow: hidden;
}

.ao-bridge::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 50% 50%, rgba(91, 103, 255, .06), transparent 70%);
  pointer-events: none;
}

.ao-bridge__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 28px;
  max-width: 860px;
  margin: 0 auto;
}

.ao-bridge__line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91, 103, 255, .28), transparent);
}

.ao-bridge__text {
  margin: 0;
  text-align: center;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.6;
  color: #8790b7;
  letter-spacing: .01em;
  white-space: nowrap;
}

.ao-bridge__text strong {
  color: #c7ccec;
  font-weight: 700;
}

@media (max-width: 768px) {
  .ao-bridge { padding: 40px 20px; }

  .ao-bridge__inner {
    flex-direction: column;
    gap: 18px;
  }

  .ao-bridge__line {
    width: 48px;
    flex: none;
  }

  .ao-bridge__text {
    white-space: normal;
  }
}

.ao-section--light .ao-stage-card,
.ao-section--light .ao-compare-table__row {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(91, 103, 255, 0.14);
  box-shadow: 0 18px 42px -32px rgba(26, 35, 75, 0.34);
}

.ao-section--light .ao-stage-card--featured {
  background: linear-gradient(180deg, rgba(75, 84, 240, 0.12), rgba(255, 255, 255, 0.86));
  border-color: rgba(75, 84, 240, 0.28);
  box-shadow: 0 24px 58px -34px rgba(75, 84, 240, 0.45);
}

.ao-section--light .ao-stage-card__title,
.ao-section--light .ao-stage-card__headline,
.ao-section--light .ao-stage-card__benefits li,
.ao-section--light .ao-compare-table h3,
.ao-section--light .ao-compare-table__to {
  color: #12182a;
}

.ao-section--light .ao-stage-card__num-label,
.ao-section--light .ao-stage-card__tags-label,
.ao-section--light .ao-stage-card__benefits-label {
  color: #66739a;
}

.ao-section--light .ao-stage-card__target {
  color: #4b54f0;
}

.ao-section--light .ao-stage-card__body,
.ao-section--light .ao-stage-card__body--featured,
.ao-section--light .ao-compare-table__from,
.ao-section--light .ao-compare-table__footer {
  color: #4d5b76;
}

.ao-section--light .ao-stage-card__body strong {
  color: #12182a;
}

.ao-section--light .ao-stage-tag,
.ao-section--light .ao-stage-tag--featured {
  background: rgba(75, 84, 240, 0.08);
  border-color: rgba(75, 84, 240, 0.16);
  color: #26344f;
}

.ao-section--light .ao-stage-card__quote,
.ao-section--light .ao-stage-card__quote--featured {
  background: rgba(75, 84, 240, 0.07);
  border-color: rgba(75, 84, 240, 0.16);
  color: #26344f;
}

.ao-section--light .ao-btn--ghost-block {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(75, 84, 240, 0.24);
  color: #26344f;
}

.ao-section--light .ao-btn--ghost-block:hover {
  background: rgba(75, 84, 240, 0.08);
  color: #12182a;
}

.ao-section--light .ao-compare-table__row--accent {
  background: rgba(75, 84, 240, 0.09);
  border-color: rgba(75, 84, 240, 0.22);
}

.ao-section--light .ao-btn--ghost {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(75, 84, 240, 0.26);
  color: #26344f;
}

.ao-section--light .ao-btn--ghost:hover {
  background: rgba(75, 84, 240, 0.08);
  color: #12182a;
}

/* ── Light overrides: A Nova Era da Busca ─────────────────── */

.ao-section--light .ao-newera__glow {
  background: radial-gradient(circle, rgba(91, 103, 255, .08) 0%, transparent 70%);
}

.ao-section--light .ao-newera__lead {
  color: #3a4560;
  font-size: 17px;
}

.ao-section--light .ao-newera__lead strong {
  color: #12182a;
}

.ao-section--light .ao-newera__sub {
  color: #56647d;
}

.ao-section--light .ao-newera__sub strong {
  color: #2a3650;
}

.ao-section--light .ao-newera__stat-ring {
  background:
    conic-gradient(#4b54f0 0 62%, rgba(75, 84, 240, .1) 62% 100%);
  box-shadow: 0 14px 40px -10px rgba(75, 84, 240, .25);
}

.ao-section--light .ao-newera__stat-ring::before {
  background: #f2f5fc;
}

.ao-section--light .ao-newera__stat-value {
  background: linear-gradient(135deg, #4b54f0, #7b6bff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ao-section--light .ao-newera__stat-label {
  color: #56647d;
}

.ao-section--light .ao-newera__stat-label strong {
  color: #4b54f0;
}

.ao-section--light .ao-newera__card {
  background: rgba(255, 255, 255, .78);
  border-color: rgba(91, 103, 255, .14);
  box-shadow: 0 18px 42px -30px rgba(26, 35, 75, .2);
}

.ao-section--light .ao-newera__card::before {
  background: linear-gradient(160deg, rgba(75, 84, 240, .05) 0%, transparent 60%);
}

.ao-section--light .ao-newera__card:hover {
  border-color: rgba(75, 84, 240, .26);
  box-shadow: 0 22px 50px -28px rgba(75, 84, 240, .3);
}

.ao-section--light .ao-newera__card h3 {
  color: #12182a;
}

.ao-section--light .ao-newera__card p {
  color: #4d5b76;
}

.ao-section--light .ao-newera__card-icon {
  background: rgba(75, 84, 240, .08);
  border-color: rgba(75, 84, 240, .16);
  color: #4b54f0;
}

.ao-section--light .ao-newera__card:hover .ao-newera__card-icon {
  background: rgba(75, 84, 240, .14);
  border-color: rgba(75, 84, 240, .28);
}

/* ── Light overrides: O Problema Invisível ────────────────── */

.ao-section--light .ao-invisivel__ambient {
  background: radial-gradient(circle, rgba(220, 60, 60, .05) 0%, transparent 65%);
}

.ao-section--light .ao-invisivel__card {
  background: rgba(255, 255, 255, .82);
  border-color: rgba(200, 80, 80, .14);
  box-shadow: 0 18px 42px -30px rgba(26, 35, 75, .18);
}

.ao-section--light .ao-invisivel__card::before {
  background: linear-gradient(170deg, rgba(200, 80, 80, .03) 0%, transparent 50%);
}

.ao-section--light .ao-invisivel__card:hover {
  border-color: rgba(200, 80, 80, .24);
  box-shadow: 0 22px 50px -28px rgba(200, 80, 80, .18);
}

.ao-section--light .ao-invisivel__card--accent {
  background: linear-gradient(170deg, rgba(245, 158, 11, .06), rgba(255, 255, 255, .82));
  border-color: rgba(245, 158, 11, .18);
}

.ao-section--light .ao-invisivel__card--accent:hover {
  border-color: rgba(245, 158, 11, .3);
  box-shadow: 0 22px 50px -28px rgba(245, 158, 11, .16);
}

.ao-section--light .ao-invisivel__num {
  color: rgba(200, 80, 80, .4);
}

.ao-section--light .ao-invisivel__icon {
  background: rgba(200, 80, 80, .07);
  border-color: rgba(200, 80, 80, .14);
  color: #c85050;
}

.ao-section--light .ao-invisivel__card:hover .ao-invisivel__icon {
  background: rgba(200, 80, 80, .12);
  border-color: rgba(200, 80, 80, .24);
}

.ao-section--light .ao-invisivel__icon--accent {
  background: rgba(245, 158, 11, .07);
  border-color: rgba(245, 158, 11, .14);
  color: #d48806;
}

.ao-section--light .ao-invisivel__card:hover .ao-invisivel__icon--accent {
  background: rgba(245, 158, 11, .12);
  border-color: rgba(245, 158, 11, .24);
}

.ao-section--light .ao-invisivel__card h3 {
  color: #12182a;
}

.ao-section--light .ao-invisivel__card p {
  color: #4d5b76;
}

.ao-section--light .ao-invisivel__bar::after {
  background: rgba(0, 0, 0, .05);
}

.ao-section--light .ao-invisivel__bar-label {
  color: #66739a;
}

.ao-section--light .ao-invisivel__bar-label strong {
  color: #3a4560;
}

.ao-section--light .ao-invisivel__badge--critical {
  background: rgba(200, 80, 80, .07);
  border-color: rgba(200, 80, 80, .16);
  color: #c85050;
}

.ao-section--light .ao-invisivel__badge--warn {
  background: rgba(200, 120, 60, .07);
  border-color: rgba(200, 120, 60, .16);
  color: #b86830;
}

.ao-section--light .ao-invisivel__badge--accent {
  background: rgba(245, 158, 11, .08);
  border-color: rgba(245, 158, 11, .18);
  color: #d48806;
}

.ao-section--light .ao-invisivel__pulse {
  background: #c85050;
}

.ao-section--light .ao-invisivel__pulse--warn {
  background: #b86830;
}

.ao-section--light .ao-invisivel__pulse--accent {
  background: #d48806;
}

.ao-section--light .ao-invisivel__bottom {
  background: linear-gradient(160deg, rgba(200, 80, 80, .05), rgba(75, 84, 240, .04));
  border-color: rgba(200, 80, 80, .12);
}

.ao-section--light .ao-invisivel__bottom p {
  color: #3a4560;
}

.ao-section--light .ao-invisivel__bottom p strong {
  color: #12182a;
}

.ao-section--light .ao-invisivel__bottom p em {
  color: #c85050;
}

.ao-gbp-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.ao-gbp-card {
  padding: 26px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(91, 103, 255, 0.14);
  box-shadow: 0 18px 42px -32px rgba(26, 35, 75, 0.34);
}

.ao-gbp-card--featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(ellipse 90% 70% at 0% 0%, rgba(6, 182, 212, 0.10), transparent 70%),
    linear-gradient(160deg, rgba(75, 84, 240, 0.12), rgba(255, 255, 255, 0.88));
  border-color: rgba(75, 84, 240, 0.24);
}

.ao-gbp-card__label,
.ao-gbp-card__num {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(75, 84, 240, 0.08);
  border: 1px solid rgba(75, 84, 240, 0.16);
  color: #4b54f0;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.ao-gbp-card__label {
  padding: 7px 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.ao-gbp-card__num {
  justify-content: center;
  width: 36px;
  height: 36px;
}

.ao-gbp-card h3 {
  margin: 0 0 10px;
  color: #12182a;
  font-family: 'Sora', system-ui, sans-serif;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.2;
}

.ao-gbp-card p {
  margin: 0;
  color: #4d5b76;
  font-size: 14.5px;
  line-height: 1.62;
}

.ao-gbp-card--featured p {
  margin-bottom: 22px;
}

@media (max-width: 680px) {
  .ao-deliverables {
    grid-template-columns: 1fr;
  }

  .ao-section--light {
    background:
      radial-gradient(ellipse 120% 44% at 50% 0%, rgba(91, 103, 255, 0.08), transparent 72%),
      linear-gradient(180deg, #f9fbff 0%, #eef3fb 100%) !important;
  }
}

@media (max-width: 980px) {
  .ao-gbp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ao-gbp-card--featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .ao-gbp-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Footer polish
   Keeps the premium dark close while reducing the heavy end-of-page block.
   ========================================================================== */

.site-footer {
  background:
    radial-gradient(ellipse 75% 70% at 50% 0%, rgba(75, 84, 240, 0.12), transparent 66%),
    linear-gradient(180deg, #081028 0%, #05091d 100%) !important;
  border-top-color: rgba(123, 107, 255, 0.18) !important;
}

.footer-col__title {
  color: #8f98c8 !important;
}

.footer-about__desc,
.footer-nav a,
.footer-contact__item,
.footer-contact__item a,
.footer-newsletter__desc {
  color: #b8bedc !important;
}

.footer-nav a:hover,
.footer-contact__item a:hover {
  color: #ffffff !important;
}

.footer-newsletter__input {
  background: rgba(255, 255, 255, 0.055) !important;
  border-color: rgba(174, 180, 224, 0.18) !important;
}

.footer-newsletter__input:focus {
  border-color: rgba(123, 107, 255, 0.48) !important;
}

.footer-bottom {
  border-top-color: rgba(174, 180, 224, 0.10) !important;
}

.footer-bottom__copy,
.footer-legal,
.footer-legal a,
.footer-feraweb-link {
  color: #8790b7 !important;
}
