.elementor-363 .elementor-element.elementor-element-c78b741{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-405a1a7 *//* =========================================================
   CADASTRO TOTAL ACADEMIAS
   TEMA BASE GLOBAL - WORDPRESS / ELEMENTOR
   Versão: 1.0
   Objetivo: sobrescrever o visual padrão sem quebrar estrutura
========================================================= */


/* =========================================================
   1. VARIÁVEIS GLOBAIS
========================================================= */

:root {
  /* Cores principais */
  --ct-primary-950: #051018;
  --ct-primary-900: #0A1628;
  --ct-primary-800: #0D2340;
  --ct-primary-700: #123456;
  --ct-primary-600: #0F6AA6;

  /* Cores de destaque */
  --ct-accent: #2BE3B9;
  --ct-accent-2: #12A3A6;
  --ct-accent-light: #E7F6F7;
  --ct-warning: #FFB020;
  --ct-danger: #FF4D4F;
  --ct-success: #21C987;

  /* Fundo e textos */
  --ct-bg: #F5F7FB;
  --ct-bg-dark: #07111F;
  --ct-paper: #FFFFFF;
  --ct-text: #0B1220;
  --ct-text-soft: #344054;
  --ct-muted: #667085;
  --ct-line: #E6EAF0;

  /* Gradientes */
  --ct-gradient-dark:
    radial-gradient(900px 420px at 10% 0%, rgba(43, 227, 185, .22), transparent 55%),
    radial-gradient(800px 420px at 90% 10%, rgba(18, 163, 166, .18), transparent 60%),
    linear-gradient(135deg, #0A1628 0%, #051018 55%, #081223 100%);

  --ct-gradient-button: linear-gradient(135deg, #2BE3B9 0%, #12A3A6 100%);
  --ct-gradient-soft: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);

  /* Tipografia */
  --ct-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --ct-font-size: 16px;
  --ct-line-height: 1.65;

  /* Espaçamentos */
  --ct-space-xs: 6px;
  --ct-space-sm: 10px;
  --ct-space-md: 16px;
  --ct-space-lg: 24px;
  --ct-space-xl: 36px;
  --ct-space-2xl: 56px;

  /* Layout */
  --ct-container: 1120px;
  --ct-container-wide: 1280px;

  /* Bordas e sombras */
  --ct-radius-sm: 10px;
  --ct-radius-md: 16px;
  --ct-radius-lg: 22px;
  --ct-radius-xl: 32px;
  --ct-shadow-sm: 0 4px 12px rgba(7, 26, 43, .06);
  --ct-shadow-md: 0 10px 30px rgba(7, 26, 43, .10);
  --ct-shadow-lg: 0 20px 50px rgba(7, 26, 43, .16);

  /* Transição */
  --ct-transition: 220ms ease;
}


/* =========================================================
   2. RESET SEGURO
========================================================= */

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--ct-bg);
  color: var(--ct-text);
  font-family: var(--ct-font);
  font-size: var(--ct-font-size);
  line-height: var(--ct-line-height);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

::selection {
  background: rgba(43, 227, 185, .32);
  color: var(--ct-primary-950);
}


/* =========================================================
   3. BASE WORDPRESS
========================================================= */

.site,
#page,
.wp-site-blocks,
.site-main,
#content {
  background: var(--ct-bg);
}

.entry-content,
.wp-block-post-content,
.page-content {
  color: var(--ct-text);
}

.entry-content > *:first-child,
.wp-block-post-content > *:first-child {
  margin-top: 0;
}

.entry-content > *:last-child,
.wp-block-post-content > *:last-child {
  margin-bottom: 0;
}

.wp-block-group,
.wp-block-cover,
.wp-block-columns {
  box-sizing: border-box;
}

.wp-block-image img {
  border-radius: var(--ct-radius-md);
}

.wp-block-button__link {
  border-radius: var(--ct-radius-md);
  background: var(--ct-gradient-button);
  color: var(--ct-primary-950);
  font-weight: 800;
  box-shadow: var(--ct-shadow-sm);
  transition: transform var(--ct-transition), box-shadow var(--ct-transition);
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
  box-shadow: var(--ct-shadow-md);
}


