/* Padding lateral consistente para desktop e mobile nas últimas seções */
.section-cards,
.adtech-features-list {
  padding-left: 5vw;
  padding-right: 5vw;
  box-sizing: border-box;
}

.adtech-features-list li {
  padding-left: 2vw;
  padding-right: 2vw;
}

@media (max-width: 600px) {
  .section-cards,
  .adtech-features-list {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .adtech-features-list li {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
/* Padding lateral extra para mobile nas últimas seções */
@media (max-width: 600px) {
  .section-cards,
  .adtech-features-list {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    box-sizing: border-box;
  }
  .adtech-features-list li {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}
/* Telas Ultra Grandes (2000px+) */
@media (min-width: 2000px) {
  .glass-card:hover::before {
    opacity: 1.5;
  }

  /* Logo decorativa que sobrepõe o último card */
  .glass-logo {
    display: none; /* visível em telas grandes apenas */
    position: absolute;
    right: 6%;
    bottom: 6%;
    width: 140px;
    height: auto;
    z-index: 6;
  
  }

  /* ==================== RESET SIMPLES: Restaurar aparência original da seção SOBRE ==================== */
  /* Colocamos este bloco no final para sobrepor regras conflitantes anteriores. */
  .section-sobre .glass-card {
    max-width: 1200px;
    padding: 60px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    border-radius: 24px;
    overflow: visible; /* permite o efeito original do rino vazar levemente */
  }

  .section-sobre .services-min-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
    justify-items: start;
  }

  @media (max-width: 1100px) {
    .section-sobre .services-min-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 18px;
    }
    .section-sobre .glass-card {
      max-width: 100%;
      padding: 40px 30px;
      grid-template-columns: 1fr;
      gap: 30px;
    }
  }

  @media (max-width: 700px) {
    .section-sobre .services-min-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }
    .section-sobre .glass-card {
      padding: 30px 20px;
      border-radius: 20px;
    }
  }

  .section-sobre .rhino-img {
    width: 140%;
    max-width: 900px;
    height: auto;
    object-fit: contain;
    position: relative;
    left: 0;
    display: block;
    margin: 0 auto;
    transition: left 1.0s;
  }
  @media (max-width: 1100px) {
    .section-sobre .rhino-img {
      left: 0;
      width: 100%;
    }
  }

  /* Remove complex ultra-wide overrides previously adicionados que estavam conflitantes */
  @media (min-width: 1600px) {
    .section-sobre .glass-card { max-width: 1200px; padding: 60px; gap: 40px; }
    .section-sobre .rhino-img { max-width: 600px; }
    .section-sobre .services-min-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  }

  /* fim do reset */
    max-width: 850px;
    margin-left: 6vw;
    margin-right: auto;
    padding-left: 0;
    padding-right: 2rem;
  }
  .hero.hero-index .hero-title { 
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
  }
  .hero.hero-index .hero-subtitle { 
    font-size: 1.1rem;
    max-width: 600px;
    line-height: 1.6;
  }
  .hero.hero-index .hero-cta .btn {
    font-size: 1rem;
    padding: 0.9rem 2rem;
  }
}

