/* ===================================================================
   LANDING PAGE — Hash Style Landing (v3 – Stunning)
   Estilos exclusivos da landing page (index.html)
   Visual: floating pill nav, vivid blobs, deep glass, 
   gradient accents, organic motion, modern pricing

   Seções:
     1.  Reset & Base
     2.  Animated Background Blobs (vivid)
     3.  Header — Floating Pill Navbar (desktop + mobile)
     4.  Hero
         4a. Hero Base — container, gradient, blobs, parallax layers
         4b. Hero Classic — título split, descrição, botões, counters
         4c. Hero VSL — vídeo, CTA, social proof
     5.  Sections — Títulos, espaçamento, transições
     6.  About (Quem Somos)
     7.  Feature Cards (Por Que Escolher)
     8.  Service Cards (Serviços)
     9.  Pricing Cards (Planos) — Glass style
    10.  Testimonials (Depoimentos)
    11.  CTA (Chamada Final)
    12.  Footer — Deep Glass
    13.  Back to Top
    14.  Responsivo
    15.  Prefers Reduced Motion — Accessibility
   =================================================================== */


/* ===================================================================
   1. RESET & BASE
   =================================================================== */
html.landing-page {
  height: auto !important;
  overflow: auto !important;
  scroll-behavior: smooth;
}

html.landing-page body {
  height: auto !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin: 0;
  background: var(--bg, #F6F7FB);
  color: var(--text, rgba(55, 65, 81, 0.90));
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

html.landing-page ::selection {
  background: rgba(46, 107, 230, 0.18);
  color: inherit;
}


/* ===================================================================
   2. ANIMATED BACKGROUND BLOBS — Vivid & Bold
   =================================================================== */
.landing-blobs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.landing-blobs__overlay {
  position: absolute;
  inset: 0;
  background: rgba(246, 247, 251, 0.30);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.landing-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  will-change: transform, border-radius, opacity;
}

.landing-blob--1 {
  width: 650px;
  height: 650px;
  background: linear-gradient(135deg, #001A3D 0%, #2E6BE6 60%, #00A3DA 100%);
  top: -10%;
  right: -8%;
  opacity: 0.35;
  animation: lp-drift-1 32s infinite ease-in-out;
}

.landing-blob--2 {
  width: 580px;
  height: 580px;
  background: linear-gradient(135deg, #00A3DA 0%, #22D3EE 50%, #67E8F9 100%);
  bottom: -5%;
  left: -8%;
  opacity: 0.30;
  animation: lp-drift-2 38s infinite ease-in-out;
  animation-delay: -10s;
}

.landing-blob--3 {
  width: 500px;
  height: 500px;
  background: linear-gradient(135deg, #7C3AED 0%, #A78BFA 50%, #C4B5FD 100%);
  top: 30%;
  left: 20%;
  opacity: 0.22;
  animation: lp-drift-3 42s infinite ease-in-out;
  animation-delay: -18s;
}

.landing-blob--4 {
  width: 520px;
  height: 520px;
  background: linear-gradient(135deg, #3B82F6 0%, #60A5FA 60%, #93C5FD 100%);
  top: 55%;
  right: 10%;
  opacity: 0.25;
  animation: lp-drift-4 36s infinite ease-in-out;
  animation-delay: -14s;
}

.landing-blob--5 {
  width: 400px;
  height: 400px;
  background: linear-gradient(135deg, #0D9488 0%, #2DD4BF 100%);
  top: 70%;
  left: 50%;
  opacity: 0.18;
  animation: lp-drift-5 44s infinite ease-in-out;
  animation-delay: -22s;
}

@keyframes lp-drift-1 {
  0%, 100% { transform: translate(0, 0) scale(1); border-radius: 50%; }
  20% { transform: translate(-50px, 60px) scale(1.08); border-radius: 44% 56% 52% 48%; }
  45% { transform: translate(35px, -40px) scale(0.94); border-radius: 53% 47% 45% 55%; }
  70% { transform: translate(-30px, -50px) scale(1.06); border-radius: 48% 52% 56% 44%; }
}

@keyframes lp-drift-2 {
  0%, 100% { transform: translate(0, 0) scale(1); border-radius: 50%; }
  25% { transform: translate(55px, -35px) scale(1.10); border-radius: 47% 53% 50% 50%; }
  55% { transform: translate(-25px, -60px) scale(0.92); border-radius: 55% 45% 48% 52%; }
  80% { transform: translate(40px, 45px) scale(1.07); border-radius: 49% 51% 54% 46%; }
}

@keyframes lp-drift-3 {
  0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); border-radius: 50%; }
  30% { transform: translate(60px, 40px) scale(1.12) rotate(5deg); border-radius: 44% 56% 52% 48%; }
  60% { transform: translate(-40px, -30px) scale(0.90) rotate(-4deg); border-radius: 56% 44% 48% 52%; }
}

@keyframes lp-drift-4 {
  0%, 100% { transform: translate(0, 0) scale(1); border-radius: 50%; }
  35% { transform: translate(-65px, 25px) scale(1.10); border-radius: 48% 52% 55% 45%; }
  70% { transform: translate(50px, -18px) scale(0.93); border-radius: 55% 45% 50% 50%; }
}

@keyframes lp-drift-5 {
  0%, 100% { transform: translate(0, 0) scale(1); border-radius: 50%; }
  40% { transform: translate(30px, -45px) scale(1.08); border-radius: 52% 48% 45% 55%; }
  75% { transform: translate(-45px, 30px) scale(0.95); border-radius: 46% 54% 55% 45%; }
}


/* ===================================================================
   3. HEADER — Floating Pill Navbar
   =================================================================== */
.landing-header {
  position: fixed;
  top: var(--header-top, 14px);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1200px;
  z-index: 1040;
  background: var(--header-bg-glass, rgba(255, 255, 255, 0.82));
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
  border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.50));
  border-radius: var(--radius-pill, 50px);
  box-shadow: var(--header-shadow, 0 4px 24px rgba(15, 23, 42, 0.06)),
              0 0 0 1px rgba(255, 255, 255, 0.20);
  transition: box-shadow 0.4s var(--ease-standard, ease),
              background 0.4s var(--ease-standard, ease),
              border-color 0.4s var(--ease-standard, ease);
}

.landing-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--header-shadow-scroll, 0 8px 32px rgba(15, 23, 42, 0.10)),
              0 0 0 1px rgba(46, 107, 230, 0.06);
  border-color: rgba(46, 107, 230, 0.10);
}

.landing-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding: 0 14px 0 22px;
  gap: 8px;
}

