/* ============================================
   SENDER25 - Custom Styles
   ============================================ */

/* Zalando Sans */
@import url('../fonts/zalando-sans.css');

/* Força Zalando Sans em TODOS os elementos de texto */
* {
  font-family: 'Zalando Sans', sans-serif !important;
}

/* Override: o tema define data-font="opensans" via settings-init.js
   e aplica Open Sans !important — forçamos de volta para Zalando Sans */
body[data-font],
body[data-font="opensans"],
body[data-font="poppins"],
body[data-font="nunito"],
body[data-font="raleway"] {
  font-family: 'Zalando Sans', sans-serif !important;
}

/* Exceção: ícones Font Awesome - elemento + pseudo-elementos ::before e ::after */
.fa,
.fas,
.far,
.fal,
.fad,
.fab,
[class^="fa-"],
[class*=" fa-"],
[class^="icon-"],
[class*=" icon-"],
.fa::before,
.fas::before,
.far::before,
.fal::before,
.fad::before,
.fab::before,
[class^="fa-"]::before,
[class*=" fa-"]::before,
[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}

.gdprcookie {
  z-index: 99999;
}

/* Fix menu mobile - tema esconde .menu-wrap abaixo de 991px */
@media (max-width: 991px) {
  #header {
    position: relative;
    z-index: 80;
    background: linear-gradient(135deg, #0f0c29 0%, #1a1a2e 50%, #16213e 100%);
  }
  .infonews {
    position: relative;
  }
  .menu-wrap {
    display: block !important;
    position: relative;
    top: 0;
    background-color: transparent;
  }
  /* Logo e nav links visíveis sobre fundo escuro */
  .menu-wrap .logo-menu,
  .menu-wrap .logo-menu .mergecolor {
    color: #ffffff !important;
  }
  .nav-menu .main-menu a {
    color: #ffffff !important;
  }

  .menu-wrap .nav-menu .main-menu {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
  }

  /* Ancora o overlay ao viewport e centraliza os itens */
  .menu-wrap .nav-menu .main-menu {
    left: 0 !important;
    right: auto !important;
    width: 100vw !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }
  .nav-menu .main-menu > .menu-item {
    float: none !important;
    width: 100% !important;
    padding: 15px 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
  }

  .menu-wrap .col {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

/* Logo SVG responsivo */
.s25-logo-img {
  height: 70px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  .s25-logo-img {
    height: 48px;
  }
}

/* Logo: força branco em todos os tamanhos (evita herdar azul do <a>) */
.menu-wrap .logo-menu,
.menu-wrap .logo-menu .mergecolor,
.menu-wrap a .logo-menu,
.menu-wrap a .logo-menu .mergecolor {
  color: #ffffff !important;
}

/* Brand Colors */
:root {
  --s25-blue: #00A332;
  --s25-blue-dark: #00A332;
  --s25-pink: #ee5586;
  --s25-dark: #1a1a2e;
  --s25-gray: #6c757d;
  --s25-light: #f8f9fa;
}

/* Hero custom */
.s25-hero {
  background-image: url('../img/header.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
}
.s25-hero .heading {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}
.s25-hero .subheading {
  font-size: 1.25rem;
  line-height: 1.7;
  opacity: 0.9;
}

.s25-hero:before {
  display: none;
}

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

/* ============================================
   RECURSOS HERO — redesign limpo
   ============================================ */
.s25-recursos-hero {
  min-height: 680px;
  padding-top: 140px;
  padding-bottom: 60px;
}

/* Overlay escuro + blur no fundo */
.s25-recursos-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(2, 18, 12, 0.78) 0%,
    rgba(3, 30, 18, 0.65) 50%,
    rgba(2, 18, 12, 0.82) 100%
  );
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 0;
  pointer-events: none;
}

/* Glass card para o conteúdo central */
.s25-recursos-glass {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 24px;
  padding: 3rem 2.5rem 2.5rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 2rem;
}

/* Heading sem capitalize e tamanho controlado */
.s25-recursos-heading {
  font-size: 2.8rem !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  text-transform: none !important;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 1rem !important;
}

/* Subtítulo mais leve */
.s25-recursos-sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

/* Botões CTA com gap */
.s25-recursos-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

/* Nav anchors minimalistas */
.s25-recursos-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  position: relative;
  z-index: 1;
}

.s25-recursos-nav-item {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  background: rgba(255, 255, 255, 0.07);
}

.s25-recursos-nav-item:hover {
  color: #fff;
  border-color: rgba(0, 163, 50, 0.6);
  background: rgba(0, 163, 50, 0.15);
  text-decoration: none;
}

@media (max-width: 767px) {
  .s25-recursos-hero { padding-top: 110px; }
  .s25-recursos-glass { padding: 2rem 1.25rem 1.75rem; }
  .s25-recursos-heading { font-size: 2rem !important; }
  .s25-recursos-sub { font-size: 0.95rem; }
}

.s25-hero-visual {
  position: relative;
  padding: 1.5rem 0;
}

.s25-hero-window {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 70px rgba(4, 10, 22, 0.35);
  backdrop-filter: blur(8px);
}

.s25-hero-window-top {
  display: flex;
  gap: 0.5rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.s25-hero-window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}

.s25-hero-window-body {
  padding: 1.4rem;
}

.s25-hero-flow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

.s25-hero-node {
  flex: 1 1 0;
  min-height: 116px;
  padding: 1rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.s25-hero-node i {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 2rem;
  color: #7ab2ff;
}

.s25-hero-node strong {
  display: block;
  color: #fff;
  font-size: 0.98rem;
  line-height: 1.35;
}

.s25-hero-node-center {
  border-color: rgba(122, 178, 255, 0.32);
  background: linear-gradient(180deg, rgba(26, 115, 232, 0.24), rgba(238, 85, 134, 0.16));
}

.s25-hero-node-center i {
  color: #fff;
}

.s25-hero-arrow {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
}

.s25-hero-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.s25-hero-status-card {
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
}

.s25-hero-status-card small {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.s25-hero-status-card span {
  color: #fff;
  font-size: 0.93rem;
  line-height: 1.4;
  font-weight: 600;
}

.s25-hero-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 255px;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(7, 15, 30, 0.22);
}

.s25-hero-floating-card i {
  color: #00A332;
  font-size: 1.1rem;
}

.s25-hero-floating-card span {
  color: #1f2937;
  font-size: 0.88rem;
  line-height: 1.45;
  font-weight: 600;
}

.s25-hero-floating-card-top {
  top: 0;
  right: -0.75rem;
}

.s25-hero-floating-card-bottom {
  left: -1.25rem;
  bottom: -2rem;
}
@media (max-width: 768px) {
  .s25-hero .heading {
    font-size: 2rem;
  }
  .s25-hero .subheading {
    font-size: 1rem;
  }
}

/* ============================================
   BACKGROUND GRADIENTE - circle-section até #faq
   ============================================ */
.services.sec-normal.sec-bg4,
#solucao,
#integracoes,
#precos,
#contato,
#faq.sec-bg2.bg-colorstyle {
  background: linear-gradient(180deg, #002E3B 0%, #00403D 100%) !important;
  position: relative;
  z-index: 0;
}

/* Garante que o conteúdo interno fique sobre o background */
.services.sec-normal.sec-bg4 > *,
#solucao > *,
#integracoes > *,
#precos > *,
#faq.sec-bg2.bg-colorstyle > * {
  position: relative;
  z-index: 1;
}

/* Textos nas seções com fundo escuro → #EDEDED */
.services.sec-normal.sec-bg4 .section-heading,
.services.sec-normal.sec-bg4 .section-subheading,
#solucao .mergecolor,
#solucao .seccolor,
#solucao .section-heading,
#solucao .section-subheading,
#solucao p,
#solucao h1,
#solucao h2,
#solucao h3,
#solucao h4,
#integracoes .mergecolor,
#integracoes .seccolor,
#integracoes .section-heading,
#integracoes .section-subheading,
#integracoes p,
#integracoes h1,
#integracoes h2,
#integracoes h3,
#integracoes h4,
#faq.sec-bg2.bg-colorstyle .mergecolor,
#faq.sec-bg2.bg-colorstyle .seccolor,
#faq.sec-bg2.bg-colorstyle .section-heading,
#faq.sec-bg2.bg-colorstyle .section-subheading,
#faq.sec-bg2.bg-colorstyle p,
#faq.sec-bg2.bg-colorstyle h1,
#faq.sec-bg2.bg-colorstyle h2,
#faq.sec-bg2.bg-colorstyle h3,
#faq.sec-bg2.bg-colorstyle h4 {
  color: #EDEDED !important;
}

/* Preços — texto claro nos blocos sem fundo próprio (sobre o gradiente escuro) */
#precos .section-heading,
#precos .section-subheading,
#precos .s25-plan-includes .mergecolor,
#precos .s25-plan-includes span,
#precos .s25-plan-includes li,
#precos .s25-plan-includes h5,
#precos #plan-desc-val,
#precos .col-12.text-center .seccolor,
#precos .col-12.text-center p,
#precos .col-12.text-center a {
  color: #EDEDED !important;
}

/* Preços — texto escuro apenas dentro dos cards com fundo próprio */
#precos .bg-seccolorstyle .mergecolor,
#precos .bg-seccolorstyle .seccolor,
#precos .bg-seccolorstyle p,
#precos .bg-seccolorstyle h1,
#precos .bg-seccolorstyle h2,
#precos .bg-seccolorstyle h3,
#precos .bg-seccolorstyle h4,
#precos .bg-seccolorstyle span:not(.badge):not(.info) {
  color: #1f2937 !important;
}

/* Textos escuros no bloco sec-main dentro de #solucao (fundo claro próprio) */
#solucao .sec-main.sec-bg1.bg-colorstyle .mergecolor,
#solucao .sec-main.sec-bg1.bg-colorstyle .seccolor,
#solucao .sec-main.sec-bg1.bg-colorstyle p,
#solucao .sec-main.sec-bg1.bg-colorstyle h1,
#solucao .sec-main.sec-bg1.bg-colorstyle h2,
#solucao .sec-main.sec-bg1.bg-colorstyle h3,
#solucao .sec-main.sec-bg1.bg-colorstyle h4 {
  color: #1f2937 !important;
}

/* Comparativo — fundo padrão email */
#comparativo {
  background-image: url('../img/fundo-comparativo.png') !important;
  background-color: transparent !important;
  background-size: auto !important;
  background-repeat: repeat !important;
  background-position: center top !important;
  position: relative;
}

/* Seções com fundo claro — headings e textos escuros */
#soberania .section-heading,
#soberania .section-subheading,
#soberania .mergecolor,
#soberania .seccolor,
#soberania p,
#soberania h1,
#soberania h2,
#soberania h3,
#soberania h4,
#comparativo .section-heading,
#comparativo .section-subheading,
#comparativo .mergecolor,
#comparativo .seccolor,
#comparativo p,
#comparativo h1,
#comparativo h2,
#comparativo h3,
#comparativo h4,
#depoimentos .section-heading,
#depoimentos .section-subheading,
#depoimentos .mergecolor,
#depoimentos .seccolor,
#depoimentos p,
#depoimentos h1,
#depoimentos h2,
#depoimentos h3,
#depoimentos h4,
#contato .section-heading,
#contato .section-subheading,
#contato .mergecolor,
#contato .seccolor,
#contato p,
#contato h1,
#contato h2,
#contato h3,
#contato h4 {
  color: #1f2937 !important;
}

/* Mobile: desativa fixed (não funciona bem no iOS) */
@media (max-width: 767px) {
  .services.sec-normal.sec-bg4,
  #solucao,
  #integracoes,
  #precos,
  #faq.sec-bg2.bg-colorstyle {
    background-attachment: scroll;
    background-size: cover;
  }
}

/* Hero — textos cinza claro */
.s25-hero .heading,
.s25-hero .subheading,
.s25-hero .mergecolor,
.s25-hero .seccolor,
.s25-hero p,
.s25-hero h1,
.s25-hero h2,
.s25-hero .text-muted {
  color: #EDEDED !important;
}

/* Metrics counters */
.pricing.special.sec-bg2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background-color: #00403D !important;
  background-image: none !important;
  position: relative;
  z-index: 0;
}

/* Textos brancos sobre #00403D */
.pricing.special.sec-bg2 .mergecolor,
.pricing.special.sec-bg2 .seccolor,
.pricing.special.sec-bg2 .section-heading,
.pricing.special.sec-bg2 .section-subheading,
.pricing.special.sec-bg2 p,
.pricing.special.sec-bg2 h1,
.pricing.special.sec-bg2 h2,
.pricing.special.sec-bg2 h3,
.pricing.special.sec-bg2 h4,
.pricing.special.sec-bg2 span:not(.badge):not(.s25-badge),
.pricing.special.sec-bg2 .number,
.pricing.special.sec-bg2 .title-round {
  color: #ffffff !important;
}

