/* ================================================
   LETÍCIA FREITAS PSI — styles.css
   Updated with Figma/Anima design system
   ================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cream: #edf4ef;
  --warm-white: #f5faf6;
  --brown: #3a6b4e;
  --brown-dark: #2d5540;
  --brown-btn: #4A7B5E;
  --text-dark: #1a2e25;
  --text-mid: #3d5e4e;
  --text-light: #7aa898;
  --accent-italic: #4A7B5E;
  --card-bg: #deeee6;
  --border-green: #cce4d4;
}

body {
  font-family: 'DM Sans', sans-serif;
  background-color: #ffffff;
  color: var(--text-dark);
  min-height: 100vh;
  overflow-x: hidden;
}

/* =========================================
   NAV
   ========================================= */
nav {
  position: relative;
  z-index: 100;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.border-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
  max-width: 1360px;
  background-color: #ffffff;
  border-radius: 34px;
  border: 1px solid #cce4d4;
  box-shadow: 4px 6px 19.3px #4a7b5e24;
  gap: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-img {
  height: 36px;
  width: auto;
  display: block;
}
.footer-logo-img {
  height: 36px;
  width: auto;
  display: block;
  margin-bottom: 4px;
}
.logo-icon {
  width: 43px;
  height: 43px;
  flex-shrink: 0;
}
.logo-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: -1px;
  line-height: 1;
}
.logo-text span {
  color: #6eb78c;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  color: var(--text-mid);
  font-size: 0.9rem;
  font-weight: 400;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover { color: var(--text-dark); }

.btn-schedule {
  background: var(--brown-btn);
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
}
.btn-schedule:hover { background: var(--brown-dark); transform: translateY(-1px); }

/* =========================================
   LANGUAGE TOGGLE
   ========================================= */
.nav-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.lang-toggle {
  display: flex;
  align-items: center;
  gap: 2px;
  background: var(--cream);
  border-radius: 50px;
  padding: 4px 6px;
  border: 1px solid var(--border-green);
}

.lang-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-light);
  padding: 4px 10px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  transition: background 0.18s, color 0.18s;
  line-height: 1;
}
.lang-btn:hover { color: var(--text-dark); }
.lang-btn.active {
  background: var(--brown-btn);
  color: #ffffff;
}

.lang-sep {
  color: var(--border-green);
  font-size: 0.75rem;
  line-height: 1;
  user-select: none;
}

/* =========================================
   HERO
   ========================================= */
.section-hero-wrap {
  background: #ffffff;
  padding: 0 40px 40px;
  display: flex;
  justify-content: center;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  gap: 40px;
  width: 100%;
  max-width: 1360px;
  border-radius: 80px;
  overflow: hidden;
  border: 1px solid #cce4d4;
  background:
    linear-gradient(250deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 100%),
    linear-gradient(0deg, rgba(239,248,241,1) 0%, rgba(239,248,241,1) 100%);
  position: relative;
  min-height: 560px;
}

.hero-left {
  position: relative;
  z-index: 2;
  max-width: 540px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

.badge {
  display: inline-block;
  background: #e2f0e8;
  color: var(--text-mid);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  border: 1px solid #6eb78c;
}

.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.90rem, 4.83vw, 4.11rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--text-dark);
  margin: 0;
}

.hero-title em {
  font-style: italic;
  color: var(--accent-italic);
}

.hero-desc {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.75;
  max-width: 420px;
  margin: 0;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding-top: 8px;
}

.btn-whatsapp {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--brown-btn);
  color: #fff;
  border: none;
  padding: 16px 28px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.btn-whatsapp:hover { background: var(--brown-dark); transform: translateY(-1px); }

.btn-como {
  color: var(--text-mid);
  font-size: 0.9rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s;
}
.btn-como:hover { color: var(--text-dark); }

.hero-tagline {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--brown-btn);
  font-size: 0.8rem;
  padding-top: 20px;
}
.hero-tagline::before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: var(--brown-btn);
  flex-shrink: 0;
}