/* =================== OVERRIDES FINAIS: Garantir padding lateral consistente =================== */
/* Colocado no final para sobrepor regras anteriores que possam anular o padding */
@media (min-width: 900px) {
  .section-cards,
  .section-sobre,
  .conheca,
  .hero,
  .section-header {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
    box-sizing: border-box !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Mais espaço interno nos cards de features no desktop */
  .adtech-features-list li {
    padding: 1.2rem 2rem !important;
    border-radius: 14px !important;
  }
}

/* Mobile e tablet: padding lateral menor, mas garantido */
@media (max-width: 899px) {
  .section-cards,
  .section-sobre,
  .conheca,
  .hero,
  .section-header {
    padding-left: 4.5vw !important;
    padding-right: 4.5vw !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .adtech-features-list li {
    padding: 1rem 1.2rem !important;
  }
}

/* Forçar centralização do bloco de imagem se necessário */
.adtech-image-side {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Garantir que containers não excedam a área visível e evitar overflow lateral */
body, .site-wrapper, .page {
  overflow-x: hidden !important;
}

/* Pequeno ajuste visual no final */

/* MOBILE OVERRIDES: aumentar padding nas bordas para celulares */
@media (max-width: 600px) {
  .section-cards,
  .section-sobre,
  .conheca,
  .hero,
  .section-header,
  .features-grid,
  .adtech-features-list {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }

  .adtech-features-list li {
    padding: 1.4rem 1.6rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .features-grid {
    padding-left: 5.5vw !important;
    padding-right: 5.5vw !important;
    gap: 1.25rem;
  }
}

@media (max-width: 480px) {
  .section-cards,
  .section-sobre,
  .conheca,
  .hero,
  .section-header,
  .features-grid,
  .adtech-features-list {
    padding-left: 5.5vw !important;
    padding-right: 5.5vw !important;
  }

  .adtech-features-list li {
    padding: 1.2rem 1.2rem !important;
  }
}

/* Tablet e Mobile Grande (600px - 899px) */
@media (min-width: 600px) and (max-width: 899px) {
  .menu-toggle { 
    display: flex !important; 
  }
  
  .hero.hero-index .hero-container {
    max-width: 90vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    text-align: center !important;
  }
  
  .hero.hero-index .hero-badge {
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero.hero-index .hero-title { 
    font-size: 2.8rem !important;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-align: center !important;
  }
  
  .hero.hero-index .hero-subtitle { 
    font-size: 1.05rem !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    line-height: 1.6;
  }
  
  .hero.hero-index .hero-cta { 
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .hero.hero-index .hero-cta .btn { 
    font-size: 1rem !important;
    padding: 0.9rem 1.8rem !important;
    min-width: 200px;
  }
}

/* Mobile (abaixo de 600px) */
@media (max-width: 599px) {
  /* Menu Mobile */
  .navbar {
    padding: 0.6rem 1rem;
    border-radius: 20px;
    width: 96vw;
    left: 2vw;
    max-width: 100vw;
    overflow: visible;
  }
  
  .nav-menu {
    font-size: 1rem;
    gap: 0.8rem;
    padding-bottom: 0.8rem;
    width: auto;
    max-width: 96vw;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  
  .logo img {
    max-width: 100px;
    max-height: 26px;
  }
  
  .nav-cta {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
  }
  
  .menu-toggle { 
    display: flex !important; 
  }
  
  /* Hero Mobile */
  .hero.hero-index .hero-container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    max-width: 96vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
  
  .hero.hero-index .hero-badge {
    font-size: 0.65rem;
    padding: 0.4rem 1rem;
    margin-bottom: 1.2rem;
  }
  
  .hero.hero-index .hero-title {
    font-size: 2rem !important;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    text-align: center !important;
    margin-right: 0;
  }
  
  .hero.hero-index .hero-subtitle {
    font-size: 1rem !important;
    max-width: 95vw;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    margin-bottom: 1.5rem;
    line-height: 1.55;
  }
  
  .hero.hero-index .hero-cta {
    gap: 0.8rem;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
  }
  
  .hero.hero-index .hero-cta .btn {
    font-size: 0.95rem !important;
    padding: 0.8rem 1.5rem !important;
    border-radius: 40px;
    width: 100%;
    max-width: 280px;
  }
}

/* Mobile Pequeno (abaixo de 400px) */
@media (max-width: 399px) {
  .hero.hero-index .hero-title {
    font-size: 1.7rem !important;
  }
    transform: scale(1);
  .hero.hero-index .hero-subtitle {
    font-size: 0.95rem !important;
  }
  
  .hero.hero-index .hero-cta .btn {
    font-size: 0.9rem !important;
    padding: 0.75rem 1.3rem !important;
  }
}

/* Garantir alinhamento à esquerda em todas as telas grandes */
@media (min-width: 900px) {
  .hero.hero-index .hero-container {
    text-align: left !important;
  }
  
  .hero.hero-index .hero-badge {
    margin-left: 0;
    margin-right: auto;
  }
  
  .hero.hero-index .hero-title {
    text-align: left !important;
  }
  
  .hero.hero-index .hero-subtitle {
    text-align: left !important;
    margin-left: 0;
    margin-right: auto;
  }
  
  .hero.hero-index .hero-cta {
    justify-content: flex-start !important;
  }
}

/* Garante o toggle do menu mobile sempre visível em telas pequenas */
@media (max-width: 899px) {
  .menu-toggle {
    display: flex !important;
  }
  
  .nav-menu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.97);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    margin: 0;
    padding: 0 0 1rem 0;
    z-index: 999;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s;
  }
  
  .nav-menu.open {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
  }
}

/* Mobile: make the toggle larger and avoid clipping of the close X */
@media (max-width: 599px) {
  .menu-toggle {
    width: 48px !important;
    height: 48px !important;
    padding: 6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 10px;
    background: rgba(0,0,0,0.25);
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
    z-index: 1101 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .menu-toggle .bar {
    width: 30px !important;
    height: 3px !important;
    margin: 3px 0 !important;
  }

  .menu-toggle.open .bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg) !important;
  }
  .menu-toggle.open .bar:nth-child(2) {
    opacity: 0 !important;
  }
  .menu-toggle.open .bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg) !important;
  }
}

/* Ajustes específicos para o badge em mobile */
@media (max-width: 899px) {
  .hero.hero-index .hero-badge {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Ajustes para melhor leitura dos botões */
.hero.hero-index .hero-cta .btn {
  white-space: nowrap;
  transition: all 0.3s ease;
}

.hero.hero-index .hero-cta .btn:hover {
  transform: translateY(-2px);
}

/* Garantir que os botões não quebrem em uma linha só quando necessário */
@media (min-width: 600px) and (max-width: 899px) {
  .hero.hero-index .hero-cta {
    flex-wrap: wrap;
  }
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* =================== VARIÁVEIS GLOBAIS ================ */

:root {
  --gradient-primary: linear-gradient(
    90deg,
    rgba(139, 92, 246, 1) 0%,
    rgba(0, 231, 252, 1) 100%
  );
  --gradient-badge: linear-gradient(
    90deg,
    rgba(40, 0, 100, 1) 0%,
    rgba(100, 30, 210, 1) 21%,
    rgba(139, 92, 246, 1) 48%,
    rgba(0, 180, 230, 1) 80%,
    rgba(0, 231, 252, 1) 100%
  );
  --gradient-flare: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.4) 0%,
    rgba(0, 231, 252, 0.3) 30%,
    rgba(0, 231, 252, 0.2) 60%,
    transparent 100%
  );
  --color-primary: #8b5cf6;
  --spacing-xs: 0.5rem;
  --spacing-sm: 1rem;
  --spacing-md: 2rem;
  --spacing-lg: 3rem;
  --spacing-xl: 4rem;
  --spacing-xxl: 6rem;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* =================== FUNDO ESCURO GLOBAL ====================== */
:root {
  --bg-primary: #0a0a0a;
  --bg-secondary: #111111;
  --bg-tertiary: #1a1a1a;
  --text-primary: #ffffff;
  --text-secondary: #b3b3b3;
  --text-tertiary: #808080;
  --border-color: rgba(255, 255, 255, 0.1);
  --shadow-color: rgba(0, 0, 0, 0.5);
  --primary-purple: #8b5cf6;  /* Roxo vibrante do design */
  --primary-cyan: #00e7fc;   /* Ciano secundário do design */
  --glass-bg: rgba(17, 17, 17, 0.4);
  --glass-border: rgba(255, 255, 255, 0.1);
}


body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
  color: var(--text-primary);
  background-color: var(--bg-primary);
  overflow-x: hidden;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
/* ================================================== MENU PRINCIPAL ============================================ */
.navbar {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  max-width: none;
  padding: 1rem 2rem;
  background: rgba(17, 17, 17, 0.4);
  backdrop-filter: blur(40px) saturate(180%);
  -webkit-backdrop-filter: blur(40px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.navbar::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 20%;
  width: 400px;
  height: 400px;
  background: var(--gradient-flare);
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.navbar.scrolled::before {
  opacity: 0.2;
}

.navbar.scrolled {
  top: 0.5rem;
  padding: 1rem 2rem;
  background: rgba(17, 17, 17, 0.5);
  backdrop-filter: blur(50px) saturate(180%);
  -webkit-backdrop-filter: blur(50px) saturate(180%);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

/* Menu padrão (desktop) */
.nav-menu {
  display: flex;
  list-style: none;
  gap: 1.2rem;
  align-items: center;
  flex-wrap: nowrap;
  overflow: visible;
  transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s;
  max-height: 500px;
  opacity: 1;
}

/* Mobile: menu fechado */
@media (max-width: 900px) {
  .nav-menu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, 0.97);
    border-radius: 0 0 20px 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    margin: 0;
    padding: 0 0 1rem 0;
    z-index: 999;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s;
  }
  .nav-menu.open {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
  }
}

/* Botão menu mobile */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  margin-left: 1rem;
}
.menu-toggle .bar {
  width: 28px;
  height: 3px;
  background: var(--text-primary, #fff);
  margin: 4px 0;
  border-radius: 2px;
  transition: 0.3s;
}
@media (max-width: 900px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle.open .bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open .bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-menu li {
  flex-shrink: 0;
  overflow: visible;
}

.nav-link {
  color: var(--text-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--transition);
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gradient-primary);
  transition: var(--transition);
}

.nav-link:hover {
  color: var(--text-primary);
}

.nav-link:hover::after {
  width: 100%;
}

/* Link ativo no menu */
.nav-link.active {
  color: #8b5cf6 !important;
  font-weight: 600;
}

.nav-link.active::after {
  width: 100%;
  background: var(--gradient-primary);
  opacity: 1;
}

.nav-cta {
  padding: 0.75rem 1.5rem;
  background: rgba(17, 17, 17, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text-primary);
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.3), 0 0 20px rgba(139, 92, 246, 0.2),
    0 0 30px rgba(0, 231, 252, 0.15), inset 0 0 10px rgba(139, 92, 246, 0.1);
  animation: neonGlowButton 3s ease-in-out infinite;
}

.nav-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: var(--gradient-primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}

.nav-cta span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

/* Logo — oculta */
.logo {
  display: none;
}

/* ================================================== HERO ============================================ */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem 4rem;
  background: var(--bg-primary);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  contain: layout;
}


.hero.hero-index .hero-triangle-pattern {
  /* Use site image instead of SVG pattern */
  background-image: url("../images/URSO HEADER2 .png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.9; /* slightly reduced so flares still show */
  filter: none;
  animation: none; /* keep static for hero image */
}

.hero.hero-index .hero-triangle-pattern::before,
.hero.hero-index .hero-triangle-pattern::after {
  display: none; /* disable extra svg overlays */
}

/* Left-align texts inside the index hero only */
.hero.hero-index .hero-container {
  text-align: left;
  padding-left: 1rem;
  padding-right: 2rem;
}

.hero.hero-index .hero-subtitle {
  margin-left: 0;
  margin-right: auto;
  max-width: 680px;
}

.hero.hero-index .hero-cta {
  justify-content: flex-start;
  margin-left: 0;
}

/* Responsive: on small screens keep center alignment for readability */
@media (max-width: 768px) {
  .hero.hero-index .hero-container {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .hero.hero-index .hero-cta {
    justify-content: center;
  }
}

/* Ensure any triangular pseudo-elements are removed and use the real image as the hero background.
           This avoids the triangle gradient overlaying the photo. */
.hero.hero-index {
  background-image: url("../images/URSO HEADER2 .png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.hero.hero-index::after,
.hero.hero-index .hero-triangle-pattern,
.hero.hero-index .hero-triangle-pattern::before,
.hero.hero-index .hero-triangle-pattern::after {
  display: none !important;
}

/* Dark overlay for better contrast + reposition and resize text for index hero */
.hero.hero-index {
  position: relative; /* ensure pseudo element positioning */
}

.hero.hero-index::before {
  /* Left-side dark overlay to improve text contrast while keeping image visible on the right */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%; /* cover the left side */
  background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.9) 30%, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0) 100%);
  z-index: 1; /* sit above the background image but below the hero content (hero-container has z-index:2) */
  pointer-events: none;
}

/* Move the hero container slightly to the left and reduce widths so text doesn't overlap the rhino */
.hero.hero-index .hero-container {
  position: relative; /* above overlay */
  z-index: 2;
  max-width: 750px; /* wider to fit title in 2 lines */
  margin-left: 3vw;
  margin-right: auto;
  padding-left: 2rem;
  transform: none; /* remove o shift excessivo */
  transition: transform 0.3s ease;
}

/* Mobile-specific overrides: use mobile background and center hero content */
@media (max-width: 599px) {
  .hero.hero-index {
    background-image: url("../images/FONDO-SITE-CELUAR.png") !important;
    background-position: center !important;
    background-size: cover !important;
  }

  /* Make the dark overlay cover the full area for centered text contrast */
  .hero.hero-index::before {
    width: 100% !important;
    left: 0 !important;
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.2) 100%) !important;
  }

  /* Remove desktop horizontal offset so content sits centered on mobile */
  .hero.hero-index .hero-container {
    transform: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 96vw !important;
    text-align: center !important;
  }
}

/* Smaller, less-aggressive title on index so it doesn't collide with the image */
.hero.hero-index .hero-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  white-space: normal;
}

/* Forçar primeira linha do título a não quebrar */
.hero.hero-index .hero-title .hero-title-line {
  white-space: nowrap;
  display: inline;
}

/* Forçar quebra de linha no título do hero */
.hero.hero-index .hero-title br {
  display: block;
}

.hero.hero-index .hero-subtitle {
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  color: rgb(255, 255, 255);
  max-width: 550px;
  margin-bottom: 1.75rem;
}

/* HERO RESPONSIVO - TELAS MÉDIAS E GRANDES */

/* Desktop Grande (1400px+) */
@media (min-width: 1400px) {
  .hero.hero-index .hero-container {
    max-width: 850px;
    margin-left: 4vw;
    padding-left: 3rem;
  }
  
  .hero.hero-index .hero-title {
    font-size: 3.8rem;
  }
  
  .hero.hero-index .hero-subtitle {
    font-size: 1.2rem;
    max-width: 600px;
  }
}

/* Telas Ultra-wide (1920px+) */
@media (min-width: 1920px) {
  .hero.hero-index .hero-container {
    max-width: 950px;
    margin-left: 5vw;
    padding-left: 4rem;
  }
  
  .hero.hero-index .hero-title {
    font-size: 4.2rem;
  }
  
  .hero.hero-index .hero-subtitle {
    font-size: 1.3rem;
    max-width: 650px;
  }
}

/* Desktop Padrão (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero.hero-index .hero-container {
    max-width: 750px;
    margin-left: 3vw;
    padding-left: 2.5rem;
  }
  
  .hero.hero-index .hero-title {
    font-size: 3.2rem;
  }
}

/* Telas Médias (900px - 1199px) */
@media (min-width: 900px) and (max-width: 1199px) {
  .hero.hero-index .hero-container {
    max-width: 600px;
    margin-left: 2vw;
    padding-left: 2rem;
  }
  
  .hero.hero-index .hero-title {
    font-size: 2.6rem;
  }
  
  .hero.hero-index .hero-subtitle {
    font-size: 1rem;
    max-width: 420px;
  }
  
  .hero.hero-index::before {
    width: 55%;
  }
}

.hero.hero-index .hero-cta .btn {
  padding: 0.8rem 1.8rem;
  font-size: 0.98rem;
}
.hero.hero-index .btn-primary,
.hero.hero-index .btn-secondary {
  background: rgba(17, 17, 17, 0.72) !important; /* more opaque */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.hero.hero-index .hero-cta .btn {
  padding: 0.6rem 1.4rem; /* smaller */
  font-size: 0.95rem; /* slightly smaller */
  border-radius: 40px;
}

/* Slightly smaller hover effect to match reduced size */
.hero.hero-index .btn-primary:hover,
.hero.hero-index .btn-secondary:hover {
  transform: translateY(-2px);
}


.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* Textura de filme/grain abaixo dos textos do hero */

/* Hero Badge - Card Neon */
.hero-badge { 
  display: inline-block;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
  background: rgba(17, 17, 17, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid transparent;
  border-radius: 25px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out 0.1s both, neonGlow 3s ease-in-out infinite;
}

/* Borda neon com gradiente usando pseudo-elemento */
.hero-badge::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 1px;
  background: var(--gradient-badge);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}

/* Efeito glow neon */
.hero-badge {
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.3), 0 0 20px rgba(139, 92, 246, 0.2),
    0 0 30px rgba(0, 231, 252, 0.15), inset 0 0 10px rgba(139, 92, 246, 0.1);
}

@keyframes neonGlow {
  0%,
  100% {
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.3), 0 0 20px rgba(139, 92, 246, 0.2),
      0 0 30px rgba(0, 231, 252, 0.15), inset 0 0 10px rgba(139, 92, 246, 0.1);
  }
  50% {
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.5), 0 0 25px rgba(139, 92, 246, 0.3),
      0 0 40px rgba(0, 231, 252, 0.25), inset 0 0 15px rgba(139, 92, 246, 0.15);
  }
}

.hero-title {
  position: clamp(1rem, 1.4vw, 1rem);
  font-size: small;
  margin-right: 70px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: var(--text-primary);
  animation: fadeInUp 0.8s ease-out;
}

.hero-title .gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  color: #fff;
  margin-bottom: 2.5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-cta {
  display: inline-flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* =================== BOTÕES NEON GLOW ====================== */

.btn {
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
}

.btn-primary {
  background: rgba(17, 17, 17, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text-primary);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.3), 0 0 20px rgba(139, 92, 246, 0.2),
    0 0 30px rgba(0, 231, 252, 0.15), inset 0 0 10px rgba(139, 92, 246, 0.1);
  animation: neonGlowButton 3s ease-in-out infinite;
}

/* Borda neon com gradiente usando pseudo-elemento - igual ao nav-cta */
.btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: var(--gradient-primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 0;
  pointer-events: none;
}

/* Ultra-wide screens: distribuir 3 cards horizontalmente e destacar o central */
@media (min-width: 2000px) {
  .complexo-grid-cards {
    display: grid;
    grid-template-columns: 1fr 560px 1fr;
    gap: 3.5rem;
    align-items: start;
    justify-items: center;
    padding: 4rem 2rem;
  }

  .complexo-card,
  .complexo-card-left,
  .complexo-card-right,
  .complexo-card-central {
    width: 100%;
    max-width: 560px;
  }

  /* Destacar o card central */
  .complexo-card-central {
    transform: translateY(-40px);
    box-shadow: 0 30px 60px rgba(0,0,0,0.6);
    border-radius: 18px;
    z-index: 2;
  }

  /* Cards laterais levemente elevados com borda neon fina */
  .complexo-card-left .complexo-card-inner,
  .complexo-card-right .complexo-card-inner {
    border-radius: 14px;
    padding: 2.5rem;
  }
}

.btn-primary {
  isolation: isolate;
}

.btn-primary span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}

.btn-primary:hover {
  transform: translateY(-3px);
  animation: none;
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.5), 0 0 25px rgba(139, 92, 246, 0.3),
    0 0 40px rgba(0, 231, 252, 0.25), inset 0 0 15px rgba(139, 92, 246, 0.15);
}

