.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   SITE - ROTEIRO DO EXAME NEUROLÓGICO
   Estilo premium para Elementor
========================================= */

/* -------- VARIÁVEIS -------- */
:root{
  --bg-dark: #0b0b0b;
  --bg-soft: #111111;
  --white: #ffffff;
  --light: #f5f5f5;
  --gray: #b8b8b8;
  --gray-soft: #d9d9d9;
  --border: rgba(255,255,255,0.10);
  --blue: #2d6cdf;
  --orange: #f15a24;
  --shadow: 0 20px 60px rgba(0,0,0,0.28);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --transition: all 0.35s ease;
}

/* -------- BASE -------- */
html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg-dark);
  color: var(--white);
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--white);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

p {
  color: var(--gray-soft);
  line-height: 1.7;
  font-size: 1rem;
}

a {
  transition: var(--transition);
}

/* -------- CONTAINER GERAL -------- */
.elementor-section {
  position: relative;
}

.elementor-widget-container {
  position: relative;
  z-index: 2;
}

/* -------- HERO SECTION -------- */
/* Adicione a classe: hero-section */
.hero-section {
  background:
    radial-gradient(circle at top left, rgba(45,108,223,0.16), transparent 32%),
    radial-gradient(circle at 85% 20%, rgba(241,90,36,0.12), transparent 26%),
    linear-gradient(135deg, #0b0b0b 0%, #121212 52%, #0b0b0b 100%);
  overflow: hidden;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.02), transparent 35%, rgba(255,255,255,0.01));
  pointer-events: none;
}

.hero-section .elementor-container {
  align-items: center;
  min-height: 88vh;
}

.hero-section h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 0.98;
  margin-bottom: 20px;
}

.hero-section p {
  font-size: 1.1rem;
  max-width: 620px;
  color: rgba(255,255,255,0.82);
}

.hero-section .subtitle-highlight {
  color: var(--orange);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
  display: inline-block;
  margin-bottom: 18px;
}

/* -------- BOTÕES -------- */
.elementor-button,
.hero-btn .elementor-button {
  background: linear-gradient(135deg, var(--orange), #ff7a47);
  border: none;
  border-radius: 999px;
  padding: 16px 30px;
  box-shadow: 0 12px 30px rgba(241,90,36,0.28);
  transition: var(--transition);
}

.elementor-button-text {
  font-weight: 700;
  letter-spacing: 0.01em;
}

.elementor-button:hover,
.hero-btn .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(241,90,36,0.35);
}

.btn-outline .elementor-button {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: none;
}

.btn-outline .elementor-button:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.32);
}

/* -------- IMAGEM HERO -------- */
/* Adicione a classe: hero-image-box */
.hero-image-box img {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.hero-image-box::after {
  content: "";
  position: absolute;
  inset: auto 8% -20px 8%;
  height: 50px;
  background: radial-gradient(circle, rgba(45,108,223,0.25), transparent 70%);
  filter: blur(24px);
  z-index: 0;
}

/* -------- SEÇÕES PADRÃO -------- */
.section-dark {
  background: linear-gradient(180deg, #0c0c0c 0%, #101010 100%);
}

.section-light {
  background: #f8f8f8;
}

.section-light h2,
.section-light h3,
.section-light h4 {
  color: #101010;
}

.section-light p {
  color: #4e4e4e;
}

.section-title h2 {
  font-size: clamp(2rem, 3vw, 3.3rem);
  margin-bottom: 12px;
}

.section-title p {
  max-width: 720px;
  margin: 0 auto;
}

/* -------- CARDS -------- */
/* Adicione a classe: premium-card */
.premium-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.025));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(8px);
  padding: 32px 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
  transition: var(--transition);
  height: 100%;
}

.premium-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45,108,223,0.35);
  box-shadow: 0 22px 50px rgba(0,0,0,0.24);
}

.premium-card h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.premium-card p {
  margin-bottom: 0;
}

/* -------- CARDS CLAROS -------- */
.section-light .premium-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.section-light .premium-card:hover {
  border-color: rgba(45,108,223,0.24);
}

/* -------- LISTAS DE BENEFÍCIOS -------- */
.benefit-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 16px;
  color: rgba(255,255,255,0.88);
  line-height: 1.6;
}

.benefit-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(241,90,36,0.14);
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
}

.section-light .benefit-list li {
  color: #252525;
}