.landing-header .navbar-brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.landing-header .navbar-brand:hover {
  opacity: 0.88;
  transform: scale(1.04);
}

.landing-header .navbar-brand img {
  height: 42px;
  width: auto;
}

/* ── DESKTOP: nav-links visíveis em linha ── */
@media (min-width: 992px) {
  .landing-header .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    align-items: center;
  }

  .landing-header .navbar-nav {
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    gap: 4px;
  }

  .landing-header .navbar-toggler {
    display: none !important;
  }
}

/* Nav pill links */
.landing-header .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px !important;
  border-radius: 50px;
  color: var(--text-muted, #6B7280);
  font-weight: 500;
  font-size: 0.875rem;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  white-space: nowrap;
  text-decoration: none;
}

.landing-header .nav-link:hover {
  background: rgba(46, 107, 230, 0.07);
  color: var(--primary, #2E6BE6);
}

.landing-header .nav-link.active {
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  color: #fff;
  box-shadow: 0 3px 12px rgba(46, 107, 230, 0.25);
}

/* CTA button */
.landing-header .btn-primary {
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

/* Toggler (mobile) — CSS bars com animação → X */
.landing-header .navbar-toggler {
  border: 1px solid rgba(46, 107, 230, 0.12);
  border-radius: var(--radius-sm, 10px);
  padding: 0;
  width: 42px;
  height: 38px;
  background: rgba(46, 107, 230, 0.04);
  transition: all 0.3s var(--ease-standard, ease);
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.landing-header .navbar-toggler:hover {
  background: rgba(46, 107, 230, 0.10);
}

.landing-header .navbar-toggler:focus {
  box-shadow: var(--focus-ring, 0 0 0 3px rgba(46, 107, 230, 0.22));
}

.landing-header .navbar-toggler .bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--primary, #2E6BE6);
  border-radius: 2px;
  transition: all 0.35s var(--ease-emphasized, cubic-bezier(0.2, 1, 0.2, 1));
  transform-origin: center;
}

.landing-header .navbar-toggler[aria-expanded="true"] .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.landing-header .navbar-toggler[aria-expanded="true"] .bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.landing-header .navbar-toggler[aria-expanded="true"] .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* ===================================================================
   4. HERO
   ───────────────────────────────────────────────────────────────────
   4a. Hero Base     — container, gradient, min-height
   4b. Hero Classic  — título split, descrição, botões, counters
   4c. Hero VSL      — vídeo, CTA, social proof (variante VSL)
   =================================================================== */

/* ── 4a. Hero Base ── */
.landing-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #060E1F 0%, #0a1628 15%, #0F3778 40%, #1B4FB0 60%, #2E6BE6 80%, #5A8DF0 95%);
  background-size: 300% 300%;
  background-position: 0% 0%;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 5rem;
}

/* Hero blobs — real elements for GSAP parallax targeting */
.landing-hero .hero-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
  z-index: 0;
  will-change: transform;
}

.landing-hero .hero-blob-a {
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(96, 165, 250, 0.30), transparent 70%);
  top: -300px;
  right: -250px;
  animation: hero-blob-a 28s infinite ease-in-out;
}

.landing-hero .hero-blob-b {
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(167, 139, 250, 0.22), transparent 70%);
  bottom: -250px;
  left: -200px;
  animation: hero-blob-b 32s infinite ease-in-out;
  animation-delay: -8s;
}

@keyframes hero-blob-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  30% { transform: translate(-50px, 40px) scale(1.10); }
  60% { transform: translate(40px, -30px) scale(0.93); }
}

@keyframes hero-blob-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  35% { transform: translate(40px, -35px) scale(1.08); }
  65% { transform: translate(-30px, 50px) scale(0.92); }
}

/* Parallax layers — GPU-optimized */
.landing-hero .hero-grain,
.landing-hero .hero-mesh,
.landing-hero .hero-light-streak,
.landing-hero .hero-accent-orb,
.landing-hero .hero-bg-image {
  will-change: transform;
}

.landing-hero .hero-grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.030;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 150px 150px;
}

/* Hero mesh grid — subtle geometric pattern */
.landing-hero .hero-mesh {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.035;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 70% at 30% 50%, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 30% 50%, black 20%, transparent 70%);
}

/* Floating light streaks */
.landing-hero .hero-light-streak {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.landing-hero .hero-light-streak::before {
  content: '';
  position: absolute;
  width: 350px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(138, 180, 248, 0.30), rgba(34, 211, 238, 0.20), transparent);
  top: 25%;
  left: -10%;
  border-radius: 2px;
  animation: hero-streak-float 12s ease-in-out infinite;
}

.landing-hero .hero-light-streak::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(90, 141, 240, 0.25), rgba(138, 180, 248, 0.15), transparent);
  bottom: 35%;
  right: -5%;
  border-radius: 2px;
  animation: hero-streak-float 16s ease-in-out infinite reverse;
  animation-delay: -4s;
}

