/* =========================
   HERO ESCURA - ESTILO MAIS PRÓXIMO DA REFERÊNCIA
   ========================= */

:root {
  --surface-border: rgba(255, 255, 255, 0.08);
  --surface-highlight: rgba(255, 255, 255, 0.05);
  --blue-glow-strong: rgba(86, 121, 255, 0.18);
  --blue-glow-soft: rgba(142, 176, 255, 0.08);
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top center, rgba(91, 125, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #06070c 0%, #090a10 100%);
  color: rgba(255, 255, 255, 0.92);
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0;
  z-index: 30;
  transform: translate3d(-50%, -50%, 0);
  background:
    radial-gradient(circle at 50% 50%, rgba(214, 227, 255, 0.2) 0%, rgba(112, 146, 255, 0.14) 22%, rgba(58, 104, 255, 0.08) 46%, rgba(22, 37, 78, 0.03) 62%, transparent 72%);
  filter: blur(14px);
  mix-blend-mode: screen;
  transition: opacity 0.35s ease;
  will-change: transform, opacity;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  background:
    radial-gradient(circle at 50% 0%, rgba(113, 147, 255, 0.08), transparent 24%),
    radial-gradient(circle at 18% 34%, rgba(73, 104, 219, 0.07), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(140, 181, 255, 0.05), transparent 24%),
    linear-gradient(180deg, #040405 0%, #07080d 34%, #0a0b12 68%, #050507 100%);
}

.container {
  width: min(calc(100% - 40px), 1200px);
  margin: 0 auto;
}

.site-nav-shell {
  position: relative;
  z-index: 4;
  width: min(calc(100% - 40px), 1200px);
  margin: 0 auto;
  padding-top: 10px;
}

.site-nav {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) 180px;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 52px;
  padding: 0 22px;
  background: transparent;
}

.site-nav-brand {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  padding-left: 6px;
}

.site-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  max-width: 520px;
  margin: 0 auto;
  justify-self: center;
}

.site-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0;
  border-radius: 0;
  font-size: 0.92rem;
  font-weight: 500;
  transition:
    transform 0.24s ease,
    color 0.24s ease,
    opacity 0.24s ease;
}

.site-nav-link {
  color: rgba(255, 255, 255, 0.74);
}

.site-nav-link:hover {
  color: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}

.hero-section-dark {
  position: relative;
  overflow: hidden;
  padding: 28px 0 72px;
  min-height: auto;
  background:
    radial-gradient(circle at 50% -8%, rgba(154, 184, 255, 0.18), transparent 28%),
    radial-gradient(circle at 74% 22%, rgba(58, 104, 255, 0.18), transparent 22%),
    radial-gradient(circle at 28% 80%, rgba(64, 92, 168, 0.12), transparent 24%),
    linear-gradient(180deg, #02040a 0%, #050914 42%, #05070d 100%);
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto;
  isolation: isolate;
}

.hero-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(196, 214, 255, 0.07), transparent 16%),
    radial-gradient(circle at 50% 52%, rgba(17, 35, 76, 0.22), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.hero-section-dark::after {
  content: "";
  position: absolute;
  top: -84px;
  left: 50%;
  width: min(34vw, 430px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.52) 0%, rgba(219, 231, 255, 0.34) 18%, rgba(132, 166, 255, 0.14) 36%, rgba(81, 122, 239, 0.05) 54%, transparent 72%);
  box-shadow:
    0 0 72px rgba(118, 159, 255, 0.12),
    0 0 148px rgba(92, 128, 231, 0.08);
  opacity: 0.68;
  pointer-events: none;
  z-index: 0;
}

.hero-section-dark .container {
  position: relative;
  z-index: 2;
}

.hero-section-dark .hero-decor,
.hero-section-dark .hero-decor-ring,
.hero-section-dark .hero-orb {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-section-dark .hero-copy {
  max-width: 980px;
  margin: 84px auto 0;
  text-align: center;
}

.hero-badge-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  color: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 10px 24px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
  font-family: "Inter", sans-serif;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-badge-dark .hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #8ea2ff 100%);
  box-shadow: 0 0 12px rgba(122, 146, 255, 0.9);
}

/* Aqui está a mudança principal:
   fonte menor, mais limpa e mais próxima da terceira imagem */
.hero-title-dark {
  margin: 22px auto 18px;
  max-width: 12.5ch;
  font-family: "Inter", sans-serif;
  font-size: clamp(3.3rem, 7vw, 5.25rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.055em;
  color: rgba(255, 255, 255, 0.92);
  text-wrap: balance;
}

/* subtítulo mais claro e com largura parecida com a referência */
.hero-description-dark {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.78);
}