/* =========================================================
   4. TIPOGRAFIA GLOBAL
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
.elementor-heading-title {
  color: var(--ct-text);
  font-family: var(--ct-font);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-top: 0;
}

h1 {
  font-size: clamp(34px, 5vw, 64px);
}

h2 {
  font-size: clamp(28px, 4vw, 46px);
}

h3 {
  font-size: clamp(22px, 3vw, 30px);
}

h4 {
  font-size: clamp(18px, 2vw, 24px);
}

p {
  color: var(--ct-text-soft);
  margin: 0 0 var(--ct-space-md);
}

.entry-content p,
.elementor-widget-text-editor p {
  color: var(--ct-text-soft);
  line-height: var(--ct-line-height);
}

strong,
b {
  color: inherit;
  font-weight: 800;
}

small {
  color: var(--ct-muted);
}


/* =========================================================
   5. LINKS
========================================================= */

.entry-content a:not(.ct-button):not(.elementor-button):not(.wp-block-button__link) {
  color: var(--ct-primary-600);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entry-content a:not(.ct-button):not(.elementor-button):hover {
  color: var(--ct-accent-2);
}


/* =========================================================
   6. ESTRUTURA REUTILIZÁVEL
========================================================= */

.ct-section {
  position: relative;
  padding: var(--ct-space-2xl) var(--ct-space-lg);
  background: var(--ct-bg);
}

.ct-section-dark {
  background: var(--ct-gradient-dark);
  color: #FFFFFF;
}

.ct-section-light {
  background: var(--ct-gradient-soft);
}

.ct-container {
  width: min(100%, var(--ct-container));
  margin-inline: auto;
}

.ct-container-wide {
  width: min(100%, var(--ct-container-wide));
  margin-inline: auto;
}

.ct-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--ct-space-lg);
}

.ct-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--ct-space-lg);
}

.ct-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--ct-space-md);
}


/* =========================================================
   7. HERO
========================================================= */

.ct-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 8vw, 110px) var(--ct-space-lg);
  background: var(--ct-gradient-dark);
  color: #FFFFFF;
  border-radius: 0 0 var(--ct-radius-xl) var(--ct-radius-xl);
}

.ct-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 16, 24, .72), rgba(5, 16, 24, .22)),
    radial-gradient(circle at 80% 20%, rgba(43, 227, 185, .14), transparent 40%);
  pointer-events: none;
}

.ct-hero > * {
  position: relative;
  z-index: 1;
}

.ct-hero h1,
.ct-hero h2,
.ct-hero h3,
.ct-section-dark h1,
.ct-section-dark h2,
.ct-section-dark h3,
.ct-section-dark .elementor-heading-title {
  color: #FFFFFF;
}

.ct-hero p,
.ct-section-dark p {
  color: rgba(255, 255, 255, .78);
  max-width: 720px;
}

.ct-highlight {
  color: var(--ct-accent);
}


/* =========================================================
   8. BADGES
========================================================= */

.ct-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(43, 227, 185, .14);
  border: 1px solid rgba(43, 227, 185, .32);
  color: var(--ct-accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ct-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ct-accent);
  box-shadow: 0 0 0 6px rgba(43, 227, 185, .12);
}


/* =========================================================
   9. CARDS
========================================================= */

.ct-card,
.elementor-widget-container .ct-card {
  background: var(--ct-paper);
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
  padding: var(--ct-space-lg);
  box-shadow: var(--ct-shadow-sm);
  transition:
    transform var(--ct-transition),
    box-shadow var(--ct-transition),
    border-color var(--ct-transition);
}

.ct-card:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 227, 185, .65);
  box-shadow: var(--ct-shadow-md);
}

.ct-card-dark {
  background: var(--ct-gradient-dark);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, .12);
}

.ct-card-dark p,
.ct-card-dark h3,
.ct-card-dark h4 {
  color: #FFFFFF;
}

.ct-card-soft {
  background: #F8FAFC;
}


/* =========================================================
   10. BOTÕES
========================================================= */

.ct-button,
.ct-button-primary,
.ct-button-secondary,
.elementor-button,
button[type="submit"],
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: var(--ct-radius-md);
  font-family: var(--ct-font);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition:
    transform var(--ct-transition),
    box-shadow var(--ct-transition),
    background var(--ct-transition),
    color var(--ct-transition);
}

.ct-button,
.ct-button-primary,
.elementor-button,
button[type="submit"],
input[type="submit"] {
  background: var(--ct-gradient-button);
  color: var(--ct-primary-950);
  box-shadow: 0 12px 24px rgba(43, 227, 185, .22);
}