/* Cards internos com fundo próprio (bg-seccolorstyle) → texto escuro */
.pricing.special.sec-bg2 .bg-seccolorstyle .mergecolor,
.pricing.special.sec-bg2 .bg-seccolorstyle .seccolor,
.pricing.special.sec-bg2 .bg-seccolorstyle p,
.pricing.special.sec-bg2 .bg-seccolorstyle h1,
.pricing.special.sec-bg2 .bg-seccolorstyle h2,
.pricing.special.sec-bg2 .bg-seccolorstyle h3,
.pricing.special.sec-bg2 .bg-seccolorstyle h4,
.pricing.special.sec-bg2 .bg-seccolorstyle span:not(.badge) {
  color: #1f2937 !important;
}
/* Cancel the theme's sec-up-slider negative margin inside specialposition sections */
.specialposition .sec-up-slider {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.s25-metric {
  text-align: center;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s25-metric .number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--s25-blue);
  line-height: 1;
}
.s25-metric .label {
  font-size: 0.9rem;
  color: var(--s25-gray);
  margin-top: 0.6rem;
}

/* Pain points section */
.services.sec-normal.sec-bg4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0a1f0e;
}

/* Soberania Digital — mapa do Brasil */
.s25-sovereignty-visual,
.s25-sovereignty-map {
  width: 100%;
}
.s25-sovereignty-map img {
  width: 100% !important;
  max-width: 420px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .s25-sovereignty-map img {
    max-width: 75vw !important;
    width: 75vw !important;
  }
  #soberania .col-lg-6.text-center {
    margin-top: 2rem;
  }
}

/* Pain points cards */
@media (max-width: 991px) {
  .services.sec-bg4 .col-md-12.col-lg-4 {
    margin-bottom: 1.25rem;
  }
  .services.sec-bg4 .col-md-12.col-lg-4:last-of-type {
    margin-bottom: 0;
  }
}

.s25-pain-card {
  border-left: 4px solid var(--s25-pink);
  padding: 1.5rem;
  border-radius: 0 8px 8px 0;
  transition: transform 0.3s ease;
}
.s25-pain-card:hover {
  transform: translateY(-5px);
}
.s25-pain-card .icon {
  font-size: 2.5rem;
  color: var(--s25-pink);
  margin-bottom: 1rem;
}

/* Flow diagram */
.s25-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 2rem 0;
}
.s25-flow-step {
  text-align: center;
  padding: 1.5rem;
  background: rgba(26, 115, 232, 0.08);
  border-radius: 12px;
  flex: 1;
  min-width: 150px;
}
.s25-flow-step .step-icon {
  font-size: 2rem;
  color: var(--s25-blue);
  margin-bottom: 0.5rem;
}
.s25-flow-arrow {
  font-size: 1.5rem;
  color: var(--s25-blue);
}
@media (max-width: 768px) {
  .s25-flow {
    flex-direction: column;
  }
  .s25-flow-arrow {
    transform: rotate(90deg);
  }
}

/* Integration tabs */
#integracoes .section-offer {
  margin-top: 1.5rem;
}

#integracoes .s25-offers-tabs .tabs-header ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

#integracoes .s25-offers-tabs .tabs-header li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  min-height: 106px;
  margin-top: 0;
  padding: 0 2.75rem 0 1.9rem;
  border: 0;
  border-left: 2px solid rgba(94, 104, 108, 0.4);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#integracoes .s25-offers-tabs .tabs-header li.active {
  padding: 0 2.75rem 0 2.3rem;
  border-left-color: #00A332;
}

#integracoes .s25-offers-tabs .tabs-header li:hover {
  color: inherit;
}

#integracoes .s25-offers-tabs .tabs-header i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: rgba(94, 104, 108, 0.95);
  font-size: 2.55rem;
}

#integracoes .s25-offers-tabs .tabs-header div {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  color: rgba(31, 41, 55, 0.7);
}

#integracoes .s25-offers-tabs .tabs-header li.active i,
#integracoes .s25-offers-tabs .tabs-header li.active div {
  color: #00A332;
}

#integracoes .s25-offers-tabs .tabs-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 2.25rem 0 0;
  box-shadow: none;
}

#integracoes .s25-panel-visual {
  border: 1px solid rgba(38, 110, 224, 0.1);
  border-radius: 20px;
  padding: 1rem;
  background: rgba(38, 110, 224, 0.03);
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.04);
}

#integracoes .s25-panel-visual img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

#integracoes .info-content .h2 {
  font-size: 2.35rem;
  line-height: 1.12;
}

#integracoes .s25-panel-steps {
  margin-top: 1.75rem;
}

#integracoes .s25-panel-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

#integracoes .s25-panel-step:last-child {
  margin-bottom: 0;
}

#integracoes .s25-panel-step strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.08rem;
}

#integracoes .s25-panel-step p {
  margin: 0;
}

#integracoes .s25-panel-step .step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--s25-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  flex: 0 0 32px;
}

/* Comparison table */
#comparativo {
  background-color: #eef3fb !important;
  background-image: url("../patterns/motpath.svg") !important;
  background-repeat: repeat !important;
  background-size: 760px auto !important;
  background-position: center top !important;
}

.s25-compare-board {
  padding: 0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.06);
  overflow: hidden;
}

.s25-compare-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.s25-compare-intro p {
  max-width: 720px;
  text-align: right;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* ---- Legacy compare table (kept for other usages) ---- */
.s25-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
}
.s25-compare-table thead th {
  background: #1f2937;
  color: #fff;
  padding: 1rem 1rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: middle;
}
.s25-compare-table thead th:first-child {
  text-align: left;
  width: 38%;
}
.s25-compare-table thead th.highlight-col {
  background: linear-gradient(180deg, #266ee0 0%, #1f5fcb 100%);
  color: #fff;
}
.s25-compare-table tbody td {
  padding: 0.95rem 1rem;
  text-align: center;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.s25-compare-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
}
.s25-compare-table tbody tr:not(.s25-compare-group):hover td {
  background: rgba(26, 115, 232, 0.04);
}
.s25-compare-table .check {
  color: #28a745;
  font-size: 1.25rem;
}
.s25-compare-table .cross {
  color: #dc3545;
  font-size: 1.25rem;
}
.s25-compare-table .highlight-col {
  background: rgba(38, 110, 224, 0.08) !important;
}

/* ---- New comparison table v2 ---- */
.s25-comptable-wrap {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
}
.s25-comptable-header {
  padding: 2rem 2rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.s25-comptable-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.4rem;
}
.s25-comptable-sub {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.5);
  margin: 0;
}
.s25-comptable-scroll {
  overflow-x: auto;
}
.s25-compare-table-v2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.s25-compare-table-v2 thead th {
  padding: 1.1rem 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  color: rgba(255,255,255,0.6);
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  white-space: nowrap;
}
.s25-compare-table-v2 thead th.s25-ct-label {
  text-align: left;
  width: 36%;
  color: rgba(255,255,255,0.35);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.s25-compare-table-v2 thead th.s25-ct-featured {
  background: rgba(0,163,50,0.12);
  color: #00A332;
  font-size: 1rem;
  font-weight: 800;
  border-left: 1px solid rgba(0,163,50,0.25);
  border-right: 1px solid rgba(0,163,50,0.25);
  vertical-align: bottom;
  padding-bottom: 1.1rem;
}
.s25-ct-featured-badge {
  display: block;
  background: #00A332;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  width: fit-content;
  margin: 0 auto 0.6rem;
}
.s25-compare-table-v2 tbody td {
  padding: 1.1rem 1.5rem;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.75);
  font-size: 0.95rem;
  vertical-align: middle;
}
.s25-compare-table-v2 tbody tr.s25-ct-last td {
  border-bottom: none;
}
.s25-compare-table-v2 tbody td.s25-ct-row-label {
  text-align: left;
  font-weight: 600;
  color: #fff;
}
.s25-compare-table-v2 tbody td.s25-ct-featured {
  background: rgba(0,163,50,0.07);
  border-left: 1px solid rgba(0,163,50,0.2);
  border-right: 1px solid rgba(0,163,50,0.2);
}
.s25-compare-table-v2 tbody tr:hover td {
  background: rgba(255,255,255,0.03);
}
.s25-compare-table-v2 tbody tr:hover td.s25-ct-featured {
  background: rgba(0,163,50,0.11);
}
.s25-ct-icon {
  color: #00A332;
  opacity: 0.7;
}
.s25-ct-check {
  color: #00A332;
  font-size: 1.35rem;
}
.s25-ct-cross {
  color: #e84646;
  font-size: 1.35rem;
}
@media (max-width: 575px) {
  .s25-comptable-header { padding: 1.25rem 1rem 1rem; }
  .s25-compare-table-v2 thead th,
  .s25-compare-table-v2 tbody td { padding: 0.8rem 0.75rem; font-size: 0.82rem; }
}

/* ---- Variante clara — seções com fundo claro ---- */
#comparativo .s25-comptable-wrap,
#sov-comparativo .s25-comptable-wrap {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
#comparativo .s25-comptable-header,
#sov-comparativo .s25-comptable-header {
  border-bottom-color: rgba(0,0,0,0.07);
}
#comparativo .s25-comptable-title,
#sov-comparativo .s25-comptable-title {
  color: #1a2332;
}
#comparativo .s25-comptable-sub,
#sov-comparativo .s25-comptable-sub {
  color: rgba(0,0,0,0.45);
}
#comparativo .s25-compare-table-v2 thead th,
#sov-comparativo .s25-compare-table-v2 thead th {
  color: rgba(0,0,0,0.4);
  border-bottom-color: rgba(0,0,0,0.07);
}
#comparativo .s25-compare-table-v2 thead th.s25-ct-featured,
#sov-comparativo .s25-compare-table-v2 thead th.s25-ct-featured {
  background: rgba(0,163,50,0.07);
  color: #00A332;
  border-color: rgba(0,163,50,0.2);
}
#comparativo .s25-compare-table-v2 tbody td,
#sov-comparativo .s25-compare-table-v2 tbody td {
  color: rgba(0,0,0,0.6);
  border-bottom-color: rgba(0,0,0,0.05);
}
#comparativo .s25-compare-table-v2 tbody td.s25-ct-row-label,
#sov-comparativo .s25-compare-table-v2 tbody td.s25-ct-row-label {
  color: #1a2332;
}
#comparativo .s25-compare-table-v2 tbody td.s25-ct-featured,
#sov-comparativo .s25-compare-table-v2 tbody td.s25-ct-featured {
  background: rgba(0,163,50,0.05);
  border-color: rgba(0,163,50,0.15);
}
#comparativo .s25-compare-table-v2 tbody tr:hover td,
#sov-comparativo .s25-compare-table-v2 tbody tr:hover td {
  background: rgba(0,0,0,0.02);
}
#comparativo .s25-compare-table-v2 tbody tr:hover td.s25-ct-featured,
#sov-comparativo .s25-compare-table-v2 tbody tr:hover td.s25-ct-featured {
  background: rgba(0,163,50,0.09);
}
#comparativo .s25-ct-icon,
#sov-comparativo .s25-ct-icon {
  color: #00A332;
  opacity: 0.6;
}

.s25-compare-group td {
  padding: 0.78rem 1rem !important;
  background: rgba(26, 115, 232, 0.06) !important;
  color: #00A332;
  font-size: 0.82rem;
  font-weight: 800 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(26, 115, 232, 0.08);
}

.s25-compare-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.s25-compare-brand strong {
  font-size: 1.08rem;
  color: #fff;
}

.s25-compare-brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.s25-pill-muted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #475569;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Testimonial */
.s25-testimonial {
  position: relative;
  padding: 2rem;
  border-radius: 12px;
}
.s25-testimonial .quote-icon {
  font-size: 3rem;
  color: var(--s25-blue);
  opacity: 0.2;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}