/* área dos botões */
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 56px;
  padding: 0;
  position: relative;
  perspective: 1200px;
}

.hero-highlight {
  position: relative;
  padding: 4px 28px 18px;
  text-align: center;
  opacity: 0;
  transform: translate3d(0, 26px, 0) rotateX(10deg);
  animation: hero-highlight-in 0.95s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-highlight:nth-child(1) {
  animation-delay: 0.9s;
}

.hero-highlight:nth-child(2) {
  animation-delay: 1.08s;
}

.hero-highlight:nth-child(3) {
  animation-delay: 1.26s;
}

.hero-highlight::before {
  content: "";
  position: absolute;
  inset: -10px 12px 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(103, 134, 255, 0.12), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: translateY(12px);
  animation: hero-highlight-surface 0.9s ease forwards;
}

.hero-highlight:nth-child(1)::before {
  animation-delay: 1.02s;
}

.hero-highlight:nth-child(2)::before {
  animation-delay: 1.2s;
}

.hero-highlight:nth-child(3)::before {
  animation-delay: 1.38s;
}

.hero-highlight:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.18), transparent);
}

.hero-highlight-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 22px rgba(11, 8, 28, 0.28);
  backdrop-filter: blur(12px);
  animation: hero-highlight-icon-glow 4.8s ease-in-out infinite;
}

.hero-highlight-icon svg {
  width: 20px;
  height: 20px;
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-highlight h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  font-weight: 500;
  letter-spacing: -0.025em;
  color: rgba(255, 255, 255, 0.88);
}

.hero-highlight p {
  margin: 0;
  max-width: 25ch;
  margin-inline: auto;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.54);
}

@keyframes hero-highlight-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 26px, 0) rotateX(10deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateX(0deg);
  }
}

@keyframes hero-highlight-surface {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-highlight-icon-glow {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 8px 22px rgba(11, 8, 28, 0.28);
  }

  50% {
    transform: translateY(-4px);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      0 14px 28px rgba(11, 8, 28, 0.34),
      0 0 22px rgba(87, 116, 255, 0.12);
  }
}

/* Base compartilhada:
   garante que links e botões se comportem como componentes visuais consistentes,
   sem sublinhado, com alinhamento central e clique mais confortável. */
.hero-section-dark .premium-button,
.hero-section-dark .glass-dark-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  transition:
    transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    background 0.24s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-section-dark .premium-button::before,
.hero-section-dark .glass-dark-button::before,
.whatsapp-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 18%, rgba(255, 255, 255, 0.26) 50%, transparent 82%);
  opacity: 0;
  transform: translateX(-22%);
  transition: transform 0.42s ease, opacity 0.32s ease;
  pointer-events: none;
}

.hero-section-dark .premium-button:hover,
.hero-section-dark .glass-dark-button:hover {
  transform: translateY(-1px);
}

.hero-section-dark .premium-button:hover::before,
.hero-section-dark .glass-dark-button:hover::before,
.whatsapp-button:hover::before {
  opacity: 1;
  transform: translateX(22%);
}

.hero-section-dark .premium-button:active,
.hero-section-dark .glass-dark-button:active {
  transform: translateY(1px) scale(0.985);
}

/* botão primário mais próximo do visual da imagem */
.hero-section-dark .premium-button {
  border: 1px solid rgba(108, 138, 255, 0.28);
  background:
    radial-gradient(circle at 50% 0%, rgba(197, 214, 255, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,0.22), rgba(255,255,255,0) 36%),
    linear-gradient(180deg, #4b74ff 0%, #2452ff 58%, #1943e8 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.34),
    inset 0 -8px 16px rgba(2, 22, 100, 0.34),
    0 10px 26px rgba(27, 76, 255, 0.30),
    0 0 20px rgba(46, 96, 255, 0.16);
}

.hero-section-dark .premium-button span {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-section-dark .premium-button:hover {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.38),
    inset 0 -8px 16px rgba(2, 22, 100, 0.34),
    0 14px 30px rgba(27, 76, 255, 0.34),
    0 0 24px rgba(46, 96, 255, 0.22);
}

.hero-section-dark .glass-dark-button {
  border: 1px solid rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(140, 175, 255, 0.1), transparent 46%),
    linear-gradient(180deg, rgba(255,255,255,0.14), rgba(255,255,255,0.03)),
    rgba(255,255,255,0.05);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    inset 0 -10px 18px rgba(20, 14, 58, 0.24),
    0 10px 24px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
}

.hero-section-dark .glass-dark-button span {
  color: rgba(255,255,255,0.88);
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.hero-section-dark .glass-dark-button:hover {
  border-color: rgba(255,255,255,0.14);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05)),
    rgba(255,255,255,0.06);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    inset 0 -10px 18px rgba(20, 14, 58, 0.24),
    0 14px 28px rgba(0,0,0,0.2);
}

