/* =========================================================
   BRUNA SARINHO — Psicóloga Infantojuvenil
   Hero section
   ========================================================= */

/* ---------- Fontes da identidade ---------- */
@font-face {
  font-family: "Bree Serif";
  src: url("assets/fonts/BreeSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("assets/fonts/MontserratAlternates-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("assets/fonts/MontserratAlternates-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("assets/fonts/MontserratAlternates-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat Alternates";
  src: url("assets/fonts/MontserratAlternates-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gochi Hand";
  src: url("assets/fonts/GochiHand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Inter (variável) — usada nos parágrafos */
@font-face {
  font-family: "Inter";
  src: url("assets/fonts/Inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  --lavanda: #ccd3ff;
  --purple: #a4a4fd;
  --roxo: #887bb5;
  --roxo-dark: #6f639a;
  --cinza: #4b4b4b;
  --cinza-mid: #6e6e6e;
  --offwhite: #fffdf5;
  --bg: #faf8fd;

  --sans: "Montserrat Alternates", "Segoe UI", system-ui, sans-serif;
  --title: "Bree Serif", Georgia, "Times New Roman", serif;
  --hand: "Gochi Hand", "Bradley Hand", cursive;
  --body: "Inter", "Segoe UI", system-ui, sans-serif;

  --container: 1240px;
  --header-h: 100px;
  --radius: 999px;
  --shadow-sm: 0 4px 18px rgba(111, 99, 154, 0.1);
  --shadow-md: 0 14px 40px rgba(111, 99, 154, 0.16);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--sans);
  color: var(--cinza);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  font: inherit;
  border: none;
  background: none;
  cursor: pointer;
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

/* =========================================================
   HEADER
   ========================================================= */
.header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
}

.header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}

/* ---------- Marca (à esquerda) ---------- */
.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand__logo {
  width: 132px;
}

/* ---------- Navegação ---------- */
.nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav a {
  position: relative;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6f6c77;
  transition: color 0.25s var(--ease);
}
.nav a:hover {
  color: var(--roxo);
}

/* ---------- CTA da navegação ---------- */
.nav .nav__cta {
  margin-left: 8px;
  padding: 13px 26px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.13em;
  color: #fff;
}
.nav .nav__cta:hover {
  color: #fff;
}

/* =========================================================
   BOTÕES
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: var(--radius);
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    color 0.3s var(--ease),
    background 0.3s var(--ease);
}
.btn--wpp {
  padding: 15px 30px;
  font-size: 12px;
  color: #fff;
  background: var(--roxo);
}
.btn--wpp:hover {
  background: var(--roxo-dark);
}

.btn--primary {
  padding: 20px 40px;
  font-size: 12px;
  color: #fff;
  background: var(--roxo);
}
.btn--primary:hover {
  background: var(--roxo-dark);
}

/* ---------- Burger (mobile) ---------- */
.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
}
.burger span {
  display: block;
  height: 2px;
  width: 24px;
  margin-inline: auto;
  background: var(--roxo);
  border-radius: 2px;
  transition:
    transform 0.3s var(--ease),
    opacity 0.2s var(--ease);
}
.burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.burger.is-open span:nth-child(2) {
  opacity: 0;
}
.burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =========================================================
   HERO
   ========================================================= */
.hero {
  position: relative;
  padding-block: var(--header-h) 0;
  min-height: 100svh;
  height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(
      80% 90% at 88% 40%,
      rgba(204, 211, 255, 0.35) 0%,
      rgba(204, 211, 255, 0) 62%
    ),
    var(--bg);
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero__pattern {
  position: absolute;
  top: -20%;
  left: -10%;
  height: 180%;
  width: auto;
  max-width: none;
  opacity: 0.03;
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 24px;
}

/* ---------- Texto ---------- */
.hero__content {
  max-width: 760px;
}

.eyebrow {
  display: block;
  font-family: var(--sans);
  margin-bottom: 22px;
  color: var(--roxo);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.hero__title {
  font-family: var(--title);
  font-weight: 400;
  font-size: clamp(33px, 3.3vw, 49px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--cinza);
}
/* palavras manuscritas */
.hero__title .hand {
  font-family: var(--hand);
  font-weight: 400;
  font-size: 1.24em;
  letter-spacing: 0.005em;
  color: var(--roxo);
}

.hero__text {
  font-family: var(--body);
  font-weight: 400;
  margin-top: 26px;
  max-width: 540px;
  font-size: 18px;
  line-height: 1.68;
  color: var(--cinza-mid);
}

.hero__actions {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

/* ---------- Mídia ---------- */
.hero__media {
  position: relative;
  justify-self: end;
  align-self: end;
  width: 120%;
  max-width: none;
  margin-right: -6%;
  /* ocupa exatamente a dobra; a foto encosta na base */
  height: calc(100svh - var(--header-h));
}

.hero__photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 24px 40px rgba(111, 99, 154, 0.18));
}


/* =========================================================
   RESPONSIVO
   ========================================================= */
@media (max-width: 1080px) {
  .header__inner {
    gap: 28px;
  }
  .nav {
    gap: 22px;
  }
  .nav a {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .brand__logo {
    width: 112px;
  }
  .hero__inner {
    gap: 24px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 78px;
  }

  /* sem menu no mobile: apenas o logo centralizado */
  .burger,
  .nav {
    display: none;
  }

  /* header entra no fluxo: 40px acima e 40px abaixo do logo */
  .header {
    position: static;
    inset: auto;
    height: auto;
    padding-top: 24px;
    background: var(--bg);
  }

  .header__inner {
    justify-content: center;
    gap: 0;
  }

  .hero {
    padding-block: 24px 0;
    min-height: 0;
    height: auto;
  }
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: center;
  }
  .hero__content {
    max-width: 640px;
    margin-inline: auto;
    order: 1;
  }
  .hero__media {
    order: 2;
    justify-self: center;
    width: 100%;
    max-width: 460px;
    margin-right: 0;
    height: auto;
    aspect-ratio: 1027 / 1080;
  }
  .hero__text {
    margin-inline: auto;
  }
  .hero__actions {
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 8px;
  }
  .eyebrow {
    margin-bottom: 18px;
  }
  .hero__bg {
    display: none;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 36px, var(--container));
  }
  .brand__logo {
    width: 96px;
  }

  .hero__title {
    font-size: clamp(26px, 7vw, 32px);
  }
  .hero__text {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  .eyebrow {
    font-size: 11px;
    letter-spacing: 0.11em;
    margin-bottom: 14px;
  }
  .btn--primary {
    padding: 17px 30px;
  }
  .hero__actions {
    gap: 6px;
  }
  .btn--text {
    padding: 8px;
  }

  .hero__media {
    max-width: 360px;
  }
}

/* ---------- Acessibilidade ---------- */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 3px;
  border-radius: 6px;
}

/* =========================================================
   TOKENS COMPLEMENTARES (seções internas)
   ========================================================= */
:root {
  --white: #ffffff;
  --lav-soft: #f1f0fb; /* fundo alternado */
  --lav-tint: #eceaf9; /* cartões / ícones */
  --line: #e7e4f4; /* bordas suaves */
  --shadow-card: 0 22px 54px -26px rgba(111, 99, 154, 0.42);
}

/* =========================================================
   ELEMENTOS COMPARTILHADOS ENTRE AS SEÇÕES
   ========================================================= */
ul,
ol {
  list-style: none;
}

/* palavra manuscrita (reaproveitada dos títulos do hero) */
.hand {
  font-family: var(--hand);
  font-weight: 400;
  font-size: 1.18em;
  line-height: 0.9;
  color: var(--roxo);
}

/* cabeçalho de seção */
.section-head {
  max-width: 660px;
  margin-bottom: 48px;
}
.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-title {
  font-family: var(--title);
  font-weight: 400;
  font-size: clamp(29px, 3.1vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.01em;
  color: var(--cinza);
}
.section-title--light {
  color: #fff;
}
.section-title--light .hand {
  color: var(--lavanda);
}

.section-text {
  font-family: var(--body);
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.75;
  color: var(--cinza-mid);
}

.eyebrow--light {
  color: var(--lavanda);
}
.eyebrow--insta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 15px;
}
.eyebrow--insta i {
  font-size: 18px;
}

/* botões complementares */
.btn--lg {
  padding: 22px 46px;
  font-size: 12px;
}
.btn--light {
  padding: 20px 40px;
  font-size: 12px;
  color: var(--roxo-dark);
  background: #fff;
}
.btn--light:hover {
  background: #fff;
}
.btn--outline {
  padding: 18px 34px;
  font-size: 12px;
  color: var(--roxo);
  background: transparent;
  border: 2px solid var(--roxo);
}
.btn--outline:hover {
  color: #fff;
  background: var(--roxo);
}
.btn i {
  font-size: 14px;
}

/* grade de cartões (dor) */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px 0;
  margin-bottom: 44px;
}

/* =========================================================
   DOR
   ========================================================= */
.pain {
  position: relative;
  padding: 96px 0;
  background: var(--white);
  overflow: hidden;
}
.pain__inner {
  position: relative;
  z-index: 1;
}

.pain-card {
  padding: 4px 18px;
  text-align: center;
}
.pain-card__icon {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--lav-tint);
  color: var(--roxo);
  font-size: 19px;
}
.pain-card__title {
  font-family: var(--title);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: var(--cinza);
}
.pain-card__text {
  font-family: var(--body);
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--cinza-mid);
}

