/*
Template Name: Softek | Software and App Landing Website Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 1.0
*/
/*
-- Body
-- Custom Bootstrap
-- Navbar
-- Back To Top
-- Mobile Sidebar
-- Page Loading
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");

/* Body */
body {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  scroll-behavior: smooth;
  overflow-x: hidden; /* Prevent horizontal scroll */
  width: 100%;
  max-width: 100%;
}

/* Prevent horizontal overflow globally */
html {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/* Smooth scroll offset for sections */
section[id] {
  scroll-margin-top: 100px;
}

/* Container max-width standardization */
.container {
  max-width: 1200px;
}
a {
  text-decoration: none;
  color: #1b1b1b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #0d6efd;
}

/* Custom Bootstrap */
.btn {
  font-size: 14px;
  padding: 12px 30px !important;
  font-weight: 600;
}
.btn-primary {
  background: #5d3fd3;
  border-color: #5d3fd3;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #e14a00;
  border-color: #e14a00;
}
.btn-outline-primary {
  color: #000000;
  border-color: #5d3fd3;
  background: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #5d3fd3;
  border-color: #5d3fd3;
  color: #fff;
}

.btn-gradient {
  background: linear-gradient(135deg, #5d3fd3 0%, #ad46ff 100%);
  border: none;
  color: #fff;
}
.btn-gradient:hover,
.btn-gradient:focus {
  background: linear-gradient(135deg, #4a2fa8 0%, #9a3de6 100%);
  color: #fff;
  transform: translateY(-2px);
}
.bg-primary {
  background-color: #5d3fd3 !important;
}
.shadow {
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1) !important;
}

.text-primary {
  color: #5d3fd3 !important;
}

.text-white {
  color: #fff !important;
}

/* Index */
.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}
.transition-3d-hover:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/* Hero Claim Badge - Mobile First (320px base) */
.hero-claim-badge {
  display: inline-block;
  padding: 0.4rem 0.875rem;
  font-size: clamp(0.6875rem, 2.5vw + 0.5rem, 1rem);
  font-weight: 600;
  color: #4a38ac;
  background: #ececff;
  border-radius: 999px;
  margin-bottom: 0.625rem;
  border: none;
  box-shadow:
    0 4px 16px rgba(93, 63, 211, 0.12),
    0 2px 6px rgba(74, 56, 172, 0.08);
  letter-spacing: 0.01em;
  text-align: center;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (min-width: 576px) {
  .hero-claim-badge {
    margin-bottom: 0.875rem;
    padding: 0.5rem 1.125rem;
  }
}
@media (min-width: 768px) {
  .hero-claim-badge {
    margin-bottom: 1rem;
    padding: 0.56rem 1.5rem;
  }
}

/* Mobile: balão mais estreito e fonte menor */
@media (max-width: 767.98px) {
  .hero-claim-badge {
    font-size: 0.6875rem;
    padding: 0.35rem 0.65rem;
    letter-spacing: -0.01em;
  }
  .hero-content h1.hero-title,
  h1.hero-title {
    letter-spacing: -0.03em;
  }
  .hero-content h1.hero-title .gradient-text {
    letter-spacing: -0.03em;
  }
}

.gradient-text {
  background: linear-gradient(135deg, #5d3fd3 0%, #ad46ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.black-text {
  color: #000000;
}

/* ============================================
   MOBILE FIRST - Hero (80% mobile, 320px base)
   ============================================ */

/* H1 - Tipografia fluida: 320px→20px, 768px→36px, 1200px→52px */
.hero-content h1.hero-title,
h1.hero-title {
  font-size: clamp(1.25rem, 5vw + 1rem, 3.25rem) !important;
  line-height: 1.25;
  color: #000000;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  text-wrap: balance;
  max-width: 100%;
  word-spacing: 0.02em;
  padding: 0 0.75rem;
  font-weight: 700;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.hero-content h1.hero-title .gradient-text {
  display: inline;
  font-weight: 700;
}

/* H2 - Fluida: 320px→15px, 768px→22px, 1200px→26px */
.hero-content h2.hero-subtitle,
h2.hero-subtitle {
  font-size: clamp(0.9375rem, 2.5vw + 0.75rem, 1.625rem) !important;
  line-height: 1.4;
  color: #4a5568;
  text-align: center !important;
  margin: 0 auto;
  margin-top: 0;
  max-width: 100%;
  padding: 0 0.75rem;
  font-weight: 400;
  display: block;
}

.hero-subtitle-main {
  color: #1a1a1a !important;
  font-weight: 700 !important;
}

/* Hero Description - Fluida e compacta no mobile */
.hero-description {
  font-size: clamp(0.8125rem, 1.5vw + 0.6rem, 1.125rem);
  line-height: 1.5;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.75rem;
}
@media (min-width: 768px) {
  .hero-content h1.hero-title,
  h1.hero-title {
    padding: 0 2rem;
    margin-bottom: 0.75rem;
  }
  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    padding: 0 2rem;
    line-height: 1.5;
  }
  .hero-description {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .hero-content h1.hero-title,
  h1.hero-title {
    padding: 0 3rem;
    margin-bottom: 1rem;
  }
  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    padding: 0 3rem;
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .hero-content h1.hero-title,
  h1.hero-title {
    padding: 0;
    margin-bottom: 1.25rem;
  }
  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    padding: 0;
    max-width: 900px;
  }
}

/* Legacy support - Mantém compatibilidade com classes antigas */
.hero-subtitle {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.hero-subtitle strong {
  color: #1a1a1a;
  font-weight: 600;
}

.hero-subtitle .text-primary {
  color: #5d3fd3;
  font-weight: 500;
}

/* Hero Row - Layout Control */
.hero-row {
  display: flex;
  flex-direction: row;
}

.hero-text-wrapper {
  order: 1;
}

.hero-image-wrapper {
  order: 2;
}

/* Mobile-First: Hero CTA Primary */
.hero-cta-primary {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .hero-cta-primary {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

/* Mobile-First: Hero Proof Social */
.hero-proof-social {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
  color: #4a5568;
  font-weight: 500;
  padding: 0.5rem 0;
}

.proof-item i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.proof-item strong {
  color: #1a1a1a;
  font-weight: 600;
}

.proof-item-legal {
  background: rgba(93, 63, 211, 0.05);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid rgba(93, 63, 211, 0.1);
}

.proof-item-legal i {
  color: #5d3fd3;
}

.comparison-cta,
.steps-cta,
.comparison-table-cta,
.testimonials-cta {
  margin-top: 2.5rem;
}

.hero-cta-buttons {
  margin-top: 1.25rem;
}
@media (min-width: 576px) {
  .hero-cta-buttons {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .hero-cta-buttons {
    margin-top: 2rem;
  }
}

/* Mobile-First: CTA Button */
.hero-cta-main {
  font-size: clamp(0.8125rem, 2vw + 0.5rem, 1rem);
  box-shadow: 0 6px 24px rgba(93, 63, 211, 0.35);
  position: relative;
  overflow: hidden;
  min-height: 48px; /* Touch target accessibility */
}

.hero-cta-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(93, 63, 211, 0.45);
}

.hero-cta-button {
  width: auto;
}

/* Google Sign-In Button */
.btn-google {
  background-color: #ffffff;
  color: #3c4043;
  border: 1px solid #dadce0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8125rem, 1.5vw + 0.6rem, 0.95rem);
  min-height: 48px;
}

.btn-google:hover {
  background-color: #f8f9fa;
  border-color: #dadce0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
  color: #3c4043;
}

.btn-google:active {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-google svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

.hero-cta-google {
  width: auto;
}

/* Touch targets - mínimo 44px para acessibilidade mobile */
.hero-cta-touch {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hero-cta-buttons .hero-cta-touch {
  width: 100%;
}
@media (min-width: 576px) {
  .hero-cta-buttons .hero-cta-touch {
    width: auto;
  }
}

/* Mobile-First: Hero CTA Benefits - Parágrafo de social proof */
.hero-content .hero-cta-benefits {
  margin-top: 0.5rem;
  font-size: clamp(0.75rem, 1.2vw + 0.5rem, 1rem);
  line-height: 1.45;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.75rem;
}
@media (min-width: 430px) {
  .hero-content .hero-cta-benefits {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .hero-content .hero-cta-benefits {
    max-width: 480px;
    padding: 0 1rem;
  }
}
@media (min-width: 768px) {
  .hero-content .hero-cta-benefits {
    max-width: 540px;
    margin-top: 0.75rem;
  }
}
.hero-content .hero-cta-benefits strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* Mobile-First: CTA Benefits - Ultra Compacto e Centralizado */
.cta-benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-size: 0.625rem;
  color: #2d3748;
  font-weight: 500;
  padding: 0.3rem 0.5rem;
  background: rgba(76, 175, 80, 0.08);
  border-radius: 4px;
  border: 1px solid rgba(76, 175, 80, 0.15);
  transition: all 0.2s ease;
  flex: 0 1 auto;
  white-space: nowrap;
  text-align: center;
}

.cta-benefit-item:hover {
  background: rgba(76, 175, 80, 0.12);
  border-color: rgba(76, 175, 80, 0.25);
  transform: translateY(-1px);
}

.cta-benefit-item i {
  font-size: 0.75rem;
  color: #4caf50;
  flex-shrink: 0;
}

.comparison-cta-text,
.steps-cta-text,
.testimonials-cta-text {
  font-size: 1.1rem;
  color: #2a2a2a;
  line-height: 1.5;
}

/* Sticky Floating CTA */
.floating-cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: none;
  animation: slideUp 0.3s ease-out;
}

.floating-cta.show {
  display: block;
}

.floating-cta .btn {
  box-shadow: 0 8px 32px rgba(93, 63, 211, 0.4);
  font-weight: 700;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  .floating-cta {
    bottom: 15px;
    right: 15px;
    left: 15px;
  }

  .floating-cta .btn {
    width: 100%;
    padding: 0.875rem 1.25rem;
    font-size: 0.95rem;
  }

  /* Hero Benefits - Mobile */
  .hero-content .hero-cta-benefits {
    font-size: 0.8125rem;
    padding: 0 0.75rem;
  }

  .comparison-cta-text,
  .steps-cta-text,
  .testimonials-cta-text {
    font-size: 1rem;
  }
}

#home {
  overflow: visible;
}

/* Mobile-First: Container */
.hero-container {
  padding-top: 1rem;
  padding-bottom: 0;
  overflow: visible;
}
@media (min-width: 576px) {
  .hero-container {
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .hero-container {
    padding-top: 1.5rem;
  }
}

/* Hero content - margens reduzidas no mobile */
.hero-content .mb-2 {
  margin-bottom: 0.375rem !important;
}
.hero-content .mb-3 {
  margin-bottom: 0.5rem !important;
}
.hero-content .mb-4 {
  margin-bottom: 1rem !important;
}
@media (min-width: 576px) {
  .hero-content .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .hero-content .mb-3 {
    margin-bottom: 0.75rem !important;
  }
  .hero-content .mb-4 {
    margin-bottom: 1.25rem !important;
  }
}
@media (min-width: 768px) {
  .hero-content .mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .hero-content .mb-3 {
    margin-bottom: 1rem !important;
  }
  .hero-content .mb-4 {
    margin-bottom: 1.5rem !important;
  }
}

.hero-content {
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Hero Images Section */
.hero-images-wrapper {
  width: 100%;
  margin-top: 2rem;
  overflow: visible;
  position: relative;
}

.hero-bg-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 460px;
  margin: 0 auto;
  background-image: url("../img/novo/banner_bg.png");
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: 108% auto;
}

.hero-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.hero-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 999px;
  padding: 0.6rem 1.3rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 0.95rem;
  color: #5d3fd3 !important;
  line-height: 1.2;
  white-space: nowrap;
  animation: float 3s ease-in-out infinite;
}

.hero-badge i {
  font-size: 1.1rem;
  color: #ffffff;
  background: #5d3fd3;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Badges roxos (novos) */
.hero-badge-purple {
  background: rgba(93, 63, 211, 0.7);
  border: none;
  color: #ffffff !important;
  box-shadow:
    0 8px 24px rgba(93, 63, 211, 0.35),
    0 4px 8px rgba(93, 63, 211, 0.2);
  border-radius: 10px;
  padding: 0.75rem 1.4rem;
  font-weight: 600;
  font-size: 0.9rem;
  gap: 0.5rem;
  animation: float 3s ease-in-out infinite;
}

/* Animação de flutuação */
@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* Ajustar animação para badges com posicionamento específico */
.hero-badge-audit-log {
  animation: float 3s ease-in-out infinite;
  animation-delay: 0s;
}

.hero-badge-top-right {
  animation: float 3.5s ease-in-out infinite;
  animation-delay: 0.5s;
}

.hero-badge-automacao {
  animation: float 3.2s ease-in-out infinite;
  animation-delay: 1s;
}

.hero-badge-templates {
  animation: float 3.3s ease-in-out infinite;
  animation-delay: 0.3s;
}

.hero-badge-usuarios {
  animation: float 3.4s ease-in-out infinite;
  animation-delay: 0.7s;
}

.hero-badge-top-center {
  animation: float-center 3.1s ease-in-out infinite;
  animation-delay: 0.2s;
}

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

.hero-badge-purple i {
  color: #ffffff;
  font-size: 1.15rem;
  flex-shrink: 0;
}

/* Posicionamento específico dos badges brancos (pill-shaped) */
.hero-badge-audit-log {
  top: 50%;
  left: 15%;
}

.hero-badge-top-right {
  top: 5%;
  right: 18%;
}

.hero-badge-automacao {
  top: 53%;
  right: 15%;
}

/* Posicionamento dos badges roxos (rounded rectangular) */
.hero-badge-top-center {
  top: -2%;
  left: 50%;
}

.hero-badge-templates {
  top: 18%;
  left: 18%;
}

.hero-badge-usuarios {
  top: 30%;
  right: 15%;
}

.hero-laptop-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  height: min(520px, 58vw);
  background-image: url("../img/novo/banner_principal.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}

/* Responsive adjustments for hero images */
@media (max-width: 991.98px) {
  .hero-container {
    padding-top: 3rem;
  }

  .hero-images-wrapper {
    margin-top: 0;
  }

  .hero-bg-wrapper {
    min-height: 360px;
    background-size: 150% auto;
    background-position: center 20%;
  }

  .hero-badge-audit-log {
    top: 15%;
    left: 15%;
  }

  .hero-badge-top-right {
    top: 8%;
    right: 15%;
  }

  .hero-badge-automacao {
    top: 23%;
    right: 15%;
  }

  .hero-badge-top-center {
    top: 4%;
  }

  .hero-badge-templates {
    top: 11%;
    left: 15%;
  }

  .hero-badge-usuarios {
    top: 13%;
    right: 15%;
  }

  .hero-badge {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
  }

  .hero-badge-purple {
    box-shadow: 0 14px 28px rgba(93, 63, 211, 0.25);
  }

  .hero-laptop-wrapper {
    height: min(460px, 68vw);
  }
}

@media (max-width: 767.98px) {
  .hero-container {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }

  .hero-images-wrapper {
    display: none !important; /* Oculto no mobile - UX ruim */
    margin-top: 0;
  }

  .hero-bg-wrapper {
    min-height: auto;
    background-size: 180% auto;
    background-position: center 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* Badges lado a lado em grid compacto no mobile */
  .hero-badges {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 1rem auto 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 0 1rem;
    order: 2;
  }

  .hero-badge {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    text-align: center;
    animation: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    overflow: hidden;
  }

  .hero-badge i {
    width: 1.2rem;
    height: 1.2rem;
    font-size: 0.85rem;
    flex-shrink: 0;
  }

  .hero-badge span {
    font-size: 0.75rem;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-badge-purple {
    box-shadow: 0 2px 8px rgba(93, 63, 211, 0.2);
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    animation: none;
    border-radius: 8px;
  }

  .hero-badge-purple i {
    font-size: 0.85rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  .hero-badge-purple span {
    font-size: 0.75rem;
  }

  /* Resetar posicionamentos específicos */
  .hero-badge-audit-log,
  .hero-badge-top-right,
  .hero-badge-automacao,
  .hero-badge-top-center,
  .hero-badge-templates,
  .hero-badge-usuarios {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }

  .hero-laptop-wrapper {
    height: min(420px, 80vw);
    order: 1;
    position: relative;
    margin-bottom: 0.75rem;
  }
}

/* Mobile muito pequeno - otimização de hero badges */
@media (max-width: 575.98px) {
  .hero-bg-wrapper {
    min-height: auto;
    background-size: 200% auto;
    background-position: center 10%;
  }

  .hero-badges {
    margin-top: 0.75rem;
    gap: 0.4rem;
    padding: 0 0.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  /* Todos os badges aparecem - grid 2 colunas */
  .hero-badge-templates,
  .hero-badge-usuarios {
    display: flex;
  }

  .hero-badge {
    padding: 0.45rem 0.6rem;
    font-size: 0.75rem;
  }

  .hero-badge i {
    width: 1.1rem;
    height: 1.1rem;
    font-size: 0.8rem;
  }

  .hero-badge span {
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .hero-badge-purple {
    padding: 0.45rem 0.6rem;
    font-size: 0.75rem;
  }

  .hero-badge-purple i {
    font-size: 0.8rem;
    width: 1.1rem;
    height: 1.1rem;
  }

  .hero-badge-purple span {
    font-size: 0.7rem;
  }

  .hero-laptop-wrapper {
    height: min(380px, 85vw);
    margin-bottom: 0.5rem;
  }
}

/* Extra narrow (320-360px) - Samsung/Android mais comum */
@media (max-width: 360px) {
  .hero-badge span {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    font-size: 0.65rem;
  }

  .hero-badge,
  .hero-badge-purple {
    padding: 0.4rem 0.5rem;
    font-size: 0.7rem;
  }

  .hero-content h1.hero-title,
  h1.hero-title {
    font-size: 1.125rem !important;
    padding: 0 0.5rem;
  }

  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    font-size: 0.875rem !important;
    padding: 0 0.5rem;
  }

  .hero-description {
    font-size: 0.75rem;
    padding: 0 0.5rem;
  }

  .hero-content .hero-cta-benefits {
    font-size: 0.6875rem;
    padding: 0 0.5rem;
  }

  #home .container,
  .hero-container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .features-banner .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .app-nav .site-brand img {
    max-width: 120px;
    height: auto;
  }

  .app-nav .btn-gradient {
    font-size: 0.8rem !important;
    padding: 0.5rem 0.75rem !important;
  }

  .feature-title {
    font-size: 0.75rem;
  }

  .feature-description {
    font-size: 0.65rem;
  }
}

/* 361-414px - iPhone 11/12/14/15 e Android médio */
@media (min-width: 361px) and (max-width: 414px) {
  .hero-content h1.hero-title,
  h1.hero-title {
    font-size: 1.5rem !important;
  }

  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    font-size: 1rem !important;
  }
}

/* ============================================
   MOBILE-FIRST RESPONSIVE IMPROVEMENTS
   ============================================ */

/* Navbar - Sticky with high z-index */
.app-nav {
  z-index: 1200 !important;
  position: sticky !important;
  top: 0;
  background-color: #ffffff !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* Navbar Mobile Improvements */
@media (max-width: 899.98px) {
  .navbar-links {
    display: none !important;
  }

  .navbar-login-text {
    display: none;
  }

  .navbar-login-btn {
    padding: 8px 12px !important;
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .navbar-login-btn i {
    margin: 0 !important;
  }

  /* Ensure navbar buttons have proper touch targets */
  .navbar .btn {
    min-height: 48px;
    min-width: 48px;
  }
}

/* Hero Container - Better spacing on mobile */
.hero-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Hero Layout - Mobile First (xs, sm) */
@media (max-width: 899.98px) {
  .hero-row {
    flex-direction: column-reverse;
  }

  .hero-text-wrapper {
    order: 1;
  }

  .hero-image-wrapper {
    order: 2;
    margin-top: 0 !important;
  }

  /* Typography - Mobile Optimized (Max 768px) */
  .hero-content h1.hero-title,
  h1.hero-title {
    font-size: 1.5rem !important; /* 24px - Base mobile */
    line-height: 1.3 !important;
    padding: 0 1rem !important;
    margin-bottom: 0.75rem !important;
    word-spacing: 0.02em;
    display: block;
  }

  .hero-content h1.hero-title .gradient-text {
    font-weight: 700;
    display: inline;
  }

  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    padding: 0 1rem !important;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  /* CTA Button - Mobile-First */
  .hero-cta-button {
    width: 100% !important;
    min-height: 48px;
    padding: 12px 16px !important;
    font-size: 0.85rem;
    white-space: normal;
    word-wrap: break-word;
  }

  .hero-cta-button i {
    margin-right: 0.4rem;
    font-size: 0.9rem;
  }

  /* Google Button - Mobile-First */
  .hero-cta-google {
    width: 100% !important;
    min-height: 48px;
    padding: 12px 16px !important;
    font-size: 0.85rem;
    white-space: normal;
  }

  .hero-cta-google svg {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
  }

  .hero-cta-primary .d-flex {
    width: 100%;
  }

  /* CTA Primary - Mobile adjustments */
  .hero-cta-primary {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }

  .hero-cta-benefits {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 0.5rem;
  }

  .cta-benefit-item {
    font-size: 0.7rem;
    padding: 0.4rem 0.6rem;
    min-height: 32px;
    flex: 1 1 auto;
    min-width: calc(50% - 0.4rem);
    text-align: center;
    white-space: nowrap;
    gap: 0.3rem;
  }

  .cta-benefit-item i {
    font-size: 0.8rem;
    margin-right: 0.25rem;
  }

  /* Benefits text below */
  .hero-cta-benefits p {
    font-size: 0.7rem;
    line-height: 1.4;
    padding: 0 0.5rem;
    margin-top: 0.5rem;
  }

  .hero-cta-benefits p strong {
    font-size: 0.75rem;
  }

  /* Hide badges on mobile for cleaner visual */
  .hero-badges {
    display: none !important;
  }

  /* Image adjustments */
  .hero-images-wrapper {
    margin-top: 2rem !important;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .hero-bg-wrapper {
    min-height: auto;
    background-size: cover;
    background-position: center;
    max-width: 100%;
    overflow: hidden;
  }

  .hero-laptop-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 280px;
    background-size: contain !important;
    background-position: center bottom !important;
    overflow: hidden;
  }

  /* Ensure no horizontal overflow */
  .hero-bg-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }

  /* Container adjustments for mobile */
  .hero-container {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 1rem;
  }

  .hero-content {
    padding: 0 0.5rem;
  }

  .hero-copy {
    padding: 0 8px;
  }

  /* Reduce spacing in mobile */
  .hero-title {
    margin-bottom: 0.75rem !important;
  }

  .hero-cta-primary {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .hero-cta-benefits {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .hero-cta-benefits .d-flex {
    margin-bottom: 0.5rem !important;
  }

  /* Proof Social adjustments */
  .hero-proof-social {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
  }

  .hero-proof-social .d-flex {
    flex-direction: column;
    gap: 0.75rem !important;
    align-items: center;
  }

  .proof-item {
    font-size: 0.85rem;
    text-align: center;
    padding: 0.4rem 0.75rem;
  }

  .proof-item-legal {
    padding: 0.6rem 0.9rem;
    width: 100%;
    max-width: 100%;
  }
}

/* Extra Small Mobile - Dispositivos (361px - 374px), 320-360px usa o bloco acima */
@media (min-width: 361px) and (max-width: 374.98px) {
  .hero-title,
  h1.hero-title,
  h1.display-3.hero-title,
  h1.display-3.fw-bold.hero-title,
  h1.fw-bold.hero-title.display-3,
  h1.fw-bold.display-3.hero-title,
  .hero-title.display-3,
  .hero-title.display-3.fw-bold,
  .hero-content .hero-title,
  .hero-content h1.hero-title,
  .hero-content h1.display-3.hero-title,
  .hero-content h1.fw-bold.hero-title.display-3,
  .hero-content h1 {
    font-size: 1.375rem !important; /* 22px - Compacto mas legível */
    line-height: 1.35 !important;
    padding: 0 0.75rem !important;
    gap: 0.2rem !important;
    margin-bottom: 0.75rem !important;
  }

  .hero-title-line-1,
  .hero-title-line-2,
  .hero-title-line-3 {
    line-height: 1.35 !important;
    letter-spacing: -0.01em;
  }

  .hero-title-line-2 {
    font-size: 1em;
    margin-top: 0.2rem;
  }

  .hero-title-line-2 .gradient-text {
    font-size: 1em !important; /* Mesmo tamanho em telas pequenas */
    font-weight: 700;
  }

  .hero-title-text-normal {
    white-space: normal;
    font-size: 1em;
  }

  .hero-title-line-3 {
    font-size: 0.92em; /* Ligeiramente menor */
    margin-top: 0.2rem;
  }
}

/* Small Mobile - Dispositivos pequenos (375px - 480px) */
@media (min-width: 375px) and (max-width: 480px) {
  .hero-title,
  h1.hero-title,
  h1.display-3.hero-title,
  h1.display-3.fw-bold.hero-title,
  h1.fw-bold.hero-title.display-3,
  h1.fw-bold.display-3.hero-title,
  .hero-title.display-3,
  .hero-title.display-3.fw-bold,
  .hero-content .hero-title,
  .hero-content h1.hero-title,
  .hero-content h1.display-3.hero-title,
  .hero-content h1.fw-bold.hero-title.display-3,
  .hero-content h1 {
    font-size: 1.5rem !important; /* 24px - Base mobile otimizado */
    line-height: 1.3 !important;
    padding: 0 1rem !important;
    gap: 0.25rem !important;
    margin-bottom: 0.875rem !important;
  }

  .hero-content h1.hero-title,
  h1.hero-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    letter-spacing: -0.01em;
    margin-bottom: 0.75rem !important;
  }

  .hero-content h1.hero-title .gradient-text {
    font-weight: 700;
    display: inline;
  }

  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.6rem;
  }

  .hero-cta-button {
    font-size: 0.8rem;
    padding: 12px 14px !important;
    min-height: 44px;
  }

  .hero-cta-google {
    font-size: 0.8rem;
    padding: 10px 14px !important;
    min-height: 44px;
  }

  .hero-cta-google svg {
    width: 14px;
    height: 14px;
  }

  .hero-cta-button i {
    font-size: 0.85rem;
  }

  .cta-benefit-item {
    font-size: 0.625rem;
    padding: 0.3rem 0.45rem;
    min-width: 100%;
    margin-bottom: 0.3rem;
    min-height: 26px;
  }

  .cta-benefit-item i {
    font-size: 0.7rem;
  }

  .hero-cta-benefits p {
    font-size: 0.625rem;
    line-height: 1.35;
    margin-top: 0.35rem;
  }

  .hero-cta-benefits p strong {
    font-size: 0.675rem;
  }

  .hero-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
  }

  .hero-content {
    padding: 0 0.5rem;
  }

  .hero-cta-primary {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .hero-cta-benefits {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .hero-cta-benefits .d-flex {
    margin-bottom: 0.4rem !important;
    gap: 0.3rem !important;
  }
}

/* Small Tablet - 481px to 575px */
@media (min-width: 481px) and (max-width: 575.98px) {
  .hero-content h1.hero-title,
  h1.hero-title {
    font-size: 1.75rem !important; /* 28px - Transição suave */
    line-height: 1.3 !important;
    padding: 0 1.25rem;
    margin-bottom: 0.875rem;
  }

  .hero-content h1.hero-title .gradient-text {
    font-weight: 700;
    display: inline;
  }

  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
    padding: 0 1.25rem;
  }
}

/* Tablet (md) - 900px to 1199px */
@media (min-width: 900px) and (max-width: 1199.98px) {
  .hero-content h1.hero-title,
  h1.hero-title {
    font-size: 2.25rem !important;
    line-height: 1.3;
    margin-bottom: 1.125rem;
  }

  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    font-size: 1.375rem !important;
    line-height: 1.6;
  }

  .hero-cta-button {
    width: auto;
    min-height: 48px;
    font-size: 0.95rem;
  }

  .cta-benefit-item {
    font-size: 0.85rem;
  }

  /* Show some badges on tablet */
  .hero-badges {
    display: block;
  }

  .hero-badge {
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}

/* Desktop (lg+) - 1200px and above */
@media (min-width: 1200px) {
  .hero-content h1.hero-title,
  h1.hero-title {
    font-size: 3.25rem !important;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }

  .hero-content h2.hero-subtitle,
  h2.hero-subtitle {
    font-size: 1.625rem !important;
    line-height: 1.6;
  }

  .hero-cta-button {
    width: auto;
    font-size: 1.1rem;
  }

  .cta-benefit-item {
    font-size: 0.95rem;
  }

  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 3.5rem;
  }

  .hero-cta-primary {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }

  .hero-cta-benefits {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .hero-proof-social {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}

/* Legacy responsive adjustments for hero - keeping for compatibility */
@media (max-width: 991.98px) {
  .proof-item {
    font-size: 0.85rem;
  }
}

@media (max-width: 767.98px) {
  .comparison-cta,
  .steps-cta,
  .comparison-table-cta,
  .testimonials-cta {
    margin-top: 2rem;
  }
}
.icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-img {
  width: 40px;
}
.admin-icon {
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-sm {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* CTA Papelada Section - Fundo escuro acima do footer */
.cta-papelada-section {
  background: #0f0f1a;
  padding: 3rem 0;
}

.cta-papelada-content {
  max-width: 720px;
  margin: 0 auto;
}

.cta-papelada-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 0.75rem;
}

.cta-papelada-highlight {
  color: #a78bfa;
  font-weight: 700;
}

.cta-papelada-subtitle {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.cta-papelada-subtitle strong {
  color: #ffffff;
  font-weight: 700;
}

.cta-papelada-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.cta-papelada-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.cta-papelada-badge i {
  font-size: 1rem;
  color: #a78bfa;
}

.cta-papelada-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cta-papelada-btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
}

.cta-papelada-btn-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cta-papelada-btn-secondary:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.7);
}

.cta-papelada-disclaimer {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

@media (max-width: 575.98px) {
  .cta-papelada-section {
    padding: 2.5rem 0;
  }

  .cta-papelada-title {
    font-size: 1.5rem;
  }

  .cta-papelada-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-papelada-btn-primary,
  .cta-papelada-btn-secondary {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .cta-papelada-section {
    padding: 4rem 0;
  }

  .cta-papelada-title {
    font-size: 2.25rem;
  }

  .cta-papelada-subtitle {
    font-size: 1.125rem;
  }
}

/* Footer Styles - Light theme conforme imagem */
.footer {
  background-color: #f1f5f9 !important;
  color: #1e293b !important;
  display: block !important;
  visibility: visible !important;
}

.footer-main {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}

.footer-brand {
  margin-bottom: 0.75rem;
}

.footer-brand-icon {
  width: 12px;
  height: 12px;
  background: #5d3fd3;
  flex-shrink: 0;
}

.footer-brand-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-brand-name:hover {
  color: #5d3fd3 !important;
}

.footer-description {
  font-size: 0.9375rem;
  color: #475569;
  line-height: 1.5;
  margin: 0;
}

.footer-col-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e293b !important;
  margin-bottom: 0.75rem;
}

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

.footer-links a {
  font-size: 0.9375rem;
  color: #475569 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #5d3fd3 !important;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.footer-contact-icon {
  font-size: 1rem;
  color: #1e293b;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.footer-contact a {
  font-size: 0.9375rem;
  color: #475569 !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contact a:hover {
  color: #5d3fd3 !important;
}

.footer-copyright {
  padding: 1.25rem 0;
  border-top: 1px solid #e2e8f0;
}

.footer-copyright-text {
  font-size: 0.875rem;
  color: #64748b;
  text-align: center;
  margin: 0;
}

/* Legal pages */
.legal-page {
  background: #fff;
  min-height: 100vh;
  color: #1e293b;
}

.legal-header {
  padding: 1rem 0;
  border-bottom: 1px solid #e2e8f0;
  background: #fff;
}

.legal-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.legal-header-logo img {
  height: 36px;
  width: auto;
}

.legal-back-link {
  font-size: 0.9375rem;
  color: #475569;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  min-height: 44px;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}

.legal-back-link:hover {
  color: #5d3fd3;
}

.legal-hero {
  padding: 2rem 0 1rem;
  border-bottom: 1px solid #f1f5f9;
}

.legal-hero h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.legal-hero p {
  font-size: 0.9375rem;
  color: #475569;
  margin: 0;
  max-width: 720px;
}

.legal-updated {
  font-size: 0.875rem;
  color: #64748b;
  margin-top: 0.5rem;
}

.legal-body {
  padding: 2rem 0 3rem;
}

.legal-content {
  max-width: 720px;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #475569;
}

.legal-content h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content h3 {
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.legal-content p {
  margin-bottom: 0.75rem;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.25rem;
  margin-bottom: 0.75rem;
}

.legal-content li {
  margin-bottom: 0.35rem;
}

.legal-content a {
  color: #5d3fd3;
  text-decoration: none;
}

.legal-content a:hover {
  text-decoration: underline;
}

.legal-content table {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse;
  margin: 1rem 0;
}

.legal-content th,
.legal-content td {
  border: 1px solid #e2e8f0;
  padding: 0.5rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.legal-content th {
  background: #f8fafc;
  font-weight: 600;
  color: #1e293b;
}

.legal-company-block {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
  font-size: 0.9375rem;
  color: #475569;
}

.legal-company-block strong {
  color: #1e293b;
}

.legal-footer {
  background: #f1f5f9;
  padding: 1.25rem 0;
  border-top: 1px solid #e2e8f0;
}

.legal-footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #64748b;
}

.legal-footer-inner a {
  color: #475569;
  text-decoration: none;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.legal-footer-inner a:hover {
  color: #5d3fd3;
}

@media (min-width: 768px) {
  .legal-hero h1 {
    font-size: 2.25rem;
  }

  .legal-hero {
    padding: 3rem 0 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .legal-content {
    padding: 0;
  }

  .legal-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Cookie consent banner (LGPD) */
.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1300;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.12);
  transform: translateY(110%);
  transition: transform 0.3s ease;
  padding: 1rem 0 calc(1rem + env(safe-area-inset-bottom, 0px));
}

.cookie-consent-banner.is-visible {
  transform: translateY(0);
}

.cookie-consent-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.cookie-consent-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.35rem;
}

.cookie-consent-text {
  font-size: 0.875rem;
  color: #475569;
  margin: 0;
  line-height: 1.5;
}

.cookie-consent-text a {
  color: #5d3fd3;
  text-decoration: none;
}

.cookie-consent-text a:hover {
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cookie-consent-btn {
  min-height: 44px;
  width: 100%;
}

.cookie-consent-preferences {
  border-top: 1px solid #f1f5f9;
  padding-top: 1rem;
}

.cookie-consent-pref-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid #f1f5f9;
}

.cookie-consent-pref-item strong {
  display: block;
  font-size: 0.875rem;
  color: #1e293b;
}

.cookie-consent-pref-item span {
  display: block;
  font-size: 0.8125rem;
  color: #64748b;
  margin-top: 0.15rem;
}

.cookie-consent-pref-item input[type="checkbox"] {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  flex-shrink: 0;
}

.cookie-consent-pref-actions {
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .cookie-consent-inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  .cookie-consent-main {
    flex: 1;
    max-width: 720px;
  }

  .cookie-consent-actions {
    flex-direction: row;
    flex-shrink: 0;
    align-items: center;
  }

  .cookie-consent-btn {
    width: auto;
    min-width: 9rem;
  }
}

.form-check-label a {
  color: #5d3fd3;
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}

/* Navbar - Enhanced Styles */
.app-nav {
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  z-index: 1200 !important;
  position: sticky !important;
  top: 0;
}

.app-nav a.nav-link.py-4 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: none;
}

.app-nav .navbar-nav .nav-link {
  position: relative;
}

.app-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #5d3fd3 0%, #ad46ff 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}

.app-nav .navbar-nav .nav-link:hover {
  color: #5d3fd3;
  transform: translateY(-1px);
}

.app-nav .navbar-nav .nav-link:hover::after {
  transform: translateX(-50%) scaleX(1);
  width: 80%;
}

.app-nav .navbar-nav .nav-link.active {
  color: #5d3fd3;
  font-weight: 700;
}

.app-nav .navbar-nav .nav-link.active::after {
  transform: translateX(-50%) scaleX(1);
  width: 80%;
}

.app-nav .navbar-nav {
  gap: 0.5rem;
}

.app-nav .navbar-toggler {
  color: #1a1a1a;
  border: none;
  padding: 0.5rem;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.app-nav .navbar-toggler:hover {
  color: #5d3fd3;
  transform: scale(1.1);
}

.app-nav .navbar-toggler:focus {
  box-shadow: none;
}
.osahan-header-logo .logo {
  height: 30px;
}
.navbar-nav .dropdown-menu {
  box-shadow: 0px 24px 21px rgb(0 0 0 / 11%) !important;
}
.dropdown:hover > .dropdown-menu {
  display: block;
  animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@keyframes dropdown-show {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.dropdown-menu:hover .dropdown-item {
  opacity: 0.6;
}
.dropdown-menu .dropdown-item:hover {
  opacity: unset;
  font-weight: 500;
}
.dropdown-item {
  transition: all 0.2s ease-in-out;
  padding-right: 40px;
}
.dropdown-item:hover {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.dropdown-item:after {
  content: "\ea6c";
  font-family: remixicon !important;
  font-style: normal;
  position: absolute;
  right: 0;
  font-size: 14px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown-item:hover:after {
  opacity: unset;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.dropdown-item {
  position: relative;
}

/* Back To Top */
#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1) !important;
  background-color: #fff;
  color: #2d2a3e;
  width: 50px;
  border-radius: 100px;
  cursor: pointer;
  height: 50px;
  border: 3px solid #ebebeb;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
#back-to-top:hover {
  box-shadow: 0 10px 40px 0 rgba(47, 47, 47, 0.1) !important;
  background-color: #2d2a3e;
  color: #ffffff;
}

/* Mobile Sidebar */
#sidebar .offcanvas-header .link-light {
  color: #000 !important;
}
#sidebar .offcanvas-body .nav-item .nav-link {
  text-align: center;
  padding: 15px 20px !important;
}
#sidebar .offcanvas-body .nav-item.dropdown {
  position: unset !important;
}
#sidebar .offcanvas-body .dropdown-menu {
  position: relative !important;
  transform: unset !important;
  box-shadow: none !important;
}
#sidebar .offcanvas-body .dropdown-menu .dropdown-mega-content .col-lg-3 {
  border: none !important;
  padding: 15px 15px !important;
  text-align: center;
}

/* Page Loading */
.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s 0.2s ease-in-out;
  transition: all 0.4s 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}
[data-bs-theme="dark"] .page-loading {
  background-color: #121519;
}
.page-loading.active {
  opacity: 1;
  visibility: visible;
}
.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.page-loading.active > .page-loading-inner {
  opacity: 1;
}
.page-loading-inner > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #6f788b;
}
[data-bs-theme="dark"] .page-loading-inner > span {
  color: #fff;
  opacity: 0.6;
}
.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 0.75rem;
  vertical-align: text-bottom;
  background-color: #d7dde2;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner 0.75s linear infinite;
  animation: spinner 0.75s linear infinite;
}
[data-bs-theme="dark"] .page-spinner {
  background-color: rgba(255, 255, 255, 0.25);
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Pricing Cards */
.pricing-card {
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  overflow: hidden;
}

.pricing-icon {
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
}

/* Document Selector */
.document-selector {
  margin-bottom: 1rem;
}

.doc-option {
  border: 2px solid #e0e0e0;
  background: linear-gradient(135deg, #f8f9ff 0%, #f0f2ff 100%);
  color: #495057;
  font-size: 0.8rem;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 70px;
  padding: 0.5rem 1rem !important;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 2px 8px rgba(93, 63, 211, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.doc-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(93, 63, 211, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.doc-option:hover::before {
  left: 100%;
}

.doc-option:hover {
  border-color: #5d3fd3;
  color: #5d3fd3;
  background: linear-gradient(135deg, #f0f2ff 0%, #e8ebff 100%);
  transform: translateY(-2px) scale(1.05);
  box-shadow:
    0 4px 16px rgba(93, 63, 211, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.doc-option:active {
  transform: translateY(0) scale(0.98);
}

.doc-option.active {
  background: linear-gradient(135deg, #4a2fa8 0%, #5d3fd3 100%);
  border-color: #4a2fa8;
  color: #fff;
  box-shadow:
    0 4px 16px rgba(93, 63, 211, 0.3),
    0 0 0 3px rgba(93, 63, 211, 0.08);
  transform: translateY(-2px) scale(1.05);
  font-weight: 700;
  opacity: 0.95;
}

.pricing-card-featured .doc-option {
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.15) 100%
  );
  color: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.pricing-card-featured .doc-option:hover {
  border-color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.25) 100%
  );
  color: #fff;
  transform: translateY(-2px) scale(1.05);
  box-shadow:
    0 4px 16px rgba(255, 255, 255, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.pricing-card-featured .doc-option.active {
  background: linear-gradient(135deg, #f0f0f0 0%, #e8e8e8 100%);
  border-color: #fff;
  color: #4a2fa8;
  box-shadow:
    0 4px 16px rgba(255, 255, 255, 0.3),
    0 0 0 3px rgba(255, 255, 255, 0.15);
  transform: translateY(-2px) scale(1.05);
  font-weight: 700;
  opacity: 0.95;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(93, 63, 211, 0.15) !important;
  border-color: rgba(93, 63, 211, 0.2);
}

.pricing-card-featured {
  border: 2px solid #5d3fd3;
  transform: scale(1.05);
}

.pricing-card-featured:hover {
  transform: scale(1.08) translateY(-8px);
  box-shadow: 0 25px 70px rgba(93, 63, 211, 0.25) !important;
}

.pricing-badge {
  z-index: 10;
  top: -12px !important;
}

.pricing-badge .badge {
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.4);
}

.pricing-card-header {
  position: relative;
}

.pricing-price {
  line-height: 1.2;
}

.pricing-features {
  max-height: 350px;
  overflow-y: auto;
  padding-right: 0;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.pricing-features::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
  width: 0;
  height: 0;
}

.pricing-features li {
  transition: all 0.2s ease;
}

.pricing-features li:hover {
  transform: translateX(4px);
}

.pricing-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.pricing-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition:
    width 0.6s,
    height 0.6s;
}

.pricing-btn:hover::before {
  width: 300px;
  height: 300px;
}

.pricing-card-featured .pricing-btn {
  position: relative;
  z-index: 1;
}

.pricing-card-featured .pricing-btn:hover {
  background: #f8f9fa !important;
  color: #5d3fd3 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .pricing-card-featured {
    transform: scale(1);
    margin-top: 2rem;
  }

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

  .pricing-card {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .pricing-card {
    margin-bottom: 1.5rem;
  }

  .pricing-price .display-4 {
    font-size: 2.5rem;
  }

  .pricing-features {
    max-height: 300px;
  }
}

@media (max-width: 575.98px) {
  .pricing-card {
    padding: 1.5rem !important;
    margin-bottom: 1.5rem;
  }

  .pricing-card-header {
    margin-bottom: 1.5rem;
  }

  .pricing-price .display-4 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .pricing-badge {
    top: -8px !important;
  }

  .pricing-badge .badge {
    font-size: 0.7rem;
    padding: 0.4rem 0.75rem !important;
  }

  .document-selector {
    margin-bottom: 1.5rem;
  }

  .doc-option {
    min-width: 60px;
    min-height: 44px;
    font-size: 0.85rem;
    padding: 0.5rem 0.875rem !important;
  }

  .pricing-features {
    max-height: none;
    margin-bottom: 1.5rem;
  }

  .pricing-features li {
    margin-bottom: 0.875rem;
    font-size: 0.9rem;
  }

  .pricing-features .small {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .pricing-btn {
    min-height: 48px;
    font-size: 0.95rem;
    padding: 0.75rem 1.5rem !important;
  }
}

/* WhatsApp Float Button */
.whatsapp-float-btn {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1199;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.whatsapp-float-btn:hover {
  background-color: #1ebe57;
  color: #fff;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
  transform: translateY(-2px);
  text-decoration: none;
}

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

.whatsapp-float-btn i {
  font-size: 20px;
}

/* Responsive WhatsApp Button - Mobile First */
@media (max-width: 899.98px) {
  .whatsapp-float-btn {
    bottom: 80px; /* Above footer CTA */
    right: 16px;
    padding: 12px;
    border-radius: 50%;
    width: 56px; /* Larger touch target */
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.5);
  }

  .whatsapp-float-btn i {
    font-size: 24px;
    margin: 0 !important;
  }

  .whatsapp-float-btn span {
    display: none;
  }
}

/* Extra small devices - adjust position */
@media (max-width: 575.98px) {
  .whatsapp-float-btn {
    bottom: 70px;
    right: 12px;
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
  }

  .whatsapp-float-btn i {
    font-size: 22px;
  }
}

/* Section Backgrounds - Alternating for visual separation */
#home {
  background: #ffffff;
}

.features-banner {
  background: linear-gradient(135deg, #4a2fa8 0%, #5d3fd3 50%, #ad46ff 100%);
  padding: 1rem 0;
  width: 100%;
}

.hero-cta-section {
  background: #f8f9fa;
}

.comparison-section {
  background: #ffffff;
}

/* ============================================
   AI-Powered Feature Section - Mobile First
   ============================================ */
.ai-feature-section {
  background: #1a1a2e;
  padding: 2rem 0;
}

.ai-feature-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/* Badge */
.ai-feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(93, 63, 211, 0.25);
  border: 1px solid rgba(147, 51, 234, 0.3);
  border-radius: 999px;
  margin-bottom: 1rem;
}

.ai-feature-badge i {
  font-size: 1rem;
  color: #a78bfa;
}

/* Headline */
.ai-feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 0.75rem;
  padding: 0 1rem;
}

.ai-feature-title .gradient-text {
  display: inline;
}

/* Subtitle */
.ai-feature-subtitle {
  font-size: 0.9375rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0 0 1.5rem;
  padding: 0 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ai-feature-highlight {
  color: #818cf8;
  font-weight: 600;
}

/* Cards Grid - Mobile: 1 col */
.ai-feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ai-feature-card {
  background: rgba(30, 41, 59, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.1);
  border-radius: 12px;
  padding: 1.25rem;
  text-align: left;
}

.ai-feature-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.ai-feature-card-icon i {
  font-size: 1.5rem;
  color: #e2e8f0;
}

.ai-feature-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.ai-feature-card-description {
  font-size: 0.8125rem;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0 0 0.75rem;
}

.ai-feature-badge-metric {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ffffff;
  border-radius: 6px;
}

.ai-feature-badge-green {
  background: #059669;
}

.ai-feature-badge-orange {
  background: #ea580c;
}

.ai-feature-badge-purple {
  background: linear-gradient(135deg, #5d3fd3 0%, #7c3aed 100%);
}

/* CTA Button */
.ai-feature-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(93, 63, 211, 0.4);
}

/* Tablet+ */
@media (min-width: 576px) {
  .ai-feature-section {
    padding: 2.5rem 0;
  }

  .ai-feature-badge {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }

  .ai-feature-title {
    font-size: 1.75rem;
  }

  .ai-feature-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .ai-feature-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    margin-bottom: 2rem;
  }

  .ai-feature-card {
    padding: 1.5rem;
  }

  .ai-feature-card-title {
    font-size: 1.0625rem;
  }

  .ai-feature-card-description {
    font-size: 0.875rem;
  }
}

/* Desktop */
@media (min-width: 992px) {
  .ai-feature-section {
    padding: 3.5rem 0;
  }

  .ai-feature-title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }

  .ai-feature-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }

  .ai-feature-cards {
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }

  .ai-feature-card {
    padding: 1.5rem 1.75rem;
  }

  .ai-feature-card-icon i {
    font-size: 1.75rem;
  }

  .ai-feature-card-title {
    font-size: 1.125rem;
  }

  .ai-feature-card-description {
    font-size: 0.9rem;
  }

  .ai-feature-cta {
    padding: 0.875rem 2rem;
    font-size: 1.0625rem;
  }
}

.steps-section {
  background: #f8f9fa;
}

.whatsapp-sign-section {
  background: #ffffff;
}

/* Comparison Table Section */
.comparison-table-section {
  background: #ffffff;
  padding: 3rem 0;
  position: relative;
}

.comparison-table-header {
  margin-bottom: 2.5rem;
}

.comparison-table-title {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem 0;
  line-height: 1.25;
}

.comparison-table-title-line1 {
  display: block;
  color: #5d3fd3;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.comparison-table-title-line2 {
  display: block;
  color: #1a1a1a;
  font-weight: 800;
}

.comparison-table-subtitle {
  font-size: 1rem;
  font-weight: 400;
  color: #4a5568;
  margin: 0;
  line-height: 1.5;
}

.comparison-table-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.comparison-table {
  width: 100%;
  min-width: 600px;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.comparison-table-row {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  border-bottom: 1px solid #e8e8e8;
  transition: background-color 0.2s ease;
}

.comparison-table-row:last-child {
  border-bottom: none;
}

.comparison-table-row:hover {
  background-color: #f8f9fa;
}

.comparison-table-row-price {
  background: linear-gradient(
    135deg,
    rgba(93, 63, 211, 0.05) 0%,
    rgba(173, 70, 255, 0.05) 100%
  );
  font-weight: 700;
}

.comparison-table-cell {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
}

.comparison-table-header-row {
  background: linear-gradient(135deg, #5d3fd3 0%, #ad46ff 100%);
  color: #ffffff;
  font-weight: 700;
  border-bottom: none;
}

.comparison-table-header-row:hover {
  background: linear-gradient(135deg, #5d3fd3 0%, #ad46ff 100%);
}

.comparison-table-header-row .comparison-table-cell {
  font-size: 1rem;
  padding: 1.5rem 1.5rem;
}

.comparison-table-feature {
  font-weight: 600;
  color: #2a2a2a;
}

.comparison-table-header-row .comparison-table-feature {
  color: #ffffff;
  font-weight: 700;
}

.comparison-table-assina {
  color: #1a1a1a;
}

.comparison-table-assina i {
  color: #5d3fd3;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.comparison-table-competitor {
  color: #4a5568;
}

.comparison-table-competitor i {
  font-size: 1.2rem;
  flex-shrink: 0;
}

.comparison-table-competitor i.ri-close-circle-fill {
  color: #e74c3c;
}

.comparison-table-competitor i.ri-alert-line {
  color: #f59e0b;
}

.comparison-table-competitor i.ri-money-dollar-circle-fill {
  color: #6b7280;
}

.comparison-table-header-row .comparison-table-assina,
.comparison-table-header-row .comparison-table-competitor {
  color: #ffffff;
  justify-content: center;
  text-align: center;
}

/* Responsive adjustments for comparison table */
@media (max-width: 991.98px) {
  .comparison-table-section {
    padding: 2.5rem 0;
  }

  .comparison-table-title {
    font-size: 1.5rem;
  }

  .comparison-table-subtitle {
    font-size: 0.95rem;
  }

  .comparison-table-cell {
    padding: 1rem 1.25rem;
    font-size: 0.9rem;
  }

  .comparison-table-header-row .comparison-table-cell {
    padding: 1.25rem 1.25rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 767.98px) {
  .comparison-table-section {
    padding: 2rem 0;
  }

  .comparison-table-header {
    margin-bottom: 2rem;
  }

  .comparison-table-title {
    font-size: 1.3rem;
    padding: 0 1rem;
  }

  .comparison-table-subtitle {
    font-size: 0.9rem;
    padding: 0 1rem;
  }

  .comparison-table-wrapper {
    padding: 0 1rem;
  }

  .comparison-table {
    min-width: 500px;
    border-radius: 8px;
  }

  .comparison-table-cell {
    padding: 0.875rem 1rem;
    font-size: 0.85rem;
    gap: 0.6rem;
  }

  .comparison-table-header-row .comparison-table-cell {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .comparison-table-assina i,
  .comparison-table-competitor i {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .comparison-table-section {
    padding: 1.5rem 0;
  }

  .comparison-table-title {
    font-size: 1.15rem;
  }

  .comparison-table-subtitle {
    font-size: 0.85rem;
  }

  .comparison-table {
    min-width: 450px;
  }

  .comparison-table-cell {
    padding: 0.75rem 0.875rem;
    font-size: 0.8rem;
  }

  .comparison-table-header-row .comparison-table-cell {
    padding: 0.875rem;
    font-size: 0.85rem;
  }
}

/* Testimonials Section */
.testimonials-section {
  background: #f8f9fa;
  padding: 4rem 0;
  position: relative;
}

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

.testimonials-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.02em;
  margin: 0;
}

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

.testimonial-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #e8e8e8;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 32px rgba(93, 63, 211, 0.15);
  border-color: rgba(93, 63, 211, 0.2);
}

.testimonial-rating {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}

.testimonial-rating i {
  color: #fbbf24;
  font-size: 1.25rem;
}

.testimonial-content {
  flex: 1;
  margin-bottom: 1.5rem;
}

.testimonial-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #4a5568;
  margin: 0;
  font-style: italic;
  position: relative;
  padding-left: 1.5rem;
}

.testimonial-text::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -0.5rem;
  font-size: 3rem;
  color: #5d3fd3;
  opacity: 0.2;
  font-family: Georgia, serif;
  line-height: 1;
}

.testimonial-author {
  border-top: 1px solid #e8e8e8;
  padding-top: 1.25rem;
  margin-top: auto;
}

.testimonial-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.testimonial-author-name {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}

.testimonial-author-role {
  font-size: 0.9rem;
  font-weight: 500;
  color: #5d3fd3;
  margin: 0;
}

.testimonial-author-company {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0;
}

/* Responsive adjustments for testimonials */
@media (max-width: 991.98px) {
  .testimonials-section {
    padding: 3rem 0;
  }

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

  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .testimonial-card {
    padding: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .testimonials-section {
    padding: 2.5rem 0;
  }

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

  .testimonials-title {
    font-size: 1.5rem;
    padding: 0 1rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }

  .testimonial-card {
    padding: 1.5rem;
  }

  .testimonial-text {
    font-size: 0.95rem;
    padding-left: 1.25rem;
  }

  .testimonial-text::before {
    font-size: 2.5rem;
    top: -0.4rem;
  }

  .testimonial-rating i {
    font-size: 1.1rem;
  }
}

@media (max-width: 575.98px) {
  .testimonials-section {
    padding: 2rem 0;
  }

  .testimonials-title {
    font-size: 1.3rem;
  }

  .testimonial-card {
    padding: 1.25rem;
  }

  .testimonial-text {
    font-size: 0.9rem;
    padding-left: 1rem;
  }

  .testimonial-text::before {
    font-size: 2rem;
  }

  .testimonial-author-name {
    font-size: 0.95rem;
  }

  .testimonial-author-role {
    font-size: 0.85rem;
  }

  .testimonial-author-company {
    font-size: 0.8rem;
  }
}

.features-grid-section {
  background: linear-gradient(135deg, #4a2fa8 0%, #5d3fd3 50%, #ad46ff 100%);
}

#holerite-batch {
  background: #f8f9fa;
}

#pricing {
  background: #ffffff;
}

.bg-body-secondary {
  background: #f8f9fa !important;
}

.features-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.feature-item {
  flex: 1;
  min-width: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.35rem;
}

.feature-icon i {
  font-size: 1.2rem;
  color: #ffffff;
}

.feature-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.2rem;
  line-height: 1.25;
}

.feature-description {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0;
  opacity: 0.95;
  line-height: 1.3;
}

.feature-divider {
  width: 1px;
  height: 36px;
  background: rgba(255, 255, 255, 0.3);
  flex-shrink: 0;
}

/* Responsive adjustments for features banner (quebra dobra, compacto) */
@media (max-width: 991.98px) {
  .features-banner {
    padding: 0.85rem 0;
  }

  .features-banner-content {
    gap: 0.75rem;
  }

  .feature-item {
    min-width: 100px;
  }

  .feature-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.25rem;
  }

  .feature-icon i {
    font-size: 1.05rem;
  }

  .feature-title {
    font-size: 0.8rem;
  }

  .feature-description {
    font-size: 0.7rem;
  }

  .feature-divider {
    height: 32px;
  }
}

@media (max-width: 767.98px) {
  .features-banner {
    padding: 0.75rem 0;
  }

  .features-banner-content {
    flex-direction: column;
    gap: 0.6rem;
  }

  .feature-item {
    min-width: 100%;
    padding: 0 0.5rem;
  }

  .feature-icon {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: 0.25rem;
  }

  .feature-icon i {
    font-size: 1rem;
  }

  .feature-divider {
    width: 70%;
    height: 1px;
    margin: 0 auto;
  }

  .feature-title {
    font-size: 0.8rem;
    margin-bottom: 0.15rem;
  }

  .feature-description {
    font-size: 0.7rem;
  }
}

/* Hero CTA Section */
.hero-cta-section {
  background: #f8f9fa;
  padding: 2rem 0;
  border-radius: 0;
}

.hero-cta-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.hero-cta-image {
  flex-shrink: 0;
}

.hero-cta-circle {
  width: 200px;
  height: 200px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero-cta-icon {
  width: 85%;
  height: 85%;
  object-fit: contain;
}

.hero-cta-text {
  flex: 1;
  text-align: left;
}

.hero-cta-text .hero-cta-title,
.hero-cta-text .hero-cta-description {
  text-align: left;
}

.hero-cta-title {
  color: #5d3fd3;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.2;
  margin: 0 0 0.25rem 0;
  padding: 0;
  text-align: left;
}

.hero-cta-subtitle {
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}

.hero-cta-description {
  color: #4a4a4a;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/* Responsive adjustments for hero CTA section */
@media (max-width: 991.98px) {
  .hero-cta-section {
    padding: 1.75rem 0;
  }

  .hero-cta-content {
    gap: 1.75rem;
  }

  .hero-cta-circle {
    width: 180px;
    height: 180px;
  }

  .hero-cta-title {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }

  .hero-cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }

  .hero-cta-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  .hero-cta-section {
    padding: 1.5rem 0;
  }

  .hero-cta-content {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }

  .hero-cta-circle {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .hero-cta-text {
    text-align: center;
    padding: 0 1rem;
  }

  .hero-cta-title {
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
  }

  .hero-cta-subtitle {
    font-size: 1.05rem;
    margin-bottom: 0.75rem;
  }

  .hero-cta-description {
    font-size: 0.9rem;
  }
}

@media (max-width: 575.98px) {
  .hero-cta-section {
    padding: 1.25rem 0;
  }

  .hero-cta-circle {
    width: 140px;
    height: 140px;
  }

  .hero-cta-title {
    font-size: 1.25rem;
  }

  .hero-cta-subtitle {
    font-size: 1rem;
  }

  .hero-cta-description {
    font-size: 0.85rem;
  }
}

/* Comparison Section */
.comparison-section {
  background: #ffffff;
  padding: 2.5rem 0;
  position: relative;
}

.comparison-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.comparison-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #e8e8e8;
}

.comparison-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-color: #d0d0d0;
}

.comparison-card-problem {
  border-left: 3px solid #e74c3c;
}

.comparison-card-problem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #e74c3c, transparent);
  opacity: 0.1;
}

.comparison-card-solution {
  border-left: 3px solid #5d3fd3;
}

.comparison-card-solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, #5d3fd3, transparent);
  opacity: 0.1;
}

.comparison-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: #1a1a1a;
  letter-spacing: -0.01em;
  text-align: left;
}

.comparison-card-problem .comparison-title {
  color: #2c3e50;
}

.comparison-card-solution .comparison-title {
  color: #2c3e50;
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  padding: 0.75rem 0;
  color: #4a5568;
  transition: color 0.2s ease;
}

.comparison-list li:hover {
  color: #2d3748;
}

.comparison-list li:last-child {
  margin-bottom: 0;
}

.comparison-list i {
  font-size: 0.9rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.comparison-card-problem .comparison-list i {
  color: #ffffff;
  background: #e74c3c;
  font-size: 0.85rem;
}

.comparison-card-solution .comparison-list i {
  color: #ffffff;
  background: #5d3fd3;
  font-size: 0.85rem;
}

.comparison-list span {
  flex: 1;
  color: inherit;
  font-weight: 400;
}

/* Responsive adjustments for comparison section */
@media (max-width: 991.98px) {
  .comparison-section {
    padding: 2rem 0;
  }

  .comparison-content {
    gap: 1.25rem;
  }

  .comparison-card {
    padding: 1.5rem;
  }

  .comparison-title {
    font-size: 1.15rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .comparison-list li {
    font-size: 0.85rem;
    margin-bottom: 0.875rem;
    gap: 0.65rem;
    padding: 0.4rem 0;
  }

  .comparison-list i {
    width: 18px;
    height: 18px;
    font-size: 0.8rem;
  }
}

@media (max-width: 767.98px) {
  .comparison-section {
    padding: 2rem 0;
  }

  .comparison-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 0.5rem;
  }

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

  .comparison-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .comparison-list li {
    font-size: 0.85rem;
    margin-bottom: 0.875rem;
    gap: 0.65rem;
    padding: 0.4rem 0;
  }

  .comparison-list i {
    width: 18px;
    height: 18px;
    font-size: 0.8rem;
    flex-shrink: 0;
  }

  .comparison-list span {
    line-height: 1.5;
  }
}

/* Mobile muito pequeno - comparison */
@media (max-width: 575.98px) {
  .comparison-section {
    padding: 1.5rem 0;
  }

  .comparison-content {
    gap: 1.25rem;
    padding: 0;
  }

  .comparison-card {
    padding: 1.25rem 1rem;
  }

  .comparison-title {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }

  .comparison-list li {
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
    gap: 0.6rem;
    padding: 0.35rem 0;
  }

  .comparison-list i {
    width: 16px;
    height: 16px;
    font-size: 0.75rem;
  }

  .comparison-list li {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
    gap: 0.875rem;
  }

  .comparison-list i {
    width: 22px;
    height: 22px;
    font-size: 1rem;
  }
}

/* Features Exclusive Section - Carrossel + fundo roxo claro */
.features-exclusive-section {
  background: linear-gradient(180deg, #f5f0ff 0%, #ede8fc 100%);
  padding: 2rem 0;
}

.features-exclusive-header {
  margin-bottom: 1.5rem;
}

.features-exclusive-tag {
  display: inline-block;
  padding: 0.4rem 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #5d3fd3;
  background: rgba(93, 63, 211, 0.12);
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.features-exclusive-title {
  font-size: 1.375rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0;
  padding: 0 1rem;
}

/* Carrossel - 3 cards visíveis, navegação lateral */
.features-exclusive-carousel-wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.75rem;
}

.features-exclusive-swiper {
  overflow: hidden;
  padding: 0.5rem 0;
}

.features-exclusive-swiper .swiper-slide {
  height: auto;
}

.features-exclusive-swiper .swiper-slide .feature-exclusive-card {
  height: 100%;
  min-height: 220px;
}

.features-exclusive-prev,
.features-exclusive-next {
  color: #5d3fd3;
  background: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(93, 63, 211, 0.2);
}

.features-exclusive-prev::after,
.features-exclusive-next::after {
  font-size: 1.25rem;
  font-weight: 700;
}

.features-exclusive-prev:hover,
.features-exclusive-next:hover {
  background: #5d3fd3;
  color: #ffffff;
}

.features-exclusive-pagination {
  position: relative;
  margin-top: 1.25rem;
}

.features-exclusive-pagination .swiper-pagination-bullet {
  background: rgba(93, 63, 211, 0.3);
  opacity: 1;
}

.features-exclusive-pagination .swiper-pagination-bullet-active {
  background: #5d3fd3;
  transform: scale(1.2);
}

@media (max-width: 575.98px) {
  .features-exclusive-carousel-wrap {
    padding: 0 2.5rem;
  }

  .features-exclusive-prev,
  .features-exclusive-next {
    width: 36px;
    height: 36px;
  }

  .features-exclusive-prev::after,
  .features-exclusive-next::after {
    font-size: 1rem;
  }
}

.feature-exclusive-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease;
}

.feature-exclusive-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.feature-exclusive-icon {
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(93, 63, 211, 0.1);
  border-radius: 10px;
  margin-bottom: 0.75rem;
}

.feature-exclusive-icon i {
  font-size: 1.375rem;
  color: #5d3fd3;
}

.feature-exclusive-card-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.feature-exclusive-description {
  font-size: 0.8125rem;
  color: #4a5568;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 576px) {
  .features-exclusive-section {
    padding: 2.5rem 0;
  }

  .features-exclusive-title {
    font-size: 1.5rem;
  }

  .feature-exclusive-card-title {
    font-size: 1rem;
  }

  .feature-exclusive-description {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .features-exclusive-section {
    padding: 3rem 0;
  }

  .features-exclusive-header {
    margin-bottom: 2rem;
  }

  .features-exclusive-title {
    font-size: 1.75rem;
  }

  .feature-exclusive-card {
    padding: 1.5rem;
  }

  .feature-exclusive-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
  }

  .feature-exclusive-icon i {
    font-size: 1.5rem;
  }

  .feature-exclusive-card-title {
    font-size: 1.0625rem;
  }

  .feature-exclusive-description {
    font-size: 0.9rem;
  }
}

/* Steps Section */
.steps-section {
  background: #f8f9fa;
  padding: 3.5rem 0;
}

.steps-header {
  margin-bottom: 2.5rem;
  text-align: center;
}

.steps-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -0.02em;
}

.steps-number {
  color: #5d3fd3;
  font-size: 2.25rem;
  font-weight: 800;
}

.steps-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.steps-image {
  position: sticky;
  top: 2rem;
}

.steps-gif {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.steps-gif video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.steps-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.step-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-left: 3px solid #5d3fd3;
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.step-card:hover {
  transform: translateX(4px);
  box-shadow: 0 4px 16px rgba(93, 63, 211, 0.12);
  border-left-color: #ad46ff;
}

.step-number {
  width: 36px;
  height: 36px;
  background: #5d3fd3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.step-description {
  font-size: 0.875rem;
  color: #4a5568;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

/* Responsive adjustments for steps section */
@media (max-width: 991.98px) {
  .steps-section {
    padding: 3rem 0;
  }

  .steps-header {
    margin-bottom: 2.5rem;
  }

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

  .steps-number {
    font-size: 2rem;
  }

  .steps-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .steps-image {
    position: relative;
    top: 0;
  }

  .step-card {
    padding: 1.25rem;
  }

  .step-title {
    font-size: 1rem;
  }

  .step-description {
    font-size: 0.85rem;
  }
}

@media (max-width: 767.98px) {
  .steps-section {
    padding: 2.5rem 0;
  }

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

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

  .steps-number {
    font-size: 1.75rem;
  }

  .steps-content {
    gap: 2rem;
  }

  .step-card {
    padding: 1.25rem;
    gap: 1rem;
  }

  .step-number {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .step-title {
    font-size: 0.95rem;
    margin-bottom: 0.4rem;
  }

  .step-description {
    font-size: 0.8rem;
  }
}

/* Section scroll reveal - transição suave ao entrar na viewport */
body.scroll-reveal-ready section:not(.section-in-view) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

body.scroll-reveal-ready section.section-in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  body.scroll-reveal-ready section:not(.section-in-view),
  body.scroll-reveal-ready section.section-in-view {
    transform: none;
    transition-duration: 0.2s;
  }
}

/* Section Dividers */
.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(93, 63, 211, 0.08) 20%,
    rgba(93, 63, 211, 0.12) 50%,
    rgba(93, 63, 211, 0.08) 80%,
    transparent 100%
  );
  margin: 0;
  border: none;
  display: block;
}

/* Visual separators between sections */
.hero-cta-section,
.steps-section,
#holerite-batch {
  border-top: 1px solid rgba(93, 63, 211, 0.08);
  border-bottom: 1px solid rgba(93, 63, 211, 0.08);
}

.comparison-section,
.whatsapp-sign-section {
  position: relative;
}

.comparison-section::before,
.whatsapp-sign-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(93, 63, 211, 0.1) 50%,
    transparent 100%
  );
}

.comparison-section::after,
.whatsapp-sign-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(93, 63, 211, 0.1) 50%,
    transparent 100%
  );
}

/* Section spacing standardization */
section {
  position: relative;
}

/* Typography improvements */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.display-4 {
  line-height: 1.2;
  font-weight: 700;
  color: #1a1a1a;
}

/* Text alignment for section titles */
section h2,
section .display-4 {
  text-align: center;
}

.comparison-section h3 {
  text-align: left;
}

/* Improved text contrast */
.text-muted {
  color: #6c757d !important;
  line-height: 1.6;
}

p,
.lead {
  line-height: 1.6;
  color: #4a5568;
}

.lead {
  font-size: 1.1rem;
  font-weight: 400;
}

/* Planos: título em destaque e descrição em corpo (conforme layout) */
.pricing-intro-title {
  font-size: clamp(1.75rem, 5vw + 1.25rem, 2.75rem) !important;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.pricing-intro-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 42ch;
  margin-left: auto;
  margin-right: auto;
}

/* Better contrast for small text */
small,
.small {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6c757d;
}

/* Feature card text improvements */
.feature-card-description {
  color: #4a5568;
  line-height: 1.6;
}

.step-description {
  color: #4a5568;
  line-height: 1.6;
}

/* Improved CTA buttons */
.btn-primary,
.btn-gradient {
  box-shadow: 0 4px 14px rgba(93, 63, 211, 0.25);
  transition: all 0.3s ease;
  font-weight: 600;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover,
.btn-gradient:hover {
  box-shadow: 0 6px 20px rgba(93, 63, 211, 0.35);
  transform: translateY(-2px);
}

.btn-outline-primary {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

/* CTA emphasis in sections */
.hero-cta-section .btn,
.comparison-section .btn,
.steps-section .btn,
.whatsapp-sign-section .btn {
  min-height: 48px;
  padding: 12px 32px;
}

/* WhatsApp Sign Section - Idêntico à imagem */
.whatsapp-sign-section {
  background: #ffffff;
  padding: 2.5rem 0;
}

.whatsapp-sign-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}

.whatsapp-banner-wrapper {
  margin-bottom: 1.25rem;
}

.whatsapp-banner {
  display: inline-block;
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #4a2fa8;
  background: #e9e5ff;
  border-radius: 999px;
}

.whatsapp-header {
  margin-bottom: 1.25rem;
}

.whatsapp-title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.625rem;
  color: #1e293b;
}

.whatsapp-title-highlight {
  color: #5d3fd3;
  font-weight: 700;
  font-size: 1.1em;
}

.whatsapp-description {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.whatsapp-subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 1.5rem;
}

/* Timeline - Círculos com outline roxo, ícones brancos, badge roxo */
.whatsapp-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  margin-bottom: 1.5rem;
}

.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 auto;
}

.timeline-step-circle {
  width: 68px;
  height: 68px;
  border: 2px solid rgba(93, 63, 211, 0.5);
  border-radius: 50%;
  background: rgba(93, 63, 211, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.timeline-step-badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 24px;
  height: 24px;
  background: #5d3fd3;
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-step-icon i {
  font-size: 1.5rem;
  color: #ffffff !important;
}

.timeline-step-text {
  text-align: center;
  margin-top: 0.5rem;
}

.timeline-step-text strong {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.15rem;
}

.timeline-step-text span {
  font-size: 0.75rem;
  color: #64748b;
}

.timeline-connector {
  flex: 1;
  min-width: 20px;
  max-width: 44px;
  height: 2px;
  background: #cbd5e1;
  margin-top: 33px;
  align-self: flex-start;
}

/* Caixa verde - estatística WhatsApp */
.whatsapp-info-box {
  background: #dcfce7;
  color: #1e293b;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin-bottom: 1.5rem;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.whatsapp-info-box strong {
  color: #15803d;
  font-weight: 700;
}

/* CTA verde */
.whatsapp-cta-wrapper {
  margin-bottom: 1.25rem;
}

.whatsapp-cta-btn {
  background: #22c55e !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.875rem 1.75rem !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.35) !important;
}

.whatsapp-cta-btn:hover {
  background: #16a34a !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4) !important;
}

.whatsapp-disclaimer {
  font-size: 0.8125rem;
  color: #475569;
  margin: 0.75rem 0 0;
}

.whatsapp-disclaimer del {
  color: #dc2626;
}

.whatsapp-disclaimer strong {
  color: #16a34a;
  font-weight: 700;
}

/* Testimonial - Caixa lavanda com sombra */
.whatsapp-testimonial {
  background: #ececff;
  border-radius: 12px;
  padding: 1.5rem 1.75rem;
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 2px 12px rgba(93, 63, 211, 0.08);
}

.whatsapp-testimonial-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 0.75rem;
}

.whatsapp-testimonial-quote {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.5;
  margin: 0 0 1rem;
  font-style: normal;
}

.whatsapp-quote-highlight {
  color: #5d3fd3 !important;
  font-weight: 700;
}

.whatsapp-testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.whatsapp-testimonial-avatar {
  width: 40px;
  height: 40px;
  background: rgba(93, 63, 211, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-testimonial-avatar i {
  font-size: 1.25rem;
  color: #5d3fd3;
}

.whatsapp-testimonial-name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.whatsapp-testimonial-company {
  font-size: 0.8125rem;
  color: #64748b;
  margin: 0.15rem 0 0;
}

/* Responsive - WhatsApp: timeline vertical no mobile */
@media (max-width: 767.98px) {
  .whatsapp-timeline {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .timeline-connector {
    width: 2px;
    height: 20px;
    min-width: 2px;
    max-width: 2px;
    margin: 0 auto;
    align-self: center;
  }

  .timeline-step {
    flex-direction: row;
    width: 100%;
    max-width: 280px;
    align-items: flex-start;
    gap: 1rem;
  }

  .timeline-step-text {
    text-align: left;
    margin-top: 0.35rem;
  }
}

@media (min-width: 768px) {
  .whatsapp-title {
    font-size: 2rem;
  }

  .whatsapp-subtitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .whatsapp-sign-section {
    padding: 3rem 0;
  }

  .whatsapp-title {
    font-size: 2.25rem;
  }

  .timeline-connector {
    max-width: 64px;
  }
}

@media (max-width: 575.98px) {
  .whatsapp-sign-section {
    padding: 2rem 0;
  }

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

  .timeline-step-circle {
    width: 56px;
    height: 56px;
  }

  .timeline-step-badge {
    width: 20px;
    height: 20px;
    font-size: 0.6875rem;
  }

  .timeline-step-icon i {
    font-size: 1.25rem;
  }
}

/* Features Grid Section */
.features-grid-section {
  background: linear-gradient(135deg, #4a2fa8 0%, #5d3fd3 50%, #ad46ff 100%);
  padding: 2rem 0;
}

.features-grid-section .container {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Mobile First: 1 coluna */
.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

/* Holerite Batch Section */
#holerite-batch {
  background: #f8f9fa;
}

.features-header {
  max-width: 1200px;
  margin: 0 auto 2rem auto;
  padding: 0 1rem;
  text-align: center;
}

/* Features Intro Section (old - keeping for reference) */
.features-intro-section {
  background: linear-gradient(to bottom, #fafafa 0%, #f5f5f5 100%);
  padding: 5rem 0;
  position: relative;
}

.features-intro-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent 0%,
    rgba(93, 63, 211, 0.1) 50%,
    transparent 100%
  );
}

.features-intro-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.08),
    0 2px 8px rgba(0, 0, 0, 0.04);
  min-height: 400px;
  border: 1px solid rgba(93, 63, 211, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.features-intro-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.06);
}

.features-intro-content {
  padding: 3.5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.features-header .features-intro-tag {
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 50px;
  padding: 0.5rem 1.3rem;
  margin-bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.2),
    0 2px 8px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.features-header .features-intro-tag:hover {
  border-color: #ffffff;
  background: #ffffff;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.25),
    0 4px 12px rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
}

.features-header .features-intro-tag span {
  background: linear-gradient(135deg, #5d3fd3 0%, #7c5dd9 50%, #ad46ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-block;
}

.features-intro-tag {
  display: inline-block;
  border: 1px solid rgba(93, 63, 211, 0.25);
  border-radius: 50px;
  padding: 0.55rem 1.4rem;
  margin-bottom: 2.75rem;
  align-self: flex-start;
  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0.98) 100%
  );
  box-shadow: 0 2px 8px rgba(93, 63, 211, 0.08);
  transition: all 0.3s ease;
}

.features-intro-tag:hover {
  border-color: rgba(93, 63, 211, 0.4);
  box-shadow: 0 4px 12px rgba(93, 63, 211, 0.12);
}

.features-intro-tag span {
  background: linear-gradient(to right, #5d3fd3 0%, #7c5dd9 50%, #ad46ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  display: inline-block;
}

.features-header .features-intro-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.features-header .features-intro-text-bold {
  font-weight: 700;
  color: #ffffff;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.3),
    0 0 20px rgba(255, 255, 255, 0.2);
  font-size: 1.05em;
}

.features-intro-text {
  font-size: 1.65rem;
  line-height: 1.75;
  color: #4a4a4a;
  font-weight: 400;
  margin: 0 0 3rem 0;
  letter-spacing: -0.02em;
}

.features-intro-text-bold {
  font-weight: 700;
  color: #2a2a2a;
  background: linear-gradient(135deg, #2a2a2a 0%, #4a4a4a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-intro-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #e0e0e0 0%,
    rgba(224, 224, 224, 0.5) 50%,
    transparent 100%
  );
  margin-bottom: 2.5rem;
}

.features-intro-scroll {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  border: 1px solid rgba(93, 63, 211, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  animation: bounce 2s infinite ease-in-out;
}

.features-intro-scroll:hover {
  animation: none;
}

.features-intro-scroll::before {
  content: "Ver funcionalidades";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 0.75rem;
  color: #666666;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.features-intro-scroll:hover::before {
  opacity: 1;
}

.features-intro-scroll:hover {
  background: linear-gradient(135deg, #5d3fd3 0%, #7c5dd9 100%);
  border-color: #5d3fd3;
  transform: translateY(4px) !important;
  box-shadow: 0 4px 16px rgba(93, 63, 211, 0.25);
}

.features-intro-scroll:hover i {
  color: #ffffff;
  transform: translateY(2px);
}

.features-intro-scroll i {
  font-size: 1.2rem;
  color: #5d3fd3;
  transition: all 0.3s ease;
}

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

.features-intro-gradient {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    rgba(255, 255, 255, 0.98) 15%,
    rgba(147, 51, 234, 0.15) 40%,
    rgba(147, 51, 234, 0.4) 65%,
    rgba(147, 51, 234, 0.7) 85%,
    #9333ea 100%
  );
  position: relative;
  overflow: hidden;
}

.features-intro-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
    circle at 80% 50%,
    rgba(147, 51, 234, 0.2) 0%,
    transparent 60%
  );
  pointer-events: none;
}

/* Responsive adjustments for features */
@media (max-width: 991.98px) {
  .features-grid-section {
    padding: 2.5rem 0;
  }

  .features-header {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }

  .features-header .features-intro-text {
    font-size: 1.15rem;
  }

  .features-intro-section {
    padding: 4rem 0;
  }

  .features-intro-card {
    grid-template-columns: 1fr;
    min-height: auto;
    border-radius: 16px;
  }

  .features-intro-content {
    padding: 2.5rem;
  }

  .features-intro-text {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }

  .features-intro-gradient {
    min-height: 180px;
  }

  .features-intro-scroll::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .features-intro-section {
    padding: 3rem 0;
  }

  .features-intro-card {
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .features-intro-content {
    padding: 2rem;
  }

  .features-intro-tag {
    margin-bottom: 2rem;
    padding: 0.5rem 1.2rem;
  }

  .features-intro-text {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }

  .features-intro-divider {
    margin-bottom: 2rem;
  }

  .features-intro-scroll {
    width: 40px;
    height: 40px;
  }

  .features-intro-scroll i {
    font-size: 1.1rem;
  }

  .features-intro-gradient {
    min-height: 150px;
  }
}

/* Feature Card - Mobile First */
.features-grid-section .feature-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.features-grid-section .feature-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 12px 32px rgba(0, 0, 0, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08);
}

.features-grid-section .feature-card-image {
  width: 100%;
  height: 130px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(93, 63, 211, 0.04);
}

.features-grid-section .feature-card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-grid-section .feature-card-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.features-grid-section .feature-card-description {
  font-size: 0.8125rem;
  color: #4a5568;
  line-height: 1.5;
  margin: 0;
  flex: 1;
}

@media (min-width: 576px) {
  .features-grid-section {
    padding: 2.5rem 0;
  }

  .features-grid-section .feature-card {
    padding: 1.25rem;
  }

  .features-grid-section .feature-card-image {
    height: 140px;
  }

  .features-grid-section .feature-card-title {
    font-size: 1rem;
  }

  .features-grid-section .feature-card-description {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .features-grid-section {
    padding: 3rem 0;
  }

  .features-grid-section .feature-card {
    padding: 1.5rem;
  }

  .features-grid-section .feature-card-image {
    height: 150px;
  }

  .features-grid-section .feature-card-title {
    font-size: 1.0625rem;
  }

  .features-grid-section .feature-card-description {
    font-size: 0.9rem;
  }
}

/* Holerite Batch Section - Quebra dobra no mobile (compacto) */
@media (max-width: 767.98px) {
  #holerite-batch {
    padding: 1rem 0 !important;
  }

  #holerite-batch .holerite-batch-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #holerite-batch .holerite-intro-row {
    margin-bottom: 1rem !important;
  }

  #holerite-batch .holerite-badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.65rem;
    margin-bottom: 0.35rem;
  }

  #holerite-batch .holerite-title {
    font-size: 1.2rem !important;
    line-height: 1.25;
    margin-bottom: 0.35rem !important;
  }

  #holerite-batch .holerite-lead {
    font-size: 0.8rem !important;
    line-height: 1.4;
    margin-bottom: 0.75rem !important;
  }

  #holerite-batch .holerite-cards-row {
    gap: 0.65rem !important;
    margin-bottom: 1rem !important;
  }

  #holerite-batch .holerite-card {
    padding: 0.75rem !important;
  }

  #holerite-batch .holerite-card-icon {
    width: 40px !important;
    height: 40px !important;
    margin-bottom: 0.5rem !important;
  }

  #holerite-batch .holerite-card-icon i {
    font-size: 1.1rem !important;
  }

  #holerite-batch .holerite-card-title {
    font-size: 0.8rem !important;
    margin-bottom: 0.25rem !important;
  }

  #holerite-batch .holerite-card-desc {
    font-size: 0.72rem !important;
    line-height: 1.35;
  }

  #holerite-batch .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #holerite-batch h2.display-4 {
    line-height: 1.3;
    margin-bottom: 0.35rem;
  }

  #holerite-batch .lead {
    font-size: 0.8rem;
    line-height: 1.4;
    margin-bottom: 0.75rem;
  }

  #holerite-batch .row.g-4 {
    gap: 0.65rem !important;
  }

  #holerite-batch .bg-light {
    padding: 0.75rem !important;
  }

  #holerite-batch h6 {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }

  #holerite-batch .text-muted.small {
    font-size: 0.72rem;
    line-height: 1.35;
  }

  #holerite-batch .rounded-circle[style*="40px"] {
    width: 40px !important;
    height: 40px !important;
    font-size: 1.1rem !important;
  }
}

