/*
Theme Name: DoTherapy
Theme URI: https://www.dotherapy.com.br
Author: Bárbara Camargo
Author URI: https://www.dotherapy.com.br
Description: Tema personalizado para DoTherapy - Psicóloga Bárbara Camargo
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: dotherapy
*/

:root {
  --cream: #F7F0E8; --warm-white: #FDFAF6; --terracotta: #C4714A;
  --terracotta-light: #E8956D; --sage: #7A9E7E; --sage-dark: #4F7153;
  --brown-dark: #2C1F14; --brown-mid: #5C4033; --brown-light: #A08070; --sand: #E8DDD0;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--warm-white); color: var(--brown-dark); font-size: 16px; line-height: 1.7; overflow-x: hidden; }
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1.2rem 4rem; background: rgba(253,250,246,0.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--sand); transition: all 0.3s; }
.nav-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 500; color: var(--brown-dark); text-decoration: none; letter-spacing: 0.02em; }
.nav-logo span { color: var(--terracotta); }
.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a { text-decoration: none; font-size: 0.85rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brown-mid); transition: color 0.2s; }
.nav-links a:hover { color: var(--terracotta); }
.nav-cta { background: var(--terracotta); color: #fff !important; padding: 0.6rem 1.5rem; border-radius: 40px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--terracotta-light) !important; }
.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 80px; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 6rem 3rem 6rem 4rem; position: relative; animation: fadeInLeft 0.9s ease both; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--sand); color: var(--brown-mid); padding: 0.4rem 1rem; border-radius: 40px; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1.5rem; width: fit-content; }
.hero-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--sage); }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem, 5vw, 4.2rem); font-weight: 300; line-height: 1.15; color: var(--brown-dark); margin-bottom: 1.5rem; }
.hero-title em { font-style: italic; color: var(--terracotta); }
.hero-desc { font-size: 1rem; color: var(--brown-light); max-width: 440px; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.btn-primary { background: var(--terracotta); color: #fff; padding: 1rem 2.2rem; border-radius: 50px; text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: all 0.25s; box-shadow: 0 4px 20px rgba(196,113,74,0.35); }
.btn-primary:hover { background: var(--terracotta-light); transform: translateY(-2px); }
.btn-ghost { color: var(--brown-mid); text-decoration: none; font-size: 0.9rem; display: flex; align-items: center; gap: 0.5rem; transition: color 0.2s; }
.btn-ghost:hover { color: var(--terracotta); }
.btn-ghost::after { content: '→'; transition: transform 0.2s; }
.btn-ghost:hover::after { transform: translateX(4px); }
.hero-stats { display: flex; gap: 2rem; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--sand); }
.stat-number { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 500; color: var(--terracotta); line-height: 1; }
.stat-label { font-size: 0.75rem; color: var(--brown-light); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.25rem; }
.hero-right { position: relative; background: var(--cream); overflow: hidden; animation: fadeInRight 0.9s ease both; display: flex; align-items: center; justify-content: center; }
.hero-right::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--cream) 0%, var(--sand) 100%); }
.hero-image-placeholder { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.hero-image-placeholder img { width: 320px; height: 320px; object-fit: cover; object-position: center top; border-radius: 50%; border: 6px solid white; box-shadow: 0 20px 60px rgba(44,31,20,0.18); }
.organic-shape { position: absolute; border-radius: 60% 40% 70% 30% / 50% 60% 40% 50%; }
.shape-1 { width: 280px; height: 280px; background: rgba(122,158,126,0.2); top: 15%; right: 10%; animation: float 6s ease-in-out infinite; }
.shape-2 { width: 180px; height: 180px; background: rgba(196,113,74,0.15); bottom: 20%; left: 15%; animation: float 8s ease-in-out infinite reverse; }
.shape-3 { width: 120px; height: 120px; background: rgba(90,65,40,0.08); top: 55%; right: 25%; animation: float 5s ease-in-out infinite 2s; }
.hero-card { background: white; border-radius: 16px; padding: 1rem 1.5rem; box-shadow: 0 20px 60px rgba(44,31,20,0.15); display: flex; align-items: center; gap: 1rem; white-space: nowrap; position: relative; z-index: 2; margin-top: 1.5rem; }
.hero-card-avatar { width: 48px; height: 48px; border-radius: 50%; background: linear-gradient(135deg, var(--sage), var(--terracotta)); display: flex; align-items: center; justify-content: center; color: white; font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; }
.hero-card-text strong { display: block; font-size: 0.9rem; color: var(--brown-dark); }
.hero-card-text span { font-size: 0.78rem; color: var(--brown-light); }
.about { padding: 7rem 4rem; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; background: var(--warm-white); }
.section-label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 1rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; line-height: 1.2; color: var(--brown-dark); margin-bottom: 1.5rem; }
.section-title em { font-style: italic; color: var(--terracotta); }
.about-text p { font-size: 0.97rem; color: var(--brown-mid); margin-bottom: 1.2rem; line-height: 1.9; }
.credentials { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 2rem; }
.credential-item { display: flex; align-items: center; gap: 0.8rem; font-size: 0.88rem; color: var(--brown-mid); }
.credential-icon { width: 32px; height: 32px; background: var(--sand); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.85rem; }
.about-bg-card { background: var(--cream); border-radius: 24px; padding: 2.5rem; position: relative; overflow: hidden; }
.about-bg-card::before { content: '"'; font-family: 'Cormorant Garamond', serif; font-size: 12rem; line-height: 1; color: var(--sand); position: absolute; top: -2rem; left: 1rem; }
.quote-text { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-style: italic; line-height: 1.6; color: var(--brown-dark); position: relative; z-index: 1; margin-bottom: 1.5rem; }
.quote-author { font-size: 0.82rem; color: var(--brown-light); text-transform: uppercase; letter-spacing: 0.1em; }
.crp-badge { display: inline-block; background: var(--sage); color: white; padding: 0.3rem 0.9rem; border-radius: 20px; font-size: 0.75rem; font-weight: 500; margin-top: 0.5rem; }
.services { padding: 7rem 4rem; background: var(--brown-dark); }
.services-header { text-align: center; margin-bottom: 4rem; }
.services-header .section-label { color: var(--terracotta-light); }
.services-header .section-title { color: var(--cream); }
.services-header p { color: var(--brown-light); font-size: 0.95rem; max-width: 520px; margin: 0 auto; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 2.5rem; transition: all 0.3s; position: relative; overflow: hidden; }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--terracotta); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.service-card:hover { background: rgba(255,255,255,0.08); transform: translateY(-4px); }
.service-card:hover::after { transform: scaleX(1); }
.service-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(196,113,74,0.2); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.5rem; }
.service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 400; color: var(--cream); margin-bottom: 1rem; }
.service-card p { font-size: 0.88rem; color: rgba(240,230,220,0.6); line-height: 1.8; }
.service-tag { display: inline-block; margin-top: 1.5rem; font-size: 0.72rem; color: var(--terracotta-light); letter-spacing: 0.08em; text-transform: uppercase; }
.process { padding: 7rem 4rem; background: var(--cream); }
.process-header { text-align: center; margin-bottom: 5rem; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; }
.steps::before { content: ''; position: absolute; top: 30px; left: 12.5%; right: 12.5%; height: 1px; background: var(--sand); }
.step { text-align: center; position: relative; }
.step-number { width: 60px; height: 60px; border-radius: 50%; background: var(--warm-white); border: 2px solid var(--sand); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--terracotta); margin: 0 auto 1.5rem; position: relative; z-index: 1; transition: all 0.3s; }
.step:hover .step-number { background: var(--terracotta); color: white; border-color: var(--terracotta); }
.step h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: var(--brown-dark); margin-bottom: 0.6rem; }
.step p { font-size: 0.85rem; color: var(--brown-light); line-height: 1.7; }
.cta-banner { padding: 5rem 4rem; background: linear-gradient(135deg, var(--terracotta) 0%, var(--brown-mid) 100%); text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: rgba(255,255,255,0.05); top: -200px; right: -100px; }
.cta-banner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; color: white; margin-bottom: 1rem; position: relative; z-index: 1; }
.cta-banner p { color: rgba(255,255,255,0.8); font-size: 1rem; margin-bottom: 2.5rem; position: relative; z-index: 1; }
.btn-white { background: white; color: var(--terracotta); padding: 1rem 2.5rem; border-radius: 50px; text-decoration: none; font-size: 0.9rem; font-weight: 500; display: inline-block; transition: all 0.25s; position: relative; z-index: 1; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }
.cta-sub { display: block; margin-top: 1rem; font-size: 0.8rem; color: rgba(255,255,255,0.6); position: relative; z-index: 1; }
.faq { padding: 7rem 4rem; max-width: 860px; margin: 0 auto; }
.faq-header { text-align: center; margin-bottom: 3rem; }
.faq-item { border-bottom: 1px solid var(--sand); padding: 1.5rem 0; }
.faq-question { font-size: 1rem; font-weight: 500; color: var(--brown-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-toggle { width: 28px; height: 28px; border-radius: 50%; background: var(--sand); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.1rem; color: var(--terracotta); transition: all 0.2s; }
.faq-answer { font-size: 0.9rem; color: var(--brown-light); line-height: 1.8; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-item.open .faq-answer { max-height: 300px; padding-top: 1rem; }
.faq-item.open .faq-toggle { background: var(--terracotta); color: white; transform: rotate(45deg); }
.contact { padding: 7rem 4rem; background: var(--warm-white); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.contact-info h2 { font-family: 'Cormorant Garamond', serif; font-size: 2.5rem; font-weight: 300; color: var(--brown-dark); margin-bottom: 1rem; }
.contact-info p { font-size: 0.92rem; color: var(--brown-light); line-height: 1.8; margin-bottom: 2rem; }
.contact-items { display: flex; flex-direction: column; gap: 1rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; font-size: 0.9rem; color: var(--brown-mid); }
.contact-item-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--sand); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.contact-form { background: var(--cream); border-radius: 24px; padding: 2.5rem; }
.contact-form h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--brown-dark); margin-bottom: 1.5rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.05em; text-transform: uppercase; color: var(--brown-mid); margin-bottom: 0.5rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.9rem 1rem; border: 1px solid var(--sand); border-radius: 12px; background: white; font-family: 'DM Sans', sans-serif; font-size: 0.9rem; color: var(--brown-dark); outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--terracotta); }
.form-group textarea { height: 100px; resize: vertical; }
.form-submit { width: 100%; padding: 1rem; background: var(--terracotta); color: white; border: none; border-radius: 50px; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 500; cursor: pointer; transition: all 0.25s; }
.form-submit:hover { background: var(--terracotta-light); transform: translateY(-1px); }
footer { background: var(--brown-dark); color: rgba(240,230,220,0.6); padding: 3rem 4rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--cream); }
.footer-logo span { color: var(--terracotta-light); }
footer p { font-size: 0.82rem; }
.footer-links { display: flex; gap: 1.5rem; list-style: none; }
.footer-links a { font-size: 0.82rem; color: rgba(240,230,220,0.6); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--terracotta-light); }
.whatsapp-float { position: fixed; bottom: 2rem; right: 2rem; z-index: 200; background: #25D366; color: white; width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,0.45); transition: all 0.25s; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-15px) rotate(5deg); } }
@media (max-width: 900px) {
  nav { padding: 1rem 1.5rem; } .nav-links { display: none; }
  .hero, .about, .contact { grid-template-columns: 1fr; }
  .hero-right { min-height: 50vh; } .hero-left { padding: 4rem 1.5rem 3rem; }
  .about, .contact { padding: 4rem 1.5rem; gap: 3rem; }
  .services, .process, .faq { padding: 4rem 1.5rem; }
  .services-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; } .steps::before { display: none; }
  footer { flex-direction: column; text-align: center; padding: 2rem 1.5rem; }
  .cta-banner { padding: 4rem 1.5rem; }
}

/* ── AGENDA DOCTORALIA ── */
.agenda {
  padding: 7rem 4rem;
  background: var(--cream);
  text-align: center;
}
.agenda-header {
  margin-bottom: 3rem;
}
.agenda-header p {
  color: var(--brown-light);
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
.agenda-widget {
  max-width: 900px;
  margin: 0 auto;
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(44, 31, 20, 0.08);
  overflow: hidden;
}