/* linhas decorativas mais sutis, como na referência */
.hero-section-dark .hero-decor-line {
  display: none;
}

.hero-section-dark .line-top {
  width: 460px;
  height: 120px;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-section-dark .line-left {
  width: 220px;
  height: 120px;
  top: 24px;
  left: -110px;
  border-right: none;
  border-bottom: none;
  border-radius: 0 0 40px 0;
}

.hero-section-dark .line-right {
  width: 220px;
  height: 120px;
  top: 24px;
  right: -110px;
  border-left: none;
  border-bottom: none;
  border-radius: 0 0 0 40px;
}

/* anéis e glows */
.hero-section-dark .hero-decor-ring {
  border: 1px solid rgba(132, 160, 255, 0.12);
  opacity: 0.65;
}

.hero-section-dark .ring-one {
  width: 168px;
  height: 168px;
  top: 120px;
  right: 12%;
}

.hero-section-dark .ring-two {
  width: 120px;
  height: 120px;
  left: 10%;
  bottom: 120px;
}

.hero-section-dark .hero-orb {
  background: radial-gradient(circle, rgba(88, 126, 255, 0.18), transparent 68%);
  filter: blur(28px);
  opacity: 0.7;
}

.hero-section-dark .orb-one {
  width: 260px;
  height: 260px;
  top: 124px;
  right: 14%;
}

.hero-section-dark .orb-two {
  width: 240px;
  height: 240px;
  bottom: 52px;
  left: 10%;
}

/* Seções internas:
   entram como blocos separados, com título centralizado e uma área-base
   neutra para receber conteúdo depois sem refazer a estrutura. */
.content-section {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: transparent;
  isolation: isolate;
}

.content-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(79, 112, 255, 0.08), transparent 26%),
    radial-gradient(circle at 86% 72%, rgba(154, 188, 255, 0.05), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.008));
  pointer-events: none;
  z-index: 0;
}

.content-section:nth-of-type(odd)::before {
  background:
    radial-gradient(circle at 82% 22%, rgba(87, 123, 255, 0.08), transparent 24%),
    radial-gradient(circle at 18% 78%, rgba(170, 202, 255, 0.045), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.008));
}

#servicos {
  background:
    radial-gradient(circle at 50% -8%, rgba(154, 184, 255, 0.16), transparent 28%),
    radial-gradient(circle at 78% 22%, rgba(58, 104, 255, 0.16), transparent 22%),
    radial-gradient(circle at 18% 82%, rgba(64, 92, 168, 0.12), transparent 26%),
    linear-gradient(180deg, #02040a 0%, #050914 42%, #05070d 100%);
}

#servicos::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(196, 214, 255, 0.06), transparent 16%),
    radial-gradient(circle at 50% 52%, rgba(17, 35, 76, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.testimonials-section {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background:
    radial-gradient(circle at 16% 24%, rgba(82, 115, 255, 0.08), transparent 24%),
    radial-gradient(circle at 82% 72%, rgba(157, 191, 255, 0.05), transparent 22%),
    linear-gradient(180deg, #050507 0%, #07080d 100%);
}

.testimonials-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01), transparent 26%, transparent 74%, rgba(255, 255, 255, 0.008));
  pointer-events: none;
}

.testimonials-section .container,
.content-section .container {
  position: relative;
  z-index: 1;
}

.testimonials-section .container {
  width: min(calc(100% - 40px), 1240px);
}

.section-header {
  position: relative;
  text-align: center;
  margin-bottom: 56px;
}

.section-header h2 {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Inter", sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.section-header p {
  margin: 14px auto 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  line-height: 1.7;
}

.testimonials-section .section-header::after {
  content: "";
  display: block;
  width: min(220px, 36vw);
  height: 1px;
  margin: 24px auto 0;
  background: linear-gradient(90deg, transparent, rgba(122, 149, 255, 0.85), transparent);
  opacity: 0.92;
  transform: scaleX(1);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 420px));
  justify-content: center;
  gap: clamp(28px, 5vw, 72px);
}

.testimonial-entry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-self: center;
  width: min(100%, 420px);
  gap: 28px;
  text-align: left;
}

.testimonial-avatar {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.testimonial-quote {
  margin: 0;
  max-width: 16ch;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Inter", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.55;
  letter-spacing: -0.035em;
  font-weight: 400;
}

.testimonial-author {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.5;
}

.about-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% -8%, rgba(154, 184, 255, 0.16), transparent 28%),
    radial-gradient(circle at 76% 24%, rgba(58, 104, 255, 0.16), transparent 22%),
    radial-gradient(circle at 20% 82%, rgba(64, 92, 168, 0.12), transparent 24%),
    linear-gradient(180deg, #02040a 0%, #050914 42%, #05070d 100%);
}