.btn-secondary {
  background: rgba(17, 17, 17, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--text-primary);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  background-clip: padding-box;
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.3), 0 0 20px rgba(139, 92, 246, 0.2),
    0 0 30px rgba(0, 231, 252, 0.15), inset 0 0 10px rgba(139, 92, 246, 0.1);
  animation: neonGlowButton 3s ease-in-out infinite;
}

/* Borda neon com gradiente usando pseudo-elemento - igual ao nav-cta */
.btn-secondary::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: var(--gradient-primary);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 0;
  pointer-events: none;
}

.btn-secondary {
  isolation: isolate;
}

.btn-secondary span {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
}

.btn-secondary:hover {
  transform: translateY(-3px);
  animation: none;
  box-shadow: 0 0 15px rgba(139, 92, 246, 0.5), 0 0 25px rgba(139, 92, 246, 0.3),
    0 0 40px rgba(0, 231, 252, 0.25), inset 0 0 15px rgba(139, 92, 246, 0.15);
}

/* ========================================================================= SEÇÃO CONHEÇA ============================================= */

.conheca {
  text-align: center;
  margin-bottom: 0;
  padding: 6rem 2rem 4rem 2rem;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  position: relative;
  overflow: visible;
}

/* Background com partículas sutis */
.conheca::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 20%, rgba(139, 92, 246, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(0, 231, 252, 0.05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

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

/* TÃ­tulo com gradiente neon */
.conheca-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #8b5cf6 50%, #00e7fc 100%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmerTitle 4s ease-in-out infinite;
}

@keyframes shimmerTitle {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

.conheca h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem !important;
  padding: 0;
}

.conheca-description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.8;
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.grid-container-rino {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  padding: 1rem;
}

/* RESPONSIVIDADE SEÇÃO PRODUTOS/CONHECA - TELAS GRANDES */
@media (min-width: 1400px) {
  .conheca {
    padding: 6rem 3rem 4rem 3rem;
  }
  
  .grid-container-rino {
    max-width: 1400px;
    gap: 3rem;
  }
  
  .card-imagem-conheca {
    height: 580px !important;
  }
}

@media (min-width: 1600px) {
  .conheca {
    padding: 6rem 4rem 4rem 4rem;
  }
  
  .grid-container-rino {
    max-width: 1600px;
    gap: 3.5rem;
  }
  
  .card-imagem-conheca {
    height: 620px !important;
  }
}

@media (min-width: 1920px) {
  .conheca {
    padding: 7rem 5rem 5rem 5rem;
  }
  
  .grid-container-rino {
    max-width: 1800px;
    gap: 4rem;
  }
  
  .card-imagem-conheca {
    height: 680px !important;
  }
}

@media (min-width: 2400px) {
  .conheca {
    padding: 8rem 6rem 6rem 6rem;
  }
  
  .grid-container-rino {
    max-width: 2100px;
    gap: 5rem;
  }
  
  .card-imagem-conheca {
    height: 750px !important;
  }
}

/* Card central - DESTAQUE com BORDA FINA */
.card-imagem-conheca {
  margin: 0 auto;
  width: 100%;
  height: 520px !important;
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border: 1px solid transparent;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.card-imagem-conheca:hover {
  transform: translateY(-20px);
  box-shadow: 
    0 0 40px rgba(139, 92, 246, 0.6), 
    0 0 80px rgba(0, 231, 252, 0.4),
    0 40px 80px rgba(0, 0, 0, 0.5);
}

/* Imagem ocupa todo o card */
.card-imagem-conheca .texto-sobre-imagem-conheca {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 23px;
  overflow: hidden;
}

.card-imagem-conheca img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-38%, -50%);
  transition: transform 0.5s ease, filter 0.5s ease;
}

.card-imagem-conheca:hover img {
  transform: translate(-38%, -50%) scale(1.05);
  filter: brightness(1.1);
}

/* ---------------- texto sobre a imagem ------------------- */
.texto-sobre-imagem-conheca h3 {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 3rem;
  padding: 2rem;
  z-index: 2;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.texto-sobre-imagem-conheca p {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 2rem;
  z-index: 2;
  color: white;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}

.texto-sobre-imagem-conheca h3 {
  bottom: 60px;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  margin: 0;
  font-weight: 700;
}

.texto-sobre-imagem-conheca p {
  bottom: 30px;
  font-size: clamp(0.9rem, 1.3vw, 1.1rem);
  margin: 0;
}

/* Overlay escuro para melhor legibilidade do texto */
.texto-sobre-imagem-conheca::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
  z-index: 1;
}

/* Cards laterais - BORDAS GRADIENTE */
.container-conheca-adtech,
.automacao-subtitulo {
  height: 300px;
  border-radius: 20px;
  padding: 2.5rem;
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.container-conheca-adtech:hover,
.automacao-subtitulo:hover {
  transform: translateY(-15px);
  box-shadow: 
    0 0 30px rgba(139, 92, 246, 0.5), 
    0 0 60px rgba(0, 231, 252, 0.3),
    0 25px 50px rgba(0, 0, 0, 0.5);
}

/* Container interno do card esquerdo */
.conheca-container3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* Ãcones com borda gradiente */
.container-conheca-adtech .icon-card,
.automacao-subtitulo .icon-card,
.conheca-container3 .icon-card {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(#111, #111) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border: 1px solid transparent;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.container-conheca-adtech:hover .icon-card,
.automacao-subtitulo:hover .icon-card,
.conheca-container3:hover .icon-card {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(0, 231, 252, 0.4);
}

.container-conheca-adtech .icon-card svg,
.automacao-subtitulo .icon-card svg,
.conheca-container3 .icon-card svg {
  color: #00e7fc;
  width: 28px;
  height: 28px;
  transition: filter 0.4s ease;
}

.container-conheca-adtech:hover .icon-card svg,
.automacao-subtitulo:hover .icon-card svg,
.conheca-container3:hover .icon-card svg {
  filter: drop-shadow(0 0 8px rgba(0, 231, 252, 0.6));
}

/* TÃ­tulos dos cards laterais */
.container-conheca-adtech h3,
.automacao-subtitulo h3,
.conheca-container3 h3 {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.container-conheca-adtech p,
.conheca-container3 p {
  font-size: clamp(0.85rem, 1.2vw, 0.95rem);
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 0;
}

.Adtech-titulo {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: white;
}

.automacao-subtitulo p {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: white;
  margin: 0;
}

/* Responsivo para tablets */
@media (max-width: 992px) {
  .grid-container-rino {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .card-imagem-conheca {
    height: 400px !important;
  }

  .container-conheca-adtech,
  .automacao-subtitulo {
    height: 250px;
  }
}

/* Responsivo para mobile */
@media (max-width: 768px) {
  .grid-container-rino {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .card-imagem-conheca {
    height: 400px !important;
    margin-bottom: 2rem;
  }

  .container-conheca-adtech,
  .automacao-subtitulo {
    height: 250px;
  }
}

/* Responsivo para mobile */
@media (max-width: 768px) {
  .grid-container-rino {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .card-imagem-conheca {
    height: 400px !important;
    margin-bottom: 2rem;
  }

  .container-conheca-adtech,
  .automacao-subtitulo {
    height: 250px;
  }
}

/* SEÇÃO SOBRE — Glass Card com urso (seção Transformando) */

.section-sobre {
  padding: 100px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  position: relative;
  background: var(--bg-primary);
}

/* Glass Card - Container Principal */
.glass-card {
  background: var(--glass-bg);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 60px 70px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 50px;
  max-width: 1400px;
  width: 90%;
  position: relative;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
  overflow: visible;
  z-index: 1;
  transition: border-color 0.3s ease;
}

/* Brilho de fundo na faixa */
.glass-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
  z-index: -1;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* CONTEÚDO DE TEXTO (LADO ESQUERDO) */

.glass-card .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  z-index: 3;
  position: relative;
}

.glass-card .content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
  color: var(--text-primary, #ffffff);
}

.glass-card .gradient-text {
  background: linear-gradient(90deg, var(--primary-purple), var(--primary-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.glass-card .description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: #a0aec0;
  margin: 0;
  line-height: 1.7;
  max-width: 600px;
}

/* Grid de Serviços */
.services-min-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 28px;
  width: 100%;
}

.service-item {
  padding: 20px 24px;
  border-left: 3px solid var(--primary-purple);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 10px;
  transition: all 0.3s ease;
  min-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(5px);
  border-left-color: var(--primary-cyan);
}

.service-item h3 {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin: 0 0 8px 0;
  color: var(--primary-cyan);
  font-weight: 700;
}

.service-item p {
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  margin: 0;
  color: #a0aec0;
  line-height: 1.5;
}

/* LADO DA IMAGEM (RINOCERONTE) - CORRIGIDO */

.image-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  min-height: 400px;
  width: 100%;
  overflow: visible;
}

/* RINOCERONTE - HOVER IGUAL AO URSO DO BEAR FINANCE */
.rhino-img {
  width: 140%;
  max-width: 700px;
  height: auto;
  object-fit: contain;
  display: block;
  transform: translateX(10%);
  transform-origin: center right;
  margin-left: auto;
  position: relative;
  z-index: 2;
  /* Mesma transição do urso */
  filter: drop-shadow(0 0 30px rgba(0, 231, 252, 0.3));
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* HOVER DO RINOCERONTE - IGUAL AO URSO */
.rhino-img:hover {
  transform: translateX(10%) scale(1.05) translateY(-5px);
  filter: drop-shadow(0 0 40px rgba(0, 231, 252, 0.5));
}

/* Efeito de Neon no "chão" do rino */
.neon-floor {
  position: absolute;
  bottom: 15%;
  right: 20%;
  width: 50%;
  max-width: 450px;
  height: 40px;
  background: var(--primary-purple);
  filter: blur(60px);
  opacity: 0.4;
  border-radius: 50%;
  z-index: 1;
  animation: pulsateFloor 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes pulsateFloor {
  0%, 100% {
    opacity: 0.3;
    filter: blur(60px);
  }
  50% {
    opacity: 0.5;
    filter: blur(70px);
  }
}

/* ANIMAÇÃO DE ENTRADA (REVEAL) */

.reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

/* RESPONSIVIDADE - SEÇÃO SOBRE/RINOCERONTE */

/* Telas muito grandes (>= 1920px) */
@media (min-width: 1920px) {
  .section-sobre {
    padding: 120px 8%;
  }
  
  .glass-card {
    max-width: 1600px;
    padding: 80px 100px;
    gap: 60px;
    grid-template-columns: 1.5fr 1fr;
  }

  .rhino-img {
    width: 130%;
    max-width: 800px;
  }

  .services-min-grid {
    gap: 28px;
  }
}

/* Telas ultra-wide (>= 2400px) */
@media (min-width: 2400px) {
  .section-sobre {
    padding: 140px 10%;
  }
  
  .glass-card {
    max-width: 1800px;
    padding: 100px 120px;
    gap: 100px;
  }

  .rhino-img {
    width: 140%;
    max-width: 900px;
  }
}

/* Desktop grande (1600px - 1919px) */
@media (min-width: 1600px) and (max-width: 1919px) {
  .section-sobre {
    padding: 100px 6%;
  }
  
  .glass-card {
    max-width: 1400px;
    padding: 70px 80px;
    gap: 55px;
    grid-template-columns: 1.5fr 1fr;
  }

  .rhino-img {
    width: 120%;
    max-width: 700px;
  }
}

/* Desktop padrão (1200px - 1599px) */
@media (min-width: 1200px) and (max-width: 1599px) {
  .glass-card {
    max-width: 1350px;
    padding: 60px 60px;
    gap: 50px;
    grid-template-columns: 1.5fr 1fr;
  }

  .rhino-img {
    width: 110%;
    max-width: 550px;
  }
}

/* Tablets landscape / Telas médias (900px - 1199px) */
@media (max-width: 1199px) and (min-width: 900px) {
  .glass-card {
    max-width: 100%;
    padding: 50px 40px;
    gap: 40px;
    grid-template-columns: 1.4fr 1fr;
  }

  .rhino-img {
    width: 100%;
    max-width: 450px;
  }

  .services-min-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

/* Tablets e mobile (< 900px) */
@media (max-width: 899px) {
  .glass-card {
    grid-template-columns: 1fr;
    padding: 40px 30px;
    gap: 30px;
    max-width: 100%;
  }

  .image-container {
    order: -1;
    min-height: 400px;
    justify-content: center;
  }

  .rhino-img {
    width: 100%;
    max-width: 500px;
    margin-left: 0;
    transform: scale(1);
    filter: drop-shadow(0 0 30px rgba(0, 231, 252, 0.3));
    transition: transform 0.4s ease, filter 0.4s ease;
  }
  
  .rhino-img:hover {
    transform: scale(1.05) translateY(-5px);
    filter: drop-shadow(0 0 40px rgba(0, 231, 252, 0.5));
  }

  .services-min-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Tablets Portrait (up to 768px) */
@media (max-width: 768px) {
  .section-sobre {
    padding: 60px 5%;
    min-height: auto;
  }
  
  .glass-card {
    padding: 35px 25px;
    gap: 25px;
  }
  
  .image-container {
    min-height: 350px;
    padding: 20px 0;
  }

  .glass-card {
    padding: 35px 25px;
    gap: 28px;
    border-radius: 20px;
  }

  .glass-card .content h1 {
    font-size: 2.2rem;
  }

  .rhino-img {
    max-width: 450px;
  }
}

/* Mobile (up to 600px) */
@media (max-width: 600px) {
  .section-sobre {
    padding: 60px 3%;
  }

  .glass-card {
    padding: 30px 20px;
    border-radius: 18px;
  }

  .glass-card .content h1 {
    font-size: 1.9rem;
  }

  .glass-card .description {
    font-size: 0.95rem;
  }

  .service-item {
    padding: 16px 18px;
    min-height: 100px;
  }

  .service-item h3 {
    font-size: 1rem;
  }

  .service-item p {
    font-size: 0.88rem;
  }

  .rhino-img {
    max-width: 350px;
    transition: all 0.5s ease;
  }
  
  .rhino-img:hover {
    transform: scale(1.02) translateY(-2px);
    filter: drop-shadow(0 8px 20px rgba(0, 231, 252, 0.3));
  }
}

/* Mobile muito pequeno (up to 400px) */
@media (max-width: 400px) {
  .glass-card {
    padding: 25px 18px;
  }

  .glass-card .content h1 {
    font-size: 1.6rem;
  }

  .services-min-grid {
    gap: 15px;
  }

  .rhino-img {
    max-width: 300px;
    transition: all 0.4s ease;
  }
  
  .rhino-img:hover {
    transform: scale(1.015) translateY(-1px);
    filter: drop-shadow(0 5px 15px rgba(0, 231, 252, 0.25));
  }
}

/* Hover Effects no Glass Card */
.glass-card:hover {
  border-color: rgba(139, 92, 246, 0.3);
}

.glass-card:hover::before {
  opacity: 1.2;
}
/* ============================================================ AD-TECH ======================================================= */

.section-header {
  text-align: center;
  margin-bottom: var(--spacing-xl);
  margin-top: 4rem;
}

/* .section-subtitle e .section-title — estilos definitivos estão mais abaixo (buscar "SECTION SUBTITLE REDESIGN") */

.adtech-section-new {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #04010a 0%,
    #07021a 25%,
    #090215 50%,
    #07021a 75%,
    #04010a 100%
  );
  padding: 6rem 0;
}

/* Glow central grande */
.adtech-bg-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 700px;
  background: radial-gradient(
    ellipse at center,
    rgba(139, 92, 246, 0.18) 0%,
    rgba(139, 92, 246, 0.06) 40%,
    transparent 70%
  );
  pointer-events: none;
  z-index: 0;
  animation: pulseGlow 5s ease-in-out infinite;
}

/* Grid sutil mais visível */
.adtech-grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(139, 92, 246, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 92, 246, 0.06) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.adtech-section-new .section-container {
  position: relative;
  z-index: 1;
}

/* Main Content Layout */
.adtech-main-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

/* Lado da Imagem */
.adtech-image-side {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  width: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
}
@media (min-width: 1200px) {
  .adtech-image-side {
    max-width: 700px;
    padding-left: 6vw;
    padding-right: 4vw;
  }
}

.adtech-image-container {
  position: relative;
  max-width: 580px;
}

.adtech-image-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
  background: radial-gradient(circle, rgba(0, 231, 252, 0.15) 0%, rgba(139, 92, 246, 0.1) 40%, transparent 70%);
  filter: blur(40px);
  z-index: 0;
}

.adtech-image-frame {
  position: relative;
  border-radius: 20px;
  overflow: visible;
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border: 2px solid transparent;
  padding: 8px;
  z-index: 1;
}

.adtech-image-frame img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

/* Floating Badges */
.adtech-float-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: rgba(10, 10, 10, 0.95);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 30px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 10;
  animation: float-badge 3s ease-in-out infinite;
}

.adtech-float-badge svg {
  stroke: #8b5cf6;
}

.adtech-float-1 {
  top: -15px;
  right: -20px;
  animation-delay: 0s;
}

.adtech-float-2 {
  bottom: 20%;
  left: -30px;
  animation-delay: 1s;
}

.adtech-float-3 {
  bottom: -10px;
  right: 10%;
  animation-delay: 2s;
}

@keyframes float-badge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Lado do Texto */
.adtech-text-side {
  max-width: 560px;
}

.adtech-headline {
  margin-bottom: 2rem;
}

.adtech-tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 30px;
  color: #8b5cf6;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.adtech-main-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.adtech-main-description {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.adtech-main-description strong {
  color: #00e7fc;
  font-weight: 700;
}

/* Features List */
.adtech-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.adtech-features-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  background: rgba(17, 17, 17, 0.35);
  border-radius: 14px;
  padding: 1.1rem 1.6rem;
  padding-left: 6vw;
  padding-right: 6vw;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  transition: box-shadow 0.2s;
}

.adtech-features-list li:hover {
  box-shadow: 0 4px 24px rgba(0,231,252,0.10), 0 2px 12px rgba(0,0,0,0.13);
}

.feature-check {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(0, 231, 252, 0.2) 100%);
  border-radius: 50%;
  flex-shrink: 0;
}

.feature-check svg {
  stroke: #00e7fc;
}

/* CTAs */
.adtech-cta-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.adtech-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  color: #000;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 25px rgba(139, 92, 246, 0.3);
}

.adtech-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 40px rgba(139, 92, 246, 0.4);
}

.adtech-btn-primary svg {
  stroke: #000;
  transition: transform 0.3s ease;
}

.adtech-btn-primary:hover svg {
  transform: translateX(4px);
}

.adtech-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.adtech-btn-secondary:hover {
  border-color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
}

.adtech-btn-secondary svg {
  stroke: #8b5cf6;
}

/* Cards Row */
.adtech-cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 3vw;
}