.s25-testimonial blockquote {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

/* CTA section */
.s25-cta-section {
  background: #002E3B;
  padding: 4rem 0;
  text-align: center;
  color: #fff;
  border-top: 3px solid #00A332;
  border-bottom: 3px solid #00A332;
}
.s25-cta-section h2 {
  color: #fff;
  font-weight: 700;
}
.s25-cta-section p {
  color: rgba(255,255,255,0.85);
  font-size: 1.15rem;
}

.s25-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.s25-cta-actions .btn {
  min-width: 240px;
}

/* Badge highlight */
.s25-badge {
  display: block;
  width: fit-content;
  background: var(--s25-blue);
  color: #fff;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.75rem;
}

/* Center badge when inside centered title containers */
.sec-titles .s25-badge,
.text-center .s25-badge {
  margin-left: auto;
  margin-right: auto;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* ============================================
   PRICING PLANS - CARDS STYLE
   ============================================ */

.s25-plan-card {
  background: rgba(26, 115, 232, 0.04);
  border: 2px solid rgba(26, 115, 232, 0.15);
  border-radius: 16px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.s25-plan-card:hover {
  transform: translateY(-8px);
  border-color: var(--s25-blue);
  box-shadow: 0 12px 40px rgba(26, 115, 232, 0.15);
}

.s25-plan-card.featured {
  border: 2px solid var(--s25-blue);
  transform: scale(1.04);
  box-shadow: 0 8px 32px rgba(26, 115, 232, 0.2);
}

.s25-plan-card.featured:hover {
  transform: scale(1.04) translateY(-8px);
}

.s25-plan-card.active {
  border-color: var(--s25-blue);
  box-shadow: 0 14px 42px rgba(26, 115, 232, 0.2);
}

.s25-plan-badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: var(--s25-blue);
  color: #fff;
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.s25-plan-header {
  margin-bottom: 1.5rem;
  text-align: center;
  border-bottom: 2px solid rgba(26, 115, 232, 0.1);
  padding-bottom: 1rem;
}

.s25-plan-header h3 {
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.s25-plan-header p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--s25-gray);
}

.s25-plan-body {
  text-align: center;
  margin-bottom: 1.5rem;
}

.s25-plan-amount {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--s25-blue);
  margin-bottom: 1rem;
}

.s25-plan-amount span {
  display: block;
  font-size: 0.85rem;
  color: var(--s25-gray);
  font-weight: 500;
  margin-top: 0.25rem;
}

.s25-plan-price {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--s25-blue);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.2rem;
}

.s25-plan-price sup {
  font-size: 1rem;
  font-weight: 600;
  color: var(--s25-gray);
}

.s25-plan-price .price-main {
  font-size: 2.5rem;
}

.s25-plan-price .price-cents {
  font-size: 1.2rem;
  margin-left: 0.1rem;
}

.plan-select-btn {
  width: 100%;
}

/* ============================================
   PRICING SLIDER - NOUISLIDER CUSTOM STYLE (DISABLED)
   ============================================ */

.wpc-cloud-range {
  margin-bottom: 1.6rem;
}

.s25-pricing-picker-row {
  margin-top: 0.55rem;
}

.s25-slider-ui {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.s25-pricing-picker-label {
  display: block;
  margin-bottom: 0.7rem;
  color: #EDEDED;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.slider-inp {
  display: none !important;
  visibility: hidden !important;
}

.slider-line {
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(237, 237, 237, 0.24) !important;
  border-radius: 999px !important;
  height: 10px !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.16) !important;
}

.noUi-connect {
  background: linear-gradient(90deg, #00A332, #12c24a) !important;
  border-radius: 999px !important;
}

.noUi-handle {
  width: 26px !important;
  height: 26px !important;
  border-radius: 50% !important;
  top: -9px !important;
  right: -13px !important;
  border: 2px solid #ffffff !important;
  background: #00A332 !important;
  box-shadow: 0 8px 18px rgba(0, 163, 50, 0.35) !important;
  cursor: grab !important;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}

.s25-slider-labels {
  position: relative;
  margin-top: 1rem;
  height: 28px;
}

.s25-slider-label {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  border: 0;
  background: transparent;
  color: rgba(237, 237, 237, 0.75);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.2rem;
  transition: color 0.2s ease;
}

.s25-slider-label.active {
  color: #ffffff;
}

/* Plan Info Section */
.wpc-vps-info {
  margin-top: 3rem;
}

.s25-pricing-details {
  margin-top: 0.25rem !important;
}

.h-plans-info {
  height: 100%;
}

.content-price {
  padding: 2rem !important;
  border-radius: 12px !important;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.price-content {
  margin-bottom: 1.5rem;
}

.period {
  display: inline-block;
  margin-bottom: 1rem !important;
}

.price {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.price .coin {
  font-size: 1rem;
  font-weight: 600;
}

.infos {
  padding: 1rem;
  background: rgba(26, 115, 232, 0.08);
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.infos .badge {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.s25-plan-includes {
  padding: 1.5rem;
  background: rgba(26, 115, 232, 0.05);
  border-radius: 12px;
}

.s25-plan-includes li {
  color: #EDEDED;
  font-size: 0.98rem;
}

.s25-title-card {
  min-height: 138px;
  position: relative;
  overflow: hidden;
}

.s25-title-card i {
  color: var(--s25-blue);
  font-size: 2rem !important;
  position: absolute !important;
  right: 28px !important;
  bottom: 24px !important;
}

.s25-title-card .mergecolor {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.s25-title-card .info {
  display: block;
  width: calc(100% - 56px);
  margin-top: 16px !important;
  padding-top: 16px !important;
  border-top: 1px solid rgba(15, 23, 42, 0.1) !important;
  font-size: 2rem !important;
  line-height: 1.1;
  color: #4b5563 !important;
  white-space: normal;
  word-break: break-word;
}

/* Responsive */
@media (max-width: 768px) {
  .wpc-cloud-range {
    margin-bottom: 0.9rem;
  }

  .s25-pricing-picker-row {
    margin-top: 0.35rem;
  }

  .s25-pricing-details {
    margin-top: 0 !important;
  }

  .wpc-vps-info .mb-3 {
    margin-bottom: 0.9rem !important;
  }

  .wpc-vps-info .mt-4 {
    margin-top: 1rem !important;
  }

  .content-price {
    padding: 1.25rem !important;
  }

  .s25-pricing-picker-label {
    margin-bottom: 0.45rem;
    font-size: 0.84rem;
  }

  .s25-slider-labels {
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .s25-slider-label {
    display: none;
    position: static;
    transform: none;
    font-size: 0.9rem;
  }

  .s25-slider-label.active {
    display: inline-block;
  }

  .price {
    font-size: 2rem;
  }

  .s25-title-card {
    min-height: auto;
  }

  .s25-title-card .info {
    width: 100%;
    font-size: 1.55rem !important;
  }

  .s25-title-card i {
    font-size: 1.6rem !important;
  }
}

/* Selected Plan Card */
.s25-pricing-card {
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.08), rgba(26, 115, 232, 0.02));
  border: 2px solid rgba(26, 115, 232, 0.2);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(26, 115, 232, 0.08);
}

.s25-pricing-card:hover {
  border-color: rgba(26, 115, 232, 0.4);
  box-shadow: 0 12px 48px rgba(26, 115, 232, 0.15);
  transform: translateY(-4px);
}

.s25-pricing-header {
  padding: 2.5rem 2rem;
  border-bottom: 2px solid rgba(26, 115, 232, 0.15);
  text-align: center;
  background: linear-gradient(180deg, rgba(26, 115, 232, 0.06), transparent);
}

.s25-pricing-header h3 {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--s25-blue), #00A332);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.s25-pricing-header p {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
}

.s25-pricing-body {
  padding: 2.5rem 2rem;
  text-align: center;
}

.s25-pricing-metric {
  margin-bottom: 2rem;
}

.s25-metric-value {
  display: block;
}

.s25-plan-number {
  display: block;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--s25-blue);
  margin-bottom: 0.25rem;
}

.s25-metric-label {
  font-size: 0.9rem;
  color: var(--s25-gray);
}

.s25-pricing-price {
  margin-bottom: 1.5rem;
  padding: 2.5rem 2rem;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.12), rgba(26, 115, 232, 0.05));
  border: 2px solid rgba(26, 115, 232, 0.15);
  border-radius: 14px;
}

.s25-price-display {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.s25-price-display sup {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--s25-gray);
}

.s25-price-value {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--s25-blue);
  line-height: 1;
}

.s25-price-cents {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--s25-blue);
  margin-top: 0.5rem;
}

.s25-price-period {
  font-size: 0.95rem;
  color: var(--s25-gray);
  margin-left: 0.5rem;
}

.s25-pricing-savings {
  margin-bottom: 2rem;
}

.s25-pricing-cta {
  margin-bottom: 2rem;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
}

.s25-pricing-benefits {
  padding: 2.5rem 2rem;
  border-top: 2px solid rgba(26, 115, 232, 0.15);
  background: linear-gradient(180deg, rgba(26, 115, 232, 0.04), transparent);
}

.s25-pricing-benefits h5 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 1.5rem;
  color: var(--s25-blue);
}

.s25-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 1;
}

.s25-benefits-list li {
  padding: 0.7rem 0;
  font-size: 0.92rem;
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.s25-benefits-list i {
  flex-shrink: 0;
  font-size: 1.1rem;
  margin-top: 0.15rem;
  color: var(--s25-blue);
}

/* Responsive */
@media (max-width: 768px) {
  .s25-pricing-track {
    padding: 2rem 1rem 1.5rem;
  }

  .s25-pricing-plans-container {
    gap: 0.5rem;
  }

  .s25-plan-label strong {
    font-size: 0.85rem;
  }

  .s25-plan-label span {
    font-size: 0.7rem;
  }

  .s25-plan-dot {
    width: 24px;
    height: 24px;
  }

  .s25-pricing-header {
    padding: 1.5rem;
  }

  .s25-pricing-header h3 {
    font-size: 1.5rem;
  }

  .s25-pricing-body {
    padding: 1.5rem 1rem;
  }

  .s25-plan-number {
    font-size: 1.8rem;
  }

  .s25-price-value {
    font-size: 2.5rem;
  }

  .s25-pricing-benefits {
    padding: 1.5rem;
  }

  .s25-benefits-list {
    columns: 1;
  }
}

/* Pricing highlight */
.pricing .wrapper.featured {
  border: 2px solid var(--s25-blue);
  position: relative;
}

/* === BLACK MODE OVERRIDES === */
/* Keep CTA buttons visible with a distinct color in black mode */
[data-color="black"] .btn-default-pink-fill {
  background-color: #00A332 !important;
  color: #fff !important;
}
[data-color="black"] .btn-default-pink-fill:hover {
  background-color: #00EE53 !important;
}
[data-color="black"] .btn-default-pink {
  border-color: #00A332 !important;
  color: #00A332 !important;
}
[data-color="black"] .btn-default-pink:hover {
  background-color: #00EE53 !important;
  color: #fff !important;
}
/* Accent color for highlights instead of gray */
[data-color="black"] .c-pink {
  color: #00A332 !important;
}
[data-color="black"] a:hover .c-pink,
[data-color="black"] .logo-menu:hover .c-pink,
[data-color="black"] .btn:hover .c-pink {
  color: #00EE53 !important;
}
[data-color="black"] .bg-pink {
  background-color: #00A332 !important;
}
/* Keep metric numbers blue */
[data-color="black"] .s25-metric .number {
  color: #00A332 !important;
}
/* Keep flow icons blue */
[data-color="black"] .s25-flow-step .step-icon {
  color: #00A332 !important;
}
[data-color="black"] .s25-flow-arrow {
  color: #00A332 !important;
}
/* Feature icons */
[data-color="black"] .f-30.c-pink {
  color: #00A332 !important;
}
/* Comparison table checks stay green/red */
[data-color="black"] .s25-compare-table .check {
  color: #28a745 !important;
}
[data-color="black"] .s25-compare-table .cross {
  color: #dc3545 !important;
}
/* Stars in testimonials stay gold */
[data-color="black"] .casestudy .c-pink i.fa-star,
[data-color="black"] .casestudy .c-pink i.fa-star-half-alt {
  color: #ffc107 !important;
}
/* FAQ minus icon */
[data-color="black"] .faq .fa-minus.c-pink {
  color: #00A332 !important;
}
/* Pain card border */
[data-color="black"] .s25-pain-card {
  border-left-color: #00A332;
}
[data-color="black"] .s25-pain-card .icon {
  color: #00A332;
}
/* Tab panel step numbers */
[data-color="black"] .s25-tab-panel .step-number {
  background: #00A332;
}
/* Pricing wrapper titles */
[data-color="black"] .pricing .wrapper .title {
  color: #00A332 !important;
}
/* Badge in header */
[data-color="black"] .golink {
  color: #00A332 !important;
}

@media (max-width: 991px) {
  #integracoes .s25-offers-tabs .tabs-content {
    padding-top: 1.5rem;
  }

  #integracoes .info-content .h2 {
    font-size: 1.65rem;
    margin-top: 1.5rem;
  }

  #integracoes .s25-offers-tabs .tabs-header li {
    min-height: 90px;
    padding: 0 1.5rem 0 1.25rem;
  }

  #integracoes .s25-offers-tabs .tabs-header li.active {
    padding: 0 1.5rem 0 1.55rem;
  }

  #integracoes .s25-offers-tabs .tabs-header div {
    font-size: 1.3rem;
  }

  #integracoes .s25-offers-tabs .tabs-header i {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #integracoes .s25-offers-tabs .tabs-header ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    align-items: stretch;
  }

  #integracoes .s25-offers-tabs .tabs-header li {
    width: 100%;
    min-height: 76px;
    padding: 0.65rem 0.35rem !important;
    border-left: 0;
    border-bottom: 2px solid rgba(94, 104, 108, 0.35);
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.3rem;
  }

  #integracoes .s25-offers-tabs .tabs-header li.active {
    border-bottom-color: #00A332;
  }

  #integracoes .s25-offers-tabs .tabs-header i {
    font-size: 1.35rem;
  }

  #integracoes .s25-offers-tabs .tabs-header div {
    font-size: 0.88rem;
    line-height: 1.1;
  }
}