@keyframes hero-streak-float {
  0%, 100% { transform: translateX(0) rotate(-2deg); opacity: 0; }
  15% { opacity: 1; }
  50% { transform: translateX(120px) rotate(1deg); opacity: 0.8; }
  85% { opacity: 1; }
  100% { transform: translateX(0) rotate(-2deg); opacity: 0; }
}

/* Floating accent orbs — small decorative circles */
.landing-hero .hero-accent-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.landing-hero .hero-accent-orb.orb-1 {
  width: 8px;
  height: 8px;
  background: rgba(34, 211, 238, 0.50);
  box-shadow: 0 0 20px rgba(34, 211, 238, 0.30);
  top: 20%;
  left: 12%;
  animation: hero-orb-float 8s ease-in-out infinite;
}

.landing-hero .hero-accent-orb.orb-2 {
  width: 6px;
  height: 6px;
  background: rgba(138, 180, 248, 0.45);
  box-shadow: 0 0 16px rgba(138, 180, 248, 0.25);
  top: 65%;
  right: 18%;
  animation: hero-orb-float 10s ease-in-out infinite reverse;
  animation-delay: -3s;
}

.landing-hero .hero-accent-orb.orb-3 {
  width: 5px;
  height: 5px;
  background: rgba(90, 141, 240, 0.40);
  box-shadow: 0 0 14px rgba(90, 141, 240, 0.20);
  bottom: 25%;
  left: 65%;
  animation: hero-orb-float 12s ease-in-out infinite;
  animation-delay: -6s;
}

@keyframes hero-orb-float {
  0%, 100% { transform: translate(0, 0); opacity: 0.5; }
  25% { transform: translate(15px, -20px); opacity: 1; }
  50% { transform: translate(-10px, 15px); opacity: 0.6; }
  75% { transform: translate(20px, 10px); opacity: 0.9; }
}

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

/* ── 4b. Hero Classic — título, descrição, botões, counters ── */

.hero-title-split {
  margin: 20px;
}

/* Water-reactive text — GPU layer */
.landing-hero .hero-pretitle,
.landing-hero .hero-title-split,
.landing-hero .hero-description {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

/* Individual character spans for molecular effect */
.landing-hero .hero-word {
  display: inline-flex;
  white-space: nowrap;
}

.landing-hero .hero-char {
  display: inline-block;
  will-change: transform;
  cursor: default;
}

/* Hero background image — full coverage (extra height for parallax) */
.landing-hero .hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -20%;
  z-index: 0;
  opacity: 0.12;
  pointer-events: none;
  overflow: hidden;
}

.landing-hero .hero-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Hero pretitle pill */
.landing-hero .hero-pretitle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.3rem;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.75rem;
}

.landing-hero .hero-pretitle .pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22D3EE;
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.70);
  animation: pulse-dot 2s infinite ease-in-out;
  flex-shrink: 0;
}

@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.65); }
}

.landing-hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 40px rgba(10, 22, 40, 0.40);
}

.landing-hero h1 .text-gradient {
  background: linear-gradient(135deg, #8AB4F8 0%, #5A8DF0 30%, #2E6BE6 60%, #22D3EE 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: hero-gradient-shimmer 5s linear infinite;
}

@keyframes hero-gradient-shimmer {
  0% { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.landing-hero .hero-description {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.0625rem;
  max-width: 520px;
  line-height: 1.75;
  margin-bottom: 2.25rem;
}

.landing-hero .hero-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.landing-hero .hero-buttons .btn-primary {
  border-radius: 50px;
  padding: 0.8rem 2.25rem;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 6px 24px rgba(46, 107, 230, 0.40);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.landing-hero .hero-buttons .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 32px rgba(46, 107, 230, 0.50);
}

.landing-hero .btn-outline-light {
  border-radius: 50px;
  padding: 0.8rem 2.25rem;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.landing-hero .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.50);
  transform: translateY(-3px);
}

/* Counter cards */
.counter-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
}

.counter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.8), transparent);
  border-radius: 2px;
  transition: all 0.4s ease;
}

.counter-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
  border-color: rgba(255, 255, 255, 0.18);
}

.counter-card:hover::before {
  width: 80%;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 1), transparent);
}

.counter-card .counter-value {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.counter-card .counter-label {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 500;
}

/* ── 4c. Hero VSL — vídeo, CTA, social proof ── */

.hero-vsl {
  text-align: center;
  padding-bottom: 4rem;
}

/* Título VSL */
.hero-vsl-title {
  line-height: 1.25;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem !important;
  font-size: 30px !important;
}

.hero-vsl .hero-pretitle {
  display: inline-flex;
}

/* Video container — glass frame 16:9 */
.hero-vsl-video {
  position: relative;
  max-width: 820px;
  margin: 2.5rem auto 0;
  transition: max-width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hero-vsl-video.is-playing {
  max-width: 1080px;
}

/* ── Ambilight Canvas ── */
#vslAmbilight {
  position: absolute;
  inset: -24px;
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  z-index: 0;
  border-radius: 30px;
  filter: blur(38px) saturate(1.7);
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity, filter;
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1),
              filter 1.2s ease;
}

#vslAmbilight.is-visible {
  opacity: 0.5;
  animation: ambilight-breathe 6s ease-in-out infinite;
}

#vslAmbilight.is-playing {
  opacity: 0.6;
  filter: blur(40px) saturate(1.8);
  animation: ambilight-breathe-active 4s ease-in-out infinite;
}

/* Breathing suave — escala e blur pulsam organicamente */
@keyframes ambilight-breathe {
  0%, 100% {
    transform: scale(1);
    filter: blur(38px) saturate(1.7);
  }
  33% {
    transform: scale(1.015);
    filter: blur(40px) saturate(1.8);
  }
  66% {
    transform: scale(0.99);
    filter: blur(36px) saturate(1.6);
  }
}

