/* Global Styles */
body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
  padding: 0;
  background-color: #f8fafc; /* Equivalent to slate-50 */
  color: #334155; /* Equivalent to slate-800 */
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1280px; /* Equivalent to max-w-6xl */
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem; /* Equivalent to px-4 */
  padding-right: 1rem; /* Equivalent to px-4 */
}

.text-center {
  text-align: center;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-blue {
  color: #2563eb; /* Equivalent to blue-600 */
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease,
    border-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-decoration: none;
}

.btn-primary {
  background-color: #2563eb; /* Equivalent to blue-600 */
  color: #ffffff;
  border: 1px solid #2563eb;
}

.btn-primary:hover {
  background-color: #1d4ed8; /* Equivalent to blue-700 */
  border-color: #1d4ed8;
}

.btn-ghost {
  background-color: transparent;
  color: #475569; /* Equivalent to slate-600 */
  border: 1px solid transparent;
}

.btn-ghost:hover {
  color: #2563eb; /* Equivalent to blue-600 */
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.1rem; /* Equivalent to text-lg */
}

.btn-white {
  background-color: #ffffff;
  color: #2563eb; /* Equivalent to blue-600 */
  border: 1px solid #ffffff;
}

.btn-white:hover {
  background-color: #f1f5f9; /* Equivalent to slate-100 */
  border-color: #f1f5f9;
}

.badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px; /* Equivalent to rounded-full */
  font-size: 0.875rem; /* Equivalent to text-sm */
  font-weight: 500;
  background-color: #dbeafe; /* Equivalent to blue-100 */
  color: #1e40af; /* Equivalent to blue-800 */
  border: 1px solid #bfdbfe; /* Equivalent to blue-200 */
}

.card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0; /* Equivalent to slate-200 */
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1); /* Equivalent to shadow-md */
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05); /* Equivalent to shadow-lg */
}

.card-header {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-content {
  padding: 1.5rem;
  padding-top: 1rem;
}

.card-title {
  font-size: 1.25rem; /* Equivalent to text-xl */
  font-weight: 600;
  color: #334155; /* Equivalent to slate-800 */
  margin-bottom: 0rem;
}

.card-text {
  color: #475569; /* Equivalent to slate-600 */
}

.icon-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.icon-circle.bg-green-100 {
  background-color: #dcfce7; /* Equivalent to green-100 */
}

.icon-circle.bg-blue-100 {
  background-color: #dbeafe; /* Equivalent to blue-100 */
}

.icon-circle.bg-orange-100 {
  background-color: #ffedd5; /* Equivalent to orange-100 */
}

/* Header */
.header {
  background-color: rgba(255, 255, 255, 0.8); /* Equivalent to bg-white/80 */
  backdrop-filter: blur(8px); /* Equivalent to backdrop-blur-md */
  border-bottom: 1px solid #e2e8f0; /* Equivalent to border-b border-slate-200 */
  position: sticky;
  top: 0;
  z-index: 50;
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 0.2rem; /* Equivalent to space-x-2 */
}

.logo-icon {
  width: 2rem;
  height: 2rem;
  background-color: #2563eb; /* Equivalent to blue-600 */
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem; /* Equivalent to text-sm */
}

.logo-text {
  font-size: 1rem; /* Equivalent to text-xl */
  font-weight: 450;
  font-style: italic;
  color: #334155; /* Equivalent to slate-800 */
}

.logo-text-branco {
  font-size: 1rem; /* Equivalent to text-xl */
  font-weight: 450;
  font-style: italic;
  color: #ffffff; /* Equivalent to slate-800 */
}

.logo-azume {
  width: 2rem;
  height: 2rem;
  display: flex;
}

.nav-menu {
  display: none; /* Hidden on mobile */
  gap: 1.5rem; /* Equivalent to space-x-6 */
}

.nav-link {
  color: #475569; /* Equivalent to slate-600 */
  transition: color 0.3s ease;
  text-decoration: none;
}

.nav-link:hover {
  color: #2563eb; /* Equivalent to blue-600 */
}

.header-buttons {
  display: flex;
  gap: 0.75rem; /* Equivalent to space-x-3 */
}

/* Hero Section */
.hero-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: linear-gradient(
    to bottom right,
    #f8fafc,
    #eff6ff
  ); /* Equivalent to bg-gradient-to-br from-slate-50 to-blue-50 */
}

