* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-dark: #070C14;
  --bg-light: #F3F5F9;
  --bg-soft-blue: #EAF6FF;
  --bg-white: #FFFFFF;
  --blue: #09A8C9;
  --blue-glow: #19CFF5;
  --blue-soft: #53DBF7;
  --blue-pale: #8CE7FA;
  --purple: #2F435E;
  --text-light: #C1CFE0;
  --text-dark: #0F172A;
  --white: #FFFFFF;
  --max-w: 1180px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--bg-white);
  color: #475569;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

#cursor-glow {
  position: fixed;
  width: 520px;
  height: 520px;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  transform: translate3d(-50%, -50%, 0);
  background: radial-gradient(circle, rgba(25,207,245,0.26) 0%, rgba(83,219,247,0.18) 34%, rgba(16,23,32,0) 70%);
  filter: blur(28px);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#cursor-glow.is-hidden { opacity: 0; }

header, main { position: relative; z-index: 2; }

.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: 'Exo 2', sans-serif;
  letter-spacing: -0.018em;
  font-weight: 600;
}

#header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 20;
  background: rgba(16, 23, 32, 0.45);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 0.3s ease;
}

#header.scrolled { background: rgba(16, 23, 32, 0.82); }

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  color: var(--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.logo-img {
  display: block;
  height: 46px;
  width: auto;
}

.logo-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--blue-glow), var(--blue));
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.logo-name { font-size: 1.55rem; font-weight: 600; }
.logo-name em { color: var(--blue-glow); font-style: normal; }

nav { display: flex; align-items: center; gap: 28px; }

nav a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
}

nav a:hover { color: var(--white); }

.nav-btn {
  padding: 10px 18px;
  border-radius: 10px;
  background: rgba(9,168,201,0.24);
  border: 1px solid rgba(25,207,245,0.35);
}

.hamburger {
  display: none;
  background: transparent;
  border: 0;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.hamburger span { width: 24px; height: 2px; background: var(--white); }

.section-dark {
  position: relative;
  background:
    radial-gradient(900px 500px at 15% 0%, rgba(9,168,201,0.10), transparent 62%),
    radial-gradient(700px 420px at 85% 10%, rgba(47,67,94,0.18), transparent 65%),
    linear-gradient(160deg, #070C14 0%, #101720 55%, #070C14 100%);
}
.section-light { background: var(--bg-light); color: var(--text-dark); }

#hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 100px;
  overflow: hidden;
}

.hero-bg, .metrics-bg, .services-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-floaters {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(25,207,245,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,207,245,0.06) 1px, transparent 1px);
  background-size: 72px 72px;
}

.hero-tech-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-tech-particle {
  position: absolute;
  bottom: -60px;
  color: rgba(148,163,184,0.18);
  font-weight: 600;
  font-size: 14px;
  animation: floatUp linear infinite;
}

@keyframes floatUp {
  0% { transform: translateY(0); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateY(-115vh); opacity: 0; }
}

.blob {
  position: absolute;
  filter: blur(92px);
  border-radius: 999px;
  opacity: 0.3;
}

.blob-a { width: 440px; height: 440px; background: #09A8C9; top: -120px; left: -100px; }
.blob-b { width: 420px; height: 420px; background: #334155; right: -140px; top: 80px; }
.blob-c { width: 380px; height: 380px; background: #101720; left: 45%; bottom: -180px; }

.hud-corner {
  position: absolute;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(25,207,245,0.5);
  border-radius: 14px;
  opacity: 0.7;
  box-shadow: 0 0 22px rgba(25,207,245,0.18), inset 0 0 18px rgba(25,207,245,0.08);
}

.hud-corner::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--blue-glow);
  border-radius: 2px;
  right: -4px;
  bottom: -4px;
  box-shadow: 0 0 10px rgba(25,207,245,0.7);
}

.hud-corner-tl { top: 14%; left: 5%; animation: floatHud 8s ease-in-out infinite; }
.hud-corner-br { right: 8%; bottom: 16%; animation: floatHud 9s ease-in-out infinite reverse; }
.hud-corner-mid { right: 6%; top: 25%; width: 62px; height: 62px; opacity: 0.55; animation: floatHud 11s ease-in-out infinite; }

.hud-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(25,207,245,0), rgba(25,207,245,0.9), rgba(25,207,245,0));
  filter: drop-shadow(0 0 8px rgba(25,207,245,0.55));
}

.hud-line::after {
  content: "";
  position: absolute;
  right: 14%;
  top: -2px;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--blue-glow);
  box-shadow: 0 0 8px rgba(25,207,245,0.8);
}

.hud-line-a { width: 200px; left: 12%; top: 62%; animation: pulseLine 4.8s ease-in-out infinite; }
.hud-line-b { width: 170px; right: 9%; top: 30%; animation: pulseLine 5.4s ease-in-out infinite reverse; }
.hud-line-c { width: 220px; right: 12%; top: 22%; animation: pulseLine 5s ease-in-out infinite; }

.light-streak {
  position: absolute;
  width: 240px;
  height: 36px;
  background: linear-gradient(90deg, rgba(25,207,245,0), rgba(25,207,245,0.6), rgba(140,231,250,0));
  filter: blur(8px);
  transform: rotate(-14deg);
  opacity: 0.4;
  animation: driftStreak 12s ease-in-out infinite;
}

.streak-a { top: 22%; left: 18%; animation-duration: 12s; }
.streak-b { bottom: 24%; right: 12%; animation-duration: 14s; animation-delay: -3s; }
.streak-c { top: 65%; left: 8%; animation-duration: 13s; }
.streak-d { top: 18%; right: 14%; animation-duration: 15s; }

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

@keyframes pulseLine {
  0%, 100% { opacity: 0.45; transform: translateX(0); }
  50% { opacity: 0.95; transform: translateX(8px); }
}

@keyframes driftStreak {
  0%, 100% { transform: rotate(-14deg) translateX(0); opacity: 0.25; }
  50% { transform: rotate(-14deg) translateX(24px); opacity: 0.55; }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
}

.hero-tag {
  display: inline-block;
  margin-bottom: 20px;
  color: #D5FBF5;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
}

#hero h1 { color: var(--white); font-size: clamp(2rem, 5.4vw, 4rem); line-height: 1.1; font-weight: 600; }
.hero-line-2 { margin-top: 8px; margin-bottom: 22px; }

#hero-cycle {
  color: var(--blue-glow);
  text-shadow: 0 0 24px rgba(25,207,245,0.62);
  transition: opacity 0.35s ease, transform 0.35s ease;
  display: inline-block;
}

#hero p {
  max-width: 700px;
  margin: 0 auto;
  color: var(--text-light);
  font-size: 1.02rem;
}

.hero-actions { margin-top: 34px; display: flex; justify-content: center; gap: 14px; }

.btn {
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 500;
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-glow));
  box-shadow: 0 10px 28px rgba(9,168,201,0.38);
}

.btn-primary:hover { transform: translateY(-3px); }

.btn-ghost {
  color: #E6ECF3;
  border: 1px solid rgba(255,255,255,0.26);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
}

#metrics {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: var(--bg-white);
  border-top: 0;
  border-bottom: 0;
}

.metrics-title {
  max-width: 1120px;
  margin: 0 auto 46px;
  text-align: center;
  color: #334155;
  font-size: clamp(1.28rem, 2.5vw, 1.9rem);
  font-weight: 500;
}

.metrics-break { display: inline; }

.metrics-title strong { color: var(--blue); }

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

.metric-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 22px 12px 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(14px);
  transition: transform 0.35s ease;
  position: relative;
}

.metric-card::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(25,207,245,0), rgba(25,207,245,0.7), rgba(25,207,245,0));
}

.metric-card::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue-glow);
  transform: translateX(-50%);
  box-shadow: 0 0 12px rgba(25,207,245,0.55);
}

.metric-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.metric-card:hover {
  transform: translateY(-8px);
}

.metric-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #0f172a;
  font-family: 'Exo 2', sans-serif;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.metric-value .suffix { color: var(--blue-glow); margin-left: 2px; }

.metric-label {
  margin-top: 10px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.86rem;
}

#presence {
  position: relative;
  padding: 98px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #088aa6 0%, #09a8c9 52%, #33c3de 100%);
}

.presence-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(130deg, rgba(9,168,201,0.56), rgba(9,168,201,0.24)),
    url('../images/fundo-mapa-1024x608.webp') center/50% auto no-repeat;
  opacity: 0.2;
}

.presence-wrap {
  position: relative;
  z-index: 2;
}

.presence-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.presence-content h2 {
  color: #073244;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 12px;
}

.presence-content p {
  color: rgba(244,252,255,0.9);
  font-size: 1.02rem;
}

.presence-badges {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.presence-badge {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.92rem;
  color: #ecfcff;
  background: linear-gradient(150deg, rgba(7,12,20,0.28), rgba(7,12,20,0.14));
  border: 1px solid rgba(193,207,224,0.34);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 20px rgba(7,12,20,0.16);
}

.presence-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #c7f8ff;
  box-shadow: 0 0 10px rgba(199,248,255,0.8);
  flex-shrink: 0;
}

