/* Dream Work TI — carvão quente + ouro vivo (atmosfera e profundidade) */

:root {
  /* Vidro fosco — blur forte + reflexo de luz na borda superior */
  --glass-blur: 32px;
  --glass-blur-lg: 44px;
  --glass-saturate: 1.4;
  --glass-fill: linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.08) 32%,
      rgba(255, 255, 255, 0.03) 100%
    ),
    rgba(38, 34, 30, 0.72);
  --glass-surface: linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.05) 40%,
      transparent 100%
    ),
    rgba(32, 28, 26, 0.82);
  --glass-border: 1px solid rgba(201, 164, 58, 0.34);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, 0.14),
    inset 0 1px 1px rgba(212, 175, 85, 0.22),
    inset 0 -1px 0 rgba(201, 164, 58, 0.14);
  --header-glass-bg: linear-gradient(180deg, rgba(36, 32, 28, 0.72) 0%, rgba(22, 20, 18, 0.62) 100%);
  --header-glass-bg-scrolled: linear-gradient(180deg, rgba(40, 36, 32, 0.8) 0%, rgba(26, 23, 20, 0.74) 100%);
  --header-glass-border: 1px solid rgba(201, 164, 58, 0.38);
  --header-glass-shadow: inset 0 1px 0 rgba(212, 175, 85, 0.28),
    inset 0 -1px 0 rgba(201, 164, 58, 0.12),
    0 12px 40px rgba(0, 0, 0, 0.28);
  --bg-deep: #4a443c;
  --bg-elevated: rgba(36, 32, 28, 0.5);
  --bg-card: rgba(42, 38, 34, 0.62);
  --bg-card-hover: rgba(52, 46, 40, 0.74);
  --border-subtle: rgba(201, 164, 58, 0.3);
  --border-soft: rgba(212, 175, 85, 0.44);
  --border-emphasis: rgba(212, 175, 85, 0.62);
  --edge-inset: inset 0 1px 0 rgba(212, 175, 85, 0.32);
  --shadow-card: 0 16px 48px rgba(0, 0, 0, 0.2);
  --gold-1: #f5ecd8;
  --gold-2: #d4af45;
  --gold-3: #a8862e;
  --gold-4: #6b5220;
  --gold-bright: #f0dfa8;
  --text: #fffdf8;
  --text-muted: rgba(255, 251, 245, 0.9);
  --text-soft: rgba(255, 248, 240, 0.78);
  --accent-glow: rgba(212, 175, 70, 0.48);
  --shadow-soft: 0 20px 44px -18px rgba(0, 0, 0, 0.32), 0 0 40px -20px rgba(212, 175, 85, 0.06);
  --font: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --container: min(1320px, min(94vw, 100% - 2rem));
  --radius: 12px;
  --radius-lg: 18px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --logo-header-t: 1.55s;
  --logo-header-ease: cubic-bezier(0.33, 1, 0.68, 1);
  --section-y: clamp(4rem, 10vw, 7rem);
  --reveal-delay: 0s;
  --btn-radius-pill: 999px;
  --btn-ghost-shine: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Blur de vidro nas superfícies (fundo do site visível por trás) */
.site-header,
.hero-lead,
.hero-pill,
.stats-strip,
.stat-cell,
.trust-bar--home,
.section-muted,
.card-pro,
.process-step,
.case-card,
.testimonial-card,
.benefit,
.home-impact-section .benefit,
.price-block,
.partners-marquee,
.info-card,
.grupo-banner,
.empresa-ambicao__panel,
.empresa-outro-card,
.servicos-dev__top,
.servicos-talentos-band__panel,
.contact-page-shell,
.contact-form-card,
.contact-aside-card,
.footer-cta-card,
.footer-main,
.page-hero,
.form-wrap input:not([type="hidden"]),
.form-wrap textarea,
.tech-pair.tech-pair--card,
.media-frame,
.empresa-hero-pilar,
.card {
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
}

.site-header {
  -webkit-backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
  backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
}

/* Painéis com aparência de vidro (fundo desfocado visível) */
.card-pro,
.process-step,
.case-card,
.testimonial-card,
.benefit,
.home-impact-section .benefit,
.price-block,
.partners-marquee,
.info-card,
.grupo-banner,
.empresa-ambicao__panel,
.empresa-outro-card,
.servicos-dev__top,
.servicos-talentos-band__panel,
.contact-page-shell,
.contact-form-card,
.contact-aside-card,
.footer-cta-card,
.footer-main,
.stat-cell,
.trust-bar--home,
.section-muted,
.stats-strip,
.empresa-hero-pilar,
.card,
.hero-lead,
.hero-pill {
  border: var(--glass-border);
  box-shadow: var(--glass-shadow);
}

.hero-lead {
  border: 1px solid var(--border-soft);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  font-size: 0.98rem;
  line-height: 1.62;
  color: var(--text);
  background: var(--bg-deep);
  -webkit-font-smoothing: antialiased;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse 100% 70% at 50% -35%, rgba(255, 245, 228, 0.22), transparent 52%),
    radial-gradient(ellipse 50% 45% at 96% 8%, rgba(212, 175, 69, 0.16), transparent 50%),
    radial-gradient(ellipse 45% 40% at 4% 92%, rgba(139, 100, 40, 0.11), transparent 52%),
    radial-gradient(ellipse 60% 50% at 88% 78%, rgba(212, 175, 85, 0.09), transparent 55%),
    linear-gradient(180deg, #5e564e 0%, #524a42 38%, #464038 100%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
}

::selection {
  background: rgba(212, 175, 55, 0.35);
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold-2);
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

a:hover {
  color: var(--gold-1);
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 0.75rem 1.15rem;
  border-radius: var(--btn-radius-pill);
  border: 1px solid rgba(201, 164, 58, 0.55);
  overflow: hidden;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fffdf8;
  text-decoration: none;
  background: linear-gradient(
    180deg,
    rgba(58, 52, 46, 0.96) 0%,
    rgba(38, 34, 30, 0.98) 55%,
    rgba(26, 22, 19, 1) 100%
  );
  box-shadow:
    inset 0 1px 0 rgba(212, 175, 85, 0.14),
    0 6px 22px -10px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  isolation: isolate;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.container {
  width: var(--container);
  margin-inline: auto;
}

.text-gradient {
  background: linear-gradient(
    135deg,
    var(--gold-1) 0%,
    var(--gold-2) 35%,
    #ffd966 55%,
    var(--gold-3) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .text-gradient {
    background: none;
    -webkit-text-fill-color: var(--gold-1);
    color: var(--gold-1);
  }
}

.accent-initial {
  color: var(--gold-2);
  font-weight: 700;
  -webkit-text-fill-color: var(--gold-2);
}

.gold-line {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--gold-2),
    transparent
  );
  opacity: 0.7;
  margin-block: 1.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  /* visible: o logo hero pode ultrapassar a barra sem ficar atrás do fundo do hero */
  overflow: visible;
  isolation: isolate;
  background: transparent;
  border-bottom: var(--header-glass-border);
  box-shadow: var(--header-glass-shadow);
  transition:
    border-color 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out),
    -webkit-backdrop-filter 0.35s var(--ease-out),
    backdrop-filter 0.35s var(--ease-out);
}

/* Imagem de fundo só na faixa do cabeçalho (não cobre o logo que desce para o hero) */
.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: rgba(26, 22, 19, 0.2);
  background-image:
    linear-gradient(180deg, rgba(26, 22, 18, 0.16) 0%, rgba(16, 14, 12, 0.24) 100%),
    url("../assets/images/vecteezy_abstract.jpg?v=2");
  background-size: cover;
  background-position: center 72%;
  background-repeat: no-repeat;
  opacity: 0.28;
  transition: opacity 0.35s var(--ease-out);
}

/* Brilho dourado suave por cima da imagem do cabeçalho */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 90% at 50% -45%, rgba(212, 175, 70, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 55% 70% at 94% -8%, rgba(212, 175, 70, 0.1) 0%, transparent 52%);
  opacity: 0.9;
  animation: site-header-luma 11s ease-in-out infinite alternate;
}

@keyframes site-header-luma {
  from {
    opacity: 0.9;
    filter: brightness(1);
  }

  to {
    opacity: 1;
    filter: brightness(1.07);
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header::before {
    animation: none;
    opacity: 1;
    filter: none;
  }
}

.site-header.is-scrolled::after {
  background-image:
    linear-gradient(180deg, rgba(32, 28, 24, 0.1) 0%, rgba(20, 18, 16, 0.16) 100%),
    url("../assets/images/vecteezy_abstract.jpg?v=2");
  opacity: 0.18;
}

.site-header.is-scrolled::before {
  opacity: 0.14;
}

.site-header.is-scrolled {
  border-bottom-color: rgba(201, 164, 58, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(212, 175, 85, 0.12),
    0 8px 28px -12px rgba(0, 0, 0, 0.28);
}

/* No topo — só menu e logo; fundo, imagem e borda ao rolar */
body:not(.nav-open) .site-header:not(.is-scrolled) {
  border-bottom-color: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: transparent;
}

body:not(.nav-open) .site-header:not(.is-scrolled)::after,
body:not(.nav-open) .site-header:not(.is-scrolled)::before {
  opacity: 0;
}

.header-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-block: 0;
  min-height: 118px;
  overflow: visible;
}

/* Desktop: três colunas iguais — logo à esquerda, pill ao centro real, slot direito (simétrico). Evita sobrepor o logo com o nav absoluto. */
@media (min-width: 901px) {
  .header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(0.5rem, 1.4vw, 1.1rem);
    row-gap: 0.35rem;
    justify-content: initial;
  }

  .header-inner .logo {
    justify-self: start;
  }

  .header-inner .main-nav {
    position: static;
    left: auto;
    top: auto;
    transform: none;
    justify-self: center;
  }

  .header-inner .inner-header-btns {
    justify-self: end;
  }
}

.logo {
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  align-self: flex-start;
  overflow: visible;
  position: relative;
  z-index: 5;
  height: 118px;
  box-sizing: border-box;
}

/* Só animamos scale — max-height fixo evita tremor (interpolação layout + GPU) */
.logo img {
  max-height: 42px;
  width: auto;
  transform: translate3d(0, 0, 0) scale(6);
  transform-origin: left top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  filter: drop-shadow(0 0 16px rgba(201, 164, 58, 0.12));
  transition: transform var(--logo-header-t) var(--logo-header-ease);
}

/* Home no topo — logo grande sobre o hero; compacto ao rolar */
body.is-home:not(.nav-open) .site-header:not(.is-scrolled) .logo img {
  transform: translate3d(0, 0, 0) scale(6);
}

/* Páginas internas — logo sempre compacto (sem animação de recolher) */
body:not(.is-home) .site-header .logo img {
  transform: translate3d(0, 0, 0) scale(2.80952);
  transition: none;
}

/* Compacto = mesma base 42px × scale (118/42 e 96/42) em vez de mudar max-height */
.site-header.is-scrolled .logo img {
  transform: translate3d(0, 0, 0) scale(2.80952);
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 96px;
  }

  .logo {
    height: 96px;
  }

  body.is-home:not(.nav-open) .site-header:not(.is-scrolled) .logo img {
    transform: translate3d(0, 0, 0) scale(4.25);
  }

  body:not(.is-home) .site-header .logo img {
    transform: translate3d(0, 0, 0) scale(2.28571);
  }

  /* Logo compacto: 42 × 2,28571 ≈ 96px */
  .site-header.is-scrolled .logo img,
  body.nav-open .site-header .logo img {
    transform: translate3d(0, 0, 0) scale(2.28571);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo img {
    transition-duration: 0.01ms;
    transition-timing-function: linear;
  }
}

.logo:hover img {
  filter: drop-shadow(0 0 22px rgba(201, 164, 58, 0.2));
}

.main-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

@media (min-width: 901px) {
  .main-nav {
    gap: 0.06rem;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    isolation: auto;
  }

  /* Sem contentor com “moldura”: só os links e o botão móvel têm contorno ao interagir */
  .main-nav a + a::before {
    content: none;
  }
}

.main-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.52);
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  padding: 0.5rem 1.02rem;
  border-radius: 999px;
  transition:
    color 0.25s var(--ease-out),
    background 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out);
}

@media (min-width: 901px) {
  .main-nav a {
    font-size: 0.66rem;
    padding: 0.38rem 0.48rem;
    letter-spacing: 0.05em;
  }

  .main-nav a::after {
    width: calc(100% - 0.9rem);
    max-width: 2.75rem;
  }
}

@media (min-width: 1200px) {
  .main-nav a {
    font-size: 0.7rem;
    padding: 0.4rem 0.55rem;
    letter-spacing: 0.06em;
  }
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.32rem;
  width: calc(100% - 1.35rem);
  max-width: 3.25rem;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.32s var(--ease-out), opacity 0.25s;
  opacity: 0.85;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(201, 164, 58, 0.35);
}

.main-nav a:hover {
  color: var(--gold-1);
  background: rgba(201, 164, 58, 0.07);
  box-shadow: inset 0 0 0 1px rgba(201, 164, 58, 0.12);
}

.main-nav a[aria-current="page"] {
  color: var(--gold-bright);
  background: rgba(201, 164, 58, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(201, 164, 58, 0.22),
    inset 0 -10px 22px -18px rgba(201, 164, 58, 0.2);
}

.main-nav a:hover::after,
.main-nav a[aria-current="page"]::after {
  transform: translateX(-50%) scaleX(1);
}

@media (min-width: 901px) {
  .main-nav a:focus-visible {
    outline: none;
    color: var(--gold-1);
    box-shadow:
      inset 0 0 0 1px rgba(201, 164, 58, 0.28),
      0 0 0 2px rgba(78, 72, 67, 0.95),
      0 0 0 4px rgba(201, 164, 58, 0.4);
  }
}

/* Submenu — Serviços */
.nav-item--dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-sub-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--gold-2);
  cursor: pointer;
}

.nav-sub-toggle i {
  transition: transform 0.25s var(--ease-out);
}

.nav-sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-sub a::after {
  display: none;
}

@media (min-width: 901px) {
  .nav-item--dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 0.65rem;
    z-index: 1099;
  }

  .nav-item--dropdown:hover > a,
  .nav-item--dropdown:focus-within > a {
    color: var(--gold-1);
    background: rgba(201, 164, 58, 0.07);
    box-shadow: inset 0 0 0 1px rgba(201, 164, 58, 0.12);
  }

  .nav-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1100;
    min-width: 13.5rem;
    padding: 0.55rem 0.4rem 0.4rem;
    border-radius: var(--radius);
    border: var(--glass-border);
    background: linear-gradient(180deg, rgba(42, 37, 32, 0.96) 0%, rgba(28, 25, 22, 0.94) 100%);
    -webkit-backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
    backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
    box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(4px);
    transition:
      opacity 0.2s var(--ease-out),
      transform 0.2s var(--ease-out),
      visibility 0.2s var(--ease-out);
  }

  .nav-item--dropdown:hover .nav-sub,
  .nav-item--dropdown:focus-within .nav-sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0s;
  }

  .nav-item--dropdown:not(:hover):not(:focus-within) .nav-sub {
    transition-delay: 0.12s;
  }

  .nav-sub a {
    display: block;
    padding: 0.55rem 0.85rem;
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: none;
    border-radius: calc(var(--radius) - 2px);
    color: rgba(255, 251, 245, 0.92);
    text-shadow: none;
  }

  .nav-sub a:hover {
    color: var(--gold-1);
    background: rgba(201, 164, 58, 0.1);
    box-shadow: inset 0 0 0 1px rgba(201, 164, 58, 0.16);
  }
}

.nav-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 2.72rem;
  height: 2.72rem;
  padding: 0;
  border: 1px solid rgba(201, 164, 58, 0.22);
  color: var(--gold-2);
  background: linear-gradient(155deg, rgba(72, 66, 60, 0.95) 0%, rgba(28, 26, 24, 0.92) 100%);
  border-radius: 14px;
  cursor: pointer;
  font-size: 1.08rem;
  transition:
    color 0.28s var(--ease-out),
    background 0.28s var(--ease-out),
    border-color 0.28s var(--ease-out),
    box-shadow 0.28s var(--ease-out),
    transform 0.28s var(--ease-out);
  box-shadow:
    var(--btn-ghost-shine),
    0 0 0 1px rgba(0, 0, 0, 0.35) inset,
    0 10px 28px -14px rgba(0, 0, 0, 0.55),
    0 0 32px -18px rgba(212, 175, 70, 0.28);
}

