/* ==================================================
   RESET GLOBAL
================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  --flow-pink: #ff4ebf;
  --flow-violet: #a66bff;
  --flow-emerald: #33d694;
  --flow-cyan: #2fd8c4;
}

body {
  background: #f5f7fb;
  color: #1e293b;
  cursor: url("../utils/Pointer.png") 6 6, auto; /* hotspot na ponta (ajusta) */
}

/* ==================================================
   CURSOR (RING)
================================================== */
.mc-ring {
  width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;

  background: transparent !important;
  border: 3px solid transparent !important;

  border-image: linear-gradient(90deg, #F91D2E, #E25FFA) 1 !important;

  box-shadow:
    0 0 10px rgba(249, 29, 46, 0.35),
    0 0 18px rgba(226, 95, 250, 0.25) !important;

  pointer-events: none !important;
}

/* ==================================================
   ANIMAÇÃO DE SCROLL
================================================== */
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ==================================================
   UTILITÁRIOS
================================================== */
.container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.btn {
  background: #2563eb;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
}

/* ==================================================
   CABEÇALHO
================================================== */
.header-institutional {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: linear-gradient(180deg, #05050a, #020207);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

/* Logo */
.logo {
  font-family: "Special Gothic Expanded One", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
}

.logo span {
  background: linear-gradient(90deg, #F91D2E, #E25FFA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Navegação */
.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-menu a {
  color: #cbd5f5;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.nav-menu a:hover {
  color: #fff;
}

.btn-nav {
  background: linear-gradient(90deg, #F91D2E, #E25FFA);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 999px;
}

/* (Opcional / futuro) item como botão */
.service-item {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: #cbd5f5;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.service-link {
  display: block;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: #cbd5f5;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.service-link:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

/* ==================================================
   DROPDOWN
================================================== */
.dropdown {
  position: absolute;
}

.dropdown-btn {
  background: none;
  border: none;
  color: #cbd5f5;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
}

.dropdown-content {
  position: absolute;
  top: 140%;
  left: 0;
  min-width: 240px;
  background: #0a0a15;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  padding: 14px 0;

  opacity: 0;
  pointer-events: none;
  transform: translateY(-12px);
  transition:
    opacity 0.2s ease,
    transform 0.28s cubic-bezier(0.2, 0.9, 0.2, 1);
}

.dropdown-content a {
  display: block;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: #cbd5f5;
}

.dropdown-content a:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.dropdown.open .dropdown-content {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}

/* Mobile Toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/* ==================================================
   HERO
================================================== */
.hero-institutional {
  position: relative;
  min-height: 100vh;
  background:
    radial-gradient(1200px 560px at 82% -5%, rgba(206, 76, 255, 0.22), transparent 62%),
    radial-gradient(940px 520px at 0% 100%, rgba(249, 29, 46, 0.22), transparent 66%),
    linear-gradient(180deg, #03040a 0%, #050712 100%);
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-institutional::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  pointer-events: none;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(9, 6, 26, 0), rgba(32, 9, 44, 0.66) 58%, rgba(23, 8, 35, 0.94) 100%),
    radial-gradient(580px 180px at 20% 100%, rgba(255, 78, 191, 0.28), transparent 74%),
    radial-gradient(580px 180px at 80% 100%, rgba(166, 107, 255, 0.26), transparent 74%);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(249, 29, 46, 0.08), transparent 38%),
    linear-gradient(250deg, rgba(226, 95, 250, 0.08), transparent 46%);
  opacity: 1;
  pointer-events: none;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 8px 16px;
  font-size: 0.73rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: linear-gradient(90deg, #F91D2E, #E25FFA);
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(226, 95, 250, 0.28);
}

.hero-text h1 {
  font-size: clamp(2.35rem, 5vw, 4.55rem);
  line-height: 1.05;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
  text-wrap: balance;
}

.highlight-red {
  background: linear-gradient(90deg, #F91D2E, #E25FFA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-description {
  font-size: 1.11rem;
  color: #d0d7f0;
  max-width: 620px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.hero-proof {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  max-width: 620px;
  margin-bottom: 28px;
}

.hero-proof li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  color: #e3e8f9;
}

.hero-proof li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--flow-pink), var(--flow-violet));
  box-shadow: 0 0 14px rgba(226, 95, 250, 0.7);
}

.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.hero-footnote {
  font-size: 0.94rem;
  color: #aeb8dc;
  max-width: 560px;
}

.btn-primary {
  background: #F91D2E;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(249, 29, 46, 0.4);
}

.btn-secondary {
  border: 2px solid #E25FFA;
  color: #E25FFA;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(226, 95, 250, 0.2);
}

.hero-visual {
  display: grid;
  gap: 20px;
}

.hero-orbit {
  position: relative;
  width: min(470px, 100%);
  aspect-ratio: 1 / 1;
  margin-left: auto;
  display: grid;
  place-items: center;
}

.hero-ring {
  position: absolute;
  border: 1px solid rgba(215, 122, 255, 0.34);
  border-radius: 50%;
  pointer-events: none;
}

.hero-ring--one {
  inset: 4%;
  box-shadow: inset 0 0 22px rgba(226, 95, 250, 0.22), 0 0 24px rgba(226, 95, 250, 0.22);
  animation: hero-orbit-spin 14s linear infinite;
}

.hero-ring--two {
  inset: 16%;
  border-style: dashed;
  border-color: rgba(249, 69, 149, 0.4);
  animation: hero-orbit-spin 18s linear infinite reverse;
}

.hero-core {
  position: relative;
  z-index: 2;
  width: 52%;
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.33), rgba(255, 255, 255, 0.04) 40%, rgba(0, 0, 0, 0) 72%),
    radial-gradient(circle, rgba(245, 78, 194, 0.48), rgba(100, 37, 170, 0.28) 64%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 0 0 8px rgba(210, 101, 255, 0.08),
    0 24px 70px rgba(166, 83, 255, 0.44),
    inset 0 0 52px rgba(255, 255, 255, 0.14);
  animation: hero-core-pulse 3.6s ease-in-out infinite;
}

.hero-core img {
  width: 58%;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(217, 98, 255, 0.55));
}

.hero-float {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 12px;
  min-width: 210px;
  background: linear-gradient(180deg, rgba(15, 10, 34, 0.84), rgba(9, 8, 25, 0.88));
  border: 1px solid rgba(226, 95, 250, 0.3);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-float strong {
  font-size: 0.88rem;
  line-height: 1.3;
  color: #f4ecff;
}

.hero-float span {
  font-size: 0.78rem;
  line-height: 1.45;
  color: #cbc3df;
}

.hero-float--top {
  top: 14%;
  left: -6%;
}

.hero-float--bottom {
  right: -2%;
  bottom: 14%;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-metric {
  padding: 12px 12px 11px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(11, 14, 33, 0.84), rgba(7, 9, 23, 0.86));
  border: 1px solid rgba(123, 146, 255, 0.2);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.34);
}

.hero-metric strong {
  display: block;
  font-size: 0.84rem;
  color: #f8f9ff;
  margin-bottom: 4px;
}

.hero-metric span {
  display: block;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #bbc6eb;
}

@keyframes hero-orbit-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes hero-core-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.045); }
}

