﻿/* ============================================================
   estilo-pitch.css — Melhorias visuais da página de pitch
   Usa !important para garantir prioridade sobre estilos inline
   ============================================================ */

/* ----------------------------------------------------------
   1. TITULO PRINCIPAL — Start Your Journey To a Sharper Mind
      Classe identificada: .atomicat-text-e650cff
   ---------------------------------------------------------- */
.atomicat-text-e650cff p,
.atomicat-heading-title-e650cff p {
  font-size: 48px !important;
  line-height: 1.25 !important;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.30),
    0 1px 2px rgba(0, 0, 0, 0.20) !important;
}

/* ----------------------------------------------------------
   2. SUBTITULO
      Classe identificada: .atomicat-text-4404e9d
   ---------------------------------------------------------- */
.atomicat-text-4404e9d p,
.atomicat-heading-title-4404e9d p {
  font-size: 20px !important;
  line-height: 1.6 !important;
}

/* ----------------------------------------------------------
   3. SECAO DE PRECO — bloco com fundo branco, borda e sombra
      Container identificado: .atomicat-container-21c0ecc
   ---------------------------------------------------------- */
.atomicat-container-21c0ecc {
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.08) !important;
  padding: 40px 32px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ----------------------------------------------------------
   4. BOTAO GET INSTANT ACCESS — efeito hover
      Seletor: .a-btn.a-b-b
   ---------------------------------------------------------- */
.a-btn.a-b-b {
  transition:
    transform 0.25s ease,
    filter 0.25s ease,
    box-shadow 0.25s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.a-btn.a-b-b:hover {
  transform: scale(1.05) !important;
  filter: brightness(0.88) saturate(1.1) !important;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.22),
    0 2px 6px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer !important;
}

/* ----------------------------------------------------------
   5. PADDING DA SECAO PRINCIPAL DO PITCH
   ---------------------------------------------------------- */
.atomicat-container-21c0ecc > .a-o-cont {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.a-b-o-cont:has(.atomicat-container-21c0ecc) {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