.nav-toggle:hover {
  color: var(--gold-1);
  border-color: rgba(201, 164, 58, 0.45);
  background: linear-gradient(155deg, rgba(92, 82, 68, 0.98) 0%, rgba(36, 32, 28, 0.96) 100%);
  transform: translateY(-1px);
  box-shadow:
    var(--btn-ghost-shine),
    0 0 0 1px rgba(0, 0, 0, 0.28) inset,
    0 14px 32px -12px rgba(0, 0, 0, 0.5),
    0 0 40px -14px rgba(212, 175, 70, 0.38);
}

.nav-toggle-close {
  display: none;
}

body.nav-open .nav-toggle-bars {
  display: none;
}

body.nav-open .nav-toggle-close {
  display: block;
}

.nav-toggle:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 2px rgba(78, 72, 67, 0.95),
    0 0 0 4px rgba(201, 164, 58, 0.45),
    0 0 28px -8px rgba(212, 175, 70, 0.32);
}

.btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.48rem 1.06rem;
  min-height: 2.35rem;
  border-radius: var(--btn-radius-pill);
  font-weight: 600;
  font-size: 0.72rem;
  line-height: 1.15;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #fffdf8;
  background: linear-gradient(
    180deg,
    rgba(58, 52, 46, 0.96) 0%,
    rgba(38, 34, 30, 0.98) 55%,
    rgba(26, 22, 19, 1) 100%
  );
  border: 1px solid rgba(201, 164, 58, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(212, 175, 85, 0.14),
    0 6px 22px -10px rgba(0, 0, 0, 0.5);
  transition:
    transform 0.28s var(--ease-out),
    box-shadow 0.28s var(--ease-out),
    border-color 0.26s var(--ease-out),
    color 0.22s var(--ease-out),
    background 0.26s var(--ease-out);
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(212, 175, 85, 0.08) 42%,
    rgba(255, 248, 220, 0.28) 50%,
    rgba(212, 175, 85, 0.08) 58%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transform: translateX(-160%) skewX(-16deg);
}

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

.btn .ico {
  width: 0.85rem;
  height: auto;
  fill: currentColor;
  flex-shrink: 0;
}

@keyframes btn-shine {
  0%,
  68%,
  100% {
    transform: translateX(-160%) skewX(-16deg);
    opacity: 0;
  }
  8% {
    opacity: 0.9;
  }
  28% {
    transform: translateX(260%) skewX(-16deg);
    opacity: 0.8;
  }
  38% {
    opacity: 0;
  }
}

@keyframes btn-border-pulse {
  0%,
  100% {
    border-color: rgba(201, 164, 58, 0.48);
    box-shadow:
      inset 0 1px 0 rgba(212, 175, 85, 0.12),
      0 6px 22px -10px rgba(0, 0, 0, 0.5),
      0 0 0 0 rgba(212, 175, 70, 0);
  }
  50% {
    border-color: rgba(212, 175, 85, 0.72);
    box-shadow:
      inset 0 1px 0 rgba(212, 175, 85, 0.2),
      0 8px 26px -10px rgba(0, 0, 0, 0.52),
      0 0 18px -4px rgba(212, 175, 70, 0.22);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .btn::after {
    animation: btn-shine 5s cubic-bezier(0.45, 0, 0.25, 1) infinite;
  }

  .btn {
    animation: btn-border-pulse 3.8s ease-in-out infinite;
  }

  .btn:hover::after {
    animation-duration: 2.4s;
  }

  .btn:hover {
    animation: none;
  }
}

.btn:hover {
  border-color: rgba(212, 175, 85, 0.78);
  color: var(--gold-bright);
  background: linear-gradient(
    180deg,
    rgba(72, 62, 50, 0.98) 0%,
    rgba(48, 42, 36, 0.98) 50%,
    rgba(32, 28, 24, 1) 100%
  );
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(212, 175, 85, 0.22),
    0 10px 28px -12px rgba(0, 0, 0, 0.55),
    0 0 24px -8px rgba(212, 175, 70, 0.28);
}

.btn:active {
  transform: translateY(0);
  transition-duration: 0.1s;
  border-color: rgba(201, 164, 58, 0.62);
  color: #fffdf8;
  box-shadow:
    inset 0 2px 8px rgba(0, 0, 0, 0.35),
    0 4px 14px -10px rgba(0, 0, 0, 0.45);
}

/* Variantes — mesmo visual; primário ligeiramente maior */
.btn-primary {
  padding: 0.54rem 1.34rem;
  min-height: 2.54rem;
}

.btn-sm {
  padding: 0.34rem 0.72rem;
  min-height: 2rem;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
}

.btn-lg {
  padding: 0.58rem 1.28rem;
  min-height: 2.58rem;
  font-size: 0.76rem;
  letter-spacing: 0.09em;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem 0.72rem;
  align-items: center;
  margin-top: 1.5rem;
}

/* Hero */
.hero {
  position: relative;
  min-height: min(82dvh, 880px);
  max-height: 920px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  background: #011a35;
}

/* Home — fundo do hero continua por baixo do cabeçalho transparente */
body.is-home .hero {
  margin-top: calc(-1 * var(--site-header-height, 118px));
  padding-top: var(--site-header-height, 118px);
  min-height: min(calc(82dvh + var(--site-header-height, 118px)), 920px);
}

.hero-bg {
  position: absolute;
  inset: -5%;
  z-index: 0;
  background-color: #011a35;
  background-image: url("../assets/images/DreamWork_01.png?v=2");
  background-size: cover;
  /* Globo e cubos à direita; faixa escura à esquerda para o texto */
  background-position: 76% 50%;
  background-repeat: no-repeat;
  opacity: 1;
  filter: brightness(0.96) saturate(1.18) contrast(1.07);
  transform: scale(1.02);
  transform-origin: 76% 50%;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-bg {
    animation:
      hero-bg-enter 1.5s var(--ease-out) both,
      hero-bg-drift 24s ease-in-out 1.5s infinite alternate;
  }
}

@media (max-width: 720px) {
  .hero-bg {
    inset: -8%;
    background-size: cover;
    background-position: 70% 46%;
    transform: scale(1.04);
    transform-origin: 68% 46%;
    filter: brightness(0.9) saturate(1.14) contrast(1.05);
  }
}

@media (max-width: 720px) and (prefers-reduced-motion: no-preference) {
  .hero-bg {
    animation:
      hero-bg-enter-mobile 1.5s var(--ease-out) both,
      hero-bg-drift-mobile 24s ease-in-out 1.5s infinite alternate;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg {
    animation: none;
    will-change: auto;
  }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  /* Véu azul-marinho alinhado à arte; contraste só onde o texto vive */
  background:
    linear-gradient(
      100deg,
      rgba(1, 16, 38, 0.84) 0%,
      rgba(1, 22, 48, 0.58) 30%,
      rgba(1, 26, 53, 0.24) 52%,
      rgba(1, 26, 53, 0.08) 68%,
      transparent 86%
    ),
    radial-gradient(ellipse 50% 65% at 90% 38%, rgba(0, 168, 232, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 0% 100%, rgba(0, 0, 0, 0.28) 0%, transparent 52%);
}

@media (max-width: 720px) {
  .hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(1, 16, 38, 0.86) 0%,
        rgba(1, 22, 48, 0.52) 42%,
        rgba(1, 26, 53, 0.18) 100%
      ),
      radial-gradient(ellipse 80% 50% at 85% 30%, rgba(0, 168, 232, 0.08) 0%, transparent 55%);
  }
}

.hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.hero-ambient span {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
}

.hero-ambient span:nth-child(1) {
  width: 45vmax;
  height: 45vmax;
  top: -15%;
  right: -10%;
  background: rgba(201, 164, 58, 0.2);
  animation: float-1 18s ease-in-out infinite;
}

.hero-ambient span:nth-child(2) {
  width: 35vmax;
  height: 35vmax;
  bottom: -20%;
  left: -15%;
  background: rgba(90, 70, 30, 0.25);
  animation: float-2 22s ease-in-out infinite;
}

@keyframes float-1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-3%, 4%);
  }
}

@keyframes float-2 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(4%, -3%);
  }
}

/* Hero — entrada + Ken Burns suave nas imagens de fundo */
@keyframes hero-bg-enter {
  from {
    opacity: 0;
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes hero-bg-drift {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.07);
  }
}

@keyframes hero-bg-enter-mobile {
  from {
    opacity: 0;
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    transform: scale(1.04);
  }
}

@keyframes hero-bg-drift-mobile {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1.08);
  }
}

@keyframes ph-bg-enter {
  from {
    opacity: 0;
    transform: scale(1);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes ph-bg-drift {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.068);
  }
}

@keyframes ph-bg-enter-contato {
  from {
    opacity: 0;
    transform: scale(1);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes ph-bg-pan-empresa {
  from {
    background-position: 76% 50%;
  }

  to {
    background-position: 80% 46%;
  }
}

@keyframes ph-bg-pan-servicos {
  from {
    background-position: 50% 44%;
  }

  to {
    background-position: 54% 38%;
  }
}

@keyframes ph-bg-pan-contato {
  from {
    background-position: 58% 50%;
  }

  to {
    background-position: 60% 46%;
  }
}

@keyframes ph-bg-pan-faq {
  from {
    background-position: 48% 48%;
  }

  to {
    background-position: 52% 42%;
  }
}

@keyframes ph-bg-pan-carreiras {
  from {
    background-position: 52% 42%;
  }

  to {
    background-position: 54% 38%;
  }
}

@keyframes ph-bg-enter-faq {
  from {
    opacity: 0;
    transform: scale(1);
  }

  to {
    opacity: 1;
    transform: scale(1.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-ambient span {
    animation: none;
  }
}

/* Gráfico tipo rede / constelação à direita (refinamento visual, sem imagem extra). */
.hero-network {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 380' fill='none'%3E%3Cg opacity='0.5' stroke='%23c9a43a' stroke-width='0.45'%3E%3Cpath d='M40 280 L140 140 L260 200 L360 80 M140 140 L160 60 M260 200 L300 300 M360 80 L390 200 M160 60 L280 40 M300 300 L380 260'/%3E%3C/g%3E%3Cg fill='%23c9a43a' opacity='0.38'%3E%3Ccircle cx='40' cy='280' r='2.5'/%3E%3Ccircle cx='140' cy='140' r='2.5'/%3E%3Ccircle cx='260' cy='200' r='2.5'/%3E%3Ccircle cx='360' cy='80' r='2.5'/%3E%3Ccircle cx='160' cy='60' r='2'/%3E%3Ccircle cx='300' cy='300' r='2'/%3E%3Ccircle cx='390' cy='200' r='2'/%3E%3Ccircle cx='280' cy='40' r='1.5'/%3E%3Ccircle cx='380' cy='260' r='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 92% 42%;
  background-size: min(52vw, 440px);
  opacity: 0.65;
  mask-image: radial-gradient(ellipse 65% 70% at 86% 40%, black 15%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse 65% 70% at 86% 40%, black 15%, transparent 72%);
}

@media (max-width: 720px) {
  .hero-network {
    background-position: 100% 28%;
    background-size: min(68vw, 320px);
    opacity: 0.4;
  }
}

.hero .container {
  position: relative;
  z-index: 1;
  width: var(--container);
  max-width: none;
  margin-inline: auto;
  /* O <header> já está no fluxo acima do hero — não somar de novo a altura do sticky (isso criava um “vão” duplo). */
  padding-top: clamp(0.35rem, 1.5vw, 0.75rem);
  margin-top: 0;
  padding-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
}

.hero-copy {
  max-width: min(44rem, 100%);
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2.1vw, 1.2rem);
}

body.is-home .hero .container {
  transition: padding-top var(--logo-header-t) var(--logo-header-ease);
}

/* Home — texto e pílulas abaixo do logo grande (só no topo, antes do scroll) */
body.is-home .site-header:not(.is-scrolled) ~ #conteudo .hero .container {
  padding-top: clamp(7.5rem, 16vw, 9.5rem);
}

body.is-home.nav-open .site-header:not(.is-scrolled) ~ #conteudo .hero .container,
body.is-home .site-header.is-scrolled ~ #conteudo .hero .container {
  padding-top: clamp(0.35rem, 1.5vw, 0.75rem);
}

@media (max-width: 900px) {
  body.is-home .site-header:not(.is-scrolled) ~ #conteudo .hero .container {
    padding-top: clamp(5.5rem, 17vw, 7rem);
  }
}

/* Parallax só abaixo do título — evita quebrar o gradiente do H1 (background-clip + transform no mesmo ramo). */
.hero-motion {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.75rem, 1.8vw, 1rem);
  width: 100%;
  transform: translateY(var(--hero-y, 0));
  will-change: transform;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(232, 212, 154, 0.92);
  margin: 0 0 0.65rem;
  opacity: 1;
}

.hero-eyebrow::before {
  content: "—";
  color: var(--gold-2);
  font-weight: 700;
  letter-spacing: 0;
  margin-right: 0.15rem;
  width: auto;
  height: auto;
  background: none;
}

.hero h1,
.hero .h-hero {
  font-family: var(--font-display);
  font-size: clamp(1.42rem, 3vw, 2.05rem);
  font-weight: 600;
  line-height: 1.2;
  max-width: none;
  margin: 0;
  letter-spacing: -0.024em;
  text-wrap: balance;
  /* Garantir gradiente legível; parallax já não envolve este elemento (.hero-motion abaixo). */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1;
  filter:
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.65))
    drop-shadow(0 4px 20px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 40px rgba(212, 175, 72, 0.12));
}

/* Texto de apoio no hero — cartão de vidro com barra dourada */
.hero-lead {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.3rem, 0.85vw, 0.42rem);
  padding: clamp(1.05rem, 2.4vw, 1.4rem) clamp(1.15rem, 2.5vw, 1.55rem);
  padding-left: clamp(1.4rem, 2.8vw, 1.75rem);
  border-radius: var(--radius-lg);
  background: var(--glass-surface);
  -webkit-backdrop-filter: blur(var(--glass-blur));
  backdrop-filter: blur(var(--glass-blur));
  overflow: hidden;
}

.hero-lead::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14%;
  bottom: 14%;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--gold-bright) 0%, var(--gold-3) 100%);
  opacity: 0.88;
}

@media (max-width: 560px) {
  .hero-lead {
    padding: clamp(0.95rem, 4vw, 1.15rem) clamp(1rem, 4vw, 1.2rem);
    padding-left: clamp(1.2rem, 4.5vw, 1.4rem);
  }
}

.hero-lead-p {
  margin: 0;
  font-size: clamp(0.92rem, 1.55vw, 1.04rem);
  line-height: 1.62;
  font-weight: 400;
  color: var(--text-muted);
  text-wrap: pretty;
}

.hero-lead-p strong {
  color: #fffdf8;
  font-weight: 600;
}

.hero .lead {
  font-size: clamp(0.88rem, 1.55vw, 1.02rem);
  color: var(--text-muted);
  max-width: min(54ch, 100%);
  margin: 0;
  font-weight: 400;
  line-height: 1.65;
  opacity: 1;
}

.hero .lead strong {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 600;
}

.hero .lead strong .accent-initial {
  font-weight: 700;
}

.hero .btn-row {
  opacity: 1;
  margin-top: clamp(0.5rem, 1.6vw, 0.85rem);
  gap: 0.45rem 0.55rem;
}

/* Hero: CTAs mais compactos, alinhados ao estilo global */
.hero .btn-row .btn-lg {
  padding: 0.34rem 0.78rem;
  min-height: 2.05rem;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.hero .btn-row .btn:not(.btn-lg) {
  padding: 0.4rem 0.88rem;
  min-height: 2.15rem;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
}

.hero-trust {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.45rem, 1vw, 0.65rem);
  margin-top: 0;
  align-items: center;
  max-width: 100%;
  width: auto;
  opacity: 1;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  white-space: nowrap;
  gap: 0.55rem;
  padding: 0.48rem 1.05rem 0.5rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.035em;
  line-height: 1.35;
  color: var(--text);
  background: var(--glass-surface);
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.3s var(--ease-out),
    box-shadow 0.25s ease;
}

.hero-pill:hover {
  border-color: var(--border-emphasis);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 48%),
    rgba(48, 42, 38, 0.88);
  transform: translateY(-2px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.12) inset,
    0 0 0 1px rgba(0, 0, 0, 0.3) inset,
    0 12px 32px -14px rgba(0, 0, 0, 0.6),
    0 0 24px -12px rgba(201, 164, 58, 0.2);
}

.hero-pill i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.72rem;
  height: 1.72rem;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 0.72rem;
  color: var(--gold-2);
  background: rgba(201, 164, 58, 0.1);
  border: 1px solid var(--border-subtle);
  opacity: 1;
}

