.marketing-page {
  --marketing-surface: rgba(255, 255, 255, 0.92);
  --marketing-surface-soft: rgba(248, 250, 252, 0.92);
  --marketing-border: rgba(148, 163, 184, 0.18);
  --marketing-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  --marketing-shadow-soft: 0 14px 28px rgba(15, 23, 42, 0.06);
  --marketing-hero-bg: radial-gradient(circle at top left, rgba(28, 181, 124, 0.14), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(59, 130, 246, 0.12), transparent 26%),
    linear-gradient(180deg, #f8fffb 0%, #ffffff 56%, #f5f7fb 100%);
  --marketing-section-alt: linear-gradient(180deg, rgba(248, 250, 252, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

[data-theme="dark"] .marketing-page {
  --marketing-surface: rgba(15, 23, 42, 0.9);
  --marketing-surface-soft: rgba(30, 41, 59, 0.9);
  --marketing-border: rgba(148, 163, 184, 0.14);
  --marketing-shadow: 0 24px 54px rgba(2, 6, 23, 0.34);
  --marketing-shadow-soft: 0 16px 30px rgba(2, 6, 23, 0.28);
  --marketing-hero-bg: radial-gradient(circle at top left, rgba(28, 181, 124, 0.16), transparent 34%),
    radial-gradient(circle at 88% 14%, rgba(59, 130, 246, 0.14), transparent 26%),
    linear-gradient(180deg, #0f172a 0%, #111827 56%, #0f172a 100%);
  --marketing-section-alt: linear-gradient(180deg, rgba(17, 24, 39, 0.88) 0%, rgba(15, 23, 42, 0.96) 100%);
}

.marketing-page h1,
.marketing-page h2,
.marketing-page h3 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.03em;
}

.marketing-page main {
  background: linear-gradient(180deg, var(--background) 0%, rgba(248, 250, 252, 0.72) 100%);
}

.marketing-page .hero {
  min-height: calc(100svh - var(--header-height));
  padding: 2.5rem 0 3.5rem;
  background: var(--marketing-hero-bg);
}

.marketing-page .hero::before {
  display: none;
}

.marketing-page .hero .container {
  gap: 3rem;
  padding: 0 20px;
  min-height: calc(100svh - var(--header-height) - 6rem);
}

.marketing-page .hero h1 {
  max-width: 12ch;
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 4.5vw, 3.85rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--text);
  background: none;
  -webkit-text-fill-color: initial;
  text-shadow: none;
}

.marketing-page .hero h1 span {
  color: inherit;
  -webkit-text-fill-color: currentColor;
}

.marketing-page .hero .subtitle {
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text-light);
}

.marketing-page .hero-image {
  max-width: 480px;
}

.marketing-page .hero-image .app-mockup {
  max-height: 480px;
  transform: none;
  filter: drop-shadow(0 26px 46px rgba(15, 23, 42, 0.18));
}

.marketing-page .hero .cta-buttons {
  gap: 0.9rem;
  margin-top: 2rem;
}

.marketing-page .hero .cta-buttons .btn {
  min-height: 56px;
  padding: 0.95rem 1.4rem;
  border-radius: 18px;
  font-weight: 700;
  justify-content: center;
  box-shadow: var(--marketing-shadow-soft);
}

.marketing-page .hero .cta-buttons .btn-outline {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.marketing-page .hero .cta-buttons .btn-outline:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
  color: #fff;
  box-shadow: var(--marketing-shadow);
}

.marketing-page .hero .cta-buttons .btn-download {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--marketing-border);
  color: var(--text);
}

.marketing-page .hero .cta-buttons .btn-download:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(28, 181, 124, 0.24);
  color: var(--primary);
  box-shadow: var(--marketing-shadow);
}

[data-theme="dark"] .marketing-page .hero .cta-buttons .btn-download {
  background: rgba(15, 23, 42, 0.84);
  color: #fff;
}

.marketing-page .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 1rem;
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.marketing-page .section-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(28, 181, 124, 0.12);
}

.marketing-page .section-kicker--light {
  color: rgba(255, 255, 255, 0.92);
}

.marketing-page .section-kicker--light::before {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.16);
}

.marketing-page .section-header {
  margin-bottom: 2.5rem;
}