/* =========================================
   PHOTO CARD (Hero)
   ========================================= */
.hero-right {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
}

.photo-card {
  width: min(455px, 45vw);
  height: 606px;
  background: var(--card-bg);
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: visible;
  box-shadow: 13px 10px 8px #7aa89833;
}

.photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 6px;
  border-radius: 32px;
  background: linear-gradient(149deg, rgba(175,228,209,1) 0%, rgba(74,123,94,1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}

.photo-img-wrap {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-radius: 32px;
  overflow: hidden;
  z-index: 0;
}
.photo-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
  scale: 1;
  transition: scale 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Easter egg — zoom suave na face ao hover, borda inalterada */
.photo-card:hover .photo-img-wrap img {
  scale: 1.08;
}

.online-badge {
  position: absolute;
  bottom: -20px;
  left: -30px;
  background: #fff;
  border-radius: 16px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.08);
  z-index: 2;
}

.online-icon {
  width: 38px;
  height: 38px;
  background: #e2f0e8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.online-text strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
}
.online-text span {
  font-size: 0.75rem;
  color: var(--text-light);
}

/* =========================================
   SHARED SECTION ELEMENTS
   ========================================= */
.section-badge {
  display: inline-block;
  border: 1px solid #4a7b5e;
  color: var(--text-mid);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
}
.section-badge-sm {
  display: inline-block;
  border: 1px solid #b8d8c4;
  color: var(--text-mid);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 50px;
  margin-bottom: 20px;
}

/* Shared button WPP small */
.btn-wpp-sm {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--brown-btn);
  color: #fff;
  border: none;
  padding: 14px 24px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}
.btn-wpp-sm:hover { background: var(--brown-dark); }

/* =========================================
   VOCÊ SE IDENTIFICA
   ========================================= */
.section-identify {
  padding: 80px 60px;
  text-align: center;
  background: #fff;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.42rem, 4.23vw, 3.38rem);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
}
.section-desc {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 48px;
}
.cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
}
.card {
  background: var(--cream);
  border-radius: 20px;
  padding: 32px 28px;
}
.card-icon {
  width: 44px; height: 44px;
  background: #d4eadb;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.33rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
  line-height: 1.3;
}
.card p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.75;
}

/* =========================================
   ABORDAGENS
   ========================================= */
.section-abordagens {
  padding: 96px 60px;
  background: var(--warm-white);
  border-radius: 32px 32px 0 0;
}
.abordagens-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 72px;
}
.abordagens-header h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.42rem, 4.23vw, 3.38rem);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.abordagens-header p {
  color: var(--text-mid);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* Tab system */
.abordagens-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.abordagem-tab {
  background: none;
  border: 1.5px solid #b8d8c4;
  color: var(--text-mid);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s;
  letter-spacing: 0.02em;
}
.abordagem-tab:hover {
  border-color: var(--brown-btn);
  color: var(--brown-btn);
}
.abordagem-tab.active {
  background: var(--brown-btn);
  border-color: var(--brown-btn);
  color: #fff;
}

/* Tab panels */
.abordagem-panel {
  display: none;
  max-width: 1060px;
  margin: 0 auto;
  animation: fadeIn 0.3s ease;
}
.abordagem-panel.active { display: block; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.abordagem-panel-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 15px 15px 40px #4a7b5e33;
}

.panel-explainer {
  padding: 52px 48px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.panel-explainer-top {}
.panel-abrev {
  font-family: 'Playfair Display', serif;
  font-size: 4.35rem;
  font-weight: 600;
  color: var(--brown-btn);
  opacity: 0.12;
  line-height: 1;
  margin-bottom: -8px;
  letter-spacing: -2px;
}
.panel-explainer h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.82rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 8px;
  line-height: 1.25;
}
.panel-explainer .panel-full-name {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brown-btn);
  margin-bottom: 24px;
}
.panel-explainer p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 16px;
}
.panel-explainer p:last-of-type { margin-bottom: 0; }

