/* ============================================================
   BASE
   ============================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  overflow-x: clip;
  width: 100%;
  background-color: var(--bg-site);
}

a {
  text-decoration: none;
}

.navbar__nav,
.navbar-mobile__nav {
  list-style: none;
}

/* Troca de logo por tema */
.kz__logo {
  width: 220px;
  height: auto;
}

.kz__logo--light {
  display: block !important;
}

.kz__logo--dark {
  display: none !important;
}

[data-theme="dark"] .kz__logo--light {
  display: none !important;
}

[data-theme="dark"] .kz__logo--dark {
  display: block !important;
}

.footer-kz__logo--light {
  display: block;
}

.footer-kz__logo--dark {
  display: none;
}

[data-theme="dark"] .footer-kz__logo--light {
  display: none;
}

[data-theme="dark"] .footer-kz__logo--dark {
  display: block;
}

.social-icon--light {
  display: inline-block;
}

.social-icon--dark {
  display: none;
}

[data-theme="dark"] .social-icon--light {
  display: none;
}

[data-theme="dark"] .social-icon--dark {
  display: inline-block;
}


/* ============================================================
   TOKENS
   ============================================================ */
:root {
  --bg-site: #ffffff;
  --navbar--normal: #0A121A;
  --navbar--hover: #1E40AF;
  --header-title: #1e40af;
  --header-text: #15253F;
  --header-desc: #15253F;
  --btn-secondary-border: #d8d7ec;
  --text-note: #666d7a;
  --border--roxa-azul: rgba(30, 64, 175, 1);
  --border--transparente--cinza: rgba(235, 237, 255, 1);
  --purple: rgba(158, 163, 230, 1);
  --blue: #1E40AF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
  --blue-bg2: rgba(30, 64, 175, 0.05);
  --blue-bg3: rgba(235, 237, 255, 1);
  --purple-bg: #EBEDFF;
  --green: #00FDA9;
  --dark: #15253F;
  --dark-sec: #405560;
  --grey: #6B7582;
  --grey-b: #5C6068;
  --border: #E5E7EB;
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #FDF8EC;
  --qo-amber: #F5B841;
  --pmi-pink: #F2789F;
  --li-cream: #FDF8EC;
  --li-row: #F8E8A4;
  --purple-title: #8B7CF0;
  --purple-strong: #7C6BF2;
  --purple-soft: #C9C3F7;
  --tag-bg: rgba(255, 141, 138, 0.05);
--pmi-bg: rgba(235, 237, 255, 0.15);
  /* novos desta página */
  --yellow-btn: #F6D860;
  --tag-amber-bg: #FCEFC7;
  --tag-blue-bg: #D6ECFB;
  --step-bg: #F4F5FE;
  --card-line: #E3E4F3;
  --wa-header: #0B5D4E;
  --wa-bg: #EFEAE2;
  --wa-in: #FFFFFF;
  --wa-out: #E2F7CB;
  --wa-day: #D3F0FA;
  --wa-text: #15253F;
  --wa-mic: #0B8A6E;
}

[data-theme="dark"] {
  --bg-site: #15253F;
  --navbar--normal: #FFFFFF;
  --navbar--hover: #0080FF;
  --header-title: #64B2FF;
  --header-text: #15253F;
  --header-desc: #050505;
  --btn-secondary-border: var(--header-title);
  --text-note: #ffffff;
  --border--roxa-azul: rgba(0, 128, 255, 0.5);
  --border--transparente--cinza: rgba(76, 76, 76, 1);
  --purple: rgba(158, 163, 230, 1);
  --blue: #0080FF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
  --blue-bg2: rgba(30, 64, 175, 0.05);
  --blue-bg4: rgba(235, 237, 255, 0.1);
  --purple-bg: rgb(22, 40, 74);
  --green: #00FDA9;
  --dark: #ffffff;
  --dark-sec: rgba(255, 255, 255, 0.5);
  --grey: rgba(255, 255, 255, 0.5);
  --grey-b: #ffffff;
  --border: rgba(255, 255, 255, 0.15);
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #1E2A45;
  --pmi-pink: #F2789F;
  --li-cream: #1E2A45;
  --li-row: #7D7040;
--pmi-bg: rgba(235, 237, 255, 0.05);
  --purple-title: #A79BFF;
  --purple-strong: #7C6BF2;
  --purple-soft: rgba(201, 195, 247, 0.5);
  --tag-bg: rgba(242, 120, 159, 0.25);

  --yellow-btn: #F6D860;
  --tag-amber-bg: rgba(246, 216, 96, 0.2);
  --tag-blue-bg: rgba(0, 170, 255, 0.18);
  --step-bg: rgba(255, 255, 255, 0.05);
  --card-line: rgba(255, 255, 255, 0.15);
  --wa-header: #2C2F5E;
  --wa-bg: #4A4D7A;
  --wa-in: #5C6091;
  --wa-out: #6B70A8;
  --wa-day: #1E2A45;
  --wa-text: #FFFFFF;
  --wa-mic: #0B8A6E;
}


