/* ==========================================================================
   Dra. Marjane Guimarães Gonçalves — Landing Page
   Paleta: off-white #FAF8F5 · dourado #C9A882 · preto suave #1A1A1A · texto #2C2C2C
   ========================================================================== */

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

body {
  margin: 0;
  background: #FAF8F5;
  color: #2C2C2C;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

a { color: #C9A882; text-decoration: none; }
a:hover { color: #1A1A1A; }

img { max-width: 100%; }

h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 500; margin: 0; }

/* ---------- utilitários ---------- */
.container { max-width: 1280px; margin: 0 auto; }
.section { padding: clamp(56px, 8vw, 110px) clamp(20px, 6vw, 64px); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.eyebrow {
  font-size: 12.5px; letter-spacing: 2.5px; text-transform: uppercase;
  color: #C9A882; font-weight: 700; margin-bottom: 18px;
}
.section-title { font-size: clamp(28px, 3.4vw, 40px); color: #1A1A1A; margin-bottom: 16px; }
.section-sub { font-size: 16px; line-height: 1.7; margin: 0; }

.btn {
  display: inline-block;
  background: #C9A882;
  color: #1A1A1A;
  padding: 16px 34px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.2px;
  transition: background .25s ease, color .25s ease;
}
.btn:hover { background: #1A1A1A; color: #FAF8F5; }
.btn-outline {
  display: inline-block;
  border: 1px solid #C9A882;
  color: #1A1A1A;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  transition: background .25s ease, color .25s ease;
}
.btn-outline:hover { background: #C9A882; color: #1A1A1A; }

/* placeholder de imagem — troque pelo <img> real */
.img-placeholder {
  background: repeating-linear-gradient(45deg, #EFE9E1, #EFE9E1 10px, #E6DED3 10px, #E6DED3 20px);
  border-radius: 6px;
  display: flex; align-items: center; justify-content: center;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px; color: #8a8172; text-align: center; padding: 12px;
}

/* ---------- navegação ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: #000000F0;
  backdrop-filter: blur(6px);
  border-bottom: 1px solid #1A1A1A22;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
  padding: 16px clamp(20px, 5vw, 64px);
}
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-links {
  display: flex; align-items: center; gap: clamp(12px, 2vw, 28px);
  flex-wrap: wrap; font-size: 14px; letter-spacing: .3px;
}
.nav-links a { color: #C9A882; transition: color .2s ease; }
.nav-links a:hover { color: #FAF8F5; }

/* ---------- hero ---------- */
.hero {
  position: relative;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  align-items: center; gap: 48px;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 6vw, 64px);
  max-width: 1440px; margin: 0 auto;
}
.hero-copy { max-width: 620px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(36px, 5vw, 58px); line-height: 1.15; margin-bottom: 24px; color: #1A1A1A; }
.hero p { font-size: 17px; line-height: 1.7; margin: 0 0 36px; max-width: 520px; }
.hero-media { position: relative; }
.hero-media .img-placeholder,
.hero-media img {
  width: 100%; height: clamp(360px, 45vw, 520px);
  object-fit: cover; border-radius: 24px;
  box-shadow: 0 24px 60px -20px rgba(26,26,26,.25);
}
.hero-media::after {
  content: ""; position: absolute; bottom: -18px; left: -18px;
  width: 96px; height: 96px; border: 1px solid #C9A882; border-radius: 24px; z-index: -1;
}

/* ---------- sobre ---------- */
.about { background: #FFFFFF; border-top: 1px solid rgba(201,168,130,.4); }
.about-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 56px; align-items: center;
}
.about-grid .img-placeholder,
.about-grid > img { width: 100%; height: clamp(360px, 40vw, 480px); object-fit: cover; border-radius: 20px; }
.about h2 { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.25; margin-bottom: 24px; color: #1A1A1A; }
.about p { font-size: 15.5px; line-height: 1.85; margin: 0 0 16px; }
.credentials {
  display: flex; flex-wrap: wrap; gap: 14px 28px;
  border-top: 1px solid rgba(201,168,130,.4); padding-top: 24px; margin-top: 32px;
}
.credentials li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; list-style: none; }
.credentials li::before {
  content: ""; width: 5px; height: 5px; border-radius: 50%;
  background: #C9A882; flex-shrink: 0;
}
.credentials { padding-left: 0; }

/* ---------- procedimentos ---------- */
.procedures { background: #F3EEE7; }
.tabs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; margin-bottom: 40px; }
.tab {
  padding: 12px 24px; border-radius: 999px;
  font-family: inherit; font-size: 13.5px; font-weight: 700; letter-spacing: .2px;
  cursor: pointer; color: #1A1A1A;
  border: 1px solid rgba(201,168,130,.5); background: transparent;
  transition: background .2s ease, border-color .2s ease;
}
.tab:hover { background: rgba(201,168,130,.25); border-color: #C9A882; }
.tab.is-active { background: #C9A882; border-color: #C9A882; }
.tab-subtitle { text-align: center; font-size: 15px; color: #6b6459; margin-bottom: 36px; font-style: italic; }
.cards { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; }
.card {
  flex: 0 1 calc(33.333% - 16px); min-width: 260px; max-width: 340px;
  background: #FFFFFF; border: 1px solid rgba(201,168,130,.45); border-radius: 4px;
  padding: 30px 26px; box-shadow: 0 12px 30px -18px rgba(26,26,26,.18);
}
.card h3 { font-size: 19px; margin-bottom: 10px; color: #1A1A1A; }
.card p { font-size: 14px; line-height: 1.65; margin: 0; }

/* ---------- resultados / carrosséis ---------- */
.results { background: #F3EEE7; padding: clamp(56px, 8vw, 110px) 0; }
.results .container { padding: 0 clamp(20px, 6vw, 64px); }
.marquee { overflow: hidden; padding: 24px 0 12px; }
.marquee-track { display: flex; gap: 22px; width: max-content; animation: marquee 48s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.ba-card {
  flex: 0 0 auto; width: 260px; background: #FFFFFF;
  border: 1px solid rgba(201,168,130,.4); border-radius: 6px; padding: 16px;
}
.ba-card .img-placeholder, .ba-card img { width: 100%; height: 260px; object-fit: cover; border-radius: 6px; display: block; }
.disclaimer { text-align: center; font-size: 12px; color: #6b6459; margin-top: 8px; padding: 0 clamp(20px, 6vw, 64px); }
.center-cta { text-align: center; margin-top: 32px; padding: 0 clamp(20px, 6vw, 64px); }

/* ---------- diferenciais ---------- */
.differentials { background: #FFFFFF; }
.diff-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 36px; }
.diff-item { flex: 0 1 260px; }
.diff-num { font-family: 'Playfair Display', serif; font-size: 15px; color: #C9A882; margin-bottom: 10px; }
.diff-item h3 { font-family: 'Montserrat', sans-serif; font-size: 17px; font-weight: 700; margin-bottom: 10px; color: #1A1A1A; }
.diff-item p { font-size: 14.5px; line-height: 1.7; margin: 0; }

/* ---------- depoimentos ---------- */
.testimonials { background: #FAF8F5; }
.testimonial-card {
  flex: 0 0 auto; width: 300px; background: #FFFFFF; border-radius: 6px;
  overflow: hidden; box-shadow: 0 16px 40px -24px rgba(26,26,26,.2);
}
.testimonial-card img { width: 100%; height: 420px; object-fit: cover; display: block; }

/* ---------- localização ---------- */
.locations { background: #FFFFFF; border-top: 1px solid rgba(201,168,130,.4); }
.loc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 32px; }
.loc-card { border: 1px solid rgba(201,168,130,.4); border-radius: 6px; overflow: hidden; }
.loc-card iframe { width: 100%; height: 240px; border: 0; display: block; }
.loc-body { padding: 24px; }
.loc-body h3 { font-size: 20px; margin-bottom: 12px; color: #1A1A1A; }
.loc-address { font-size: 13.5px; line-height: 1.6; color: #6b6459; margin-bottom: 16px; }
.loc-hours { font-size: 14px; line-height: 1.8; margin-bottom: 18px; }
.loc-phone { display: block; font-size: 14px; color: #1A1A1A; font-weight: 700; margin-bottom: 18px; }

/* ---------- CTA final ---------- */
.cta-final { background: #1A1A1A; text-align: center; padding: clamp(64px, 10vw, 120px) clamp(20px, 6vw, 64px); }
.cta-final .inner { max-width: 640px; margin: 0 auto; }
.cta-final h2 { font-size: clamp(30px, 4vw, 44px); color: #FAF8F5; margin-bottom: 20px; }
.cta-final p { font-size: 16px; line-height: 1.75; color: #cfc9bf; margin: 0 0 36px; }
.cta-final .btn:hover { background: #FAF8F5; color: #1A1A1A; }

/* ---------- rodapé ---------- */
.footer {
  background: #FAF8F5; border-top: 1px solid #C9A882;
  padding: 40px clamp(20px, 6vw, 64px);
  display: flex; flex-wrap: wrap; gap: 24px;
  justify-content: space-between; align-items: center;
}
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { height: 52px; width: auto; }
.footer-name { font-family: 'Playfair Display', serif; font-size: 17px; color: #1A1A1A; margin-bottom: 4px; }
.footer-meta { font-size: 12.5px; color: #6b6459; }
.footer-links, .footer-social { display: flex; gap: 24px; font-size: 13.5px; }
.footer-links a { color: #2C2C2C; transition: color .2s ease; }
.footer-links a:hover { color: #C9A882; }

/* ---------- animação de entrada ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