.ct-button:hover,
.ct-button-primary:hover,
.elementor-button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  transform: translateY(-2px);
  color: var(--ct-primary-950);
  box-shadow: 0 16px 34px rgba(43, 227, 185, .32);
}

.ct-button-secondary {
  background: rgba(255, 255, 255, .10);
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, .20);
  box-shadow: none;
}

.ct-button-secondary:hover {
  background: rgba(255, 255, 255, .16);
  color: #FFFFFF;
  transform: translateY(-2px);
}

.ct-button-outline {
  background: transparent;
  color: var(--ct-primary-900);
  border: 1px solid var(--ct-line);
  box-shadow: none;
}

.ct-button-outline:hover {
  border-color: var(--ct-accent);
  color: var(--ct-primary-950);
  background: rgba(43, 227, 185, .10);
}


/* =========================================================
   11. SEÇÕES DE CONVERSÃO
========================================================= */

.ct-conversion-box {
  background: var(--ct-gradient-dark);
  color: #FFFFFF;
  border-radius: var(--ct-radius-xl);
  padding: clamp(28px, 5vw, 56px);
  box-shadow: var(--ct-shadow-lg);
  overflow: hidden;
}

.ct-conversion-box h2,
.ct-conversion-box h3 {
  color: #FFFFFF;
}

.ct-conversion-box p {
  color: rgba(255, 255, 255, .78);
}

.ct-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  color: var(--ct-text);
  font-weight: 900;
}

.ct-price small {
  font-size: 14px;
  color: var(--ct-muted);
}

.ct-price strong {
  font-size: clamp(34px, 5vw, 48px);
  letter-spacing: -0.06em;
}


/* =========================================================
   12. LISTAS, BENEFÍCIOS E CHECKS
========================================================= */

.ct-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ct-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: var(--ct-radius-md);
  background: #F8FAFC;
  border: 1px solid rgba(15, 106, 166, .06);
}

.ct-list li::before {
  content: "✓";
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(43, 227, 185, .16);
  color: var(--ct-primary-900);
  font-weight: 900;
}


/* =========================================================
   13. FORMULÁRIOS
========================================================= */

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea,
select,
.elementor-field {
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-md);
  background: #FFFFFF;
  color: var(--ct-text);
  outline: none;
  box-shadow: none;
  transition:
    border-color var(--ct-transition),
    box-shadow var(--ct-transition),
    background var(--ct-transition);
}

textarea {
  min-height: 120px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus,
.elementor-field:focus {
  border-color: var(--ct-accent);
  box-shadow: 0 0 0 4px rgba(43, 227, 185, .12);
}

label,
.elementor-field-label {
  color: var(--ct-text);
  font-weight: 750;
  margin-bottom: 6px;
}


/* =========================================================
   14. TABELAS
========================================================= */

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
  background: #FFFFFF;
}

th,
td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--ct-line);
  text-align: left;
}

th {
  background: #F1F6FF;
  color: var(--ct-text);
  font-weight: 850;
}

tr:last-child td {
  border-bottom: 0;
}


/* =========================================================
   15. CORREÇÕES ELEMENTOR
========================================================= */

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget,
.elementor-widget-container {
  box-sizing: border-box;
}

.elementor-section {
  position: relative;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--ct-container);
}

.elementor-widget-heading .elementor-heading-title {
  margin: 0;
}

.elementor-widget-text-editor {
  color: var(--ct-text-soft);
}

.elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

.elementor-widget-button .elementor-button {
  border-radius: var(--ct-radius-md);
}

.elementor-button-text {
  font-weight: inherit;
}

.elementor-icon-box-wrapper,
.elementor-image-box-wrapper {
  border-radius: var(--ct-radius-lg);
}

.elementor-widget-image img {
  border-radius: var(--ct-radius-md);
}

.elementor-spacer-inner {
  pointer-events: none;
}


/* =========================================================
   16. AJUSTES PARA PÁGINAS EXISTENTES
========================================================= */

.page-template-default .entry-content,
.single .entry-content {
  background: transparent;
}

.entry-title {
  color: var(--ct-text);
}

.site-header,
.wp-block-template-part header {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(230, 234, 240, .7);
}

.site-footer,
.wp-block-template-part footer {
  background: var(--ct-primary-950);
  color: rgba(255, 255, 255, .72);
}