@media (max-width: 575.98px) {
  #holerite-batch {
    padding: 0.75rem 0 !important;
  }

  #holerite-batch .holerite-batch-container {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #holerite-batch .holerite-title {
    font-size: 1.1rem !important;
  }

  #holerite-batch .holerite-lead {
    font-size: 0.75rem !important;
  }

  #holerite-batch .holerite-cards-row {
    gap: 0.5rem !important;
  }

  #holerite-batch .holerite-card-title {
    font-size: 0.75rem !important;
  }

  #holerite-batch .holerite-card-desc {
    font-size: 0.68rem !important;
  }

  #holerite-batch .row.g-4 {
    gap: 0.5rem !important;
  }

  #holerite-batch h6 {
    font-size: 0.75rem;
  }

  #holerite-batch .text-muted.small {
    font-size: 0.68rem;
  }
}

/* Modal de captura - otimizado para mobile */
/* Mobile-First: Modal Content */
.plan-modal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.plan-modal .modal-header {
  border: none;
  background: linear-gradient(135deg, #0d6efd 0%, #3c8cf2 100%);
  color: #fff;
  border-radius: 0;
  flex-shrink: 0;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  position: relative;
}

/* Ensure close button is always visible - Base styles */
.plan-modal .modal-header .btn-close,
.plan-modal .modal-header .btn-close-white {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 1000 !important;
}

/* Desktop adjustments */
@media (min-width: 576px) {
  .plan-modal .modal-content {
    border-radius: 20px;
    min-height: auto;
  }

  .plan-modal .modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.plan-modal .input-group-text {
  background: #f6f8fb;
  border-color: #ced4da;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

/* Form Validation Styles - Invalid State */
.plan-modal .form-control.is-invalid {
  border-color: #dc3545 !important;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  z-index: 3;
}

/* When input is invalid, make input-group-text border red too */
.plan-modal .input-group .form-control.is-invalid ~ .input-group-text,
.plan-modal .input-group:has(.form-control.is-invalid) .input-group-text {
  border-color: #dc3545 !important;
}

/* For input-group where text comes before input */
.plan-modal .input-group .input-group-text + .form-control.is-invalid {
  border-left: 1px solid #dc3545 !important;
}

.plan-modal .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.plan-modal .invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #dc3545;
  font-weight: 500;
}

.plan-modal .field-wrapper {
  position: relative;
}

.plan-modal .field-wrapper .invalid-feedback {
  margin-top: 0.375rem;
  margin-bottom: 0;
}
/* Mobile-First: Form Controls */
.plan-modal .form-control {
  min-height: 48px; /* Touch target mobile */
  font-size: 0.9rem;
  background-color: #ffffff;
  padding: 0.6rem 0.75rem;
}

/* Desktop adjustments */
@media (min-width: 576px) {
  .plan-modal .form-control {
    min-height: 52px;
    font-size: 0.95rem;
    padding: 0.75rem 1rem;
  }
}
.plan-modal .form-control:not(:placeholder-shown) {
  color: #1c1f2b !important;
  -webkit-text-fill-color: #1c1f2b !important;
}
.plan-modal .form-control::placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
}
.plan-modal .form-control::-webkit-input-placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #adb5bd !important;
}
.plan-modal .form-control::-moz-placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
}
.plan-modal .form-control:-ms-input-placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
}
.plan-modal .form-control::-ms-input-placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
}
/* Força placeholder com ID para máxima especificidade */
#registerFormFields input::placeholder,
#registerFormFields input::-webkit-input-placeholder,
#registerFormFields input::-moz-placeholder,
#registerFormFields input:-ms-input-placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
  font-size: 0.95rem !important;
  -webkit-text-fill-color: #adb5bd !important;
}
#registerFormFields input {
  color: #1c1f2b !important;
  background: #ffffff !important;
}
#registerFormFields input:not(:placeholder-shown) {
  -webkit-text-fill-color: #1c1f2b !important;
}
/* Previne estilos de autocomplete do navegador */
#registerFormFields input:-webkit-autofill,
#registerFormFields input:-webkit-autofill:hover,
#registerFormFields input:-webkit-autofill:focus,
#registerFormFields input:-webkit-autofill:active {
  -webkit-text-fill-color: #1c1f2b !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  background-color: #ffffff !important;
  background-clip: content-box !important;
}
/* Mobile-First: Buttons */
.plan-modal .btn {
  min-height: 48px; /* Touch target mobile */
  font-size: 0.9rem;
  padding: 0.6rem 1.25rem;
}