/* ============================================================
   FONTES
   ============================================================ */
@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Extra-Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Semi-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Gelica';
  src: url('../assets/fonts/fonnts.com-Gelica-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

h1,
h2 {
  font-family: "Gelica", serif;
  font-weight: 600;
}

h3,
h4,
h5,
h6 {
  font-family: "Gelica", serif;
  font-weight: 400;
}

body {
  font-family: "Inter", sans-serif;
}

.text-bold {
  font-weight: 600;
}


/* ============================================================
   CONTAINERS
   ============================================================ */
.container {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 24px;
}

.container2 {
  width: 100%;
  max-width: 1340px;
  margin-inline: auto;
  padding-inline: 24px;
}

@media (max-width: 767px) {

  .container,
  .container2 {
    padding-inline: 20px;
  }
}


/* ============================================================
   1 · HERO
   ============================================================ */
.gh {
  padding: 40px 0;
  background: var(--bg-site);
  overflow: hidden;
}

.gh__box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
  background: var(--purple-bg);
  border-radius: 20px;
  min-height: 560px;
}

.gh__content {
  position: relative;
  z-index: 4;
  padding: 60px 30px 60px 64px;
}

.gh__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  color: var(--dark);
  margin: 0 0 22px;
}

.gh__eyebrow strong {
  font-weight: 700;
}

.gh__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  flex: none;
}

.gh__title {
  font-family: "Gelica", serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.04;
  color: var(--purple-title);
  margin: 0 0 22px;
  max-width: 14ch;
}

.gh__title em {
  font-style: normal;
  font-weight: 700;
  color: var(--purple-strong);
}

.gh__desc {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--dark);
  margin: 0 0 26px;
  max-width: 49ch;
}

.gh__desc a {
  color: var(--purple-strong);
  font-weight: 500;
}

.gh__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.gh__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 26px;
  transition: filter .2s ease, transform .2s ease;
}

.gh__btn:active {
  transform: translateY(1px);
}

.gh__btn--primary {
  position: relative;
  background: var(--purple-strong);
  color: var(--white);
  padding: 18px 30px 18px 76px;
  /* espaço à esquerda pro fantasma */
  font-size: .8375rem;
}

.gh__btn--primary:hover {
  filter: brightness(.95);
  color: var(--white);
}

.gh__btn-icon {
  position: absolute;
  left: 14px;
  top: 20%;
  transform: translateY(-50%);
  width: 42px;
  height: auto;
}

.gh__btn--ghost {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--purple-soft);
}

.gh__btn--ghost svg {
  width: 20px;
  height: 20px;
  flex: none;
}

.gh__btn--ghost:hover {
  background: rgba(255, 255, 255, .4);
  color: var(--dark);
}

[data-theme="dark"] .gh__btn--ghost:hover {
  background: rgba(255, 255, 255, .08);
}

.gh__proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.gh__avatars {
  display: flex;
  flex: none;
}

.gh__avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--purple-bg);
  object-fit: cover;
  margin-left: -10px;
}

.gh__avatars img:first-child {
  margin-left: 0;
}

.gh__proof-text {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  color: var(--dark);
}