.presence-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.presence-particle {
  position: absolute;
  bottom: -18px;
  border-radius: 50%;
  background: rgba(140,231,250,0.8);
  box-shadow: 0 0 12px rgba(25,207,245,0.6);
  animation: presenceFloat linear infinite;
}

.presence-content .section-kicker{
	color: #fff;
}

@keyframes presenceFloat {
  0% { transform: translateY(0); opacity: 0; }
  12% { opacity: 0.9; }
  88% { opacity: 0.8; }
  100% { transform: translateY(-115%); opacity: 0; }
}

#about {
  padding: 120px 0;
  background: #070c14;
}

.about-wrap {
  max-width: 1180px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.about-text-block p + p { margin-top: 10px; }

.about-text-block {
  padding: 0;
}

.about-text-block h2 {
  color: #f3f5f9;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  line-height: 1.12;
  margin-bottom: 18px;
}

.about-highlight {
  color: var(--blue);
}

.about-mini-stats {
  display: flex;
  gap: 18px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.about-mini-stats div {
  background: rgba(15,23,42,0.04);
  border-radius: 12px;
  padding: 14px 16px;
  min-width: 130px;
}

.about-mini-stats strong {
  display: block;
  font-size: 1.25rem;
  color: #1e293b;
}

.about-mini-stats span { font-size: 0.82rem; color: #64748b; }

.about-orbit-panel {
  position: relative;
  min-height: 470px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible;
  perspective: 1100px;
  transform-style: preserve-3d;
  transition: none;
}

.about-orbit-panel:hover { box-shadow: none; }

.about-orbit-panel::before { display: none; }

.about-orbit-panel::after {
  display: none;
}

@keyframes holoSweep {
  0%, 100% { transform: translateX(-35%) rotate(8deg); opacity: 0.35; }
  50% { transform: translateX(30%) rotate(8deg); opacity: 0.75; }
}

.orbit-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 65%, rgba(25,207,245,0.24), transparent 60%),
    radial-gradient(circle at 70% 35%, rgba(83,219,247,0.14), transparent 65%);
  filter: blur(30px);
  transition: none;
}

.orbit-stage {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.orbit-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(140,231,250,0.35);
  box-shadow: inset 0 0 26px rgba(25,207,245,0.08);
}

.ring-1 { width: 220px; height: 220px; transform: translateZ(16px); }
.ring-2 { width: 160px; height: 160px; opacity: 0.75; transform: translateZ(30px); }
.ring-3 { width: 108px; height: 108px; opacity: 0.55; transform: translateZ(44px); }

.orbit-core {
  width: 136px;
  height: 136px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(25,207,245,0.18), rgba(9,168,201,0.08));
  display: grid;
  place-items: center;
  transform: translateZ(70px);
  box-shadow: 0 18px 38px rgba(9,168,201,0.35), inset 0 0 24px rgba(230,252,255,0.25);
  transition: none;
}

.orbit-image {
  width: 108px;
  height: 108px;
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(25,207,245,0.5));
  animation: imageFloat 5s ease-in-out infinite;
}

@keyframes imageFloat {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-8px) rotate(4deg); }
}

.orbit-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #19CFF5;
  box-shadow: 0 0 16px rgba(25,207,245,0.85);
  transition: none;
}

.node-a { transform: translate(-95px, 40px) translateZ(48px); animation: orbitMoveA 8s linear infinite; }
.node-b { transform: translate(88px, -10px) translateZ(30px); animation: orbitMoveB 11s linear infinite; }
.node-c { transform: translate(62px, 72px) translateZ(56px); animation: orbitMoveC 9s linear infinite; }

@keyframes orbitMoveA {
  from { transform: rotate(0deg) translateX(110px) translateZ(48px); }
  to { transform: rotate(360deg) translateX(110px) translateZ(48px); }
}

@keyframes orbitMoveB {
  from { transform: rotate(0deg) translateX(82px) translateZ(30px); }
  to { transform: rotate(-360deg) translateX(82px) translateZ(30px); }
}

@keyframes orbitMoveC {
  from { transform: rotate(0deg) translateX(64px) translateZ(56px); }
  to { transform: rotate(360deg) translateX(64px) translateZ(56px); }
}


.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
}

#about p { color: rgba(193,207,224,0.82); font-size: 1rem; max-width: 720px; }

#services {
  padding: 120px 0;
  position: relative;
  background: #070c14;
}
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head h2 { color: var(--white); font-size: clamp(1.7rem, 3.4vw, 2.7rem); }

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

.glass-card {
  background: rgba(10,17,30,0.9);
  border: 1px solid rgba(9,168,201,0.2);
  backdrop-filter: blur(10px);
  border-radius: 14px;
}

.service-clean {
  background: rgba(10,17,30,0.9);
  border: 1px solid rgba(9,168,201,0.2);
  border-radius: 14px;
  padding: 18px;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.service-clean {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.service-clean:hover {
  transform: translateY(-8px);
  border-color: rgba(25,207,245,0.45);
  box-shadow: 0 14px 24px rgba(7,12,20,0.2), inset 0 0 0 1px rgba(25,207,245,0.1);
}

.icon-box {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: grid;
  place-items: center;
  background: rgba(9,168,201,0.24);
  border: 1px solid rgba(25,207,245,0.5);
  color: #daf6fd;
}

.icon-box svg {
  width: 15px;
  height: 15px;
}

.service-title {
  color: #f3f5f9;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-desc {
  color: rgba(193,207,224,0.82);
  font-size: 0.95rem;
  min-height: 38px;
}

.service-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 9px;
  text-decoration: none;
  color: #e6ecf3;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(193,207,224,0.28);
  background: rgba(193,207,224,0.04);
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #ffffff;
  border-color: rgba(25,207,245,0.6);
  background: rgba(9,168,201,0.16);
}

#manifesto {
  padding: 100px 0;
  background: var(--bg-white);
  border-top: 0;
  border-bottom: 0;
}

.manifesto-wrap {
  text-align: center;
}

.manifesto-wrap h2 {
  color: #0f172a;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
}

.manifesto-wrap p {
  color: #475569;
  margin: 10px auto 26px;
  max-width: 700px;
}

.manifesto-video {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}

.manifesto-video iframe,
.manifesto-video video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.manifesto-mask {
  position: absolute;
  inset: 0;
  border: 0;
  cursor: pointer;
  background: linear-gradient(180deg, rgba(7,12,20,0.1), rgba(7,12,20,0.5));
  display: grid;
  place-items: center;
  transition: opacity 0.25s ease;
}

.manifesto-mask.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.manifesto-play {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-glow));
  box-shadow: 0 16px 30px rgba(9,168,201,0.35);
  position: relative;
}

.manifesto-play::before {
  content: "";
  position: absolute;
  left: 31px;
  top: 24px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #fff;
}

#contact {
  padding: 110px 0;
  background: #070c14;
}

.contact-wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 22px;
}

.contact-info {
  padding: 0;
}

.contact-wrap h2 {
  color: #f3f5f9;
  font-size: clamp(1.8rem, 3.5vw, 2.7rem);
  margin-bottom: 10px;
}

.contact-wrap p { color: rgba(193,207,224,0.82); }

.contact-item a {
  color: #e6ecf3;
  text-decoration: none;
  border-bottom: 1px solid rgba(15,23,42,0.2);
  transition: color 0.25s ease, border-color 0.25s ease;
}

.contact-item a:hover {
  color: #0a8eaa;
  border-color: rgba(10,142,170,0.45);
}

.contact-list {
  margin-top: 18px;
  display: grid;
  gap: 8px;
}

.contact-list p {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.04rem;
}

.contact-item-address {
  align-items: flex-start;
}

.contact-item-address .contact-icon {
  margin-top: 2px;
}

.contact-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #0a8eaa;
  background: rgba(9,168,201,0.16);
  box-shadow: inset 0 0 0 1px rgba(9,168,201,0.22);
  flex-shrink: 0;
}

.contact-icon svg {
  width: 15px;
  height: 15px;
}

.contact-list strong { color: #f3f5f9; }

.contact-card {
  position: relative;
  padding: 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(9,168,201,0.28);
  box-shadow: 0 20px 34px rgba(15,23,42,0.14), 0 0 0 1px rgba(255,255,255,0.2) inset;
}

.contact-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(170deg, rgba(9,168,201,0.22), transparent 42%),
    linear-gradient(0deg, rgba(7,12,20,0.2), rgba(7,12,20,0.04));
}

.contact-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  filter: saturate(1.08) contrast(1.05) brightness(0.94);
  transform: scale(1.01);
  transition: transform 0.5s ease, filter 0.4s ease;
}

.contact-card:hover .contact-image {
  transform: scale(1.04);
  filter: saturate(1.12) contrast(1.08) brightness(0.9);
}