.site-footer a,
.wp-block-template-part footer a {
  color: #FFFFFF;
}


/* =========================================================
   17. CARDS DE PLANOS / PREÇOS
========================================================= */

.ct-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  background: #FFFFFF;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
  padding: var(--ct-space-lg);
  box-shadow: var(--ct-shadow-sm);
  transition:
    transform var(--ct-transition),
    border-color var(--ct-transition),
    box-shadow var(--ct-transition);
}

.ct-plan-card:hover {
  transform: translateY(-5px);
  border-color: var(--ct-accent);
  box-shadow: var(--ct-shadow-md);
}

.ct-plan-card.is-featured {
  border: 2px solid var(--ct-accent);
  box-shadow: 0 18px 42px rgba(43, 227, 185, .18);
}

.ct-plan-name {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--ct-text);
}

.ct-plan-desc {
  color: var(--ct-muted);
  font-size: 14px;
}

.ct-plan-footer {
  margin-top: auto;
}


/* =========================================================
   18. BLOCO FAQ / ACCORDION
========================================================= */

.ct-faq {
  display: grid;
  gap: 12px;
}

.ct-faq-item,
details {
  background: #FFFFFF;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-md);
  padding: 16px 18px;
  box-shadow: var(--ct-shadow-sm);
}

summary {
  cursor: pointer;
  color: var(--ct-text);
  font-weight: 850;
}

details p {
  margin-top: 12px;
}


/* =========================================================
   19. TYPEBOT, IFRAMES, CHECKOUT E POPUPS
========================================================= */

iframe[src*="typebot"],
iframe[src*="goatpayments"],
iframe[src*="youtube"],
iframe[src*="maps"] {
  width: 100%;
  max-width: 100%;
  border-radius: var(--ct-radius-lg);
}

.ct-iframe-card {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid var(--ct-line);
  border-radius: var(--ct-radius-lg);
  box-shadow: var(--ct-shadow-md);
}

.typebot-bubble-button,
.typebot-popup,
.typebot-container {
  z-index: 9999;
}


/* =========================================================
   20. UTILITÁRIOS
========================================================= */

.ct-text-center {
  text-align: center;
}

.ct-text-left {
  text-align: left;
}

.ct-mt-sm {
  margin-top: var(--ct-space-sm);
}

.ct-mt-md {
  margin-top: var(--ct-space-md);
}

.ct-mt-lg {
  margin-top: var(--ct-space-lg);
}

.ct-mt-xl {
  margin-top: var(--ct-space-xl);
}

.ct-mb-0 {
  margin-bottom: 0;
}

.ct-hidden {
  display: none;
}

.ct-shadow {
  box-shadow: var(--ct-shadow-md);
}

.ct-rounded {
  border-radius: var(--ct-radius-lg);
}

.ct-full-width {
  width: 100%;
}


/* =========================================================
   21. MOBILE / TABLET
========================================================= */

@media (max-width: 1024px) {
  :root {
    --ct-container: 920px;
  }

  .ct-grid,
  .ct-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ct-section {
    padding: var(--ct-space-xl) var(--ct-space-lg);
  }
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }

  .ct-section {
    padding: 36px 18px;
  }

  .ct-hero {
    padding: 56px 18px;
    border-radius: 0 0 24px 24px;
  }

  .ct-grid,
  .ct-grid-2,
  .ct-grid-4 {
    grid-template-columns: 1fr;
  }

  .ct-card,
  .ct-plan-card {
    padding: 18px;
    border-radius: 18px;
  }

  .ct-button,
  .ct-button-primary,
  .ct-button-secondary,
  .elementor-button,
  button[type="submit"],
  input[type="submit"] {
    width: 100%;
    min-height: 52px;
    padding: 15px 18px;
  }

  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  :root {
    --ct-radius-lg: 18px;
    --ct-radius-xl: 24px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  .ct-section {
    padding: 30px 14px;
  }

  .ct-hero {
    padding: 44px 14px;
  }

  .ct-card,
  .ct-plan-card {
    padding: 16px;
  }

  .ct-badge {
    font-size: 11px;
    padding: 7px 12px;
  }
}


/* =========================================================
   22. REDUÇÃO DE MOVIMENTO
========================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms;
    animation-iteration-count: 1;
    transition-duration: .01ms;
  }
}/* End custom CSS */