.gh__pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.gh-pill {
  font-family: "Inter", sans-serif;
  font-size: .65rem;
  color: var(--dark);
  border: 1px solid var(--purple-soft);
  border-radius: 999px;
  padding: 8px 16px;
}

.gh__media {
  position: relative;
  align-self: stretch;
  min-height: 560px;
}

/* wrapper cobre o box inteiro e clipa nas bordas reais do card */
.gh__circles,
.cta-fim__circles {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* atrás do conteúdo e da foto */
  overflow: hidden;
  pointer-events: none;
}

.gh__circles {
  border-radius: 20px;
}

.cta-fim__circles {
  border-radius: 16px;
}

.gh__circle,
.cta-fim__circle {
  position: absolute;
  border-radius: 50%;
  background: var(--purple);
}

/* posições agora relativas ao box inteiro */
.gh__circle--top {
  width: 250px;
  height: 250px;
  top: -20px;
  right: 29%;
}

.gh__circle--bottom {
  width: 260px;
  height: 260px;
  bottom: -40px;
  right: -4%;
}

.cta-fim__circle--top {
  width: 240px;
  height: 240px;
  top: 8%;
  right: 22%;
}

.cta-fim__circle--bottom {
  width: 220px;
  height: 220px;
  bottom: -30px;
  right: -4%;
}

[data-theme="dark"] .gh__circle,
[data-theme="dark"] .cta-fim__circle {
  opacity: .35;
}

.gh__photo {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 0;
  width: 33em;
  height: auto;
  display: block;
  margin-top: -60px;
}

@media (max-width: 767px) {
  .gh {
    padding: 24px 0;
  }

  .gh__box {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    min-height: 0;
  }

  .gh__media {
    display: none;
  }

  .gh__content {
    padding: 32px 24px 36px;
  }

  .gh__title {
    font-size: 1.875rem;
    max-width: none;
  }

  .gh__desc {
    max-width: none;
  }

  .gh__actions {
    flex-direction: column;
    gap: 12px;
  }

  .gh__btn {
    width: 100%;
  }

  .gh__btn--primary {
    padding: 18px 20px 18px 72px;
    justify-content: flex-start;
  }

  .gh__btn-icon {
    display: block;
    left: 12px;
    width: 48px;
  }

  .gh__pills {
    gap: 8px;
  }

  .gh-pill {
    font-size: .6875rem;
    padding: 8px 14px;
  }

  .gh__circles{
    display: none;
  }
  .gh__photo{
    display: none;
  }
}


/* ============================================================
   2 · SÃO 2H DA MANHÃ
   ============================================================ */
.duas {
  padding: 56px 0 0;
  background: var(--bg-site);
}

.duas__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 56px;
  align-items: start;
  padding-bottom: 56px;
}

.duas__title {
  font-family: "Gelica", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--blue-mid);
  margin: 0 0 22px;
}

.duas__text {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--dark);
  margin: 0 0 20px;
}

.duas__text--strong {
  font-weight: 700;
  margin-bottom: 0;
}

.duas-card {
  background: var(--step-bg);
  border-top: 3px solid var(--blue-mid);
  border-radius: 8px;
  padding: 24px 26px;
}

.duas-card__icon {
  width: 26px;
  margin-bottom: 16px;
}

.duas-card__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.duas-card__title {
  font-family: "Gelica", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--dark);
  margin: 0 0 14px;
}

.duas-card__text {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.7;
  color: var(--grey);
  margin: 0;
}

.duas-card__text strong {
  color: var(--dark);
  font-weight: 700;
}

.duas__rainbow {
  display: block;
  height: 3px;
  background: linear-gradient(to right, #7C6BF2, #00AAFF, #00FDA9, #F6D860, #EE6C56, #F2789F, #FFFFFF);
}

@media (max-width: 767px) {
  .duas {
    padding: 40px 0 0;
  }

  .duas__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 40px;
  }

  .duas__title {
    font-size: 1.75rem;
  }

  .duas-card {
    padding: 22px 20px;
  }
}


/* ============================================================
   3 · O GUIA FOI CRIADO
   ============================================================ */
.criado {
  padding: 56px 0 40px;
  background: var(--bg-site);
}

.criado__grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 48px;
  align-items: start;
}