/* Desktop adjustments */
@media (min-width: 576px) {
  .plan-modal .btn {
    min-height: 52px;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}
/* Mobile-First: Modal Dialog */
.plan-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.plan-modal .modal-header {
  padding: 1rem 1rem;
}

.plan-modal .modal-body {
  padding: 1rem;
}

/* Desktop adjustments */
@media (min-width: 576px) {
  .plan-modal .modal-dialog {
    max-width: 480px;
    margin: 1rem auto;
  }

  .plan-modal .modal-header {
    padding: 0.9rem 1.25rem;
  }

  .plan-modal .modal-body {
    padding: 1.5rem;
  }
}
/* Mobile-First: Form Shell */
.plan-modal .form-shell {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

/* Desktop adjustments */
@media (min-width: 576px) {
  .plan-modal .form-shell {
    border-radius: 16px;
    padding: 1.5rem;
  }
}
#registerFormFields {
  gap: 1rem !important;
}
.plan-modal .form-shell .input-group {
  display: flex;
  align-items: center;
  border: 1px solid #dfe4f3;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
  height: 52px;
}
.plan-modal .form-shell .input-group-text {
  border: none;
  background: #eef2ff;
  font-size: 1rem;
  min-width: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  height: 100%;
}
.plan-modal .form-shell .form-control {
  border: none;
  padding: 12px 14px;
  height: 100%;
  flex: 1 1 auto;
  background: #ffffff !important;
}
.plan-modal .form-shell .form-control:not(:placeholder-shown) {
  color: #1c1f2b !important;
  -webkit-text-fill-color: #1c1f2b !important;
}
.plan-modal .form-shell .form-control::placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
}
.plan-modal .form-shell .form-control::-webkit-input-placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #adb5bd !important;
}
.plan-modal .form-shell .form-control::-moz-placeholder {
  color: #adb5bd !important;
  opacity: 1 !important;
}
.plan-modal .form-shell .form-control:not(:placeholder-shown) {
  -webkit-text-fill-color: #1c1f2b !important;
}
.plan-modal .form-shell .input-group-text i {
  font-size: 1.05rem;
  color: #5d3fd3;
}
.plan-modal .form-shell .input-group:focus-within {
  border-color: #5d3fd3;
  box-shadow: 0 0 0 2px rgba(93, 63, 211, 0.15);
}
.plan-modal .form-shell .input-group:focus-within .input-group-text {
  background: #e8eafe;
}
.plan-modal .action-buttons {
  display: grid;
  gap: 0.75rem;
}
.plan-badge {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 0.85rem;
}
/* Labels dos campos - escondidos no desktop */
.field-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.field-label {
  display: none;
  font-size: 0.875rem;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 0.4rem;
  padding-left: 0.25rem;
}
/* Pricing ajustes mobile */
.pricing-card .doc-option {
  min-width: 72px;
  min-height: 42px;
}
.pricing-card .document-selector .d-flex {
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  /* Mobile-First: Modal adjustments for small screens */
  .plan-modal .modal-dialog {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }

  .plan-modal .modal-content {
    border-radius: 0;
    min-height: 100vh;
  }

  .plan-modal .modal-header {
    padding: 0.875rem 1rem;
    border-radius: 0;
  }

  .plan-modal .modal-header .modal-title {
    font-size: 1.1rem;
  }

  .plan-modal .modal-header p {
    font-size: 0.8rem;
  }

  .plan-modal .plan-badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.5rem;
  }

  .plan-modal .plan-badge i {
    font-size: 0.8rem;
  }

  .plan-modal .modal-header .modal-title {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 0.25rem;
  }

  .plan-modal .modal-header p {
    font-size: 0.75rem;
    line-height: 1.4;
    margin-bottom: 0;
  }

  /* Mobile-First: Close Button - Always Visible and Accessible */
  .plan-modal .btn-close,
  .plan-modal .btn-close-white {
    width: 2.5rem !important;
    height: 2.5rem !important;
    min-width: 2.5rem !important;
    min-height: 2.5rem !important;
    padding: 0.5rem !important;
    font-size: 1.5rem !important;
    opacity: 1 !important;
    display: flex !important;
    visibility: visible !important;
    position: relative !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.25) !important;
    border-radius: 50% !important;
    margin: 0 !important;
    margin-left: 0.5rem !important;
    flex-shrink: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
  }

  .plan-modal .btn-close:hover,
  .plan-modal .btn-close:focus,
  .plan-modal .btn-close-white:hover,
  .plan-modal .btn-close-white:focus {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.4) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    transform: scale(1.1);
  }

  .plan-modal .btn-close:active,
  .plan-modal .btn-close-white:active {
    transform: scale(0.95);
  }

  /* Ensure modal header layout */
  .plan-modal .modal-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    position: relative;
    flex-wrap: nowrap;
  }

  .plan-modal .modal-header > div {
    flex: 1;
    min-width: 0;
    padding-right: 0.5rem;
  }

  .plan-modal .modal-header .btn-close {
    position: static !important;
    order: 2;
    flex-shrink: 0;
  }

  .plan-modal .form-control,
  .plan-modal .btn {
    width: 100%;
  }

  /* Form Validation Styles */
  .plan-modal .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 3.6 .4.4.4-.4m0 4.8-.4-.4-.4.4'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  }

  .plan-modal .input-group .form-control.is-invalid {
    border-color: #dc3545;
    z-index: 3;
  }

  .plan-modal .input-group-text {
    border-color: inherit;
  }

  .plan-modal .input-group:has(.form-control.is-invalid) .input-group-text {
    border-color: #dc3545;
  }

  .plan-modal .invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #dc3545;
    font-weight: 500;
  }

  .plan-modal .field-wrapper {
    position: relative;
  }

  .plan-modal .field-wrapper .invalid-feedback {
    margin-top: 0.375rem;
    margin-bottom: 0;
  }

  /* Ensure input-group shows invalid state */
  .plan-modal .input-group .form-control.is-invalid {
    border-color: #dc3545;
    border-left: 1px solid #dc3545;
  }

  .plan-modal .input-group .form-control.is-invalid ~ .input-group-text,
  .plan-modal .input-group .form-control.is-invalid + .input-group-text {
    border-color: #dc3545;
  }

  .plan-modal .input-group-text + .form-control.is-invalid {
    border-left: none;
  }

  .plan-modal .input-group .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
  }

  /* Alternative approach for input-group with invalid state */
  .plan-modal .input-group .form-control.is-invalid {
    z-index: 3;
  }

  .plan-modal .input-group .form-control.is-invalid ~ .input-group-text {
    border-color: #dc3545;
    z-index: 2;
  }

  .plan-modal .action-buttons {
    gap: 0.6rem;
    margin-top: 1rem;
  }

  .plan-modal .action-buttons .btn {
    min-height: 48px;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
    width: 100%;
  }

  /* Ensure "Voltar" button is always visible and functional */
  .plan-modal .action-buttons .btn[data-bs-dismiss="modal"] {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
    font-weight: 600;
  }

  .plan-modal .action-buttons .btn[data-bs-dismiss="modal"]:hover {
    background-color: #5a6268 !important;
    border-color: #5a6268 !important;
    color: #ffffff !important;
  }

  .plan-modal .action-buttons .btn[data-bs-dismiss="modal"] i {
    font-size: 1rem;
    margin-right: 0.4rem;
  }

  .plan-modal .modal-body {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
  }

  .plan-modal .modal-body p {
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
  }

  .plan-modal .input-group-text {
    min-width: 44px;
    justify-content: center;
    padding: 0 0.75rem;
  }

  .plan-modal .input-group-text i {
    font-size: 1rem;
  }

  .plan-modal .form-shell {
    padding: 0.875rem;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  }

  .plan-modal .form-shell .input-group {
    height: 48px;
    min-height: 48px;
  }

  .plan-modal .form-shell .input-group-text {
    min-width: 44px;
    padding: 0 0.75rem;
    height: 100%;
    font-size: 0.9rem;
  }

  .plan-modal .form-shell .form-control {
    font-size: 0.9rem;
    height: 100%;
    background: #ffffff !important;
    padding: 0.6rem 0.75rem;
  }
  .plan-modal .form-shell .form-control:not(:placeholder-shown) {
    color: #1c1f2b !important;
    -webkit-text-fill-color: #1c1f2b !important;
  }
  .plan-modal .form-shell .form-control:placeholder-shown {
    -webkit-text-fill-color: #adb5bd !important;
  }
  .plan-modal .form-shell .form-control::placeholder,
  .plan-modal .form-shell .form-control::-webkit-input-placeholder,
  .plan-modal .form-shell .form-control::-moz-placeholder {
    color: #adb5bd !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #adb5bd !important;
  }
  /* Força placeholder mobile com ID */
  #registerFormFields input::placeholder,
  #registerFormFields input::-webkit-input-placeholder,
  #registerFormFields input::-moz-placeholder {
    color: #adb5bd !important;
    opacity: 1 !important;
    font-size: 0.95rem !important;
    -webkit-text-fill-color: #adb5bd !important;
  }
  #registerFormFields input:not(:placeholder-shown) {
    color: #1c1f2b !important;
    -webkit-text-fill-color: #1c1f2b !important;
  }
  #registerFormFields input:placeholder-shown {
    -webkit-text-fill-color: #adb5bd !important;
  }
  /* Anti-autofill mobile */
  #registerFormFields input:-webkit-autofill,
  #registerFormFields input:-webkit-autofill:hover,
  #registerFormFields input:-webkit-autofill:focus {
    -webkit-text-fill-color: #1c1f2b !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  }
  /* Mobile-First: Field Labels and Wrappers */
  .field-label {
    display: block !important;
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 0.4rem;
    padding-left: 0.1rem;
  }

  .field-wrapper {
    gap: 0.3rem;
  }

  #registerFormFields,
  #createAccountFormFields {
    gap: 0.75rem !important;
  }

  .plan-modal .btn {
    min-height: 48px;
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }

  .plan-modal .action-buttons {
    gap: 0.75rem;
  }

  .plan-modal .action-buttons .btn {
    width: 100%;
  }

  /* Turnstile widget mobile */
  .plan-modal .cf-turnstile {
    transform: scale(0.85);
    transform-origin: left center;
    margin: 0.5rem 0;
  }

  /* Message text mobile */
  #createAccountMsg,
  #registerMsg {
    font-size: 0.8rem;
    padding: 0.5rem;
    line-height: 1.4;
  }

  /* Link text mobile */
  .plan-modal .modal-body a {
    font-size: 0.85rem;
  }

  .plan-modal .modal-body p.text-center {
    font-size: 0.8rem;
    margin-top: 0.75rem;
  }

  /* Ensure modal is fullscreen on mobile */
  .plan-modal.modal.fade .modal-dialog,
  .create-account-modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100vh;
  }

  .plan-modal .modal-content {
    height: 100%;
    max-height: 100vh;
    border-radius: 0;
    display: flex;
    flex-direction: column;
  }

  .plan-modal .modal-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.5rem;
  }

  /* Specific adjustments for create account modal */
  #createAccountModal .modal-header {
    padding: 0.875rem 1rem;
  }

  #createAccountModal .modal-title {
    font-size: 1rem !important;
  }

  #createAccountModal .modal-body p {
    font-size: 0.8rem;
  }

  #createAccountFormFields {
    gap: 0.75rem !important;
  }

  #createAccountFormFields .field-wrapper {
    margin-bottom: 0;
  }

  #createAccountMsg {
    font-size: 0.75rem;
    padding: 0.5rem;
    line-height: 1.4;
  }

  #btnCreateAccountSubmit {
    min-height: 48px;
    font-size: 0.9rem;
  }

  /* Prevent body scroll when modal is open on mobile */
  body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  .pricing-card {
    padding: 1.5rem;
  }
  .pricing-card .pricing-btn {
    font-size: 1rem;
  }
  .pricing-card .doc-option {
    flex: 1 1 calc(50% - 0.5rem);
    text-align: center;
  }
}