footer {
  background: #070b12;
  padding: 60px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-wrap {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-wrap h4 {
  color: #f1f5f9;
  margin-bottom: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.86rem;
}

.footer-wrap p { color: #7b8ba0; max-width: 320px; }

.footer-wrap a {
  display: block;
  text-decoration: none;
  color: #9fb0c6;
  margin-bottom: 8px;
}

.footer-wrap a:hover { color: #C6F3FC; }

.footer-logo { margin-bottom: 10px; }

.footer-logo .logo-img {
  height: 38px;
}

.footer-brand p {
  margin-top: 10px;
  line-height: 1.5;
}

.privacy-seal {
  width: 168px;
  max-width: 100%;
  margin-top: 12px;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.35));
}

.footer-bottom {
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid rgba(148,163,184,0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.footer-bottom p {
  color: #6b7d93;
  font-size: 0.95rem;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-links a {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  color: #b8c9db;
  text-decoration: none;
  background: rgba(159,176,198,0.1);
  border: 1px solid rgba(159,176,198,0.22);
  transition: all 0.28s ease;
}

.social-links a:hover {
  color: #c6f3fc;
  border-color: rgba(25,207,245,0.55);
  background: rgba(9,168,201,0.2);
  transform: translateY(-2px);
}

.social-links svg {
  width: 16px;
  height: 16px;
}

.section-cta {
  padding: 120px 0;
  background: var(--bg-white);
}

.cta-wrap {
  text-align: center;
  color: #334155;
  padding: 0;
}

.cta-wrap h2 {
  max-width: 860px;
  margin: 0 auto 24px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: #0f172a;
}


/* CTA premium: botão mais vivo e interativo, mantendo a identidade visual ST4 */
.cta-special-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 22px 14px 26px;
  overflow: hidden;
  border: 1px solid rgba(25,207,245,0.42);
  box-shadow: 0 14px 32px rgba(9,168,201,0.38), 0 0 0 0 rgba(25,207,245,0.38);
  transform: translate3d(0, 0, 0);
  will-change: transform, box-shadow;
  animation: ctaPulse 2.8s ease-in-out infinite;
}

.cta-special-btn::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -2;
  background: conic-gradient(from 180deg, rgba(25,207,245,0), rgba(25,207,245,0.95), rgba(83,219,247,0.32), rgba(25,207,245,0));
  opacity: 0;
  transition: opacity 0.35s ease;
  animation: ctaBorderSpin 4.5s linear infinite;
}

.cta-special-btn::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--blue), var(--blue-glow));
}

.cta-special-btn:hover {
  transform: translateY(-4px) scale(1.035);
  box-shadow: 0 18px 42px rgba(9,168,201,0.48), 0 0 34px rgba(25,207,245,0.22);
}

.cta-special-btn:hover::before { opacity: 1; }

.cta-special-btn:active { transform: translateY(-1px) scale(0.99); }

.cta-btn-shine {
  position: absolute;
  inset: -45% auto -45% -75%;
  width: 46%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.55), rgba(255,255,255,0));
  opacity: 0.78;
  animation: ctaShine 3.2s ease-in-out infinite;
  pointer-events: none;
}

.cta-btn-text, .cta-btn-icon {
  position: relative;
  z-index: 1;
}

.cta-btn-icon {
  width: 25px;
  height: 25px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  font-size: 0.95rem;
  line-height: 1;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.24);
  transition: transform 0.35s ease, background 0.35s ease;
}

.cta-special-btn:hover .cta-btn-icon {
  transform: translate(3px, -3px) rotate(8deg);
  background: rgba(255,255,255,0.24);
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 14px 32px rgba(9,168,201,0.38), 0 0 0 0 rgba(25,207,245,0.34); }
  50% { box-shadow: 0 18px 42px rgba(9,168,201,0.46), 0 0 0 9px rgba(25,207,245,0); }
}

@keyframes ctaShine {
  0% { left: -75%; }
  42%, 100% { left: 128%; }
}

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

@media (prefers-reduced-motion: reduce) {
  .cta-special-btn,
  .cta-special-btn::before,
  .cta-btn-shine {
    animation: none;
  }
}

.parallax-layer { will-change: transform; transition: transform 0.2s ease-out; }

.legal-main {
  background: #f8fafc;
  min-height: 100vh;
  padding-top: 120px;
}

.legal-section {
  padding: 34px 0 80px;
}

.legal-content {
  max-width: 980px;
  background: #ffffff;
  border: 1px solid rgba(148,163,184,0.24);
  border-radius: 16px;
  padding: 34px;
  box-shadow: 0 14px 28px rgba(15,23,42,0.08);
}

.legal-content h1 {
  color: #0f172a;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin-bottom: 10px;
}

.legal-content h2 {
  color: #1e293b;
  font-size: clamp(1.2rem, 2.8vw, 1.7rem);
  margin: 14px 0 8px;
}

.legal-content h3 {
  color: #0f172a;
  font-size: 1.08rem;
  margin: 22px 0 8px;
}

.legal-content p,
.legal-content li {
  color: #475569;
}

.legal-content ol {
  margin: 14px 0 8px 20px;
  display: grid;
  gap: 8px;
}

.legal-download {
  margin-top: 22px;
  display: inline-flex;
}

@media (max-width: 960px) {
  .metrics-grid, .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-wrap,
  .contact-wrap { grid-template-columns: 1fr; }

  .presence-content { max-width: 100%; }

  .footer-wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .about-orbit-panel { min-height: 390px; }
  .ring-1 { width: 180px; height: 180px; }
  .ring-2 { width: 130px; height: 130px; }
  .ring-3 { width: 90px; height: 90px; }
  .orbit-core { width: 94px; height: 94px; }
  .orbit-image { width: 72px; height: 72px; }

  nav {
    display: none;
    position: fixed;
    top: 78px;
    left: 0;
    right: 0;
    padding: 20px 24px;
    background: rgba(11,15,25,0.9);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.08);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  nav.open { display: flex; }
  .hamburger { display: inline-flex; }
}

@media (max-width: 640px) {
  .container { padding: 0 16px; }
  #hero { padding-top: 130px; }
  .hero-actions { flex-direction: column; }
  .metrics-grid, .services-grid { grid-template-columns: 1fr; }
  .metrics-title { margin-bottom: 28px; }
  .metrics-break { display: none; }
  #cursor-glow { width: 340px; height: 340px; }
  .manifesto-video iframe,
.manifesto-video video { min-height: 210px; }
  .service-title { font-size: 1.05rem; }

  .about-orbit-panel { min-height: 320px; }

  #presence { padding: 74px 0; }
  .presence-bg { background-size: 78% auto; }
  .presence-content p { font-size: 0.96rem; }
  .presence-badges { grid-template-columns: 1fr; gap: 8px; }
  .presence-badge { font-size: 0.84rem; padding: 9px 12px; }

  .footer-wrap { grid-template-columns: 1fr; }
}

/* === ST4 Premium refresh - atualização global preservando identidade original === */
#hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(980px, 80vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(25,207,245,0.7), transparent);
  box-shadow: 0 0 24px rgba(25,207,245,0.3);
}

.hero-proof {
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: rgba(230,252,255,0.9);
  font-size: 0.84rem;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(193,207,224,0.16);
  backdrop-filter: blur(10px);
}

.hero-proof span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue-glow);
  box-shadow: 0 0 12px rgba(25,207,245,0.8);
}

.about-mini-stats div {
  background: linear-gradient(150deg, rgba(9,168,201,0.12), rgba(193,207,224,0.04));
  border: 1px solid rgba(25,207,245,0.2);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}

.about-mini-stats strong { color: #e6fcff; }
.about-mini-stats span { color: rgba(193,207,224,0.78); }

.model-section {
  padding: 100px 0;
  overflow: hidden;
  background:
    radial-gradient(820px 420px at 12% 0%, rgba(25,207,245,0.08), transparent 62%),
    radial-gradient(780px 380px at 90% 40%, rgba(83,219,247,0.06), transparent 62%),
    #070c14;
}

.model-head {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.model-head p {
  color: rgba(193,207,224,0.82);
  margin: 10px auto 0;
  max-width: 720px;
}

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

.model-card {
  position: relative;
  padding: 24px;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(10,17,30,0.92), rgba(9,168,201,0.06));
  border: 1px solid rgba(9,168,201,0.22);
  box-shadow: 0 18px 34px rgba(0,0,0,0.16);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.model-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(260px 120px at 20% 0%, rgba(25,207,245,0.16), transparent 65%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.model-card:hover {
  transform: translateY(-8px);
  border-color: rgba(25,207,245,0.5);
  box-shadow: 0 22px 44px rgba(0,0,0,0.24), 0 0 32px rgba(25,207,245,0.08);
}

.model-card:hover::before { opacity: 1; }

.model-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-family: 'Exo 2', sans-serif;
  font-weight: 800;
  color: #e6fcff;
  background: rgba(9,168,201,0.2);
  border: 1px solid rgba(25,207,245,0.42);
}

.model-card h3 {
  position: relative;
  color: #f3f5f9;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.model-card p {
  position: relative;
  color: rgba(193,207,224,0.78);
}

#metrics {
  background:
    radial-gradient(640px 240px at 50% 0%, rgba(25,207,245,0.08), transparent 70%),
    var(--bg-white);
}

.metric-card {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(234,246,255,0.34));
  border: 1px solid rgba(148,163,184,0.14);
  box-shadow: 0 14px 28px rgba(15,23,42,0.05);
}