.criado__title {
  font-family: "Gelica", serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.25;
  color: var(--purple-title);
  margin: 0 0 20px;
}

.criado__title em {
  font-style: italic;
  font-weight: 800;
}

.criado__text {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--dark);
  margin: 0 0 32px;
}

.criado__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--yellow-btn);
  color: var(--dark);
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  padding: 18px 30px;
  transition: filter .2s ease, transform .2s ease, gap .2s ease;
}

.criado__btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.criado__btn:hover {
  filter: brightness(.96);
  color: var(--dark);
  gap: 18px;
}

.criado__btn:active {
  transform: translateY(1px);
}

.criado-step {
  background: var(--step-bg);
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.criado-step:last-child {
  margin-bottom: 0;
}

.criado-step__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px;
  cursor: pointer;
  list-style: none;
}

.criado-step__head::-webkit-details-marker {
  display: none;
}

.criado-step__icon {
  width: 28px;
  height: auto;
  flex: none;
}

.criado-step__label {
  flex: 1;
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  color: var(--purple-strong);
}

.criado-step__chev {
  width: 18px;
  height: 18px;
  flex: none;
  color: var(--purple-strong);
  transition: transform .25s ease;
}

.criado-step:not([open]) .criado-step__chev {
  transform: rotate(180deg);
}

.criado-step__text {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.7;
  color: var(--dark);
  margin: 0;
  padding: 0 22px 20px 64px;
}

.criado-step__text em {
  font-style: italic;
  font-weight: 700;
}

@media (max-width: 767px) {
  .criado {
    padding: 40px 0 32px;
  }

  .criado__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .criado__title {
    font-size: 1.625rem;
  }

  .criado__btn {
    width: 100%;
    justify-content: space-between;
  }

  .criado-step__text {
    padding: 0 22px 20px 22px;
  }
}


/* ============================================================
   4 · DÚVIDAS DO DIA A DIA
   ============================================================ */
.duvidas {
  padding: 40px 0 56px;
  background: var(--bg-site);
}

.duvidas__title {
  font-family: "Gelica", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--purple-title);
  text-align: center;
  margin: 0 0 14px;
}

.duvidas__title em {
  font-style: italic;
  font-weight: 700;
}

.duvidas__desc {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.6;
  color: var(--dark);
  text-align: center;
  margin: 0 0 32px;
}

.duvidas__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.duvida-card {
  background: var(--bg-site);
  border: 1px solid var(--purple-soft);
  border-radius: 8px;
  padding: 18px 20px;
}

.duvida-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.duvida-card__icon {
  width: 26px;
  height: auto;
  flex: none;
}

.duvida-card__name {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 600;
  color: var(--purple-strong);
  margin: 0;
}

.duvida-card__text {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--dark);
  margin: 0;
  padding-left: 38px;
}

@media (max-width: 767px) {
  .duvidas {
    padding: 32px 0 40px;
  }

  .duvidas__title {
    font-size: 1.625rem;
    padding-inline: 20px;
  }

  .duvidas__desc {
    padding-inline: 20px;
    margin-bottom: 24px;
  }

  .duvidas .container {
    padding-inline: 0;
    max-width: none;
    overflow: visible;
  }

  .duvidas__grid {
    display: flex;
    width: 100%;
    gap: 4vw;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .duvidas__grid::-webkit-scrollbar {
    display: none;
  }

  .duvidas__grid::after {
    content: '';
    flex: 0 0 4px;
  }

  .duvida-card {
    flex: 0 0 72vw;
    min-width: 0;
    scroll-snap-align: start;
  }

  .duvida-card__text {
    padding-left: 0;
  }

  .duvidas__grid.is-dragging {
    scroll-snap-type: none;
    cursor: grabbing;
  }
}


/* ============================================================
   5 · UMA DÚVIDA SIMPLES
   ============================================================ */
.relato {
  padding: 40px 0 56px;
  background: var(--bg-site);
}

.relato__grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 56px;
  align-items: center;
}

.relato__title {
  font-family: "Gelica", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--blue-mid);
  margin: 0 0 20px;
}

.relato__title em {
  font-style: normal;
  font-weight: 700;
  color: var(--purple-strong);
}