.pain__cta {
  display: flex;
  justify-content: center;
}
.pain__cta .btn {
  flex-shrink: 0;
}

/* =========================================================
   SOLUÇÃO / COMO FUNCIONA
   ========================================================= */
.solution {
  position: relative;
  padding: 100px 0;
  background: var(--lav-soft);
  overflow: hidden;
}
.solution__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 56px;
}

.solution__media {
  align-self: center;
}
.video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  overflow: hidden;
  background: #1d1830;
  box-shadow: var(--shadow-card);
}
.video__el {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__play {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  color: #fff;
  opacity: 0.85;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease),
    opacity 0.25s var(--ease);
}
.video__play svg {
  width: 30px;
  height: 30px;
  margin-left: 4px;
}
.video__play:hover {
  transform: scale(1.07);
  background: rgba(255, 255, 255, 0.16);
  opacity: 1;
}
.video.is-playing .video__play {
  opacity: 0;
  pointer-events: none;
}

.steps {
  display: grid;
  gap: 18px;
  margin: 36px 0 38px;
}
.step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.step__num {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 2px solid var(--purple);
  border-radius: 50%;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 14px;
  color: var(--roxo);
}
.step__title {
  font-family: var(--title);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3;
  color: var(--cinza);
}
.step__text {
  font-family: var(--body);
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--cinza-mid);
}