/* Fix hero section min-height on mobile */
@media (max-width: 576px) {
  .s25-hero {
    min-height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .s25-hero-floating-card {
    display: none;
  }
  .s25-metric .number {
    font-size: 2rem;
  }
}

/* Fix comparison table on mobile */
@media (max-width: 768px) {
  .s25-compare-board {
    padding: 1rem;
    border-radius: 20px;
  }

  .s25-compare-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .s25-compare-intro p {
    text-align: left;
  }

  .s25-compare-table {
    font-size: 0.85rem;
  }
  .s25-compare-table thead th,
  .s25-compare-table tbody td {
    padding: 0.5rem;
  }
}

/* Ensure CTA section text stays white */
.s25-cta-section h2,
.s25-cta-section p {
  color: #fff !important;
}

/* WhatsApp floating button */
.s25-whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 99;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.s25-whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
  text-decoration: none;
}
.s25-whatsapp-float i {
  line-height: 1;
}

/* ============================================
   RECURSOS PAGE - Resource Cards
   ============================================ */
.s25-resource-card {
  padding: 2rem;
  border-radius: 12px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255,255,255,0.06);
}
.s25-resource-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.s25-resource-card-featured {
  border: 2px solid rgba(26, 115, 232, 0.3);
}
.s25-resource-card-featured:hover {
  border-color: var(--s25-blue);
}
.s25-resource-icon {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.s25-resource-icon-lg {
  font-size: 3rem;
  margin-bottom: 1.2rem;
  color: var(--s25-blue);
}
.s25-resource-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.s25-resource-card p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.s25-resource-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
}
.s25-resource-list li {
  padding: 0.3rem 0;
}
.s25-resource-tag {
  display: inline-block;
  background: rgba(26, 115, 232, 0.12);
  color: var(--s25-blue);
  padding: 0.2rem 0.65rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.s25-tag-exclusive {
  background: rgba(238, 85, 134, 0.12);
  color: #ee5586;
}

/* Black mode overrides for resource cards */
[data-color="black"] .s25-resource-icon-lg {
  color: #00A332;
}
[data-color="black"] .s25-resource-tag {
  background: rgba(26, 115, 232, 0.15);
  color: #00A332;
}
[data-color="black"] .s25-tag-exclusive {
  background: rgba(26, 115, 232, 0.15);
  color: #00A332;
}
[data-color="black"] .s25-resource-card-featured {
  border-color: rgba(26, 115, 232, 0.3);
}
[data-color="black"] .s25-resource-card-featured:hover {
  border-color: #00A332;
}

/* Recursos page hero shorter */
.pb-80 {
  padding-bottom: 80px;
}

.cd-top {
  display: none !important;
}

.s25-review-card {
  position: relative;
  height: 100%;
  padding: 2.5rem 2.4rem 2.2rem !important;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: visible;
}

.s25-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(138, 255, 0, 0.14) !important;
}

#depoimentos .s25-review-card {
  border-color: #8AFF00 !important;
  box-shadow:
    0 14px 34px rgba(16, 24, 40, 0.2),
    0 0 0 1px rgba(138, 255, 0, 0.2),
    0 0 22px rgba(138, 255, 0, 0.08);
}

#depoimentos .s25-review-card:hover {
  box-shadow:
    0 18px 44px rgba(16, 24, 40, 0.24),
    0 0 0 1px rgba(138, 255, 0, 0.26),
    0 0 28px rgba(138, 255, 0, 0.12) !important;
}

.s25-review-stars {
  margin-bottom: 1.3rem;
}

.s25-review-card .title {
  min-height: 120px;
  line-height: 1.75;
  margin-bottom: 0;
}

.s25-review-card .subtitle {
  margin-bottom: 0;
  font-size: 0.93rem;
  line-height: 1.75;
}

@media (max-width: 767px) {
  #depoimentos .col-sm-12.col-md-4 {
    margin-bottom: 1rem;
  }

  #depoimentos .col-sm-12.col-md-4:last-child {
    margin-bottom: 0;
  }
}

.s25-solution-illustration {
  width: 100%;
  max-width: 420px;
  opacity: 0.92;
}

#solucao .sec-main {
  border-radius: 16px;
  padding: 2.5rem 3rem !important;
}

#solucao .sec-main hr {
  margin: 0;
  opacity: 0.08;
}

#solucao .info-content h1 {
  font-size: 2.35rem;
  line-height: 1.15;
}

#solucao .info-content p {
  font-size: 1.02rem;
  line-height: 1.85;
}

.services .col-lg-4 {
  display: flex;
}

.services .col-lg-4 .service-section,
.services .col-lg-4 .s25-pain-card {
  height: 100%;
}

.services .col-lg-4 .service-section {
  display: flex;
  flex-direction: column;
}






#solucao .s25-solution-benefits .col-md-6,
#solucao .s25-solution-benefits .col-lg-4 {
  display: flex;
  flex-direction: column;
}

#solucao .service-section {
  display: flex;
  flex-direction: column;
}

#solucao .s25-solution-benefits {
  row-gap: 1.75rem;
  margin-top: 2.75rem;
}

#solucao .s25-benefit-card {
  position: relative;
  flex-grow: 1;
  height: auto !important;
  min-height: 380px;
  padding: 2.3rem 2.1rem 2rem;
  border: 1px solid rgba(38, 110, 224, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(16, 24, 40, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#solucao .s25-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(38, 110, 224, 0.22);
  box-shadow: 0 26px 55px rgba(16, 24, 40, 0.1);
}








#solucao .s25-benefit-card .plans.badge {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  text-transform: lowercase;
}

#solucao .s25-benefit-svg {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.3rem;
}

#solucao .s25-benefit-card .title {
  margin-bottom: 0.85rem;
  padding-right: 4.5rem;
  font-size: 1.65rem;
  line-height: 1.18;
}

#solucao .s25-benefit-card .subtitle {
  margin: 0;
  font-size: 1.01rem;
  line-height: 1.85;
}

@media (max-width: 991px) {
  #solucao .sec-main {
    padding: 1.5rem !important;
  }

  #solucao .info-content h1 {
    font-size: 1.9rem;
    margin-top: 1.5rem;
  }

  .s25-solution-illustration {
    max-width: 320px;
    margin-bottom: 1rem;
  }

  #solucao .s25-solution-benefits {
    margin-top: 2rem;
    row-gap: 1.25rem;
  }

  #solucao .s25-benefit-card {
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
  }

  #solucao .s25-benefit-svg {
    width: 3.5rem;
    height: 3.5rem;
  }

  #solucao .s25-benefit-card .title {
    padding-right: 0;
    font-size: 1.45rem;
  }
}
.pt-50 {
  padding-top: 50px;
}
.pb-30 {
  padding-bottom: 30px;
}

/* Responsive resource cards */
@media (max-width: 576px) {
  .s25-resource-card {
    padding: 1.5rem;
  }
  .s25-resource-icon {
    font-size: 1.8rem;
  }
  .s25-resource-icon-lg {
    font-size: 2.5rem;
  }
}

/* ============================================
   SOBERANIA PAGE - Sovereignty Styles
   ============================================ */

/* Home section - sovereignty visual */
.s25-sovereignty-visual {
  padding: 2rem;
}
.s25-sovereignty-map {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -2rem;
}
.s25-sovereignty-map img {
  max-width: 600px;
  width: 100%;
  height: auto;
  opacity: 0.95;
}
.s25-sovereignty-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 360px;
  margin: 0 auto;
}
.s25-sov-badge {
  background: rgba(26, 115, 232, 0.08);
  border: 1px solid rgba(26, 115, 232, 0.15);
  border-radius: 12px;
  padding: 1.2rem 1rem;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.s25-sov-badge:hover {
  transform: translateY(-3px);
  border-color: var(--s25-blue);
}
.s25-sov-badge i {
  display: block;
  font-size: 1.8rem;
  color: var(--s25-blue);
  margin-bottom: 0.5rem;
}
.s25-sov-badge span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--s25-blue);
}

/* Risk cards */
.s25-sov-risk-card {
  padding: 2rem;
  border-radius: 12px;
  height: 100%;
  border-left: 4px solid #dc3545;
  transition: transform 0.3s ease;
}
.s25-sov-risk-card:hover {
  transform: translateY(-5px);
}
.s25-sov-risk-icon {
  font-size: 2rem;
  color: #00A332;
  margin-bottom: 1rem;
}
.s25-sov-risk-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.s25-sov-risk-card p {
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* Pillar cards */
.s25-sov-pillar {
  padding: 2rem;
  border-radius: 12px;
  height: 100%;
  border: 1px solid rgba(26, 115, 232, 0.15);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.s25-sov-pillar:hover {
  transform: translateY(-3px);
  border-color: var(--s25-blue);
}
.s25-sov-pillar-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(26, 115, 232, 0.15);
}
.s25-sov-pillar-icon {
  font-size: 2rem;
  color: var(--s25-blue);
  flex-shrink: 0;
}
.s25-sov-pillar-header h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}
.s25-sov-pillar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.s25-sov-pillar-list li {
  padding: 0.5rem 0;
  font-size: 0.92rem;
  line-height: 1.55;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.s25-sov-pillar-list li:last-child {
  border-bottom: none;
}

/* Datacenter visual */
.s25-sov-datacenter {
  padding: 3rem 2rem;
  border: 2px solid rgba(26, 115, 232, 0.2);
  border-radius: 16px;
  background: rgba(26, 115, 232, 0.04);
}
.s25-sov-dc-icon {
  font-size: 5rem;
  color: var(--s25-blue);
  margin-bottom: 1rem;
}
.s25-sov-dc-label {
  font-size: 22px;
  font-weight: 700;
}
.s25-sov-dc-sublabel {
  font-size: 18px;
}
.s25-sov-dc-flag {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
}

/* Flow steps (soberania page) */
.s25-sov-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.s25-sov-flow-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.06);
}
.s25-sov-flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--s25-blue);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  flex-shrink: 0;
  position: relative;
}
.s25-sov-flow-arrow {
  text-align: center;
  padding: 0.3rem 0;
  font-size: 1.2rem;
}

/* Black mode overrides for sovereignty */
[data-color="black"] .s25-sov-risk-card {
  border-left-color: #dc3545;
}
[data-color="black"] .s25-sov-risk-icon {
  color: #00A332;
}
[data-color="black"] .s25-sov-pillar-icon {
  color: #00A332;
}
[data-color="black"] .s25-sov-dc-icon {
  color: #00A332;
}
[data-color="black"] .s25-sov-flow-num {
  background: #00A332;
}

/* Responsive sovereignty */
@media (max-width: 768px) {
  .s25-sovereignty-badges {
    max-width: 280px;
  }
  .s25-sovereignty-map {
    margin-bottom: -1rem;
  }
  .s25-sovereignty-map img {
    max-width: 160px;
  }
  .s25-sov-pillar {
    padding: 1.5rem;
  }
  .s25-sov-datacenter {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
  .s25-sov-dc-icon {
    font-size: 3.5rem;
  }
}

/* GDPR Cookie Banner override */
.gdpr-cookie-notice {
  background: #1a1a2e !important;
  border-top: 2px solid #00A332 !important;
  color: #ccc !important;
}
.gdpr-cookie-notice h5 {
  color: #fff !important;
}
.gdpr-cookie-notice .gdpr-cookie-notice-nav .gdpr-cookie-notice-btn {
  background: #00A332 !important;
  color: #fff !important;
  border: none !important;
}

/* gdprcookie plugin button overrides */
.gdprcookie {
  width: min(1110px, calc(100vw - 32px)) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  box-sizing: border-box !important;
}
.gdprcookie-buttons {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
}
.gdprcookie-buttons button {
  background-color: #00A332 !important;
  color: #fff !important;
  margin: 0 !important;
}
.gdprcookie-buttons button:hover {
  background-color: #007a25 !important;
  color: #fff !important;
}
.gdprcookie-buttons button:last-child {
  background-color: #414142 !important;
  color: #fff !important;
  margin: 0 !important;
}
.gdprcookie-buttons button:last-child:hover {
  background-color: #00A332 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .gdprcookie {
    width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 20px) !important;
    bottom: 10px !important;
    padding: 18px 14px !important;
    overflow-y: auto !important;
  }
  .gdprcookie-intro {
    float: none !important;
    width: 100% !important;
  }
  .gdprcookie-intro span {
    display: block !important;
    line-height: 1.45 !important;
  }
  .gdprcookie-buttons {
    width: 100% !important;
    justify-content: stretch !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }
  .gdprcookie-buttons button {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    white-space: normal !important;
  }
  .gdprcookie-types {
    margin-top: 16px !important;
    padding-top: 14px !important;
  }
  .gdprcookie-types ul {
    margin-bottom: 0 !important;
  }
  .gdprcookie-types ul li {
    width: 100% !important;
  }
  .gdprcookie-types ul li label {
    display: block !important;
    margin: 0 0 8px 0 !important;
    padding: 8px 12px 8px 34px !important;
  }
}