.relato__text {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--dark);
  margin: 0 0 26px;
  max-width: 480px;
}

.relato__note {
  background: var(--tag-bg);
  border-left: 3px solid var(--pmi-pink);
  border-radius: 0 8px 8px 0;
  padding: 18px 20px;
  margin-bottom: 32px;
  max-width: 480px;
}

.relato__note-label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 8px;
}

.relato__note-text {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.7;
  color: var(--dark);
  margin: 0;
}

.relato__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: var(--yellow-btn);
  color: var(--dark);
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  padding: 18px 30px;
  transition: filter .2s ease, transform .2s ease, gap .2s ease;
}

.relato__btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.relato__btn:hover {
  filter: brightness(.96);
  color: var(--dark);
  gap: 18px;
}

.relato__btn:active {
  transform: translateY(1px);
}

/* --- coluna do chat (imagens) --- */
.relato__chat-wrap {
  position: relative;
  width: 420px;
  max-width: 100%;
  margin-left: auto;
}

.relato__mascot {
  position: absolute;
  z-index: 5;
  width: 150px;
  height: auto;
  left: -180px;
  bottom: 90px;
  pointer-events: none;
}

.relato__mascot img {
  width: 100%;
  display: block;
}

.relato__chat-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

.relato__chat-img--dark {
  display: none;
}

[data-theme="dark"] .relato__chat-img--light {
  display: none;
}

[data-theme="dark"] .relato__chat-img--dark {
  display: block;
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
  .relato {
    padding: 32px 0 40px;
  }

  .relato__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .relato__title {
    font-size: 1.625rem;
  }

  .relato__text,
  .relato__note {
    max-width: 100%;
  }

  .relato__btn {
    width: 100%;
    justify-content: space-between;
  }

  .relato__chat-wrap {
    width: 100%;
    margin: 0;
  }

  .relato__mascot {
    width: 108px;
    left: auto;
    right: 6px;
    bottom: auto;
    top: -26px;
  }
}

.depoimentos {
  --d-name: #D98E4A;
  /* laranja/âmbar do nome (decorativo, fixo) */
  --d-text: var(--navbar--normal);
  background: var(--bg-site);
  padding: 60px 24px 80px;
}

.depoimentos__container {
  max-width: 1140px;
  margin: 0 auto
}

/* timeline de pontos */
.depoimentos__timeline {
  position: relative;
  max-width: 560px;
  margin: 0 auto 56px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.depoimentos__timeline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: var(--btn-secondary-border);
  z-index: 0
}

.depoimentos__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: relative;
  z-index: 1
}

.depoimentos__dot--1 {
  background: #8C82FC
}

.depoimentos__dot--2 {
  background: #4AA3E5
}

.depoimentos__dot--3 {
  background: #16B8A6
}

.depoimentos__dot--4 {
  background: #F2C94C
}

.depoimentos__dot--5 {
  background: #F5A24B
}

.depoimentos__dot--6 {
  background: #F4736E
}

.depoimentos__dot--7 {
  background: #EF5B5B
}

.depoimentos__dot--8 {
  background: #FBD5DF
}

[data-theme="dark"] .depoimentos__dot--8 {
  background: #ffffff
}

/* cabeçalho */
.depoimentos__header {
  text-align: center;
  max-width: 980px;
  margin: 0 auto 44px
}

.depoimentos__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--purple);
  margin-bottom: 12px
}

.depoimentos__title strong {
  color: var(--text-fundo-processo__step);
  font-weight: 700
}

.depoimentos__subtitle {
  font-size: 14px;
  color: var(--d-text);
  opacity: .7
}

/* grid */
.depoimentos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px
}

.depoimentos__card {
  display: flex;
  flex-direction: column
}

.depoimentos__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px
}

.depoimentos__avatar {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  background: var(--bg-fundo-card2);
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.depoimentos__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.depoimentos__meta {
  flex: 1;
  min-width: 0
}

.depoimentos__stars {
  color: var(--accent-amarelo);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 7px
}

.depoimentos__namebox {
  background: var(--bg-fundo-card2);
  border-radius: 8px;
  padding: 8px 12px
}

.depoimentos__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--d-name);
  margin-bottom: 2px
}