/* ==================================================
   SEÇÃO DOR
================================================== */
.pain-section {
  position: relative;
  padding: 124px 0 112px;
  min-height: auto;
  background:
    linear-gradient(180deg, rgba(26, 8, 38, 0.76) 0%, rgba(10, 8, 30, 0.78) 36%, rgba(5, 14, 18, 0.88) 100%),
    url("../img/back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.pain-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(460px 300px at 12% 10%, rgba(255, 78, 192, 0.22), transparent 72%),
    radial-gradient(380px 260px at 86% 84%, rgba(255, 40, 170, 0.24), transparent 76%);
  pointer-events: none;
}

.pain-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 168px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 9, 18, 0), rgba(10, 37, 33, 0.68) 60%, rgba(4, 20, 16, 0.94) 100%),
    radial-gradient(560px 190px at 16% 100%, rgba(51, 214, 148, 0.22), transparent 72%),
    radial-gradient(560px 190px at 84% 100%, rgba(47, 216, 196, 0.2), transparent 72%);
}

.pain-section .container {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.pain-section h2 {
  font-size: clamp(2rem, 4.7vw, 4.1rem);
  line-height: 1.08;
  letter-spacing: 0.2px;
  margin-bottom: 18px;
  text-wrap: balance;
}

.highlight-pain {
  background: linear-gradient(90deg, var(--flow-pink), var(--flow-violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pain-subtitle {
  max-width: 780px;
  margin: 0 auto 56px;
  color: #ded9ed;
  font-size: 1.08rem;
  line-height: 1.58;
}

.pain-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.pain-card {
  position: relative;
  background: linear-gradient(180deg, rgba(10, 7, 26, 0.74), rgba(7, 5, 18, 0.86));
  border: 1px solid rgba(255, 102, 212, 0.35);
  border-radius: 22px;
  padding: 30px 28px 32px;
  text-align: left;
  overflow: hidden;
  backdrop-filter: blur(6px);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.pain-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(360px 180px at 14% 10%, rgba(255, 78, 192, 0.22), transparent 72%);
  opacity: 0.9;
  pointer-events: none;
}

.pain-card::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  width: 64%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 78, 192, 0), rgba(255, 78, 192, 0.95), rgba(220, 110, 255, 0.95), rgba(255, 78, 192, 0));
  box-shadow: 0 0 16px rgba(255, 82, 196, 0.72);
  pointer-events: none;
}

.pain-card > * {
  position: relative;
  z-index: 1;
}

.pain-icon {
  width: 78px;
  height: 78px;
  border-radius: 22px;
  margin-bottom: 24px;
  background: linear-gradient(135deg, #ff3f9e, #d868ff);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(238, 89, 223, 0.5);
}

.pain-icon img {
  width: 56%;
  height: 56%;
  object-fit: contain;
  filter: drop-shadow(0 3px 9px rgba(0, 0, 0, 0.28));
}

.pain-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.18rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #f9f5ff;
}

.pain-card p {
  font-size: 1.01rem;
  line-height: 1.55;
  color: #dfdaec;
}

.pain-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 102, 212, 0.58);
  box-shadow:
    0 26px 56px rgba(0, 0, 0, 0.54),
    0 0 44px rgba(238, 89, 223, 0.22);
}