/* ============================================
   ANTI-SPAM PAGE
   ============================================ */

/* AI Cards */
.s25-ai-card {
  padding: 0;
  border-radius: 12px;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.06);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.s25-ai-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.s25-ai-card-featured {
  border: 2px solid rgba(26, 115, 232, 0.3);
}
.s25-ai-card-featured:hover {
  border-color: var(--s25-blue);
}
.s25-ai-card-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1.5rem 1rem;
}
.s25-ai-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--s25-blue);
  color: #fff;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.s25-ai-card-header h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0;
}
.s25-ai-card-body {
  padding: 0 1.5rem 1rem;
}
.s25-ai-card-body p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.s25-ai-stat {
  text-align: center;
  padding: 1rem;
  background: rgba(26, 115, 232, 0.06);
  border-radius: 10px;
  margin-bottom: 1rem;
}
.s25-ai-stat-number {
  font-size: 1.6rem;
  font-weight: 800;
}
.s25-ai-stat-label {
  font-size: 0.8rem;
}
.s25-ai-features {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.88rem;
}
.s25-ai-features li {
  padding: 0.25rem 0;
}
.s25-ai-card-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}
.s25-ai-contrib {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--s25-blue);
}
.s25-ai-synergy {
  padding: 2rem;
  border-radius: 12px;
  border: 1.5px solid #8AFF00;
}

/* Layer cards (7 camadas) */
.s25-layer {
  display: flex;
  align-items: stretch;
  margin-bottom: 1rem;
  gap: 0;
}
.s25-layer-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
}
.s25-layer-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--s25-blue);
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
}
.s25-layer-content {
  flex: 1;
  padding: 1.5rem;
  border-radius: 0 12px 12px 0;
  border-left: 3px solid var(--s25-blue);
}
.s25-layer-content h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.s25-layer-content p {
  font-size: 0.9rem;
  line-height: 1.55;
}
.s25-layer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.s25-layer-tag {
  display: inline-block;
  background: rgba(26, 115, 232, 0.1);
  color: var(--s25-blue);
  padding: 0.15rem 0.55rem;
  border-radius: 15px;
  font-size: 0.72rem;
  font-weight: 600;
}
.s25-layer-stat {
  padding: 0.5rem;
}
.s25-layer-stat-num {
  font-size: 1.8rem;
  font-weight: 800;
}
.s25-layer-stat-label {
  font-size: 0.8rem;
}

/* Direction cards (inbound/outbound/srs) */
.s25-direction-card {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.3s ease;
}
.s25-direction-card:hover {
  transform: translateY(-5px);
}
.s25-direction-header {
  padding: 1.5rem;
  text-align: center;
  color: #111;
}
.s25-direction-header i {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
  color: #111;
}
.s25-direction-header h4 {
  color: #111;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.s25-direction-header span {
  font-size: 0.85rem;
  opacity: 0.9;
  color: #111;
}
.s25-direction-inbound {
  background: transparent;
}
.s25-direction-outbound {
  background: transparent;
}
.s25-direction-srs {
  background: transparent;
}
.s25-direction-body {
  padding: 1.5rem;
}
.s25-direction-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
  font-size: 0.88rem;
}
.s25-direction-list li {
  padding: 0.3rem 0;
}
.s25-direction-threshold {
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Whitelist categories */
.s25-wl-category {
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  height: 100%;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.2s ease;
}
.s25-wl-category:hover {
  transform: translateY(-3px);
}
.s25-wl-category i {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
.s25-wl-category strong {
  font-size: 0.9rem;
}
.s25-wl-category small {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  margin-top: 0.3rem;
}

/* Pipeline */
.s25-pipeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s25-pipeline-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.06);
}
.s25-pipeline-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}
.s25-pipeline-info strong {
  font-size: 0.95rem;
}
.s25-pipeline-info small {
  font-size: 0.8rem;
}
.s25-pipeline-connector {
  padding: 0.3rem 0;
  font-size: 1rem;
}
.s25-pipeline-result {
  width: 100%;
  margin-top: 0.5rem;
}
.s25-pipeline-action {
  padding: 1rem 0.5rem;
  border-radius: 10px;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.06);
}
.s25-pipeline-action i {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 0.3rem;
}
.s25-pipeline-action strong {
  font-size: 0.85rem;
  display: block;
}
.s25-pipeline-action small {
  font-size: 0.75rem;
  display: block;
}
.s25-action-pct {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  margin-top: 0.3rem;
}
.s25-action-green i, .s25-action-green .s25-action-pct { color: #28a745; }
.s25-action-yellow i, .s25-action-yellow .s25-action-pct { color: #ffc107; }
.s25-action-red i, .s25-action-red .s25-action-pct { color: #dc3545; }

/* Anti-spam: zig-zag pipeline */
.s25-antispam-pipeline-head {
  max-width: 720px;
  margin: 0 auto;
}

.s25-antispam-pipeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.2rem 3rem;
  max-width: 980px;
  margin: 0 auto;
}

.s25-antispam-pipe-r1c1 { grid-column: 1; grid-row: 1; }
.s25-antispam-pipe-r1c2 { grid-column: 2; grid-row: 1; }
.s25-antispam-pipe-r2c2 { grid-column: 2; grid-row: 2; }
.s25-antispam-pipe-r2c1 { grid-column: 1; grid-row: 2; }
.s25-antispam-pipe-r3c1 { grid-column: 1; grid-row: 3; }
.s25-antispam-pipe-r3c2 { grid-column: 2; grid-row: 3; }

.s25-antispam-pipeline::before {
  display: none;
}

.s25-antispam-track {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.s25-antispam-track span {
  position: absolute;
  display: block;
}

/* Linha contínua sem setas, fora dos cards */
.s25-antispam-track-top {
  left: calc(50% - 1.5rem);
  width: 3rem;
  top: 16.6%;
  border-top: 4px solid #8AFF00;
}

.s25-antispam-track-right {
  right: -55px;
  top: calc(16.6% + 1px);
  width: 56px;
  height: 33.4%;
  border-top: 4px solid #8AFF00;
  border-right: 4px solid #8AFF00;
  border-bottom: 4px solid #8AFF00;
  border-radius: 0 30px 30px 0;
}

.s25-antispam-track-mid {
  left: calc(50% - 1.5rem);
  width: 3rem;
  top: 50%;
  border-top: 4px solid #8AFF00;
}

.s25-antispam-track-left {
  left: -55px;
  top: calc(50% + 1px);
  width: 56px;
  height: 33.4%;
  border-top: 4px solid #8AFF00;
  border-left: 4px solid #8AFF00;
  border-bottom: 4px solid #8AFF00;
  border-radius: 30px 0 0 30px;
}

.s25-antispam-track-bottom {
  left: calc(50% - 1.5rem);
  width: 3rem;
  top: 83.4%;
  border-top: 4px solid #8AFF00;
}

.s25-antispam-pipe-step {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}

.s25-antispam-pipe-step::before,
.s25-antispam-pipe-step::after {
  display: none !important;
}

/* 1 -> 2 */
.s25-antispam-pipe-step-1::after,
.s25-antispam-pipe-step-5::after {
  content: "";
  position: absolute;
  right: -2.15rem;
  top: 50%;
  width: 2.15rem;
  border-top: 3px solid #00A332;
  transform: translateY(-50%);
}

.s25-antispam-pipe-step-1::before,
.s25-antispam-pipe-step-5::before {
  content: "";
  position: absolute;
  right: -2.55rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 3px solid #00A332;
  border-right: 3px solid #00A332;
  transform: translateY(-50%) rotate(45deg);
}

/* 3 <- 4 (seta para esquerda saindo do card 3) */
.s25-antispam-pipe-step-3::after {
  content: "";
  position: absolute;
  left: -2.15rem;
  top: 50%;
  width: 2.15rem;
  border-top: 3px solid #00A332;
  transform: translateY(-50%);
}

.s25-antispam-pipe-step-3::before {
  content: "";
  position: absolute;
  left: -2.55rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 3px solid #00A332;
  border-left: 3px solid #00A332;
  transform: translateY(-50%) rotate(-45deg);
}

/* 2 -> 3 and 4 -> 5 (vertical down connectors) */
.s25-antispam-pipe-step-2::after,
.s25-antispam-pipe-step-4::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 0.4rem);
  width: 3px;
  height: 1.2rem;
  transform: translateX(-50%);
  background: #00A332;
  border-top: none !important;
  right: auto !important;
}

.s25-antispam-pipe-step-2::before,
.s25-antispam-pipe-step-4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 1.52rem);
  width: 0.52rem;
  height: 0.52rem;
  border-right: 3px solid #00A332;
  border-bottom: 3px solid #00A332;
  transform: translateX(-50%) rotate(45deg);
}

/* Shared window-chrome dots */
.s25-code-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
}
.s25-code-title {
  font-size: 0.8rem;
}

/* Resultados Comprovados — fix float layout on mobile */
#resultados .col-lg-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: none !important;
}
#resultados .col-lg-12 > [class*="col-"] {
  float: none !important;
}
@media (max-width: 767px) {
  #resultados .col-lg-12 > [class*="col-"] {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
  #resultados .col-lg-12 > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #resultados .col-lg-12 > [class*="col-"] {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 2rem;
  }
}

