/* ============================================================
   SpartAds — styles.css
   CSS global extraído de index.astro (is:global)
   ============================================================ */

:root {
  --bg: #000610;
  --bg-2: #000d1e;
  --bg-3: #011228;
  --surface: #07152a;
  --surface-2: #0c1a32;
  --border: #1b2d45;
  --border-soft: #0f1e32;
  --text: #ffffff;
  --text-dim: #b7b9c2;
  --text-dimmer: #7a8293;
  --brand: #007aff;
  --brand-2: #3d99ff;
  --brand-3: #bdd6f1;
  --brand-hover: #0066d5;
  --cta: #16a34a;
  --cta-2: #22c55e;
  --cta-hover: #15803d;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  font-weight: 400;
  letter-spacing: -0.005em;
}

::selection {
  background: var(--brand);
  color: #ffffff;
}

/* ── Boska ───────────────────────────────── */
.eyebrow {
  font-family: 'Boska', Georgia, serif !important;
  font-style: normal;
}
.accent-boska {
  font-family: 'Boska', Georgia, serif;
  font-style: italic;
}

.font-display {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.font-display-xl {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.92;
}

.font-head {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.font-mono-ish {
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

/* Headings: branco sólido (gradient com background-clip pintava
   branco por trás dos spans coloridos) */
h1,
h2,
h3 {
  color: #ffffff;
  padding-bottom: 0.12em;
}

/* ===== HERO ===== */
.hero-gradient {
  background:
    radial-gradient(ellipse 90% 110% at -5% 50%, #0047cc 0%, #001a8a 28%, #000d2a 55%, #000818 100%);
}

/* Vídeo de fundo do hero (gradiente acima fica como fallback) */
.hero-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, black 0%, black 50%, transparent 100%);
  mask-image: linear-gradient(180deg, black 0%, black 50%, transparent 100%);
}

.hero-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Véu escuro para manter o texto legível sobre o vídeo */
.hero-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 6, 16, 0.55) 0%, rgba(0, 6, 16, 0.4) 50%, rgba(0, 8, 24, 0.85) 100%);
}

/* Vídeo de fundo no CTA final — invisível em cima, sólido a partir do meio */
.cta-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 55%, black 100%);
  mask-image: linear-gradient(180deg, transparent 0%, black 55%, black 100%);
}

.cta-video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-video-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 3, 8, 0.5) 0%, rgba(0, 3, 8, 0.65) 100%);
}