/* -------- BLOCO AUTORIDADE -------- */
/* Adicione a classe: authority-box */
.authority-box {
  background:
    linear-gradient(135deg, rgba(45,108,223,0.08), rgba(241,90,36,0.06)),
    rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius-xl);
  padding: 42px;
  box-shadow: var(--shadow);
}

.authority-box h2,
.authority-box h3 {
  margin-bottom: 12px;
}

.authority-box .highlight {
  color: var(--orange);
}

.authority-box .mini-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(241,90,36,0.12);
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* -------- BLOCO PROBLEMA / DOR -------- */
.problem-section {
  background:
    radial-gradient(circle at 15% 15%, rgba(241,90,36,0.08), transparent 20%),
    linear-gradient(180deg, #0b0b0b 0%, #111111 100%);
}

.problem-box {
  border-left: 4px solid var(--orange);
  padding: 24px 28px;
  background: rgba(255,255,255,0.03);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

/* -------- BLOCO SOLUÇÃO -------- */
.solution-section {
  background:
    radial-gradient(circle at 80% 15%, rgba(45,108,223,0.12), transparent 22%),
    linear-gradient(180deg, #101010 0%, #0b0b0b 100%);
}

.solution-box {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 30px;
}

/* -------- NÚMEROS / MÉTRICAS -------- */
.metric-box {
  text-align: center;
  padding: 24px;
}

.metric-box .number {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--white);
}

.metric-box .label {
  margin-top: 10px;
  color: var(--gray);
  font-size: 0.96rem;
}

/* -------- DEPOIMENTOS -------- */
.testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.14);
}

.testimonial-card p {
  font-style: italic;
  color: rgba(255,255,255,0.86);
}

.testimonial-card .name {
  margin-top: 18px;
  font-weight: 700;
  color: var(--white);
}

.testimonial-card .role {
  color: var(--gray);
  font-size: 0.9rem;
}

/* -------- CTA FINAL -------- */
/* Adicione a classe: cta-final */
.cta-final {
  background:
    radial-gradient(circle at top, rgba(45,108,223,0.14), transparent 30%),
    radial-gradient(circle at bottom right, rgba(241,90,36,0.12), transparent 24%),
    linear-gradient(135deg, #0b0b0b 0%, #151515 100%);
  text-align: center;
}

.cta-final .elementor-heading-title {
  font-size: clamp(2rem, 4vw, 4rem);
}

.cta-final p {
  max-width: 720px;
  margin: 0 auto 26px;
  color: rgba(255,255,255,0.82);
}

/* -------- IMAGENS -------- */
img {
  border-radius: 18px;
}

.elementor-image-box-wrapper img,
.elementor-widget-image img {
  transition: var(--transition);
}

.elementor-widget-image:hover img {
  transform: scale(1.02);
}

/* -------- FORMULÁRIOS -------- */
input,
textarea,
select {
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  border-radius: 14px !important;
  color: #fff !important;
  padding: 14px 18px !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255,255,255,0.45) !important;
}

.section-light input,
.section-light textarea,
.section-light select {
  background: #ffffff !important;
  color: #111 !important;
  border: 1px solid rgba(0,0,0,0.12) !important;
}

.section-light input::placeholder,
.section-light textarea::placeholder {
  color: rgba(0,0,0,0.4) !important;
}

/* -------- HEADER -------- */
.site-header-premium {
  backdrop-filter: blur(12px);
  background: rgba(11,11,11,0.72);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.site-header-premium a {
  color: rgba(255,255,255,0.86);
}

.site-header-premium a:hover {
  color: var(--orange);
}

/* -------- FOOTER -------- */
.site-footer-premium {
  background: #080808;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.site-footer-premium p,
.site-footer-premium a {
  color: rgba(255,255,255,0.6);
}

.site-footer-premium a:hover {
  color: var(--white);
}

/* -------- ANIMAÇÃO SUAVE -------- */
.fade-up {
  animation: fadeUp 0.8s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* -------- RESPONSIVO -------- */
@media (max-width: 1024px) {
  .hero-section .elementor-container {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .authority-box {
    padding: 30px;
  }

  .premium-card {
    padding: 26px 22px;
  }
}

@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 2.3rem;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .authority-box,
  .solution-box,
  .premium-card,
  .testimonial-card {
    padding: 22px;
  }

  .elementor-button,
  .hero-btn .elementor-button {
    width: 100%;
    justify-content: center;
  }

  .section-title h2 {
    font-size: 1.9rem;
  }
}/* End custom CSS */