.hero-container {
  max-width: 896px; /* Equivalent to max-w-4xl */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-title {
  font-size: 3rem; /* Equivalent to text-5xl */
  font-weight: 700;
  color: #334155; /* Equivalent to slate-800 */
  margin-bottom: 1.5rem;
  line-height: 1.25; /* Equivalent to leading-tight */
}

.hero-subtitle {
  font-size: 1.25rem; /* Equivalent to text-xl */
  color: #475569; /* Equivalent to slate-600 */
  margin-bottom: 2rem;
  line-height: 1.625; /* Equivalent to leading-relaxed */
}

.hero-cta-group {
  display: flex;
  flex-direction: column;
  gap: 1rem; /* Equivalent to gap-4 */
  align-items: center;
  justify-content: center;
}

.hero-info {
  font-size: 0.875rem; /* Equivalent to text-sm */
  color: #64748b; /* Equivalent to slate-500 */
}

/* Video Container */
.video-container {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.video-placeholder {
  width: 100%;
  max-width: 600px;
  height: 300px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Exclusivity Notice */
.exclusivity-notice {
  margin-top: 3rem;
  padding: 2rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  color: white;
  text-align: center;
}

.exclusivity-notice h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.exclusivity-notice p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.exclusivity-notice .btn-white {
  background: white;
  color: #667eea;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  margin: 0 0.5rem;
}

.exclusivity-notice .btn-white:last-child {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 2px solid white;
}

/* Problem/Solution Section */
.problem-solution-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.problem-solution-container {
  max-width: 1280px; /* Equivalent to max-w-6xl */
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  font-size: 2.25rem; /* Equivalent to text-4xl */
  font-weight: 700;
  color: #334155; /* Equivalent to slate-800 */
  margin-bottom: 1.5rem;
}

.section-subtitle {
  font-size: 1.125rem; /* Equivalent to text-lg */
  color: #475569; /* Equivalent to slate-600 */
  max-width: 768px; /* Equivalent to max-w-3xl */
  margin-left: auto;
  margin-right: auto;
}

.grid-3-cols {
  display: grid;
  gap: 2rem; /* Equivalent to gap-8 */
}

/* Features Section */
.features-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f1f5f9; /* Equivalent to slate-50 */
}

.features-container {
  max-width: 1280px; /* Equivalent to max-w-6xl */
  margin-left: auto;
  margin-right: auto;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 4rem; /* Equivalent to space-y-16 */
}

.feature-list2 {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}

.feature-item {
  display: grid;
  gap: 3rem; /* Equivalent to gap-12 */
  align-content: center;
}

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

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

.feature-title {
  font-size: 1.5rem; /* Equivalent to text-2xl */
  font-weight: 700;
  color: #334155; /* Equivalent to slate-800 */
}

.feature-description {
  font-size: 1.125rem; /* Equivalent to text-lg */
  color: #475569; /* Equivalent to slate-600 */
  margin-bottom: 1.5rem;
}

.feature-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* Equivalent to space-y-3 */
  color: #22c55e;
}

.feature-details2 {
  display: flex;
  flex-direction: column;
  gap: 0.75rem; /* Equivalent to space-y-3 */
  color: #22c55e;
}

.detail-item {
  display: flex;
  align-items: center;
}

.detail-text {
  color: #475569; /* Equivalent to slate-600 */
  margin-left: 1rem;
}

.integration-mockup {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /* Equivalent to shadow-lg */
}

.mockup-card {
  border-radius: 0.5rem;
  padding: 1.5rem;
  color: #ffffff;
}

.mockup-card.bg-blue-500 {
  background-color: #3b82f6; /* Equivalent to blue-500 */
}

.mockup-card.bg-green-500 {
  background-color: #22c55e; /* Equivalent to green-500 */
}

.mockup-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.mockup-text {
  font-size: 0.875rem; /* Equivalent to text-sm */
  opacity: 0.9;
}

.mockup-arrow-group {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}

.bank-accounts-mockup {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /* Equivalent to shadow-lg */
}

.bank-account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #f8fafc; /* Equivalent to slate-50 */
  border-radius: 0.5rem;
}