/* Ajustes mobile-first para todo o site */
@media (max-width: 991.98px) {
  #home .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #home .row.align-items-center {
    row-gap: 2rem;
  }
  .hero-copy h1.display-3,
  .hero-copy h1.hero-title {
    font-size: 2.5rem !important;
    line-height: 1.2;
  }
  .hero-copy p.lead {
    font-size: 1rem;
  }
  .hero-copy .btn {
    width: 100%;
    max-width: 320px;
  }
  .hero-visual img {
    max-width: 82%;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 15px;
  }
  .app-nav a.nav-link.py-4 {
    padding: 12px 0 !important;
    font-size: 14px;
    font-weight: 600;
  }

  .app-nav .navbar-nav .nav-link::after {
    bottom: 8px;
  }

  .app-nav .navbar-nav .nav-link:hover::after,
  .app-nav .navbar-nav .nav-link.active::after {
    width: 60%;
  }

  .app-nav .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1rem !important;
  }
  .hero-visual img {
    max-width: 100%;
  }
  .hero-stats {
    gap: 1.25rem;
  }
  #services h2.display-4,
  #pricing h2.display-4 {
    font-size: clamp(1.8rem, 5vw + 1rem, 2.3rem);
  }
  #services .text-muted.lead,
  #pricing .text-muted.lead {
    font-size: 1rem;
  }
  .pricing-card {
    text-align: left;
  }
  .pricing-price .display-4 {
    font-size: 2rem;
  }
  .pricing-features {
    max-height: none;
  }
  .pricing-card .doc-option {
    flex: 1 1 calc(50% - 0.5rem);
  }
  .pricing-card .document-selector .d-flex {
    gap: 0.5rem;
  }
}