.about-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(196, 214, 255, 0.06), transparent 16%),
    radial-gradient(circle at 50% 52%, rgba(17, 35, 76, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 28%);
  pointer-events: none;
  z-index: 0;
}

.about-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}

.about-intro {
  width: 100%;
  max-width: none;
  margin: 0;
  justify-self: start;
  align-self: start;
  text-align: left;
}

.about-intro .section-kicker,
.about-intro h2,
.about-intro p {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.about-intro .section-kicker {
  display: inline-flex;
}

.about-intro h2,
.about-intro p {
  max-width: 26ch;
}

.about-text-secondary {
  color: rgba(255, 255, 255, 0.68);
}

.about-panel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.about-profile-image {
  display: block;
  width: clamp(260px, 28vw, 360px);
  height: clamp(260px, 28vw, 360px);
  margin: 0;
  border-radius: 999px;
  object-fit: cover;
  object-position: center;
  box-shadow:
    0 24px 52px rgba(0, 0, 0, 0.24),
    0 0 42px rgba(108, 139, 255, 0.08);
}

.benefit-card::before,
.project-browser::before,
.service-card::after,
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(106, 138, 255, 0.72), transparent);
  opacity: 0.78;
  pointer-events: none;
}

/* Cada section passa a ter a mesma “caixa” vertical:
   o fundo continua uniforme e a separação vem de ritmo e linha sutil,
   não de alternância de cor. */
.content-section .container {
  padding: 88px 0;
}

.content-section + .content-section .container {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.testimonials-section .container::before,
.testimonials-section .container::after,
.about-section .container::before,
.about-section .container::after,
#servicos .container::before,
#servicos .container::after,
#curso-dados .container::before,
#curso-dados .container::after,
#projetos .container::before,
#projetos .container::after,
#beneficios .container::before,
#beneficios .container::after,
#cta-final .container::before,
#cta-final .container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.testimonials-section .container > *,
.about-section .container > *,
#servicos .container > *,
#curso-dados .container > *,
#projetos .container > *,
#beneficios .container > *,
#cta-final .container > * {
  position: relative;
  z-index: 1;
}

.testimonials-section .container::before {
  top: 92px;
  left: -52px;
  width: 140px;
  height: 140px;
  border: 1px solid rgba(122, 149, 255, 0.18);
  clip-path: polygon(50% 0%, 94% 25%, 94% 75%, 50% 100%, 6% 75%, 6% 25%);
  background: linear-gradient(180deg, rgba(122, 149, 255, 0.09), rgba(122, 149, 255, 0.02));
  opacity: 0.4;
}

.testimonials-section .container::after {
  right: 18px;
  bottom: 18px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(181, 203, 255, 0.12);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
  transform: rotate(12deg);
  opacity: 0.28;
}

.about-section .container::before {
  top: 62px;
  right: 8%;
  width: 124px;
  height: 124px;
  border: 1px solid rgba(138, 166, 255, 0.15);
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0 38%);
  background: linear-gradient(180deg, rgba(122, 149, 255, 0.08), rgba(122, 149, 255, 0.015));
  opacity: 0.34;
}

.about-section .container::after {
  left: -26px;
  bottom: 54px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  opacity: 0.22;
}

#servicos .container::before {
  top: 76px;
  right: -34px;
  width: 156px;
  height: 156px;
  border: 1px solid rgba(122, 149, 255, 0.16);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  background: linear-gradient(180deg, rgba(122, 149, 255, 0.08), rgba(122, 149, 255, 0.015));
  opacity: 0.3;
}

#servicos .container::after {
  left: 24px;
  bottom: 22px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(186, 205, 255, 0.08);
  clip-path: polygon(12% 0%, 100% 0%, 88% 100%, 0% 100%);
  opacity: 0.18;
}

#curso-dados .container::before {
  top: 46px;
  left: -18px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(122, 149, 255, 0.14);
  clip-path: polygon(50% 0%, 100% 18%, 100% 82%, 50% 100%, 0 82%, 0 18%);
  opacity: 0.22;
}

#curso-dados .container::after {
  right: 6%;
  bottom: 20px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
  opacity: 0.16;
}

#projetos .container::before {
  top: 112px;
  left: -44px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(122, 149, 255, 0.16);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
  background: linear-gradient(180deg, rgba(122, 149, 255, 0.08), rgba(122, 149, 255, 0.01));
  opacity: 0.26;
}