.bank-account-card + .bank-account-card {
  margin-top: 1rem; /* Equivalent to space-y-4 */
}

.bank-account-name {
  font-weight: 500;
}

.bank-account-value {
  font-weight: 600;
  color: #16a34a; /* Equivalent to green-600 */
}

.example-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.example-card.bg-blue-50 {
  background-color: #eff6ff; /* Equivalent to blue-50 */
}

.example-title {
  font-weight: 600;
  color: #1e40af; /* Equivalent to blue-800 */
  margin-bottom: 0.5rem;
}

.example-text {
  color: #1d4ed8; /* Equivalent to blue-700 */
  font-size: 0.875rem; /* Equivalent to text-sm */
}

.cost-center-mockup {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); /* Equivalent to shadow-lg */
}

.cost-center-item {
  border-left-width: 4px;
  padding-left: 1rem;
}

.cost-center-item + .cost-center-item {
  margin-top: 1rem; /* Equivalent to space-y-4 */
}

.cost-center-item.border-blue-500 {
  border-color: #3b82f6; /* Equivalent to blue-500 */
}

.cost-center-item.border-green-500 {
  border-color: #22c55e; /* Equivalent to green-500 */
}

.cost-center-item.border-orange-500 {
  border-color: #f97316; /* Equivalent to orange-500 */
}

.cost-center-title {
  font-weight: 600;
  color: #334155; /* Equivalent to slate-800 */
}

.cost-center-value {
  font-size: 0.875rem; /* Equivalent to text-sm */
  color: #475569; /* Equivalent to slate-600 */
}

/* Social Proof Section */
.social-proof-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}

.social-proof-container {
  max-width: 896px; /* Equivalent to max-w-4xl */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.star-rating {
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
}

.star-rating svg {
  color: #facc15; /* Equivalent to text-yellow-400 */
  fill: currentColor;
}

.testimonial-text {
  color: #475569; /* Equivalent to slate-600 */
  margin-bottom: 1rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
}

.author-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px; /* Equivalent to rounded-full */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}

.author-avatar.bg-blue-100 {
  background-color: #dbeafe; /* Equivalent to blue-100 */
}

.author-avatar.bg-green-100 {
  background-color: #dcfce7; /* Equivalent to green-100 */
}

.author-initials {
  font-weight: 600;
}

.author-initials.text-blue-600 {
  color: #2563eb; /* Equivalent to blue-600 */
}

.author-initials.text-green-600 {
  color: #16a34a; /* Equivalent to green-600 */
}

.author-name {
  font-weight: 600;
  color: #334155; /* Equivalent to slate-800 */
}

.author-company {
  font-size: 0.875rem; /* Equivalent to text-sm */
  color: #475569; /* Equivalent to slate-600 */
}

/* CTA Section */
.cta-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(
    to bottom right,
    #2563eb,
    #1d4ed8
  ); /* Equivalent to bg-gradient-to-br from-blue-600 to-blue-700 */
  color: #ffffff;
}