.hero-bg {
  background:
    radial-gradient(1400px 900px at 12% 0%, rgba(0, 100, 255, 0.82), transparent 58%),
    radial-gradient(900px 600px at 88% 10%, rgba(0, 80, 240, 0.48), transparent 55%),
    radial-gradient(700px 500px at 50% 105%, rgba(0, 122, 255, 0.38), transparent 58%),
    radial-gradient(900px 520px at 92% 18%, rgba(22, 163, 74, 0.14), transparent 60%),
    linear-gradient(180deg, #000818 0%, #001530 100%);
}

.hero-bg-flipped {
  background:
    radial-gradient(1400px 900px at 12% 100%, rgba(0, 100, 255, 0.82), transparent 58%),
    radial-gradient(900px 600px at 88% 90%, rgba(0, 80, 240, 0.48), transparent 55%),
    radial-gradient(700px 500px at 50% -5%, rgba(0, 122, 255, 0.38), transparent 58%),
    radial-gradient(900px 520px at 92% 82%, rgba(22, 163, 74, 0.14), transparent 60%),
    linear-gradient(180deg, #001530 0%, #000818 100%);
}

.hero-bg-flip-h {
  background:
    radial-gradient(1400px 900px at 88% 0%, rgba(0, 100, 255, 0.82), transparent 58%),
    radial-gradient(900px 600px at 12% 10%, rgba(0, 80, 240, 0.48), transparent 55%),
    radial-gradient(700px 500px at 50% 105%, rgba(0, 122, 255, 0.38), transparent 58%),
    radial-gradient(900px 520px at 8% 18%, rgba(22, 163, 74, 0.14), transparent 60%),
    linear-gradient(180deg, #000818 0%, #001530 100%);
}

.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* cursor spotlight */
.spotlight {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(400px 400px at var(--mx, 50%) var(--my, 30%), rgba(0, 122, 255, 0.55), transparent 60%);
  transition: opacity 0.35s ease;
}

.dotted {
  background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
}


/* ===== V1: DEXTER-ST (exact original, drawers outside btn) ===== */
.btn-v1-container {
  --btn-color: #CFDC1E;
  --corner-dist: 24px;
  --corner-multiplier: 1.5;
  --timing-function: cubic-bezier(0, 0, 0, 2.5);
  --duration: 250ms;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.btn-v1 {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 18px;
}

.btn-v1 {
  z-index: 1;
}

.btn-v1-drawer {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  left: 0;
  z-index: 0;

  min-height: 45px;
  border: none;
  padding: 0.25em 1.2em;
  font-size: 0.75em;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0009;
  white-space: nowrap;

  background: rgba(220, 234, 32, 0.18);
  border: 1px solid rgba(220, 234, 32, 0.35);
  color: #d4e020;
  opacity: 0;
  pointer-events: none;

  transition: transform 0.22s ease, filter 0.22s ease, opacity 0.18s ease;
  filter: blur(3px);
}

.btn-v1-top {
  top: 0;
  border-radius: 10px 10px 0 0;
  align-items: flex-start;
}

.btn-v1-bottom {
  bottom: 0;
  border-radius: 0 0 12px 12px;
  align-items: flex-end;
}

/* :has() — hover deteta btn:hover no container */
.btn-v1-container:has(.btn-v1:hover) .btn-v1-top {
  transform: translateY(-28px);
  filter: blur(0);
  opacity: 1;
}

.btn-v1-container:has(.btn-v1:active) .btn-v1-top {
  transform: translateY(-4px) scale(0.9);
  opacity: 0;
}



/* ===== SLIDE BUTTON ===== */
.btn-slide {
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 18px;
  height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: linear-gradient(170deg, #dcea20 0%, #b8c800 100%);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, 0.70),
    inset 0 -2px 5px rgba(0, 0, 0, 0.10),
    0 8px 28px rgba(175, 200, 0, 0.55),
    0 2px 6px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  min-width: 280px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-slide:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, 0.70),
    inset 0 -2px 5px rgba(0, 0, 0, 0.10),
    0 14px 36px rgba(175, 200, 0, 0.65),
    0 4px 10px rgba(0, 0, 0, 0.32);
}

/* Fundo claro que expande da seta para a esquerda */
.btn-slide-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 62px;
  background: rgba(255, 255, 255, 0.28);
  transition: width 0.48s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.btn-slide:hover .btn-slide-fill {
  width: 100%;
}

/* Textos */
.btn-slide-text-wrap {
  flex: 1;
  padding: 0 8px 0 24px;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.btn-slide-main,
.btn-slide-sub {
  position: absolute;
  left: 24px;
  right: 8px;
  font-weight: 700;
  color: #080808;
  white-space: nowrap;
}

.btn-slide-main {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 1;
  transition: opacity 0.18s ease 0s;
}

.btn-slide:hover .btn-slide-main {
  opacity: 0;
}

.btn-slide-sub {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  opacity: 0;
  transition: opacity 0.2s ease 0.3s;
}

.btn-slide:hover .btn-slide-sub {
  opacity: 1;
}

/* Seta — zona mais clara (fundo do fill) */
.btn-slide-icon {
  flex-shrink: 0;
  width: 62px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #080808;
}

/* ===== BUTTONS ===== */
.btn-cta {
  background: linear-gradient(170deg, #dcea20 0%, #b8c800 55%, #c8d800 100%);
  color: #080808;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, 0.70),
    inset 0 -2px 5px rgba(0, 0, 0, 0.10),
    0 8px 28px rgba(175, 200, 0, 0.55),
    0 2px 6px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.btn-cta:hover {
  filter: brightness(1.07);
  transform: translateY(-2px);
  box-shadow:
    inset 0 1.5px 0 rgba(255, 255, 255, 0.70),
    inset 0 -2px 5px rgba(0, 0, 0, 0.10),
    0 14px 36px rgba(175, 200, 0, 0.65),
    0 4px 10px rgba(0, 0, 0, 0.32);
}

.btn-cta:active {
  transform: translateY(1px);
  filter: brightness(0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 3px 8px rgba(0, 0, 0, 0.18),
    0 4px 14px rgba(175, 200, 0, 0.4),
    0 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-brand {
  background: var(--brand);
  color: #ffffff;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 30px -10px rgba(0, 122, 255, 0.55);
  font-weight: 600;
}

.btn-brand:hover {
  background: var(--brand-hover);
  transform: translateY(-1px);
  box-shadow: 0 16px 40px -12px rgba(0, 122, 255, 0.75);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}

.btn-whatsapp {
  background: #25d366;
  color: #07120a;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 10px 30px -10px rgba(37, 211, 102, 0.5);
  font-weight: 600;
}

.btn-whatsapp:hover {
  background: #1ebe5a;
  transform: translateY(-1px);
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.9s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: opacity, transform;
}

.reveal.on {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.reveal-delay-5 {
  transition-delay: 0.40s;
}

@keyframes pulseDot {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.35;
  }
}

.live-dot {
  animation: pulseDot 1.8s ease-in-out infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee-track {
  animation: marquee 55s linear infinite;
}

.marquee-track-slow {
  animation: marquee 80s linear infinite;
}

/* Cards */
.card {
  background: linear-gradient(180deg, var(--surface) 0%, #0b1220 100%);
  border: 1px solid var(--border);
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: #2a3a55;
  box-shadow: 0 30px 60px -25px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(0, 122, 255, 0.08) inset;
}

.card-brand {
  background:
    radial-gradient(500px 360px at 80% 0%, rgba(0, 122, 255, 0.22), transparent 60%),
    linear-gradient(180deg, var(--surface) 0%, #0b1220 100%);
  border: 1px solid rgba(0, 122, 255, 0.35);
}

.card-cta {
  background:
    radial-gradient(500px 360px at 80% 0%, rgba(22, 163, 74, 0.18), transparent 60%),
    linear-gradient(180deg, var(--surface) 0%, #0b1220 100%);
  border: 1px solid rgba(22, 163, 74, 0.32);
}

.cta-glow {
  background:
    radial-gradient(700px 380px at 20% 10%, rgba(0, 100, 255, 0.72), transparent 58%),
    radial-gradient(600px 350px at 80% 80%, rgba(0, 80, 220, 0.45), transparent 60%),
    radial-gradient(500px 300px at 85% 90%, rgba(22, 163, 74, 0.22), transparent 60%),
    linear-gradient(180deg, #000d20, #010e26);
}

.ring-edge {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06), 0 40px 80px -40px rgba(0, 0, 0, 1);
}

.nav-blur {
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
}

#main-nav {
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
}

#main-nav.nav-hidden {
  transform: translateY(-120%);
}

.nav-inner {
  background: rgba(4, 7, 14, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  transition: background 0.4s ease, border-color 0.4s ease, backdrop-filter 0.4s ease;
}

#main-nav.at-top .nav-inner {
  background: transparent;
  border-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.soft-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, transparent);
}

.metric-white {
  background: linear-gradient(180deg, #ffffff 0%, #7a8293 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.metric-brand {
  background: linear-gradient(180deg, #6aadff 0%, #007aff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.metric-cta {
  background: linear-gradient(180deg, #4ade80 0%, #16a34a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bar {
  background: linear-gradient(180deg, #2a3a55, #111a2b);
  border-radius: 4px;
}

.bar-brand {
  background: linear-gradient(180deg, #3d99ff, #007aff);
  border-radius: 4px;
  box-shadow: 0 0 14px rgba(0, 122, 255, 0.5);
}

.bar-cta {
  background: linear-gradient(180deg, #22c55e, #16a34a);
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(22, 163, 74, 0.55);
}

/* 3D tilt on mockup */
.tilt-wrap {
  perspective: 1200px;
}

.tilt-el {
  transform-style: preserve-3d;
  transition: transform 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* FAQ */
details.faq[open] .faq-icon {
  transform: rotate(45deg);
}

.faq-icon {
  transition: transform 0.3s ease;
}

details.faq>summary {
  list-style: none;
  cursor: pointer;
}

details.faq>summary::-webkit-details-marker {
  display: none;
}

@keyframes pulseBorder {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.45);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(22, 163, 74, 0);
  }
}

.pulse-border {
  animation: pulseBorder 2.4s ease-in-out infinite;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  transform: translateY(120%);
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.sticky-cta.visible {
  transform: translateY(0);
}

/* Team photos */
.team-photo {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(180deg, #1b2535, #0b1220);
  position: relative;
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.4s ease;
  filter: grayscale(25%) contrast(1.02);
}

.card:hover .team-photo img {
  transform: scale(1.06);
  filter: grayscale(0%) contrast(1.05);
}

/* Client logos */
.client-logo {
  height: 52px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.client-logo:hover {
  opacity: 1;
  filter: brightness(0) invert(1);
}

/* Certification badges */
.cert-badge {
  height: 48px;
  width: auto;
  opacity: 0.88;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.cert-badge:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* ===== HERO 2 COLUNAS ===== */
.hero-2col {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 3rem;
}

@media (min-width: 900px) {
  .hero-2col {
    grid-template-columns: 3fr 2fr;
    gap: 4rem;
    padding-top: 140px;
    min-height: 100vh;
  }
}

.hero-left {
  text-align: left;
}

.hero-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

/* Mobile: VSL primeiro (horizontal), depois texto + CTA */
@media (max-width: 899px) {
  .hero-2col {
    padding-top: 92px;
    gap: 2rem;
  }

  .hero-right {
    order: -1;
    justify-content: center;
  }

  .hero-vsl-3d,
  .hero-vsl-3d:hover {
    transform: none;
    max-width: 100%;
  }

  .hero-vsl-3d-img {
    aspect-ratio: 16 / 9;
    object-position: center;
  }

  .hero-vsl-stats {
    padding: 24px 16px 12px;
  }
}

/* Vídeo 3D */
.hero-vsl-3d {
  position: relative;
  width: 100%;
  max-width: 680px;
  border-radius: 16px;
  overflow: hidden;
  /* fix Chrome: border-radius perde-se durante transição com transform 3D */
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  transform: perspective(1100px) rotateY(-16deg) rotateX(3deg) rotateZ(1deg);
  transform-origin: left center;
  box-shadow:
    -30px 30px 80px rgba(0, 0, 0, 0.75),
    20px -10px 60px rgba(0, 40, 140, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.5s ease;
}

.hero-vsl-3d:hover {
  transform: perspective(1100px) rotateY(-10deg) rotateX(2deg) rotateZ(0.5deg);
  box-shadow:
    -20px 20px 60px rgba(0, 0, 0, 0.65),
    30px -10px 80px rgba(0, 60, 200, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.18);
}

@media (min-width: 900px) {
  .hero-vsl-3d {
    margin-right: 0;
  }
}

.hero-vsl-3d-img {
  width: 100%;
  display: block;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  filter: brightness(0.82);
  transition: filter 0.3s ease;
}

.hero-vsl-3d:hover .hero-vsl-3d-img {
  filter: brightness(0.92);
}

/* Prova social overlay no vídeo */
.hero-vsl-stats {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 20px 18px;
  background: linear-gradient(to top, rgba(0, 4, 20, 0.92) 0%, rgba(0, 4, 20, 0.6) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hero-vsl-stat {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.hero-vsl-stat span {
  font-weight: 700;
  color: #fff;
  font-size: 13px;
}

/* Play button sobre o vídeo 3D */
.vsl-play-btn-hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  pointer-events: auto;
}

.hero-vsl-3d:hover .vsl-play-btn-hero {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.65);
  transform: translate(-50%, -50%) scale(1.1);
}

/* ===== VSL ===== */
.vsl-toggle {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.vsl-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap-4px;
  gap: 5px;
  padding: 5px 14px;
  border-radius: 16px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: var(--text-dimmer);
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
  line-height: 1;
}

.vsl-toggle-btn.active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.vsl-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vsl-poster-wrap {
  position: relative;
  cursor: pointer;
}

.vsl-poster {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 15px;
}

.vsl-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
}

.vsl-play-btn:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: rgba(255, 255, 255, 0.6);
  transform: translate(-50%, -50%) scale(1.08);
}

.vsl-iframe-wrap {
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
}

.vsl-iframe-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.vsl-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55%;
  background: linear-gradient(to top, #000818 0%, transparent 100%);
  pointer-events: none;
  border-radius: 0 0 15px 15px;
}

/* ===== HCARD CASE CARD ===== */
.hcard-case {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 280px;
}

.hcard-case-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-dimmer);
  font-weight: 600;
}

.hcard-case-metric {
  font-size: 18px;
  font-weight: 800;
  color: var(--cta-2);
  margin-top: 2px;
  letter-spacing: -0.02em;
}

.hcard-case-desc {
  font-size: 12px;
  color: var(--text-dim);
  margin-top: 3px;
  line-height: 1.5;
}

/* LinkedIn card variant */
.hcard-linkedin {
  background:
    radial-gradient(600px 400px at 90% 0%, rgba(10, 102, 194, 0.28), transparent 60%),
    linear-gradient(180deg, var(--surface) 0%, #060c18 100%);
  border: 1px solid rgba(10, 102, 194, 0.35);
}

/* ===== VIDEO TESTIMONIALS CAROUSEL ===== */
.vtest-outer {
  position: relative;
}

.vtest-viewport {
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  -webkit-mask-image: linear-gradient(90deg, black 0%, black 82%, transparent 100%);
  mask-image: linear-gradient(90deg, black 0%, black 82%, transparent 100%);
}

.vtest-viewport.is-dragging {
  cursor: grabbing;
}

.vtest-track {
  display: flex;
  gap: 20px;
  will-change: transform;
}

.vtest-card {
  flex-shrink: 0;
  width: 300px;
}

@media (min-width: 640px) {
  .vtest-card {
    width: 315px;
  }
}

.vtest-card {
  cursor: pointer;
}

.vtest-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #0a1020;
}

.vtest-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background: #060e1c;
  transition: filter 0.3s ease;
  filter: brightness(0.88);
}

.vtest-card:hover .vtest-thumb img {
  filter: brightness(0.95);
}

.vtest-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.25s ease;
}

.vtest-thumb:hover .vtest-play-icon {
  background: rgba(0, 0, 0, 0.15);
}

.vtest-play-circle {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s, transform 0.25s;
}

.vtest-thumb:hover .vtest-play-circle {
  background: rgba(255, 255, 255, 0.30);
  transform: scale(1.1);
}

.vtest-company {
  position: absolute;
  bottom: 8px;
  left: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
}

.vtest-quote {
  margin-top: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-dim);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vtest-meta {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand-2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.vtest-btn {
  position: absolute;
  top: calc(50% - 30px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 15, 22, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.vtest-btn:hover {
  background: rgba(0, 122, 255, 0.22);
  border-color: rgba(61, 153, 255, 0.5);
}

.vtest-btn-prev {
  left: -20px;
}

.vtest-btn-next {
  right: -20px;
}

/* ===== HORIZONTAL SCROLL SERVICES ===== */
.hscroll-wrap {
  position: relative;
  height: 280vh;
}

.hscroll-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: radial-gradient(ellipse 130% 70% at 50% 110%, #0047cc 0%, #001a8a 28%, #000d2a 58%, #000818 100%);
}

.hscroll-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-left: max(1.5rem, calc((100vw - 1104px) / 2));
  padding-right: max(1.5rem, calc((100vw - 1104px) / 2));
  will-change: transform;
  z-index: 2;
}

.hcard {
  position: relative;
  flex: 0 0 auto;
  width: 78vw;
  max-width: 1100px;
  height: 70vh;
  max-height: 680px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #030c1c 0%, #010608 100%);
  display: flex;
  flex-direction: column;
  padding: 3.5rem;
  transition: border-color 0.4s ease;
}

.hcard:hover {
  border-color: #2a3a55;
}

.hcard-num {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.25);
  display: block;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.hcard-icon-abs {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 560px;
  height: 560px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: perspective(500px) rotateX(18deg) rotateY(-22deg) rotateZ(2deg);
  z-index: 1;
  transform-style: preserve-3d;
}

.hcard-icon-abs svg {
  filter:
    drop-shadow(4px 10px 22px rgba(0, 0, 0, 0.9)) drop-shadow(-2px -2px 10px rgba(255, 255, 255, 0.06)) drop-shadow(0 0 28px color-mix(in srgb, currentColor 40%, transparent));
  opacity: 0.9;
}

@media (max-width: 768px) {
  .hcard-icon-abs {
    width: 360px;
    height: 360px;
    right: -40px;
    top: -40px;
  }
}

.hcard-brand {
  background:
    radial-gradient(600px 400px at 90% 0%, rgba(0, 122, 255, 0.28), transparent 60%),
    linear-gradient(180deg, var(--surface) 0%, #060c18 100%);
  border: 1px solid rgba(0, 122, 255, 0.35);
}

.hcard-cta {
  background:
    radial-gradient(600px 400px at 90% 0%, rgba(22, 163, 74, 0.22), transparent 60%),
    linear-gradient(180deg, var(--surface) 0%, #060c18 100%);
  border: 1px solid rgba(22, 163, 74, 0.32);
}

@media (max-width: 768px) {
  .hcard {
    width: 86vw;
    padding: 2rem;
    height: 78vh;
  }
}

.hscroll-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 0 1rem;
  z-index: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.hscroll-header>* {
  pointer-events: auto;
}

.hscroll-progress {
  position: absolute;
  bottom: 2.5rem;
  left: 6vw;
  right: 6vw;
  z-index: 10;
}

.hscroll-progress-bar {
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.hscroll-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--brand), var(--cta));
  width: 0%;
  transition: width 0.1s linear;
  box-shadow: 0 0 12px rgba(0, 122, 255, 0.6);
}

.hint-scroll {
  position: absolute;
  bottom: 5rem;
  right: 6vw;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-dimmer);
  opacity: 0.6;
}

/* Count-up */
.count-up {
  font-variant-numeric: tabular-nums;
}

/* Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.modal-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  width: 100%;
  max-width: 760px;
  height: 85vh;
  max-height: 720px;
  background: #0a0f1a;
  border: 1px solid var(--border);
  border-radius: 24px;
  overflow: hidden;
  transform: scale(0.96) translateY(12px);
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1);
  box-shadow: 0 40px 120px -20px rgba(0, 122, 255, 0.4);
}

.modal-overlay.open .modal-content {
  transform: none;
}

/* Lightbox vimeo — vertical video, sem barras pretas */
#vimeo-modal .modal-content {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  background: #000;
  border: none;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.9);
  overflow: hidden;
}
#vimeo-modal .modal-iframe {
  display: block;
  width: min(90vw, calc(88vh * 9 / 16));
  height: auto;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.modal-close:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.3);
}

.modal-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.logo-wordmark {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* ── Team Carousel ─────────────────────── */
.tcarousel-viewport {
  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.tcarousel-viewport.is-dragging {
  cursor: grabbing;
}

.tcarousel-track {
  display: flex;
  gap: 16px;
  will-change: transform;
}

.tcard {
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.tcard img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.tcard-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px 18px;
  background: linear-gradient(to top,
      rgba(4, 7, 14, 0.97) 0%,
      rgba(4, 7, 14, 0.55) 55%,
      transparent 100%);
}

.tcard-name {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.tcard-role {
  font-size: 10px;
  color: var(--brand-2);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

.tcarousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(9, 15, 22, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.tcarousel-btn:hover {
  background: rgba(0, 122, 255, 0.22);
  border-color: rgba(61, 153, 255, 0.5);
  transform: translateY(-50%) scale(1.08);
}

.tcarousel-btn-prev {
  left: 10px;
}

.tcarousel-btn-next {
  right: 10px;
}

.tcarousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.tcarousel-dot {
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s, width 0.3s, border-radius 0.3s;
}

.tcarousel-dot.is-active {
  width: 20px;
  border-radius: 3px;
  background: var(--brand-2);
}

/* ── Service Cards Grid ─────────────────── */
.scard {
  position: relative;
  border-radius: 24px;
  padding: 40px;
  background: linear-gradient(180deg, #030c1c 0%, #010608 100%);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.scard:hover {
  border-color: #2a3a55;
  box-shadow: 0 24px 48px -16px rgba(0, 0, 0, 0.7);
}
.scard > * {
  position: relative;
  z-index: 3;
}
.scard-num {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.2);
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
/* Ícone grande atrás do conteúdo, recortado em cima e à direita */
.scard-icon {
  position: absolute;
  top: -10px;
  right: -56px;
  width: 290px;
  height: 290px;
  pointer-events: none;
  z-index: 2;
}
.scard-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 44px rgba(0, 0, 0, 0.6));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 40%, black 75%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.35) 40%, black 75%);
}

@media (max-width: 768px) {
  .scard-icon {
    top: -10px;
    right: -36px;
    width: 190px;
    height: 190px;
  }
}

/* Scards dentro do horizontal scroll — exactamente 2 visíveis,
   alinhados com o container do título (max-w-6xl = 1152px, px-6) */
.hscroll-track .scard {
  flex: 0 0 auto;
  width: calc(min(100vw - 3rem, 1104px) / 2 - 1rem);
  max-height: 82vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* % resolveria contra a pista (gigante) — usar valor fixo: ~20% do card */
  padding-right: 110px;
}

@media (max-width: 768px) {
  .hscroll-track .scard {
    width: 84vw;
    padding-right: 48px;
  }
}

/* ── Stats section ──────────────────────── */
.stat-card {
  position: relative;
  border-radius: 20px;
  padding: 36px 32px;
  background: var(--surface);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}
.stat-card:hover {
  border-color: rgba(61,153,255,0.3);
  box-shadow: 0 20px 40px -12px rgba(0,0,0,0.6);
}
.stat-num {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: clamp(52px, 5.5vw, 72px);
  line-height: 1;
  background: linear-gradient(135deg, #fff 0%, rgba(61,153,255,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stat-label {
  margin-top: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255,255,255,0.65);
}
.stat-desc {
  margin-top: 8px;
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.65;
}

/* ── Results Bento ──────────────────────── */
.res-bento {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "hero" "ferro" "suppl" "mold" "fpt" "fes";
  gap: 10px;
}

@media (min-width: 640px) {
  .res-bento {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas:
      "hero hero ferro"
      "hero hero suppl"
      "mold fpt   fes";
  }
}

.res-card {
  position: relative;
  border-radius: 18px;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.35s ease, box-shadow 0.35s ease;
}


.res-card:hover {
  border-color: rgba(61,153,255,0.38);
  box-shadow: 0 0 0 1px rgba(61,153,255,0.06) inset, 0 20px 40px -12px rgba(0,0,0,0.65);
}

/* Conteúdo acima do canvas */
.res-card > * { position: relative; z-index: 2; }

.res-card--hero {
  padding: 28px 30px;
  border-color: rgba(34, 197, 94, 0.15);
  background:
    radial-gradient(circle at 80% 85%, rgba(22, 163, 74, 0.1) 0%, transparent 55%),
    var(--surface);
}

.res-card--hero::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 31px, rgba(255, 255, 255, 0.016) 32px),
    repeating-linear-gradient(90deg, transparent, transparent 31px, rgba(255, 255, 255, 0.016) 32px);
  pointer-events: none;
  z-index: 0;
}

.res-card--hero:hover {
  border-color: rgba(34, 197, 94, 0.3);
  box-shadow: 0 28px 56px -16px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(34, 197, 94, 0.08) inset;
}

.res-card--lead {
  background:
    radial-gradient(circle at 85% 90%, rgba(0, 122, 255, 0.07) 0%, transparent 55%),
    var(--surface);
}

.res-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-dimmer);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  padding: 3px 9px;
  border-radius: 20px;
}

.res-badge {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cta-2);
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.22);
  padding: 3px 9px;
  border-radius: 20px;
}

.res-label {
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-dimmer);
  margin-bottom: 2px;
}

.res-big {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(44px, 5vw, 58px);
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.025em;
}

.res-big--xl {
  font-size: clamp(76px, 9.5vw, 112px);
  letter-spacing: -0.035em;
}

.res-ba {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

.res-ba-from {
  font-size: 13px;
  color: var(--text-dimmer);
  font-weight: 500;
}

.res-ba-arr {
  font-size: 15px;
  color: var(--cta-2);
  font-weight: 700;
  line-height: 1;
}

.res-ba-to {
  font-size: 13px;
  color: var(--cta-2);
  font-weight: 700;
}

.res-desc {
  font-size: 13px;
  color: var(--text-dim);
  line-height: 1.65;
}

/* ── Testimonials (vanilla stack) ───────── */
.testimonials-stack {
  position: relative;
  height: 400px;
  width: 300px;
  margin-left: -90px;
}

/* Mobile: stack mais pequeno e contido no ecrã */
@media (max-width: 640px) {
  .testimonials-stack {
    width: 250px;
    height: 370px;
    margin-left: -40px;
  }

  .testi-card {
    width: 250px;
    height: 370px;
    padding: 22px;
  }
}

.testi-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 400px;
  border-radius: 16px;
  border: 1px solid #1b2d45;
  background: #07152a;
  padding: 28px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, opacity 0.35s ease;
  cursor: grab;
  user-select: none;
}

.testi-card:active {
  cursor: grabbing;
}

.testi-card .stars {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
}

.testi-card .stars svg {
  width: 14px;
  height: 14px;
  fill: #007aff;
}

.testi-card .quote {
  flex: 1;
  font-size: 15px;
  line-height: 1.65;
  color: #b7b9c2;
}

.testi-card .author-row {
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-card .avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #007aff, #005ec4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  flex-shrink: 0;
}

.testi-card .author-name {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.testi-card .author-role {
  font-size: 11px;
  color: #3d99ff;
  margin-top: 2px;
}