/* =========================================================
   BENEFÍCIOS
   ========================================================= */
.benefits {
  padding: 20px 0 80px;
  background: var(--lav-soft);
}
.benefits__box {
  position: relative;
  overflow: hidden;
  padding: 80px 48px 86px;
  border-radius: 36px;
  text-align: center;
  background: linear-gradient(140deg, #8d80bb 0%, #6f639a 100%);
}
.benefits__content {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin-inline: auto;
}
.benefits__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 34px 20px;
  margin: 52px 0 0;
  text-align: left;
}
.benefit {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.benefit__icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: var(--title);
  font-size: 17px;
}
.benefit__title {
  font-family: var(--title);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
}
.benefit__text {
  font-family: var(--body);
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   SOBRE MIM
   ========================================================= */
.about {
  padding: 20px 0 110px;
  background: var(--lav-soft);
}
.about__grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  align-items: center;
  gap: 64px;
}
.about__title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: clamp(32px, 3.4vw, 46px);
}

.about__media {
  display: flex;
  justify-content: center;
}
.about__photo {
  position: relative;
  width: 100%;
  max-width: 430px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--lavanda);
  border-radius: 46% 54% 48% 52% / 54% 46% 54% 46%;
  box-shadow: 0 28px 60px -28px rgba(111, 99, 154, 0.55);
}
.about__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* diferenciais */
.diff-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 64px;
}
.diff-topic {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.diff-topic__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--lav-tint);
  color: var(--roxo);
  font-size: 17px;
}
.diff-topic__title {
  font-family: var(--title);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: var(--cinza);
}
.diff-topic__text {
  font-family: var(--body);
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.6;
  color: var(--cinza-mid);
}