.adtech-feature-card {
  background: linear-gradient(#0d0d0d, #0d0d0d) padding-box,
              linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(0, 231, 252, 0.3) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 1.75rem;
  /* transition e hover definidos mais abaixo (versão consolidada) */
  position: relative;
  overflow: hidden;
}

.adtech-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.05) 0%, rgba(0, 231, 252, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

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

.adtech-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 14px;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.adtech-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
  position: relative;
  z-index: 1;
}

.adtech-card-description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.6;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}

.adtech-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #8b5cf6;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.adtech-card-link:hover {
  color: #00e7fc;
}

.adtech-card-link svg {
  transition: transform 0.3s ease;
}

.adtech-card-link:hover svg {
  transform: translateX(4px);
}

/* Responsivo Ad-tech */
@media (max-width: 1100px) {
  .adtech-main-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .adtech-image-side {
    order: -1;
  }

  .adtech-image-container {
    max-width: 500px;
    margin: 0 auto;
  }

  .adtech-text-side {
    max-width: 100%;
    text-align: center;
  }

  .adtech-features-list {
    align-items: center;
  }

  .adtech-cta-group {
    justify-content: center;
  }

  .adtech-cards-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .adtech-section-new {
    padding: 4rem 0;
  }

  .adtech-float-badge {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }

  .adtech-float-1 {
    top: -10px;
    right: 5px;
  }

  .adtech-float-2 {
    left: -10px;
  }

  .adtech-float-3 {
    bottom: -5px;
    right: 5%;
  }

  .adtech-main-title {
    font-size: 1.6rem;
  }

  .adtech-main-description {
    font-size: 0.95rem;
  }

  .adtech-btn-primary,
  .adtech-btn-secondary {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 600px) {
  .adtech-cards-row {
    grid-template-columns: 1fr;
  }

  .adtech-feature-card {
    text-align: center;
  }

  .adtech-card-icon {
    margin: 0 auto 1.25rem;
  }

  .adtech-image-container {
    max-width: 100%;
  }

  .adtech-float-2 {
    display: none;
  }
}

/* ================================================ PRODUTOS ============================================= */

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: clamp(12px, 2vw, 48px); /* gap responsivo: aumenta em telas maiores */
  margin-top: var(--spacing-xl);
  padding-left: 4vw;
  padding-right: 4vw;
  box-sizing: border-box;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  justify-items: stretch;
}

/* Em telas muito grandes, aumentar o padding lateral para empurrar cards para as bordas */
@media (min-width: 1400px) {
  .features-grid {
    grid-template-columns: repeat(3, minmax(320px, 1fr));
    gap: clamp(20px, 3.5vw, 80px);
    padding-left: 8vw;
    padding-right: 8vw;
    max-width: 2200px;
  }
}

/* Em telas gigantes, tornar gap ainda maior e expandir áreas laterais */
@media (min-width: 2000px) {
  .features-grid {
    grid-template-columns: repeat(3, minmax(360px, 1fr));
    gap: clamp(28px, 4vw, 120px);
    padding-left: 10vw;
    padding-right: 10vw;
    max-width: 2600px;
  }
}

/* Centralizar título e alinhar grid na seção 'features' */
#features {
  padding-left: 4vw;
  padding-right: 4vw;
  box-sizing: border-box;
}

#features .section-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.services-products-title {
  text-align: center;
  margin-bottom: 1rem;
}

.services-products-title .section-title {
  display: inline-block;
  margin: 0 auto;
}

/* section-header: centralização definida no bloco OVERRIDE abaixo */

/* Em telas pequenas, garantir padding maior nas laterais */
@media (max-width: 600px) {
  #features {
    padding-left: 6.5vw !important;
    padding-right: 6.5vw !important;
  }
  .features-grid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* Cards dos produtos - BORDAS FINAS */
.feature-card {
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border: 1px solid transparent;
  padding: 0;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 
              0 0 15px rgba(139, 92, 246, 0.15);
  /* transition e hover definidos mais abaixo (versão consolidada) */
  overflow: hidden;
  position: relative;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

/* Ãrea da imagem - IMAGEM COMPLETA */
.feature-icon {
  width: 100%;
  height: 330px;
  margin: 0;
  display: block;
  background: #000;
  border-radius: 19px 19px 0 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* Imagem dos produtos - PREENCHE TODO O TOPO */
.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.4s ease;
}

.feature-card:hover .feature-icon img {
  transform: scale(1.08);
}

/* ConteÃºdo do card */
.feature-card-content {
  padding: 1.8rem 2rem 2.4rem;
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.feature-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
  line-height: 1.4;
}

.feature-description {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  flex: 1;
}

/* BotÃ£o Saiba Mais - DISCRETO E ELEGANTE */
.btn-feature {
  display: inline-block;
  padding: 0.75rem 1.8rem;
  background: transparent;
  border: 1px solid rgba(139, 92, 246, 0.4);
  border-radius: 10px;
  color: #8b5cf6;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: auto;
  position: relative;
  z-index: 10;
}

.btn-feature span {
  position: relative;
  z-index: 2;
}

.btn-feature:hover {
  background: rgba(139, 92, 246, 0.1);
  border-color: #8b5cf6;
  color: #00e7fc;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(139, 92, 246, 0.2);
}

.btn-feature:active {
  transform: translateY(0);
}

/* Responsividade para produtos */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }
}