@keyframes ambilight-breathe-active {
  0%, 100% {
    transform: scale(1.005);
    filter: blur(40px) saturate(1.8);
  }
  25% {
    transform: scale(1.025);
    filter: blur(44px) saturate(1.9);
  }
  50% {
    transform: scale(0.995);
    filter: blur(38px) saturate(1.75);
  }
  75% {
    transform: scale(1.018);
    filter: blur(42px) saturate(1.85);
  }
}

@media (prefers-reduced-motion: reduce) {
  #vslAmbilight { display: none !important; }
}

@media (max-width: 575.98px) {
  #vslAmbilight {
    inset: -14px;
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    filter: blur(24px) saturate(1.4);
  }
  #vslAmbilight.is-visible { opacity: 0.38; }
  @keyframes ambilight-breathe {
    0%, 100% { transform: scale(1); filter: blur(24px) saturate(1.4); }
    50% { transform: scale(1.01); filter: blur(26px) saturate(1.5); }
  }
}

.hero-vsl-video-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.40);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 80px rgba(0, 0, 0, 0.45),
    0 0 120px rgba(46, 107, 230, 0.15);
}

/* Thumbnail */
.hero-vsl-thumbnail {
  position: absolute;
  inset: 0;
  cursor: pointer;
  z-index: 2;
}

.hero-vsl-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
  transition: filter 0.4s ease;
}

.hero-vsl-thumbnail:hover img {
  filter: brightness(0.40);
}

/* Play button */
.hero-vsl-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hero-vsl-play svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.35));
}

.hero-vsl-thumbnail:hover .hero-vsl-play {
  transform: translate(-50%, -50%) scale(1.12);
}

/* Pulse ring behind play button */
.hero-vsl-play-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  animation: vsl-pulse 2.5s infinite ease-out;
  pointer-events: none;
  z-index: 2;
}

@keyframes vsl-pulse {
  0%   { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  100% { transform: translate(-50%, -50%) scale(1.8); opacity: 0; }
}

/* iframe container */
.hero-vsl-iframe {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.hero-vsl-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* CTA section below video */
.hero-vsl-cta {
  margin-top: 2.5rem;
}

.hero-vsl-btn {
  border-radius: 50px;
  padding: 1rem 3rem;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: 0 8px 32px rgba(46, 107, 230, 0.45);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  animation: vsl-cta-glow 3s infinite ease-in-out;
}

@keyframes vsl-cta-glow {
  0%, 100% { box-shadow: 0 8px 32px rgba(46, 107, 230, 0.45); }
  50%      { box-shadow: 0 8px 48px rgba(46, 107, 230, 0.65), 0 0 20px rgba(34, 211, 238, 0.20); }
}

.hero-vsl-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 40px rgba(46, 107, 230, 0.55);
}

.hero-vsl-subtext {
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.8125rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.hero-vsl-subtext i {
  color: #22D3EE;
}

/* Social proof row */
.hero-vsl-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 2.5rem;
  flex-wrap: wrap;
}

.hero-vsl-proof-avatars {
  display: flex;
}

.hero-vsl-proof-avatars img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(15, 23, 42, 0.8);
  margin-left: -10px;
  object-fit: cover;
}

.hero-vsl-proof-avatars img:first-child {
  margin-left: 0;
}

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

.hero-vsl-proof-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 2px;
}

.hero-vsl-proof-stars i {
  color: #FBBF24;
  font-size: 0.8125rem;
}

.hero-vsl-proof-text span {
  color: rgba(255, 255, 255, 0.60);
  font-size: 0.8125rem;
}

.hero-vsl-proof-text strong {
  color: rgba(255, 255, 255, 0.90);
}


/* ===================================================================
   5. SECTIONS — Títulos, espaçamento, transições
   =================================================================== */
.landing-section {
  padding: 6rem 0;
  position: relative;
  z-index: 1;
}

.landing-section-dark {
  background: linear-gradient(160deg, #060E1F 0%, #0a1628 12%, #0C2044 28%, #0F3778 48%, #163F8A 65%, #1B4FB0 82%, #2560C8 100%);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.landing-section-dark::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(90, 141, 240, 0.20), transparent 70%);
  top: -180px;
  right: -120px;
  pointer-events: none;
  animation: section-blob-a 35s infinite ease-in-out;
}

.landing-section-dark::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.14), transparent 70%);
  bottom: -120px;
  left: -100px;
  pointer-events: none;
  animation: section-blob-b 40s infinite ease-in-out;
  animation-delay: -12s;
}

@keyframes section-blob-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  40% { transform: translate(-35px, 25px) scale(1.08); }
  70% { transform: translate(25px, -20px) scale(0.94); }
}

@keyframes section-blob-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  35% { transform: translate(30px, -40px) scale(1.06); }
  65% { transform: translate(-20px, 30px) scale(0.95); }
}

.section-pretitle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1.1rem;
  border-radius: var(--radius-pill, 50px);
  background: var(--grad-primary-soft, linear-gradient(135deg, rgba(46,107,230,0.12) 0%, rgba(90,141,240,0.06) 100%));
  color: var(--primary, #2E6BE6);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(46, 107, 230, 0.10);
}

.landing-section-dark .section-pretitle {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.section-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: var(--text-strong, rgba(17, 24, 39, 0.92));
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 1rem;
}

.section-title .text-primary {
  color: var(--primary, #2E6BE6) !important;
}

.landing-section-dark .section-title {
  color: #fff;
}

.landing-section-dark .section-title .text-primary {
  background: linear-gradient(135deg, #60A5FA, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-description {
  font-size: 1.0625rem;
  color: var(--text-muted, rgba(107, 114, 128, 0.90));
  line-height: 1.75;
  max-width: 600px;
}

.landing-section-dark .section-description {
  color: rgba(255, 255, 255, 0.55);
}

.section-header {
  margin-bottom: 3rem;
}

.section-header.text-center .section-description {
  margin-left: auto;
  margin-right: auto;
}

.section-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(46, 107, 230, 0.18) 25%,
    rgba(46, 107, 230, 0.30) 50%,
    rgba(46, 107, 230, 0.18) 75%,
    transparent 100%
  );
  margin: 0;
  border: none;
  position: relative;
  z-index: 1;
}