.about__cta {
  margin-top: 48px;
  display: flex;
  justify-content: center;
}

/* =========================================================
   FAQ
   ========================================================= */
.faq {
  position: relative;
  padding: 100px 0;
  background: var(--white);
  overflow: hidden;
}
.faq__inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq-item {
  padding: 4px 28px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 18px;
  transition: box-shadow 0.25s var(--ease);
}
.faq-item[open] {
  box-shadow: var(--shadow-card);
}
.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  font-family: var(--title);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.35;
  color: var(--cinza);
}
.faq-item__q::-webkit-details-marker {
  display: none;
}
.faq-item__icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--lav-tint);
  color: var(--roxo);
  font-size: 14px;
  transition:
    transform 0.3s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease);
}
.faq-item[open] .faq-item__icon {
  transform: rotate(45deg);
  background: var(--roxo);
  color: #fff;
}
.faq-item__a {
  padding-bottom: 26px;
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.75;
  color: var(--cinza-mid);
}
.faq-item__a p {
  max-width: 68ch;
}

.faq__cta {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.faq__cta-text {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 18px;
  color: var(--roxo-dark);
}

/* =========================================================
   INSTAGRAM
   ========================================================= */
.insta {
  padding: 40px 0 80px;
  background: var(--white);
}
.insta__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}
.insta__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.insta__item {
  min-width: 0;
}
/* o embed do Instagram injeta largura própria — normalizamos */
.insta__item .instagram-media {
  min-width: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  border-radius: 18px !important;
}

/* =========================================================
   CTA FINAL
   ========================================================= */
.cta-final {
  padding: 20px 0 80px;
  background: var(--white);
}
.cta-box {
  position: relative;
  overflow: hidden;
  padding: 86px 40px 92px;
  border-radius: 36px;
  text-align: center;
  background:
    radial-gradient(
      90% 120% at 50% 0%,
      rgba(204, 211, 255, 0.55) 0%,
      rgba(204, 211, 255, 0) 70%
    ),
    var(--lav-tint);
}
.cta-box__content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin-inline: auto;
}
.cta-box__content .section-text {
  margin-inline: auto;
  max-width: 56ch;
}
.cta-box__content .btn {
  margin-top: 36px;
}

/* =========================================================
   RODAPÉ
   ========================================================= */
.site-footer {
  padding: 30px 0;
  background: var(--lav-soft);
  border-top: 1px solid var(--line);
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer__logo {
  width: 108px;
}
.footer__center {
  text-align: center;
}
.footer__name {
  font-family: var(--title);
  font-weight: 400;
  font-size: 16px;
  color: var(--roxo-dark);
}
.footer__crp {
  font-family: var(--body);
  margin-top: 2px;
  font-size: 14px;
  color: var(--cinza-mid);
}
.footer__social {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}
.footer__social a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--lav-tint);
  color: var(--roxo);
  font-size: 17px;
  transition:
    background 0.25s var(--ease),
    color 0.25s var(--ease),
    transform 0.25s var(--ease);
}
.footer__social a:hover {
  background: var(--roxo);
  color: #fff;
  transform: translateY(-2px);
}
.footer__credit {
  text-align: right;
}
.footer__credit-label {
  font-family: var(--body);
  font-size: 14px;
  color: var(--cinza-mid);
}
.footer__credit-name {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 16px;
  color: var(--roxo-dark);
}
.footer__credit-name:hover {
  color: var(--roxo);
}

/* =========================================================
   RESPONSIVO — SEÇÕES INTERNAS
   ========================================================= */
@media (max-width: 1080px) {
  .diff-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .pain,
  .solution,
  .faq {
    padding-top: 72px;
  }
  .pain {
    padding-bottom: 70px;
  }
  .solution,
  .faq {
    padding-bottom: 72px;
  }
  .about {
    padding-bottom: 80px;
  }

  .cards-grid,
  .insta__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefit {
    flex: 1 1 200px;
  }


  .solution__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .solution__media {
    position: static;
  }

  .about__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }
  .about__content .section-text {
    margin-inline: auto;
    max-width: 62ch;
  }
  .about__media {
    order: -1;
  }
  .diff-list {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
  }

  .insta__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }

  .benefits__box {
    padding: 64px 28px 70px;
  }
  .footer__inner {
    flex-direction: column;
    gap: 0;
  }
  /* no mobile as redes sociais vao para o final do rodape */
  .footer__brand {
    margin-bottom: 22px;
  }
  .footer__center {
    display: contents;
  }
  .footer__name {
    order: 1;
  }
  .footer__crp {
    order: 2;
  }
  .footer__credit {
    order: 3;
    margin-top: 22px;
    text-align: center;
  }
  .footer__social {
    order: 4;
    margin-top: 22px;
  }
}