.marketing-page .section-header.center,
.marketing-page .pricing-section .section-header,
.marketing-page .pricing-section-group .section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.marketing-page .section-header.center .section-kicker,
.marketing-page .pricing-section .section-kicker,
.marketing-page .pricing-section-group .section-kicker {
  justify-content: center;
  width: fit-content;
}

.marketing-page .section-header h2 {
  max-width: 760px;
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.08;
  color: var(--text);
}

.marketing-page .section-subtitle {
  max-width: 700px;
  margin: 0;
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.65;
}

.marketing-page .section-header.center .section-subtitle,
.marketing-page .pricing-section .section-subtitle,
.marketing-page .pricing-section-group .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.marketing-page .hero-trust {
  gap: 0.8rem;
  padding-top: 1.35rem;
}

.marketing-page .trust-item {
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--marketing-border);
  box-shadow: var(--marketing-shadow-soft);
  color: var(--text);
  font-size: 0.9rem;
}

[data-theme="dark"] .marketing-page .trust-item {
  background: rgba(15, 23, 42, 0.72);
}

.marketing-page .step-block,
.marketing-page .benefit-card,
.marketing-page .pricing-card,
.marketing-page .group-comparison,
.marketing-page .highlighted-features {
  border-color: var(--marketing-border);
  box-shadow: var(--marketing-shadow-soft);
}

.marketing-page .step-block,
.marketing-page .benefit-card,
.marketing-page .pricing-card {
  background: var(--marketing-surface);
  border-radius: 20px;
}

.marketing-page .step-block,
.marketing-page .benefit-card {
  padding: 1.5rem;
}

.marketing-page .benefit-card:hover,
.marketing-page .pricing-card:hover,
.marketing-page .step-block:hover {
  transform: translateY(-6px);
  box-shadow: var(--marketing-shadow);
}