@media (max-width: 1100px) {
  .hero-pill {
    font-size: 0.68rem;
    padding: 0.42rem 0.82rem 0.44rem;
    gap: 0.45rem;
  }

  .hero-pill i {
    width: 1.55rem;
    height: 1.55rem;
    font-size: 0.65rem;
  }
}

@media (max-width: 720px) {
  .hero-trust {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
  }

  .hero-trust::-webkit-scrollbar {
    height: 4px;
  }

  .hero-trust::-webkit-scrollbar-thumb {
    background: rgba(212, 175, 85, 0.35);
    border-radius: 4px;
  }
}

@media (max-width: 520px) {
  .hero-pill {
    font-size: 0.64rem;
    padding: 0.38rem 0.72rem 0.4rem;
  }

  .hero-pill i {
    width: 1.48rem;
    height: 1.48rem;
    font-size: 0.62rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-eyebrow,
  .hero h1,
  .hero .h-hero,
  .hero .lead,
  .hero-lead,
  .hero .btn-row,
  .hero-trust {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

.page-hero .scroll-hint {
  z-index: 4;
}

.scroll-hint {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  pointer-events: none;
}

.scroll-hint .mouse {
  width: 22px;
  height: 36px;
  border-radius: 12px;
  border: 1px solid rgba(201, 164, 58, 0.35);
  position: relative;
}

.scroll-hint .mouse::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  width: 3px;
  height: 6px;
  margin-left: -1.5px;
  border-radius: 2px;
  background: var(--gold-2);
  animation: scroll-dot 2.2s ease-in-out infinite;
}

@keyframes scroll-dot {
  0%,
  100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  45% {
    opacity: 1;
    transform: translateY(8px);
  }
}

@media (max-width: 700px), (prefers-reduced-motion: reduce) {
  .scroll-hint {
    display: none;
  }
}

/* Stats strip */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  background: rgba(38, 34, 30, 0.5);
  border-block: var(--glass-border);
}

@media (min-width: 700px) {
  .stats-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

.stat-cell {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, transparent 45%), rgba(38, 34, 30, 0.55);
  border-right: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  padding: 1.25rem 0.9rem;
  text-align: center;
  transition: background 0.4s var(--ease-out);
}

.stat-cell:nth-child(2n) {
  border-right: none;
}

.stat-cell:nth-last-child(-n + 2) {
  border-bottom: none;
}

@media (min-width: 700px) {
  .stat-cell {
    border-bottom: none;
    border-right: 1px solid var(--border-subtle);
  }

  .stat-cell:nth-child(2n) {
    border-right: 1px solid var(--border-subtle);
  }

  .stat-cell:last-child {
    border-right: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .stat-cell:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, transparent 50%), rgba(255, 255, 255, 0.08);
  }
}

.stat-value {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 600;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-2));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-bottom: 0.32rem;
  transition: transform 0.45s var(--ease-out);
}

.stat-cell:hover .stat-value {
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
  .stat-cell:hover .stat-value {
    transform: none;
  }
}

.stat-label {
  font-size: 0.68rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 16ch;
  margin: 0 auto;
  line-height: 1.35;
}

/* Section framing */
.section-head {
  max-width: 520px;
  margin-bottom: 2rem;
}

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

.section-head .section-title {
  margin-bottom: 0.5rem;
}

/* Conteúdo sempre visível (evita página “opaca” por animação ao scroll) */
.reveal {
  opacity: 1;
  transform: none;
}

/* Cards — pro variant */
.card-pro {
  position: relative;
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  padding: 1.45rem 1.35rem 1.35rem;
  box-shadow: var(--glass-shadow);
  transition: transform 0.45s var(--ease-out), border-color 0.45s, box-shadow 0.45s, background 0.45s;
  overflow: hidden;
}

.card-pro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  opacity: 0.85;
  pointer-events: none;
}

.card-pro:hover {
  transform: translateY(-3px);
  border-color: var(--border-emphasis);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12) 0%, transparent 48%), var(--bg-card-hover);
  box-shadow:
    var(--edge-inset),
    0 22px 48px -20px rgba(0, 0, 0, 0.5),
    0 0 36px -12px rgba(212, 175, 72, 0.08);
}

.card-pro .card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(212, 175, 72, 0.22), rgba(212, 175, 72, 0.08));
  color: var(--gold-bright);
  font-size: 1rem;
  margin-bottom: 1rem;
}

.card-pro h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.6rem;
  letter-spacing: -0.01em;
  color: var(--text);
}

.card-pro p {
  font-size: 0.9rem;
  line-height: 1.62;
  color: var(--text-muted);
}

/* Cabeçalho opcional: ícone + título em linha (ex.: home pilares) */
.card-pro-head {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
}

.card-pro-head .card-icon {
  margin-bottom: 0;
  flex-shrink: 0;
}

.card-pro-head h3 {
  margin: 0;
  flex: 1;
  min-width: 0;
  line-height: 1.22;
  padding-top: 0.08rem;
}

/* Home — pilares (Desenvolvimento / Outsourcing / TI) */
.home-pilares .home-pilares-grid {
  gap: 0.95rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .home-pilares .home-pilares-grid {
    gap: 1.15rem;
  }
}

.home-pilares .card-pro {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.12rem 1.1rem 1.05rem;
  border-radius: var(--radius);
  border-color: var(--border-subtle);
  background: var(--glass-fill);
  box-shadow: var(--glass-shadow);
}

.home-pilares .card-pro::before {
  display: none;
}

.home-pilares .card-pro:hover {
  transform: translateY(-3px);
  border-color: var(--border-emphasis);
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.07) 0%, transparent 45%),
    linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.085) 0%,
      rgba(212, 175, 72, 0.06) 38%,
      rgba(255, 255, 255, 0) 52%
    ),
    var(--bg-card-hover);
  box-shadow:
    var(--edge-inset),
    0 20px 44px -20px rgba(0, 0, 0, 0.55),
    0 0 32px -10px rgba(212, 175, 72, 0.1);
}

.home-pilares .card-pro .card-pro-head {
  margin-bottom: 0.5rem;
}

.home-pilares .card-pro .card-icon {
  width: 36px;
  height: 36px;
  font-size: 0.85rem;
  border-radius: 9px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--edge-inset);
  transition: transform 0.35s var(--ease-out), border-color 0.35s, box-shadow 0.35s, background 0.35s;
}

.home-pilares .card-pro h3 {
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  letter-spacing: -0.02em;
}

.home-pilares .card-pro h3 a {
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) 0 100% / 0 1px no-repeat;
  transition: color 0.25s, background-size 0.25s var(--ease-out);
}

.home-pilares .card-pro:hover h3 a,
.home-pilares .card-pro h3 a:hover {
  background-size: 100% 1px;
}

.home-pilares .card-pro h3 a:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .home-pilares .card-pro:hover .card-icon {
    transform: scale(1.06);
    border-color: var(--border-soft);
    box-shadow: var(--edge-inset), 0 0 18px rgba(212, 175, 72, 0.12);
  }
}

.home-pilares .card-pro p {
  flex: 1;
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  text-wrap: balance;
}

/* Testimonial */
.testimonial {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding: 1.85rem 1.65rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(201, 164, 58, 0.07), rgba(10, 10, 12, 0.45));
  border: 1px solid var(--border-subtle);
  box-shadow: 0 18px 42px -22px rgba(0, 0, 0, 0.55);
}

.testimonial::before {
  content: "\201C";
  position: absolute;
  top: 0.35rem;
  left: 1rem;
  font-family: var(--font-display);
  font-size: 3.25rem;
  line-height: 1;
  color: rgba(201, 164, 58, 0.18);
  pointer-events: none;
}

.testimonial blockquote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2.2vw, 1.32rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.48;
  color: var(--text);
  position: relative;
}

.testimonial cite {
  display: block;
  margin-top: 1.1rem;
  font-family: var(--font);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(201, 164, 58, 0.9);
}

.testimonial-eyebrow {
  position: relative;
  margin: 0 0 0.65rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.testimonial--position blockquote {
  font-style: normal;
}

.testimonial blockquote p {
  margin: 0;
  font: inherit;
  line-height: inherit;
  color: inherit;
}

/* Grelha de depoimentos (cartões compactos) */
.testimonial-grid {
  display: grid;
  gap: 1.1rem;
  margin-top: clamp(1.1rem, 2.8vw, 1.65rem);
}

@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.testimonial-card {
  margin: 0;
  padding: 1.15rem 1.05rem;
  border-radius: var(--radius-lg);
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  box-shadow: var(--glass-shadow);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: 0.5rem;
  right: 0.9rem;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  color: rgba(201, 164, 58, 0.14);
  pointer-events: none;
}

.testimonial-card blockquote {
  margin: 0;
  flex: 1;
}

.testimonial-card blockquote p {
  margin: 0;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--text-muted);
}

.testimonial-card figcaption {
  margin-top: 1rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-2);
  line-height: 1.35;
}

.testimonial-card__tag {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: none;
  color: var(--text-muted);
}

.trust-clients-note {
  margin: 1.35rem auto 0;
  max-width: 40rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.trust-bar--home {
  background: linear-gradient(180deg, rgba(48, 42, 38, 0.72) 0%, rgba(38, 34, 30, 0.58) 100%);
  border-block: 1px solid var(--border-subtle);
  box-shadow: var(--glass-shadow);
}

.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.35rem;
  justify-content: center;
  align-items: flex-start;
  padding-block: 0.78rem;
}

.trust-bar-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 17.5rem;
  font-size: 0.78rem;
  line-height: 1.42;
  color: var(--text-muted);
}

.trust-bar-item strong {
  color: var(--text);
  font-weight: 600;
}

.trust-bar-item i {
  color: var(--gold-2);
  margin-top: 0.1rem;
  flex-shrink: 0;
  font-size: 0.88rem;
  opacity: 1;
}

/* Confirmação de formulário (contacto) */
.form-success-banner {
  margin-bottom: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 164, 58, 0.35);
  background: linear-gradient(125deg, rgba(201, 164, 58, 0.12) 0%, rgba(32, 28, 24, 0.4) 100%);
  color: rgba(248, 246, 240, 0.95);
  font-size: 0.94rem;
  line-height: 1.5;
  box-shadow: 0 12px 32px -20px rgba(0, 0, 0, 0.45);
}

.form-success-banner:focus {
  outline: none;
}

.form-error-banner {
  margin-bottom: 1.5rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(220, 80, 80, 0.45);
  background: linear-gradient(125deg, rgba(220, 80, 80, 0.14) 0%, rgba(32, 28, 24, 0.42) 100%);
  color: rgba(255, 235, 235, 0.96);
  font-size: 0.94rem;
  line-height: 1.5;
  box-shadow: 0 12px 32px -20px rgba(0, 0, 0, 0.45);
}

.form-success-banner[data-hidden="true"],
.form-error-banner:not([data-hidden="false"]) {
  display: none;
}

.form-error-banner[data-hidden="false"] {
  display: block;
}

.form-toast-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(4, 10, 20, 0.58);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.28s var(--ease-out),
    visibility 0.28s var(--ease-out);
}

.form-toast-overlay[data-hidden="false"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.form-toast-overlay[data-hidden="true"] {
  display: none;
}

.form-toast-backdrop {
  position: absolute;
  inset: 0;
  border: none;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
}

.form-toast {
  position: relative;
  z-index: 1;
  max-width: min(26rem, 100%);
  padding: 1.2rem 1.35rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 164, 58, 0.42);
  background: linear-gradient(145deg, rgba(28, 24, 20, 0.96) 0%, rgba(18, 16, 14, 0.98) 100%);
  color: rgba(248, 246, 240, 0.96);
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: center;
  box-shadow:
    0 24px 56px -24px rgba(0, 0, 0, 0.72),
    0 0 0 1px rgba(201, 164, 58, 0.08);
  animation: form-toast-in 0.32s var(--ease-out) both;
}

.form-toast strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold-bright);
  font-weight: 600;
}

@keyframes form-toast-in {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .form-toast {
    animation: none;
  }

  .form-toast-overlay {
    transition: none;
  }
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* Rodapé — privacidade e redes em breve */
.footer-legal {
  margin: 0.75rem 0 0;
  font-size: 0.82rem;
}

.footer-legal a {
  color: var(--gold-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 164, 58, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-legal a:hover {
  color: var(--gold-bright);
  border-bottom-color: rgba(201, 164, 58, 0.55);
}

.social-row--soon {
  gap: 1rem;
}

.social-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  color: rgba(236, 236, 238, 0.35);
  border: 1px dashed var(--border-subtle);
  font-size: 1.1rem;
}

/* Página legal */
.legal-page {
  max-width: 44rem;
}

.legal-lede {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.legal-block {
  margin-top: 1.75rem;
}

.legal-block h2 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  margin: 0 0 0.55rem;
  color: rgba(255, 252, 245, 0.96);
}

.legal-block p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.legal-block a {
  color: var(--gold-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 164, 58, 0.35);
}

.legal-block a:hover {
  color: var(--gold-bright);
}

.legal-back {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.52rem 0.72rem;
  align-items: center;
}

/* Process steps */
.process-grid {
  display: grid;
  gap: clamp(1rem, 2.2vw, 1.35rem);
}

@media (min-width: 768px) {
  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.process-step {
  position: relative;
  padding: 1.25rem 1.15rem;
  border-radius: var(--radius);
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  box-shadow: var(--glass-shadow);
  transition: border-color 0.35s, transform 0.4s var(--ease-out), box-shadow 0.35s;
}

/* Home — metodologia (igual à linguagem visual de home-pilares) */
.home-metodo .section-head.center {
  max-width: min(42rem, 100%);
}

.home-metodo-grid {
  gap: 0.95rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .home-metodo-grid {
    gap: 1.15rem;
  }
}

.home-metodo .card-pro {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.12rem 1.1rem 1.05rem;
  border-radius: var(--radius);
  border-color: var(--border-subtle);
  background: var(--glass-fill);
  box-shadow: var(--glass-shadow);
}

.home-metodo .card-pro::before {
  display: none;
}

.home-metodo .card-pro:hover {
  transform: translateY(-3px);
  border-color: var(--border-emphasis);
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.07) 0%, transparent 45%),
    linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.085) 0%,
      rgba(212, 175, 72, 0.06) 38%,
      rgba(255, 255, 255, 0) 52%
    ),
    var(--bg-card-hover);
  box-shadow:
    var(--edge-inset),
    0 20px 44px -20px rgba(0, 0, 0, 0.55),
    0 0 32px -10px rgba(212, 175, 72, 0.1);
}

.home-metodo .card-pro-head {
  margin-bottom: 0.5rem;
}

.home-metodo .card-pro .card-icon {
  width: 36px;
  height: 36px;
  font-size: 0.85rem;
  border-radius: 9px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--edge-inset);
}

.home-metodo-num {
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--gold-bright);
}

.home-metodo-num span {
  display: block;
  line-height: 1;
}

.home-metodo .card-pro h3 {
  font-size: clamp(1.05rem, 2vw, 1.18rem);
  letter-spacing: -0.02em;
}

.home-metodo .card-pro p {
  flex: 1;
  margin: 0;
}

.process-step:hover {
  border-color: var(--border-emphasis);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .process-step:hover {
    transform: none;
  }
}

.process-num {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-3));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}

.process-step h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.process-step p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.58;
}

/* Visual framed image */
.media-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-card);
  position: relative;
  aspect-ratio: 16 / 10;
  max-height: 400px;
}

@media (min-width: 900px) {
  .grid-2 .media-frame {
    max-height: none;
    aspect-ratio: 5 / 4;
  }
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow:
    var(--edge-inset),
    inset 0 -80px 70px -50px rgba(0, 0, 0, 0.35);
}

.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  min-height: 240px;
  display: block;
  transition: transform 0.6s var(--ease-out);
}

@media (prefers-reduced-motion: no-preference) {
  .media-frame:hover img {
    transform: scale(1.03);
  }
}

/* Home — secções sem estilos inline (PT-PT) */
.section-head .home-lede {
  color: var(--text-muted);
  margin: 0;
  max-width: 52ch;
}

.section-head.center .home-lede {
  max-width: none;
}

.section--tight-top {
  padding-top: 0;
}

.section--impact-bg {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section--impact-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 85% 55% at 50% -8%, rgba(240, 223, 168, 0.11), transparent 55%),
    radial-gradient(ellipse 40% 35% at 90% 60%, rgba(212, 175, 55, 0.06), transparent 62%),
    linear-gradient(180deg, rgba(212, 175, 55, 0.085) 0%, transparent 48%);
}

.section-head.center .home-impact-lede {
  max-width: 58ch;
  margin-inline: auto;
  text-wrap: balance;
}

.home-benefits-grid {
  margin-top: 2rem;
}