.metric-card::before { left: 22%; right: 22%; }

.section-head p {
  color: rgba(193,207,224,0.78);
  margin-top: 10px;
  max-width: 720px;
}

.service-clean {
  position: relative;
  overflow: hidden;
  min-height: 230px;
}

.service-clean::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(25,207,245,0.12), transparent 42%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.service-clean:hover::before { opacity: 1; }

.service-clean > * { position: relative; z-index: 1; }

.service-desc { min-height: 58px; }

.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.service-tags span {
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  color: #c9f6ff;
  background: rgba(25,207,245,0.08);
  border: 1px solid rgba(25,207,245,0.18);
}

.service-link::after {
  content: "↗";
  margin-left: 7px;
  font-size: 0.82rem;
  transition: transform 0.25s ease;
}

.service-link:hover::after { transform: translate(2px, -2px); }

.ecosystem-note {
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(9,168,201,0.12), rgba(255,255,255,0.03));
  border: 1px solid rgba(25,207,245,0.18);
}

.ecosystem-note span {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #e6fcff;
  font-weight: 700;
  background: rgba(9,168,201,0.2);
  border: 1px solid rgba(25,207,245,0.28);
}

.ecosystem-note p {
  color: rgba(193,207,224,0.8);
  margin: 0;
}

.manifesto-video {
  box-shadow: 0 24px 54px rgba(15,23,42,0.16), 0 0 0 1px rgba(25,207,245,0.12);
}

.manifesto-player {
  background: #070c14;
}

.manifesto-mask {
  background:
    radial-gradient(circle at 50% 50%, rgba(25,207,245,0.18), transparent 28%),
    linear-gradient(180deg, rgba(7,12,20,0.08), rgba(7,12,20,0.62));
}

.manifesto-play {
  animation: videoPulse 2.5s ease-in-out infinite;
}

@keyframes videoPulse {
  0%, 100% { transform: scale(1); box-shadow: 0 16px 30px rgba(9,168,201,0.35), 0 0 0 0 rgba(25,207,245,0.32); }
  50% { transform: scale(1.06); box-shadow: 0 20px 40px rgba(9,168,201,0.44), 0 0 0 12px rgba(25,207,245,0); }
}

.contact-list p {
  padding: 10px 0;
  border-bottom: 1px solid rgba(193,207,224,0.08);
}

.contact-icon {
  color: #c9f6ff;
  background: rgba(9,168,201,0.18);
  box-shadow: inset 0 0 0 1px rgba(25,207,245,0.24), 0 0 18px rgba(25,207,245,0.08);
}

.section-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(620px 260px at 50% 0%, rgba(25,207,245,0.12), transparent 70%),
    var(--bg-white);
}

.section-cta::before,
.section-cta::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(62px);
  opacity: 0.16;
}

.section-cta::before { background: var(--blue-glow); left: -80px; top: 20%; }
.section-cta::after { background: var(--blue); right: -70px; bottom: 10%; }

.cta-wrap { position: relative; z-index: 1; }
.cta-wrap .section-kicker { margin-bottom: 10px; }
.cta-wrap p {
  max-width: 690px;
  margin: -8px auto 28px;
  color: #64748b;
}

.footer-brand p strong,
.footer-wrap strong { color: #c6f3fc; }

.animate-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .model-grid { grid-template-columns: 1fr; }
  .model-card { min-height: auto; }
  .ecosystem-note { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .hero-proof { justify-content: flex-start; }
  .hero-proof span { width: 100%; justify-content: center; }
  .model-section { padding: 78px 0; }
  .metric-card { padding: 24px 14px; }
  .service-clean { min-height: auto; }
  .cta-wrap p { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .manifesto-play { animation: none; }
  .animate-in { opacity: 1; transform: none; transition: none; }
}


/* ST4 update: destaque para soluções futuras */
.service-future {
  position: relative;
  border-color: rgba(25,207,245,0.48);
  background:
    radial-gradient(320px 140px at 82% 0%, rgba(25,207,245,0.14), transparent 68%),
    linear-gradient(145deg, rgba(10,17,30,0.96), rgba(5,13,25,0.96));
  box-shadow: 0 0 0 1px rgba(25,207,245,0.08), 0 18px 36px rgba(7,12,20,0.24);
}

.service-future::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(120deg, transparent 0%, transparent 38%, rgba(25,207,245,0.18) 50%, transparent 62%, transparent 100%);
  transform: translateX(-120%);
  animation: futureScan 4.6s ease-in-out infinite;
  pointer-events: none;
}

.service-future:hover {
  border-color: rgba(25,207,245,0.72);
  box-shadow: 0 22px 42px rgba(7,12,20,0.30), 0 0 32px rgba(25,207,245,0.12), inset 0 0 0 1px rgba(25,207,245,0.16);
}

.future-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #e9fcff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  background: rgba(25,207,245,0.14);
  border: 1px solid rgba(25,207,245,0.38);
  box-shadow: 0 0 18px rgba(25,207,245,0.12);
}

.future-ribbon::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--blue-glow);
  box-shadow: 0 0 10px rgba(25,207,245,0.9);
  animation: futurePulse 1.6s ease-in-out infinite;
}

.service-future .icon-box {
  color: #f0fcff;
  background: rgba(25,207,245,0.18);
  border-color: rgba(25,207,245,0.68);
  box-shadow: 0 0 18px rgba(25,207,245,0.14);
}

.service-future .service-tags span:last-child {
  color: #f0fcff;
  background: rgba(25,207,245,0.14);
  border-color: rgba(25,207,245,0.32);
}

.service-link-disabled {
  color: rgba(230,252,255,0.72);
  border-color: rgba(25,207,245,0.24);
  background: rgba(25,207,245,0.07);
  cursor: default;
}

.service-link-disabled:hover {
  color: rgba(230,252,255,0.72);
  border-color: rgba(25,207,245,0.24);
  background: rgba(25,207,245,0.07);
}

.service-link-disabled::after {
  content: "";
  margin-left: 0;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #c9f6ff;
  font-size: 0.65rem;
  letter-spacing: 0.04em;
  background: rgba(25,207,245,0.10);
  border: 1px solid rgba(25,207,245,0.18);
}

@keyframes futureScan {
  0%, 42% { transform: translateX(-120%); opacity: 0; }
  52% { opacity: 1; }
  68%, 100% { transform: translateX(120%); opacity: 0; }
}

@keyframes futurePulse {
  0%, 100% { transform: scale(1); opacity: 0.65; }
  50% { transform: scale(1.55); opacity: 1; }
}


/* ST4 update: conexão com ST4 Tech SaaS */
.btn-tech-access {
  position: relative;
  overflow: hidden;
  border-color: rgba(25,207,245,0.34);
  background: rgba(25,207,245,0.06);
}

.btn-tech-access::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(25,207,245,0.18) 50%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.75s ease;
}

.btn-tech-access:hover::before { transform: translateX(120%); }
.btn-tech-access:hover { box-shadow: 0 12px 32px rgba(25,207,245,0.16); }

.tech-saas-section {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(760px 360px at 18% 20%, rgba(25,207,245,0.16), transparent 64%),
    radial-gradient(680px 300px at 85% 80%, rgba(83,219,247,0.10), transparent 70%),
    linear-gradient(160deg, #070C14 0%, #0b1220 55%, #050913 100%);
}

.tech-saas-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(25,207,245,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25,207,245,0.045) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.75;
  pointer-events: none;
}

.tech-saas-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 44px;
  align-items: center;
}

.tech-saas-copy h2 {
  color: #f3f5f9;
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.08;
  margin: 10px 0 18px;
}

.tech-saas-copy p {
  color: rgba(193,207,224,0.88);
  max-width: 650px;
  margin-bottom: 22px;
}

.tech-saas-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 28px;
}

.tech-saas-badges span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #e9fcff;
  font-size: 0.84rem;
  background: rgba(25,207,245,0.09);
  border: 1px solid rgba(25,207,245,0.22);
  box-shadow: 0 10px 28px rgba(7,12,20,0.16);
}

.tech-saas-badges span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue-glow);
  box-shadow: 0 0 12px rgba(25,207,245,0.7);
}

.tech-saas-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.tech-saas-btn {
  position: relative;
  overflow: hidden;
}

.tech-saas-note {
  display: block;
  margin-top: 16px;
  color: rgba(193,207,224,0.56);
  font-size: 0.78rem;
}

.tech-saas-panel {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.tech-saas-panel::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(25,207,245,0.22), transparent 66%);
  filter: blur(28px);
  animation: techSaasGlow 5s ease-in-out infinite;
}

