/* Amanda Sthefane — Psicóloga | folha de estilo principal */

:root {
  --roxo: #6B3460;
  --roxo-escuro: #522849;
  --lavanda: #F4EFF3;
  --creme: #FDFBFB;
  --grafite: #2B2B2B;
  --serif: 'Newsreader', Georgia, serif;
  --sans: 'Karla', system-ui, -apple-system, sans-serif;
}

/* ── base ── */
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--creme); color: var(--grafite); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.is-loading { overflow: hidden; }
* { box-sizing: border-box; }
img { max-width: 100%; display: block; }
a { color: var(--roxo); text-decoration: none; }
a:hover { color: var(--roxo-escuro); }
p { text-wrap: pretty; }
button { font-family: var(--sans); }

/* ── tela de carregamento ── */
#splash {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--creme);
  opacity: 1;
  transition: opacity 500ms ease;
}
#splash.is-hidden { opacity: 0; }
#splash.is-removed { display: none; }
@keyframes splashIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@keyframes splashLine { from { transform: scaleX(0); } to { transform: scaleX(1); } }

/* ── navegação responsiva ── */
.only-desktop { display: contents; }
.only-mobile { display: none; }
@media (max-width: 1079px) {
  .only-desktop { display: none; }
  .only-mobile { display: block; }
}
.mobile-menu { display: none; }
.mobile-menu.is-open { display: flex; }

/* ── FAQ ── */
.faq-answer { display: none; }
.faq-answer.is-open { display: block; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ══ estilos por seção ══ */

/* ── page ── */
.page-div-1 {
  width: 100%;
  overflow-x: hidden;
}
.page-div-2 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 24px;
  text-align: center;
}
.page-span-3 {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #D8C6D3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 24px;
  color: #6B3460;
  animation: splashIn 700ms ease both;
}
.page-p-4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px,5vw,38px);
  color: #2B2B2B;
  animation: splashIn 700ms ease 120ms both;
}
.page-p-5 {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #8A6F84;
  animation: splashIn 700ms ease 240ms both;
}
.page-span-6 {
  margin-top: 10px;
  width: 120px;
  height: 2px;
  background: #6B3460;
  border-radius: 2px;
  transform-origin: left center;
  animation: splashLine 1200ms ease both;
}


/* ── topo ── */
.topo-header-1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(253,251,251,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #EFE7EC;
}
.topo-div-2 {
  max-width: 1180px;
  margin: 0 auto;
  /* padding: 14px clamp(16px,4vw,26px); */
  padding: 14px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.topo-a-3 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2B2B2B;
}
.topo-span-4 {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #D8C6D3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 20px;
  color: #6B3460;
}
.topo-span-5 {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}
.topo-span-6 {
  font-family: var(--serif);
  font-size: 19px;
  letter-spacing: 0.01em;
}
.topo-span-7 {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #8A6F84;
}
.topo-nav-8 {
  display: flex;
  align-items: center;
  gap: 26px;
}
.topo-a-9 {
  font-size: 14px;
  color: #4A4247;
}
.topo-a-10 {
  background: #6B3460;
  color: #FFFFFF;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.topo-a-10:hover {
  background: #522849;
  color: #FFFFFF;
}
.topo-button-11 {
  width: 48px;
  height: 48px;
  border: 1px solid #E3D6DF;
  background: #FFFFFF;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
.topo-span-12 {
  width: 20px;
  height: 1.5px;
  background: #6B3460;
  display: block;
}
.topo-nav-13 {
  border-top: 1px solid #EFE7EC;
  background: #FDFBFB;
  padding: 18px clamp(16px,4vw,26px) 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.topo-a-14 {
  padding: 12px 0;
  font-size: 16px;
  color: #2B2B2B;
  border-bottom: 1px solid #F4EFF3;
}
.topo-a-15 {
  padding: 12px 0;
  font-size: 16px;
  color: #2B2B2B;
}
.topo-a-16 {
  margin-top: 14px;
  background: #6B3460;
  color: #FFFFFF;
  padding: 15px 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}


/* ── inicio ── */
.inicio-section-1 {
  padding: calc(clamp(64px,8vw,104px) + 78px) clamp(20px,5vw,26px) clamp(64px,8vw,104px);
  background: linear-gradient(180deg,#FDFBFB 0%,#F8F3F7 100%);
}
.inicio-div-2 {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(330px,1fr));
  gap: 56px;
  align-items: center;
}
.inicio-p-3 {
  margin: 0 0 22px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8A6F84;
}
.inicio-h1-4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(36px,4.9vw,60px);
  line-height: 1.12;
  letter-spacing: -0.01em;
}
.inicio-em-5 {
  color: #6B3460;
  font-style: italic;
}
.inicio-div-6 {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}
.inicio-p-7 {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #4A4247;
  font-weight: 500;
}
.inicio-p-8 {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #5A525A;
}
.inicio-p-9 {
  margin: 0;
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
  color: #6B3460;
}
.inicio-div-10 {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.inicio-a-11 {
  background: #6B3460;
  color: #FFFFFF;
  padding: 18px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 10px 26px rgba(107,52,96,0.22);
}
@media (max-width: 1024px) {
    .inicio-div-10 {
        margin-top: 20px;
    }
    .inicio-a-11 {
        width: 100%;
    }
}
.inicio-a-11:hover {
  background: #522849;
  color: #FFFFFF;
}
.inicio-span-12 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #6F5F6B;
}
.inicio-span-13 {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #EFE3EC;
  color: #6B3460;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.inicio-div-14 {
  position: relative;
  display: flex;
  justify-content: center;
}
.inicio-span-15 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%,460px);
  height: 78%;
  background: #EADFE7;
  border-radius: 999px 999px 28px 28px;
}
.inicio-img-16 {
  position: relative;
  width: min(100%,440px);
  /* aspect-ratio: 0.78; */
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 999px 999px 28px 28px;
}