@media (max-width: 560px) {
  .section-head {
    margin-bottom: 34px;
  }

  /* mesma escala de tipografia da hero */
  .section-title {
    font-size: clamp(23px, 6.2vw, 29px);
  }
  .section-text,
  .faq-item__a,
  .step__text,
  .diff-topic__text,
  .cta-box__content .section-text {
    font-size: 15px;
    line-height: 1.6;
  }
  .pain-card__text,
  .benefit__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .pain-card__title,
  .benefit__title,
  .step__title,
  .diff-topic__title {
    font-size: 16px;
  }
  .faq__cta-text {
    font-size: 15px;
  }
  .cards-grid,
  .diff-list,
  .insta__grid {
    grid-template-columns: 1fr;
  }
  .benefits__list {
    margin: 40px 0 0;
  }
  .benefit {
    flex-basis: 100%;
  }

  .pain__cta .btn,
  .btn--light,
  .btn--outline,
  .btn--lg {
    width: auto;
    max-width: 100%;
    padding-inline: 26px;
  }

  .benefit__text,
  .about__content .section-text {
    max-width: none;
  }

  .faq-item {
    padding: 2px 20px;
  }
  .faq-item__q {
    font-size: 16px;
    padding: 20px 0;
  }

  .benefits__box,
  .cta-box {
    padding: 52px 22px 56px;
    border-radius: 26px;
  }
}

/* link ativo na navegação */
.nav a.is-active {
  color: var(--roxo);
}
/* =========================================================
   BOTÃO DE TEXTO (sem fundo) + MODAL DE VÍDEO
   ========================================================= */
.actions-row {
  margin-top: 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.btn--text {
  padding: 20px 8px;
  font-size: 12px;
  color: var(--roxo-dark);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.btn--text:hover {
  color: #5c5181;
}

.btn__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.btn__play i {
  font-size: 14px;
}

.about__cta {
  gap: 28px;
  flex-wrap: wrap;
}

/* ---------- Modal ---------- */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.video-modal[hidden] {
  display: none;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(40, 33, 66, 0.72);
  backdrop-filter: blur(4px);
  animation: video-modal-fade 0.25s var(--ease);
}

.video-modal__dialog {
  position: relative;
  width: min(940px, 100%);
  animation: video-modal-in 0.3s var(--ease);
}

.video-modal__el {
  display: block;
  width: 100%;
  max-height: 80vh;
  border-radius: 22px;
  background: #000;
  box-shadow: var(--shadow-md);
}

.video-modal__close {
  position: absolute;
  top: -54px;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 18px;
  color: var(--roxo-dark);
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    color 0.3s var(--ease),
    background 0.3s var(--ease);
}
.video-modal__close:hover {
  color: #fff;
  background: var(--roxo);
}

@keyframes video-modal-fade {
  from {
    opacity: 0;
  }
}
@keyframes video-modal-in {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
}

@media (max-width: 560px) {
  .video-modal {
    padding: 16px;
  }
  .video-modal__close {
    top: -50px;
    width: 38px;
    height: 38px;
  }
  .video-modal__el {
    border-radius: 16px;
  }
  .btn--text {
    width: auto;
    align-self: center;
    padding: 4px 8px;
  }
  .about__cta {
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .video-modal__backdrop,
  .video-modal__dialog {
    animation: none;
  }
}

/* imagem da seção Solução (temporária) */
.solution__photo img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- WhatsApp flutuante ---------- */
.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 150;
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35), var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: scale(1.08);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.45), var(--shadow-md);
}
.whatsapp-float:focus-visible {
  outline: 3px solid var(--roxo);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .whatsapp-float {
    transition: none;
  }
}