.tech-saas-window {
  position: relative;
  width: min(100%, 490px);
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(9,16,29,0.92), rgba(5,10,20,0.92));
  border: 1px solid rgba(25,207,245,0.24);
  box-shadow: 0 30px 70px rgba(0,0,0,0.34), 0 0 0 1px rgba(25,207,245,0.06), inset 0 0 30px rgba(25,207,245,0.04);
  overflow: hidden;
  transform: perspective(900px) rotateY(-6deg) rotateX(3deg);
}

.tech-saas-window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, transparent 40%, rgba(25,207,245,0.10) 50%, transparent 62%, transparent 100%);
  transform: translateX(-120%);
  animation: techSaasScan 5.4s ease-in-out infinite;
  pointer-events: none;
}

.tech-saas-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(193,207,224,0.10);
}

.tech-saas-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(25,207,245,0.36);
  box-shadow: 0 0 10px rgba(25,207,245,0.2);
}

.tech-saas-topbar strong {
  margin-left: auto;
  color: #e9fcff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.tech-saas-status {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: 20px 0;
  padding: 18px;
  border-radius: 18px;
  background: rgba(25,207,245,0.07);
  border: 1px solid rgba(25,207,245,0.14);
}

.status-label {
  display: block;
  color: rgba(193,207,224,0.62);
  font-size: 0.78rem;
  margin-bottom: 4px;
}

.tech-saas-status strong {
  color: #f3f5f9;
  font-size: 1.05rem;
}

.status-pulse {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #dffcff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(25,207,245,0.12);
  border: 1px solid rgba(25,207,245,0.28);
}

.status-pulse::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue-glow);
  box-shadow: 0 0 12px rgba(25,207,245,0.8);
  animation: futurePulse 1.6s ease-in-out infinite;
}

.tech-saas-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.tech-saas-modules span {
  min-height: 62px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #c9f6ff;
  font-weight: 700;
  background: rgba(7,12,20,0.64);
  border: 1px solid rgba(25,207,245,0.13);
  box-shadow: inset 0 0 18px rgba(25,207,245,0.03);
}

.tech-saas-terminal {
  padding: 15px;
  border-radius: 16px;
  background: rgba(3,7,14,0.78);
  border: 1px solid rgba(193,207,224,0.10);
  font-family: Consolas, 'Courier New', monospace;
}

.tech-saas-terminal p {
  margin: 0;
  color: rgba(193,207,224,0.78);
  font-size: 0.82rem;
  line-height: 1.8;
}

.tech-saas-terminal span { color: var(--blue-glow); }

@keyframes techSaasGlow {
  0%, 100% { transform: scale(1); opacity: 0.64; }
  50% { transform: scale(1.08); opacity: 0.9; }
}

@keyframes techSaasScan {
  0%, 48% { transform: translateX(-120%); opacity: 0; }
  58% { opacity: 1; }
  74%, 100% { transform: translateX(120%); opacity: 0; }
}

@media (max-width: 980px) {
  .tech-saas-wrap { grid-template-columns: 1fr; }
  .tech-saas-panel { min-height: 360px; }
  .tech-saas-window { transform: none; }
}

@media (max-width: 640px) {
  .tech-saas-section { padding: 82px 0; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { text-align: center; }
  .tech-saas-actions { align-items: stretch; flex-direction: column; }
  .tech-saas-actions .btn { text-align: center; justify-content: center; }
  .tech-saas-modules { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tech-saas-window { padding: 14px; }
}


/* === Ajustes solicitados: logo maior + botão flutuante de carreiras === */
.logo-img {
  max-width: min(360px, 42vw);
}

.floating-careers-btn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #ecfcff;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, rgba(7,12,20,0.94), rgba(10,29,44,0.92));
  border: 1px solid rgba(25,207,245,0.42);
  box-shadow: 0 16px 36px rgba(4,12,24,0.38), 0 0 0 1px rgba(25,207,245,0.10) inset;
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.floating-careers-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(25,207,245,0.14) 35%, rgba(25,207,245,0.28) 50%, transparent 70%);
  transform: translateX(-140%);
  animation: careersShine 4.8s ease-in-out infinite;
}

.floating-careers-btn:hover {
  transform: translateY(-4px) scale(1.02);
  border-color: rgba(25,207,245,0.7);
  box-shadow: 0 18px 42px rgba(4,12,24,0.48), 0 0 28px rgba(25,207,245,0.18);
}

.floating-careers-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue-glow);
  box-shadow: 0 0 12px rgba(25,207,245,0.9);
  animation: careersPulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

.floating-careers-text,
.floating-careers-icon {
  position: relative;
  z-index: 1;
}

.floating-careers-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.floating-careers-btn:hover .floating-careers-icon {
  transform: translate(2px, -2px);
}

@keyframes careersPulse {
  0%, 100% { transform: scale(1); opacity: 0.9; }
  50% { transform: scale(1.35); opacity: 1; }
}

@keyframes careersShine {
  0%, 55% { transform: translateX(-140%); opacity: 0; }
  65% { opacity: 1; }
  100% { transform: translateX(160%); opacity: 0; }
}

@media (max-width: 960px) {
  .logo-img {
    width: 260px;
    max-width: 60vw;
  }
}

@media (max-width: 640px) {
  .logo-img {
    width: 220px;
    max-width: 56vw;
  }

  .floating-careers-btn {
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
    gap: 8px;
    font-size: 0.92rem;
  }
}