/* ── sobre ── */
.sobre-section-1 {
  padding: clamp(64px,8vw,104px) clamp(20px,5vw,26px);
  background: #FDFBFB;
}
.sobre-div-2 {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 60px;
  align-items: center;
}
.sobre-div-3 {
  position: relative;
}
.sobre-span-4 {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #F4EFF3;
}
.sobre-img-5 {
  position: relative;
  width: 100%;
  aspect-ratio: 0.86;
  object-fit: cover;
  object-position: 50% 22%;
  border-radius: 24px;
}
.sobre-img-6 {
  position: absolute;
  right: -14px;
  bottom: -28px;
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #FDFBFB;
}
.sobre-p-7 {
  margin: 0 0 16px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8A6F84;
}
.sobre-h2-8 {
  margin: 0 0 26px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px,3.4vw,40px);
  line-height: 1.2;
}
.sobre-div-9 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sobre-p-10 {
  margin: 0;
  font-size: 16px;
  line-height: 1.78;
  color: #5A525A;
}
.sobre-p-11 {
  margin: 28px 0 0;
  font-family: var(--serif);
  font-size: 18px;
  color: #6B3460;
}


/* ── como-funciona ── */
.como-funciona-section-1 {
  padding: clamp(64px,8vw,104px) clamp(20px,5vw,26px);
  background: #F4EFF3;
}
.como-funciona-div-2 {
  max-width: 1120px;
  margin: 0 auto;
}
.como-funciona-div-3 {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.como-funciona-h2-4 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px,3.4vw,40px);
  line-height: 1.2;
}
.como-funciona-div-5 {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(215px,1fr));
  gap: 20px;
}
.como-funciona-div-6 {
  background: #FDFBFB;
  border-radius: 20px;
  padding: 30px 26px;
  box-shadow: 0 6px 20px rgba(107,52,96,0.05);
}
.como-funciona-span-7 {
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F4EFF3;
  color: #6B3460;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 19px;
}
.como-funciona-p-8 {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: #3E3742;
}
.como-funciona-p-9 {
  margin: 44px auto 0;
  max-width: 760px;
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(19px,2.2vw,24px);
  line-height: 1.5;
  color: #6B3460;
}


/* ── abordagem ── */
.abordagem-section-1 {
  padding: clamp(64px,8vw,104px) clamp(20px,5vw,26px);
  background: #6B3460;
  color: #FFFFFF;
}
.abordagem-div-2 {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: clamp(32px,5vw,72px);
  align-items: start;
}
.abordagem-p-3 {
  margin: 0 0 16px;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #E4CFDE;
}
.abordagem-h2-4 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px,3.6vw,42px);
  line-height: 1.22;
  color: #FFFFFF;
}
.abordagem-span-5 {
  display: block;
  margin-top: 28px;
  width: 88px;
  height: 1px;
  background: rgba(255,255,255,0.35);
}
.abordagem-p-6 {
  margin: 28px 0 0;
  max-width: 420px;
  font-family: var(--serif);
  font-size: clamp(19px,2.1vw,23px);
  line-height: 1.5;
  font-style: italic;
  color: #F6EBF3;
}
.abordagem-div-7 {
  display: flex;
  flex-direction: column;
}
.abordagem-p-8 {
  margin: 0;
  padding-bottom: 22px;
  font-size: 16px;
  line-height: 1.8;
  color: #F2E6EE;
}
.abordagem-p-9 {
  margin: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 16px;
  line-height: 1.8;
  color: #F2E6EE;
}
.abordagem-p-10 {
  margin: 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-size: 16px;
  line-height: 1.8;
  color: #F2E6EE;
}