@media (max-width: 480px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

/* Ajustes para telas muito grandes */
@media (min-width: 2000px) {
  .features-grid {
    padding-left: 8vw;
    padding-right: 8vw;
    gap: 3rem;
    max-width: 1800px;
  }
  .feature-card-content {
    padding: 2rem 3rem 2.8rem;
  }
}

/* OVERRIDE: centralizar grid da seção Produtos */
.features-section,
.produtos-section,
.section-produtos {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  box-sizing: border-box !important;
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Section-header: flex coluna para empilhar subtitle pill → title → description */
.section-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

/* Título da seção: block, centralizado — NÃO inline-block (causava alinhamento lateral) */
.section-header .section-title,
.section-header h1,
.section-header h2 {
  display: block !important;
  width: 100%;
  text-align: center !important;
  margin: 0 0 1rem !important;
}

/* Forçar centralização visual da grid de produtos */
.features-grid {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Se ainda houver um título flotante muito à esquerda (ex: breadcrumb), esconda borda/linha estranha */
.features-section::before,
.produtos-section::before,
.section-produtos::before {
  display: none !important;
}

/* ====================================== TREINAMENTOS ===================================== */


.treinamentos-section {
  padding: 6rem 2rem;
  background: #0a0a0a;
}

.treinamentos-section .section-container {
  max-width: 1200px;
  margin: 0 auto;
}

.treinamentos-section .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.treinamentos-section .section-subtitle {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}

.treinamentos-section .section-title {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
}

.treinamentos-section .section-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Carrossel Wrapper */
.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}

.carousel-container {
  overflow: visible;
  width: 100%;
}

.carousel-track {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  padding: 1rem 0;
}

.treinamento-card {
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 320px;
  max-width: 320px;
  flex-shrink: 0;
  opacity: 0.35;
  transform: scale(0.88);
  filter: blur(3px);
  cursor: pointer;
}

/* MOBILE: tornar os cards de treinamento full-width e mais legíveis */
@media (max-width: 768px) {
  .treinamentos-section {
    padding: 3rem 1.2rem;
  }

  .treinamentos-section .section-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .carousel-track {
    gap: 1rem;
    padding: 0.5rem 0;
  }

  .treinamento-card {
    min-width: auto !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 1.6rem 1.2rem !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  }

  .treinamento-card.active,
  .treinamento-card.adjacent {
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }

  .treinamento-title { font-size: 1.25rem; }
  .treinamento-desc { font-size: 0.98rem; }

  .carousel-btn {
    width: 44px;
    height: 44px;
    top: auto;
    bottom: 10px;
    transform: none;
    opacity: 0.95;
  }

  .carousel-btn-prev { left: 20px; }
  .carousel-btn-next { right: 20px; }
}

@media (max-width: 480px) {
  .treinamentos-section {
    padding: 2.2rem 0.9rem;
  }

  .treinamento-card {
    padding: 1.2rem 0.9rem !important;
    border-radius: 14px;
  }

  .treinamento-icon { width: 64px; height: 64px; }
  .treinamento-icon svg { width: 32px; height: 32px; }

  /* Ajuste dos indicadores para mobile */
  .carousel-indicators { margin-top: 1rem; gap: 0.6rem; }
  .carousel-dot { width: 10px; height: 10px; }
}

/* Card ativo/central - em destaque */
.treinamento-card.active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  box-shadow: 0 20px 60px rgba(139, 92, 246, 0.15),
              0 0 40px rgba(0, 231, 252, 0.08);
  cursor: default;
}

/* Vizinhos imediatos ao conjunto visível: menos destaque que o ativo, mas mais do que os off-screen */
.treinamento-card.adjacent {
  opacity: 0.75;
  transform: scale(0.96);
  filter: blur(1px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
}

/* Garantir que os cards fora da viewport fiquem desfocados e menores */
.treinamento-card:not(.active):not(.adjacent) {
  opacity: 0.35;
  transform: scale(0.88);
  filter: blur(3px);
}

/* Cards adjacentes - semi-visÃ­veis */
.treinamento-card.adjacent {
  opacity: 0.5;
  transform: scale(0.92);
  filter: blur(1.5px);
}

.treinamento-card.active:hover {
  box-shadow: 0 25px 70px rgba(139, 92, 246, 0.2),
              0 0 50px rgba(0, 231, 252, 0.1);
}

/* BotÃµes do Carrossel */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  border: none;
  color: #0a0a0a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 20;
  box-shadow: 0 5px 20px rgba(139, 92, 246, 0.4);
}

.carousel-btn:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.6);
}

.carousel-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.carousel-btn svg {
  stroke: #0a0a0a;
  stroke-width: 2.5;
  width: 22px;
  height: 22px;
}

.carousel-btn-prev {
  left: 30px;
}

.carousel-btn-next {
  right: 30px;
}

.carousel-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%) scale(0.9);
}

.carousel-btn:disabled:hover {
  transform: translateY(-50%) scale(0.9);
  box-shadow: 0 5px 20px rgba(139, 92, 246, 0.2);
}

/* Indicadores (bolinhas) - SÃ³ contorno */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
  padding: 0;
}

.carousel-dot:hover {
  border-color: #8b5cf6;
}

.carousel-dot.active {
  border-color: #00e7fc;
  background: transparent;
  transform: scale(1.3);
  box-shadow: 0 0 10px rgba(0, 231, 252, 0.5);
}

.treinamento-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(0, 231, 252, 0.15) 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem auto;
  transition: all 0.3s ease;
}

.treinamento-card.active .treinamento-icon {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25) 0%, rgba(0, 231, 252, 0.25) 100%);
}

.treinamento-icon svg {
  width: 40px;
  height: 40px;
  stroke: #8b5cf6;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.treinamento-card.active .treinamento-icon svg {
  stroke: #00e7fc;
}

.treinamento-title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
}

.treinamento-desc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.treinamento-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.treinamento-duracao {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.treinamento-duracao svg {
  color: #8b5cf6;
  width: 18px;
  height: 18px;
  stroke: #8b5cf6;
}

.treinamento-formato {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(0, 231, 252, 0.2) 100%);
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.85rem;
  color: #00e7fc;
  font-weight: 500;
}

.treinamento-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2rem;
  background: transparent;
  border: 1px solid transparent;
  background: linear-gradient(#0a0a0a, #0a0a0a) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.treinamento-btn:hover {
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  color: #0a0a0a;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(139, 92, 246, 0.4);
}

/* Responsivo Carrossel */
@media (max-width: 991px) {
  .treinamento-card {
    min-width: 280px;
    max-width: 280px;
  }
  
  .carousel-wrapper {
    padding: 1rem 60px;
  }
  
  .carousel-btn {
    width: 45px;
    height: 45px;
  }
  
  .carousel-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 600px) {
  .treinamentos-section {
    padding: 4rem 1rem;
  }
  
  .treinamento-card {
    min-width: 260px;
    max-width: 260px;
    padding: 2rem 1.5rem;
  }
  
  .carousel-wrapper {
    padding: 1rem 50px;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
  }
  
  .carousel-btn svg {
    width: 18px;
    height: 18px;
  }
  
  .carousel-btn-prev {
    left: 5px;
  }
  
  .carousel-btn-next {
    right: 5px;
  }
  
  .treinamentos-section .section-title {
    font-size: 1.8rem;
  }
  
  .carousel-indicators {
    gap: 0.75rem;
  }
  
  .carousel-dot {
    width: 10px;
    height: 10px;
  }
}

/* ================================================ ARTIGOS E FEED ============================================= */


.instagram-section {
  background: linear-gradient(180deg, rgba(10, 10, 10, 1) 0%, rgba(5, 5, 5, 1) 100%);
}

/* Header do Perfil estilo Instagram */
.insta-profile-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 600px;
  margin: 0 auto 2.5rem;
  padding: 1.25rem 1.5rem;
  background: linear-gradient(#0d0d0d, #0d0d0d) padding-box,
              linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) border-box;
  border: 1px solid transparent;
  border-radius: 16px;
}

.insta-profile-pic {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  padding: 3px;
  flex-shrink: 0;
}

.insta-profile-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #0a0a0a;
}

.insta-profile-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #0a0a0a;
  display: none;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.3);
}

.insta-profile-info {
  flex: 1;
}

.insta-username {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}

.insta-bio {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.insta-follow-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.insta-follow-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 25px rgba(139, 92, 246, 0.4);
}

.insta-follow-btn svg {
  stroke: #000;
}

/* Grid de Posts Instagram */
.insta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  max-width: 900px;
  margin: 0 auto;
}

.insta-post {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.insta-post-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

.insta-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #1a1a1a 0%, #0f0f0f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  position: relative;
  isolation: isolate;
}

/* Overlay roxo→ciano com mix-blend-mode: color
   preserva a luminosidade original e aplica as cores do site */
.insta-thumb-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.9) 0%, rgba(0, 231, 252, 0.75) 100%);
  mix-blend-mode: color;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.4s ease;
}

.insta-post:hover .insta-thumb-placeholder::after {
  opacity: 0.8;
}

/* Garantir que imagens no thumbnail não sejam cortadas: mostrar completas */
.insta-thumb-placeholder img,
.insta-post-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center center;
}

/* Zoom leve e preenchimento para imagens específicas (prevenir bordas indesejadas) */
.insta-thumb-placeholder img[src*="BALANCA.png"],
.insta-thumb-placeholder img[src*="TEMPLO.png"],
.insta-thumb-placeholder img[src*="MARTELO.png"] {
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 0.35s ease;
}

/* Diminuir zoom em telas pequenas para evitar cortes excessivos */
@media (max-width: 600px) {
  .insta-thumb-placeholder img[src*="BALANCA.png"],
  .insta-thumb-placeholder img[src*="TEMPLO.png"],
  .insta-thumb-placeholder img[src*="MARTELO.png"] {
    transform: scale(1.03);
  }
}

.insta-post:hover .insta-thumb-placeholder {
  background: linear-gradient(145deg, #222 0%, #151515 100%);
}

.insta-post:hover .insta-thumb-placeholder svg {
  color: rgba(139, 92, 246, 0.3);
}

/* Overlay com estatÃ­sticas */
.insta-post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.insta-post:hover .insta-post-overlay {
  opacity: 1;
}

.insta-stats {
  display: flex;
  gap: 1.5rem;
}

.insta-stats span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.insta-stats svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

/* Ãcone de VÃ­deo/Reels */
.insta-video-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}

.insta-video-icon svg {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.insta-post:hover .insta-video-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  transform: scale(1.1);
}

.insta-post:hover .insta-video-icon svg {
  fill: #000;
}

/* Ãcone de Carrossel */
.insta-carousel-icon {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  opacity: 0.9;
}

.insta-carousel-icon svg {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

/* BotÃ£o Ver no Instagram */
.insta-cta {
  text-align: center;
  margin-top: 2.5rem;
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid;
  border-image: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%) 1;
  border-radius: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.btn-instagram::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  transition: left 0.3s ease;
  z-index: -1;
}

.btn-instagram:hover::before {
  left: 0;
}