/* === ST4 V14 - ajustes site principal === */
#nav .nav-tech-btn { position: relative; order: 99; overflow: hidden; display: inline-flex; align-items: center; gap: 8px; isolation: isolate; padding: 11px 18px; color: #ecfcff; border-color: rgba(25,207,245,0.42); background: linear-gradient(135deg, rgba(9,168,201,0.22), rgba(7,12,20,0.2)), rgba(9,168,201,0.13); box-shadow: 0 0 0 1px rgba(25,207,245,0.08) inset; }
#nav .nav-tech-btn::before { content: ""; position: absolute; inset: -1px; background: linear-gradient(90deg, transparent, rgba(25,207,245,0.5), transparent), repeating-linear-gradient(90deg, transparent 0 10px, rgba(25,207,245,0.08) 10px 11px); transform: translateX(-130%); opacity: 0; z-index: -1; }
#nav .nav-tech-btn::after { content: ""; position: absolute; inset: 0; border-radius: inherit; border: 1px solid rgba(25,207,245,0.0); box-shadow: inset 0 0 18px rgba(25,207,245,0.0); transition: border-color 0.25s ease, box-shadow 0.25s ease; pointer-events: none; }
#nav .nav-tech-btn:hover { color: #ffffff; transform: translateY(-1px); }
#nav .nav-tech-btn:hover::before { opacity: 1; animation: navTechLoading 1.1s linear infinite; }
#nav .nav-tech-btn:hover::after { border-color: rgba(25,207,245,0.55); box-shadow: inset 0 0 22px rgba(25,207,245,0.18), 0 0 18px rgba(25,207,245,0.16); }
.nav-tech-scan { position: absolute; inset: 0; background-image: linear-gradient(rgba(25,207,245,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(25,207,245,0.08) 1px, transparent 1px); background-size: 10px 10px; opacity: 0; transition: opacity 0.25s ease; pointer-events: none; z-index: -1; }
#nav .nav-tech-btn:hover .nav-tech-scan { opacity: 1; }
.nav-tech-text, .nav-tech-arrow { position: relative; z-index: 1; }
.nav-tech-arrow { transition: transform 0.25s ease; }
#nav .nav-tech-btn:hover .nav-tech-arrow { transform: translate(2px, -2px); }
@keyframes navTechLoading { from { transform: translateX(-130%); } to { transform: translateX(130%); } }

.section-head-ecosystem { max-width: 780px; }
.ecosystem-inline-note { margin-top: 20px; display: inline-flex; align-items: center; gap: 12px; max-width: 780px; padding: 10px 14px 10px 10px; border-radius: 999px; background: linear-gradient(135deg, rgba(9,168,201,0.13), rgba(7,12,20,0.18)); border: 1px solid rgba(25,207,245,0.22); box-shadow: 0 14px 32px rgba(7,12,20,0.16); }
.ecosystem-inline-note span { flex-shrink: 0; display: inline-flex; align-items: center; padding: 8px 13px; border-radius: 999px; color: #ecfcff; font-weight: 700; background: rgba(9,168,201,0.22); border: 1px solid rgba(25,207,245,0.42); box-shadow: inset 0 0 18px rgba(25,207,245,0.08); }
.ecosystem-inline-note strong { color: #cde7f5; font-weight: 500; font-size: 0.92rem; line-height: 1.45; }
.ecosystem-hub-note, .services-hub-note, .st4-hub-note { display: none !important; }

.contact-map-card { position: relative; min-height: 420px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(25,207,245,0.28); background: rgba(7,12,20,0.54); box-shadow: 0 24px 70px rgba(0,0,0,0.28), inset 0 0 22px rgba(25,207,245,0.05); }
.contact-map-card iframe { width: 100%; height: 100%; min-height: 420px; border: 0; filter: saturate(0.9) contrast(1.02); }
.map-open-link { position: absolute; left: 16px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px; color: #ecfcff; text-decoration: none; font-weight: 700; font-size: 0.86rem; background: rgba(7,12,20,0.86); border: 1px solid rgba(25,207,245,0.42); box-shadow: 0 10px 24px rgba(0,0,0,0.25); backdrop-filter: blur(10px); }

.floating-careers-btn { display: none !important; }
.floating-whatsapp-btn { position: fixed; right: 22px; bottom: 22px; z-index: 45; display: inline-flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 999px; color: #ecfcff; text-decoration: none; font-weight: 700; letter-spacing: 0.01em; background: radial-gradient(circle at 20% 20%, rgba(25,207,245,0.28), transparent 42%), linear-gradient(135deg, rgba(7,12,20,0.96), rgba(7,42,58,0.94)); border: 1px solid rgba(25,207,245,0.52); box-shadow: 0 16px 38px rgba(4,12,24,0.42), 0 0 26px rgba(25,207,245,0.16); backdrop-filter: blur(12px); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.floating-whatsapp-btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 0%, rgba(25,207,245,0.18) 35%, rgba(25,207,245,0.36) 50%, transparent 70%); transform: translateX(-140%); animation: whatsShine 4.4s ease-in-out infinite; }
.floating-whatsapp-btn:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 18px 44px rgba(4,12,24,0.52), 0 0 36px rgba(25,207,245,0.24); }
.floating-whatsapp-icon, .floating-whatsapp-text { position: relative; z-index: 1; }
.floating-whatsapp-icon { width: 31px; height: 31px; border-radius: 50%; display: inline-grid; place-items: center; color: #19CFF5; background: rgba(25,207,245,0.10); border: 1px solid rgba(25,207,245,0.34); box-shadow: inset 0 0 16px rgba(25,207,245,0.08); }
.floating-whatsapp-icon svg { width: 19px; height: 19px; }
@keyframes whatsShine { 0%, 55% { transform: translateX(-140%); opacity: 0; } 65% { opacity: 1; } 100% { transform: translateX(160%); opacity: 0; } }

.transfer-overlay { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 50% 40%, rgba(25,207,245,0.13), transparent 45%), linear-gradient(145deg, rgba(7,12,20,0.96), rgba(6,17,29,0.98)); backdrop-filter: blur(16px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.32s ease, visibility 0.32s ease; }
.transfer-overlay.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.transfer-card { width: min(540px, 100%); padding: 34px; text-align: center; border-radius: 26px; color: #eaf6ff; background: linear-gradient(160deg, rgba(10,18,30,0.94), rgba(7,12,20,0.9)); border: 1px solid rgba(25,207,245,0.32); box-shadow: 0 26px 90px rgba(0,0,0,0.45), inset 0 0 24px rgba(25,207,245,0.05); }
.transfer-logo { width: min(220px, 68%); height: auto; object-fit: contain; margin-bottom: 20px; filter: drop-shadow(0 0 16px rgba(25,207,245,0.2)); }
.transfer-card h2 { font-size: clamp(1.6rem, 4vw, 2.4rem); margin: 10px 0; }
.transfer-card p { color: #c1cfe0; }
.transfer-card small { display: block; margin-top: 12px; color: rgba(193,207,224,0.68); }
.transfer-progress { margin-top: 22px; height: 8px; border-radius: 999px; overflow: hidden; background: rgba(193,207,224,0.12); border: 1px solid rgba(25,207,245,0.18); }
.transfer-progress span { display: block; height: 100%; width: 42%; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--blue-glow), #8ce7fa); box-shadow: 0 0 18px rgba(25,207,245,0.55); animation: transferLoad 1.45s ease-in-out infinite; }
@keyframes transferLoad { 0% { transform: translateX(-120%); } 100% { transform: translateX(260%); } }

.access-modal { position: fixed; inset: 0; z-index: 95; display: grid; place-items: center; padding: 22px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 0.25s ease, visibility 0.25s ease; }
.access-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.access-modal-backdrop { position: absolute; inset: 0; background: rgba(4,8,14,0.76); backdrop-filter: blur(12px); }
.access-modal-card { position: relative; z-index: 1; width: min(520px, 100%); padding: 30px; border-radius: 24px; color: #eaf6ff; background: linear-gradient(160deg, rgba(11,17,29,0.96), rgba(7,12,20,0.94)); border: 1px solid rgba(25,207,245,0.28); box-shadow: 0 24px 80px rgba(0,0,0,0.42), inset 0 0 24px rgba(25,207,245,0.05); }
.access-modal-card h2 { margin: 8px 0 10px; font-size: clamp(1.5rem, 3.5vw, 2rem); }
.access-modal-card p { color: #c1cfe0; margin-bottom: 18px; }
.access-modal-close { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 1px solid rgba(193,207,224,0.18); border-radius: 50%; color: #ecfcff; background: rgba(255,255,255,0.04); cursor: pointer; font-size: 1.5rem; line-height: 1; }
.access-form { display: grid; gap: 13px; }
.access-form label { display: grid; gap: 7px; }
.access-form label span { color: #eaf6ff; font-weight: 700; font-size: 0.88rem; }
.access-form input { width: 100%; border: 1px solid rgba(193,207,224,0.18); border-radius: 14px; color: #eaf6ff; background: rgba(255,255,255,0.04); padding: 13px 14px; outline: none; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.access-form input:focus { border-color: rgba(25,207,245,0.58); box-shadow: 0 0 0 4px rgba(25,207,245,0.08); }
.access-form .btn { margin-top: 6px; border: 0; cursor: pointer; justify-content: center; }

@media (max-width: 960px) { #nav .nav-tech-btn { width: 100%; justify-content: center; } .ecosystem-inline-note { align-items: flex-start; border-radius: 18px; } }
@media (max-width: 640px) { .ecosystem-inline-note { display: grid; gap: 9px; } .contact-map-card, .contact-map-card iframe { min-height: 330px; } .floating-whatsapp-btn { right: 14px; bottom: 14px; padding: 11px 13px; } .floating-whatsapp-text { display: none; } .floating-whatsapp-icon { width: 34px; height: 34px; } .access-modal-card, .transfer-card { padding: 24px; } }


/* === ST4 V15 - correções cabeçalho, ecossistema e modal === */
#nav .nav-btn:not(.nav-tech-btn) {
  padding: 10px 18px;
  border-radius: 10px;
  background: rgba(9,168,201,0.24);
  border: 1px solid rgba(25,207,245,0.35);
}

#nav .nav-tech-btn {
  min-width: 62px;
  justify-content: center;
  padding: 10px 15px;
  margin-left: 2px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

#nav .nav-tech-btn .nav-tech-text {
  font-family: 'Exo 2', sans-serif;
}

.ecosystem-inline-note,
.ecosystem-note,
.services-hub-note,
.ecosystem-hub-note,
.st4-hub-note {
  display: none !important;
}

.access-modal,
.transfer-overlay {
  font-family: 'Inter', sans-serif;
}

.access-modal .btn,
.access-modal button,
.js-open-access-modal {
  font-family: inherit;
}

.js-open-access-modal {
  cursor: pointer;
}


/* === ST4 V16 - refinamento do botão STS === */
#nav .nav-tech-btn {
  margin-left: 18px;
  min-width: 88px;
  padding: 10px 16px;
  border-radius: 14px;
  justify-content: center;
  gap: 7px;
  color: #ecfcff;
  font-weight: 800;
  letter-spacing: 0.10em;
  background:
    radial-gradient(circle at 20% 20%, rgba(25,207,245,0.16), transparent 42%),
    linear-gradient(135deg, rgba(6,16,28,0.96), rgba(8,34,50,0.92));
  border: 1px solid rgba(25,207,245,0.55);
  box-shadow: 0 10px 26px rgba(4,12,24,0.24), inset 0 0 16px rgba(25,207,245,0.06);
}

#nav .nav-tech-btn .nav-tech-text {
  font-family: 'Exo 2', sans-serif;
  font-size: 0.98rem;
}

#nav .nav-tech-btn .nav-tech-arrow {
  font-size: 0.9rem;
  opacity: 0.9;
}

#nav .nav-tech-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(4,12,24,0.34), 0 0 24px rgba(25,207,245,0.15), inset 0 0 18px rgba(25,207,245,0.08);
}

@media (max-width: 960px) {
  #nav .nav-tech-btn {
    margin-left: 0;
    min-width: 100%;
  }
}

/* === ST4 V17 - segurança visual modal/transferência === */
.transfer-overlay,
.access-modal {
  z-index: 9999;
}
.access-modal-card {
  max-height: calc(100vh - 44px);
  overflow: auto;
}


/* === ST4 V18 - manifesto, cookie banner ST4 e transferência refinada === */

/* Centralização visual da marca na tela de transferência */
.transfer-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.transfer-logo {
  display: block;
  margin: 0 auto 22px !important;
  width: min(250px, 72%) !important;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: translateX(22px);
}

/* Prévia do manifesto rodando atrás do play */
.manifesto-video {
  border: 1px solid rgba(25,207,245,0.18);
  box-shadow: 0 26px 62px rgba(7,12,20,0.18), 0 0 0 1px rgba(25,207,245,0.10), 0 0 36px rgba(25,207,245,0.08);
}

.manifesto-player {
  background: #070c14;
  object-fit: cover;
}

.manifesto-mask {
  background:
    radial-gradient(circle at 50% 50%, rgba(25,207,245,0.22), transparent 26%),
    linear-gradient(180deg, rgba(7,12,20,0.16), rgba(7,12,20,0.42));
}

.manifesto-mask::after {
  content: "Assistir com áudio";
  position: absolute;
  left: 50%;
  top: calc(50% + 58px);
  transform: translateX(-50%);
  color: #ecfcff;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(7,12,20,0.58);
  border: 1px solid rgba(25,207,245,0.34);
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
}

.manifesto-video.is-highlighted {
  animation: manifestoHighlight 1.4s ease-in-out 2;
}

@keyframes manifestoHighlight {
  0%, 100% { box-shadow: 0 26px 62px rgba(7,12,20,0.18), 0 0 0 1px rgba(25,207,245,0.10), 0 0 36px rgba(25,207,245,0.08); }
  50% { box-shadow: 0 30px 72px rgba(7,12,20,0.24), 0 0 0 1px rgba(25,207,245,0.5), 0 0 48px rgba(25,207,245,0.32); }
}

/* Chamada fixa para assistir ao manifesto no site inteiro */
.floating-manifesto-btn {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 46;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 999px;
  color: #ecfcff;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.01em;
  background:
    radial-gradient(circle at 20% 20%, rgba(25,207,245,0.24), transparent 42%),
    linear-gradient(135deg, rgba(7,12,20,0.96), rgba(7,42,58,0.94));
  border: 1px solid rgba(25,207,245,0.52);
  box-shadow: 0 16px 38px rgba(4,12,24,0.42), 0 0 26px rgba(25,207,245,0.16);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-manifesto-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(25,207,245,0.18) 35%, rgba(25,207,245,0.36) 50%, transparent 70%);
  transform: translateX(-140%);
  animation: manifestoCtaShine 4.2s ease-in-out infinite;
}

.floating-manifesto-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 18px 44px rgba(4,12,24,0.52), 0 0 36px rgba(25,207,245,0.24);
}

.floating-manifesto-icon,
.floating-manifesto-text {
  position: relative;
  z-index: 1;
}

.floating-manifesto-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #071018;
  background: linear-gradient(135deg, var(--blue), var(--blue-glow));
  box-shadow: 0 0 18px rgba(25,207,245,0.32);
  font-size: 0.76rem;
  padding-left: 2px;
  animation: manifestoCtaPulse 2s ease-in-out infinite;
}

@keyframes manifestoCtaShine {
  0%, 55% { transform: translateX(-140%); opacity: 0; }
  65% { opacity: 1; }
  100% { transform: translateX(160%); opacity: 0; }
}

@keyframes manifestoCtaPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

/* Cookie banner com cara ST4: aplicado via JS quando o banner aparece */
.st4-cookie-panel {
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(25,207,245,0.14), transparent 36%),
    linear-gradient(145deg, rgba(9,16,29,0.96), rgba(7,12,20,0.94)) !important;
  color: #eaf6ff !important;
  border: 1px solid rgba(25,207,245,0.28) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,0.38), inset 0 0 24px rgba(25,207,245,0.05) !important;
  backdrop-filter: blur(14px) !important;
  overflow: hidden !important;
}

.st4-cookie-panel::before {
  content: "ST4";
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(25,207,245,0.18);
  font-family: 'Exo 2', sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  pointer-events: none;
}

.st4-cookie-panel * {
  color: inherit;
}

.st4-cookie-panel h1,
.st4-cookie-panel h2,
.st4-cookie-panel h3,
.st4-cookie-panel strong {
  color: #ecfcff !important;
}

.st4-cookie-panel p,
.st4-cookie-panel span,
.st4-cookie-panel div {
  color: #c1cfe0 !important;
}

.st4-cookie-panel a {
  color: var(--blue-glow) !important;
  font-weight: 800 !important;
}

.st4-cookie-panel button,
.st4-cookie-panel [role="button"] {
  border-radius: 12px !important;
  border: 1px solid rgba(25,207,245,0.36) !important;
  color: #ecfcff !important;
  font-weight: 800 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease !important;
}

.st4-cookie-panel button:hover,
.st4-cookie-panel [role="button"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(9,168,201,0.22) !important;
}

.st4-cookie-primary {
  background: linear-gradient(135deg, var(--blue), var(--blue-glow)) !important;
  border-color: rgba(25,207,245,0.72) !important;
}

.st4-cookie-secondary {
  background: rgba(255,255,255,0.04) !important;
}

.st4-cookie-ghost {
  background: transparent !important;
  border-color: transparent !important;
  color: #8ce7fa !important;
}

@media (max-width: 640px) {
  .transfer-logo {
    transform: translateX(12px);
    width: min(220px, 78%) !important;
  }

  .floating-manifesto-btn {
    left: 14px;
    bottom: 14px;
    padding: 11px 13px;
  }

  .floating-manifesto-text {
    display: none;
  }

  .floating-manifesto-icon {
    width: 34px;
    height: 34px;
  }

  .manifesto-mask::after {
    top: calc(50% + 50px);
    font-size: 0.72rem;
    padding: 8px 11px;
  }
}


/* === ST4 V19 - manifesto sem botão fixo e prévia visível === */

/* Desativa o comportamento antigo fixo para não cobrir nenhuma seção */
.floating-manifesto-btn {
  position: static !important;
}

/* Chamada do manifesto agora anda com a página, sem cobrir o Fale Conosco */
.manifesto-runner-wrap {
  position: relative;
  z-index: 5;
  margin: -34px auto 0;
  width: min(980px, calc(100% - 48px));
  display: flex;
  justify-content: center;
}

.manifesto-runner-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 13px 18px;
  border-radius: 999px;
  color: #ecfcff;
  text-decoration: none;
  font-weight: 800;
  background:
    radial-gradient(circle at 20% 20%, rgba(25,207,245,0.25), transparent 42%),
    linear-gradient(135deg, rgba(7,12,20,0.96), rgba(7,42,58,0.94));
  border: 1px solid rgba(25,207,245,0.52);
  box-shadow: 0 18px 44px rgba(4,12,24,0.34), 0 0 26px rgba(25,207,245,0.14);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.manifesto-runner-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(25,207,245,0.18) 35%, rgba(25,207,245,0.36) 50%, transparent 70%);
  transform: translateX(-140%);
  animation: manifestoRunnerShine 4.2s ease-in-out infinite;
}