/* ==================================================
   SEÇÃO SOLUÇÃO
================================================== */
.solution-section {
  position: relative;
  padding: 112px 0 106px;
  min-height: auto;
  background:
    radial-gradient(1200px 620px at 8% 8%, rgba(44, 198, 129, 0.2), transparent 68%),
    radial-gradient(980px 520px at 94% 92%, rgba(19, 170, 118, 0.16), transparent 70%),
    linear-gradient(180deg, #070f1b 0%, #051112 44%, #061213 100%);
  color: #fff;
  text-align: left;
  overflow: hidden;
}

.solution-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 148px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(97, 35, 130, 0.42), rgba(7, 25, 22, 0) 80%),
    radial-gradient(520px 170px at 18% 0%, rgba(255, 78, 191, 0.2), transparent 72%),
    radial-gradient(520px 170px at 82% 0%, rgba(47, 216, 196, 0.18), transparent 72%);
}

.solution-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 20, 18, 0), rgba(30, 12, 48, 0.56) 56%, rgba(12, 8, 30, 0.94) 100%),
    radial-gradient(560px 188px at 22% 100%, rgba(166, 107, 255, 0.22), transparent 72%),
    radial-gradient(560px 188px at 78% 100%, rgba(255, 78, 191, 0.2), transparent 72%);
}

.solution-section .container {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.solution-section h2 {
  text-align: center;
  font-size: clamp(2rem, 4.6vw, 4rem);
  line-height: 1.06;
  margin-bottom: 20px;
  text-wrap: balance;
}

.highlight-solution {
  background: linear-gradient(90deg, var(--flow-emerald), var(--flow-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solution-subtitle {
  max-width: 760px;
  margin: 0 auto 54px;
  text-align: center;
  color: #cce8dc;
  font-size: 1.05rem;
  line-height: 1.6;
}

.solution-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.3fr);
  gap: 28px;
  align-items: start;
}

.solution-panel {
  position: relative;
  border-radius: 20px;
  padding: 28px 24px;
  background:
    linear-gradient(180deg, rgba(8, 28, 22, 0.78), rgba(5, 18, 14, 0.88));
  border: 1px solid rgba(79, 229, 165, 0.26);
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.solution-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #d7ffeb;
  background: rgba(56, 220, 151, 0.2);
  border: 1px solid rgba(88, 236, 173, 0.34);
}

.solution-panel h3 {
  font-size: clamp(1.38rem, 2vw, 2.05rem);
  line-height: 1.2;
  margin-bottom: 12px;
  color: #f3fff9;
}

.solution-panel p {
  font-size: 0.99rem;
  line-height: 1.62;
  color: #d0e7dc;
}

.solution-points {
  list-style: none;
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.solution-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #d9f4e8;
  font-size: 0.96rem;
}

.solution-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #3be77f, #18c88a);
  box-shadow: 0 0 14px rgba(59, 231, 127, 0.65);
}

.solution-timeline {
  position: relative;
  display: grid;
  gap: 16px;
  padding-left: 34px;
}

.solution-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(59, 231, 127, 0.25), rgba(59, 231, 127, 0.95), rgba(24, 200, 138, 0.28));
  box-shadow: 0 0 14px rgba(59, 231, 127, 0.32);
}

.solution-step {
  position: relative;
  border-radius: 18px;
  padding: 20px 20px 20px 22px;
  text-align: left;
  background: linear-gradient(180deg, rgba(12, 34, 26, 0.7), rgba(8, 22, 18, 0.84));
  border: 1px solid rgba(77, 219, 157, 0.25);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.solution-step:nth-child(2) {
  margin-left: 24px;
}

.solution-step:nth-child(3) {
  margin-left: 48px;
}

.solution-step-index {
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.68rem;
  font-weight: 800;
  color: #032117;
  background: linear-gradient(135deg, #3be77f, #18c88a);
  box-shadow:
    0 0 0 3px #04110d,
    0 0 14px rgba(59, 231, 127, 0.7);
}

.solution-step h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.95rem);
  line-height: 1.22;
  margin-bottom: 8px;
  color: #f2fff8;
}

.solution-step p {
  font-size: 0.98rem;
  line-height: 1.58;
  color: #cfe8dc;
}