.panel-cta-row {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* For whom column */
.panel-forwho {
  padding: 52px 44px;
  background: var(--cream);
  display: flex;
  flex-direction: column;
}
.panel-forwho-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.panel-forwho-label::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #b8d8c4;
}
.forwho-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.forwho-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--text-mid);
  line-height: 1.6;
}
.forwho-dot {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  font-size: 0.75rem;
}
.panel-forwho-cta {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid #b8d8c4;
}
.panel-forwho-cta p {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin-bottom: 16px;
}

/* =========================================
   COMO FUNCIONA / PROCESS
   ========================================= */
.section-como-funciona {
  background: var(--warm-white);
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}

.section-process {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  max-width: 1100px;
  width: 100%;
  padding: 80px 60px;
  background: var(--warm-white);
  border-radius: 48px;
  border: 1px solid #cce4d4;
  flex-wrap: wrap;
}

.process-left {
  flex: 1 1 280px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.process-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.17rem, 3.62vw, 2.90rem);
  font-weight: 600;
  color: var(--text-dark);
  line-height: 1.2;
  margin: 0;
}
.process-left p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.8;
  margin: 0;
}
.horarios-box {
  background: var(--cream);
  border-radius: 16px;
  padding: 22px 24px;
  width: 100%;
}
.horarios-box .label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 10px;
}
.horarios-box p {
  font-size: 0.88rem;
  color: var(--text-dark);
  margin: 0;
}
.process-right {
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.info-card {
  background: var(--cream);
  border-radius: 18px;
  padding: 26px 24px;
  transition: background 0.22s ease, color 0.22s ease;
}
.info-card:hover,
.info-card.dark {
  background: #1a2e25;
  color: #fff;
}
.info-card .tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.22s ease;
}
.info-card:hover .tag,
.info-card.dark .tag { color: #7aa898; }
.info-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.40rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 10px;
  transition: color 0.22s ease;
}
.info-card:hover h4,
.info-card.dark h4 { color: #fff; }
.info-card p {
  font-size: 0.85rem;
  color: var(--text-mid);
  line-height: 1.75;
  transition: color 0.22s ease;
}
.info-card:hover p,
.info-card.dark p { color: #a8ccb8; }
.info-card:hover strong,
.info-card.dark strong { color: #fff; }

/* Process photo */
.process-photo {
  position: relative;
  width: 100%;
  max-width: 398px;
  height: 192px;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.process-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.o-processo-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(255,255,255,0.89);
  border: 1px solid #b8d8c4;
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-mid);
  z-index: 1;
}

/* =========================================
   SOBRE
   ========================================= */
.section-about {
  background: var(--cream);
  padding: 80px 60px;
  border-radius: 48px;
}
.about-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 70px;
  align-items: flex-start;
}
.about-photo-col {
  flex: 0 0 auto;
  position: relative;
}
.about-photo-card {
  width: 320px;
  height: 420px;
  background: #cce4d4;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.about-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 20px;
  background: linear-gradient(159deg, rgba(169,214,198,1) 0%, rgba(74,123,94,1) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.about-photo-card img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: 50% 10%;
  display: block;
  border-radius: 20px;
  position: relative;
  top: -15%;
}
.crp-badge {
  position: absolute;
  top: 24px;
  right: -30px;
  background: #fff;
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
  z-index: 2;
}
.crp-badge strong {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-dark);
}
.crp-badge span {
  font-size: 0.72rem;
  color: var(--text-light);
}
.about-text-col {
  flex: 1;
}
.about-text-col h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.17rem, 3.62vw, 3.02rem);
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 24px;
  line-height: 1.2;
}
.about-text-col p {
  font-size: 0.9rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 16px;
  max-width: 520px;
}
.abordagens-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 28px 0 32px;
}
.abordagem-item {
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  border-left: 3px solid var(--brown-btn);
}
.abordagem-item .ab-title {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.abordagem-item .ab-tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brown-btn);
  background: #e2f0e8;
  padding: 2px 8px;
  border-radius: 20px;
}
.abordagem-item p {
  font-size: 0.83rem;
  color: var(--text-mid);
  line-height: 1.7;
  margin: 0;
}