.home-impact-benefits {
  margin-top: clamp(2rem, 4vw, 2.85rem);
  gap: clamp(1rem, 2.2vw, 1.45rem);
}

@media (min-width: 640px) {
  .home-impact-benefits.benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1000px) {
  .home-impact-benefits.benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.home-impact-section .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100%;
  padding: 1.5rem 1.15rem 1.4rem;
  background: var(--glass-fill);
  box-shadow: 0 14px 44px -26px rgba(0, 0, 0, 0.55);
  transition:
    border-color 0.3s,
    transform 0.35s var(--ease-out),
    box-shadow 0.35s var(--ease-out);
}

.home-impact-section .benefit:hover {
  border-color: var(--border-emphasis);
  box-shadow:
    var(--edge-inset),
    0 20px 48px -22px rgba(0, 0, 0, 0.6);
}

.home-impact-section .benefit .icon-wrap {
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}

@media (prefers-reduced-motion: no-preference) {
  .home-impact-section .benefit:hover .icon-wrap {
    transform: scale(1.07);
    box-shadow: 0 0 30px rgba(212, 175, 55, 0.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-impact-section .benefit:hover .icon-wrap {
    transform: none;
  }
}

.benefit-desc {
  margin: 0.7rem 0 0;
  font-size: 0.875rem;
  line-height: 1.52;
  color: var(--text-muted);
  max-width: 28ch;
  text-wrap: balance;
}

.home-talent-kicker {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 600;
  font-family: var(--font-display);
  margin: 0 0 1rem;
}

/* Cabeçalho Talentos: mesmo alinhamento que Confiança / Impacto (rótulo + título centrados) */
.home-talent-heading.section-head.center {
  margin-bottom: clamp(1.5rem, 3.5vw, 2.25rem);
}

.home-talent-heading .section-heading {
  margin-bottom: 0;
  text-wrap: balance;
}

.home-talent-lede {
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}

/* Talentos: bloco e foto mais compactos */
.home-talent-section.section {
  padding-block: clamp(2.5rem, 5vw, 3.75rem);
}

.home-talent-grid {
  max-width: min(1000px, 100%);
  margin-inline: auto;
  gap: clamp(1rem, 2.2vw, 1.65rem);
  align-items: start;
}

@media (min-width: 800px) {
  .home-talent-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  }
}

.home-talent-grid > .reveal {
  max-width: min(44ch, 100%);
}

.home-talent-grid .home-talent-kicker {
  font-size: clamp(0.86rem, 1.45vw, 1.02rem);
  margin-bottom: 0.55rem;
  line-height: 1.35;
}

.home-talent-grid .home-talent-lede,
.home-talent-grid .list-check {
  font-size: 0.8rem;
  line-height: 1.48;
}

.home-talent-grid .home-talent-lede {
  margin-bottom: 0.85rem;
}

.home-talent-grid .list-check li {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.home-talent-grid .media-frame--talent {
  max-width: min(100%, 400px);
  margin-inline: auto;
  max-height: 272px;
  aspect-ratio: 16 / 10;
  justify-self: center;
}

.home-talent-grid .media-frame--talent img {
  min-height: 0;
}

@media (min-width: 900px) {
  .home-talent-grid .media-frame--talent {
    max-height: 312px;
    max-width: min(100%, 420px);
    justify-self: end;
    margin-inline: 0 0.25rem;
  }
}

.team-section-copy {
  color: var(--text-muted);
}

.team-section-cta {
  margin-top: 1rem;
}

.partners-eyebrow-center {
  text-align: center;
}

/* Partners intro */
.partners-intro {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 2rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

/* Price blocks — compactos (Home: Outsourcing / Projecto fechado) */
.price-block {
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  padding: 1.35rem 1.1rem;
  text-align: center;
  box-shadow: var(--glass-shadow);
  transition: border-color 0.3s, box-shadow 0.3s var(--ease-out);
}

.price-block:hover {
  border-color: var(--border-emphasis);
  box-shadow: var(--edge-inset), 0 16px 36px -18px rgba(0, 0, 0, 0.55);
}

.price-block h3 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold-2);
  line-height: 1.2;
}

.price-block ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0.95rem;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.price-block li {
  padding: 0.22rem 0;
  border-bottom: 1px solid var(--border-subtle);
}

.price-block li:last-child {
  border-bottom: none;
}

.price-block--privacy .price-block-text {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

/* Benefits (grid items) */
.benefit {
  text-align: center;
  padding: 1.35rem 1rem;
  background: var(--glass-fill);
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
  box-shadow: var(--glass-shadow);
  transition: border-color 0.3s, transform 0.3s var(--ease-out), box-shadow 0.3s;
}

.benefit:hover {
  border-color: var(--border-emphasis);
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .benefit:hover {
    transform: none;
  }
}

.benefit .icon-wrap {
  width: 54px;
  height: 54px;
  margin: 0 auto 1rem;
  background: rgba(212, 175, 55, 0.08);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid var(--border-subtle);
  color: var(--gold-2);
  font-size: 1.2rem;
  box-shadow: var(--edge-inset);
}

.benefit h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.35;
}

/* Sections */
section,
.section {
  padding-block: var(--section-y);
}

.section-muted {
  background: var(--glass-fill);
}

.section-title {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  color: var(--gold-bright);
  margin: 0 0 0.65rem;
  font-weight: 600;
  text-shadow: 0 0 28px rgba(212, 175, 72, 0.35);
}

.card-pro h3 a {
  color: inherit;
  transition: color 0.25s;
}

.card-pro:hover h3 a {
  color: var(--gold-1);
}

h2.section-heading {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.2vw, 2.05rem);
  font-weight: 600;
  margin: 0 0 1rem;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: var(--text);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

/* Grid helpers */
.grid-3 {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.grid-2 {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  background: var(--glass-fill);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 1.75rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.card:hover {
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.08);
}

.card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
}

.card h3 a {
  color: inherit;
}

.card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.blockquote-panel {
  text-align: center;
  padding: 3rem 1.5rem;
  background: linear-gradient(
    180deg,
    rgba(212, 175, 55, 0.06),
    transparent
  );
  border-block: 1px solid var(--border-subtle);
}

.blockquote-panel p {
  font-size: clamp(1.05rem, 2.5vw, 1.35rem);
  max-width: 900px;
  margin: 0 auto;
  font-style: italic;
  color: var(--text-muted);
}

.list-check {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-check li {
  padding: 0.35rem 0 0.35rem 1.5rem;
  position: relative;
  color: var(--text-muted);
}

.list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 10px var(--accent-glow);
}

.headline-rotate {
  display: inline;
}

.headline-rotate .dots {
  display: inline-block;
  min-width: 2.5ch;
  color: var(--gold-2);
}

.benefits-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 700px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.team-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 900px) {
  .team-grid {
    grid-template-columns: 1fr 1fr 1.2fr;
  }
}

.team-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  min-height: 300px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-soft);
}

.team-card .label {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  padding: 1.25rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.92));
}

.team-card .label h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.team-card .label span {
  color: var(--gold-2);
  font-weight: 600;
}

.team-card--photo-2 {
  background-image: url("../assets/images/programador2.png");
}

.team-card--photo-3 {
  background-image: url("../assets/images/programador3.png");
}

/* Price style blocks — layout */
.choice-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .choice-intro {
    max-width: min(52rem, 100%);
    margin-inline: auto;
    text-align: center;
  }
}

.choice-cards {
  display: grid;
  gap: 1.1rem;
  align-items: stretch;
}

@media (min-width: 900px) {
  .choice-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.choice-intro .section-title {
  margin-bottom: 0.4rem;
}

.choice-intro-kicker {
  margin: 0 0 0.22rem;
  font-size: 0.76rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
}

.choice-intro-heading,
.choice-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 2.85vw, 1.72rem);
  font-weight: 600;
  margin: 0 0 0.4rem;
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.choice-intro-lede {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.52;
}

/* Partners */
.partners {
  padding-block: 3.5rem;
}

.partners h2 {
  margin: 0 0 0.35rem;
  text-align: center;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* Parceiros — faixa contínua (marquee) em vez de carrossel por scroll */
.partners-marquee {
  position: relative;
  margin-top: clamp(0.65rem, 2vw, 1.1rem);
  padding: clamp(1.05rem, 2.4vw, 1.45rem) clamp(0.85rem, 2.2vw, 1.35rem);
  border-radius: var(--radius-lg);
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  box-shadow: var(--glass-shadow);
  isolation: isolate;
  transition:
    border-color 0.4s var(--ease-out),
    box-shadow 0.45s var(--ease-out);
}

.partners-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(ellipse 85% 55% at 50% -20%, rgba(212, 175, 70, 0.14), transparent 58%);
  opacity: 0.95;
}

.partners-marquee:hover,
.partners-marquee:focus-within {
  border-color: var(--border-emphasis);
  box-shadow:
    var(--edge-inset),
    inset 0 -1px 0 rgba(0, 0, 0, 0.22),
    0 20px 56px -14px rgba(0, 0, 0, 0.48),
    0 0 48px -16px rgba(212, 175, 70, 0.18);
}

.partners-marquee-viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.partners-marquee-track {
  display: flex;
  width: max-content;
  animation: partners-marquee-scroll 52s linear infinite;
  animation-play-state: running;
  will-change: transform;
}

@media (prefers-reduced-motion: no-preference) {
  .partners-marquee:hover .partners-marquee-track,
  .partners-marquee:focus-within .partners-marquee-track {
    animation-play-state: paused;
  }
}

@keyframes partners-marquee-scroll {
  to {
    transform: translateX(-50%);
  }
}

.partners-marquee-set {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 3.25rem);
  padding-right: clamp(2rem, 4vw, 3.25rem);
  flex-shrink: 0;
}

.partners-marquee-set figure {
  margin: 0;
  height: 64px;
  display: grid;
  place-items: center;
}

.partners-marquee-set img {
  max-height: 52px;
  width: auto;
  max-width: min(140px, 26vw);
  object-fit: contain;
  filter: grayscale(0.12) brightness(1.08);
  opacity: 0.92;
  transition:
    opacity 0.28s var(--ease-out),
    filter 0.28s var(--ease-out),
    transform 0.28s var(--ease-out);
}

.partners-marquee:hover .partners-marquee-set img,
.partners-marquee:focus-within .partners-marquee-set img {
  opacity: 0.98;
}

.partners-marquee-set figure:hover img,
.partners-marquee-set figure:focus-within img {
  opacity: 1;
  transform: scale(1.06);
  filter: grayscale(0) brightness(1.12) drop-shadow(0 0 12px rgba(212, 175, 70, 0.35));
}

.partners-marquee-hint {
  margin: 0.95rem 0 0;
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.34);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
}

.partners-marquee-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(201, 164, 58, 0.5);
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .partners-marquee-viewport {
    overflow: visible;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .partners-marquee-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
    transform: none;
    will-change: auto;
  }

  .partners-marquee-set {
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1rem;
    column-gap: clamp(1.25rem, 3vw, 2rem);
  }

  .partners-marquee-set[aria-hidden="true"] {
    display: none;
  }

  .partners-marquee-hint {
    display: none;
  }

  .partners-marquee-set figure:hover img {
    transform: none;
  }
}

/* Inner pages hero (servicos / empresa) */
.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3rem;
  overflow: hidden;
}

/* Hero interno — mesma altura da home (82dvh, máx. 920px) */
body:has(#conteudo > .page-hero:first-child) .page-hero {
  margin-top: calc(-1 * var(--site-header-height, 118px));
  padding-top: var(--site-header-height, 118px);
  min-height: min(calc(82dvh + var(--site-header-height, 118px)), 920px);
  max-height: 920px;
}

.page-hero .ph-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/About-Pic-1.jpg") center/cover no-repeat;
  filter: brightness(0.52) saturate(0.94);
  transform: scale(1.02);
  transform-origin: center center;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: no-preference) {
  .page-hero .ph-bg {
    animation:
      ph-bg-enter 1.3s var(--ease-out) both,
      ph-bg-drift 26s ease-in-out 1.3s infinite alternate;
  }

  .page-hero--empresa .ph-bg {
    animation:
      ph-bg-enter 1.3s var(--ease-out) both,
      ph-bg-drift 26s ease-in-out 1.3s infinite alternate,
      ph-bg-pan-empresa 26s ease-in-out 1.3s infinite alternate;
  }

  .page-hero--servicos .ph-bg {
    animation:
      ph-bg-enter 1.3s var(--ease-out) both,
      ph-bg-drift 26s ease-in-out 1.3s infinite alternate,
      ph-bg-pan-servicos 26s ease-in-out 1.3s infinite alternate;
  }

  .page-hero--contato .ph-bg {
    animation:
      ph-bg-enter-contato 1.3s var(--ease-out) both,
      ph-bg-drift 26s ease-in-out 1.3s infinite alternate,
      ph-bg-pan-contato 26s ease-in-out 1.3s infinite alternate;
  }

  .page-hero--carreiras .ph-bg {
    animation:
      ph-bg-enter 1.3s var(--ease-out) both,
      ph-bg-drift 26s ease-in-out 1.3s infinite alternate,
      ph-bg-pan-carreiras 26s ease-in-out 1.3s infinite alternate;
  }

  .page-hero--faq .ph-bg {
    animation:
      ph-bg-enter-faq 1.3s var(--ease-out) both,
      ph-bg-drift 26s ease-in-out 1.3s infinite alternate,
      ph-bg-pan-faq 26s ease-in-out 1.3s infinite alternate;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero .ph-bg,
  .page-hero--empresa .ph-bg,
  .page-hero--servicos .ph-bg,
  .page-hero--contato .ph-bg,
  .page-hero--carreiras .ph-bg,
  .page-hero--faq .ph-bg {
    animation: none;
    will-change: auto;
  }
}

.page-hero .ph-texture {
  position: absolute;
  inset: 0;
  background: url("../assets/images/Texture-Hero-Home-page-2.png") top center /
    cover no-repeat;
  opacity: 0.28;
  mix-blend-mode: soft-light;
}

.page-hero .ph-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    rgba(52, 46, 42, 0.72) 0%,
    rgba(58, 52, 48, 0.48) 42%,
    rgba(48, 44, 40, 0.32) 100%
  );
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.85rem);
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.page-hero .sub {
  color: var(--text-muted);
  max-width: 60ch;
  margin-top: 1rem;
}

.page-hero .section-title {
  margin-bottom: 0.5rem;
}

/* Empresa service grid icons */
.info-cards {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .info-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.info-card {
  background: var(--glass-fill);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 1.5rem;
}

.info-card h3 {
  margin: 0 0 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.32;
  color: rgba(255, 252, 245, 0.95);
}

.info-card-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  background: rgba(201, 164, 58, 0.12);
  border: 1px solid rgba(201, 164, 58, 0.2);
  color: var(--gold-2);
  font-size: 0.92rem;
}

.info-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.info-card .info-card-gold {
  color: var(--gold-2);
  font-weight: 700;
}

.grupo-banner {
  text-align: center;
  padding: clamp(2.25rem, 5vw, 3.25rem) clamp(1.25rem, 3vw, 1.75rem);
  background:
    linear-gradient(145deg, rgba(212, 175, 55, 0.09), transparent 52%),
    var(--glass-fill);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px -30px rgba(0, 0, 0, 0.65);
}

.grupo-banner-title {
  font-family: var(--font-display);
  font-size: clamp(1.32rem, 3.15vw, 2.05rem);
  font-weight: 600;
  line-height: 1.22;
  margin: 0.4rem auto 0;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 40rem;
  text-wrap: balance;
}

.grupo-banner-title .text-gradient {
  display: inline;
}

.grupo-banner-prose {
  max-width: 42rem;
  margin: 1.35rem auto 1.15rem;
  text-align: left;
}

.grupo-banner-prose p {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.grupo-banner-prose p:last-child {
  margin-bottom: 0;
}

.grupo-banner .gold-line {
  margin-block: 1.15rem 0.25rem;
}

.grupo-banner > .section-title {
  margin: 0 0 0.45rem;
}

.empresa-intro-lede {
  margin: 0;
  max-width: 54ch;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.empresa-ambicao {
  position: relative;
  overflow: hidden;
  padding-block: clamp(2.75rem, 6vw, 4.25rem);
}

.empresa-ambicao__bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/futuristic_outsourcing_2.png?v=1") center/cover no-repeat;
  z-index: 0;
}

.empresa-ambicao__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      118deg,
      rgba(28, 24, 20, 0.9) 0%,
      rgba(42, 36, 30, 0.78) 42%,
      rgba(52, 46, 40, 0.52) 72%,
      rgba(62, 56, 48, 0.38) 100%
    ),
    radial-gradient(ellipse 80% 120% at 88% 50%, rgba(212, 175, 55, 0.1), transparent 58%);
  z-index: 0;
}