.solution-step:hover {
  transform: translateY(-6px);
  border-color: rgba(86, 231, 170, 0.42);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.42),
    0 0 32px rgba(59, 231, 127, 0.14);
}

.solution-cta {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.btn-solution {
  background: linear-gradient(90deg, var(--flow-emerald), var(--flow-cyan));
  box-shadow: 0 18px 42px rgba(36, 194, 133, 0.34);
}

.btn-solution:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(36, 194, 133, 0.48);
}

/* ==================================================
   SEÇÃO AUTORIDADE
================================================== */
.authority-hub-section {
  position: relative;
  padding: 120px 0 110px;
  min-height: auto;
  background:
    radial-gradient(circle at top left, rgba(249, 29, 46, 0.15), transparent 45%),
    radial-gradient(circle at bottom right, rgba(226, 95, 250, 0.15), transparent 40%),
    linear-gradient(180deg, #090818 0%, #070712 52%, #051116 100%);
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.authority-hub-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 152px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(116, 77, 214, 0.34), rgba(11, 8, 28, 0) 78%),
    radial-gradient(540px 180px at 18% 0%, rgba(166, 107, 255, 0.2), transparent 72%),
    radial-gradient(540px 180px at 82% 0%, rgba(255, 78, 191, 0.18), transparent 72%);
}

.authority-hub-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 170px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 8, 24, 0), rgba(8, 35, 40, 0.62) 60%, rgba(5, 21, 24, 0.92) 100%),
    radial-gradient(560px 190px at 24% 100%, rgba(47, 216, 196, 0.2), transparent 72%),
    radial-gradient(560px 190px at 76% 100%, rgba(166, 107, 255, 0.2), transparent 72%);
}

.authority-shell {
  position: relative;
  z-index: 1;
  max-width: 1320px;
}

.authority-header h2 {
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.05;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  text-wrap: balance;
}

.authority-header p {
  max-width: 760px;
  margin: 0 auto 56px;
  color: #b9bfd8;
  font-size: 1.05rem;
  line-height: 1.6;
}

.highlight-authority {
  background: linear-gradient(90deg, var(--flow-pink), var(--flow-violet));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.authority-center {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 auto 44px;
}

.authority-core {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.05) 32%, rgba(0, 0, 0, 0) 65%),
    radial-gradient(circle, rgba(244, 78, 207, 0.45), rgba(72, 20, 130, 0.26) 55%, rgba(2, 1, 12, 0.04) 100%);
  box-shadow:
    0 0 0 1px rgba(226, 95, 250, 0.15),
    0 20px 70px rgba(181, 87, 255, 0.45),
    inset 0 0 48px rgba(255, 255, 255, 0.16);
}

.authority-core img {
  width: 88px;
  object-fit: contain;
  filter: drop-shadow(0 14px 32px rgba(211, 77, 245, 0.62));
}

.authority-beam {
  width: min(320px, 76vw);
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244, 78, 207, 0.2), rgba(244, 78, 207, 0.92), rgba(156, 102, 255, 0.95), rgba(244, 78, 207, 0.2));
  box-shadow:
    0 0 16px rgba(244, 78, 207, 0.65),
    0 0 40px rgba(164, 101, 255, 0.48);
}

.authority-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  text-align: left;
}

.authority-card {
  position: relative;
  padding: 22px 18px 20px;
  border-radius: 18px;
  border: 1px solid rgba(172, 127, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(13, 10, 32, 0.76), rgba(8, 7, 22, 0.88));
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(8px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.authority-card:hover {
  transform: translateY(-6px);
  border-color: rgba(223, 112, 255, 0.44);
  box-shadow:
    0 26px 42px rgba(0, 0, 0, 0.44),
    0 0 40px rgba(175, 100, 255, 0.24);
}

.authority-badge {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #f44ecf, #9565ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 10px 26px rgba(174, 93, 255, 0.45);
}

.authority-card h3 {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
  color: #f5f3ff;
}

.authority-card p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #c8cbe0;
}

.authority-cta {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.btn-authority {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  background: linear-gradient(90deg, var(--flow-pink), var(--flow-violet));
  border-radius: 10px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 18px 48px rgba(171, 91, 255, 0.46);
}

.btn-authority:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 28px 64px rgba(171, 91, 255, 0.62);
}

/* ==================================================
   CONTATO
================================================== */
.contact-split {
  position: relative;
  padding: 108px 0 96px;
  background:
    radial-gradient(1000px 520px at 12% 8%, rgba(65, 219, 162, 0.2), transparent 66%),
    radial-gradient(940px 500px at 100% 94%, rgba(226, 95, 250, 0.2), transparent 70%),
    linear-gradient(180deg, #030d0d 0%, #041217 100%);
  overflow: hidden;
}

.contact-split::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 156px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(38, 14, 58, 0.36), rgba(5, 24, 29, 0) 80%),
    radial-gradient(520px 170px at 16% 0%, rgba(166, 107, 255, 0.18), transparent 72%),
    radial-gradient(520px 170px at 84% 0%, rgba(47, 216, 196, 0.2), transparent 72%);
}