.depoimentos__person {
  font-size: 12px;
  color: var(--text-fundo-processo__step)
}

.depoimentos__quote {
  font-size: 13px;
  line-height: 1.65;
  color: var(--d-text);
  opacity: .78
}

/* ---- responsivo ---- */
@media (max-width:900px) {
  .depoimentos {
    padding: 40px 20px 60px
  }

  .depoimentos__timeline {
    max-width: 88%;
    margin-bottom: 40px
  }

  .depoimentos__title {
    font-size: 25px
  }

  .depoimentos__grid {
    grid-template-columns: 1fr;
    gap: 44px
  }

  .depoimentos__head {
    flex-direction: column;
    align-items: center;
    gap: 12px
  }

  .depoimentos__avatar {
    width: 64px;
    height: 64px
  }

  .depoimentos__meta {
    width: 100%
  }

  .depoimentos__stars {
    text-align: center
  }

  .depoimentos__namebox {
    text-align: left
  }
}

@media (max-width:600px) {
  .depoimentos__dot {
    width: 10px;
    height: 10px
  }
}


/* ============================================================
   6 · COMO TRANSFORMAMOS (PMI)
   ============================================================ */
.pmi {
  padding: 56px 0 0;
  background: var(--bg-site);
}

.pmi__title {
  font-family: "Gelica", serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--blue-mid);
  text-align: center;
  margin: 0 auto 18px;
  max-width: 580px;
}

.pmi__title em {
  font-style: normal;
  font-weight: 700;
  color: var(--purple-strong);
}

.pmi__desc {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--grey);
  text-align: center;
  max-width: 80ch;
  margin: 0 auto 36px;
}

.pmi__desc strong {
  color: var(--purple-strong);
  font-weight: 700;
}

.pmi__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.pmi-card {
  display: flex;
  flex-direction: column;
  background: var(--pmi-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 26px 22px;
}

.pmi-card__num {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  color: var(--purple-strong);
  margin-bottom: 14px;
}

.pmi-card__name {
  font-family: "Gelica", serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--card-line);
}

.pmi-card__text {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--dark);
  margin: 0;
}

.pmi-card__crit {
  background: var(--tag-amber-bg);
  border-radius: 6px;
  font-family: "Inter", sans-serif;
  font-size: .6875rem;
  line-height: 1.5;
  color: var(--dark);
  padding: 12px 14px;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .pmi {
    padding: 40px 0 0;
  }

  .pmi__title {
    font-size: 1.75rem;
    padding-inline: 20px;
    text-align: left;
  }

  .pmi__desc {
    padding-inline: 20px;
    text-align: left;
    max-width: none;
    margin-bottom: 26px;
  }

  .pmi .container {
    padding-inline: 0;
    max-width: none;
    overflow: visible;
  }

  .pmi__grid {
    display: flex;
    width: 100%;
    gap: 4vw;
    padding: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 20px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .pmi__grid::-webkit-scrollbar {
    display: none;
  }

  .pmi__grid::after {
    content: '';
    flex: 0 0 4px;
  }

  .pmi-card {
    flex: 0 0 72vw;
    min-width: 0;
    scroll-snap-align: start;
  }

  .pmi__grid.is-dragging {
    scroll-snap-type: none;
    cursor: grabbing;
  }
}


/* ============================================================
   7 · SUA FAMÍLIA ESTÁ EM BOAS MÃOS
   ============================================================ */
.familia {
  padding: 40px 0 56px;
  background: var(--bg-site);
  overflow: hidden;
}

.familia__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: end;
}

.familia__title {
  font-family: "Gelica", serif;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  color: var(--purple-title);
  margin: 0 0 20px;
}

.familia__list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}

.familia-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 10px;
}

.familia-item:last-child {
  margin-bottom: 0;
}

.familia-item__tag {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--dark);
  border-radius: 6px;
  padding: 9px 14px;
  white-space: nowrap;
}

.familia-item--amber .familia-item__tag {
  background: var(--tag-amber-bg);
}

.familia-item--purple .familia-item__tag {
  background: var(--purple-bg);
}

