/**
 * ============================================
 * VARIÁVEIS CSS ROOT - PALETAS DE BOTÕES
 * ============================================
 */
/**
 * ============================================
 * VARIÁVEIS CSS ROOT - PALETAS DE BOTÕES
 * ============================================
 */

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: auto;
}

.home-rcs {
  background: linear-gradient(199deg, #7b2fff 0%, #3ac6ff 100%);
  overflow: hidden;
  min-height: 100vh;
  height: auto;
  color: #000000;
  z-index: 2;
  position: relative;
}

/* Quadriculado da hero (estilo WhatsApp/Voz): linhas em grid, mais visível no centro */
.rcs-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.482);
}

.rcs-hero-grid-svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-theme="dark"] .rcs-hero-grid {
  color: rgba(255, 255, 255, 0.18);
}

/* ===== FADE RCS ===== */
.fadeRCS {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s ease, transform 1.4s ease;
}

.fadeRCS.show {
  opacity: 1;
  transform: translateY(0);
}

/* bloqueia a página enquanto o loader estiver ativo - otimizado */
body.loading {
  overflow: hidden;
  pointer-events: none;
}

/* Previne CLS durante carregamento */
.loading-rcs-container,
.loading-rcs-logo,
.loading-rcs-image {
  contain: layout style paint;
}

/* ============================================
   LOADING RCS - SVG DE FUNDO ANIMADO
   ============================================ */
/* SVG do RCS como fundo animado no loading - similar à seção de conclusão - otimizado */
.loading-rcs-container .rcs-bg-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2.5);
  width: 60%;
  max-width: 400px;
  min-height: 400px;
  /* Evita CLS */
  height: auto;
  opacity: 0.1;
  z-index: 0;
  pointer-events: none;
  /* Removido will-change - melhor performance sem ele aqui */
}

/* Animações do SVG de fundo no loading - simplificadas para melhor performance */
.loading-rcs-container .rcs-bg-svg .circle-outer {
  animation: loadingCircleRotate 20s linear infinite;
  transform-origin: center;
  /* Removido will-change - melhor performance sem ele para animações simples */
}

.loading-rcs-container .rcs-bg-svg .circle-inner {
  animation: loadingCircleRotateReverse 15s linear infinite;
  transform-origin: center;
  /* Removida animação de dash - muito custosa */
}

.loading-rcs-container .rcs-bg-svg .text-path {
  /* Simplificado - removida animação pesada de filter */
  opacity: 1;
  transform-origin: center;
}