.contact-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(420px 220px at 10% 12%, rgba(67, 234, 171, 0.18), transparent 72%),
    radial-gradient(420px 220px at 92% 86%, rgba(227, 94, 250, 0.18), transparent 74%);
}

.contact-wrapper {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 30px;
  align-items: stretch;
}

.contact-copy {
  align-self: center;
}

.contact-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 0.74rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #d8fff2;
  background: rgba(50, 219, 158, 0.2);
  border: 1px solid rgba(82, 234, 176, 0.34);
  font-weight: 700;
}

.contact-title {
  font-size: clamp(2.1rem, 4.6vw, 4.1rem);
  line-height: 1.05;
  color: #f3fff9;
  margin-bottom: 14px;
  max-width: 720px;
}

.contact-title span {
  background: linear-gradient(90deg, var(--flow-emerald), var(--flow-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-subtitle {
  max-width: 660px;
  font-size: 1.03rem;
  line-height: 1.65;
  color: #c8dfd8;
  margin-bottom: 24px;
}

.contact-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  color: #e5f5ee;
  border: 1px solid rgba(133, 167, 255, 0.24);
  background: linear-gradient(180deg, rgba(13, 24, 36, 0.78), rgba(8, 14, 25, 0.9));
}

.contact-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 720px;
}

.contact-proof {
  padding: 16px 15px;
  border-radius: 14px;
  border: 1px solid rgba(73, 232, 169, 0.24);
  background: linear-gradient(180deg, rgba(10, 28, 24, 0.72), rgba(8, 21, 17, 0.84));
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 6px;
}

.contact-proof strong {
  font-size: 0.96rem;
  color: #e9fff6;
}

.contact-proof span {
  font-size: 0.87rem;
  line-height: 1.5;
  color: #c3ddd2;
}

.contact-panel {
  border-radius: 22px;
  padding: 24px;
  border: 1px solid rgba(217, 234, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(9, 18, 34, 0.88), rgba(8, 12, 24, 0.9));
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.contact-panel-header {
  margin-bottom: 18px;
}

.contact-panel-header h3 {
  font-size: clamp(1.45rem, 2.1vw, 2.15rem);
  line-height: 1.2;
  color: #f5f8ff;
  margin-bottom: 8px;
}

.contact-panel-header p {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #bfcceb;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-field {
  display: grid;
  gap: 6px;
}

.contact-field label {
  font-size: 0.83rem;
  color: #dbe7ff;
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Inputs */
.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(143, 170, 255, 0.28);
  background: linear-gradient(180deg, rgba(18, 27, 49, 0.75), rgba(13, 20, 39, 0.88));
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 0.95rem;
  color: #f2f6ff;
  outline: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #95a5cf;
}

.contact-field input:focus,
.contact-field textarea:focus {
  border-color: rgba(117, 247, 187, 0.74);
  box-shadow:
    0 0 0 3px rgba(67, 228, 169, 0.22),
    0 10px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-1px);
}

.contact-field textarea {
  min-height: 118px;
  resize: vertical;
}

/* CTA */
.cta-button {
  width: 100%;
  padding: 15px 16px;
  font-size: 0.98rem;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--flow-emerald), var(--flow-cyan), #34e88d);
  color: #042317;
  box-shadow:
    0 16px 34px rgba(35, 204, 137, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 24px 40px rgba(35, 204, 137, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.54);
}

.contact-submit:active {
  transform: translateY(0);
}

.cta-microcopy {
  display: block;
  text-align: center;
  margin-top: 2px;
  font-size: 0.77rem;
  color: #93a6d6;
  line-height: 1.45;
}

.contact-panel-header h3,
.cta-button,
.contact-title {
  text-wrap: balance;
}

/* ==================================================
   BOTÃO WHATSAPP
================================================== */
.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  background: #22c55e;
  color: #022c22;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 15px 40px rgba(34, 197, 94, 0.45);
  transition: transform 0.25s ease;
  z-index: 999;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* ==================================================
   TEMA CLARO (HOME)
================================================== */
body.theme-light .hero-institutional {
  background:
    radial-gradient(1200px 560px at 82% -5%, rgba(214, 137, 255, 0.2), transparent 62%),
    radial-gradient(940px 520px at 0% 100%, rgba(249, 29, 46, 0.14), transparent 66%),
    linear-gradient(180deg, #f6f9ff 0%, #edf4ff 100%);
  color: #172844;
}

body.theme-light .hero-institutional::after {
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0), rgba(238, 246, 255, 0.84) 60%, rgba(227, 238, 255, 0.96) 100%),
    radial-gradient(580px 180px at 20% 100%, rgba(255, 78, 191, 0.16), transparent 74%),
    radial-gradient(580px 180px at 80% 100%, rgba(166, 107, 255, 0.14), transparent 74%);
}