.btn-instagram:hover {
  color: #000;
}

.btn-instagram:hover svg {
  stroke: #000;
}

/* Responsivo Instagram */
@media (max-width: 768px) {
  .insta-profile-header {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    padding: 1.25rem;
  }

  .insta-profile-pic {
    width: 80px;
    height: 80px;
  }

  .insta-follow-btn {
    width: 100%;
    justify-content: center;
  }

  .insta-grid {
    gap: 2px;
  }

  .insta-video-icon {
    width: 26px;
    height: 26px;
    top: 8px;
    right: 8px;
  }

  .insta-video-icon svg {
    width: 12px;
    height: 12px;
  }

  .insta-stats {
    gap: 1rem;
  }

  .insta-stats span {
    font-size: 0.85rem;
  }

  .insta-stats svg {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 480px) {
  .insta-username {
    font-size: 1.1rem;
  }

  .insta-bio {
    font-size: 0.8rem;
  }

  .insta-thumb-placeholder svg {
    width: 28px;
    height: 28px;
  }

  .btn-instagram {
    padding: 0.85rem 1.5rem;
    font-size: 0.9rem;
  }
}

/* MOBILE: garantir padding lateral em todas as seções de conteúdo (fallback para zeros inesperados) */
@media (max-width: 600px) {
  .section,
  .section-container,
  .section-header,
  .section-description,
  .features-grid,
  .insta-grid,
  .treinamentos-section,
  .section-sobre,
  .conheca {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    box-sizing: border-box !important;
  }

  /* Forçar padding interno mínimo nos containers que possam ter padding zero */
  .section-container, .feature-card-content, .treinamento-card {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Ajuste específico para insta-grid e features-grid para não colar nas bordas */
  .insta-grid, .features-grid {
    padding-left: 0 !important; /* grid já usa padding via section */
    padding-right: 0 !important;
    gap: 8px !important;
  }
}

@media (max-width: 420px) {
  .section,
  .section-container,
  .section-header,
  .section-description,
  .features-grid,
  .insta-grid,
  .treinamentos-section,
  .section-sobre,
  .conheca {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }

  .section-container, .feature-card-content, .treinamento-card {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* REDUZIR PADDING ESPECÍFICO PARA A SEÇÃO PRODUTOS EM MOBILE */
@media (max-width: 600px) {
  .features-grid {
    padding-left: 3.5vw !important;
    padding-right: 3.5vw !important;
    gap: 12px !important;
  }

  .feature-card-content {
    padding: 1rem 0.9rem 1.2rem !important;
  }
}

@media (max-width: 420px) {
  .features-grid {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
    gap: 10px !important;
  }

  .feature-card-content {
    padding: 0.9rem 0.8rem 1rem !important;
  }
}

/* MODO INSTAGRAM (apenas em mobile): grid de 3 colunas, posts quadrados e sem padding lateral */
@media (max-width: 600px) {
  /* remover padding lateral específico da seção para layout edge-to-edge */
  .instagram-section, #artigos {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* grid de 3 colunas como Instagram */
  .insta-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 4px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .insta-post {
    aspect-ratio: 1 / 1;
  }

  .insta-post-thumb,
  .insta-thumb-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
  }

  /* compactar header do perfil como no Instagram */
  .insta-profile-header {
    max-width: 100% !important;
    margin: 0.8rem 0 !important;
    padding: 0.85rem !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
  }

  .insta-profile-info { margin-left: 0.6rem !important; flex: 1 !important; }

  .insta-follow-btn { padding: 0.45rem 0.8rem !important; font-size: 0.88rem !important; }

  /* icones e overlays menores */
  .insta-video-icon { width: 26px; height: 26px; top: 8px; right: 8px; }
  .insta-video-icon svg { width: 12px; height: 12px; }
  .insta-stats span { font-size: 0.85rem; }
}

/* OVERRIDE: garantir que a seção de artigos/insta esteja visível e não seja encoberta pelo navbar */
#artigos, .instagram-section {
  display: block !important;
  visibility: visible !important;
}

.instagram-section {
  padding-top: 6rem; /* evita ser encoberto pelo navbar fixo */
  padding-bottom: 4rem;
}

/* Forçar grid visível */
.insta-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 6px !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
}

@media (max-width: 768px) {
  .instagram-section { padding-top: 4rem !important; }
  .insta-grid { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 480px) {
  .instagram-section { padding-top: 3.2rem !important; }
  .insta-grid { grid-template-columns: 1fr !important; gap: 10px !important; }
}
/* ====================================== SEÇÃO BEAR FINANCE ===================================== */

        /* Variáveis de Cores */
.section-bear {
            padding: 100px 5%;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 80vh;
        }

        /* Card de Vidro */
        .glass-card {
            background: var(--glass-bg);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid var(--glass-border);
            border-radius: 30px;
            padding: 60px;
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 40px;
            max-width: 1200px;
            position: relative;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7);
        }

        /* Conteúdo Bear Finance */
        .content h1 {
            font-size: 3.5rem;
            font-weight: 900;
            line-height: 1.1;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .tagline {
            color: var(--primary-purple);
            font-weight: bold;
            letter-spacing: 3px;
            font-size: 13px;
            display: block;
            margin-bottom: 15px;
        }

        .gradient-text {
            background: linear-gradient(90deg, var(--primary-purple), var(--primary-cyan));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .description {
            font-size: 1.1rem;
            color: #cbd5e0;
            margin-bottom: 40px;
            max-width: 480px;
        }

        /* Grid de Contabilidade */
        .finance-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .finance-item {
            padding: 20px;
            border-radius: 12px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.05);
            transition: 0.3s;
        }

        .finance-item:hover {
            border-color: var(--primary-cyan);
            background: rgba(0, 212, 255, 0.05);
        }

        .finance-item h3 {
            font-size: 1rem;
            margin: 0 0 5px 0;
            color: var(--primary-purple);
        }

        .finance-item p {
            font-size: 0.85rem;
            margin: 0;
            color: #a0aec0;
        }

        /* Lado da Imagem do Urso */
        .bear-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
        }

        .bear-img {
          width: 100%;
          max-width: 420px;
          display: block;
          margin: 0 auto;
          filter: drop-shadow(0 0 30px rgba(0, 212, 255, 0.3));
          transition: transform 0.1s ease-out;
          z-index: 2;
        }

        /* Ajustes para combinar com o efeito e tamanho do rinoceronte */
        .section-bear .bear-img {
          width: 140%;
          max-width: 900px;
          height: auto;
          object-fit: contain;
          filter: drop-shadow(0 0 30px rgba(0, 231, 252, 0.3));
          transition: transform 0.4s ease, filter 0.4s ease;
          z-index: 2;
          position: relative;
          display: block;
          transform-origin: center right;
          margin-left: auto;
        }

        .section-bear .bear-img:hover {
          transform: scale(1.05) translateY(-5px);
          filter: drop-shadow(0 0 40px rgba(0, 231, 252, 0.5));
        }

        @media (max-width: 1199px) {
          .section-bear .bear-img {
            width: 120%;
            max-width: 600px;
          }
        }

        @media (max-width: 899px) {
          .section-bear .bear-img {
            width: 100%;
            max-width: 500px;
            margin-left: 0;
          }
        }

        .aura {
            position: absolute;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(41, 255, 158, 0.2) 0%, transparent 70%);
            z-index: 1;
        }

        @media (max-width: 968px) {
            .glass-card { grid-template-columns: 1fr; padding: 40px 20px; }
            .bear-img { width: 100%; order: -1; }
        }

/* ====================================== FOOTER ===================================== */

.footer-section {
padding: 1rem;
margin: 1rem auto 0 auto;
}
        .contact-container {
            background: rgba(0, 0, 0, 0.6);
            border-radius: 24px;
            margin: 60px auto;
            padding: 60px;
            max-width: 1100px;
            width: 100%;
            display: flex;
            gap: 60px;
            box-shadow: 
                0 0 80px rgba(139, 92, 246, 0.15),
                0 0 40px rgba(139, 92, 246, 0.1),
                inset 0 0 60px rgba(139, 92, 246, 0.03);
            border: 1px solid rgba(139, 92, 246, 0.2);
            backdrop-filter: blur(20px);
            position: relative;
            z-index: 1;
        }

        .contact-container::before {
            content: '';
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            background: linear-gradient(45deg, 
                transparent 0%, 
                rgba(139, 92, 246, 0.1) 25%, 
                rgba(167, 139, 250, 0.15) 50%, 
                rgba(139, 92, 246, 0.1) 75%, 
                transparent 100%);
            border-radius: 24px;
            z-index: -1;
            opacity: 0.5;
            animation: borderGlow 3s ease-in-out infinite;
        }

        @keyframes borderGlow {
            0%, 100% { opacity: 0.3; }
            50% { opacity: 0.6; }
        }

        .contact-left {
            flex: 1;
            display: flex;
            align-items: center;
        }

        .contact-title {
            font-size: 48px;
            font-weight: 700;
            line-height: 1.3;
            color: #ffffff;
            text-shadow: 0 0 30px rgba(139, 92, 246, 0.3);
        }

        .contact-title .highlight {
            background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
            filter: drop-shadow(0 0 20px rgba(139, 92, 246, 0.6));
        }

        .contact-right {
            flex: 1;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 15px;
            margin-bottom: 15px;
        }

        /* Quando o form-row tem apenas um campo, ocupa largura total */
        .form-row--single-right {
            grid-template-columns: 1fr;
        }

        input, textarea {
            width: 100%;
            padding: 10px;
            border: 1px solid rgba(139, 92, 246, 0.3);
            border-radius: 12px;
            background: rgba(10, 5, 25, 0.4);
            font-size: 15px;
            color: #ffffff;
            outline: none;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: inset 0 0 20px rgba(139, 92, 246, 0.05);
        }

        input:focus, textarea:focus {
            border-color: #8b5cf6;
            background: rgba(15, 5, 35, 0.6);
            box-shadow: 
                0 0 30px rgba(139, 92, 246, 0.3),
                inset 0 0 30px rgba(139, 92, 246, 0.1),
                0 0 0 1px rgba(139, 92, 246, 0.5);
            transform: translateY(-2px);
        }

        input::placeholder, textarea::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        textarea {
            resize: vertical;
            min-height: 120px;
            font-family: inherit;
        }

        /* Desktop improvements for contact form */
        @media (min-width: 1000px) {
          .contact-container {
            padding: 70px;
            gap: 48px;
            max-width: 1300px;
          }

          .contact-left {
            flex: 0 0 55%;
            padding-right: 20px;
          }

          .contact-right {
            flex: 0 0 45%;
            max-width: 520px;
          }

          .form-row {
            grid-template-columns: 1fr 1fr;
            gap: 18px;
            margin-bottom: 18px;
          }

          textarea { min-height: 200px; }

          .submit-btn {
            display: inline-flex;
            margin: 24px 0 0 auto;
            padding: 14px 36px;
          }

          input, textarea { font-size: 16px; padding: 10px; }
        }

        @media (min-width: 769px) and (max-width: 999px) {
          .contact-container { padding: 50px; gap: 32px; }
          .contact-left { flex: 1.1; }
          .contact-right { flex: 0.9; max-width: 600px; }
          .form-row { grid-template-columns: 1fr 1fr; gap: 16px; }
          textarea { min-height: 160px; }
          .submit-btn { margin: 18px 0 0 auto; }
        }

        .recaptcha-container {
            margin: 20px 0;
            display: flex;
            justify-content: flex-start;
        }

        .recaptcha-box {
            background: rgba(10, 5, 25, 0.4);
            border: 1px solid rgba(139, 92, 246, 0.3);
            border-radius: 8px;
            padding: 12px 16px;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 0 20px rgba(139, 92, 246, 0.1);
        }

        .recaptcha-checkbox {
            width: 28px;
            height: 28px;
            border: 2px solid rgba(139, 92, 246, 0.5);
            border-radius: 4px;
            cursor: pointer;
            background: rgba(10, 5, 20, 0.6);
            transition: all 0.3s;
            position: relative;
        }

        .recaptcha-checkbox.checked {
            background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
            border-color: #8b5cf6;
            box-shadow: 0 0 20px rgba(139, 92, 246, 0.6);
        }

        .recaptcha-checkbox.checked::after {
            content: 'âœ“';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: #000;
            font-size: 18px;
            font-weight: bold;
        }

        .recaptcha-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.7);
        }

        .recaptcha-text strong {
            color: #8b5cf6;
        }

        .recaptcha-logo {
            width: 40px;
            height: 40px;
            margin-left: 15px;
            opacity: 0.7;
            filter: drop-shadow(0 0 10px rgba(139, 92, 246, 0.4));
        }

    .submit-btn {
      width: auto;
      padding: 14px 28px;
      border: 2px solid #8b5cf6;
      border-radius: 32px;
      background: rgba(17, 17, 17, 0.6);
      color: #8b5cf6;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      margin: 10px auto 0 auto;
      position: relative;
      overflow: hidden;
      box-shadow: 0 0 20px rgba(139, 92, 246, 0.15);
      display: block;
    }

    .submit-btn::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(150deg, rgba(139, 92, 246, 0.4) 0%, rgba(0, 231, 252, 0.15) 100%);
      transition: left 0.3s ease;
      z-index: -1;
    }

    .submit-btn:hover {
      color: #a78bfa;
      border-color: #a78bfa;
      box-shadow: 
        0 0 30px rgba(139, 92, 246, 0.35),
        inset 0 0 20px rgba(139, 92, 246, 0.15);
      transform: translateY(-2px);
    }

        .submit-btn:hover::before {
            left: 0;
        }

        .submit-btn:active {
            transform: translateY(-1px);
        }

        @media (max-width: 768px) {
            .contact-container {
                flex-direction: column;
                padding: 40px 30px;
                gap: 40px;
            }

            .contact-title {
                font-size: 36px;
                text-align: center;
            }

            .form-row {
                grid-template-columns: 1fr;
            }
        }