/* Footer responsive */
@media (max-width: 767.98px) {
  .footer-main {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .footer .col-12:not(:first-child) {
    margin-top: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  #home .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .hero-copy h1.display-3,
  .hero-copy h1.hero-title {
    font-size: 2.5rem !important;
  }
  .hero-copy p.lead {
    font-size: 0.98rem;
  }
  .hero-stats {
    gap: 1rem;
    padding-top: 1.5rem;
  }
  .hero-stats h3 {
    font-size: 1.2rem;
  }
  .hero-stats p {
    font-size: 0.95rem;
  }
  .pricing-card {
    padding: 1.25rem;
  }
  .pricing-card .doc-option {
    min-width: 46%;
  }
}

/* Estilos para seção de Holerites em Lote */
#holerite-batch {
  position: relative;
}
#holerite-batch .btn {
  min-height: 48px;
  font-size: 0.95rem;
}
#holerite-batch h2.display-4 {
  line-height: 1.2;
}
#holerite-batch .bg-light {
  transition: all 0.3s ease;
}
#holerite-batch .bg-light:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(93, 63, 211, 0.15) !important;
}
#holerite-batch .rounded-circle[style*="64px"] {
  transition: all 0.3s ease;
}
#holerite-batch .bg-light:hover .rounded-circle[style*="64px"] {
  transform: scale(1.1);
}
@media (max-width: 991.98px) {
  #holerite-batch {
    padding: 3rem 0;
  }
  #holerite-batch h2.display-4 {
    font-size: clamp(1.8rem, 5vw + 1rem, 2.5rem);
  }
  #holerite-batch .lead {
    font-size: 1rem;
  }
  #holerite-batch .d-flex.gap-3 {
    gap: 1rem !important;
  }
}
@media (max-width: 767.98px) {
  #holerite-batch {
    padding: 2.5rem 0;
  }
  #holerite-batch h2.display-4 {
    font-size: 1.75rem;
  }
  #holerite-batch .btn {
    width: 100%;
    max-width: 100%;
  }
  #holerite-batch .rounded-circle[style*="64px"] {
    width: 56px !important;
    height: 56px !important;
  }
  #holerite-batch .rounded-circle[style*="40px"] {
    width: 36px !important;
    height: 36px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 575.98px) {
  #holerite-batch {
    padding: 2rem 0;
  }
  #holerite-batch h2.display-4 {
    font-size: 1.5rem;
  }
  #holerite-batch .lead {
    font-size: 0.95rem;
  }
  #holerite-batch .bg-light {
    padding: 1.25rem !important;
  }
  #holerite-batch .rounded-circle[style*="64px"] {
    width: 48px !important;
    height: 48px !important;
  }
  #holerite-batch .rounded-circle[style*="40px"] {
    width: 32px !important;
    height: 32px !important;
    font-size: 0.9rem !important;
  }
}

