:root {
  --bg: #f7f3ef;
  --surface: #ffffff;
  --surface-soft: #f2ebe5;
  --text: #2f2925;
  --muted: #6f655d;
  --line: rgba(47, 41, 37, 0.1);
  --primary: #b39685;
  --primary-dark: #62564d;
  --accent: #c9a98e;
  --shadow: 0 18px 45px rgba(44, 31, 18, 0.08);
  --radius: 24px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fcfaf8 0%, #f6f1ec 100%);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p, ul, address { margin: 0; color: var(--muted); }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -0.03em; }
address { font-style: normal; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
}
.skip-link:focus {
  left: 1rem;
  z-index: 1000;
  background: #fff;
  padding: 0.75rem 1rem;
  border-radius: 12px;
}

.section-baixo {
      border-top: 1px solid var(--line);
}

.btn-menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border-radius: 16px;
  border: 1px solid var(--primary);
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, background 0.2s ease;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(252, 250, 248, 0.82);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}
.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  font-weight: 700;
}
.brand strong { display: block; font-size: 1rem; }
.brand small { color: var(--muted); }

.nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.nav a:not(.btn) {
  color: var(--muted);
  font-weight: 500;
}
.nav a:not(.btn):hover { color: var(--text); }

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--text);
  margin: 4px auto;
}

.hero {
  position: relative;
  padding: 2.5rem 0 4rem;
  overflow: clip;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0 auto auto -8%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(222, 193, 187, 0.28) 0%, rgba(222, 193, 187, 0) 72%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  right: 3%;
  bottom: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 142, 0.18) 0%, rgba(201, 169, 142, 0) 72%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.88fr);
  gap: 5rem;
  align-items: center;
}
.section-tag,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(127, 111, 99, 0.1);
  color: var(--primary-dark);
  border: 1px solid rgba(127, 111, 99, 0.14);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.88rem;
  font-weight: 700;
}
.section-tag.light {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  border-color: rgba(255,255,255,0.18);
}
.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.hero-kicker {
  margin-bottom: 1.25rem;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a7b75;
  font-weight: 700;
}
.hero h1 {
  font-size: clamp(3.1rem, 5.3vw, 5.1rem);
  margin: 0 0 1.1rem;
}
.lead {
  font-size: 1.12rem;
  max-width: 56ch;
}
.hero-soft-line {
  max-width: 54ch;
  margin-top: 1.3rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(127, 111, 99, 0.16);
  color: var(--primary-dark);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 1.5rem;
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.2rem;
  color: var(--primary-dark);
  font-weight: 600;
  margin-top: 14px;
}
.hero-meta span {
  position: relative;
  padding-left: 1rem;
}
.hero-meta span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(201, 169, 142, 0.95);
}
.hero-media {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.hero-media::before {
  content: '';
  position: absolute;
  inset: 8% 4% 3% 8%;
  border-radius: 46% 54% 40% 60% / 40% 38% 62% 60%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85) 0%, rgba(231, 214, 210, 0.58) 100%);
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 14% 0 0 14%;
  border: 1px solid rgba(180, 142, 133, 0.18);
  border-radius: 46% 54% 40% 60% / 40% 38% 62% 60%;
}
.hero-media img {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  margin-left: auto;
  aspect-ratio: 0.84;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 42px 42px 150px 42px;
  border: 10px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 30px 70px rgba(72, 46, 38, 0.14);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.9rem 1.25rem;
  border-radius: 16px;
  background: #a0a67c;
  color: #fff;
  font-weight: 700;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-1px); background: var(--primary-dark); }
.btn-secondary {
  background: #947e6c;
  color: white;
  border: 1px solid var(--line);
  box-shadow: none;
}
.btn-light {
  background: #fff;
  color: var(--primary-dark);
}
.btn-sm {
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 14px;
}

.card,
.contact-panel {
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card h3,
.contact-panel h3 { font-size: 1.05rem; }

.section { padding: 5rem 0; }
.section-soft { background: rgba(255,255,255,0.4); }
.section-heading {
  max-width: 780px;
  margin-bottom: 2.2rem;
}
.section-heading.center { text-align: center; margin-inline: auto auto; }
.section h2 { font-size: clamp(2rem, 3.3vw, 3.2rem); margin: 1rem 0; }

.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 2rem;
  align-items: center;
}
.split-section.reverse { grid-template-columns: 0.9fr 1.1fr; }
.image-stack img {
  width: 100%;
  aspect-ratio: 5 / 4;
  max-height: 460px;
  border-radius: 28px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
  display: grid;
  gap: 0.9rem;
}
.check-list li {
  position: relative;
  padding-left: 1.8rem;
}
.check-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-size: 1.4rem;
  line-height: 1;
}