/* ===================================================================
   6. ABOUT — Quem Somos
   =================================================================== */
.about-image {
  border-radius: var(--radius-lg, 20px);
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-image:hover {
  transform: translateY(-4px);
}

.about-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-lg, 20px);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.about-image:hover img {
  transform: scale(1.03);
}

.about-text {
  font-size: 1.0625rem;
  color: var(--text, rgba(55, 65, 81, 0.90));
  line-height: 1.8;
}


/* ===================================================================
   7. FEATURE CARDS — Por Que Escolher
   =================================================================== */
.feature-card {
  background: var(--glass-bg, rgba(255, 255, 255, 0.65));
  backdrop-filter: var(--glass-blur-light, blur(12px));
  -webkit-backdrop-filter: var(--glass-blur-light, blur(12px));
  border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.50));
  border-radius: var(--radius-lg, 20px);
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow-sm, 0 6px 16px rgba(15, 23, 42, 0.08)), 0 0 0 1px rgba(255, 255, 255, 0.10);
  transition: all var(--dur-3, 260ms) var(--ease-standard, cubic-bezier(0.2, 0.8, 0.2, 1));
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary, #2E6BE6), #5A8DF0, #22D3EE);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md, 0 14px 36px rgba(15, 23, 42, 0.10)), 0 0 0 1px rgba(46, 107, 230, 0.08);
  border-color: rgba(46, 107, 230, 0.15);
  background: var(--glass-bg-strong, rgba(255, 255, 255, 0.80));
}

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

.feature-card .feature-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: var(--grad-primary-soft, linear-gradient(135deg, rgba(46,107,230,0.12) 0%, rgba(90,141,240,0.06) 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: var(--primary, #2E6BE6);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.feature-card:hover .feature-icon {
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  color: #fff;
  box-shadow: var(--glow-primary, 0 4px 20px rgba(46, 107, 230, 0.20));
  transform: translateY(-2px);
}

.feature-card .feature-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-strong, rgba(17, 24, 39, 0.92));
  margin-bottom: 0.5rem;
}

.feature-card .feature-text {
  font-size: 0.875rem;
  color: var(--text-muted, rgba(107, 114, 128, 0.90));
  line-height: 1.65;
  margin: 0;
}


/* ===================================================================
   8. SERVICE CARDS — Serviços (dark)
   =================================================================== */
.service-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px) saturate(120%);
  -webkit-backdrop-filter: blur(16px) saturate(120%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg, 20px);
  padding: 2rem 1.5rem;
  transition: all var(--dur-3, 260ms) var(--ease-standard, cubic-bezier(0.2, 0.8, 0.2, 1));
  height: 100%;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.6), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-card:hover {
  background: rgba(255, 255, 255, 0.10);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.20);
  border-color: rgba(255, 255, 255, 0.15);
}

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

.service-card .service-icon {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.88);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.service-card:hover .service-icon {
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  border-color: transparent;
  box-shadow: var(--glow-primary, 0 4px 20px rgba(46, 107, 230, 0.20));
  transform: translateY(-2px);
}

.service-card .service-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.service-card .service-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin: 0;
}


/* ===================================================================
   9. PRICING CARDS — Planos (Glass Style)
   =================================================================== */
.pricing-section-subtitle {
  font-size: 1.0625rem;
  color: var(--text-muted, rgba(107, 114, 128, 0.90));
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.pricing-card {
  background: var(--glass-bg, rgba(255, 255, 255, 0.65));
  backdrop-filter: var(--glass-blur, blur(20px));
  -webkit-backdrop-filter: var(--glass-blur, blur(20px));
  border: 1px solid var(--glass-border, rgba(255, 255, 255, 0.50));
  border-radius: var(--radius-lg, 20px);
  padding: 2.5rem 2rem;
  box-shadow: var(--shadow-sm, 0 6px 16px rgba(15, 23, 42, 0.08)),
              0 0 0 1px rgba(255, 255, 255, 0.10);
  transition: all var(--dur-3, 260ms) var(--ease-standard, cubic-bezier(0.2, 0.8, 0.2, 1));
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: visible;
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md, 0 14px 36px rgba(15, 23, 42, 0.10)),
              var(--glow-primary, 0 4px 20px rgba(46, 107, 230, 0.20));
  border-color: rgba(46, 107, 230, 0.18);
  background: var(--glass-bg-strong, rgba(255, 255, 255, 0.80));
}

/* Featured card */
.pricing-card--featured {
  background: var(--glass-bg-strong, rgba(255, 255, 255, 0.80));
  border: 1px solid rgba(46, 107, 230, 0.18);
  z-index: 2;
  box-shadow: var(--shadow-md, 0 14px 36px rgba(15, 23, 42, 0.10)),
              var(--glow-primary, 0 4px 20px rgba(46, 107, 230, 0.20));
  transform: scale(1.03);
}

.pricing-card--featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  z-index: 1;
}

.pricing-card--featured::before {
  content: 'Mais Popular';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #2E6BE6, #5A8DF0);
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 1.5rem;
  border-radius: 50px;
  white-space: nowrap;
  z-index: 2;
  box-shadow: var(--glow-primary, 0 4px 20px rgba(46, 107, 230, 0.20));
}

.pricing-card--featured:hover {
  transform: scale(1.03) translateY(-6px);
  box-shadow: var(--shadow-lg, 0 24px 60px rgba(15, 23, 42, 0.14)),
              0 4px 24px rgba(46, 107, 230, 0.28);
}