body.theme-light .hero-bg {
  background:
    linear-gradient(110deg, rgba(249, 29, 46, 0.06), transparent 38%),
    linear-gradient(250deg, rgba(226, 95, 250, 0.06), transparent 46%);
}

body.theme-light .hero-description,
body.theme-light .hero-footnote {
  color: #4d6285;
}

body.theme-light .hero-proof li {
  color: #324766;
}

body.theme-light .btn-secondary {
  color: #a83ad7;
  border-color: #c15ff0;
  box-shadow: inset 0 0 0 1px rgba(193, 95, 240, 0.22);
}

body.theme-light .hero-float {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.95));
  border-color: rgba(137, 158, 212, 0.34);
  box-shadow:
    0 16px 34px rgba(56, 82, 136, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.theme-light .hero-float strong {
  color: #22395a;
}

body.theme-light .hero-float span {
  color: #516889;
}

body.theme-light .hero-metric {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(241, 248, 255, 0.94));
  border-color: rgba(122, 145, 201, 0.3);
  box-shadow: 0 10px 22px rgba(52, 75, 122, 0.15);
}

body.theme-light .hero-metric strong {
  color: #1f3555;
}

body.theme-light .hero-metric span {
  color: #506886;
}

body.theme-light .pain-section {
  background:
    linear-gradient(180deg, rgba(255, 245, 252, 0.92) 0%, rgba(247, 239, 255, 0.94) 36%, rgba(236, 245, 252, 0.96) 100%),
    url("../img/back.png");
  color: #1e3150;
}

body.theme-light .pain-section::before {
  background:
    radial-gradient(460px 300px at 12% 10%, rgba(255, 78, 192, 0.13), transparent 72%),
    radial-gradient(380px 260px at 86% 84%, rgba(255, 40, 170, 0.12), transparent 76%);
}

body.theme-light .pain-section::after {
  background:
    linear-gradient(180deg, rgba(250, 252, 255, 0), rgba(229, 243, 241, 0.72) 60%, rgba(223, 238, 235, 0.94) 100%),
    radial-gradient(560px 190px at 16% 100%, rgba(51, 214, 148, 0.14), transparent 72%),
    radial-gradient(560px 190px at 84% 100%, rgba(47, 216, 196, 0.14), transparent 72%);
}

body.theme-light .pain-subtitle {
  color: #5b6f8d;
}