/* ====================================== RODAPE ===================================== */
 .rodape {
            background: var(--bg-secondary);
            color: var(--text-primary);
            padding: var(--spacing-xl) 2rem var(--spacing-md);
            border-top: 1px solid var(--border-color);
        }
        
        .rodape-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .rodape-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 3rem;
            margin-bottom: var(--spacing-lg);
        }
        
        .rodape-section h3 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 1rem;
            background: var(--gradient-primary);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        [data-theme="light"] .rodape-section h3 {
            background: linear-gradient(90deg, rgba(0, 100, 150, 1) 0%, rgba(139, 92, 246, 1) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .rodape-section ul {
            list-style: none;
        }
        
        .rodape-section ul li {
            margin-bottom: 0.75rem;
        }
        
        .rodape-section a {
            color: var(--text-secondary);
            text-decoration: none;
            transition: var(--transition);
        }
        
        .rodape-section a:hover {
            color: var(--text-primary);
            padding-left: 5px;
        }
        
        .rodape-section p {
            color: var(--text-secondary);
        }
        
        .rodape-social {
            display: flex;
            gap: 1rem;
            margin-top: 1rem;
        }
        
        .rodape-social a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--bg-tertiary);
            border: 1px solid var(--border-color);
            border-radius: 50%;
            transition: var(--transition);
            color: var(--text-primary);
        }
        
        .rodape-social a:hover {
            background: var(--gradient-primary);
            border-color: transparent;
            transform: translateY(-3px);
            color: #ffffff;
        }
        
        .rodape-bottom {
            text-align: center;
            padding-top: var(--spacing-md);
            border-top: 1px solid var(--border-color);
            color: var(--text-secondary);
        }

/* ====================================== WHATSAPP ===================================== */

.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 60px;
  height: 60px;
  background: #5528dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 
    0 4px 20px rgba(46, 37, 211, 0.5),
    0 0 30px rgba(46, 37, 211, 0.4);
  z-index: 1000;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  animation: whatsappPulse 2s ease-in-out infinite;
  border: none;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  color: #ffffff;
}

.whatsapp-float:hover {
  transform: scale(1.15);
  box-shadow: 
    0 6px 35px rgba(43, 37, 211, 0.7),
    0 0 50px rgba(63, 37, 211, 0.5);
}

@keyframes whatsappPulse {
  0%, 100% {
    box-shadow: 
      0 4px 20px rgba(69, 37, 211, 0.5),
      0 0 30px rgba(60, 37, 211, 0.4);
  }
  50% {
    box-shadow: 
      0 4px 30px rgba(83, 37, 211, 0.7),
      0 0 50px rgba(69, 37, 211, 0.5);
  }
}

.whatsapp-float i {
  display: none;
}

@media (max-width: 767px) {
  .whatsapp-float {
    width: 55px;
    height: 55px;
    bottom: 1.5rem;
    right: 1.5rem;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 480px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 1rem;
    right: 1rem;
  }

  .whatsapp-float svg {
    width: 26px;
    height: 26px;
  }
}

/* ====================================== SETA PARA O TOPO ===================================== */

.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  width: 50px;
  height: 50px;
  background: rgba(17, 17, 17, 0.9);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3), 0 0 20px rgba(139, 92, 246, 0.2);
  z-index: 999;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}


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

.scroll-to-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.4), 0 0 30px rgba(139, 92, 246, 0.3);
  border-color: rgba(139, 92, 246, 0.5);
}

.scroll-to-top i {
  font-size: 1.2rem;
  color: rgba(139, 92, 246, 1);
  transition: transform 0.3s ease;
}

.scroll-to-top:hover i {
  transform: translateY(2px);
}

/* ====================================== SEÇÃO SOBRE RESET ===================================== */
.section-sobre .rhino-img {
  transform: translateX(15%) scale(1) !important;
  transform-origin: center right !important;
  
  transition: transform 0.4s ease, filter 0.4s ease !important;
}

.section-sobre .rhino-img:hover {
  transform: translateX(15%) scale(1.05) translateY(-5px) !important;
  filter: drop-shadow(0 0 40px rgba(0, 231, 252, 0.5)) !important;
}

/* Responsive */
@media (max-width: 899px) {
  .section-sobre .rhino-img {
    width: 100% !important;
    max-width: 500px !important;
    transform: scale(1) !important;
  }
  
  .section-sobre .rhino-img:hover {
    transform: scale(1.05) translateY(-5px) !important;
  }
}

/* ==================== UTILITÁRIOS DO RODAPÉ ==================== */
.rodape-descricao {
  color: var(--text-secondary);
  margin-top: 1rem;
}
.rodape-endereco {
  color: var(--text-secondary);
}

/* ==================== PLANOS (Gold, Diamante, Black) ==================== */

/* Wrapper de preço */
.plano-preco-wrap {
  text-align: center;
  margin: 8px 0;
}
.plano-preco-periodo {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Lista de features do plano */
.plano-features {
  text-align: left;
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.plano-feature-item {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

/* Badge "MAIS POPULAR" */
.plano-popular-badge {
  text-align: center;
  margin-bottom: 4px;
}
.plano-popular-text {
  background: linear-gradient(135deg, #8b5cf6, #00e7fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 2px;
}

/* ---- GOLD ---- */
.plano-gold-card {
  border-color: rgba(212, 175, 55, 0.4);
}
.plano-gold-icon {
  background: linear-gradient(135deg, rgba(212,175,55,0.2), rgba(212,175,55,0.05));
  border-color: rgba(212, 175, 55, 0.4);
}
.plano-gold-title {
  color: #d4af37;
}
.plano-gold-price {
  font-size: 2rem;
  font-weight: 800;
  color: #d4af37;
}
.plano-gold-btn {
  border-color: #d4af37;
  color: #d4af37;
}
.plano-gold-btn:hover {
  background: rgba(212, 175, 55, 0.15);
  border-color: #d4af37;
  color: #d4af37;
}

/* ---- DIAMANTE ---- */
.plano-diamante-card {
  transform: scale(1.03);
  border-color: rgba(139, 92, 246, 0.5);
}
.plano-diamante-icon {
  background: linear-gradient(135deg, rgba(139,92,246,0.2), rgba(0,231,252,0.05));
  border-color: rgba(139, 92, 246, 0.5);
}
.plano-diamante-price {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #8b5cf6, #00e7fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- BLACK ---- */
.plano-black-card {
  border-color: rgba(200, 200, 200, 0.3);
}
.plano-black-icon {
  background: linear-gradient(135deg, rgba(200,200,200,0.15), rgba(200,200,200,0.05));
  border-color: rgba(200, 200, 200, 0.3);
}
.plano-black-title {
  color: #c0c0c0;
}
.plano-black-price {
  font-size: 2rem;
  font-weight: 800;
  color: #c0c0c0;
}
.plano-black-btn {
  border-color: #c0c0c0;
  color: #c0c0c0;
}
.plano-black-btn:hover {
  background: rgba(200, 200, 200, 0.1);
  border-color: #c0c0c0;
  color: #c0c0c0;
}

/* BEAR FINANCE — DESIGN UPGRADE: HIGH-TECH PURPLE THEME */

/* ---- ANIMAÇÕES GLOBAIS ---- */
@keyframes pulseGlow {
  0%, 100% { opacity: 0.5; }
  50%       { opacity: 1; }
}

@keyframes shimmerGradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes floatUp {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}

@keyframes borderPulse {
  0%, 100% { border-color: rgba(139, 92, 246, 0.3); box-shadow: 0 0 0 0 rgba(139, 92, 246, 0); }
  50%       { border-color: rgba(139, 92, 246, 0.7); box-shadow: 0 0 16px 2px rgba(139, 92, 246, 0.2); }
}

/* ---- SECTION SUBTITLE REDESIGN (pill/tag style) ---- */
.section-subtitle {
  display: inline-block;
  padding: 0.35rem 1.1rem;
  background: rgba(139, 92, 246, 0.1);
  border: 1px solid rgba(139, 92, 246, 0.35);
  border-radius: 30px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #a78bfa;
  margin-bottom: 1rem;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.15), inset 0 0 8px rgba(139, 92, 246, 0.06);
  animation: borderPulse 3s ease-in-out infinite;
}

/* ---- SECTION TITLE — animated shimmer gradient ---- */
.section-title {
  background: linear-gradient(270deg, #ffffff 0%, #a78bfa 35%, #00e7fc 65%, #ffffff 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerGradient 6s ease infinite;
}

/* Preserve gradient-text children (don't double-animate) */
.section-title .gradient-text {
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  background-size: 100%;
  animation: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- FOOTER / RODAPÉ REDESIGN ---- */
.rodape {
  background: linear-gradient(180deg, var(--bg-secondary) 0%, #08020f 100%);
  border-top: none;
  position: relative;
  overflow: hidden;
}

/* Linha gradiente no topo do footer */
.rodape::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #8b5cf6 30%, #00e7fc 50%, #8b5cf6 70%, transparent 100%);
  box-shadow: 0 0 12px rgba(139, 92, 246, 0.5);
}

/* Glow ambiente no topo do footer */
.rodape::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(139, 92, 246, 0.25) 0%, rgba(0, 231, 252, 0.08) 50%, transparent 75%);
  filter: blur(40px);
  pointer-events: none;
  animation: pulseGlow 4s ease-in-out infinite;
}

/* Links do footer com hover mais sofisticado */
.rodape-section a:hover {
  color: #a78bfa;
  padding-left: 8px;
  text-shadow: 0 0 8px rgba(139, 92, 246, 0.5);
}

/* H3 do footer com gradiente e shimmer */
.rodape-section h3 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 1.25rem;
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Linha decorativa abaixo do h3 */
.rodape-section h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-top: 6px;
  background: linear-gradient(90deg, #8b5cf6, #00e7fc);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.6);
}

/* Footer bottom bar */
.rodape-bottom {
  text-align: center;
  padding-top: var(--spacing-md);
  border-top: 1px solid rgba(139, 92, 246, 0.2);
  color: var(--text-tertiary);
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

/* ---- NAVBAR UPGRADE ---- */
.navbar {
  border-color: rgba(139, 92, 246, 0.2);
}

.navbar.scrolled {
  border-color: rgba(139, 92, 246, 0.35);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(139, 92, 246, 0.15),
    0 0 30px rgba(139, 92, 246, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* ---- BOTÃO SUBMIT UPGRADE ---- */
.submit-btn {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(0, 231, 252, 0.06) 100%);
  border: 1.5px solid #8b5cf6;
  color: #a78bfa;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.submit-btn::before {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.35) 0%, rgba(0, 231, 252, 0.15) 100%);
}

.submit-btn:hover {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.25) 0%, rgba(0, 231, 252, 0.12) 100%);
  color: #ffffff;
  border-color: #a78bfa;
  box-shadow:
    0 0 24px rgba(139, 92, 246, 0.4),
    0 0 48px rgba(139, 92, 246, 0.2),
    inset 0 0 16px rgba(139, 92, 246, 0.1);
  transform: translateY(-3px);
  letter-spacing: 1px;
}

/* ---- INPUTS DO FORMULÁRIO UPGRADE ---- */
input, textarea {
  background: rgba(139, 92, 246, 0.05);
  border-color: rgba(139, 92, 246, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input:focus, textarea:focus {
  background: rgba(139, 92, 246, 0.08);
  border-color: #8b5cf6;
  box-shadow:
    0 0 0 3px rgba(139, 92, 246, 0.12),
    0 0 20px rgba(139, 92, 246, 0.2);
}

/* ---- GLASS CARDS UPGRADE ---- */
.glass-card {
  border-color: rgba(139, 92, 246, 0.2);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}

.glass-card:hover {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(139, 92, 246, 0.1);
}

/* ---- FEATURE CARDS & ADTECH CARDS — versões definitivas de hover ---- */
/* (As definições antigas de transition foram removidas para evitar conflito) */
.feature-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(139, 92, 246, 0.18);
  border-color: rgba(139, 92, 246, 0.55) !important;
}

.adtech-feature-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.adtech-feature-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45), 0 0 26px rgba(139, 92, 246, 0.18);
  border-color: rgba(139, 92, 246, 0.5);
}

/* ---- HERO BADGE UPGRADE ---- */
.hero-badge {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(0, 231, 252, 0.08) 100%);
  border: 1px solid rgba(139, 92, 246, 0.4);
  color: #c4b5fd;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.7rem;
}

/* ---- NEON FLOOR (sob o urso) ---- */
.neon-floor {
  background: var(--primary-purple);
  box-shadow: 0 0 80px 20px rgba(139, 92, 246, 0.4);
}

/* ---- TAGLINE UPGRADE ---- */
.tagline {
  color: #a78bfa;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 0.72rem;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
  text-shadow: 0 0 12px rgba(139, 92, 246, 0.5);
}

/* ---- SCROLL-TO-TOP E WHATSAPP PULSE ---- */
.scroll-to-top {
  border-color: rgba(139, 92, 246, 0.5);
  color: #8b5cf6;
  background: rgba(10, 5, 20, 0.8);
  box-shadow: 0 0 16px rgba(139, 92, 246, 0.2);
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background: rgba(139, 92, 246, 0.2);
  border-color: #8b5cf6;
  box-shadow: 0 0 28px rgba(139, 92, 246, 0.4);
  transform: translateY(-3px);
}

/* ---- CONHECA SECTION CARDS (bloco duplicado removido — definição principal em linha ~1568) ---- */

/* ---- TREINAMENTO CARD (PLANOS) HOVER GENERAL ---- */
.treinamento-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.treinamento-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(139, 92, 246, 0.2);
}

/* Diamante card já tem scale(1.03) — compensar o translateY no hover */
.plano-diamante-card:hover {
  transform: scale(1.03) translateY(-8px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.6), 0 0 40px rgba(139, 92, 246, 0.3);
}

/* ---- INSTAGRAM GRID UPGRADE ---- */
.insta-post:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(139, 92, 246, 0.15);
}