/* Header analysis card (transparência section) */
.s25-hc {
  border-radius: 12px;
  overflow: hidden;
  background: #16181d !important;
  border: 1px solid rgba(255,255,255,0.1);
}
.s25-hc-chrome {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.s25-hc-chrome .s25-code-title {
  color: #6b7280 !important;
}
.s25-hc-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem 0.6rem;
}
.s25-hc-badge-spam {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.8rem;
  border-radius: 4px;
  background: rgba(220,53,69,0.15);
  color: #dc3545;
  border: 1px solid rgba(220,53,69,0.3);
}
.s25-hc-bar-wrap {
  margin: 0 1.2rem 1rem;
  background: rgba(255,255,255,0.07);
  border-radius: 4px;
  height: 6px;
  overflow: hidden;
}
.s25-hc-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffc107 0%, #dc3545 100%);
  border-radius: 4px;
}
.s25-hc-rules {
  padding: 0 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.s25-hc-rule {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.45rem 0.8rem;
  background: rgba(255,255,255,0.04);
  border-radius: 6px;
  font-size: 0.82rem;
}
.s25-hc-rule-name {
  font-family: monospace;
  color: var(--mergecolor, #fff);
  min-width: 140px;
  flex-shrink: 0;
}
.s25-hc-rule-desc {
  flex: 1;
  font-size: 0.78rem;
}
.s25-hc-rule-score {
  color: #dc3545;
  font-weight: 700;
  margin-left: auto;
}
.s25-hc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.9rem 1.2rem;
  margin-top: 0.8rem;
  border-top: 1px solid #ffffff0f;
  font-size: 0.78rem;
}
.s25-hc-headers {
  padding: 0.2rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}
.s25-hc-hrow {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 0.82rem;
  font-family: monospace;
}
.s25-hc-hrow-result {
  align-items: flex-start;
}
.s25-hc-hkey {
  color: #a0a8b8;
  flex-shrink: 0;
  min-width: 155px;
}
.s25-hc-hval {
  color: #e2e8f0;
  flex-wrap: wrap;
  display: flex;
  gap: 0.35rem;
}
.s25-hc-level-bars {
  display: flex;
  align-items: center;
  gap: 3px;
}
.s25-hc-level-bars span {
  display: inline-block;
  width: 10px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(180deg, #ffc107, #dc3545);
}
.s25-hc-level-bars span.s25-hc-level-empty {
  background: rgba(255,255,255,0.12);
}
.s25-hc-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(220,53,69,0.1);
  border: 1px solid rgba(220,53,69,0.2);
  border-radius: 4px;
  padding: 0.1rem 0.5rem;
  font-size: 0.75rem;
  color: var(--mergecolor, #ccc);
}
.s25-hc-tag em {
  font-style: normal;
  color: #dc3545;
  font-weight: 700;
}

/* Black mode overrides for anti-spam */
[data-color="black"] .s25-ai-number {
  background: #00A332;
}
[data-color="black"] .s25-ai-contrib {
  color: #00A332;
}
[data-color="black"] .s25-ai-card-featured {
  border-color: rgba(26, 115, 232, 0.3);
}
[data-color="black"] .s25-layer-num {
  background: #00A332;
}
[data-color="black"] .s25-layer-content {
  border-left-color: #00A332;
}
[data-color="black"] .s25-layer-tag {
  background: rgba(26, 115, 232, 0.12);
  color: #00A332;
}
[data-color="black"] .s25-action-green i,
[data-color="black"] .s25-action-green .s25-action-pct { color: #28a745; }
[data-color="black"] .s25-action-yellow i,
[data-color="black"] .s25-action-yellow .s25-action-pct { color: #ffc107; }
[data-color="black"] .s25-action-red i,
[data-color="black"] .s25-action-red .s25-action-pct { color: #dc3545; }

/* Responsive anti-spam */
@media (max-width: 768px) {
  .s25-layer {
    flex-direction: column;
  }
  .s25-layer-badge {
    width: 100%;
    border-radius: 12px 12px 0 0;
    padding: 0.5rem;
  }
  .s25-layer-content {
    border-radius: 0 0 12px 12px;
    border-left: none;
    border-top: 3px solid var(--s25-blue);
  }
  .s25-layer-stat-num {
    font-size: 1.3rem;
  }
  .s25-ai-card-header {
    padding: 1rem 1rem 0.5rem;
  }
  .s25-ai-card-body {
    padding: 0 1rem 0.75rem;
  }
  .s25-pipeline-step {
    padding: 0.75rem 1rem;
  }
  .s25-antispam-pipeline {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    max-width: 100%;
  }
  .s25-antispam-track {
    display: none;
  }
  .s25-antispam-pipe-r1c1,
  .s25-antispam-pipe-r1c2,
  .s25-antispam-pipe-r2c2,
  .s25-antispam-pipe-r2c1,
  .s25-antispam-pipe-r3c1,
  .s25-antispam-pipe-r3c2 {
    grid-column: auto;
    grid-row: auto;
  }
  .s25-antispam-track,
  .s25-antispam-pipeline::before {
    display: none;
  }
  .s25-wl-category {
    padding: 0.75rem 0.5rem;
  }
  .s25-wl-category i {
    font-size: 1.2rem;
  }
  .s25-code-body pre {
    font-size: 0.72rem;
  }
}

/* Footer refresh */
.footer .footer-top {
  padding-top: 90px;
  padding-bottom: 35px;
}

.footer .footer-bottom {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.s25-footer-logo {
  font-size: 2rem;
  font-weight: 800;
  color: #00A332;
}

.s25-footer-copy {
  max-width: 360px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.85;
}

.s25-footer-trust {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.s25-footer-trust span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #d0d4de;
  font-size: 0.95rem;
  font-weight: 600;
}

.s25-footer-trust i {
  color: #00A332;
}

.s25-footer-bottom-copy {
  padding: 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Footer acordeão mobile */
@media (max-width: 767px) {
  .footer .s25-footer-toggle,
  .footer .s25-footer-toggle.heading {
    cursor: pointer;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
    padding: 0.75rem 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-align: left !important;
    line-height: 1.4 !important;
  }
  .s25-footer-chevron {
    font-size: 0.7rem;
    transition: transform 0.25s ease;
    opacity: 0.5;
    flex-shrink: 0;
    margin-left: 0.5rem;
  }
  .s25-footer-chevron-open {
    transform: rotate(180deg);
  }
  .s25-footer-collapsible {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin-bottom: 0 !important;
    padding-left: 0.25rem;
  }
  .s25-footer-collapsible.s25-footer-open {
    max-height: 300px;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
  }
  .col-sm-6.col-md-2 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .s25-footer-chevron { display: none; }
}

.s25-payment-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.s25-payment-title {
  color: #d0d4de;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.s25-payment-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.s25-payment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 700;
}

.s25-payment-badge i {
  color: #00A332;
  font-size: 1rem;
}


@media (max-width: 991px) {
  .s25-footer-copy {
    max-width: none;
  }

  .s25-payment-wrap {
    justify-content: center;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .s25-payment-badges {
    justify-content: center;
  }
}
.fa-check-circle {
  color: #00A332 !important;
}

/* ============================================
   ALTERNÂNCIA BRANCO / GRADIENTE
   Gradiente: Problema, Solução, Integrações, Preços, FAQ, CTA
   Branco: Métricas, Soberania, Comparativo, Depoimentos, Contato
   ============================================ */

/* --- SEÇÕES BRANCAS --- */

/* Métricas: remove gradiente, fundo branco */
.circle-section.sec-bg1.bg-seccolorstyle {
  background-image: none !important;
  background-color: #ffffff !important;
}
/* Textos escuros na seção Métricas (sobrescreve o #EDEDED que ainda estava herdado) */
.circle-section.sec-bg1.bg-seccolorstyle .mergecolor,
.circle-section.sec-bg1.bg-seccolorstyle .seccolor,
.circle-section.sec-bg1.bg-seccolorstyle .section-heading,
.circle-section.sec-bg1.bg-seccolorstyle .section-subheading,
.circle-section.sec-bg1.bg-seccolorstyle p,
.circle-section.sec-bg1.bg-seccolorstyle h1,
.circle-section.sec-bg1.bg-seccolorstyle h2,
.circle-section.sec-bg1.bg-seccolorstyle h3,
.circle-section.sec-bg1.bg-seccolorstyle h4,
.circle-section.sec-bg1.bg-seccolorstyle span:not(.s25-badge) {
  color: #1f2937 !important;
}

/* Soberania, Depoimentos, Contato: garante fundo branco */
#soberania,
#depoimentos,
#contato {
  background-color: #ffffff !important;
}

/* Comparativo: troca fundo azulado por branco limpo */
#comparativo {
  background-color: #ffffff !important;
  background-image: none !important;
}
/* Headings do comparativo ficam escuros sobre fundo branco */
#comparativo .section-heading,
#comparativo .section-subheading {
  color: #1f2937 !important;
}

/* --- SEÇÃO PROBLEMA (gradiente) — texto dos cards interno é escuro --- */
/* Os headings externos já ficam claros pela regra do gradiente acima.    */
/* Os cards (bg-colorstyle = fundo claro do tema) precisam de texto escuro. */
.services.sec-normal.sec-bg4 .service-section .mergecolor,
.services.sec-normal.sec-bg4 .service-section .seccolor,
.services.sec-normal.sec-bg4 .service-section .title,
.services.sec-normal.sec-bg4 .service-section p,
.services.sec-normal.sec-bg4 .service-section .subtitle {
  color: #1f2937 !important;
}
/* ============================================
   RECURSOS.HTML — ALTERNÂNCIA GRADIENTE / BRANCO
   ============================================ */

/* GRADIENTE: Entregabilidade */
#entregabilidade {
  background: linear-gradient(180deg, #002E3B 0%, #00403D 100%) !important;
}
#entregabilidade > * { position: relative; z-index: 1; }


/* Texto claro sobre gradiente */
#entregabilidade .mergecolor,
#entregabilidade .seccolor,
#entregabilidade .section-heading,
#entregabilidade .section-subheading,
#entregabilidade p,
#entregabilidade h2,
#entregabilidade h3,
#entregabilidade h4 {
  color: #EDEDED !important;
}
/* Texto escuro dentro dos cards com fundo próprio */
#entregabilidade .bg-seccolorstyle .mergecolor,
#entregabilidade .bg-seccolorstyle .seccolor,
#entregabilidade .bg-seccolorstyle .title,
#entregabilidade .bg-seccolorstyle p,
#entregabilidade .bg-seccolorstyle .subtitle {
  color: #1f2937 !important;
}

/* GRADIENTE: Gestão Multi-cliente */
#gestao {
  background: linear-gradient(180deg, #002E3B 0%, #00403D 100%) !important;
}
#gestao > * { position: relative; z-index: 1; }

/* Texto claro sobre gradiente */
#gestao .mergecolor,
#gestao .seccolor,
#gestao .section-heading,
#gestao .section-subheading,
#gestao p,
#gestao h2,
#gestao h3,
#gestao h4 {
  color: #EDEDED !important;
}
/* Texto escuro dentro dos cards com fundo próprio */
#gestao .bg-seccolorstyle .mergecolor,
#gestao .bg-seccolorstyle .seccolor,
#gestao .bg-seccolorstyle .title,
#gestao .bg-seccolorstyle p,
#gestao .bg-seccolorstyle .subtitle {
  color: #1f2937 !important;
}

/* COR FIXA: Navegação rápida */
section.pt-50.pb-30.bg-colorstyle {
  background-image: none !important;
  background-color: #00403D !important;
  position: relative;
  z-index: 0;
}
section.pt-50.pb-30.bg-colorstyle > * {
  position: relative;
  z-index: 1;
}
section.pt-50.pb-30.bg-colorstyle .mergecolor,
section.pt-50.pb-30.bg-colorstyle .seccolor,
section.pt-50.pb-30.bg-colorstyle h1,
section.pt-50.pb-30.bg-colorstyle h2,
section.pt-50.pb-30.bg-colorstyle h3,
section.pt-50.pb-30.bg-colorstyle h4,
section.pt-50.pb-30.bg-colorstyle p,
section.pt-50.pb-30.bg-colorstyle a:not(.btn) {
  color: #EDEDED !important;
}

/* BRANCO: Monitoramento */
#monitoramento {
  background-image: none !important;
  background-color: #ffffff !important;
}
#monitoramento .mergecolor,
#monitoramento .seccolor,
#monitoramento .section-heading,
#monitoramento .section-subheading,
#monitoramento p,
#monitoramento h2,
#monitoramento h3,
#monitoramento h4 {
  color: #1f2937 !important;
}

/* BRANCO: Segurança */
#seguranca {
  background-image: none !important;
  background-color: #ffffff !important;
}
#seguranca .mergecolor,
#seguranca .seccolor,
#seguranca .section-heading,
#seguranca .section-subheading,
#seguranca p,
#seguranca h2,
#seguranca h3,
#seguranca h4 {
  color: #1f2937 !important;
}

/* BRANCO: Automação & API */
#automacao {
  background-image: none !important;
  background-color: #ffffff !important;
}
#automacao .mergecolor,
#automacao .seccolor,
#automacao .section-heading,
#automacao .section-subheading,
#automacao p,
#automacao h2,
#automacao h3,
#automacao h4 {
  color: #1f2937 !important;
}

/* BRANCO: Comparativo geral (seção sem ID — pt-100 pb-80) */
section.pt-100.pb-80.bg-colorstyle {
  background-image: none !important;
  background-color: #ffffff !important;
}
section.pt-100.pb-80.bg-colorstyle .mergecolor,
section.pt-100.pb-80.bg-colorstyle .seccolor,
section.pt-100.pb-80.bg-colorstyle .section-heading,
section.pt-100.pb-80.bg-colorstyle .section-subheading,
section.pt-100.pb-80.bg-colorstyle p,
section.pt-100.pb-80.bg-colorstyle h2,
section.pt-100.pb-80.bg-colorstyle h3,
section.pt-100.pb-80.bg-colorstyle h4 {
  color: #1f2937 !important;
}
/* FIX: Texto claro nos cards dentro das seções com gradiente */
#entregabilidade .service-section.bg-seccolorstyle .mergecolor,
#entregabilidade .service-section.bg-seccolorstyle .seccolor,
#entregabilidade .service-section.bg-seccolorstyle .title,
#entregabilidade .service-section.bg-seccolorstyle p,
#entregabilidade .service-section.bg-seccolorstyle .subtitle,
#entregabilidade .s25-resource-card.bg-seccolorstyle .mergecolor,
#entregabilidade .s25-resource-card.bg-seccolorstyle h5,
#entregabilidade .s25-resource-card.bg-seccolorstyle p,
#gestao .service-section.bg-seccolorstyle .mergecolor,
#gestao .service-section.bg-seccolorstyle .seccolor,
#gestao .service-section.bg-seccolorstyle .title,
#gestao .service-section.bg-seccolorstyle p,
#gestao .service-section.bg-seccolorstyle .subtitle,
#integracoes .s25-resource-card.bg-seccolorstyle .mergecolor,
#integracoes .s25-resource-card.bg-seccolorstyle h5,
#integracoes .s25-resource-card.bg-seccolorstyle p {
  color: #ffffff !important;
}
/* FIX: Tabela comparativa dentro de #integracoes — texto da 1ª coluna */
#integracoes .s25-compare-table td,
#integracoes .s25-compare-table th {
  color: #ffffff !important;
}