#projetos .container::after {
  right: 2%;
  top: 84px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  clip-path: polygon(22% 0%, 100% 0%, 78% 100%, 0% 100%);
  transform: rotate(-12deg);
  opacity: 0.16;
}

#beneficios .container::before {
  left: 0;
  top: 98px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(122, 149, 255, 0.15);
  clip-path: polygon(50% 0%, 100% 30%, 82% 100%, 18% 100%, 0% 30%);
  opacity: 0.22;
}

#beneficios .container::after {
  right: -16px;
  bottom: 26px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  clip-path: polygon(0 0, 100% 18%, 82% 100%, 12% 82%);
  opacity: 0.18;
}

#cta-final .container::before {
  top: 34px;
  left: -24px;
  width: 104px;
  height: 104px;
  border: 1px solid rgba(122, 149, 255, 0.14);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0 50%);
  opacity: 0.2;
}

#cta-final .container::after {
  right: 22px;
  top: 46px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  clip-path: polygon(24% 0%, 100% 0%, 76% 100%, 0% 100%);
  opacity: 0.16;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 52px;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.04));
  color: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 10px 24px rgba(0,0,0,0.18);
  backdrop-filter: blur(10px);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #8ea2ff 100%);
  box-shadow: 0 0 12px rgba(122, 146, 255, 0.9);
  flex: 0 0 auto;
}

.section-intro h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.95);
}

.section-intro p {
  margin: 18px auto 0;
  max-width: 690px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.04rem;
  line-height: 1.75;
}