.marketing-page .benefit-icon,
.marketing-page .bounce-icon,
.marketing-page .step-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(28, 181, 124, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.marketing-page .step-icon {
  margin-bottom: 1rem;
}

.marketing-page .benefits-grid {
  gap: 1.25rem;
}

.marketing-page .bote-how-it-works,
.marketing-page .bote-use-cases,
.marketing-page .pricing-section,
.marketing-page .bote-testimonials,
.marketing-page .bote-comparison {
  background: transparent;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.marketing-page .bote-benefits,
.marketing-page .pricing-section-group {
  background: var(--marketing-section-alt);
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid var(--marketing-border);
  border-bottom: 1px solid var(--marketing-border);
}

.marketing-page .tab-buttons {
  padding: 0.6rem;
  gap: 0.5rem;
  border-bottom: 1px solid var(--marketing-border);
  background: transparent;
  flex-wrap: wrap;
}

.marketing-page .tab-button {
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--text-light);
  font-weight: 600;
  transition: all 0.25s ease;
}

.marketing-page .tab-button:hover {
  color: var(--text);
  background: rgba(28, 181, 124, 0.08);
}

.marketing-page .tab-button.active {
  background: rgba(28, 181, 124, 0.12);
  color: var(--primary);
  border-color: rgba(28, 181, 124, 0.2);
}

.marketing-page .tab-button.active::after {
  display: none;
}

.marketing-page .use-cases-tabs,
.marketing-page .tab-content,
.marketing-page .group-comparison,
.marketing-page .highlighted-features {
  background: var(--marketing-surface-soft);
  border-radius: 20px;
}

.marketing-page .use-cases-tabs {
  padding: 0.55rem;
  border: 1px solid var(--marketing-border);
  box-shadow: var(--marketing-shadow-soft);
}

.marketing-page .tab-content {
  min-height: auto;
}

.marketing-page .tab-content.active {
  padding: 1.6rem;
  gap: 1.75rem;
  align-items: center;
}

.marketing-page .tab-text h3 {
  margin-bottom: 0.85rem;
  font-size: 1.45rem;
  line-height: 1.15;
}

.marketing-page .tab-text p,
.marketing-page .tab-text li {
  color: var(--text-light);
  line-height: 1.65;
}

.marketing-page .tab-text ul {
  margin-top: 1rem;
}

.marketing-page .flow-vertical img,
.marketing-page .tab-image img,
.marketing-page .hero-image .app-mockup {
  border-radius: 20px;
  box-shadow: var(--marketing-shadow);
}

.marketing-page .pricing-card {
  padding: 1.75rem;
}

.marketing-page .pricing-card.popular {
  box-shadow: 0 22px 50px rgba(28, 181, 124, 0.16);
}

.marketing-page .pricing-cards {
  gap: 1.5rem;
}

.marketing-page .pricing-card .card-header {
  min-height: 0;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
}

.marketing-page .pricing-card .btn {
  min-height: 54px;
  border-radius: 18px;
  font-weight: 700;
  justify-content: center;
}

.marketing-page .pricing-card .btn-outline {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(28, 181, 124, 0.22);
  color: var(--text);
}

.marketing-page .pricing-card .btn-outline:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.marketing-page .pricing-card.popular .btn-outline {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.marketing-page .group-plan-featured .btn-outline.grupo-color {
  background: var(--accent-color);
  border-color: var(--accent-color);
  color: #fff;
}

.marketing-page .group-plan-featured .btn-outline.grupo-color:hover {
  background: color-mix(in srgb, var(--accent-color) 88%, #000 12%);
  border-color: color-mix(in srgb, var(--accent-color) 88%, #000 12%);
}

.marketing-page .popular-badge,
.marketing-page .featured-badge {
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(28, 181, 124, 0.2);
}

.marketing-page .group-comparison {
  border: 1px solid var(--marketing-border);
}

.marketing-page .group-comparison,
.marketing-page .comparison-table {
  box-shadow: var(--marketing-shadow-soft);
}

.marketing-page .group-comparison p {
  margin-bottom: 0.9rem;
  color: var(--text);
}

.marketing-page .comparison-item {
  align-items: center;
  border-radius: 14px;
}

.marketing-page .comparison-item.highlight {
  background: rgba(28, 181, 124, 0.1);
}

.marketing-page .comparison-table {
  border: 1px solid var(--marketing-border);
  border-radius: 24px;
  overflow: hidden;
  background: var(--marketing-surface);
}

.marketing-page .comparison-table thead th {
  background: rgba(28, 181, 124, 0.12);
  color: var(--text);
  border-bottom: 1px solid var(--marketing-border);
}

.marketing-page .comparison-table tbody td {
  background: transparent;
}

.marketing-page .comparison-table tbody tr:hover {
  background: rgba(28, 181, 124, 0.05);
}

.marketing-page .comparison-table .badge {
  border-radius: 999px;
  min-width: 92px;
}

.marketing-page .bote-final-cta {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 55%, #27d88f 100%);
  border: 0;
  color: #fff;
  text-align: left;
}

.marketing-page .bote-final-cta .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 2rem;
  align-items: center;
}

.marketing-page .bote-final-cta .section-kicker {
  grid-column: 1;
  margin-bottom: 0.5rem;
}

.marketing-page .bote-final-cta h2 {
  grid-column: 1;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 3.5vw, 2.6rem);
  line-height: 1.08;
}

.marketing-page .bote-final-cta p {
  grid-column: 1;
  max-width: 42rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.65;
}

.marketing-page .bote-final-cta .btn-large {
  grid-column: 2;
  grid-row: 1 / span 3;
  min-width: 220px;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #103427;
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 36px rgba(10, 32, 23, 0.2);
}

.marketing-page .bote-final-cta .btn-large:hover {
  background: #fff;
  color: #0f2d21;
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 42px rgba(10, 32, 23, 0.24);
}

@media (max-width: 900px) {
  .marketing-page .hero {
    min-height: auto;
    padding: 2.25rem 0 3rem;
  }

  .marketing-page .hero .container {
    min-height: auto;
    gap: 2rem;
  }

  .marketing-page .hero h1 {
    max-width: none;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .marketing-page .hero .cta-buttons .btn,
  .marketing-page .pricing-card .btn,
  .marketing-page .bote-final-cta .btn-large {
    width: 100%;
  }

  .marketing-page .tab-content.active {
    padding: 1.25rem;
  }

  .marketing-page .bote-final-cta .container {
    grid-template-columns: 1fr;
  }

  .marketing-page .bote-final-cta .btn-large {
    grid-column: 1;
    grid-row: auto;
  }

  .marketing-page .bote-how-it-works,
  .marketing-page .bote-benefits,
  .marketing-page .bote-use-cases,
  .marketing-page .pricing-section,
  .marketing-page .pricing-section-group {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .marketing-page .section-header {
    margin-bottom: 2rem;
  }
}