.manifesto-runner-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(4,12,24,0.42), 0 0 36px rgba(25,207,245,0.22);
}

.manifesto-runner-icon,
.manifesto-runner-text,
.manifesto-runner-btn small {
  position: relative;
  z-index: 1;
}

.manifesto-runner-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #071018;
  background: linear-gradient(135deg, var(--blue), var(--blue-glow));
  box-shadow: 0 0 18px rgba(25,207,245,0.32);
  font-size: 0.76rem;
  padding-left: 2px;
  animation: manifestoRunnerPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

.manifesto-runner-btn small {
  color: rgba(193,207,224,0.82);
  font-weight: 700;
  letter-spacing: 0.01em;
}

@keyframes manifestoRunnerShine {
  0%, 55% { transform: translateX(-140%); opacity: 0; }
  65% { opacity: 1; }
  100% { transform: translateX(160%); opacity: 0; }
}

@keyframes manifestoRunnerPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

/* A máscara não tampa mais a prévia do vídeo; ela só segura o botão de play */
.manifesto-mask {
  background:
    radial-gradient(circle at 50% 50%, rgba(25,207,245,0.16), transparent 24%),
    linear-gradient(180deg, rgba(7,12,20,0.03), rgba(7,12,20,0.16)) !important;
}

.manifesto-player.is-previewing {
  filter: saturate(1.08) contrast(1.03);
}

.manifesto-play {
  transform: translateZ(0);
}

@media (max-width: 720px) {
  .manifesto-runner-wrap {
    margin: 18px auto 0;
    width: calc(100% - 32px);
  }

  .manifesto-runner-btn {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 18px;
    text-align: center;
  }

  .manifesto-runner-btn small {
    width: 100%;
    font-size: 0.74rem;
  }
}


/* === ST4 V20 - manifesto sem dividir seções + botão cookies tech === */

/* O botão do manifesto agora fica dentro do hero, não entre as seções */
#hero {
  position: relative;
}