.familia-item--blue .familia-item__tag {
  background: var(--tag-blue-bg);
}

.familia-item--pink .familia-item__tag {
  background: var(--tag-bg);
}

.familia-item--amber {
  border-color: var(--qo-amber);
}

.familia-item--purple {
  border-color: var(--purple-soft);
}

.familia-item--blue {
  border-color: var(--blue-mid);
}

.familia-item--pink {
  border-color: var(--pmi-pink);
}

.familia-item__name {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 3px;
}

.familia-item__desc {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: .75rem;
  line-height: 1.45;
  color: var(--dark);
}

.familia-item__logo {
  width: 58px;
  height: 46px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.familia-item__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.familia__btn {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  background: var(--yellow-btn);
  color: var(--dark);
  font-family: "Inter", sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  padding: 18px 26px;
  transition: filter .2s ease, transform .2s ease;
}

.familia__btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.familia__btn:hover {
  filter: brightness(.96);
  color: var(--dark);
}

.familia__btn:active {
  transform: translateY(1px);
}

/* --- mídia: quadrado roxo atrás + foto por cima --- */
.familia__media {
  position: relative;
  min-height: 550px;
}

.familia__bg {
  position: absolute;
  z-index: 0;
  left: 0;
  right: -6%;
  top: 22%;
  bottom: 0;
  background: var(--purple);
  border-radius: 12px;
}

[data-theme="dark"] .familia__bg {
  opacity: .35;
}

.familia__photo {
  position: absolute;
  z-index: 1;
  left: -34%;
  bottom: 0;
  width: 142%;
  height: auto;
  display: block;
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
  .familia {
    padding: 32px 0 40px;
  }

  .familia__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .familia__main {
    padding-top: 0;
    order: 2;
  }

  .familia__media {
    order: 1;
    min-height: 0;
    height: 300px;
  }

  .familia__bg {
    left: 0;
    right: 0;
    top: 18%;
  }

  .familia__photo {
    left: 50%;
    width: 116%;
    transform: translateX(-50%);
  }

  .familia__title {
    font-size: 1.625rem;
  }

  .familia-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 18px;
  }

  .familia-item__tag {
    justify-self: start;
  }

  .familia-item__logo {
    justify-content: flex-start;
    width: 72px;
    height: 54px;
  }

  .familia__btn {
    width: 100%;
    justify-content: space-between;
    gap: 20px;
  }
}


/* ============================================================
   8 · NÃO SUBSTITUI O PEDIATRA
   ============================================================ */
.subst {
  padding: 40px 0 56px;
  background: var(--bg-site);
}

.subst__box {
  background: var(--li-cream);
  border-radius: 12px;
  padding: 56px 48px 64px;
}

.subst__title {
  font-family: "Gelica", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--dark);
  text-align: center;
  margin: 0 0 16px;
}

.subst__title em {
  font-style: normal;
  color: var(--qo-amber);
}

.subst__desc {
  font-family: "Inter", sans-serif;
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--dark);
  text-align: center;
  max-width: 72ch;
  margin: 0 auto 40px;
}

.subst__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 860px;
  margin: 0 auto;
}

.subst-card {
  position: relative;
  background: var(--step-bg);
  border-radius: 8px;
  padding: 26px 24px;
  overflow: hidden;
}

.subst-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}

.subst-card--red::before {
  background: var(--orange);
}

.subst-card--purple::before {
  background: var(--purple-strong);
}

.subst-card--green::before {
  background: var(--green);
}

.subst-card__icon {
  width: 28px;
  margin-bottom: 16px;
}

.subst-card__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.subst-card__name {
  font-family: "Gelica", serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 12px;
}

.subst-card__text {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.6;
  color: var(--dark);
  margin: 0;
}

@media (max-width: 767px) {
  .subst {
    padding: 32px 0 40px;
  }

  .subst__box {
    padding: 36px 20px 40px;
  }

  .subst__title {
    font-size: 1.625rem;
  }

  .subst__desc {
    max-width: none;
    margin-bottom: 28px;
  }

  .subst__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}


/* ============================================================
   9 · CTA FINAL
   ============================================================ */