/* =========================================
   LOCALIZAÇÃO — Banner redesign
   ========================================= */
.section-localizacao {
  padding: 29px 40px 40px;
  background: #fff;
}

.banner-consultorio {
  position: relative;
  width: 100%;
  border-radius: 48px;
  overflow: hidden;
  border: 6px solid #7aa898;
  min-height: 520px;
  display: flex;
  align-items: stretch;
}

.background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  object-fit: cover;
  object-position: center;
}

/* Subtle darkening overlay for text readability */
.banner-consultorio::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10,25,18,0.72) 0%, rgba(10,25,18,0.38) 55%, rgba(10,25,18,0.12) 100%);
  z-index: 0;
}

.banner-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.banner-badge {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.6);
  color: #f5faf6;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  background: rgba(245,250,246,0.14);
}

.banner-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.17rem, 3.62vw, 2.90rem);
  color: #f5faf6;
  text-shadow: 0 4px 4px rgba(0,0,0,0.25);
  line-height: 1.2;
  font-weight: 600;
}

.banner-title strong {
  color: #ffffff;
  font-weight: 600;
}

.banner-address {
  color: #f5faf6;
  font-size: 0.9rem;
  line-height: 1.8;
  max-width: 600px;
}

.banner-address strong {
  color: #ffffff;
  font-weight: 700;
}