.manifesto-runner-wrap {
  position: absolute !important;
  left: 50%;
  bottom: 28px;
  z-index: 7;
  width: min(760px, calc(100% - 48px));
  margin: 0 !important;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.manifesto-runner-btn {
  pointer-events: auto;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 13px 18px;
  border-radius: 999px;
  color: #ecfcff;
  text-decoration: none;
  font-weight: 800;
  background:
    radial-gradient(circle at 20% 20%, rgba(25,207,245,0.25), transparent 42%),
    linear-gradient(135deg, rgba(7,12,20,0.86), rgba(7,42,58,0.86));
  border: 1px solid rgba(25,207,245,0.52);
  box-shadow: 0 18px 44px rgba(4,12,24,0.34), 0 0 26px rgba(25,207,245,0.14);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.manifesto-runner-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(25,207,245,0.18) 35%, rgba(25,207,245,0.36) 50%, transparent 70%);
  transform: translateX(-140%);
  animation: manifestoRunnerShine 4.2s ease-in-out infinite;
}

.manifesto-runner-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(4,12,24,0.42), 0 0 36px rgba(25,207,245,0.22);
}

.manifesto-runner-icon,
.manifesto-runner-text,
.manifesto-runner-btn small {
  position: relative;
  z-index: 1;
}

.manifesto-runner-icon {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: #071018;
  background: linear-gradient(135deg, var(--blue), var(--blue-glow));
  box-shadow: 0 0 18px rgba(25,207,245,0.32);
  font-size: 0.76rem;
  padding-left: 2px;
  animation: manifestoRunnerPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

.manifesto-runner-btn small {
  color: rgba(193,207,224,0.82);
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 720px) {
  .manifesto-runner-wrap {
    bottom: 18px;
    width: calc(100% - 32px);
  }

  .manifesto-runner-btn {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 18px;
    text-align: center;
    padding: 12px 14px;
  }

  .manifesto-runner-btn small {
    width: 100%;
    font-size: 0.74rem;
  }
}

/* Botão flutuante de cookies / privacidade com pegada ST4 */
.st4-cookie-floating,
#dpoeasy-banner button,
#dpoeasy-banner [role="button"],
#dpoeasy-banner a[aria-label*="cookie" i],
#dpoeasy-banner a[title*="cookie" i],
#dpoeasy-banner button[aria-label*="cookie" i],
#dpoeasy-banner button[title*="cookie" i] {
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 32% 24%, rgba(25,207,245,0.42), transparent 42%),
    linear-gradient(135deg, rgba(7,12,20,0.98), rgba(7,44,62,0.96)) !important;
  color: #19cff5 !important;
  border: 1px solid rgba(25,207,245,0.58) !important;
  box-shadow: 0 12px 28px rgba(4,12,24,0.34), 0 0 24px rgba(25,207,245,0.20), inset 0 0 16px rgba(25,207,245,0.10) !important;
  backdrop-filter: blur(12px) !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}

.st4-cookie-floating:hover,
#dpoeasy-banner button:hover,
#dpoeasy-banner [role="button"]:hover {
  transform: translateY(-3px) scale(1.04) !important;
  border-color: rgba(25,207,245,0.82) !important;
  box-shadow: 0 16px 36px rgba(4,12,24,0.42), 0 0 34px rgba(25,207,245,0.28), inset 0 0 18px rgba(25,207,245,0.14) !important;
}

.st4-cookie-floating::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  border: 1px solid rgba(25,207,245,0.22);
  animation: st4CookiePulse 2.1s ease-in-out infinite;
  pointer-events: none;
}

@keyframes st4CookiePulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.18); opacity: 0; }
}


/* === ST4 V21 - mobile + formulário confiável + cookie tech === */

/* Ajustes gerais para smartphone */
@media (max-width: 760px) {
  #header {
    background: rgba(10, 18, 30, 0.72);
  }

  .header-inner {
    min-height: 76px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  #header .logo-img {
    width: 185px !important;
    max-width: 54vw !important;
    height: auto !important;
    object-fit: contain !important;
  }

  .hamburger {
    width: 42px !important;
    height: 42px !important;
    flex-shrink: 0 !important;
  }

  .hamburger span {
    width: 28px !important;
    height: 3px !important;
    border-radius: 999px !important;
  }

  #hero {
    min-height: auto !important;
    padding: 128px 0 64px !important;
  }

  .hero-content {
    max-width: 100% !important;
  }

  .hero-tag {
    max-width: calc(100vw - 48px);
    white-space: normal;
    line-height: 1.35;
    font-size: 0.86rem;
    padding: 8px 13px;
  }

  #hero h1 {
    font-size: clamp(2.25rem, 10.3vw, 3.25rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.03em;
  }

  .hero-line-2 {
    margin-top: 8px !important;
  }

  #hero p {
    font-size: 1.03rem !important;
    line-height: 1.62 !important;
    padding: 0 4px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 26px !important;
    gap: 14px !important;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 15px 20px;
    border-radius: 17px;
  }

  .hero-proof {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-top: 24px !important;
  }

  .hero-proof span {
    width: 100%;
    justify-content: center;
    padding: 12px 14px;
    font-size: 0.95rem;
  }

  /* O botão manifesto fica no fluxo do hero no celular, sem colar na barra do navegador */
  .manifesto-runner-wrap {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: 100% !important;
    margin: 24px auto 0 !important;
    padding: 0 16px;
    pointer-events: none;
  }

  .manifesto-runner-btn {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 18px;
    padding: 13px 15px;
    text-align: center;
  }

  .manifesto-runner-text {
    font-size: 0.98rem;
  }

  .manifesto-runner-btn small {
    width: 100%;
    font-size: 0.74rem;
    line-height: 1.35;
  }

  #about,
  #metrics,
  #services,
  #manifesto,
  #contact {
    scroll-margin-top: 86px;
  }

  .section-head h2,
  .about-text-block h2,
  .contact-info h2,
  .manifesto-wrap h2 {
    font-size: clamp(1.75rem, 8vw, 2.35rem) !important;
    line-height: 1.16 !important;
  }

  .services-grid,
  .metrics-grid {
    gap: 14px !important;
  }

  .service-card {
    padding: 24px 20px !important;
    border-radius: 18px !important;
  }

  .floating-whatsapp-btn {
    right: 16px !important;
    bottom: 18px !important;
    padding: 11px !important;
    border-radius: 999px !important;
  }

  .floating-whatsapp-text {
    display: none !important;
  }
}

@media (max-width: 420px) {
  #header .logo-img {
    width: 170px !important;
    max-width: 52vw !important;
  }

  #hero h1 {
    font-size: clamp(2.05rem, 10vw, 2.75rem) !important;
  }

  #hero p {
    font-size: 0.98rem !important;
  }
}

/* Formulário mais confiável/profissional */
.access-form {
  position: relative;
}

.access-trust-note {
  margin: 10px 0 0 !important;
  padding: 11px 13px;
  border-radius: 14px;
  color: #cde7f5 !important;
  font-size: 0.82rem;
  line-height: 1.45;
  background: rgba(25,207,245,0.07);
  border: 1px solid rgba(25,207,245,0.18);
}

.access-form-feedback {
  min-height: 18px;
  margin: 8px 0 0 !important;
  color: var(--blue-glow) !important;
  font-weight: 700;
  font-size: 0.86rem;
}

/* Botão flutuante de cookies: visual tecnológico ST4 */
.st4-cookie-floating,
#dpoeasy-banner button.st4-cookie-floating,
#dpoeasy-banner a.st4-cookie-floating,
#dpoeasy-banner [role="button"].st4-cookie-floating {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  min-height: 56px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  background:
    radial-gradient(circle at 35% 28%, rgba(25,207,245,0.46), transparent 38%),
    linear-gradient(145deg, rgba(7,12,20,0.98), rgba(5,45,62,0.97)) !important;
  color: #19cff5 !important;
  border: 1px solid rgba(25,207,245,0.68) !important;
  box-shadow:
    0 14px 30px rgba(4,12,24,0.42),
    0 0 28px rgba(25,207,245,0.25),
    inset 0 0 18px rgba(25,207,245,0.12) !important;
  backdrop-filter: blur(12px) !important;
  overflow: visible !important;
}

.st4-cookie-floating::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  border: 1px solid rgba(25,207,245,0.42);
  box-shadow: inset 0 0 12px rgba(25,207,245,0.14);
  pointer-events: none;
}

.st4-cookie-floating::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 1px solid rgba(25,207,245,0.24);
  animation: st4CookieTechPulse 2.2s ease-in-out infinite;
  pointer-events: none;
}

.st4-cookie-floating svg,
.st4-cookie-floating img {
  width: 27px !important;
  height: 27px !important;
  filter: drop-shadow(0 0 8px rgba(25,207,245,0.55)) !important;
}

.st4-cookie-floating:hover {
  transform: translateY(-3px) scale(1.05) !important;
  box-shadow:
    0 18px 38px rgba(4,12,24,0.48),
    0 0 38px rgba(25,207,245,0.34),
    inset 0 0 20px rgba(25,207,245,0.16) !important;
}

@keyframes st4CookieTechPulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.22); opacity: 0; }
}