/* Recursos.html — cards em seções escuras seguem o padrão neon/transparente do index */
#entregabilidade .service-section.bg-seccolorstyle,
#integracoes .service-section.bg-seccolorstyle,
#gestao .service-section.bg-seccolorstyle {
  background-color: transparent !important;
  border: 1.5px solid #8AFF00 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}


/* FIX: Texto dos cards de painéis — claro sobre fundo escuro */
#entregabilidade .service-section.bg-seccolorstyle .mergecolor,
#entregabilidade .service-section.bg-seccolorstyle .seccolor,
#entregabilidade .service-section.bg-seccolorstyle .title,
#entregabilidade .service-section.bg-seccolorstyle p,
#entregabilidade .service-section.bg-seccolorstyle .subtitle,
#entregabilidade .service-section.bg-seccolorstyle li,
#integracoes .service-section.bg-seccolorstyle .mergecolor,
#integracoes .service-section.bg-seccolorstyle .seccolor,
#integracoes .service-section.bg-seccolorstyle .title,
#integracoes .service-section.bg-seccolorstyle p,
#integracoes .service-section.bg-seccolorstyle .subtitle,
#integracoes .service-section.bg-seccolorstyle li {
  color: #e8ffe8 !important;
}

/* ============================================
   BENEFIT CARDS — GLOBAL (todas as páginas)
   ============================================ */

/* Base global do card */
.s25-benefit-card {
  position: relative;
  height: 100%;
  padding: 2.5rem 2.4rem 2.2rem !important;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  overflow: visible;
}

/* Hover lift */
.s25-benefit-card:hover {
  transform: translateY(-5px);
}

/* Badge posicionado no canto */
.s25-benefit-card .plans.badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
}

/* Título do card */
.s25-benefit-card .title {
  margin-bottom: 0.85rem;
  padding-right: 4rem;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
}

/* Subtítulo / descrição */
.s25-benefit-card .subtitle {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.75;
}

/* Ícone do card */
.s25-benefit-icon {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  display: block;
}

/* --- Borda #8AFF00 para TODOS os cards com fundo próprio --- */
/* Cobre s25-benefit-card e qualquer service-section com bg-seccolorstyle */
.s25-benefit-card.bg-seccolorstyle,
.service-section.bg-seccolorstyle {
  border: 1.5px solid #8AFF00 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
}
.s25-benefit-card.bg-seccolorstyle:hover,
.service-section.bg-seccolorstyle:hover {
  border-color: #8AFF00 !important;
  box-shadow: 0 18px 44px rgba(138, 255, 0, 0.14);
}

/* Em seções claras, um pouco mais de contraste ajuda a borda neon a aparecer */
#monitoramento .service-section.bg-seccolorstyle,
#seguranca .service-section.bg-seccolorstyle,
#automacao .service-section.bg-seccolorstyle,
#sov-cenario .s25-sov-risk-card.bg-seccolorstyle,
#sov-comparativo .s25-sov-risk-card.bg-seccolorstyle {
  box-shadow:
    0 14px 34px rgba(16, 24, 40, 0.12),
    0 0 0 1px rgba(138, 255, 0, 0.18),
    0 0 18px rgba(138, 255, 0, 0.08);
}

#monitoramento .service-section.bg-seccolorstyle:hover,
#seguranca .service-section.bg-seccolorstyle:hover,
#automacao .service-section.bg-seccolorstyle:hover,
#sov-cenario .s25-sov-risk-card.bg-seccolorstyle:hover,
#sov-comparativo .s25-sov-risk-card.bg-seccolorstyle:hover {
  box-shadow:
    0 18px 44px rgba(16, 24, 40, 0.16),
    0 0 0 1px rgba(138, 255, 0, 0.24),
    0 0 24px rgba(138, 255, 0, 0.12) !important;
}

/* Recursos.html — cards em seções escuras seguem o mesmo ritmo visual do index */
#entregabilidade .s25-benefit-card,
#integracoes .s25-benefit-card,
#monitoramento .s25-benefit-card,
#seguranca .s25-benefit-card,
#automacao .s25-benefit-card,
#gestao .s25-benefit-card {
  padding: 2.5rem 2.4rem 2.2rem !important;
}

#entregabilidade .s25-benefit-card .title,
#integracoes .s25-benefit-card .title,
#monitoramento .s25-benefit-card .title,
#seguranca .s25-benefit-card .title,
#automacao .s25-benefit-card .title,
#gestao .s25-benefit-card .title {
  margin-bottom: 0.85rem;
  padding-right: 4rem;
  font-size: 24.6px;
  font-weight: 700;
  line-height: 1.35;
}

#entregabilidade .s25-benefit-card .subtitle,
#integracoes .s25-benefit-card .subtitle,
#monitoramento .s25-benefit-card .subtitle,
#seguranca .s25-benefit-card .subtitle,
#automacao .s25-benefit-card .subtitle,
#gestao .s25-benefit-card .subtitle {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.75;
}

#integracoes .s25-benefit-card .s25-resource-list {
  margin: 1rem 0 0;
  padding: 0;
  font-size: 0.93rem;
  line-height: 1.75;
}

#integracoes .s25-benefit-card .s25-resource-list li {
  padding: 0.28rem 0;
}

/* Espaçamento vertical entre cards */
.s25-solution-benefits {
  row-gap: 1.25rem !important;
}

/* ============================================
   ANTI-SPAM / SOBERANIA — aproxima do padrão do index
   ============================================ */

/* Anti-spam: cartões mais densos pedem um título próximo da referência,
   mas um pouco menor para acomodar o conteúdo extra sem quebrar demais. */
.s25-ai-card-header {
  padding: 2rem 2.2rem 1rem;
}

.s25-ai-card-header h3 {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

.s25-ai-card-body {
  padding: 0 2.2rem 1.2rem;
}

.s25-ai-card-body p,
.s25-ai-features,
.s25-ai-contrib {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.s25-ai-stat-label {
  font-size: 0.8rem;
  line-height: 1.75;
}

.s25-ai-features li {
  padding: 0.28rem 0;
}

.s25-layer-content {
  padding: 1.9rem 2rem;
}

.s25-layer-content h4 {
  font-size: 22px !important;
  line-height: 1.4 !important;
  margin-bottom: 0.75rem;
}

.s25-layer-content p,
.s25-layer-tag {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.s25-layer-stat-label {
  font-size: 0.8rem;
  line-height: 1.75;
}

.s25-direction-header {
  padding: 1.8rem 2rem;
}

.s25-direction-header h4 {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

.s25-direction-header span,
.s25-direction-body p,
.s25-direction-list {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.s25-direction-threshold small {
  font-size: 0.82rem;
  line-height: 1.75;
}

.s25-direction-body {
  padding: 1.8rem 2rem;
}

.s25-direction-list li {
  padding: 0.28rem 0;
}

/* Soberania: riscos e pilares seguem o mesmo ritmo visual do index */
.s25-sov-risk-card {
  padding: 2.5rem 2.4rem 2.2rem;
}

.s25-sov-risk-card h4 {
  font-size: 22px !important;
  line-height: 1.3 !important;
  margin-bottom: 0.85rem;
}

.s25-sov-risk-card p {
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.s25-sov-pillar {
  padding: 2.4rem 2.3rem 2.1rem;
}

.s25-sov-pillar-header {
  margin-bottom: 1.35rem;
  padding-bottom: 1rem;
}

.s25-sov-pillar-header h3 {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

.s25-sov-pillar-list li {
  padding: 0.4rem 0;
  font-size: 18px !important;
  line-height: 1.75 !important;
}

.s25-sov-flow-step {
  padding: 1.35rem 1.5rem;
}

/* Em soberania, as seções escuras têm regras amplas para h3/h4.
   Reforçamos os títulos dos cards com especificidade maior. */
#sov-solucao .s25-sov-pillar-header h3,
#sov-cenario .s25-sov-risk-card h4 {
  font-size: 22px !important;
  line-height: 1.3 !important;
}

#sov-dados .s25-sov-flow-step strong {
  font-size: 18px !important;
}

/* ============================================
   SOBERANIA.HTML — alternância e estilos
   ============================================ */

/* BRANCO: Cenário Atual (riscos ficam visíveis com borda vermelha no branco) */
#sov-cenario {
  background-color: #ffffff !important;
  background-image: none !important;
}
#sov-cenario .mergecolor,
#sov-cenario h2, #sov-cenario h3, #sov-cenario h4 {
  color: #1f2937 !important;
}
#sov-cenario .text-muted,
#sov-cenario .sec-subtitle {
  color: #4b5563 !important;
}

/* GRADIENTE: A Solução */


/* BRANCO: Comparativo */
#sov-comparativo {
  background-color: #ffffff !important;
  background-image: none !important;
}
#sov-comparativo .mergecolor,
#sov-comparativo h2, #sov-comparativo h3 { color: #1f2937 !important; }
#sov-comparativo .text-muted,
#sov-comparativo .sec-subtitle { color: #4b5563 !important; }

/* GRADIENTE: Dados no Brasil */

/* GRADIENTE: A Solução + Dados no Brasil */
#sov-solucao,
#sov-dados {
  background-image: none !important;
  background: linear-gradient(180deg, #002E3B 0%, #00403D 100%) !important;
  position: relative;
  z-index: 0;
}

#sov-solucao > *,
#sov-dados > * {
  position: relative;
  z-index: 1;
}

#sov-solucao .mergecolor,
#sov-solucao .seccolor,
#sov-solucao h2,
#sov-solucao h3,
#sov-solucao h4,
#sov-solucao .section-heading,
#sov-solucao .section-subheading,
#sov-solucao .sec-subtitle,
#sov-solucao .text-muted,
#sov-dados .mergecolor,
#sov-dados .seccolor,
#sov-dados h2,
#sov-dados h3,
#sov-dados h4,
#sov-dados .section-heading,
#sov-dados .section-subheading,
#sov-dados .sec-subtitle,
#sov-dados .text-muted {
  color: #EDEDED !important;
}

/* BRANCO: FAQ */
#sov-faq {
  background-color: #ffffff !important;
  background-image: none !important;
}
#sov-faq .mergecolor,
#sov-faq h2, #sov-faq h3 { color: #1f2937 !important; }
#sov-faq .accordion-button,
#sov-faq .accordion-body { color: #1f2937 !important; }

/* --- Bordas dos cards de soberania --- */

/* Risk cards — borda #8AFF00 uniforme */
.s25-sov-risk-card.bg-seccolorstyle {
  border: 1.5px solid #8AFF00 !important;
}
.s25-sov-risk-card.bg-seccolorstyle:hover {
  box-shadow: 0 12px 32px rgba(138, 255, 0, 0.1);
}

/* Pillar cards (seção gradiente — borda #8AFF00) */
.s25-sov-pillar.bg-seccolorstyle {
  border: 1.5px solid #8AFF00 !important;
}
.s25-sov-pillar.bg-seccolorstyle:hover {
  box-shadow: 0 12px 32px rgba(138, 255, 0, 0.12);
}
/* Texto claro nos pillar cards em gradiente */
#sov-solucao .s25-sov-pillar .mergecolor,
#sov-solucao .s25-sov-pillar strong.mergecolor { color: #ffffff !important; }
#sov-solucao .s25-sov-pillar .text-muted,
#sov-solucao .s25-sov-pillar li { color: #c8f5d0 !important; }

/* Flow steps (seção gradiente — borda #8AFF00) */
.s25-sov-flow-step.bg-seccolorstyle {
  border: 1.5px solid #8AFF00 !important;
  border-radius: 12px;
  padding: 1rem 1.25rem;
}
#sov-dados .s25-sov-flow-step .mergecolor,
#sov-dados .s25-sov-flow-step strong { color: #ffffff !important; }
#sov-dados .s25-sov-flow-step .text-muted,
#sov-dados .s25-sov-flow-step small { color: #c8f5d0 !important; }

/* Datacenter card */
#sov-dados .s25-sov-datacenter .mergecolor { color: #ffffff !important; }
#sov-dados .s25-sov-datacenter .text-muted { color: #c8f5d0 !important; }

/* Mobile: desativa fixed */
@media (max-width: 767px) {
  #sov-solucao, #sov-dados {
    background-attachment: scroll;
    background-size: cover;
  }
}

/* ============================================
   CARDS EM SEÇÕES ESCURAS — força texto claro
   Cobre text-muted (Bootstrap) e mergecolor
   ============================================ */