.cards-grid,
.service-grid,
.steps-grid,
.contact-cards,
.mini-grid {
  display: grid;
  gap: 1rem;
}
.cards-5 { grid-template-columns: repeat(5, minmax(0,1fr)); }
.feature-card,
.service-card,
.step-card,
.contact-card,
.small-card { padding: 18px; }
.feature-card h3,
.service-card h3,
.step-card h3 { margin-bottom: 0.7rem; }
.service-grid { grid-template-columns: 1.15fr 1fr 1fr; }
.service-card.highlight {
  background: linear-gradient(180deg, rgba(127, 111, 99, 0.09), #fff);
}
.service-card a {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--primary-dark);
  font-weight: 700;
}
.mini-grid { grid-template-columns: repeat(3, minmax(0,1fr)); margin: 1.4rem 0 1.5rem; }
.small-card { border-radius: 20px;text-align: center; }

.cta-band {
  background: linear-gradient(135deg, #7f6f63 0%, #9d8570 100%);
  color: #fff;
}
.cta-band p { color: rgba(255,255,255,0.84); }
.cta-band-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
    text-align: center;
}

.steps-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.step-card span {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: rgba(127, 111, 99, 0.1);
  color: var(--primary-dark);
  font-weight: 800;
  font-size: xxx-large;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
}
.faq-list {
  display: grid;
  gap: 0.9rem;
}
.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1.1rem 1.2rem;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--text);
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { padding-top: 0.8rem; }

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
.contact-cards { grid-template-columns: repeat(3, minmax(0,1fr)); margin-top: 1.5rem; }
.contact-card strong { display: block; margin-bottom: 0.7rem; }
.contact-card a { font-weight: 700; color: var(--primary-dark); }
.contact-panel {
  padding: 2rem;
  position: sticky;
  top: 110px;
}
.contact-panel p { margin: 0.8rem 0 1.2rem; }
.contact-panel small { display: block; margin-top: 1rem; color: var(--muted); }

.site-footer {
  padding: 4.4rem 0 6rem;
  border-top: 1px solid var(--line);
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.about-psychologist {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 64px;
  align-items: center;
}

.about-photo {
  position: relative;
}

.about-photo img {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 3 / 4.6;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  border: 3px solid rgba(178, 149, 132, 0.35);
  box-shadow: 0 18px 45px rgba(59, 43, 34, 0.08);
}

.about-content h2 {
  margin: 10px 0 10px;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.05;
  color: #b29584;
}

.about-divider {
  width: 78px;
  height: 3px;
  border-radius: 999px;
  margin: 12px 0 18px;
  background: linear-gradient(
    to right,
    transparent 0%,
    #d4beb2 18%,
    #b29584 50%,
    #d4beb2 82%,
    transparent 100%
  );
}

.about-quote {
  margin-bottom: 24px;
  font-size: 1.35rem;
  line-height: 1.5;
  font-style: italic;
  color: #cfb6ab;
}

.about-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 14px;
}

.about-highlights li {
  position: relative;
  padding-left: 32px;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #473b35;
}

.about-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d9c6bc;
  box-shadow: 0 0 0 5px rgba(217, 198, 188, 0.22);
}

.about-content p:not(.about-quote) {
  margin: 0 0 18px;
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.85;
  color: #3f342f;
}

.about-content .btn {
  margin-top: 12px;
}

/* responsivo */
@media (max-width: 980px) {
  .about-psychologist {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-photo {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }

  .about-photo img {
    max-width: 100%;
  }

  .about-content {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .about-content h2 {
    font-size: 2rem;
  }

  .about-quote {
    font-size: 1.08rem;
  }

  .about-highlights li,
  .about-content p:not(.about-quote) {
    font-size: 1rem;
  }
}

.floating-cta {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 30;
  padding: 0.95rem 1.15rem;
  border-radius: 999px;
 background: none;
    border: solid 1px #a0a67c;
    color:#a0a67c;
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
  display: flex;
}

@media (max-width: 1100px) {
  .cards-5 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .steps-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-grid,
  .contact-cards,
  .mini-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 900px) {


.section h2 {
    font-size: 41px;
}

  .image-stack img {
    height: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  .split-section {
    display: revert;
  }
  .hero { padding-top: 2.25rem; }
  .hero-grid { gap: 2.2rem; }
  .hero-media {
    min-height: auto;
  }
  .hero-media::before {
    inset: 8% 4% 0 4%;
  }
  .hero-media::after {
    inset: 12% 0 0 10%;
  }
  .hero-media img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    height: 490px;
  }
  .nav-toggle { display: inline-block; }
  .nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255,255,255,0.98);
    box-shadow: var(--shadow);
  }
  .nav.open { display: flex; }
  .hero-grid,
  .faq-layout,
  .contact-grid,
  .cta-band-wrap {
    grid-template-columns: 1fr;
    display: grid;
  }
  .trust-boxes,
  .service-grid,
  .contact-cards,
  .mini-grid,
  .cards-5,
  .steps-grid { grid-template-columns: 1fr; }
  .contact-panel { position: static; }
}

@media (max-width: 640px) {
  .hero { padding-top: 1.5rem; }
  .section { padding: 4rem 0; }
  .hero h1 { font-size: 2.6rem; }
  .hero-kicker {
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }
  .hero-note {
    padding-left: 0.85rem;
  }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
  .floating-cta {
    background: #fffc;
    border: solid 1px green;
    color:green;
    text-align: center;
    font-weight: 600;
  }
      .btn {
        display: flex;
      }
}