.empresa-ambicao__inner {
  position: relative;
  z-index: 1;
}

.empresa-ambicao__panel {
  max-width: 42rem;
  padding: clamp(1.65rem, 3.8vw, 2.5rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 48%, transparent 100%),
    rgba(28, 24, 20, 0.24);
  border: 1px solid rgba(201, 164, 58, 0.18);
  border-radius: var(--radius-lg);
  box-shadow:
    0 24px 56px -28px rgba(0, 0, 0, 0.72),
    inset 0 1px 0 rgba(212, 175, 85, 0.18);
}

.empresa-ambicao .section-title {
  color: var(--gold-bright);
  margin-bottom: 0.55rem;
}

.empresa-ambicao .section-heading {
  max-width: min(32rem, 100%);
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.98);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.42);
  text-wrap: balance;
}

.empresa-ambicao__line {
  margin-block: 1.1rem 1rem;
  max-width: 12rem;
  opacity: 0.85;
}

.empresa-ambicao-lead {
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2.55vw, 1.42rem);
  font-weight: 600;
  line-height: 1.36;
  margin: 0;
  max-width: 38rem;
  text-wrap: balance;
}

@media (max-width: 640px) {
  .empresa-ambicao__bg {
    background-position: 72% center;
  }
}

.empresa-outro {
  padding-block: clamp(2.5rem, 5vw, 3.5rem);
}

.empresa-outro-card {
  max-width: min(44rem, 100%);
  margin-inline: auto;
  padding: clamp(1.35rem, 3.2vw, 2rem) clamp(1.25rem, 3.5vw, 2rem);
  text-align: center;
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
}

.empresa-outro-card .section-title {
  margin: 0 0 0.65rem;
}

.empresa-outro-heading {
  margin: 0;
  padding-top: 0.65rem;
  border-top: 1px solid var(--border-subtle);
  font-family: var(--font-display);
  font-size: clamp(1.08rem, 2.5vw, 1.48rem);
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -0.015em;
  color: var(--text);
  text-wrap: balance;
}

.empresa-outro-card .btn {
  margin-top: 1.25rem;
}

/* Hero — página Nossa empresa */
.page-hero--empresa {
  --empresa-hero-bg: #011a35;
  align-items: center;
  padding-block: clamp(3.25rem, 8vw, 4.75rem) clamp(2.65rem, 6vw, 4rem);
  background-color: var(--empresa-hero-bg);
}

.page-hero--empresa .ph-bg {
  inset: -5%;
  background-color: var(--empresa-hero-bg);
  background-image: url("../assets/images/Generated_16.png?v=1");
  background-size: cover;
  background-position: 76% 50%;
  background-repeat: no-repeat;
  filter: brightness(0.96) saturate(1.18) contrast(1.07);
  transform: scale(1.02);
  transform-origin: 76% 50%;
  will-change: transform;
}

.page-hero--empresa .ph-overlay {
  background:
    linear-gradient(
      100deg,
      rgba(1, 16, 38, 0.84) 0%,
      rgba(1, 22, 48, 0.58) 30%,
      rgba(1, 26, 53, 0.24) 52%,
      rgba(1, 26, 53, 0.08) 68%,
      transparent 86%
    ),
    radial-gradient(ellipse 50% 65% at 90% 38%, rgba(0, 168, 232, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 0% 100%, rgba(0, 0, 0, 0.28) 0%, transparent 52%);
}

.page-hero--empresa .ph-texture {
  display: none;
}

.page-hero--empresa .container {
  /* Não usar width:100% — isso remove o recuo de --container e cola à margem */
  padding-inline: clamp(1.5rem, 5.5vw, 3rem);
}

.page-hero--empresa__layout {
  display: block;
}

.page-hero--empresa__copy {
  max-width: min(56rem, 100%);
}

.page-hero--empresa h1 {
  font-size: clamp(1.68rem, 4.15vw, 2.75rem);
  max-width: min(100%, 26ch);
  line-height: 1.12;
  margin: 0;
}

/* Mantém o nome da marca numa única linha */
.page-hero--empresa .empresa-hero-brand {
  white-space: nowrap;
}

.page-hero--empresa .sub {
  margin-top: 1.2rem;
  font-size: clamp(0.95rem, 2.1vw, 1.06rem);
  line-height: 1.62;
  color: var(--text-muted);
  max-width: 48ch;
}

.page-hero--empresa .section-title {
  margin: 0 0 0.6rem;
}

.empresa-hero-pilares {
  display: grid;
  gap: 0.85rem;
  margin-top: clamp(1.5rem, 3.2vw, 1.95rem);
}

@media (min-width: 768px) {
  .empresa-hero-pilares {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.empresa-hero-pilar {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.05rem 1rem 1.1rem;
  border-radius: var(--radius);
  background: var(--glass-fill);
  border: 1px solid rgba(201, 164, 58, 0.26);
  box-shadow: var(--glass-shadow);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.28s var(--ease-out),
    background 0.28s var(--ease-out),
    transform 0.28s var(--ease-out),
    box-shadow 0.28s var(--ease-out);
}

.empresa-hero-pilar:hover {
  border-color: rgba(201, 164, 58, 0.45);
  background: var(--bg-card-hover);
  transform: translateY(-3px);
  box-shadow: 0 20px 42px -18px rgba(0, 0, 0, 0.75);
}

.empresa-hero-pilar:focus-visible {
  outline: none;
  border-color: rgba(201, 164, 58, 0.55);
  box-shadow:
    0 0 0 2px rgba(78, 72, 67, 0.95),
    0 0 0 4px rgba(201, 164, 58, 0.4);
}

.empresa-hero-pilar__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 11px;
  background: rgba(201, 164, 58, 0.14);
  border: 1px solid rgba(201, 164, 58, 0.2);
  color: var(--gold-2);
  font-size: 0.95rem;
}

.empresa-hero-pilar__body {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  min-width: 0;
}

.empresa-hero-pilar__title {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.empresa-hero-pilar__desc {
  font-size: 0.84rem;
  line-height: 1.48;
  color: var(--text-muted);
  margin: 0;
}

.page-hero--empresa .empresa-hero-cta {
  margin-top: 1.65rem;
  flex-wrap: wrap;
  gap: 0.75rem 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  .empresa-hero-pilar {
    transition-duration: 0.01ms;
  }

  .empresa-hero-pilar:hover {
    transform: none;
  }
}

@media (max-width: 720px) {
  .page-hero--empresa .ph-bg {
    inset: -8%;
    background-position: 70% 46%;
    transform: scale(1.04);
    transform-origin: 68% 46%;
    filter: brightness(0.9) saturate(1.14) contrast(1.05);
  }

  .page-hero--empresa .ph-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(1, 16, 38, 0.86) 0%,
        rgba(1, 22, 48, 0.52) 42%,
        rgba(1, 26, 53, 0.18) 100%
      ),
      radial-gradient(ellipse 80% 50% at 85% 30%, rgba(0, 168, 232, 0.08) 0%, transparent 55%);
  }
}

.point-card--span {
  grid-column: 1 / -1;
}

.points-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 800px) {
  .points-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.point-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
}

.point-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
}

.point-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* Accordion */
.accordion {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg-card);
}

.accordion-item + .accordion-item {
  border-top: 1px solid var(--border-subtle);
}

.acc-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: rgba(38, 34, 30, 0.45);
  border: none;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition:
    color 0.26s var(--ease-out),
    background 0.26s var(--ease-out),
    box-shadow 0.26s var(--ease-out);
}

.acc-btn:hover {
  color: var(--gold-2);
  background: rgba(212, 175, 70, 0.06);
}

.acc-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 10px;
  color: var(--gold-2);
  background: linear-gradient(155deg, rgba(212, 175, 70, 0.14) 0%, rgba(212, 175, 70, 0.05) 100%);
  border: 1px solid rgba(212, 175, 70, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  transition: transform 0.26s var(--ease-out);
}

.acc-btn[aria-expanded="true"] .acc-icon {
  transform: rotate(45deg);
}

.acc-panel {
  display: none;
  padding: 0 1.25rem 1.25rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.acc-btn[aria-expanded="true"] + .acc-panel {
  display: block;
}

/* Acordeão — Nossa empresa (Transparência) */
.empresa-transparencia-intro {
  margin: 0 auto;
  max-width: 44rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.empresa-transparencia .section-head.center {
  max-width: 36rem;
  margin-bottom: 2.25rem;
}

.empresa-accordion {
  max-width: 44rem;
  margin-inline: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201, 164, 58, 0.22);
  background: linear-gradient(178deg, rgba(255, 255, 255, 0.04) 0%, var(--bg-card) 45%);
  box-shadow: 0 22px 48px -26px rgba(0, 0, 0, 0.7);
  overflow: hidden;
}

.empresa-accordion .accordion-item + .accordion-item {
  border-top: 1px solid var(--border-subtle);
}

.empresa-accordion .accordion-item:has(.acc-btn[aria-expanded="true"]) {
  background: rgba(201, 164, 58, 0.05);
  box-shadow: inset 3px 0 0 var(--gold-2);
}

.empresa-accordion .acc-btn {
  padding: 1.15rem 1.35rem;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: rgba(245, 242, 235, 0.95);
  transition:
    color 0.22s var(--ease-out),
    background 0.22s var(--ease-out);
}

.empresa-accordion .acc-btn:hover {
  color: var(--gold-1);
  background: rgba(255, 255, 255, 0.03);
}

.empresa-accordion .acc-btn[aria-expanded="true"] {
  color: var(--gold-bright);
  background: rgba(201, 164, 58, 0.07);
}

.empresa-accordion .acc-btn:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(201, 164, 58, 0.4);
}

.empresa-accordion .acc-btn-label {
  flex: 1;
  text-align: left;
}

.empresa-accordion .acc-btn[aria-expanded="true"] .acc-icon {
  transform: rotate(-180deg);
}

.empresa-accordion .acc-panel {
  padding: 0 1.35rem 1.35rem 1.35rem;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.65;
  color: var(--text-muted);
  border-top: 1px solid rgba(201, 164, 58, 0.1);
}

.empresa-accordion .acc-btn[aria-expanded="false"] + .acc-panel {
  border-top: none;
  padding-top: 0;
}

.empresa-accordion .acc-btn[aria-expanded="true"] + .acc-panel {
  padding-top: 0.85rem;
}
.tech-pair {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 800px) {
  .tech-pair {
    grid-template-columns: 160px 1fr;
    align-items: start;
  }
}

.tech-logo {
  background: #fff;
  border-radius: var(--radius);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-subtle);
}

.tech-logo img {
  max-height: 72px;
  width: auto;
  object-fit: contain;
}

.tech-body h3 {
  margin: 0 0 0.5rem;
  color: var(--gold-2);
}

.tech-body p {
  margin: 0;
  color: var(--text-muted);
}

.outsource-list .mini-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  padding: 1.35rem;
  margin-bottom: 1rem;
}

.outsource-list .mini-card h3 {
  margin: 0 0 0.5rem;
  color: var(--gold-2);
  font-size: 1.05rem;
}

.outsource-list .mini-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* — Página Serviços — (hero alinhado à estrutura de .page-hero--empresa) */
.page-hero--servicos {
  --servicos-hero-bg: #060e1c;
  align-items: center;
  padding-block: clamp(3.25rem, 8vw, 4.75rem) clamp(2.65rem, 6vw, 4rem);
  background-color: var(--servicos-hero-bg);
}

.page-hero--servicos .ph-bg {
  inset: -8%;
  background-color: var(--servicos-hero-bg);
  background-image: url("../assets/images/futuristic_collaboration_3.png?v=1");
  background-size: cover;
  background-position: 52% 42%;
  background-repeat: no-repeat;
  filter: brightness(0.92) saturate(1.14) contrast(1.04);
  opacity: 0.82;
  transform: scale(1.02);
  transform-origin: 52% 42%;
}

.page-hero--servicos .ph-overlay {
  background:
    linear-gradient(
      100deg,
      rgba(6, 14, 28, 0.84) 0%,
      rgba(8, 18, 36, 0.56) 32%,
      rgba(10, 22, 42, 0.22) 56%,
      transparent 78%
    ),
    radial-gradient(
      ellipse 92% 88% at 52% 42%,
      transparent 0%,
      transparent 46%,
      rgba(6, 14, 28, 0.18) 66%,
      rgba(6, 14, 28, 0.52) 82%,
      rgba(6, 14, 28, 0.86) 100%
    );
}

.page-hero--servicos .ph-texture {
  display: none;
}

.page-hero--servicos .container {
  padding-inline: clamp(1.5rem, 5.5vw, 3rem);
}

.page-hero--servicos__layout {
  display: block;
}

.page-hero--servicos__copy {
  max-width: min(56rem, 100%);
}

.page-hero--servicos h1 {
  font-size: clamp(1.68rem, 4.15vw, 2.75rem);
  max-width: min(100%, 26ch);
  line-height: 1.12;
  margin: 0;
}

.page-hero--servicos .section-title {
  margin: 0 0 0.6rem;
}

.page-hero--servicos .sub {
  margin-top: 1.2rem;
  font-size: clamp(0.95rem, 2.1vw, 1.06rem);
  line-height: 1.62;
  color: var(--text-muted);
  max-width: 48ch;
}

.page-hero--servicos .servicos-hero-cta {
  margin-top: 1.65rem;
  flex-wrap: wrap;
  gap: 0.75rem 0.9rem;
}

@media (max-width: 720px) {
  .page-hero--servicos .ph-bg {
    inset: -10%;
    background-position: 50% 40%;
    filter: brightness(0.86) saturate(1.1) contrast(1.03);
    opacity: 0.78;
  }

  .page-hero--servicos .ph-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(6, 14, 28, 0.88) 0%,
        rgba(8, 18, 36, 0.54) 46%,
        rgba(10, 22, 42, 0.22) 100%
      ),
      radial-gradient(
        ellipse 100% 92% at 50% 40%,
        transparent 0%,
        transparent 42%,
        rgba(6, 14, 28, 0.22) 64%,
        rgba(6, 14, 28, 0.58) 82%,
        rgba(6, 14, 28, 0.88) 100%
      );
  }
}

/* — Página FAQ — */
.page-hero--faq {
  --faq-hero-bg: #011a35;
  align-items: center;
  padding-block: clamp(3.25rem, 8vw, 4.75rem) clamp(2.65rem, 6vw, 4rem);
  background-color: var(--faq-hero-bg);
}

.page-hero--faq .ph-bg {
  inset: -8%;
  background-image: url("../assets/images/futuristic_faq_2.png?v=1");
  background-size: cover;
  background-position: 50% 46%;
  background-repeat: no-repeat;
  background-color: var(--faq-hero-bg);
  filter: brightness(0.82) saturate(1.1) contrast(1.03);
  transform: scale(1.02);
  transform-origin: 50% 46%;
}

.page-hero--faq .ph-overlay {
  background: linear-gradient(
    100deg,
    rgba(1, 16, 36, 0.84) 0%,
    rgba(1, 20, 44, 0.52) 34%,
    rgba(1, 22, 48, 0.18) 54%,
    transparent 72%
  );
}

.page-hero--faq .ph-texture {
  display: none;
}

.page-hero--faq .container {
  padding-inline: clamp(1.5rem, 5.5vw, 3rem);
}

.page-hero--faq__layout {
  display: block;
}

.page-hero--faq__copy {
  max-width: min(56rem, 100%);
}

.page-hero--faq h1 {
  font-size: clamp(1.68rem, 4.15vw, 2.75rem);
  max-width: min(100%, 26ch);
  line-height: 1.12;
  margin: 0;
}

.page-hero--faq .section-title {
  margin: 0 0 0.6rem;
}

.page-hero--faq .sub {
  margin-top: 1.2rem;
  font-size: clamp(0.95rem, 2.1vw, 1.06rem);
  line-height: 1.62;
  color: var(--text-muted);
  max-width: 48ch;
}

.page-hero--faq .faq-hero-cta {
  margin-top: 1.65rem;
  flex-wrap: wrap;
  gap: 0.75rem 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
  .page-hero--faq .ph-bg {
    transform: none;
  }
}

@media (max-width: 720px) {
  .page-hero--faq .ph-bg {
    inset: -10%;
    background-position: 50% 42%;
    filter: brightness(0.78) saturate(1.08) contrast(1.02);
  }

  .page-hero--faq .ph-overlay {
    background: linear-gradient(
      180deg,
      rgba(1, 16, 36, 0.86) 0%,
      rgba(1, 20, 44, 0.52) 46%,
      rgba(1, 22, 48, 0.18) 100%
    );
  }
}