@keyframes loadingCircleRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loadingCircleRotateReverse {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/* Animações removidas para melhorar performance - não são críticas */

/* Botões movidos para rcs-button.css */

/* ===== HERO RCS ===== */
.hero-rcs {
  display: grid;
  gap: 30px;
}

.hero-rcs-tag {
  display: inline-block;
  align-self: flex-start;
  width: auto;
  max-width: max-content;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-family: "Inter", "Plus Jakarta Sans", sans-serif;
}

.hero-rcs-title {
  color: #fff;
  line-height: 1.1;
  font-size: clamp(32px, 5vw, 50px);
  font-weight: 800;
  font-family: 'Inter', 'Plus Jakarta Sans', sans-serif;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.5;
  opacity: 0.95;
  max-width: 540px;
  margin-bottom: 0;
}

/* Seção de Features RCS para SEO - Melhorada */
.rcs-features-seo {
  padding: 80px 0;
  min-height: 500px;
  background: linear-gradient(90deg, #3ac6ff 0%, #7b2fff 100%);
  position: relative;
  overflow: hidden;
}

/* Balões com palavras-chave para SEO */
.rcs-features-seo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%),
    radial-gradient(circle at 80% 50%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* Balões flutuantes com palavras-chave */
.rcs-seo-keywords {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.rcs-keyword-bubble {
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(0deg);
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

/* Posicionamento dos balões - espalhados com rotações leves */
.rcs-keyword-bubble:nth-child(1) {
  top: 15%;
  left: 8%;
  transform: rotate(3deg);
}

.rcs-keyword-bubble:nth-child(2) {
  top: 12%;
  left: 25%;
  transform: rotate(-2deg);
}

.rcs-keyword-bubble:nth-child(3) {
  top: 18%;
  left: 42%;
  transform: rotate(4deg);
}

.rcs-keyword-bubble:nth-child(4) {
  top: 14%;
  right: 30%;
  transform: rotate(-3deg);
}

.rcs-keyword-bubble:nth-child(5) {
  top: 16%;
  right: 10%;
  transform: rotate(2deg);
}

.rcs-keyword-bubble:nth-child(6) {
  top: 32%;
  left: 5%;
  transform: rotate(-4deg);
}

.rcs-keyword-bubble:nth-child(7) {
  top: 28%;
  left: 22%;
  transform: rotate(3deg);
}

.rcs-keyword-bubble:nth-child(8) {
  top: 35%;
  left: 40%;
  transform: rotate(-2deg);
}

.rcs-keyword-bubble:nth-child(9) {
  top: 30%;
  right: 25%;
  transform: rotate(4deg);
}

.rcs-keyword-bubble:nth-child(10) {
  top: 33%;
  right: 8%;
  transform: rotate(-3deg);
}

.rcs-keyword-bubble:nth-child(11) {
  top: 50%;
  left: 12%;
  transform: rotate(2deg);
}

.rcs-keyword-bubble:nth-child(12) {
  top: 48%;
  left: 30%;
  transform: rotate(-4deg);
}

.rcs-keyword-bubble:nth-child(13) {
  top: 52%;
  left: 50%;
  transform: translateX(-50%) rotate(3deg);
}

.rcs-keyword-bubble:nth-child(14) {
  top: 49%;
  right: 28%;
  transform: rotate(-2deg);
}

.rcs-keyword-bubble:nth-child(15) {
  top: 51%;
  right: 10%;
  transform: rotate(4deg);
}

.rcs-keyword-bubble:nth-child(16) {
  top: 68%;
  left: 6%;
  transform: rotate(-3deg);
}

.rcs-keyword-bubble:nth-child(17) {
  top: 65%;
  left: 24%;
  transform: rotate(2deg);
}

.rcs-keyword-bubble:nth-child(18) {
  top: 70%;
  left: 45%;
  transform: rotate(-4deg);
}

.rcs-keyword-bubble:nth-child(19) {
  top: 67%;
  right: 26%;
  transform: rotate(3deg);
}

.rcs-keyword-bubble:nth-child(20) {
  top: 69%;
  right: 8%;
  transform: rotate(-2deg);
}

.rcs-keyword-bubble:hover {
  transform: rotate(0deg) scale(1.05);
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Animações removidas - balões estáticos */

.rcs-features-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.rcs-features-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.rcs-features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rcs-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.rcs-feature-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #7b2fff 0%, #3ac6ff 100%);
}

.rcs-feature-icon-wrapper {
  flex-shrink: 0;
}

.rcs-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #7b2fff 0%, #3ac6ff 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(123, 47, 255, 0.3);
  flex-shrink: 0;
}

.rcs-feature-content {
  flex: 1;
  min-width: 0;
}

.rcs-feature-name {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  display: block;
  margin-bottom: 8px;
}

.rcs-feature-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .rcs-features-seo {
    padding: 60px 0;
    min-height: 400px;
  }

  .rcs-keyword-bubble {
    font-size: 12px;
    padding: 10px 16px;
  }

  /* Em mobile, mantém rotações mas ajusta posições */
  .rcs-keyword-bubble:nth-child(1) {
    top: 12%;
    left: 5%;
    transform: rotate(2deg);
  }

  .rcs-keyword-bubble:nth-child(2) {
    top: 10%;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
  }

  .rcs-keyword-bubble:nth-child(3) {
    top: 12%;
    right: 5%;
    transform: rotate(3deg);
  }

  .rcs-keyword-bubble:nth-child(4) {
    top: 28%;
    left: 5%;
    transform: rotate(-3deg);
  }

  .rcs-keyword-bubble:nth-child(5) {
    top: 26%;
    left: 50%;
    transform: translateX(-50%) rotate(2deg);
  }

  .rcs-keyword-bubble:nth-child(6) {
    top: 28%;
    right: 5%;
    transform: rotate(-2deg);
  }

  .rcs-keyword-bubble:nth-child(7) {
    top: 44%;
    left: 5%;
    transform: rotate(3deg);
  }

  .rcs-keyword-bubble:nth-child(8) {
    top: 42%;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
  }

  .rcs-keyword-bubble:nth-child(9) {
    top: 44%;
    right: 5%;
    transform: rotate(2deg);
  }

  .rcs-keyword-bubble:nth-child(10) {
    top: 60%;
    left: 5%;
    transform: rotate(-2deg);
  }

  .rcs-keyword-bubble:nth-child(11) {
    top: 58%;
    left: 50%;
    transform: translateX(-50%) rotate(3deg);
  }

  .rcs-keyword-bubble:nth-child(12) {
    top: 60%;
    right: 5%;
    transform: rotate(-3deg);
  }

  /* Oculta balões extras em mobile */
  .rcs-keyword-bubble:nth-child(n + 13) {
    display: none;
  }
}

@media (max-width: 480px) {
  .rcs-features-seo {
    padding: 50px 0;
    min-height: 350px;
  }

  .rcs-keyword-bubble {
    font-size: 11px;
    padding: 8px 14px;
  }

  /* Em mobile pequeno, mantém rotações */
  .rcs-keyword-bubble:nth-child(1) {
    top: 10%;
    left: 3%;
    transform: rotate(2deg);
  }

  .rcs-keyword-bubble:nth-child(2) {
    top: 10%;
    right: 3%;
    transform: rotate(-2deg);
  }

  .rcs-keyword-bubble:nth-child(3) {
    top: 24%;
    left: 3%;
    transform: rotate(3deg);
  }

  .rcs-keyword-bubble:nth-child(4) {
    top: 24%;
    right: 3%;
    transform: rotate(-3deg);
  }

  .rcs-keyword-bubble:nth-child(5) {
    top: 38%;
    left: 3%;
    transform: rotate(-2deg);
  }

  .rcs-keyword-bubble:nth-child(6) {
    top: 38%;
    right: 3%;
    transform: rotate(2deg);
  }

  .rcs-keyword-bubble:nth-child(7) {
    top: 52%;
    left: 3%;
    transform: rotate(3deg);
  }

  .rcs-keyword-bubble:nth-child(8) {
    top: 52%;
    right: 3%;
    transform: rotate(-3deg);
  }

  .rcs-keyword-bubble:nth-child(9) {
    top: 66%;
    left: 3%;
    transform: rotate(-2deg);
  }

  .rcs-keyword-bubble:nth-child(10) {
    top: 66%;
    right: 3%;
    transform: rotate(2deg);
  }

  /* Oculta mais balões em mobile pequeno */
  .rcs-keyword-bubble:nth-child(n + 11) {
    display: none;
  }
}

/* CTA */
.hero-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.hero-cta--mobile {
  display: none;
}

/* Botões movidos para rcs-button.css */

@media (min-width: 992px) {
  .hero-text-col {
    flex: 0 0 35%;
    max-width: 35%;
  }

  .hero-phone-col {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

@media (max-width: 991px) {

  .hero-text-col,
  .hero-phone-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* === Nav bar home ul === */

/* ===============================
   NOVO MENU RCS MODERNO
   =============================== */

/* o <li> vira referência pro submenu absoluto */
li[aria-haspopup="true"] {
  position: relative;
}

/* estado inicial: oculto + fora do fluxo */
.novo-menu-rcs {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 6px;
  display: flex;
  border-radius: 6px;
  flex-direction: column;
  width: 320px;
  left: 15px;
  border: 1px solid #e5e7eb;
  z-index: 1000;

  /* Estado inicial - oculto (mesmo efeito do fade-down) */
  opacity: 0;
  visibility: hidden;
  transform-origin: 0% 0%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform: rotateX(-75deg);
  -webkit-transform: rotateX(-75deg);
  -moz-transform: rotateX(-75deg);
  -o-transform: rotateX(-75deg);
  pointer-events: none;

  /* Transição suave com delay no visibility para esconder corretamente */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s,
    visibility 0s linear 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s, visibility 0s linear 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s, visibility 0s linear 0.3s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s linear 0.3s;
}

/* Ao passar o mouse no LI, exibe o submenu (mesmo efeito do fade-down) */
li[aria-haspopup="true"]:hover>.novo-menu-rcs {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  pointer-events: auto;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s, visibility 0s;
  -o-transition: -o-transform 0.3s, opacity 0.3s, visibility 0s;
  transition: transform 0.3s, opacity 0.3s, visibility 0s;
}

/* Garante que o menu esconde quando não está em hover */
li[aria-haspopup="true"]:not(:hover)>.novo-menu-rcs {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* --- Itens --- */
.novo-menu-rcs li {
  list-style: none;
  margin: 6px 0;
}

.novo-menu-rcs a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #374151;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 14px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

/* --- Ícones --- */
.novo-menu-rcs img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

/* --- Efeito hover com animação border-bottom --- */
.novo-menu-rcs a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #00ccff, #6812fc);
  transition: width 0.4s ease;
  border-radius: 2px;
}

.novo-menu-rcs a:hover {
  color: #7b2fff !important;
  background-color: #f3f4f6;
  transform: translateX(2px);
}

.novo-menu-rcs a:hover::after {
  width: 100%;
}

.novo-menu-rcs a:hover img {
  transform: scale(1.15);
}

/* --- Responsivo --- */
@media (max-width: 480px) {
  .novo-menu-rcs {
    width: 100%;
    border-radius: 10px;
  }

  .novo-menu-rcs a {
    font-size: 14px;
    padding: 10px 12px;
  }

  .novo-menu-rcs img {
    width: 22px;
    height: 22px;
  }
}

/* ===== Informações sobre o RCS ===== */

.info-rcs {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
}

/* ===========================
   FORA DA MOLDURA
   =========================== */

/* garante que nada force centralização */
.hero-illustration {
  position: relative;
  overflow: visible;
  text-align: left;
}

.hero-illustration>img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: -103px;
  will-change: transform;
}

@media (max-width: 991px) {
  .hero-rcs {
    max-width: 100%;
  }

  .hero-illustration>img {
    left: -95px;
  }

  .hero-cta {
    gap: 10px;
  }

  .botao-rcs {
    width: 100%;
    text-align: center;
  }

  .botao-rcs--outline {
    order: 2;
  }
}

@media (max-width: 767px) {
  .home-rcs {
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .hero-rcs {
    gap: 18px;
  }

  .hero-sub {
    line-height: 1.5;
  }

  .hero-illustration>img {
    left: -100px;
  }

  .hero-cta--desktop {
    display: none;
  }

  .hero-cta--mobile {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    width: 100%;
  }


  .hero-rcs-tag {
    width: auto;
    max-width: max-content;
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 24px;
  }
}

@media (max-width: 576px) {
  .home-rcs {
    padding-top: 100px !important;
    padding-bottom: 20px;
  }

  .hero-rcs {
    gap: 14px;
  }

  .hero-cta--mobile {
    margin-top: 10px;
    justify-content: center;
  }

  .hero-badges li {
    font-size: 13px;
    padding: 9px 11px;
  }

  .botao-rcs {
    padding: 13px 22px;
    font-size: 15px;
  }
}

@media (max-width: 367px) {
  .hero-illustration>img {
    left: -96px;
  }
}

@media (max-width: 356px) {
  .hero-illustration>img {
    left: -90px;
  }
}

@media (max-width: 336px) {
  .hero-illustration>img {
    left: -85px;
  }
}

.rcs-metrics-section {
  position: relative;
  padding: 40px 20px;
  background: linear-gradient(199deg, #7b2fff 0%, #3ac6ff 100%);
  overflow: hidden;
}

/* Bolinhas brancas removidas - efeitos desativados */
/* .rcs-metrics-section::before e ::after removidos */

.rcs-metrics-section .container {
  position: relative;
  z-index: 1;
}

.rcs-metrics-title {
  text-align: center;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #ffffff;
}

.rcs-metrics-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.rcs-metric-card {
  position: relative;
  padding: 32px 28px;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  cursor: default;
}

.rcs-metric-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rcs-metric-label {
  font-size: 13px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
  font-weight: 700;
}

.rcs-metric-value {
  font-size: clamp(42px, 5.5vw, 64px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 12px;
  display: block;
  line-height: 1.1;
  letter-spacing: -1px;
}

.rcs-metric-desc {
  font-size: 15px;
  color: #ffffff;
  line-height: 1.6;
  font-weight: 500;
}

/* Responsivo */
@media (max-width: 992px) {
  .rcs-metrics-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rcs-metrics-title {
    margin-bottom: 36px;
  }
}

@media (max-width: 768px) {
  .rcs-metrics-section {
    padding: 35px 15px;
  }

  .rcs-metrics-title {
    margin-bottom: 28px;
  }

  .rcs-metric-card {
    padding: 28px 24px;
  }
}

/* ============================================
   NOVA SEÇÃO DE MÉTRICAS COM CARDS ESTILIZADOS
   ============================================ */
.rcs-metrics-section-new {
  padding: 80px 0;
  background: linear-gradient(199deg, #7b2fff 0%, #3ac6ff 100%);
  position: relative;
  overflow: hidden;
}

.rcs-metrics-section-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 50%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%),
    radial-gradient(circle at 80% 50%,
      rgba(255, 255, 255, 0.1) 0%,
      transparent 50%);
  pointer-events: none;
}

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

.rcs-metrics-grid-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.rcs-metric-card-new {
  text-align: center;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease, background 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.rcs-metric-card-new.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rcs-metric-card-new:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.rcs-metric-label-new {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.rcs-metric-value-new {
  display: block;
  font-size: clamp(48px, 6vw, 72px);
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 1.1;
  letter-spacing: -2px;
}

.rcs-metric-desc-new {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  font-weight: 500;
}

/* Responsivo */
@media (max-width: 992px) {
  .rcs-metrics-grid-new {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rcs-metrics-section-new {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .rcs-metrics-section-new {
    padding: 50px 0;
  }

  .rcs-metric-card-new {
    padding: 32px 24px;
  }
}

/* Dark mode - mantém o mesmo background da seção original */
[data-theme="dark"] .rcs-metrics-section-new {
  background: var(--rcs-bg-hero) !important;
}

[data-theme="dark"] .rcs-metric-card-new {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

[data-theme="dark"] .rcs-metric-card-new:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* ============================================
   SCROLL REVEAL - ANIMAÇÕES DE FADE
   ============================================ */

/* Estilos base para elementos scroll-reveal */
.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Seções com scroll-reveal */
.rcs-section1.scroll-reveal,
.rcs-section2.scroll-reveal,
.rcs-section3.scroll-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.rcs-section1.scroll-reveal.visible,
.rcs-section2.scroll-reveal.visible,
.rcs-section3.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Textos das seções */
.rcs-section1-text.scroll-reveal,
.rcs-section2-text.scroll-reveal,
.rcs-section3-text.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s;
}

.rcs-section1-text.scroll-reveal.visible,
.rcs-section2-text.scroll-reveal.visible,
.rcs-section3-text.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Seção de transformação/imagens */
.rcs-transform-section.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.rcs-transform-section.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.rcs-transform-title.scroll-reveal,
.rcs-transform-subtitle.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.rcs-transform-title.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.rcs-transform-subtitle.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.rcs-tabs-container.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease 0.3s, transform 0.8s ease 0.3s;
}

.rcs-tabs-container.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.rcs-images-tabs-container.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease 0.4s, transform 1s ease 0.4s;
}

.rcs-images-tabs-container.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Seção de métricas */
.rcs-metrics-section-new.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.rcs-metrics-section-new.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* FAQ */
.rcs-faq-header.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.rcs-faq-header.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.rcs-faq-item.scroll-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.rcs-faq-item.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Delay em cascata para FAQ items */
.rcs-faq-item.scroll-reveal:nth-child(1) {
  transition-delay: 0.1s;
}

.rcs-faq-item.scroll-reveal:nth-child(2) {
  transition-delay: 0.2s;
}

.rcs-faq-item.scroll-reveal:nth-child(3) {
  transition-delay: 0.3s;
}

.rcs-faq-item.scroll-reveal:nth-child(4) {
  transition-delay: 0.4s;
}

.rcs-faq-item.scroll-reveal:nth-child(5) {
  transition-delay: 0.5s;
}

.rcs-faq-item.scroll-reveal:nth-child(6) {
  transition-delay: 0.6s;
}

.rcs-faq-item.scroll-reveal:nth-child(7) {
  transition-delay: 0.7s;
}

.rcs-faq-item.scroll-reveal:nth-child(8) {
  transition-delay: 0.8s;
}

/* Botões CTA */
.rcs-section3-button.scroll-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.rcs-section3-button.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Footer */
.footer-clean.scroll-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
}

.footer-clean.scroll-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}