.btn-banner-light {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f5faf6;
  color: #1a2e25;
  border: none;
  padding: 14px 24px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
  margin-top: 8px;
}
.btn-banner-light:hover { background: #ffffff; transform: translateY(-1px); }

/* =========================================
   FOOTER
   ========================================= */
footer {
  background:
    linear-gradient(150deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%),
    linear-gradient(0deg, rgba(26,46,37,1) 0%, rgba(26,46,37,1) 100%);
  color: #a8ccb8;
  padding: 60px 60px 32px;
  border-radius: 48px 48px 0 0;
  position: relative;
  overflow: hidden;
}

.footer-bg-icon {
  position: absolute;
  top: -10px;
  right: -60px;
  width: 322px;
  height: 337px;
  pointer-events: none;
  opacity: 0.5;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand .logo-text {
  color: #edf4ef;
  font-size: 1.05rem;
  margin-bottom: 10px;
  display: block;
}
.footer-brand .logo-text span { color: #6aad8a; }
.footer-tagline {
  font-size: 1.25rem;
  font-weight: 300;
  color: #f5faf6;
  line-height: 1.7;
  margin-bottom: 16px;
}
.footer-crp {
  font-size: 0.75rem;
  color: #3d5e4e;
}
.footer-col h3 {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #edf4ef;
  margin-bottom: 16px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col ul a {
  text-decoration: none;
  color: #7aa898;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-col ul a:hover { color: #edf4ef; }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: #7aa898;
  margin-bottom: 10px;
}
.footer-contact-item svg { flex-shrink: 0; margin-top: 2px; }
.footer-schedule {
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 16px 18px;
  margin-top: 16px;
}
.footer-schedule .fs-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3d5e4e;
  margin-bottom: 8px;
}
.footer-schedule p {
  font-size: 0.82rem;
  color: #a8ccb8;
  margin-bottom: 4px;
}
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 28px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p {
  font-size: 0.75rem;
  color: #3d5e4e;
}
.footer-bottom-links {
  display: flex;
  gap: 24px;
  list-style: none;
}
.footer-bottom-links a {
  font-size: 0.75rem;
  color: #3d5e4e;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-bottom-links a:hover { color: #7aa898; }

.footer-credit {
  margin-top: 4px;
  font-size: 0.75rem;
  color: #3d5e4e;
  text-align: left;
}
.footer-credit a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-credit a:hover { color: #afd4c0; }

/* =========================================
   RESPONSIVE — tablet ≤ 1024px
   ========================================= */
@media (max-width: 1024px) {
  /* NAV */
  .nav-links { display: none; }

  /* HERO */
  .section-hero-wrap { padding: 0 32px 32px; }
  .hero {
    flex-direction: column;
    align-items: center;
    padding: 48px 32px;
    border-radius: 40px;
    gap: 40px;
    min-height: auto;
  }
  .hero-left { max-width: 100%; }
  .photo-card {
    width: min(420px, 80vw);
    height: auto;
    aspect-ratio: 3/4;
  }
  .photo-img-wrap img {
    height: 130%;
    position: relative;
    top: -15%;
  }

  /* IDENTIFY */
  .cards-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  /* PROCESS */
  .section-como-funciona { padding: 48px 32px; }
  .section-process {
    padding: 48px 32px;
    gap: 32px;
  }

  /* ABOUT */
  .about-inner { gap: 40px; }

  /* FOOTER */
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bg-icon { display: none; }
}

/* =========================================
   RESPONSIVE — mobile ≤ 768px
   ========================================= */
@media (max-width: 768px) {
  /* NAV */
  nav { padding: 12px 16px; }
  .border-group { padding: 10px 14px; border-radius: 20px; }
  .btn-schedule { padding: 10px 18px; font-size: 0.82rem; }

  /* HERO */
  .section-hero-wrap { padding: 0 16px 24px; }
  .hero {
    padding: 36px 24px;
    border-radius: 28px;
    gap: 32px;
  }
  .hero-title { font-size: clamp(2.42rem, 9.66vw, 3.62rem); }
  .photo-card { width: min(340px, 85vw); }
  .online-badge { left: 0; }

  /* IDENTIFY */
  .section-identify { padding: 60px 24px; }
  .cards-grid { grid-template-columns: 1fr; }
  .section-title { font-size: clamp(2.17rem, 7.25vw, 2.90rem); }

  /* ABORDAGENS */
  .section-abordagens { padding: 60px 24px; border-radius: 20px 20px 0 0; }
  .abordagens-header { margin-bottom: 48px; }
  .abordagem-panel-inner { grid-template-columns: 1fr; }
  .panel-explainer { padding: 36px 28px; }
  .panel-forwho { padding: 36px 28px; }

  /* PROCESS */
  .section-como-funciona { padding: 48px 16px; }
  .section-process {
    flex-direction: column;
    padding: 32px 24px;
    border-radius: 24px;
    gap: 24px;
  }
  .process-left { max-width: 100%; }
  .process-photo { height: 220px; max-width: 100%; width: 100%; }
  .process-left h2 { font-size: clamp(1.93rem, 7.25vw, 2.66rem); }

  /* ABOUT */
  .section-about { padding: 60px 24px; border-radius: 24px; }
  .about-inner { flex-direction: column; gap: 40px; }
  .about-photo-col { width: 100%; display: flex; justify-content: center; flex-direction: column; align-items: center; }
  .about-photo-card {
    width: min(280px, 80vw);
    height: auto;
    aspect-ratio: 3/4;
  }
  .about-photo-card img {
    height: 130%;
    position: relative;
    top: -15%;
  }
  .crp-badge {
    right: auto;
    left: calc(min(280px, 80vw) + 8px);
    top: 16px;
  }
  .about-text-col h2 { font-size: clamp(1.93rem, 8.45vw, 2.66rem); }
  .about-text-col p { max-width: 100%; }

  /* LOCALIZAÇÃO */
  .section-localizacao { padding: 20px 16px 24px; }
  .banner-consultorio { min-height: 380px; border-width: 4px; }
  .banner-overlay { padding: 32px 16px; }
  .banner-title { font-size: clamp(1.69rem, 7.25vw, 2.42rem); }

  /* FOOTER */
  footer { padding: 48px 24px 28px; border-radius: 28px 28px 0 0; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-tagline { font-size: 1rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .footer-credit { margin-top: 12px; }
}

/* =========================================
   RESPONSIVE — small mobile ≤ 480px
   ========================================= */
@media (max-width: 480px) {
  /* HERO */
  .section-hero-wrap { padding: 0 8px 16px; }
  .hero { padding: 28px 18px; border-radius: 20px; }
  .hero-title { font-size: clamp(2.17rem, 13.28vw, 3.38rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn-whatsapp { width: 100%; justify-content: center; }

  /* NAV */
  nav { padding: 8px 8px; }
  .border-group { flex-wrap: wrap; gap: 10px; justify-content: space-between; }
  .nav-right { order: 2; }
  .btn-schedule { font-size: 0.8rem; padding: 10px 16px; }
  .lang-btn { font-size: 0.7rem; padding: 3px 8px; }

  /* IDENTIFY */
  .cards-grid { gap: 12px; }

  /* ABORDAGENS */
  .abordagens-tabs { flex-direction: column; align-items: stretch; }
  .abordagem-tab { width: 100%; text-align: center; }

  /* ABOUT */
  .about-photo-card { width: min(240px, 75vw); }
  .crp-badge { left: calc(min(240px, 75vw) + 6px); }
}

/* =========================================
   ANIMATIONS — microinteractions & GSAP support
   ========================================= */

/* ── #9 Reading Progress Bar ── */
#read-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #4A7B5E 0%, #7aa898 100%);
  z-index: 9999;
  border-radius: 0 2px 2px 0;
  pointer-events: none;
  transition: width 0.08s linear;
}

/* ── #2 CTA WhatsApp Pulse ── */
@keyframes wpp-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(74,123,94,0.55); }
  65%  { box-shadow: 0 0 0 14px rgba(74,123,94,0);    }
  100% { box-shadow: 0 0 0 0   rgba(74,123,94,0);     }
}
.btn-whatsapp {
  animation: wpp-pulse 2.6s ease-out infinite;
}

/* ── #4 Floating WhatsApp Button ── */
#float-wpp {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 998;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  padding: 13px 20px 13px 15px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(37,211,102,0.38);
  will-change: transform, opacity;
  cursor: pointer;
}
#float-wpp:hover {
  background: #1db954;
}
#float-wpp svg { flex-shrink: 0; }
@media (max-width: 600px) {
  #float-wpp span { display: none; }
  #float-wpp { padding: 14px; border-radius: 50%; bottom: 20px; right: 20px; }
}

/* ── #6 Cards 3D hover — base setup ── */
.card {
  will-change: transform;
  transform-style: preserve-3d;
  cursor: default;
}

/* ── #8 Tab crossfade — remove CSS animation, GSAP takes over ── */
.abordagem-panel {
  animation: none;
}

/* ── #11 Ripple effect ── */
@keyframes ripple-expand {
  to { transform: scale(4); opacity: 0; }
}
.ripple-circle {
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  animation: ripple-expand 0.55s linear forwards;
  background: rgba(255,255,255,0.32);
  pointer-events: none;
}

/* ── Hero elements — GSAP sets initial opacity, avoid FOUC ── */
.gsap-init .hero-title,
.gsap-init .hero-desc,
.gsap-init .hero-actions,
.gsap-init .hero-tagline,
.gsap-init .badge {
  opacity: 0;
}

/* =========================================
   SCROLL REVEAL — Intersection Observer
   ========================================= */

/* Base hidden state — set by JS to avoid FOUC */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity  0.85s ease-out,
    transform 0.85s ease-out;
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal.from-left  { transform: translateX(-30px); }
.reveal.from-right { transform: translateX(30px);  }
.reveal.from-scale { transform: scale(0.94);        }

.reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: opacity 0.3s ease-out;
    transform: none !important;
  }
}