.servicos-resumo-grid {
  margin-top: clamp(1.35rem, 3vw, 1.75rem);
  gap: clamp(1rem, 2.5vw, 1.35rem);
  align-items: start;
}

/* Serviços — primeiro card com imagem de destaque */
.card--servicos-jump--thumb {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-servicos-thumb {
  position: relative;
  /* Faixa mais baixa: menos % da altura do card, imagem mais “banner” */
  aspect-ratio: 1200 / 340;
  max-height: min(150px, 26vw);
  flex-shrink: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 175, 72, 0.22);
  background: #1a2030;
}

.card-servicos-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 35%, rgba(74, 69, 64, 0.45) 78%, rgba(74, 69, 64, 0.92) 100%);
}

.card-servicos-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
  display: block;
}

.card-servicos-jump__body {
  padding: 1.1rem 1.5rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.card--servicos-jump--thumb .card-servicos-jump__body h3 {
  margin: 0 0 0.65rem;
}

.card--servicos-jump--thumb .card-servicos-jump__body p {
  margin: 0;
}

@media (min-width: 800px) {
  .card-servicos-thumb {
    max-height: min(138px, 20vw);
  }
}

.card--servicos-jump h3 {
  margin: 0 0 0.65rem;
  font-size: 1.12rem;
}

.card--servicos-jump h3 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  transition: color 0.2s var(--ease-out);
}

.card--servicos-jump h3 a:hover {
  color: var(--gold-bright);
}

.card-jump-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 8px;
  background: rgba(201, 164, 58, 0.12);
  border: 1px solid rgba(201, 164, 58, 0.2);
  color: var(--gold-2);
  font-size: 0.72rem;
  flex-shrink: 0;
  transition:
    transform 0.22s var(--ease-out),
    border-color 0.22s var(--ease-out);
}

.card--servicos-jump h3 a:hover .card-jump-hint {
  transform: translateY(2px);
  border-color: rgba(201, 164, 58, 0.4);
}

.card--servicos-jump p {
  margin: 0;
}

.servicos-prose {
  margin: 0 0 1rem;
  max-width: 68ch;
  color: var(--text-muted);
  font-size: 0.96rem;
  line-height: 1.62;
}

.servicos-prose--stack-intro {
  margin-bottom: 0.35rem;
}

/* Secção Desenvolvimento — painel introdutório + grelha de stack */
.servicos-dev__top {
  display: grid;
  gap: 1.35rem;
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 48%, transparent 100%),
    rgba(32, 28, 24, 0.42);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
}

@media (min-width: 880px) {
  .servicos-dev__top {
    grid-template-columns: minmax(0, 13.5rem) minmax(0, 1fr);
    gap: 0 2.75rem;
    padding: clamp(1.75rem, 3.8vw, 2.5rem) clamp(2rem, 4vw, 2.75rem);
  }
}

.servicos-dev__head {
  margin: 0;
  max-width: none;
}

.servicos-dev__head .section-heading {
  margin-bottom: 0;
  line-height: 1.1;
}

.servicos-dev__line {
  margin-block: 0.9rem 0;
  max-width: 3.25rem;
  opacity: 0.8;
}

@media (min-width: 880px) {
  .servicos-dev__line {
    margin-block: 1rem 0;
  }
}

.servicos-dev__intro {
  min-width: 0;
  padding: 0;
}

@media (min-width: 880px) {
  .servicos-dev__intro {
    padding-left: 2.5rem;
    border-left: 1px solid var(--border-subtle);
  }
}

.servicos-dev-lead {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.04rem, 2.25vw, 1.28rem);
  font-weight: 600;
  line-height: 1.4;
  color: var(--text);
  text-wrap: balance;
}

.servicos-dev-note {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.92rem;
  line-height: 1.58;
  max-width: 62ch;
}

.tech-stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
}

.tech-stack.tech-stack--grid {
  display: grid;
  gap: 1rem 1.15rem;
  margin-top: clamp(1.85rem, 4vw, 2.65rem);
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .tech-stack.tech-stack--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1080px) {
  .tech-stack.tech-stack--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tech-pair.tech-pair--card {
  margin-bottom: 0;
  padding: 1.15rem 1.25rem;
  background: var(--glass-fill);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  gap: 1.1rem;
  transition:
    border-color 0.28s var(--ease-out),
    box-shadow 0.28s var(--ease-out),
    transform 0.28s var(--ease-out);
  box-shadow: 0 10px 32px -24px rgba(0, 0, 0, 0.55);
}

.tech-stack--grid .tech-pair.tech-pair--card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.2rem 1.15rem 1.3rem;
  gap: 1rem;
}

.tech-stack--grid .tech-logo {
  align-self: center;
  width: 100%;
  max-width: 132px;
  min-height: 5.25rem;
  padding: 0.75rem 0.9rem;
}

.tech-stack--grid .tech-body h3 {
  font-size: 1.02rem;
  text-align: center;
}

.tech-stack--grid .tech-body p {
  font-size: 0.89rem;
  line-height: 1.52;
  text-align: center;
}

.tech-pair.tech-pair--card:hover {
  border-color: rgba(201, 164, 58, 0.28);
  box-shadow: 0 16px 40px -20px rgba(0, 0, 0, 0.45);
  transform: translateY(-2px);
}

.servicos-consult-grid {
  margin-top: clamp(1.25rem, 2.8vw, 1.65rem);
  gap: clamp(1rem, 2.5vw, 1.35rem);
}

.servicos-consult-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.006) 48%, transparent 100%),
    rgba(28, 24, 20, 0.07);
  border: 1px solid var(--border-soft);
  box-shadow:
    0 12px 36px -26px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(212, 175, 85, 0.1);
}

.servicos-consult-card:hover {
  border-color: var(--border-emphasis);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.01) 48%, transparent 100%),
    rgba(28, 24, 20, 0.11);
}

.servicos-talentos-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3rem, 6.5vw, 4.25rem);
}

.servicos-talentos-band__bg {
  position: absolute;
  inset: 0;
  background: url("../assets/images/tecnologia_01.jpg?v=1") center/cover no-repeat;
  filter: brightness(1.08) saturate(1.05) contrast(1.02);
  z-index: 0;
}

.servicos-talentos-band__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      112deg,
      rgba(28, 24, 20, 0.7) 0%,
      rgba(42, 36, 30, 0.48) 38%,
      rgba(52, 46, 40, 0.28) 68%,
      rgba(62, 56, 48, 0.14) 100%
    ),
    radial-gradient(ellipse 70% 90% at 78% 50%, rgba(212, 175, 55, 0.08), transparent 55%);
  z-index: 0;
}

.servicos-talentos-band__inner {
  position: relative;
  z-index: 1;
}

.servicos-talentos-band__panel {
  max-width: min(42rem, 100%);
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 48%, transparent 100%),
    rgba(28, 24, 20, 0.28);
  border: 1px solid rgba(201, 164, 58, 0.24);
  border-radius: var(--radius-lg);
  box-shadow:
    0 24px 56px -28px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(212, 175, 85, 0.16);
}

.servicos-talentos-band .section-title {
  color: var(--gold-bright);
  margin-bottom: 0.55rem;
}

.servicos-talentos-band .section-heading {
  max-width: min(32rem, 100%);
  margin-bottom: 0;
  color: rgba(255, 253, 248, 0.98);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.38);
  text-wrap: balance;
}

.servicos-talentos-band__line {
  margin-block: 1rem 0.9rem;
  max-width: 12rem;
  opacity: 0.85;
}

.servicos-talentos-lead {
  margin: 0;
  max-width: 38rem;
  font-family: var(--font-display);
  font-size: clamp(1.06rem, 2.35vw, 1.34rem);
  font-weight: 600;
  line-height: 1.38;
  text-wrap: balance;
}

@media (max-width: 640px) {
  .servicos-talentos-band__bg {
    background-position: 68% center;
  }
}

.outsource-grid {
  display: grid;
  gap: 1rem;
  margin-top: clamp(1.15rem, 2.8vw, 1.6rem);
}

@media (min-width: 640px) {
  .outsource-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .outsource-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.05rem 1.15rem;
  }
}

.outsource-list .outsource-grid .mini-card {
  margin-bottom: 0;
  height: 100%;
  transition:
    border-color 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out),
    transform 0.25s var(--ease-out);
}

.outsource-list .outsource-grid .mini-card:hover {
  border-color: rgba(201, 164, 58, 0.26);
  transform: translateY(-2px);
  box-shadow: 0 14px 36px -22px rgba(0, 0, 0, 0.45);
}

.servicos-out-cta {
  margin-top: clamp(1.75rem, 3.5vw, 2.25rem);
  flex-wrap: wrap;
}

@media (prefers-reduced-motion: reduce) {
  .page-hero--servicos .ph-bg {
    transform: none;
  }

  .tech-pair.tech-pair--card:hover,
  .outsource-list .outsource-grid .mini-card:hover {
    transform: none;
  }

  .card--servicos-jump h3 a:hover .card-jump-hint {
    transform: none;
  }
}

/* Página Contato */
.page-hero--contato {
  --contato-hero-bg: #011a35;
  align-items: center;
  padding-block: clamp(3.25rem, 8vw, 4.75rem) clamp(2.65rem, 6vw, 4rem);
  background-color: var(--contato-hero-bg);
}

.page-hero--contato::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 48% 42% at 82% 32%, rgba(0, 168, 232, 0.14) 0%, transparent 60%),
    radial-gradient(ellipse 55% 48% at 18% 88%, rgba(0, 0, 0, 0.2) 0%, transparent 54%);
}

.page-hero--contato .ph-bg {
  z-index: 1;
  inset: -5%;
  background-image: url("../assets/images/Generated_3n.png?v=1");
  background-position: 58% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--contato-hero-bg);
  filter: brightness(0.96) saturate(1.18) contrast(1.07);
  transform: scale(1.02);
  transform-origin: 58% 50%;
  will-change: transform;
}

.page-hero--contato .ph-overlay {
  z-index: 2;
  background:
    linear-gradient(
      100deg,
      rgba(1, 16, 38, 0.84) 0%,
      rgba(1, 22, 48, 0.58) 30%,
      rgba(1, 26, 53, 0.24) 52%,
      rgba(1, 26, 53, 0.08) 68%,
      transparent 86%
    ),
    radial-gradient(ellipse 55% 60% at 58% 48%, rgba(0, 168, 232, 0.09) 0%, transparent 62%),
    radial-gradient(ellipse 50% 65% at 90% 38%, rgba(0, 168, 232, 0.1) 0%, transparent 58%),
    radial-gradient(ellipse 70% 55% at 0% 100%, rgba(0, 0, 0, 0.28) 0%, transparent 52%);
}

.page-hero--contato .ph-texture {
  display: none;
}

.page-hero--contato .container {
  position: relative;
  z-index: 3;
  padding-inline: clamp(1.5rem, 5.5vw, 3rem);
}

.page-hero--contato__layout {
  display: block;
}

.page-hero--contato__copy {
  max-width: min(56rem, 100%);
}

.page-hero--contato h1 {
  font-size: clamp(1.68rem, 4.15vw, 2.75rem);
  max-width: min(100%, 26ch);
  line-height: 1.12;
  margin: 0;
}

.page-hero--contato .section-title {
  margin: 0 0 0.6rem;
}

.page-hero--contato .sub {
  margin-top: 1.2rem;
  font-size: clamp(0.95rem, 2.1vw, 1.06rem);
  line-height: 1.62;
  color: var(--text-muted);
  max-width: 48ch;
}

.contact-hero__line {
  margin-block: 0.75rem 0;
  max-width: 8rem;
  opacity: 0.85;
}

/* — Página Trabalhe connosco — */
.page-hero--carreiras {
  --carreiras-hero-bg: #0a1628;
  align-items: center;
  padding-block: clamp(3.25rem, 8vw, 4.75rem) clamp(2.65rem, 6vw, 4rem);
  background-color: var(--carreiras-hero-bg);
}

.page-hero--carreiras .ph-bg {
  inset: -8%;
  background-image: url("../assets/images/robot-cyborg.png?v=1");
  background-size: cover;
  background-position: 58% 45%;
  background-repeat: no-repeat;
  background-color: var(--carreiras-hero-bg);
  filter: brightness(0.92) saturate(1.14) contrast(1.04);
  opacity: 0.82;
  transform: scale(1.02);
  transform-origin: 58% 45%;
}

.page-hero--carreiras .ph-overlay {
  background: linear-gradient(
    100deg,
    rgba(6, 14, 28, 0.88) 0%,
    rgba(8, 18, 36, 0.58) 32%,
    rgba(10, 22, 42, 0.22) 56%,
    transparent 78%
  );
}

.page-hero--carreiras .ph-texture {
  display: none;
}

.page-hero--carreiras .container {
  padding-inline: clamp(1.5rem, 5.5vw, 3rem);
}

.page-hero--carreiras__copy {
  max-width: min(56rem, 100%);
}

.page-hero--carreiras h1 {
  font-size: clamp(1.68rem, 4.15vw, 2.75rem);
  max-width: min(100%, 22ch);
  line-height: 1.12;
  margin: 0;
}

.page-hero--carreiras .section-title {
  margin: 0 0 0.6rem;
}

.page-hero--carreiras .sub {
  margin-top: 1.2rem;
  font-size: clamp(0.95rem, 2.1vw, 1.06rem);
  line-height: 1.62;
  color: var(--text-muted);
  max-width: 50ch;
}

.page-hero--carreiras .carreiras-hero-cta {
  margin-top: 1.65rem;
  flex-wrap: wrap;
  gap: 0.75rem 0.9rem;
}

.carreiras-porque {
  padding-block: clamp(2rem, 4.5vw, 2.75rem);
}

.carreiras-cultura-panel {
  max-width: 58rem;
  margin-inline: auto;
  padding: clamp(1.25rem, 3vw, 1.65rem) clamp(1rem, 2.5vw, 1.35rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 48%, transparent 100%),
    rgba(32, 28, 24, 0.28);
  box-shadow:
    0 20px 48px -28px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(212, 175, 85, 0.14);
}

.carreiras-cultura-head {
  text-align: center;
  max-width: 38rem;
  margin-inline: auto;
  margin-bottom: 1.25rem;
}

.carreiras-cultura-head .section-heading {
  margin: 0;
  font-size: clamp(1.18rem, 2.5vw, 1.52rem);
  line-height: 1.2;
}

.carreiras-cultura-head__line {
  margin-block: 0.65rem 0.55rem;
  margin-inline: auto;
  max-width: 7rem;
  opacity: 0.8;
}

.carreiras-cultura-lede {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-soft);
  text-wrap: balance;
}

.carreiras-cultura-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 900px) {
  .carreiras-cultura-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
  }
}

.carreiras-cultura-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.45rem;
  padding: 0.85rem 0.6rem 0.8rem;
  min-height: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 164, 58, 0.18);
  background: rgba(255, 255, 255, 0.03);
  transition:
    border-color 0.28s var(--ease-out),
    transform 0.28s var(--ease-out),
    background 0.28s var(--ease-out);
}

.carreiras-cultura-card:hover {
  border-color: var(--border-emphasis);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.carreiras-cultura-card__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.72rem;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.45);
}

.carreiras-cultura-card__icon--projects {
  background: #4285f4;
  border: 1px solid #4285f4;
}

.carreiras-cultura-card__icon--rigor {
  background: #ea4335;
  border: 1px solid #ea4335;
}

.carreiras-cultura-card__icon--flex {
  background: #25d366;
  border: 1px solid #25d366;
}

.carreiras-cultura-card__icon--growth {
  background: #c9a43a;
  border: 1px solid #c9a43a;
  color: #1a1612;
}

.carreiras-cultura-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(255, 252, 245, 0.96);
}

.carreiras-cultura-card p {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--text-muted);
  text-wrap: balance;
}

@media (prefers-reduced-motion: reduce) {
  .carreiras-cultura-card:hover {
    transform: none;
  }
}

.carreiras-areas-grid {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .carreiras-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .carreiras-areas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.carreiras-area-card {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.15rem 1.05rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background: var(--glass-fill);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  backdrop-filter: blur(var(--glass-blur)) saturate(var(--glass-saturate));
  transition:
    border-color 0.28s var(--ease-out),
    transform 0.28s var(--ease-out),
    background 0.28s var(--ease-out);
}

.carreiras-area-card:hover {
  border-color: var(--border-emphasis);
  background: var(--bg-card-hover);
  transform: translateY(-3px);
}

.carreiras-area-card__icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(201, 164, 58, 0.32);
  color: var(--gold-2);
  font-size: 0.82rem;
}

.carreiras-area-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(255, 252, 245, 0.96);
}

.carreiras-area-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.58;
  color: var(--text-muted);
}