/* ── areas ── */
.areas-section-1 {
  padding: clamp(64px,8vw,104px) clamp(20px,5vw,26px) clamp(34px,4vw,48px);
  background: #FDFBFB;
}
.areas-div-2 {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}
.areas-h2-3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px,3.4vw,40px);
  line-height: 1.2;
}
.areas-div-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(290px,1fr));
  gap: 22px;
}
.areas-article-5 {
  background: #FFFFFF;
  border: 1px solid #F0E6EE;
  border-radius: 22px;
  padding: 34px 30px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.areas-article-5:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(107,52,96,0.10);
}
.areas-h3-6 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 24px;
  color: #6B3460;
}
.areas-p-7 {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #5A525A;
}
.areas-article-8 {
  margin-top: 22px;
  background: #F4EFF3;
  border-radius: 22px;
  padding: 38px 32px;
}
.areas-h3-9 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: 26px;
  color: #6B3460;
}
.areas-p-10 {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.75;
  color: #5A525A;
}
.areas-div-11 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 18px;
}
.areas-div-12 {
  background: #FDFBFB;
  border-radius: 16px;
  padding: 26px 24px;
}
.areas-p-13 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
  color: #2B2B2B;
}
.areas-p-14 {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5A525A;
}


/* ── bloco ── */
.bloco-section-1 {
  padding: 0 clamp(20px,5vw,26px) clamp(64px,8vw,104px);
  background: #FDFBFB;
}
.bloco-div-2 {
  max-width: 1120px;
  margin: 0 auto;
  background: #F8F3F7;
  border: 1px solid #E8DFE6;
  border-left: 4px solid #6B3460;
  border-radius: 22px;
  padding: clamp(34px,5vw,58px);
}
.bloco-h2-3 {
  margin: 0 0 20px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px,3.2vw,38px);
  line-height: 1.2;
  color: #6B3460;
}
.bloco-p-4 {
  margin: 0;
  max-width: 740px;
  font-size: 17px;
  line-height: 1.8;
  color: #4A4247;
}
.bloco-div-5 {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 54px;
  align-items: center;
}
.bloco-h2-6 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(27px,3.3vw,38px);
  line-height: 1.2;
}
.bloco-div-7 {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.bloco-p-8 {
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.6;
  color: #3E3742;
}
.bloco-span-9 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #6B3460;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.bloco-p-10 {
  margin: 30px 0 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.75;
  color: #6B3460;
  font-style: italic;
}
.bloco-div-11 {
  display: flex;
  justify-content: center;
}
.bloco-img-12 {
  width: min(100%,400px);
  aspect-ratio: 0.82;
  object-fit: cover;
  object-position: 50% 18%;
  border-radius: 24px 24px 999px 999px;
}


/* ── faq ── */
.faq-div-1 {
  max-width: 840px;
  margin: 0 auto;
}
.faq-h2-2 {
  margin: 0 0 40px;
  text-align: center;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px,3.4vw,40px);
  line-height: 1.2;
}
.faq-div-3 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-div-4 {
  background: #FFFFFF;
  border: 1px solid #F0E6EE;
  border-radius: 18px;
  overflow: hidden;
}
.faq-button-5 {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 500;
  color: #2B2B2B;
}
.faq-span-6 {
  color: #6B3460;
  font-size: 22px;
  line-height: 1;
}
.faq-p-7 {
  margin: 0;
  padding: 0 26px 26px;
  font-size: 16px;
  line-height: 1.75;
  color: #5A525A;
}


/* ── contato ── */
.contato-div-1 {
  max-width: 1120px;
  margin: 0 auto;
  background: #6B3460;
  border-radius: 26px;
  padding: clamp(40px,6vw,72px);
  text-align: center;
}
.contato-h2-2 {
  margin: 0 auto 0px;
  max-width: 720px;
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px,3.4vw,40px);
  line-height: 1.25;
  color: #FFFFFF;
}
.contato-p-3 {
  margin: 0 auto 20px;
  max-width: 600px;
  font-size: 17px;
  line-height: 1.7;
  color: #EEDDE9;
}
.contato-a-4 {
  display: inline-block;
  background: #FFFFFF;
  color: #6B3460;
  padding: 19px 38px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
}
.contato-a-4:hover {
  background: #F4EFF3;
  color: #522849;
}


/* ── rodape ── */
.rodape-footer-1 {
  background: #2B2B2B;
  color: #EFE7EC;
  padding: clamp(52px,6vw,72px) clamp(20px,5vw,26px) 34px;
}
.rodape-div-2 {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 40px;
}
.rodape-p-3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 22px;
  color: #FFFFFF;
}
.rodape-p-4 {
  margin: 0 0 20px;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #B8A6B3;
}
.rodape-p-5 {
  margin: 0;
  max-width: 340px;
  font-size: 13px;
  line-height: 1.7;
  color: #B8A6B3;
}
.rodape-p-6 {
  margin: 0 0 18px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #B8A6B3;
}
.rodape-div-7 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rodape-a-8 {
  font-size: 14px;
  color: #EFE7EC;
}
.rodape-a-8:hover {
  color: #FFFFFF;
}
.rodape-p-9 {
  margin: 48px auto 0;
  max-width: 1120px;
  padding-top: 22px;
  border-top: 1px solid #3D3A3D;
  font-size: 12px;
  color: #8F8290;
}