/* FAQ Section Styles */
#faq {
  padding: 4rem 0;
}

#faq .accordion-button {
  font-size: 1rem;
  padding: 1.25rem 1.5rem;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

#faq .accordion-button::after {
  display: none;
}

#faq .accordion-button:not(.collapsed) {
  color: #5d3fd3;
  background-color: transparent;
  box-shadow: none;
}

#faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

#faq .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

#faq .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
}

#faq .accordion-button:hover {
  color: #5d3fd3;
}

/* Responsive FAQ */
@media (max-width: 991.98px) {
  #faq {
    padding: 3rem 0;
  }
  #faq h2.display-4 {
    font-size: 2rem;
  }
  #faq .accordion-button {
    font-size: 0.95rem;
    padding: 1rem 1.25rem;
  }
  #faq .accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 767.98px) {
  #faq {
    padding: 2.5rem 0;
  }
  #faq h2.display-4 {
    font-size: 1.75rem;
  }
  #faq .lead {
    font-size: 1rem;
  }
  #faq .accordion-button {
    font-size: 0.9rem;
    padding: 0.875rem 1rem;
  }
  #faq .accordion-body {
    padding: 0 1rem 1rem 1rem;
    font-size: 0.875rem;
  }
}

@media (max-width: 575.98px) {
  #faq {
    padding: 2rem 0;
  }
  #faq h2.display-4 {
    font-size: 1.5rem;
  }
  #faq .lead {
    font-size: 0.95rem;
  }
  #faq h3 {
    font-size: 1.25rem;
  }
  #faq .accordion-button {
    font-size: 0.875rem;
    padding: 0.75rem 0.875rem;
  }
  #faq .accordion-body {
    padding: 0 0.875rem 0.875rem 0.875rem;
    font-size: 0.85rem;
  }
}