/* Pricing icon */
.pricing-card .pricing-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.25rem;
  border-radius: 16px;
  background: var(--grad-primary-soft, linear-gradient(135deg, rgba(46,107,230,0.12) 0%, rgba(90,141,240,0.06) 100%));
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.pricing-card .pricing-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing-card .pricing-icon i {
  font-size: 1.75rem;
  color: var(--primary, #2E6BE6);
}

.pricing-card .pricing-icon-static {
  width: 64px;
  height: 64px;
  margin-bottom: 1.25rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
}

.pricing-icon-static.plan-basic {
  background: var(--grad-success-soft, linear-gradient(135deg, rgba(22, 163, 74, 0.12) 0%, rgba(74, 222, 128, 0.06) 100%));
  color: var(--success, #16A34A);
}

.pricing-icon-static.plan-pro {
  background: var(--grad-primary-soft, linear-gradient(135deg, rgba(46, 107, 230, 0.12) 0%, rgba(90, 141, 240, 0.06) 100%));
  color: var(--primary, #2E6BE6);
}

.pricing-icon-static.plan-enterprise {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12) 0%, rgba(167, 139, 250, 0.06) 100%);
  color: #7C3AED;
}

/* Pricing name */
.pricing-card .pricing-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-strong, rgba(17, 24, 39, 0.92));
  margin-bottom: 0.5rem;
}

.pricing-card .pricing-desc {
  font-size: 0.8125rem;
  color: var(--text-muted, rgba(107, 114, 128, 0.90));
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

/* Pricing price */
.pricing-card .pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}

.pricing-card .pricing-value {
  font-size: 2.75rem;
  font-weight: 800;
  background: var(--primary-grad, linear-gradient(135deg, #2E6BE6 0%, #5A8DF0 55%, #8AB4F8 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  letter-spacing: -0.03em;
}

.pricing-card .pricing-period {
  font-size: 0.875rem;
  color: var(--text-muted, rgba(107, 114, 128, 0.90));
  font-weight: 500;
}

.pricing-card .pricing-cta {
  margin: 1.5rem 0;
}

.pricing-card .pricing-cta .btn {
  border-radius: var(--radius-pill, 50px);
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: all var(--dur-3, 260ms) var(--ease-standard, cubic-bezier(0.2, 0.8, 0.2, 1));
}

.pricing-card .pricing-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--glow-primary, 0 4px 20px rgba(46, 107, 230, 0.20));
}

.pricing-card--featured .pricing-cta .btn {
  box-shadow: var(--glow-primary, 0 4px 20px rgba(46, 107, 230, 0.20));
}

/* Pricing features list */
.pricing-card .pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  border-top: 1px solid var(--border-subtle, rgba(15, 23, 42, 0.06));
  padding-top: 1.25rem;
}

.pricing-card .pricing-features li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: var(--text, rgba(55, 65, 81, 0.90));
}

.pricing-card .pricing-features li .ti {
  font-size: 1.125rem;
  flex-shrink: 0;
}

.pricing-card .pricing-features li .ti-check {
  color: var(--success, #16A34A);
}

.pricing-card .pricing-features li .ti-x {
  color: var(--text-light, rgba(156, 163, 175, 0.90));
}

.pricing-card .pricing-features li.disabled-feature {
  color: var(--text-light, rgba(156, 163, 175, 0.90));
  opacity: 0.55;
}


/* ===================================================================
   10. TESTIMONIALS — Depoimentos
   =================================================================== */
.testimonial-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px) saturate(130%);
  -webkit-backdrop-filter: blur(16px) saturate(130%);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius-lg, 20px);
  padding: 2rem;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  min-height: 308px;
  margin-top: 10px;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 4rem;
  font-family: Georgia, serif;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
  pointer-events: none;
}

.testimonial-card:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
}

.testimonial-card .testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.testimonial-card .testimonial-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 0 3px rgba(46, 107, 230, 0.22);
  object-fit: cover;
  transition: all 0.3s ease;
}

.testimonial-card:hover .testimonial-avatar {
  box-shadow: 0 0 0 4px rgba(46, 107, 230, 0.38);
}

.testimonial-card .testimonial-author {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.15rem 0;
}

.testimonial-card .testimonial-role {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.50);
  margin: 0;
}

.testimonial-card .testimonial-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 0.75rem;
}

.testimonial-card .testimonial-stars .ti {
  color: #FBBF24;
  font-size: 1rem;
}

.testimonial-card .testimonial-text {
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  margin: 0;
  font-style: italic;
}

/* Swiper overrides */
.testimonial-slider .swiper-pagination {
  position: relative;
  margin-top: 2.5rem;
}

.testimonial-slider .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
}

.testimonial-slider .swiper-pagination-bullet-active {
  background: #fff;
  width: 32px;
  border-radius: 5px;
}


/* ===================================================================
   11. CTA — Chamada final
   =================================================================== */
.landing-cta {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(160deg, #104685 0%, #3470E7 30%, #184AA6 60%, #2058BD 100%);
  overflow: hidden;
  z-index: 2;
}

.landing-cta::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 70%);
  top: -200px;
  right: -100px;
  pointer-events: none;
  animation: section-blob-a 30s infinite ease-in-out;
}

.cta-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.0625rem;
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.75;
}

.cta-content .btn {
  border-radius: 50px;
  padding: 0.8rem 2.5rem;
  font-weight: 600;
  font-size: 1rem;
}

.cta-content .btn-light {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  color: var(--primary, #2E6BE6);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  transition: all var(--dur-3, 260ms) var(--ease-standard, cubic-bezier(0.2, 0.8, 0.2, 1));
}

.cta-content .btn-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.20);
}


/* ===================================================================
   12. FOOTER — Deep Glass
   =================================================================== */