body.theme-light .pain-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 242, 255, 0.96));
  border-color: rgba(218, 126, 207, 0.34);
  box-shadow:
    0 18px 46px rgba(72, 52, 97, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

body.theme-light .pain-card h3 {
  color: #2d2f59;
}

body.theme-light .pain-card p {
  color: #5c5c7a;
}

body.theme-light .solution-section {
  background:
    radial-gradient(1200px 620px at 8% 8%, rgba(44, 198, 129, 0.14), transparent 68%),
    radial-gradient(980px 520px at 94% 92%, rgba(19, 170, 118, 0.12), transparent 70%),
    linear-gradient(180deg, #f2fbf8 0%, #eefaf7 44%, #edf9f7 100%);
  color: #153a34;
}

body.theme-light .solution-section::before {
  background:
    linear-gradient(180deg, rgba(97, 35, 130, 0.14), rgba(7, 25, 22, 0) 80%),
    radial-gradient(520px 170px at 18% 0%, rgba(255, 78, 191, 0.1), transparent 72%),
    radial-gradient(520px 170px at 82% 0%, rgba(47, 216, 196, 0.1), transparent 72%);
}

body.theme-light .solution-section::after {
  background:
    linear-gradient(180deg, rgba(8, 20, 18, 0), rgba(226, 236, 247, 0.56) 56%, rgba(220, 230, 245, 0.92) 100%),
    radial-gradient(560px 188px at 22% 100%, rgba(166, 107, 255, 0.12), transparent 72%),
    radial-gradient(560px 188px at 78% 100%, rgba(255, 78, 191, 0.1), transparent 72%);
}

body.theme-light .solution-subtitle {
  color: #4f7067;
}

body.theme-light .solution-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(237, 249, 244, 0.96));
  border-color: rgba(91, 191, 144, 0.32);
  box-shadow:
    0 18px 42px rgba(40, 101, 78, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body.theme-light .solution-kicker {
  color: #1d6f51;
  background: rgba(56, 220, 151, 0.16);
}

body.theme-light .solution-panel h3,
body.theme-light .solution-step h3 {
  color: #1f4a42;
}

body.theme-light .solution-panel p,
body.theme-light .solution-step p,
body.theme-light .solution-points li {
  color: #50766e;
}

body.theme-light .solution-step {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 249, 244, 0.96));
  border-color: rgba(95, 192, 148, 0.28);
  box-shadow:
    0 14px 30px rgba(37, 95, 73, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

body.theme-light .solution-step-index {
  box-shadow:
    0 0 0 3px #e7f8ef,
    0 0 14px rgba(59, 231, 127, 0.38);
}

body.theme-light .authority-hub-section {
  background:
    radial-gradient(circle at top left, rgba(249, 29, 46, 0.1), transparent 45%),
    radial-gradient(circle at bottom right, rgba(226, 95, 250, 0.1), transparent 40%),
    linear-gradient(180deg, #f6f7ff 0%, #f3f5ff 52%, #eff8fc 100%);
  color: #1f3454;
}

body.theme-light .authority-hub-section::before {
  background:
    linear-gradient(180deg, rgba(116, 77, 214, 0.14), rgba(11, 8, 28, 0) 78%),
    radial-gradient(540px 180px at 18% 0%, rgba(166, 107, 255, 0.12), transparent 72%),
    radial-gradient(540px 180px at 82% 0%, rgba(255, 78, 191, 0.1), transparent 72%);
}

body.theme-light .authority-header p {
  color: #5c6e8c;
}

body.theme-light .authority-card {
  border-color: rgba(146, 162, 214, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(242, 245, 255, 0.96));
  box-shadow:
    0 18px 34px rgba(43, 61, 102, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.theme-light .authority-card h3 {
  color: #293e5f;
}

body.theme-light .authority-card p {
  color: #5e6f8d;
}

body.theme-light .contact-split {
  background:
    radial-gradient(1000px 520px at 12% 8%, rgba(65, 219, 162, 0.14), transparent 66%),
    radial-gradient(940px 500px at 100% 94%, rgba(226, 95, 250, 0.12), transparent 70%),
    linear-gradient(180deg, #f3fbfa 0%, #eef7fb 100%);
}

body.theme-light .contact-split::before {
  background:
    linear-gradient(180deg, rgba(38, 14, 58, 0.1), rgba(5, 24, 29, 0) 80%),
    radial-gradient(520px 170px at 16% 0%, rgba(166, 107, 255, 0.1), transparent 72%),
    radial-gradient(520px 170px at 84% 0%, rgba(47, 216, 196, 0.12), transparent 72%);
}

body.theme-light .contact-kicker {
  color: #1e7456;
  background: rgba(50, 219, 158, 0.15);
}

body.theme-light .contact-title {
  color: #1e4b43;
}

body.theme-light .contact-subtitle {
  color: #4d7269;
}

body.theme-light .contact-pill {
  color: #1f4f55;
  border-color: rgba(108, 137, 198, 0.24);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 245, 255, 0.94));
}

body.theme-light .contact-proof {
  border-color: rgba(94, 196, 154, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 249, 245, 0.96));
  box-shadow:
    0 12px 30px rgba(44, 103, 82, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.theme-light .contact-proof strong {
  color: #20594f;
}

body.theme-light .contact-proof span {
  color: #53766d;
}

body.theme-light .contact-panel {
  border-color: rgba(132, 160, 220, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(237, 244, 255, 0.96));
  box-shadow:
    0 24px 56px rgba(39, 63, 112, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.theme-light .contact-panel-header h3 {
  color: #244061;
}

body.theme-light .contact-panel-header p,
body.theme-light .cta-microcopy {
  color: #5b7197;
}

body.theme-light .contact-field label {
  color: #37547d;
}

body.theme-light .contact-field input,
body.theme-light .contact-field textarea {
  border-color: rgba(131, 157, 216, 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.96));
  color: #1c345a;
}

body.theme-light .contact-field input::placeholder,
body.theme-light .contact-field textarea::placeholder {
  color: #7b8fb4;
}

body.theme-light .contact-field input:focus,
body.theme-light .contact-field textarea:focus {
  border-color: rgba(66, 191, 142, 0.64);
  box-shadow:
    0 0 0 3px rgba(67, 228, 169, 0.16),
    0 10px 24px rgba(38, 88, 74, 0.15);
}

body.theme-light .whatsapp-float {
  background: #1db954;
  color: #ffffff;
  box-shadow: 0 15px 40px rgba(29, 185, 84, 0.35);
}

/* ==================================================
   Tablet
================================================== */
@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 40px;
  }

  .hero-text h1 {
    font-size: 2.95rem;
  }

  .hero-description {
    font-size: 1.02rem;
  }

  .hero-orbit {
    width: 380px;
  }

  .hero-float {
    min-width: 180px;
    padding: 11px 12px;
  }

  .hero-float--top {
    left: -2%;
  }

  .hero-float--bottom {
    right: 0;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .authority-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .solution-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solution-panel {
    position: static;
  }

  .solution-step:nth-child(2),
  .solution-step:nth-child(3) {
    margin-left: 0;
  }

  .pain-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pain-card:last-child {
    grid-column: span 2;
    max-width: 620px;
    margin: 0 auto;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-panel {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }
}

/* ==================================================
   Mobile
================================================== */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 80px;
    right: -100%;
    width: 100%;
    height: calc(100vh - 80px);
    background: #05050a;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 30px;
    transition: right 0.3s ease;
  }

  .nav-menu.active {
    right: 0;
  }

  .dropdown {
    width: 100%;
    text-align: center;
  }

  .dropdown-btn {
    width: 100%;
    text-align: center;
  }

  .dropdown-content {
    position: static;
    transform: none;
    background: transparent;
    box-shadow: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      opacity 0.18s ease,
      transform 0.22s cubic-bezier(0.2, 0.9, 0.2, 1);
  }

  .dropdown.open .dropdown-content {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
  }

  .dropdown-content a {
    padding: 6px 0;
    text-align: center;
  }

  .hero-institutional {
    padding: 120px 0 80px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: left;
  }

  .hero-tag {
    margin-bottom: 16px;
  }

  .hero-text h1 {
    font-size: 2.1rem;
    line-height: 1.12;
  }

  .hero-description {
    font-size: 0.98rem;
    margin-bottom: 16px;
  }

  .hero-proof {
    margin-bottom: 22px;
    gap: 8px;
  }

  .hero-proof li {
    font-size: 0.92rem;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
  }

  .hero-footnote {
    font-size: 0.86rem;
  }

  .hero-visual {
    order: 2;
    gap: 14px;
  }

  .hero-orbit {
    width: min(340px, 100%);
    margin: 0 auto;
  }

  .hero-float {
    min-width: 150px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .hero-float strong {
    font-size: 0.76rem;
  }

  .hero-float span {
    font-size: 0.69rem;
  }

  .hero-float--top {
    left: 0;
    top: 10%;
  }

  .hero-float--bottom {
    right: 0;
    bottom: 10%;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-metric {
    padding: 10px 11px;
  }

  .solution-section {
    padding: 94px 0 86px;
  }

  .solution-section h2 {
    font-size: 2.05rem;
    line-height: 1.12;
  }

  .solution-subtitle {
    font-size: 0.95rem;
    margin-bottom: 34px;
  }

  .solution-panel {
    padding: 22px 18px;
  }

  .solution-panel h3 {
    font-size: 1.45rem;
  }

  .solution-timeline {
    padding-left: 24px;
    gap: 12px;
  }

  .solution-timeline::before {
    left: 8px;
  }

  .solution-step {
    padding: 18px 16px 18px 18px;
  }

  .solution-step-index {
    left: -26px;
    width: 20px;
    height: 20px;
    font-size: 0.62rem;
  }

  .pain-section {
    padding: 96px 0 84px;
  }

  .pain-section h2 {
    font-size: 2.15rem;
    line-height: 1.12;
  }

  .pain-subtitle {
    margin-bottom: 34px;
    font-size: 0.98rem;
  }

  .pain-card {
    padding: 24px 20px 24px;
    border-radius: 18px;
  }

  .pain-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .pain-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 18px;
  }

  .pain-cards {
    grid-template-columns: 1fr;
  }

  .authority-hub-section {
    padding: 92px 0 84px;
  }

  .authority-header h2 {
    font-size: 2.15rem;
    line-height: 1.1;
  }

  .authority-header p {
    font-size: 0.95rem;
    margin-bottom: 34px;
  }

  .authority-center {
    margin-bottom: 30px;
    gap: 18px;
  }

  .authority-core {
    width: 146px;
    height: 146px;
  }

  .authority-core img {
    width: 68px;
  }

  .authority-beam {
    width: min(248px, 80vw);
  }

  .authority-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .contact-split {
    padding: 88px 0 78px;
  }

  .contact-wrapper {
    gap: 16px;
    padding: 0 14px;
  }

  .contact-title {
    font-size: 2rem;
    line-height: 1.1;
  }

  .contact-subtitle {
    font-size: 0.93rem;
    margin-bottom: 18px;
  }

  .contact-pill-row {
    gap: 7px;
    margin-bottom: 14px;
  }

  .contact-pill {
    font-size: 0.73rem;
    padding: 6px 9px;
  }

  .contact-proof-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact-proof {
    padding: 13px 12px;
  }

  .contact-panel {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .contact-panel-header h3 {
    font-size: 1.38rem;
    line-height: 1.24;
  }

  .contact-panel-header p {
    font-size: 0.88rem;
  }

  .contact-form {
    gap: 11px;
  }

  .contact-field input,
  .contact-field textarea {
    padding: 11px 12px;
    font-size: 0.9rem;
  }

  .contact-field textarea {
    min-height: 104px;
  }

  .cta-button {
    font-size: 0.9rem;
    border-radius: 10px;
    padding: 13px 14px;
  }

  .cta-microcopy {
    font-size: 0.72rem;
  }
}

/* ==================================================
   Acessibilidade: reduz motion (recomendado)
   - Se você NÃO quiser isso, apaga esse bloco.
================================================== */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }

  .cta-button {
    animation: none;
  }
}