.carreiras-processo-grid {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  counter-reset: carreiras-step;
}

@media (min-width: 768px) {
  .carreiras-processo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .carreiras-processo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.carreiras-processo-step {
  position: relative;
  padding: 1.15rem 1rem 1.1rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-soft);
  background: var(--glass-fill);
  box-shadow: var(--glass-shadow);
}

.carreiras-processo-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  margin-bottom: 0.55rem;
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid rgba(201, 164, 58, 0.28);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold-bright);
}

.carreiras-processo-step h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.carreiras-processo-step p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.58;
  color: var(--text-muted);
}

.carreiras-valores-grid {
  list-style: none;
  margin: 0.25rem auto 0;
  padding: 0;
  max-width: 44rem;
  display: grid;
  gap: 0.65rem;
}

.carreiras-valores-grid li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 164, 58, 0.18);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--text-muted);
}

.carreiras-valores-grid li i {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: var(--gold-2);
  font-size: 0.72rem;
}

.carreiras-candidatura .contact-page-shell {
  max-width: 44rem;
  margin-inline: auto;
}

.form-optional {
  font-weight: 400;
  font-size: 0.78em;
  color: var(--text-soft);
  letter-spacing: 0;
  text-transform: none;
}

.carreiras-file-input {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: var(--radius);
  border: 1px dashed rgba(201, 164, 58, 0.35);
  background: rgba(28, 24, 20, 0.35);
  color: var(--text-muted);
  font-size: 0.82rem;
  cursor: pointer;
}

.carreiras-file-input::file-selector-button {
  margin-right: 0.75rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(201, 164, 58, 0.35);
  border-radius: var(--btn-radius-pill);
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold-bright);
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 720px) {
  .page-hero--carreiras .ph-bg {
    inset: -10%;
    background-position: 55% 42%;
    filter: brightness(0.86) saturate(1.1) contrast(1.03);
    opacity: 0.78;
  }

  .page-hero--carreiras .ph-overlay {
    background: linear-gradient(
      180deg,
      rgba(6, 14, 28, 0.9) 0%,
      rgba(8, 18, 36, 0.56) 46%,
      rgba(10, 22, 42, 0.22) 100%
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .carreiras-area-card:hover {
    transform: none;
  }
}

.contact-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  padding: 0.35rem 0.7rem;
  border-radius: var(--btn-radius-pill);
  border: 1px solid rgba(201, 164, 58, 0.28);
  background: rgba(212, 175, 55, 0.08);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--gold-bright);
}

.contact-hero-badge i {
  font-size: 0.72rem;
  opacity: 0.9;
}

.contact-page-main {
  padding-block: clamp(1.75rem, 3.5vw, 2.5rem) clamp(2rem, 4vw, 2.75rem);
}

.contact-page-main .container {
  max-width: min(52rem, 100%);
}

.contact-channels-head {
  margin-bottom: 1rem;
}

.contact-channels-head--center {
  text-align: center;
  max-width: 36rem;
  margin-inline: auto;
}

.contact-channels-head .section-heading {
  margin-bottom: 0;
  font-size: clamp(1.12rem, 2.2vw, 1.32rem);
}

.contact-channels-head--center .contact-channels-head__line {
  margin-inline: auto;
}

.contact-channels-head__line {
  margin-block: 0.65rem 0.55rem;
  max-width: 7rem;
  opacity: 0.8;
}

.contact-channels-lede {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: var(--text-soft);
}

.contact-channels {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.contact-channels--bar {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 52rem;
  margin-inline: auto;
}

@media (min-width: 768px) {
  .contact-channels--bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
  }
}

.contact-channels--bar > li {
  min-width: 0;
  display: flex;
}

.contact-channels--bar .contact-channel {
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.45rem;
  padding: 0.7rem 0.55rem;
  min-height: 6.25rem;
}

.contact-channels--bar .contact-channel__icon {
  width: 2rem;
  height: 2rem;
  font-size: 0.72rem;
}

.contact-channels--bar .contact-channel__body {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
  width: 100%;
}

.contact-channels--bar .contact-channel__label {
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  line-height: 1.2;
}

.contact-channels--bar .contact-channel__value {
  font-size: 0.72rem;
  line-height: 1.3;
  text-wrap: balance;
}

.contact-channels--bar .contact-channel--email .contact-channel__value {
  font-size: 0.68rem;
  letter-spacing: -0.01em;
}

.contact-channel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 0.8rem;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(201, 164, 58, 0.2);
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.28s var(--ease-out),
    transform 0.28s var(--ease-out),
    background 0.28s var(--ease-out);
  height: 100%;
}

a.contact-channel:hover {
  border-color: var(--border-emphasis);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-2px);
}

.contact-page-shell {
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 48%, transparent 100%),
    rgba(32, 28, 24, 0.34);
  box-shadow:
    0 24px 56px -28px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(212, 175, 85, 0.16);
}

.contact-channel:focus-visible {
  outline: none;
  border-color: rgba(201, 164, 58, 0.55);
  box-shadow:
    0 0 0 2px rgba(78, 72, 67, 0.95),
    0 0 0 4px rgba(201, 164, 58, 0.35);
}

.contact-channel--static {
  cursor: default;
}

.contact-channel--static:hover {
  border-color: rgba(201, 164, 58, 0.2);
  background: rgba(255, 255, 255, 0.03);
  transform: none;
}

.contact-channel__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(201, 164, 58, 0.28);
  color: var(--gold-2);
  font-size: 0.78rem;
  box-shadow: var(--edge-inset);
}

.contact-channel__icon--phone {
  background: #007aff;
  border-color: #007aff;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(0, 122, 255, 0.55);
}

.contact-channel__icon--whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(37, 211, 102, 0.55);
}

.contact-channel__icon--email {
  background: #ea4335;
  border-color: #ea4335;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(234, 67, 53, 0.5);
}

.contact-channel__icon--calendar {
  background: #4285f4;
  border-color: #4285f4;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(66, 133, 244, 0.5);
}

.contact-channel__icon--location {
  background: #db4437;
  border-color: #db4437;
  color: #fff;
  box-shadow: 0 4px 14px -6px rgba(219, 68, 55, 0.5);
}

.contact-channel__body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
  width: 100%;
}

.contact-channel__label {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-bright);
}

.contact-channel__value {
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(248, 246, 240, 0.92);
  word-break: break-word;
}

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

.contact-form-head {
  margin-bottom: 1.1rem;
}

.contact-form-head--center {
  text-align: center;
}

.contact-form-head--center .contact-form-head__line {
  margin-inline: auto;
}

.contact-form-head .section-title {
  margin-bottom: 0.35rem;
}

.contact-form-title {
  font-family: var(--font-display);
  font-size: clamp(1.14rem, 2.4vw, 1.38rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0;
  color: rgba(255, 252, 245, 0.98);
  text-wrap: balance;
}

.contact-form-head__line {
  margin-block: 0.65rem 0.55rem;
  max-width: 7rem;
  opacity: 0.85;
}

.contact-form-lead {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text-soft);
  max-width: 44ch;
}

.contact-form-head--center .contact-form-lead {
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

.contact-form-card .form-grid-2 {
  gap: 0 0.9rem;
}

.contact-form-card .form-field {
  margin-bottom: 0.85rem;
}

.contact-form-card .contact-form-field--message {
  margin-bottom: 0;
}

.contact-form-card label {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.3rem;
}

.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select {
  padding: 0.72rem 0.85rem;
  font-size: 0.88rem;
  border-color: rgba(201, 164, 58, 0.24);
  background: rgba(20, 16, 14, 0.38);
}

.contact-form-card select {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 164, 58, 0.24);
  color: var(--text);
  font-family: inherit;
  cursor: pointer;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-2) 50%),
    linear-gradient(135deg, var(--gold-2) 50%, transparent 50%);
  background-position:
    calc(100% - 1.15rem) calc(50% + 0.12rem),
    calc(100% - 0.85rem) calc(50% + 0.12rem);
  background-size: 0.32rem 0.32rem, 0.32rem 0.32rem;
  background-repeat: no-repeat;
  padding-right: 2.25rem;
}

.contact-form-card select:focus {
  outline: none;
  border-color: rgba(212, 175, 85, 0.5);
  background-color: rgba(28, 24, 20, 0.5);
}

.contact-form-card select option {
  background: #2a2622;
  color: var(--text);
}

.contact-form-card .contact-form-field--message textarea {
  resize: none;
  min-height: 0;
  height: calc(1.45em * 7 + 1.1rem);
  max-height: calc(1.45em * 7 + 1.1rem);
  line-height: 1.45;
  overflow-y: auto;
  field-sizing: fixed;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: rgba(212, 175, 85, 0.5);
  background: rgba(28, 24, 20, 0.5);
}

.contact-form-actions {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(201, 164, 58, 0.14);
}

.contact-form-submit {
  width: 100%;
  justify-content: center;
  margin-top: 0;
  padding-block: 0.52rem;
  min-height: 2.45rem;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
}

.contact-form-submit:disabled,
.contact-form-submit.is-loading {
  opacity: 0.72;
  cursor: wait;
}

.contact-aside {
  display: flex;
  flex-direction: column;
}

.contact-aside-card {
  padding: clamp(1.35rem, 2.8vw, 1.75rem);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-soft);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 48%, transparent 100%),
    rgba(32, 28, 24, 0.36);
  box-shadow:
    0 18px 44px -26px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(212, 175, 85, 0.12);
}

.contact-aside-card__line {
  margin-block: 1rem;
  opacity: 0.8;
}

.contact-aside-heading {
  font-family: var(--font-display);
  font-size: clamp(1.14rem, 2.4vw, 1.34rem);
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 0.65rem;
  color: rgba(255, 252, 245, 0.96);
}

.contact-aside-text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.58;
  color: var(--text-muted);
}

.contact-aside-text strong {
  color: rgba(236, 236, 238, 0.9);
  font-weight: 600;
}

.contact-aside-highlight {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.contact-aside-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.contact-aside-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.contact-aside-list i {
  margin-top: 0.2rem;
  color: var(--gold-2);
  font-size: 0.72rem;
  flex-shrink: 0;
}

.contact-aside-footnote {
  margin: 1.1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--border-subtle);
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--text-soft);
}

.contact-aside-footnote a {
  color: var(--gold-2);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 85, 0.35);
  text-underline-offset: 0.14em;
}

.contact-aside-footnote a:hover {
  color: var(--gold-1);
}

.contact-aside-actions {
  flex-wrap: wrap;
  gap: 0.52rem 0.65rem;
  margin-top: 1.15rem;
}

.contact-aside-actions .btn i {
  font-size: 0.72rem;
  opacity: 0.85;
}

.form-wrap label {
  display: block;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold-2);
  margin-bottom: 0.35rem;
}

.form-field {
  margin-bottom: 1rem;
}

.form-wrap input,
.form-wrap textarea {
  width: 100%;
  padding: 0.88rem 1.05rem;
  border-radius: var(--radius);
  border: 1px solid rgba(201, 164, 58, 0.22);
  background: rgba(28, 24, 20, 0.45);
  color: var(--text);
  font-family: inherit;
  font-size: 0.94rem;
  margin-bottom: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.form-wrap textarea {
  resize: vertical;
  min-height: 9rem;
  line-height: 1.5;
}

.form-wrap input::placeholder,
.form-wrap textarea::placeholder {
  color: rgba(236, 236, 238, 0.52);
}

.form-wrap input:focus,
.form-wrap textarea:focus {
  outline: none;
  border-color: rgba(212, 175, 85, 0.5);
  background: rgba(32, 28, 24, 0.55);
  box-shadow:
    0 0 0 3px rgba(201, 164, 58, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.form-grid-2 {
  display: grid;
  gap: 0;
}

@media (min-width: 500px) {
  .form-grid-2 {
    grid-template-columns: 1fr 1fr;
    gap: 0 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-hero--contato .ph-bg {
    transform: none;
  }

  a.contact-channel:hover {
    transform: none;
  }
}

@media (max-width: 720px) {
  .page-hero--contato .ph-bg {
    inset: -8%;
    background-position: 55% 48%;
    transform: scale(1.04);
    transform-origin: 55% 48%;
    filter: brightness(0.9) saturate(1.14) contrast(1.05);
  }

  .page-hero--contato .ph-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(1, 16, 38, 0.86) 0%,
        rgba(1, 22, 48, 0.52) 42%,
        rgba(1, 26, 53, 0.18) 100%
      ),
      radial-gradient(ellipse 70% 55% at 55% 45%, rgba(0, 168, 232, 0.08) 0%, transparent 58%),
      radial-gradient(ellipse 80% 50% at 85% 30%, rgba(0, 168, 232, 0.08) 0%, transparent 55%);
  }
}

/* Footer — layout em colunas, CTA em cartão, alinhado ao tema quente / ouro */
.site-footer {
  margin-top: 0;
  padding: 0;
  border-top: 1px solid var(--border-subtle);
  background: transparent;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 85% 50% at 50% -5%, rgba(212, 175, 72, 0.16), transparent 55%),
    linear-gradient(180deg, rgba(120, 110, 100, 0.2) 0%, transparent 38%);
}

.footer-cta-wrap,
.footer-main,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-cta-wrap {
  padding: clamp(1.35rem, 3.5vw, 1.85rem) 0 clamp(1.05rem, 2.2vw, 1.4rem);
}

.footer-cta-card {
  max-width: min(44rem, 100%);
  margin-inline: auto;
  padding: clamp(0.95rem, 2.8vw, 1.45rem) clamp(1rem, 3vw, 1.75rem);
  text-align: center;
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  box-shadow: var(--glass-shadow);
}

.footer-cta-card .btn {
  margin-top: 0.85rem;
}

.footer-cta-kicker,
.footer-cta-card .footer-cta-kicker {
  margin: 0 0 0.48rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold-2);
  font-weight: 600;
}

.footer-cta-kicker a,
.footer-cta-card .footer-cta-kicker a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-cta-kicker a:hover,
.footer-cta-card .footer-cta-kicker a:hover {
  color: var(--gold-1);
}

.footer-cta-heading,
.footer-cta-card .footer-cta-heading,
.footer-cta h2 {
  margin: 0;
  padding-top: 0.55rem;
  border-top: 1px solid var(--border-subtle);
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 2.35vw, 1.42rem);
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.02em;
  color: var(--text);
  text-wrap: balance;
}

.footer-main {
  padding: clamp(1.25rem, 3.25vw, 1.85rem) 0;
  background: rgba(255, 255, 255, 0.05);
  border-top: 1px solid var(--border-subtle);
}

.footer-columns {
  display: grid;
  gap: clamp(1.05rem, 2.75vw, 1.5rem);
}

@media (min-width: 620px) {
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 980px) {
  .footer-columns {
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 1.15rem 1.65rem;
    align-items: start;
  }
}

.footer-brand-col .footer-logo-link {
  display: inline-block;
  margin-bottom: 0.55rem;
  line-height: 0;
}

.footer-brand-col img {
  max-height: clamp(72px, 9vw, 88px);
  width: auto;
  height: auto;
  display: block;
}

.footer-tagline {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-muted);
  max-width: 22rem;
}

.footer-access-counter {
  margin: 0.65rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 251, 245, 0.45);
  letter-spacing: 0.02em;
  opacity: 0.52;
}

.footer-access-counter i {
  color: rgba(212, 175, 85, 0.55);
  font-size: 0.82rem;
}

.footer-access-counter__value {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: rgba(255, 251, 245, 0.5);
}

