.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:767px){.elementor-widget-section .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-section .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .eael-protected-content-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-widget-html .protected-content-error-msg{font-size:var( --e-global-typography-secondary-font-size );}}/* Start custom CSS for html, class: .elementor-element-4a625c7 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --teal: #2ABFBF;
  --teal-dark: #1e9999;
  --teal-bg: #edfafa;
  --navy: #1a2744;
  --white: #fff;
  --gray: #6b7280;
  --light: #f4f8fb;
  --text: #1f2937;
  --border: #e5e7eb;
  --green: #25a96a;
}
body { font-family: 'Raleway', sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  background: var(--white);
  overflow: hidden;
}
.hero-left {
  padding: 56px 40px 40px 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-left h1 {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 14px;
}
.hero-left h1 span { color: var(--navy); }
.hero-sub {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}
.hero-desc {
  font-size: 0.87rem;
  color: var(--gray);
  margin-bottom: 28px;
  max-width: 400px;
  line-height: 1.7;
}
.btn-wpp-green {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--green);
  color: white !important;
  padding: 13px 24px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: opacity 0.2s;
}
.btn-wpp-green:hover { opacity: 0.88; }

.hero-trust-bar {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
}
.hero-trust-item svg { color: var(--teal); }
.hero-trust-item span {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.3;
}

.hero-right {
  position: relative;
  overflow: hidden;
  background: var(--light);
}
.hero-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.hero-badge {
  position: absolute;
  bottom: 24px;
  right: 20px;
  background: var(--navy);
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
  text-align: right;
  font-family: 'Playfair Display', serif;
}
.hero-badge .badge-name {
  font-size: 1rem;
  font-style: italic;
  display: block;
  margin-bottom: 2px;
}
.hero-badge .badge-crp {
  font-family: 'Raleway', sans-serif;
  font-size: 0.7rem;
  opacity: 0.7;
  font-style: normal;
}

/* ── SEÇÕES BASE ── */
section { padding: 64px 6%; }
.section-header { text-align: center; margin-bottom: 40px; }
.section-header h2 {
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}
.section-header p { font-size: 0.87rem; color: var(--gray); }

/* ── IDENTIFICA ── */
.identifica { background: var(--light); }

.identifica-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 12px;
}
.id-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 20px 10px;
  border-radius: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.id-item:hover { border-color: var(--teal); box-shadow: 0 4px 12px rgba(42,191,191,0.1); }
.id-icon {
  width: 52px; height: 52px;
  background: var(--teal-bg);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.id-icon svg { color: var(--teal); }
.id-item p { font-size: 0.72rem; font-weight: 600; color: var(--navy); line-height: 1.35; }

/* ── COMO AJUDA ── */
.como {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0;
  min-height: 420px;
}
.como-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.como-text {
  padding: 56px 6% 56px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}
.como-text h2 {
  font-size: clamp(1.3rem, 1.8vw, 1.65rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 12px;
}
.como-text > p {
  font-size: 0.87rem;
  color: var(--gray);
  line-height: 1.7;
  margin-bottom: 6px;
}
.como-text .como-intro { margin-bottom: 20px; }
.checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
  margin-bottom: 28px;
}
.check-item {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.83rem;
  font-weight: 600;
  color: var(--navy);
}
.check-icon {
  width: 20px; height: 20px;
  background: var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.check-icon svg { color: white; }

/* ── PSICÓLOGA ── */
.psicologa {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: center;
  background: var(--light);
}
.psic-photo {
  border-radius: 16px;
  overflow: hidden;
  height: 420px;
}
.psic-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.psic-text .eyebrow {
  font-size: 0.78rem;
  color: var(--gray);
  margin-bottom: 4px;
}
.psic-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}
.psic-crp {
  font-size: 0.78rem;
  color: var(--gray);
  margin-bottom: 18px;
}
.psic-text p {
  font-size: 0.87rem;
  color: var(--gray);
  line-height: 1.75;
  margin-bottom: 10px;
}
.psic-credenciais {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.cred-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.cred-icon {
  width: 44px; height: 44px;
  background: var(--teal-bg);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.cred-icon svg { color: var(--teal); }
.cred-item span {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.35;
}

/* ── COMO FUNCIONA ── */
.funciona { background: var(--white); }

.steps-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 8px;
  margin-top: 8px;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.step-circle {
  width: 52px; height: 52px;
  border: 2px solid var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--white);
  position: relative;
}
.step-circle svg { color: var(--teal); }
.step-num {
  position: absolute;
  top: -8px; left: -8px;
  width: 22px; height: 22px;
  background: var(--teal);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  color: white;
}
.step h3 { font-size: 0.88rem; font-weight: 700; color: var(--teal); }
.step p { font-size: 0.75rem; color: var(--gray); line-height: 1.5; max-width: 140px; }
.step-arrow {
  display: flex;
  align-items: center;
  padding-top: 26px;
  color: var(--teal);
  opacity: 0.5;
}

/* ── FAQ ── */
.faq { background: var(--light); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
details { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: var(--white); }
summary {
  padding: 15px 18px;
  font-size: 0.87rem;
  font-weight: 600;
  color: var(--navy);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  user-select: none;
  transition: background 0.15s;
}
summary::-webkit-details-marker { display: none; }
summary:hover { background: var(--teal-bg); }
.chev { width: 18px; height: 18px; color: var(--teal); flex-shrink: 0; transition: transform 0.2s; }
details[open] .chev { transform: rotate(180deg); }
.faq-body { padding: 12px 18px 16px; font-size: 0.84rem; color: var(--gray); line-height: 1.7; border-top: 1px solid var(--border); }

/* ── CTA FINAL ── */
.cta-final {
  background: var(--navy);
  padding: 56px 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.cta-left h2 {
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  font-weight: 700;
  color: white;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cta-left p { font-size: 0.87rem; color: rgba(255,255,255,0.6); }
.cta-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cta-security {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.4);
}

/* FOOTER INFO */
.footer-info {
  background: #0f1826;
  padding: 24px 6%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.fi-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fi-item svg { color: var(--teal); flex-shrink: 0; margin-top: 2px; }
.fi-item div { font-size: 0.78rem; color: rgba(255,255,255,0.55); line-height: 1.55; }
.fi-item div strong { display: block; color: rgba(255,255,255,0.85); font-size: 0.8rem; margin-bottom: 2px; }
.footer-bottom {
  background: #0f1826;
  padding: 14px 6%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.06);
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom p, .footer-bottom a { font-size: 0.73rem; color: rgba(255,255,255,0.3); text-decoration: none; }
.footer-bottom a:hover { color: var(--teal); }
.footer-links { display: flex; gap: 16px; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero, .como, .cta-final { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .psicologa { grid-template-columns: 1fr; }
  .psic-photo { height: 280px; }
  .steps-row { grid-template-columns: 1fr 1fr; }
  .step-arrow { display: none; }
  .identifica-grid { grid-template-columns: repeat(4, 1fr); }
  .footer-info { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .identifica-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; }
  .psic-credenciais { grid-template-columns: repeat(2, 1fr); }
  .checklist { grid-template-columns: 1fr; }
  .footer-info { grid-template-columns: 1fr; }
}/* End custom CSS */