.cta-fim {
  padding: 60px 0 56px;      /* espaço pra foto estourar por cima */
  background: var(--bg-site);
  overflow: hidden;
}

.cta-fim__rainbow {
  display: block;
  height: 3px;
  margin-bottom: 100px;
  background: linear-gradient(to right, #7C6BF2, #00AAFF, #00FDA9, #F6D860, #EE6C56, #F2789F, #FFFFFF);
}

.cta-fim__box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 46%;
  align-items: center;
  background: var(--purple-bg);
  border-radius: 16px;
  min-height: 360px;
}

.cta-fim__content {
  position: relative;
  z-index: 4;
  padding: 56px 40px 56px 56px;
}

.cta-fim__title {
  font-family: "Gelica", serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--purple-title);
  margin: 0 0 18px;
  max-width: 18ch;
}

.cta-fim__title em {
  font-style: normal;
  font-weight: 700;
  color: var(--purple-strong);
}

.cta-fim__desc {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--dark);
  margin: 0 0 26px;
  max-width: 46ch;
}

.cta-fim__desc a {
  color: var(--purple-strong);
  font-weight: 500;
}

/* --- botão do CTA final --- */
.cta-fim__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--purple-strong);
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  padding: 18px 30px 18px 76px;
  margin-bottom: 20px;
  transition: filter .2s ease, transform .2s ease;
}

.cta-fim__btn:hover {
  filter: brightness(.95);
  color: var(--white);
}

.cta-fim__btn:active {
  transform: translateY(1px);
}

.cta-fim__btn-icon {
  position: absolute;
  left: 14px;
  top: 20%;
  transform: translateY(-50%);
  width: 42px;
  height: auto;
}

.cta-fim__note {
  font-family: "Inter", sans-serif;
  font-size: .75rem;
  line-height: 1.6;
  color: var(--dark);
  margin: 0;
  max-width: 34ch;
}

.cta-fim__media {
  position: relative;
  align-self: stretch;
  min-height: 360px;
}

.cta-fim__circle {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: var(--purple);
  pointer-events: none;
}

.cta-fim__circle--top {
  width: 320px;
  height: 320px;
  top: 6%;
  right: 20%;
}

.cta-fim__circle--bottom {
  width: 25em;
  height: 25em;
  bottom: -30px;
  right: -2%;
}

[data-theme="dark"] .cta-fim__circle {
  opacity: .35;
}

.cta-fim__photo {
  position: absolute;
  z-index: 3;
  left: 40%;
  bottom: 0;
  width: 26em;
  height: auto;
  display: block;
  transform: translateX(-42%);
}

.cta-fim__circle--top {
  width: 190px;
  height: 190px;
  top: 4%;
  right: 32%;
}

.cta-fim__circle--bottom {
  width: 200px;
  height: 200px;
  bottom: -40px;
  right: -6%;
}

@media (max-width: 767px) {
  .cta-fim { padding: 0 0 40px; }

  .cta-fim__rainbow { margin-bottom: 0; }

  .cta-fim__circles { display: none; }

  .cta-fim__box {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    min-height: 0;
    margin-top: 350px;
    position: relative;
    z-index: 2;
  }

  .cta-fim__media {
    order: 1;
    min-height: 0;
    height: 330px;
    margin-top: -328px;
    position: relative;
    z-index: 1;
    isolation: isolate;      /* prende os filhos neste contexto */
  }

  .cta-fim__photo {
        z-index: 1;   
    left: 50%;
    bottom: 0;
    width: 84%;
    transform: translateX(-50%);
  }

  .cta-fim__content {
    order: 2;
    padding: 36px 26px 36px;
  }

  .cta-fim__title {
    font-size: 1.75rem;
    line-height: 1.28;
    max-width: none;
    margin-bottom: 20px;
  }

  .cta-fim__desc {
    max-width: none;
    margin-bottom: 26px;
  }

  .cta-fim__note { max-width: none; }

  .cta-fim__btn {
    width: 100%;
    padding: 18px 20px 18px 72px;
    justify-content: flex-start;
  }
  .cta-fim__btn-icon { left: 12px; width: 48px; }
}