.course-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at 50% 0%, rgba(117, 150, 255, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

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

.benefit-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 100%;
  padding: 26px 24px;
  border: 1px solid var(--surface-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(89, 121, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    #0a0b11;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 20px 44px rgba(0, 0, 0, 0.22);
}

.benefit-copy {
  min-width: 0;
}

.benefit-copy h3 {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Manrope", sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.benefit-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.65;
}

.benefit-list-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  margin-top: 0.16rem;
  border-radius: 999px;
  border: 1px solid rgba(126, 184, 255, 0.3);
  background:
    radial-gradient(circle at 32% 30%, rgba(255, 255, 255, 0.38), transparent 44%),
    linear-gradient(180deg, #4ca8ff 0%, #1877f2 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(24, 119, 242, 0.2);
}

.benefit-list-icon svg {
  width: 11px;
  height: 11px;
  stroke: #ffffff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.project-card {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.project-browser {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--surface-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(97, 130, 255, 0.09), transparent 30%),
    linear-gradient(180deg, rgba(22, 26, 38, 0.98), rgba(7, 9, 14, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 28px 60px rgba(0, 0, 0, 0.34);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.project-card:hover .project-browser {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at top right, rgba(104, 137, 255, 0.13), transparent 32%),
    linear-gradient(180deg, rgba(23, 28, 42, 0.98), rgba(7, 10, 16, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 34px 72px rgba(0, 0, 0, 0.42);
}

.project-browser-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.project-browser-top span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.project-browser-top span:first-child {
  background: #ff6b6b;
}

.project-browser-top span:nth-child(2) {
  background: #ffcc66;
}

.project-browser-top span:nth-child(3) {
  background: #5adf8a;
}

.project-browser-view {
  padding: 18px;
}

.project-browser-view-image {
  padding: 0;
}

.project-preview-image {
  display: block;
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: top center;
}

.mini-site {
  min-height: 332px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mini-site-exchange {
  background:
    radial-gradient(circle at top right, rgba(247, 182, 104, 0.25), transparent 34%),
    linear-gradient(180deg, #f7f1ea 0%, #ece4dc 100%);
}

.mini-site-academy {
  background:
    radial-gradient(circle at top right, rgba(88, 109, 255, 0.32), transparent 34%),
    linear-gradient(180deg, #0e1527 0%, #0a1020 100%);
}

.mini-site-clinic {
  background:
    radial-gradient(circle at top left, rgba(238, 178, 150, 0.28), transparent 36%),
    linear-gradient(180deg, #fbf5ef 0%, #f1e8de 100%);
}

.mini-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mini-logo {
  width: 56px;
  height: 12px;
  border-radius: 999px;
  background: rgba(12, 18, 30, 0.72);
}

.mini-site-academy .mini-logo {
  background: rgba(255, 255, 255, 0.88);
}

.mini-nav-links {
  display: flex;
  gap: 8px;
}

.mini-nav-links span {
  width: 32px;
  height: 8px;
  border-radius: 999px;
  background: rgba(12, 18, 30, 0.14);
}

.mini-site-academy .mini-nav-links span {
  background: rgba(255, 255, 255, 0.12);
}

.mini-site-hero,
.mini-clinic-hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 14px;
  align-items: stretch;
}

.mini-hero-copy,
.mini-clinic-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mini-kicker,
.mini-title,
.mini-text,
.mini-button,
.mini-panel-badge,
.mini-metrics span,
.mini-content-grid span,
.mini-site-cards span,
.mini-academy-sidebar span {
  display: block;
  border-radius: 999px;
}

.mini-kicker {
  width: 72px;
  height: 10px;
  background: rgba(41, 85, 213, 0.22);
}

.mini-site-academy .mini-kicker {
  background: rgba(101, 129, 255, 0.38);
}

.mini-title {
  height: 14px;
  background: rgba(12, 18, 30, 0.78);
}

.mini-site-academy .mini-title {
  background: rgba(255, 255, 255, 0.92);
}

.mini-title.long {
  width: 92%;
}

.mini-title.medium {
  width: 74%;
}

.mini-title.short {
  width: 58%;
}

.mini-text {
  width: 88%;
  height: 10px;
  background: rgba(12, 18, 30, 0.24);
}

.mini-site-academy .mini-text {
  background: rgba(255, 255, 255, 0.18);
}

.mini-actions {
  display: flex;
  gap: 10px;
  margin-top: 2px;
}

.mini-button {
  width: 78px;
  height: 28px;
  background: rgba(12, 18, 30, 0.1);
}

.mini-button.primary {
  background: linear-gradient(135deg, #1d59ff 0%, #5f7cff 100%);
}

.mini-button.ghost {
  background: rgba(12, 18, 30, 0.08);
  border-radius: 999px;
  border: 1px solid rgba(12, 18, 30, 0.08);
}

.mini-site-academy .mini-button.ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}

.mini-hero-panel {
  position: relative;
  min-height: 150px;
  padding: 12px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(12, 18, 30, 0.1), rgba(12, 18, 30, 0.04));
  border: 1px solid rgba(12, 18, 30, 0.08);
}

.mini-panel-image {
  height: 88px;
  margin-bottom: 12px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.7), transparent 22%),
    linear-gradient(145deg, #3d2e2b 0%, #151520 44%, #d39768 100%);
}

.mini-panel-badge {
  width: 84%;
  height: 10px;
  background: rgba(12, 18, 30, 0.18);
}

.mini-panel-badge.short {
  width: 56%;
  margin-top: 8px;
}

.mini-site-cards {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.mini-site-cards.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-site-cards.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-site-cards span {
  min-height: 68px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(12, 18, 30, 0.06);
}

.mini-site-academy .mini-site-cards span {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.mini-academy-layout {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
}

.mini-academy-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-academy-sidebar span {
  width: 100%;
  height: 10px;
  background: rgba(255, 255, 255, 0.18);
}

.mini-academy-content {
  display: grid;
  gap: 12px;
}

.mini-video-card {
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-video-cover {
  height: 122px;
  background:
    linear-gradient(180deg, rgba(7, 11, 20, 0.08), rgba(7, 11, 20, 0.3)),
    radial-gradient(circle at 68% 32%, rgba(99, 129, 255, 0.9), transparent 28%),
    linear-gradient(135deg, #141f42 0%, #0b1431 100%);
}

.mini-video-meta {
  padding: 12px;
  display: grid;
  gap: 8px;
}

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

.mini-metrics span,
.mini-content-grid span {
  min-height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.mini-clinic-photo {
  min-height: 158px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.86), transparent 16%),
    radial-gradient(circle at 38% 48%, rgba(255, 214, 183, 0.9), transparent 20%),
    linear-gradient(145deg, #ead8cb 0%, #d1b39c 44%, #262129 100%);
}

.project-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.project-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(circle at 50% 0%, rgba(106, 139, 255, 0.12), transparent 58%),
    rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-copy h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Manrope", sans-serif;
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.project-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.98rem;
  line-height: 1.7;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: 40px 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 24%, rgba(95, 129, 255, 0.12), transparent 24%),
    radial-gradient(circle at top center, rgba(95, 129, 255, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    #090a10;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 28px 60px rgba(0, 0, 0, 0.26);
}

.cta-actions {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.whatsapp-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  color: #ffffff;
  border: 1px solid rgba(44, 212, 127, 0.3);
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 255, 217, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #20d77a 0%, #0e9f58 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 14px 30px rgba(18, 126, 73, 0.24);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.whatsapp-button:hover {
  transform: translateY(-2px);
  filter: saturate(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 18px 34px rgba(18, 126, 73, 0.3);
}

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

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 380px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(82, 115, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    #08080a;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  text-align: left;
  transition: all 0.3s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,54,255,0.55), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,255,255,0.1);
  background:
    radial-gradient(circle at top right, rgba(92, 126, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #1a1c24 0%, #14161c 100%);
  box-shadow:
    0 20px 40px rgba(0,0,0,0.3),
    0 0 30px rgba(0,54,255,0.08);
}

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

.service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.service-visual {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.66);
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 54, 255, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}

.service-visual svg {
  width: 44px;
  height: 44px;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card:hover .service-visual {
  color: rgba(255, 255, 255, 0.9);
  transform: translateY(-3px);
}

.service-index {
  opacity: 0.34;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.service-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.service-card h3 {
  margin: 4px 0 0;
  max-width: 18ch;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Inter", sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
  font-weight: 600;
}

.service-card h3::after {
  content: "";
  display: block;
  width: min(100%, 180px);
  height: 1px;
  margin: 18px 0 0;
  background: rgba(255, 255, 255, 0.1);
}

.service-card p {
  margin: 0;
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.7;
}

.service-note {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.6;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 12px 0 40px;
  background:
    radial-gradient(circle at 50% -10%, rgba(141, 174, 255, 0.08), transparent 28%),
    linear-gradient(180deg, #04060d 0%, #03050b 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(79, 112, 255, 0.08), transparent 26%),
    radial-gradient(circle at 86% 76%, rgba(154, 188, 255, 0.05), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.012), transparent 28%);
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.7fr) minmax(220px, 0.9fr);
  gap: 28px;
  padding: 0;
}

.footer-brand-block,
.footer-nav,
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand,
.footer-copy,
.footer-heading,
.footer-link {
  margin: 0;
}

.footer-brand {
  font-family: "Manrope", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.96);
}

.footer-copy {
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.footer-brand-block .footer-copy {
  max-width: 44ch;
  margin-top: 14px;
}

.footer-heading {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-nav {
  gap: 12px;
}

.footer-contact {
  gap: 12px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.96rem;
  line-height: 1.5;
  transition: color 0.24s ease, transform 0.24s ease;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.98);
  transform: translateY(-1px);
}

.footer-link-strong {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(44, 212, 127, 0.22);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(183, 255, 217, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(18, 126, 73, 0.14);
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
}

.footer-link-strong:hover {
  border-color: rgba(44, 212, 127, 0.32);
}

.footer-copy-compact {
  max-width: 30ch;
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 8px 0;
}

.footer-copy-small {
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-shell [data-hero-intro],
.page-shell [data-reveal],
.page-shell [data-fade-title],
.page-shell [data-fade-text] {
  opacity: 0;
  will-change: opacity, transform, filter;
  transition-delay: var(--motion-delay, 0ms);
}

.page-shell [data-hero-intro] {
  transform: translate3d(0, 42px, 0) scale(0.96);
  filter: blur(12px);
  transition:
    opacity 0.95s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.05s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-shell [data-reveal] {
  transform: translate3d(0, 88px, 0) scale(0.9);
  filter: blur(14px);
  transition:
    opacity 0.9s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.page-shell [data-fade-title] {
  transform: translate3d(0, 34px, 0);
  filter: blur(10px);
  transition:
    opacity 0.8s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-shell [data-fade-text] {
  transform: translate3d(0, 26px, 0);
  filter: blur(6px);
  transition:
    opacity 0.95s ease,
    transform 1.05s cubic-bezier(0.22, 1, 0.36, 1),
    filter 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-shell [data-hero-intro].is-visible,
.page-shell [data-reveal].is-visible,
.page-shell [data-fade-title].is-visible,
.page-shell [data-fade-text].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  .cursor-glow {
    display: none;
  }

  .hero-highlight,
  .hero-highlight::before,
  .hero-highlight-icon {
    opacity: 1;
    transform: none;
    animation: none;
  }

  .page-shell [data-hero-intro],
  .page-shell [data-reveal],
  .page-shell [data-fade-title],
  .page-shell [data-fade-text] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (pointer: coarse) {
  .cursor-glow {
    display: none;
  }
}

/* responsivo */
@media (max-width: 900px) {
  .site-nav-shell {
    width: min(calc(100% - 32px), 1200px);
    padding-top: 6px;
  }

  .site-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: auto;
    padding: 12px 10px 14px;
  }

  .site-nav-links {
    order: 3;
    flex: 0 0 100%;
    flex-wrap: wrap;
    gap: 18px;
    max-width: none;
  }

  .hero-section-dark {
    padding: 26px 0 60px;
  }

  .hero-section-dark .hero-copy {
    margin-top: 64px;
  }

  .hero-title-dark {
    max-width: 11ch;
    font-size: clamp(2.9rem, 10vw, 4.6rem);
    line-height: 0.98;
  }

  .hero-description-dark {
    max-width: 620px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .hero-highlights {
    margin-top: 48px;
  }

  .hero-highlight {
    padding-inline: 18px;
  }

  .content-section {
    padding: 0;
  }

  .content-section .container {
    padding: 72px 0;
  }

  .testimonials-section .container::before,
  .testimonials-section .container::after,
  .about-section .container::before,
  .about-section .container::after,
  #servicos .container::before,
  #servicos .container::after,
  #curso-dados .container::before,
  #curso-dados .container::after,
  #projetos .container::before,
  #projetos .container::after,
  #beneficios .container::before,
  #beneficios .container::after,
  #cta-final .container::before,
  #cta-final .container::after {
    transform: scale(0.8);
    opacity: 0.16;
  }

  .testimonials-section {
    padding: 88px 0;
  }

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

  .testimonial-entry {
    gap: 22px;
  }

  .testimonial-avatar {
    width: 68px;
    height: 68px;
  }

  .testimonial-quote {
    max-width: none;
  }

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

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

  .about-intro {
    margin-bottom: 12px;
  }

  .about-intro h2,
  .about-intro p {
    max-width: none;
  }

  .mini-site {
    min-height: 300px;
  }

  .mini-site-hero,
  .mini-clinic-hero {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 360px;
    padding: 34px;
  }

  .service-visual {
    width: 68px;
    height: 68px;
  }

  .service-visual svg {
    width: 42px;
    height: 42px;
  }

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

  .footer-brand-block {
    grid-column: 1 / -1;
  }

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

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

@media (max-width: 640px) {
  .site-nav {
    gap: 14px;
  }

  .site-nav-brand {
    width: 100%;
    text-align: center;
    padding-left: 0;
    justify-content: center;
  }

  .site-nav-links {
    gap: 8px;
  }

  .site-nav-link {
    min-height: 32px;
    font-size: 0.88rem;
  }

  .hero-section-dark {
    padding: 20px 0 48px;
  }

  .hero-section-dark .hero-copy {
    margin-top: 42px;
  }

  .hero-title-dark {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.05em;
  }

  .hero-description-dark {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .hero-actions {
    margin-top: 26px;
    gap: 12px;
  }

  .hero-highlights {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 40px;
    padding: 0;
  }

  .hero-highlight {
    padding: 10px 12px 18px;
  }

  .hero-highlight:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: min(180px, 72%);
    height: 1px;
    transform: translateX(-50%);
  }

  .hero-highlight p {
    max-width: 30ch;
  }

  .content-section {
    padding: 0;
  }

  .content-section .container {
    padding: 58px 0;
  }

  .testimonials-section .container::before,
  .about-section .container::before,
  #servicos .container::before,
  #curso-dados .container::before,
  #projetos .container::before,
  #beneficios .container::before,
  #cta-final .container::before {
    display: none;
  }

  .testimonials-section .container::after,
  .about-section .container::after,
  #servicos .container::after,
  #curso-dados .container::after,
  #projetos .container::after,
  #beneficios .container::after,
  #cta-final .container::after {
    transform: scale(0.68);
    opacity: 0.12;
  }

  .testimonials-section {
    padding: 72px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .testimonial-entry {
    gap: 18px;
  }

  .testimonial-avatar {
    width: 64px;
    height: 64px;
  }

  .section-intro {
    margin-bottom: 38px;
  }

  .section-intro p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .benefit-card {
    padding: 24px 22px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .project-browser-view {
    padding: 14px;
  }

  .project-browser-view-image {
    padding: 0;
  }

  .project-preview-image {
    height: 300px;
  }

  .mini-site {
    min-height: auto;
    padding: 14px;
  }

  .mini-site-cards.three-up,
  .mini-site-cards.two-up,
  .mini-metrics,
  .mini-content-grid {
    grid-template-columns: 1fr;
  }

  .mini-academy-layout {
    grid-template-columns: 1fr;
  }

  .mini-academy-sidebar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
  }

  .project-copy h3 {
    font-size: 1.2rem;
  }

  .about-panel {
    justify-content: flex-start;
  }

  .about-profile-image {
    width: clamp(220px, 52vw, 300px);
    height: clamp(220px, 52vw, 300px);
  }

  .cta-panel {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .whatsapp-button {
    width: 100%;
    min-height: 56px;
  }

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

  .service-card {
    min-height: auto;
    padding: 26px;
  }

  .service-visual {
    width: 64px;
    height: 64px;
  }

  .service-visual svg {
    width: 40px;
    height: 40px;
  }

  .service-card h3 {
    max-width: none;
  }

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

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 2px;
  }

  .hero-section-dark .hero-decor-line,
  .hero-section-dark .hero-decor-ring {
    display: none;
  }

  .cursor-glow {
    display: none;
  }
}