.cta-container {
  max-width: 896px; /* Equivalent to max-w-4xl */
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cta-title {
  font-size: 2.25rem; /* Equivalent to text-4xl */
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.cta-subtitle {
  font-size: 1.25rem; /* Equivalent to text-xl */
  margin-bottom: 2rem;
  opacity: 0.9;
}

.cta-info {
  font-size: 0.875rem; /* Equivalent to text-sm */
  margin-top: 1rem;
  opacity: 0.75;
}

/* Footer */
.footer {
  background-color: #1e293b; /* Equivalent to slate-800 */
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-container {
  display: grid;
  gap: 2rem; /* Equivalent to gap-8 */
}

.footer-col {
  /* flex-basis: 25%; */
}

.footer-description {
  color: #94a3b8; /* Equivalent to slate-400 */
  font-size: 0.875rem; /* Equivalent to text-sm */
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem; /* Equivalent to space-y-2 */
  font-size: 0.875rem; /* Equivalent to text-sm */
}

.footer-link {
  color: #94a3b8; /* Equivalent to slate-400 */
  transition: color 0.3s ease;
  text-decoration: none;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #334155; /* Equivalent to border-t border-slate-700 */
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: center;
  font-size: 0.875rem; /* Equivalent to text-sm */
  color: #94a3b8; /* Equivalent to slate-400 */
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .nav-menu {
    display: flex;
  }

  .hero-title {
    font-size: 3.75rem; /* Equivalent to md:text-6xl */
  }

  .hero-cta-group {
    flex-direction: row;
  }

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

  .feature-item {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-item.reverse-order {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-item.reverse-order > div:first-child {
    order: 2;
  }

  .feature-item.reverse-order > div:last-child {
    order: 1;
  }

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

  .footer-container {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Seção Preços - Desktop */
  .pricing {
    background: linear-gradient(135deg, #1a0033 0%, #2d1b69 50%, #1a0033 100%);
    padding: 80px 20px;
  }

  .pricing-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .pricing-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
  }

  .pricing-subtitle {
    font-size: 18px;
    margin-bottom: 50px;
    color: #e0e0e0;
  }

  .pricing-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
  }

  .pricing-header {
    margin-bottom: 30px;
  }

  .pricing-plan {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
  }

  .pricing-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
  }

  .pricing-currency {
    font-size: 24px;
    font-weight: 600;
    color: #00ff88;
  }

  .pricing-amount {
    font-size: 64px;
    font-weight: 700;
    color: #00ff88;
    line-height: 1;
  }

  .pricing-period {
    font-size: 16px;
    color: #cccccc;
  }

  .pricing-features {
    margin-bottom: 30px;
    text-align: left;
  }

  .pricing-feature {
    padding: 8px 0;
    color: #e0e0e0;
    font-size: 16px;
  }

  .pricing-cta {
    background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
    color: #000000;
    border: none;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4);
    letter-spacing: 0.5px;
    width: 80%;
  }

  .pricing-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 255, 136, 0.5);
  }

  .pricing-guarantee {
    margin-top: 20px;
    font-size: 14px;
    color: #cccccc;
  }

  .exclusivity-notice div {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Seção Preços - Mobile */
.pricing {
  background: linear-gradient(135deg, #1a0033 0%, #2d1b69 50%, #1a0033 100%);
  padding: 40px 15px;
}

.pricing-content {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.pricing-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.2;
}

.pricing-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  color: #e0e0e0;
  line-height: 1.4;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 20px;
  backdrop-filter: blur(10px);
  margin: 0 auto;
  max-width: 350px;
}

.pricing-header {
  margin-bottom: 25px;
}

.pricing-plan {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.pricing-price {
  display: flex;
  flex-direction: column; /* Isso fará com que os divs internos fiquem um abaixo do outro */
  align-items: center; /* Centraliza os itens horizontalmente */
  justify-content: center;
  gap: 5px; /* Espaçamento entre as linhas */
}

.pricing-old-price-wrapper,
.pricing-current-price-wrapper {
  display: flex; /* Mantém os elementos dentro de cada linha como flex */
  align-items: baseline;
  justify-content: center;
  gap: 5px;
}

.old-price {
  /* Remova text-decoration: line-through; daqui */
  position: relative; /* Necessário para posicionar o pseudo-elemento */
  display: inline-block; /* Garante que o pseudo-elemento se ajuste ao texto */
}

.old-price::before {
  content: ""; /* Conteúdo vazio é obrigatório para pseudo-elementos */
  position: absolute; /* Posiciona a linha em relação ao .old-price */
  left: 0;
  right: 0;
  top: 50%; /* Centraliza verticalmente */
  transform: translateY(-10%); /* Ajusta para centralizar perfeitamente */
  height: 1.1px; /* Espessura da linha (aqui você controla a finura) */
  background-color: currentColor; /* Usa a cor do texto para a linha */
  /* Ou defina uma cor específica, por exemplo: background-color: #ccc; */
}

.pricing-currency {
  font-size: 20px;
  font-weight: 600;
  color: #00ff88;
}

.pricing-amount {
  font-size: 48px;
  font-weight: 700;
  color: #00ff88;
  line-height: 1;
}

.pricing-period {
  font-size: 14px;
  color: #cccccc;
}

.pricing-features {
  margin-bottom: 25px;
  text-align: left;
}

.pricing-feature {
  padding: 6px 0;
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.4;
}

.pricing-cta {
  background: linear-gradient(135deg, #00ff88 0%, #00cc6a 100%);
  color: #000000;
  border: none;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4);
  letter-spacing: 0.5px;
  width: 90%;
  max-width: 280px;
}

.pricing-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 255, 136, 0.5);
}

.pricing-guarantee {
  margin-top: 15px;
  font-size: 12px;
  color: #cccccc;
  line-height: 1.3;
}

/* Ensure grid-3-cols works on all screen sizes */
@media (min-width: 1024px) {
  .grid-3-cols {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .grid-3-cols {
    grid-template-columns: 1fr;
  }

  .exclusivity-notice div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .exclusivity-notice .btn-white {
    margin: 0;
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 480px) {
  .countdown-bar {
    padding: 8px 0;
  }

  .countdown-text {
    font-size: 12px;
  }

  .countdown-subtitle {
    font-size: 10px;
  }

  .time-number {
    font-size: 16px;
  }

  .time-label {
    font-size: 8px;
  }

  .hero-title {
    font-size: 28px;
  }

  .logo-text {
    font-size: 18px;
  }

  .speakers-grid {
    grid-template-columns: 1fr;
  }

  .movement-title,
  .practical-title,
  .ia-title,
  .testimonials-title {
    font-size: 28px;
  }

  .cta-button {
    padding: 16px 32px;
    font-size: 14px;
  }
}

/* Ícones de check para listas */
.check-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #16a34a; /* green-600 */
  margin-right: 0.75rem;
  flex-shrink: 0;
}

/* Espaçamento entre blocos azul e verde */
.integration-mockup .mockup-card.bg-green-500 {
  margin-top: 1rem; /* 16px */
}

/* Marcadores coloridos para centros de custo */
.cost-center-item {
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.cost-center-item.border-blue-500 {
  border-left-color: #3b82f6; /* blue-500 */
}

.cost-center-item.border-green-500 {
  border-left-color: #22c55e; /* green-500 */
}

.cost-center-item.border-orange-500 {
  border-left-color: #f97316; /* orange-500 */
}

/* Posicionamento correto da seção de contas bancárias */
.feature-item.reverse-order {
  grid-template-columns: repeat(2, 1fr);
}

.feature-item.reverse-order > div:first-child {
  order: 2;
}

.feature-item.reverse-order > div:last-child {
  order: 1;
}

.bonus-section {
  padding: 4rem 0;
  background-color: #f9fafb;
  margin-top: 30px;
}

.bonus-container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bonus-content {
  flex: 1;
}

.bonus-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.bonus-subtitle {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 2rem;
}

.bonus-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.bonus-features li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

.bonus-image {
  flex: 1;
  text-align: center;
  max-width: 100%;
}

.bonus-image img {
  max-width: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .bonus-container {
    flex-direction: column;
  }
}

/* Seção de Bônus */
.bonus-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.bonus-container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bonus-content {
  flex: 1;
}

.bonus-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.bonus-subtitle {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 2rem;
}

.bonus-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.bonus-features li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #22c55e;
  margin-bottom: 1rem;
}

.bonus-image {
  flex: 1;
  text-align: center;
}

.bonus-image img {
  max-width: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .bonus-container {
    flex-direction: column;
  }
}

/* Bonus Section */
.bonus-section {
  padding: 4rem 0;
  background-color: #f9fafb;
}

.bonus-container {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bonus-content {
  flex: 1;
}

.bonus-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
}

.bonus-subtitle {
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 2rem;
}

.bonus-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.bonus-features li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

.bonus-image {
  flex: 1;
  text-align: center;
}

.bonus-image img {
  max-width: 100%;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .bonus-container {
    flex-direction: column;
  }
}