.landing-footer {
  background: linear-gradient(160deg, #060E1F 0%, #0a1628 50%, #0F2847 100%);
  color: rgba(255, 255, 255, 0.70);
  padding: 5rem 0 0;
  position: relative;
  z-index: 2;
}

.landing-footer::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(6, 14, 31, 0.15) 30%,
    rgba(6, 14, 31, 0.55) 65%,
    rgba(6, 14, 31, 0.95) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.landing-footer .footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.landing-footer .footer-brand img {
  height: 42px;
  width: auto;
}

.landing-footer .footer-brand-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
}

.landing-footer .footer-description {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.50);
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 280px;
}

.landing-footer .footer-social {
  display: flex;
  gap: 0.5rem;
}

.landing-footer .footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 1.125rem;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.landing-footer .footer-social a:hover {
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  color: #fff;
  border-color: rgba(90, 141, 240, 0.40);
  transform: translateY(-4px) scale(1.08);
  box-shadow:
    0 6px 20px rgba(46, 107, 230, 0.35),
    0 0 24px rgba(46, 107, 230, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.landing-footer h5 {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.landing-footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  border-radius: 2px;
}

.landing-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.landing-footer .footer-links li {
  margin-bottom: 0.75rem;
}

.landing-footer .footer-links a {
  color: rgba(255, 255, 255, 0.50);
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.3s var(--ease-emphasized, cubic-bezier(0.2, 1, 0.2, 1));
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.landing-footer .footer-links a::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--primary, #2E6BE6);
  transition: width 0.3s ease;
  margin-right: 0;
}

.landing-footer .footer-links a:hover {
  color: rgba(255, 255, 255, 0.90);
  text-shadow: 0 0 14px rgba(90, 141, 240, 0.25);
  transform: translateX(4px);
}

.landing-footer .footer-links a:hover::before {
  width: 14px;
  margin-right: 8px;
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  box-shadow: 0 0 8px rgba(46, 107, 230, 0.40);
}

.landing-footer .footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

.landing-footer .footer-contact-item .ti {
  color: var(--primary, #2E6BE6);
  font-size: 1.25rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.landing-footer .footer-contact-item a,
.landing-footer .footer-contact-item span {
  color: rgba(255, 255, 255, 0.50);
  text-decoration: none;
  transition: color 0.3s ease;
}

.landing-footer .footer-contact-item a:hover {
  color: rgba(255, 255, 255, 0.90);
  text-shadow: 0 0 12px rgba(90, 141, 240, 0.20);
}

.landing-footer .footer-contact-item:hover .ti {
  transform: scale(1.12);
  filter: brightness(1.2) drop-shadow(0 0 6px rgba(46, 107, 230, 0.40));
  transition: all 0.3s var(--ease-emphasized, cubic-bezier(0.2, 1, 0.2, 1));
}

.landing-footer-bottom {
  margin-top: 3rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.20);
}

.landing-footer-bottom p {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.35);
}


/* ===================================================================
   13. BACK TO TOP
   =================================================================== */
.back-to-top-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--grad-primary, linear-gradient(135deg, #2E6BE6, #5A8DF0));
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 6px 20px rgba(46, 107, 230, 0.35);
  z-index: 1020;
}

.back-to-top-btn.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 32px rgba(46, 107, 230, 0.45);
}


/* ===================================================================
   14. RESPONSIVO
   =================================================================== */
@media (max-width: 991.98px) {
  .landing-header {
    width: calc(100% - 24px);
    top: 10px;
    border-radius: 24px;
  }

  .landing-header .container {
    height: 56px;
    padding: 0 10px 0 16px;
    flex-wrap: wrap;
  }

  .landing-header .navbar-brand img {
    height: 36px;
  }

  /* Mobile dropdown glass menu — animated */
  .landing-header .navbar-collapse {
    position: absolute;
    top: calc(100% + 8px);
    left: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: var(--radius-lg, 20px);
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.60);
    box-shadow: var(--shadow-lg, 0 24px 60px rgba(15, 23, 42, 0.14));
    max-height: 80vh;
    overflow-y: auto;
    /* Animation properties */
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px) scale(0.97);
    transition: opacity 0.3s var(--ease-emphasized, cubic-bezier(0.2, 1, 0.2, 1)),
                transform 0.3s var(--ease-emphasized, cubic-bezier(0.2, 1, 0.2, 1)),
                visibility 0.3s;
    pointer-events: none;
  }

  .landing-header .navbar-collapse.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .landing-header .navbar-nav {
    flex-direction: column !important;
    gap: 4px !important;
  }

  .landing-header .nav-link {
    border-radius: 14px !important;
    padding: 12px 16px !important;
    color: var(--text, rgba(55, 65, 81, 0.90));
    font-size: 0.9375rem;
  }

  .landing-header .nav-link:hover {
    background: rgba(46, 107, 230, 0.06);
  }

  .landing-header .btn-primary {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    margin-top: 4px;
    font-size: 0.9375rem;
  }

  .landing-hero {
    min-height: auto;
    padding-bottom: 3rem;
    padding-top: 0px !important;
    background-size: 100% 100%; /* disable morphing on mobile */
  }

  /* Disable will-change on mobile (saves GPU memory) */
  .landing-hero .hero-grain,
  .landing-hero .hero-mesh,
  .landing-hero .hero-light-streak,
  .landing-hero .hero-accent-orb,
  .landing-hero .hero-bg-image,
  .landing-hero .hero-blob,
  .landing-hero .hero-pretitle,
  .landing-hero .hero-title-split,
  .landing-hero .hero-vsl-title,
  .landing-hero .hero-description {
    will-change: auto;
  }

  .landing-hero .hero-char {
    will-change: auto;
  }

  .landing-hero h1 {
    font-size: 2.25rem;
  }

  .landing-section {
    padding: 4rem 0;
  }

  .section-title {
    font-size: 1.75rem;
  }

  .landing-blob--1 { width: 400px; height: 400px; }
  .landing-blob--2 { width: 350px; height: 350px; }
  .landing-blob--3 { width: 280px; height: 280px; }
  .landing-blob--4 { width: 300px; height: 300px; }
  .landing-blob--5 { width: 250px; height: 250px; }

  .pricing-card--featured {
    transform: none;
  }
  .pricing-card--featured:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 767.98px) {
  .landing-header {
    width: calc(100% - 16px);
    top: 8px;
    border-radius: 20px;
  }

  /* Hero — centralizado + compacto */
  .landing-hero {
    padding-top: 100px;
    padding-bottom: 2rem;
    text-align: center;
  }

  .landing-hero h1 {
    font-size: 2rem;
  }

  .landing-hero .hero-pretitle {
    margin-left: auto;
    margin-right: auto;
  }

  .landing-hero .hero-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9375rem;
  }

  .landing-hero .hero-buttons {
    justify-content: center;
  }

  /* Esconde decorativos pesados no mobile */
  .landing-hero .hero-mesh,
  .landing-hero .hero-light-streak,
  .landing-hero .hero-accent-orb {
    display: none;
  }

  .landing-hero .hero-bg-image {
    opacity: 0.08;
  }

  .landing-section {
    padding: 3rem 0;
  }

  .section-header {
    margin-bottom: 2rem;
  }

  .counter-card {
    padding: 1rem;
  }

  .counter-card .counter-value {
    font-size: 1.75rem;
  }

  /* VSL hero — mobile */
  .hero-vsl-title {
    font-size: clamp(20px, 6vw, 30px) !important;
    padding-top: 50px;
    padding-bottom: 0.30rem;
  }

  .hero-vsl-play {
    width: 60px;
    height: 60px;
  }

  .hero-vsl-play-pulse {
    width: 60px;
    height: 60px;
  }

  .hero-vsl-btn {
    padding: 0.85rem 2rem;
    font-size: 1rem;
  }

  .hero-vsl-proof {
    flex-direction: column;
    gap: 0.5rem;
  }

  .hero-vsl-proof-text {
    text-align: center;
  }

  .hero-vsl-video-inner {
    border-radius: 14px;
  }

  /* Feature cards — 2 colunas no mobile */
  #por-que-escolher .row.g-4:last-child {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  #por-que-escolher .row.g-4:last-child > [class*="col"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .feature-card {
    padding: 1.25rem 1rem;
  }
  .feature-card .feature-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .feature-card .feature-title {
    font-size: 0.9375rem;
  }
  .feature-card .feature-text {
    font-size: 0.8125rem;
  }

  /* Service cards — 2 colunas no mobile */
  #servicos .row.g-4 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  #servicos .row.g-4 > [class*="col"] {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .service-card {
    padding: 1.25rem 1rem;
  }
  .service-card .service-icon {
    width: 48px;
    height: 48px;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .service-card .service-title {
    font-size: 0.9375rem;
  }
  .service-card .service-text {
    font-size: 0.8125rem;
  }

  .pricing-card {
    padding: 2rem 1.5rem;
    border-radius: var(--radius-lg, 20px);
  }

  .pricing-card--featured::after {
    border-radius: 0 0 4px 4px;
  }

  /* Pricing CTA — touch target mínimo 48px */
  .pricing-cta .btn {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Footer — centralizado no mobile */
  .landing-footer {
    padding: 3rem 0 0;
    text-align: center;
  }

  .landing-footer .footer-brand {
    justify-content: center;
  }

  .landing-footer .footer-description {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-footer .footer-social {
    justify-content: center;
  }

  .landing-footer .footer-social a {
    width: 44px;
    height: 44px;
  }

  .landing-footer h5 {
    margin-top: 0.5rem;
  }

  .landing-footer h5::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .landing-footer .footer-contact-item {
    justify-content: center;
  }

  .landing-footer-bottom {
    padding: 1rem 0;
  }

  /* Blobs — estáticos no mobile */
  .landing-blob {
    filter: blur(60px);
    animation: none !important;
  }
  .landing-blob--1 { width: 300px; height: 300px; opacity: 0.28; }
  .landing-blob--2 { width: 260px; height: 260px; opacity: 0.22; }
  .landing-blob--3 { width: 220px; height: 220px; opacity: 0.15; }
  .landing-blob--4 { display: none; }
  .landing-blob--5 { display: none; }

  /* Hero blobs — estáticos */
  .landing-hero .hero-blob {
    animation: none !important;
  }

  /* Feedback tátil no toque */
  .feature-card:active,
  .service-card:active {
    transform: scale(0.97);
    transition-duration: 80ms;
  }
  .pricing-card:active {
    transform: scale(0.98);
    transition-duration: 80ms;
  }
  .counter-card:active {
    transform: scale(0.96);
    transition-duration: 80ms;
  }
}

@media (max-width: 479.98px) {
  .landing-hero h1 {
    font-size: 1.75rem;
  }

  .landing-hero .hero-buttons {
    flex-direction: column;
  }

  .landing-hero .hero-buttons .btn {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-pretitle {
    font-size: 0.75rem;
    padding: 0.35rem 1rem;
  }

  .feature-card {
    border-radius: 16px;
  }

  .pricing-card {
    padding: 1.5rem 1.25rem;
  }

  .pricing-card .pricing-value {
    font-size: 2.25rem;
  }

  .pricing-features li span {
    font-size: 0.8125rem;
  }
}

/* ===================================================================
   15. PREFERS REDUCED MOTION — Accessibility
   =================================================================== */
@media (prefers-reduced-motion: reduce) {
  .landing-blob,
  .landing-hero .hero-blob,
  .landing-hero .hero-accent-orb,
  .landing-hero .hero-light-streak,
  .landing-hero .pulse-dot {
    animation: none !important;
  }

  .landing-hero h1 .text-gradient {
    animation: none !important;
  }

  .wow {
    visibility: visible !important;
    animation: none !important;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}