.footer-col-title {
  margin: 0 0 0.62rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.footer-nav-list,
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-nav-list a {
  color: rgba(253, 251, 247, 0.93);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-nav-list a:hover {
  color: var(--gold-bright);
}

.footer-contact-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: rgba(253, 251, 247, 0.93);
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-contact-link:hover {
  color: var(--gold-bright);
}

.footer-contact-link.is-static {
  cursor: default;
  color: var(--text-muted);
  font-weight: 400;
}

.footer-contact-icon {
  flex-shrink: 0;
  width: 1.15rem;
  text-align: center;
  color: var(--gold-2);
  margin-top: 0.1rem;
  font-size: 0.88rem;
}

.footer-col--legal .footer-response-hint {
  margin: 0.75rem 0 0;
  font-size: 0.74rem;
  line-height: 1.48;
  color: var(--text-muted);
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.footer-col--legal .footer-response-hint i {
  color: var(--gold-2);
  margin-top: 0.12rem;
}

.footer-bottom {
  padding: 0.75rem 0 0.95rem;
  background: var(--bg-deep);
  border-top: 1px solid var(--border-subtle);
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.85rem;
}

.footer-bottom .copy {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.45;
  width: 100%;
}

.footer-bottom .social-row {
  margin: 0;
  justify-content: center;
  width: 100%;
  padding-top: 0.15rem;
  gap: 1.1rem;
}

.site-footer .footer-bottom .social-row .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-decoration: none;
  border: none;
  background: transparent;
  padding: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.site-footer .footer-bottom .social-row .social-link:hover {
  transform: translateY(-2px) scale(1.06);
  filter: brightness(1.08);
}

.site-footer .footer-bottom .social-row .social-icon-img {
  display: block;
  width: 1.45rem;
  height: 1.45rem;
  flex-shrink: 0;
  object-fit: contain;
}

.site-footer .footer-bottom .social-row svg.social-icon-img {
  overflow: visible;
}

.site-footer .footer-bottom .social-row .social-link > i {
  display: none !important;
}

.site-footer .footer-bottom .social-row .social-link--facebook:hover {
  filter: drop-shadow(0 4px 12px rgba(24, 119, 242, 0.55));
}

.site-footer .footer-bottom .social-row .social-link--linkedin:hover {
  filter: drop-shadow(0 4px 12px rgba(10, 102, 194, 0.55));
}

.site-footer .footer-bottom .social-row .social-link--instagram:hover {
  filter: drop-shadow(0 4px 12px rgba(214, 41, 118, 0.5));
}

.site-footer .footer-bottom .social-row .social-link.is-static {
  cursor: default;
  pointer-events: none;
  opacity: 0.9;
}

/* Texto legal genérico (ex.: copyright) */
.copy {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.social-row {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.social-row a:not(.social-link) {
  color: var(--text-muted);
}

.social-row a:not(.social-link):hover {
  color: var(--gold-2);
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .site-header::after {
  content: "";
  position: fixed;
  z-index: 1001;
  left: 0;
  right: 0;
  top: var(--site-header-height, 72px);
  bottom: 0;
  inset: auto;
  background-color: transparent;
  background-image: none;
  background: rgba(4, 8, 16, 0.52);
  pointer-events: none;
}

/* Mobile nav */
.inner-header-btns {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  z-index: 3;
}

@media (max-width: 900px) {
  .header-inner {
    position: relative;
    z-index: 1003;
  }

  body.nav-open .site-header {
    background: linear-gradient(180deg, rgba(34, 30, 26, 0.97) 0%, rgba(28, 25, 22, 0.95) 100%);
    -webkit-backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
    backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
    border-bottom-color: rgba(201, 164, 58, 0.24);
    box-shadow: 0 10px 36px -18px rgba(0, 0, 0, 0.45);
  }

  body.nav-open .site-header::before {
    opacity: 0.22;
  }

  .nav-toggle {
    display: inline-flex;
  }

  body.nav-open .nav-toggle {
    border-color: rgba(201, 164, 58, 0.45);
    color: var(--gold-bright);
    background: linear-gradient(155deg, rgba(92, 82, 68, 0.98) 0%, rgba(36, 32, 28, 0.96) 100%);
  }

  .main-nav {
    position: fixed;
    z-index: 1002;
    top: var(--site-header-height, 72px);
    left: 0;
    right: 0;
    width: auto;
    max-width: none;
    max-height: min(78dvh, 34rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.7rem clamp(0.85rem, 4vw, 1.15rem) 1rem;
    border-radius: 0;
    border-bottom: 1px solid rgba(201, 164, 58, 0.22);
    background:
      linear-gradient(180deg, rgba(42, 37, 32, 0.96) 0%, rgba(28, 25, 22, 0.94) 100%);
    -webkit-backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
    backdrop-filter: blur(var(--glass-blur-lg)) saturate(var(--glass-saturate));
    box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.55);
    transform: translateY(-0.65rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.28s var(--ease-out),
      opacity 0.24s var(--ease-out),
      visibility 0.24s var(--ease-out);
  }

  .main-nav > a {
    display: block;
    text-align: left;
    font-size: 0.76rem;
    letter-spacing: 0.09em;
    padding: 0.72rem 0.9rem;
    border-radius: var(--radius);
    margin-inline: 0;
    color: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(201, 164, 58, 0.14);
    background: rgba(255, 255, 255, 0.03);
    box-shadow: none;
    text-shadow: none;
    transition:
      color 0.22s var(--ease-out),
      background 0.22s var(--ease-out),
      border-color 0.22s var(--ease-out);
  }

  .main-nav > a::after {
    display: none;
  }

  .main-nav > a:hover,
  .main-nav > a:focus-visible {
    color: var(--gold-1);
    background: rgba(201, 164, 58, 0.08);
    border-color: rgba(201, 164, 58, 0.28);
    box-shadow: none;
  }

  .main-nav > a[aria-current="page"] {
    color: var(--gold-bright);
    background: rgba(201, 164, 58, 0.1);
    border-color: rgba(201, 164, 58, 0.38);
    box-shadow: inset 3px 0 0 var(--gold-2);
    padding-left: calc(0.9rem - 2px);
  }

  body.nav-open .main-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-item--dropdown {
    flex-wrap: nowrap;
    align-items: stretch;
    border: 1px solid rgba(201, 164, 58, 0.16);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
  }

  .nav-item--dropdown.is-open {
    border-color: rgba(201, 164, 58, 0.32);
    background: rgba(201, 164, 58, 0.05);
  }

  .nav-item--dropdown > a {
    flex: 1;
    min-width: 0;
    text-align: left;
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-item--dropdown > a[aria-current="page"] {
    box-shadow: inset 3px 0 0 var(--gold-2);
    padding-left: calc(0.9rem - 2px);
  }

  .nav-sub-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.85rem;
    align-self: stretch;
    margin: 0;
    border: none;
    border-left: 1px solid rgba(201, 164, 58, 0.18);
    border-radius: 0;
    background: rgba(201, 164, 58, 0.04);
    flex-shrink: 0;
    color: var(--gold-2);
  }

  .nav-item--dropdown.is-open .nav-sub-toggle {
    background: rgba(201, 164, 58, 0.1);
    color: var(--gold-bright);
  }

  .nav-item--dropdown.is-open .nav-sub-toggle i {
    transform: rotate(180deg);
  }

  .nav-sub {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0.35rem 0.55rem 0.5rem;
    border-top: 1px solid rgba(201, 164, 58, 0.16);
    border-left: none;
    background: rgba(0, 0, 0, 0.14);
  }

  .nav-item--dropdown.is-open .nav-sub {
    display: block;
  }

  .nav-sub li + li {
    margin-top: 0.2rem;
  }

  .nav-sub a {
    display: block;
    text-align: left;
    padding: 0.58rem 0.72rem;
    margin: 0;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: none;
    border-radius: calc(var(--radius) - 2px);
    border: 1px solid transparent;
    color: rgba(248, 246, 240, 0.9);
    background: transparent;
    box-shadow: none;
    text-shadow: none;
  }

  .nav-sub a:hover,
  .nav-sub a:focus-visible {
    color: var(--gold-1);
    background: rgba(201, 164, 58, 0.08);
    border-color: rgba(201, 164, 58, 0.2);
  }
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
  .main-nav {
    transition-duration: 0.01ms;
  }
}

.case-grid {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 840px) {
  .case-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.case-card {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  background: var(--glass-fill);
  border: 1px solid var(--border-soft);
  box-shadow: var(--glass-shadow);
}

.case-card__eyebrow {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold-2);
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.case-card h3 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--text);
}

.case-card p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--text-muted);
}

.case-card__foot {
  margin-top: 1rem;
  font-size: 0.82rem;
  color: rgba(201, 164, 58, 0.88);
  font-weight: 500;
}

.process-more {
  margin-top: 2.25rem;
  text-align: center;
}

.btn-row--center {
  justify-content: center;
}

.faq-page .faq-accordion {
  max-width: 46rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  border: none;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.faq-accordion .accordion-item {
  border: 1px solid rgba(201, 164, 58, 0.22);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.015) 48%, transparent 100%),
    rgba(32, 28, 24, 0.38);
  box-shadow: 0 14px 36px -24px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  transition:
    border-color 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out),
    background 0.25s var(--ease-out);
}

.faq-accordion .accordion-item:hover {
  border-color: rgba(212, 175, 85, 0.34);
}

.faq-accordion .accordion-item:has(.acc-btn[aria-expanded="true"]) {
  border-color: rgba(212, 175, 85, 0.42);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 48%, transparent 100%),
    rgba(36, 32, 28, 0.44);
  box-shadow:
    0 18px 42px -22px rgba(0, 0, 0, 0.58),
    inset 3px 0 0 var(--gold-2);
}

.faq-accordion .accordion-item + .accordion-item {
  border-top: 1px solid rgba(201, 164, 58, 0.22);
}

.faq-accordion .acc-btn {
  padding: 1.15rem 1.35rem;
  background: transparent;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 2.2vw, 1.14rem);
  font-weight: 600;
  line-height: 1.32;
  letter-spacing: 0.01em;
  color: rgba(255, 253, 248, 0.96);
}

.faq-accordion .acc-btn:hover {
  color: var(--gold-1);
  background: rgba(255, 255, 255, 0.03);
}

.faq-accordion .acc-btn[aria-expanded="true"] {
  color: var(--gold-bright);
  background: rgba(201, 164, 58, 0.06);
}

.faq-accordion .acc-btn:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(201, 164, 58, 0.38);
}

.faq-accordion .acc-btn-label {
  flex: 1;
  padding-right: 0.5rem;
}

.faq-accordion .acc-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.7rem;
}

.faq-accordion .acc-btn[aria-expanded="true"] .acc-icon {
  transform: rotate(-180deg);
  background: rgba(212, 175, 70, 0.16);
  border-color: rgba(212, 175, 85, 0.38);
}

.faq-accordion .acc-panel {
  padding: 0 1.35rem 1.35rem;
  font-size: 0.94rem;
  line-height: 1.68;
  color: var(--text-soft);
}

.faq-accordion .acc-btn[aria-expanded="true"] + .acc-panel {
  padding-top: 0.15rem;
  border-top: 1px solid rgba(201, 164, 58, 0.14);
  margin-top: 0;
}

.faq-accordion .acc-panel strong {
  color: var(--text);
  font-weight: 600;
}

.faq-accordion .acc-panel a {
  color: var(--gold-2);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(212, 175, 85, 0.35);
  text-underline-offset: 0.15em;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.faq-accordion .acc-panel a:hover {
  color: var(--gold-1);
  text-decoration-color: rgba(212, 175, 85, 0.65);
}

.footer-sitemap {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  color: var(--text-muted);
  text-align: center;
}

.footer-sitemap a {
  font-weight: 600;
}

.footer-sitemap-sep {
  margin: 0 0.35rem;
  opacity: 0.5;
}

/* Voltar ao topo — ícone próprio (anel dourado + seta ascendente) */
.scroll-top {
  position: fixed;
  right: 1.15rem;
  bottom: 1.15rem;
  z-index: 888;
  width: 3.35rem;
  height: 3.35rem;
  padding: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--gold-bright);
  background: radial-gradient(
    circle at 50% 35%,
    rgba(72, 62, 50, 0.95) 0%,
    rgba(32, 28, 26, 1) 68%
  );
  border: 1px solid rgba(201, 164, 58, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(212, 175, 85, 0.22),
    0 10px 28px -10px rgba(0, 0, 0, 0.58),
    0 0 24px -8px rgba(212, 175, 70, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(0.65rem) scale(0.9);
  transition:
    opacity 0.32s var(--ease-out),
    visibility 0.32s var(--ease-out),
    transform 0.32s var(--ease-out),
    border-color 0.25s var(--ease-out),
    box-shadow 0.25s var(--ease-out);
}

.scroll-top__orbit {
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(212, 175, 85, 0.85);
  border-right-color: rgba(212, 175, 85, 0.35);
  border-bottom-color: rgba(201, 164, 58, 0.12);
  pointer-events: none;
}

.scroll-top__mark {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  width: 1.15rem;
  height: 1.35rem;
}

.scroll-top__chev {
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  border-top: 2.5px solid currentColor;
  border-left: 2.5px solid currentColor;
  transform: rotate(45deg);
  filter: drop-shadow(0 0 5px rgba(212, 175, 70, 0.45));
}

.scroll-top__chev + .scroll-top__chev {
  margin-top: -0.38rem;
  opacity: 0.42;
  transform: rotate(45deg) scale(0.78);
}

.scroll-top__bar {
  display: block;
  width: 2px;
  height: 0.42rem;
  margin-top: 0.02rem;
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(212, 175, 85, 0.2) 0%, var(--gold-2) 100%);
  box-shadow: 0 0 8px rgba(212, 175, 70, 0.35);
}

@keyframes scroll-top-orbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scroll-top-rise {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .scroll-top.is-visible .scroll-top__orbit {
    animation: scroll-top-orbit 5.5s linear infinite;
  }

  .scroll-top.is-visible .scroll-top__mark {
    animation: scroll-top-rise 2.6s ease-in-out infinite;
  }

  .scroll-top:hover .scroll-top__orbit {
    animation-duration: 2.8s;
  }
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.scroll-top:hover {
  color: #fffdf8;
  border-color: rgba(212, 175, 85, 0.82);
  transform: translateY(-3px) scale(1.05);
  box-shadow:
    inset 0 1px 0 rgba(212, 175, 85, 0.32),
    0 14px 32px -12px rgba(0, 0, 0, 0.62),
    0 0 32px -6px rgba(212, 175, 70, 0.38);
}

.scroll-top:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
}

.scroll-top:active {
  transform: translateY(-1px) scale(0.98);
}

@media (min-width: 901px) {
  .scroll-top {
    width: 3rem;
    height: 3rem;
    right: 1rem;
    bottom: 1rem;
  }

  .scroll-top__mark {
    width: 1.05rem;
    height: 1.22rem;
  }
}

/* CTA em texto — contraste com o botão principal */
.text-cta-secondary {
  display: inline-flex;
  align-items: center;
  align-self: center;
  font-family: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(201, 164, 58, 0.96);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
  padding: 0.4rem 0.12rem;
  transition: color 0.2s var(--ease-out), opacity 0.2s var(--ease-out);
}

.text-cta-secondary:hover {
  color: var(--gold-bright);
}

.text-cta-secondary:focus-visible {
  outline: 2px solid var(--gold-2);
  outline-offset: 3px;
  border-radius: 2px;
}

.text-cta-secondary--on-dark {
  color: rgba(232, 212, 154, 0.92);
}

.text-cta-secondary--on-dark:hover {
  color: #f5ead0;
}

.page-hero .text-cta-secondary {
  color: rgba(236, 214, 150, 0.96);
}

.page-hero .text-cta-secondary:hover {
  color: #fef7e6;
}

.not-found-page {
  padding-block: clamp(2.5rem, 8vw, 4.5rem);
}

.not-found-inner {
  max-width: 44rem;
  margin-inline: auto;
  text-align: center;
}

.not-found-code {
  letter-spacing: 0.14em;
  margin-bottom: 0.35rem;
}

.not-found-lede {
  margin: 0.75rem auto 0;
  max-width: 42ch;
  color: var(--text-muted);
  line-height: 1.6;
  font-size: clamp(0.95rem, 1.9vw, 1.05rem);
}

.not-found-actions {
  justify-content: center;
  margin-top: 1.75rem;
}

.not-found-links {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.15rem;
  justify-content: center;
}

.not-found-links a {
  font-weight: 600;
  color: var(--text-muted);
  border-bottom: 1px solid rgba(201, 164, 58, 0.35);
  padding-bottom: 0.12rem;
}

.not-found-links a:hover {
  color: var(--gold-2);
}

.not-found-hint {
  margin: 2rem auto 0;
  max-width: 48ch;
  font-size: 0.88rem;
  color: var(--text-muted);
  opacity: 0.9;
  line-height: 1.55;
}

.not-found-hint a {
  color: var(--gold-2);
  font-weight: 600;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .hero-eyebrow,
  .hero h1,
  .hero .h-hero,
  .hero-lead,
  .hero .lead,
  .hero .btn-row {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .scroll-hint .mouse {
    animation: none !important;
  }

  .scroll-hint .mouse::after {
    animation: none !important;
    opacity: 0.85;
    transform: translateY(2px);
  }

  .partners-marquee-track {
    animation: none !important;
  }

  .reveal.is-visible {
    transition: none;
  }

  .btn::after {
    animation: none !important;
  }

  .btn {
    animation: none !important;
  }

  .btn:hover,
  .text-cta-secondary:hover,
  .nav-toggle:hover,
  .card-pro:hover,
  .scroll-top.is-visible .scroll-top__orbit,
  .scroll-top.is-visible .scroll-top__mark {
    animation: none !important;
  }

  .scroll-top:hover {
    transform: none;
  }
}