#solucao .service-section.bg-seccolorstyle .text-muted,
#solucao .service-section.bg-seccolorstyle .mergecolor,
#solucao .service-section.bg-seccolorstyle h3,
#solucao .service-section.bg-seccolorstyle p,
#solucao .service-section.bg-seccolorstyle li,
#solucao .service-section.bg-seccolorstyle span:not(.badge):not(.s25-badge):not(.c-pink),
#integracoes .service-section.bg-seccolorstyle .text-muted,
#precos .service-section.bg-seccolorstyle .text-muted,
#faq .service-section.bg-seccolorstyle .text-muted,
#gestao .service-section.bg-seccolorstyle .text-muted,
#gestao .service-section.bg-seccolorstyle .mergecolor,
#gestao .service-section.bg-seccolorstyle h3,
#gestao .service-section.bg-seccolorstyle p,
#gestao .service-section.bg-seccolorstyle li,
#gestao .service-section.bg-seccolorstyle span:not(.badge):not(.s25-badge):not(.c-pink) {
  color: #e8ffe8 !important;
}

/* Override footer hover — remove yellow from theme.css */
.footer .footer-menu .menu-item a:hover,
.footer .contact a:hover,
.footer .soc-icons a:hover,
.footer .soc-icons a:hover i {
  color: #ffffff !important;
  text-decoration: none;
}

/* ============================================
   TIPOGRAFIA GLOBAL
   h1 = 52px (section-heading, já correto)
   h2 = 22px
   h3 = 18px
   ============================================ */

/* H2 */
.section-subheading {
  font-size: 22px !important;
  line-height: 36px !important;
}

.circle-section .title-round {
  font-size: 22px !important;
}

/* H3 */
.circle-section .circle-wrapper p {
  font-size: 18px !important;
  line-height: 28px !important;
}

.section-subheading.small-text {
  font-size: 18px !important;
}

.service-section .subtitle {
  font-size: 18px !important;
  line-height: 30px !important;
}

.service-section .title {
  font-size: 22px !important;
}

/* H3 — parágrafos seccolor (ex: solution section do index) */
p.seccolor {
  font-size: 18px !important;
  line-height: 30px !important;
}

/* Sub-section headings: h1 sem .heading (ex: info-content solution) → 38px */
h1:not(.heading):not(.s25-recursos-heading) {
  font-size: 38px !important;
  line-height: 1.2 !important;
}

/* h2 sem .section-heading → 22px */
h2:not(.section-heading) {
  font-size: 22px !important;
  line-height: 1.4 !important;
}

/* h3, h4, h5, h6 → 18px */
h3, h4, h5, h6 {
  font-size: 18px !important;
  line-height: 1.5 !important;
}

/* .mergecolor em contexto de parágrafo → 18px */
p.mergecolor,
li.mergecolor,
span.mergecolor:not(.number):not(.c-pink):not(.coin) {
  font-size: 18px !important;
  line-height: 1.6 !important;
}

/* Catch-all: todo texto de parágrafo e lista → 18px */
p, li, small {
  font-size: 18px !important;
  line-height: 1.6 !important;
}

/* Restaura 22px para section-subheading (p.seccolor tem spec maior, anula aqui) */
p.section-subheading,
.section-subheading.seccolor,
.section-subheading.mergecolor {
  font-size: 22px !important;
  line-height: 36px !important;
}

/* Preço dinâmico */
#price-val {
  font-size: 30px !important;
  font-weight: 800 !important;
}
#price-cents-val {
  font-size: 18px !important;
}
.symbol.coin.mergecolor {
  font-size: 30px !important;
  font-weight: 600 !important;
}
.h-plans-info .price {
  display: flex;
  align-items: baseline;
}
.h-plans-info .price .symbol {
  top: 0 !important;
  font-size: 1.4rem !important;
  align-self: flex-start;
  padding-top: 0.3rem;
}

/* Exceções: elementos compactos que devem permanecer menores */
.s25-compare-table-v2 td,
.s25-compare-table-v2 th {
  font-size: 0.82rem !important;
}

.s25-ai-stat-label,
.s25-layer-stat-label {
  font-size: 0.8rem !important;
}

.s25-metric .label {
  font-size: 0.9rem !important;
}

.s25-hero-floating-card span {
  font-size: 0.88rem !important;
}

.s25-hero-status-card span {
  font-size: 0.93rem !important;
}

.s25-direction-threshold small {
  font-size: 0.82rem !important;
}

.s25-badge,
.badge {
  font-size: 0.75rem !important;
}

.nav-menu .main-menu > .menu-item > a:not(.btn) {
  font-size: 18px !important;
}

/* ============================================
   HERO COMPARTILHADO — overlay sem glass block
   Interface A (anti-spam) + Interface B (soberania)
   ============================================ */
.s25-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(2, 18, 12, 0.80) 0%,
    rgba(3, 30, 18, 0.65) 50%,
    rgba(2, 18, 12, 0.84) 100%
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 0;
  pointer-events: none;
}

.s25-hero-content {
  position: relative;
  z-index: 1;
}

/* ============================================
   NAV ÂNCORAS — base compartilhada
   ============================================ */
.s25-page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 0.25rem;
}

.s25-page-nav-link {
  font-size: 0.83rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.50);
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}

.s25-page-nav-link:hover {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

/* ============================================
   INTERFACE A — dots (anti-spam)
   Separadores por ponto · entre os links
   ============================================ */
.s25-page-nav--dots .s25-page-nav-link {
  padding: 0.35rem 0.5rem;
}

.s25-nav-sep {
  color: rgba(255, 255, 255, 0.18);
  font-size: 1.1rem;
  line-height: 1;
  user-select: none;
  padding: 0 0.1rem;
}

/* ============================================
   INTERFACE B — bars (soberania)
   Separador por barra vertical entre os links
   ============================================ */
.s25-page-nav--bars {
  gap: 0;
}

.s25-page-nav--bars .s25-page-nav-link {
  padding: 0.35rem 1.1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.s25-page-nav--bars .s25-page-nav-link:first-child {
  border-left: none;
  padding-left: 0;
}

.s25-page-nav--bars .s25-page-nav-link:hover {
  color: #00a332;
}

/* ============================================
   MOBILE — ambas as interfaces
   ============================================ */
@media (max-width: 767px) {
  .s25-page-nav--dots,
  .s25-page-nav--bars {
    gap: 0.1rem 0;
  }

  .s25-page-nav--bars .s25-page-nav-link {
    border-left: none;
    padding: 0.25rem 0.6rem;
  }

  .s25-page-nav--bars .s25-page-nav-link:first-child {
    padding-left: 0.6rem;
  }

  .s25-nav-sep {
    display: none;
  }

  .s25-page-nav--dots .s25-page-nav-link {
    padding: 0.25rem 0.5rem;
  }
}

/* ============================================
   STICKY NAV — anti-spam
   Aparece quando o hero sai do viewport
   ============================================ */
.s25-sticky-nav {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  z-index: 999;
  background: var(--bg-colorstyle, #0d1f17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.55rem 0;
  transform: translateY(-110%);
  transition: transform 0.25s ease;
  pointer-events: none;
}

.s25-sticky-nav--visible {
  transform: translateY(0);
  pointer-events: auto;
}

.s25-sticky-nav-title {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  white-space: nowrap;
  flex-shrink: 0;
}

.s25-sticky-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-end;
}

.s25-sticky-nav-links a {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  padding: 0.2rem 0.9rem;
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  transition: color 0.2s ease;
  white-space: nowrap;
}

.s25-sticky-nav-links a:first-child {
  border-left: none;
}

.s25-sticky-nav-links a:hover,
.s25-sticky-nav-links a.s25-sticky-active {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .s25-sticky-nav-title { display: none; }
  .s25-sticky-nav-links { justify-content: center; }
  .s25-sticky-nav-links a {
    font-size: 0.75rem;
    padding: 0.2rem 0.55rem;
  }
}

/* Form feedback */
.s25-form-feedback {
  padding: 0.75rem 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 500;
}
.s25-form-ok  { background: rgba(0,163,50,0.12); color: #00a332; border: 1px solid rgba(0,163,50,0.3); }
.s25-form-err { background: rgba(220,53,69,0.10); color: #dc3545; border: 1px solid rgba(220,53,69,0.3); }

/* ============================================
   RESPONSIVIDADE GLOBAL — mobile & tablet
   ============================================ */

/* --- Tablet (768px – 991px) --- */
@media (min-width: 768px) and (max-width: 991px) {
  .s25-hero .heading,
  .heading           { font-size: 2.4rem !important; line-height: 1.2 !important; }
  .section-heading   { font-size: 2.4rem !important; line-height: 1.3 !important; }
  h1:not(.heading):not(.s25-recursos-heading) { font-size: 2rem !important; }
  .pb-150            { padding-bottom: 80px !important; }
  .s25-hero          { min-height: 520px; }
  .s25-page-nav--bars .s25-page-nav-link { padding: 0.35rem 0.75rem; font-size: 0.8rem; }
}

/* --- Mobile (≤767px) --- */
@media (max-width: 767px) {
  /* Hero */
  .s25-hero          { min-height: auto; padding-top: 100px !important; padding-bottom: 50px !important; }
  .pb-150            { padding-bottom: 50px !important; }
  .s25-hero .heading,
  .heading           { font-size: 1.9rem !important; line-height: 1.2 !important; }
  .s25-hero .subheading { font-size: 1rem !important; line-height: 1.6 !important; }
  .lh-42             { line-height: 1.6 !important; }

  /* Headings de seção */
  .section-heading   { font-size: 1.85rem !important; line-height: 1.25 !important; }
  h1:not(.heading):not(.s25-recursos-heading) { font-size: 1.7rem !important; }
  h2:not(.section-heading) { font-size: 1.15rem !important; }

  /* Espaçamentos */
  .pt-100 { padding-top: 50px !important; }
  .pb-80  { padding-bottom: 40px !important; }
  .pb-50  { padding-bottom: 30px !important; }

  /* Page nav */
  .s25-page-nav { flex-wrap: wrap; gap: 0.1rem; }
  .s25-page-nav--bars .s25-page-nav-link {
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-left: none;
  }
  .s25-page-nav--bars .s25-page-nav-link:not(:last-child)::after {
    content: '·';
    margin-left: 0.6rem;
    color: rgba(255,255,255,0.2);
  }

  /* CTAs hero empilhados */
  .s25-hero-content .btn { display: block; width: 100%; margin: 0 0 0.5rem 0 !important; }

  /* Tabelas — scroll no WRAPPER, nunca na tabela */
  .s25-comptable-scroll,
  .table-responsive  { overflow-x: auto !important; -webkit-overflow-scrolling: touch; }
  .s25-compare-table,
  .s25-compare-table-v2 { min-width: 540px; }

  /* Datacenter card */
  .s25-sov-datacenter { margin-bottom: 2rem; }

  /* Flow steps soberania */
  .s25-sov-flow-step { flex-direction: column; }

  /* Index hero: visual e floating cards escondidos */
  .d-none767             { display: none !important; }
  .s25-hero-floating-card { display: none; }

  /* Seletor de planos */
  .s25-pricing-picker-label { font-size: 0.72rem; }

  /* Menu */
  .nav-menu .main-menu > .menu-item > a:not(.btn) { font-size: 16px !important; }
}

/* --- Telas muito pequenas (≤400px) --- */
@media (max-width: 400px) {
  .heading         { font-size: 1.6rem !important; }
  .section-heading { font-size: 1.5rem !important; }
  .s25-badge       { font-size: 0.65rem !important; padding: 0.25rem 0.7rem !important; }
}

/* Oculta badge do reCAPTCHA sem quebrar a funcionalidade */
.grecaptcha-badge {
  visibility: hidden !important;
}

@media (max-width: 767px) {
  .s25-cta-section {
    padding: 3rem 0;
  }

  .s25-cta-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.6rem;
  }

  .s25-cta-actions .btn {
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    white-space: normal;
  }
}

/* ============================================
   404 PAGE
   ============================================ */
.s25-404-content {
  max-width: 620px;
}

.s25-404-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 1rem;
}

.s25-404-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.s25-404-links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px !important;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color .2s ease, border-color .2s ease;
}

.s25-404-links a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.s25-404-illustration {
  padding: 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.s25-404-illustration .nfound0,
.s25-404-illustration .nfound2 {
  stroke: rgba(255, 255, 255, 0.45) !important;
}

.s25-404-illustration .nfound1,
.s25-404-illustration .nfound3 {
  stroke: #00A332 !important;
}

@media (max-width: 767px) {
  .s25-404-cta .btn {
    width: 100%;
  }
  .s25-404-links {
    gap: 10px 14px;
  }
}