/* ---- CONHECA TITLE UPGRADE ---- */
.conheca-title {
  background: linear-gradient(135deg, #ffffff 0%, #a78bfa 50%, #00e7fc 100%);
  background-size: 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmerGradient 5s ease infinite;
}

/* ---- SECTION SOBRE GRADIENT TITLE ---- */
.section-sobre h1 {
  line-height: 1.15;
}

/* ---- FINANCE GRID ITEMS UPGRADE ---- */
.finance-item {
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.2);
  border-radius: 12px;
  padding: 1rem;
  transition: all 0.3s ease;
}

.finance-item:hover {
  background: rgba(139, 92, 246, 0.12);
  border-color: rgba(139, 92, 246, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.15);
}

.finance-item h3 {
  color: #a78bfa;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

/* ---- BEAR FINANCE SECTION AURA UPGRADE ---- */
.aura {
  background: radial-gradient(ellipse, rgba(139, 92, 246, 0.4) 0%, rgba(0, 231, 252, 0.1) 50%, transparent 75%);
  animation: pulseGlow 3s ease-in-out infinite;
}

/* ---- HERO FLARES — roxo ---- */
.hero-flare,
.hero-flare-secondary {
  background: radial-gradient(ellipse, rgba(139, 92, 246, 0.25) 0%, transparent 70%);
}

/* ---- SECTION DESCRIPTION UPGRADE ---- */
.section-description {
  color: rgba(255, 255, 255, 0.65);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- CONHECA DESCRIPTION UPGRADE ---- */
.conheca-description {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

/* adtech-bg-glow: definição consolidada no bloco .adtech-section-new acima */

/* ---- CONTACT TITLE HIGHLIGHT ---- */
.contact-title .highlight {
  background: linear-gradient(135deg, #8b5cf6 0%, #00e7fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 16px rgba(139, 92, 246, 0.5));
}

/* ---- RODAPE LOGO MARCA BEAR FINANCE ---- */
.rodape-section:first-child h3 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}

/* ---- RESPONSIVO: seção subtitle pill em mobile ---- */
@media (max-width: 600px) {
  .section-subtitle {
    font-size: 0.65rem;
    padding: 0.3rem 0.9rem;
    letter-spacing: 1.5px;
  }
  .section-title {
    background-size: 200%;
  }
  .rodape::before {
    width: 100%;
  }
}

/* ============================================
   SCROLL PROGRESS BAR
============================================ */
#scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #8b5cf6 0%, #a78bfa 50%, #00e7fc 100%);
  z-index: 10000;
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.7), 0 0 22px rgba(0, 231, 252, 0.35);
  pointer-events: none;
  transition: width 0.08s linear;
}

/* ============================================
   CURSOR SPOTLIGHT
============================================ */
.cursor-spotlight {
  position: fixed;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(139, 92, 246, 0.07) 0%,
    rgba(0, 231, 252, 0.03) 45%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: left, top;
}

/* ============================================
   TYPEWRITER CURSOR
============================================ */
.typewriter-text {
  display: inline;
}

.typewriter-cursor {
  display: inline-block;
  color: #8b5cf6;
  font-weight: 300;
  opacity: 1;
  animation: blinkCursor 0.85s step-end infinite;
  margin-left: 1px;
}

@keyframes blinkCursor {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0; }
}

/* ============================================
   RIPPLE NOS BOTÕES
============================================ */
.btn {
  overflow: hidden;
  position: relative;
}

.btn-ripple {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: scale(0);
  animation: rippleExpand 0.65s ease-out forwards;
  pointer-events: none;
}

@keyframes rippleExpand {
  to {
    transform: scale(45);
    opacity: 0;
  }
}

/* ============================================
   MICRO-INTERAÇÕES: BOTÃO PRESS FEEDBACK
============================================ */
.btn:active {
  transform: scale(0.96);
}

/* ============================================
   STAGGER CARDS — estado inicial (JS adiciona)
============================================ */
.feature-card.stagger-init,
.adtech-feature-card.stagger-init {
  opacity: 0;
  transform: translateY(28px) scale(0.97);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.feature-card.stagger-visible,
.adtech-feature-card.stagger-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* ============================================
   FIX DEFINITIVO — SEÇÃO SOBRE (glass-card)
   Deve ficar no FINAL do arquivo para sempre
   vencer qualquer regra anterior de mesma
   especificidade.
============================================ */
.section-sobre .glass-card {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 60px;
  max-width: 1400px;
  width: 92%;
  padding: 60px 70px;
}

.section-sobre .services-min-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 24px;
  width: 100%;
}

@media (max-width: 1199px) {
  .section-sobre .glass-card {
    grid-template-columns: 1fr;
    width: 95%;
    padding: 50px 40px;
    gap: 40px;
  }
  .section-sobre .services-min-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}

@media (max-width: 700px) {
  .section-sobre .services-min-grid {
    grid-template-columns: 1fr;
  }
  .section-sobre .glass-card {
    padding: 36px 24px;
  }
}

/* ============================================
   SECTION-BEAR — Tema Verde Limão + Ciano
   (estilo Complexo DMC original)
============================================ */
.section-bear .tagline {
  color: #29ff9e;
}

.section-bear .content h1 {
  text-transform: uppercase;
}

.section-bear .finance-grid {
  grid-template-columns: repeat(3, 1fr);
}

.section-bear .gradient-text {
  background: linear-gradient(90deg, #29ff9e, #00e7fc);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-bear .glass-card {
  border-color: rgba(41, 255, 158, 0.25);
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.7),
    0 0 40px rgba(41, 255, 158, 0.08);
}

.section-bear .glass-card:hover {
  border-color: rgba(41, 255, 158, 0.45);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 50px rgba(41, 255, 158, 0.12);
}

.section-bear .finance-item h3 {
  color: #29ff9e;
}

.section-bear .finance-item:hover {
  border-color: #29ff9e;
  background: rgba(41, 255, 158, 0.05);
}

.section-bear .aura {
  background: radial-gradient(ellipse, rgba(41, 255, 158, 0.35) 0%, rgba(0, 231, 252, 0.1) 50%, transparent 75%);
}

.section-bear .bear-img {
  filter: drop-shadow(0 0 30px rgba(41, 255, 158, 0.35));
}

.section-bear .bear-img:hover {
  filter: drop-shadow(0 0 45px rgba(41, 255, 158, 0.55));
}

/* ============================================
   TREINAMENTOS GRID — 2 cards lado a lado
============================================ */
.treinamentos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.treinamentos-grid .treinamento-card {
  /* reset estilos do carrossel */
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  min-width: unset !important;
  max-width: unset !important;
  width: 100% !important;
  /* layout próprio */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 48px 40px;
  cursor: default;
}

.treinamentos-grid .treinamento-card:hover {
  opacity: 1 !important;
  transform: translateY(-6px) !important;
  filter: none !important;
}

.treinamentos-grid .treinamento-title {
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  margin: 0;
}

.treinamentos-grid .treinamento-desc {
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  max-width: 420px;
}

.treinamentos-grid .treinamento-btn {
  margin-top: 8px;
}

@media (max-width: 700px) {
  .treinamentos-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   MOBILE NAV — ocultar botão Login para não
   sobrepor o hamburger em telas pequenas
============================================ */
@media (max-width: 899px) {
  .nav-cta {
    display: none !important;
  }
}
