:root {
  --bg-main: #ffffff;
  --font-inter: 'Inter', sans-serif;
  --bg-white: #ffffff;
  --bg-black: #110f10;
  --bg-pink: #FF2CCE;
  --primary-pink: #FF2CCE;
  --bg-yellow: #fff34a;
  --bg-green: #9bfa81;
  --bg-blue: #a2dcff;
  --bg-purple: #9763ff;
  --bg-red: #ec4f4f;
  --font-bowlby: 'Bowlby One', serif;
  --font-roboto-slab: 'Roboto Slab', serif;
  --font-roboto-serif: 'Roboto Serif', serif;
  --font-roboto: 'Roboto', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
}

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

body {
  background: var(--bg-main);
  color: var(--bg-black);
  font-family: var(--font-roboto-slab);
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
  scrollbar-gutter: stable;
  position: relative;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main,
section,
header,
footer,
.brand-ticker {
  position: relative;
}

section>* {
  position: relative;
  z-index: 2;
}

section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.text-center {
  text-align: center;
}

.text-white {
  color: var(--bg-white);
}

.text-pink {
  color: var(--bg-pink);
}

.text-blue-link {
  color: #5e51f8;
  font-weight: 500;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-section {
  margin-top: 0;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-16 {
  margin-bottom: 16px;
}

.pt-80 {
  padding-top: 80px;
}

.w-640 {
  width: 640px;
  max-width: 100%;
}

.w-600 {
  width: 600px;
  max-width: 100%;
}

.w-1440 {
  width: 1440px;
  max-width: 100%;
}

.text-24 {
  font-size: 24px;
}

.text-40 {
  font-size: 40px;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.gap-24 {
  gap: 24px;
}

.gap-80 {
  gap: 80px;
}

.align-start {
  align-self: flex-start;
}

.bg-white {
  background-color: var(--bg-white);
}

.bg-black {
  background-color: var(--bg-black);
}

section.bg-yellow::before {
  background-color: var(--bg-yellow);
}

section.bg-blue::before {
  background-color: var(--bg-blue);
}

section.bg-pink::before {
  background-color: var(--bg-pink);
}

section.bg-purple::before {
  background-color: var(--bg-purple);
}

section.bg-green-light::before {
  background-color: var(--bg-green);
}

section.bg-white::before {
  background-color: var(--bg-white);
}

footer.bg-black::before,
section.bg-black::before {
  background-color: var(--bg-black);
}

.brand-ticker.bg-pink::before {
  background-color: var(--bg-pink);
}

section.bg-yellow,
section.bg-blue,
section.bg-pink,
section.bg-purple,
section.bg-green-light,
section.bg-white,
section.bg-black,
footer.bg-black,
.brand-ticker {
  background-color: transparent !important;
}

.bg-global-container {
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  z-index: 1;
  overflow: hidden;
}

.bg-line {
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
}

.line-green-1 {
  background-image: url(assets/bg/line1-bg-green.svg);
  bottom: 0;
  top: -1024px;
  width: 100%;
  z-index: 0;
}

.line-pink-2 {
  background-image: url('assets/bg/line2-bg-pink.svg');
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-position-x: right;
  background-position-y: center;
}

.line-black-3 {
  background-image: url('assets/bg/line3-bg-black.svg');
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background-position: center top;
}

.section-testimonials .section-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

.section-testimonials .testimonials-grid {
  position: relative;
  z-index: 1;
}

.banner .line-green-4 {
  background-image: url('assets/bg/line4-bg-green.svg');
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-position-x: right;
  background-position-y: center;
}

.line-blue-5 {
  background-image: url('assets/bg/line5-bg-blue.svg');
  height: 1521px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1190px;
  z-index: 1;
}

.line6-bg-black {
  background-image: url('assets/bg/line6-bg-black.svg');
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  background-position: left top;
}

/* ===================== TYPOGRAPHY ===================== */
.bowlby-title {
  font-family: var(--font-bowlby);
  font-size: 96px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 0.9;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bowlby-title br {
  display: block;
  margin-bottom: -10px;
}

.bowlby-title-medium {
  font-family: var(--font-bowlby);
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
}

.bowlby-title-small {
  font-family: var(--font-bowlby);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

/* ===================== BUTTONS ===================== */
.btn {
  --mx: 0px;
  --my: 0px;
  align-items: center;
  border: 0;
  border-radius: 200px;
  cursor: pointer;
  display: inline-flex;
  font-family: var(--font-roboto-slab);
  font-size: 16px;
  font-weight: 400;
  gap: 4px;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 48px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}

.btn:hover {
  transform: translate(var(--mx), calc(var(--my) - 1px));
}

.btn-pink {
  background: var(--primary-pink);
  color: #ffffff;
  height: 64px;
  padding: 0 24px;
}

.btn-pink-header {
  background: var(--primary-pink);
  border-radius: 50px;
  color: #ffffff;
  font-family: var(--font-roboto-slab);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 56px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 229px;
}

.btn-large {
  height: 64px;
}

.btn-black-pill {
  background-color: #110F10;
  border-radius: 200px;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  flex-shrink: 0;
  height: clamp(80px, 8.89vw, 128px);
  width: clamp(240px, 25vw, 360px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 320px;
}

.btn-pink-pill {
  background: var(--primary-pink);
  border-radius: 200px;
  color: #ffffff;
  font-size: 16px;
  padding: 0;
  height: 64px;
  width: 288px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-pink-pill .btn-arrow {
  font-size: 18px;
}

.btn-arrow {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.badge-yellow {
  background: var(--bg-yellow);
  border-radius: 2px;
  color: var(--bg-black);
  text-align-last: center;
  font-family: var(--font-roboto-slab);
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 8px 12px;
}

/* ===================== HEADER ===================== */
.first-fold {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  height: 104px;
  padding: 24px 80px;
  width: 100%;
}

.logo {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}

.logo img {
  grid-area: 1 / 1;
  height: 56px;
  width: auto;
  transition:
    opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo-white {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.logo-black {
  opacity: 0;
  transform: translateY(12px) scale(0.9);
}

.header--scrolled .logo-white {
  opacity: 0;
  transform: translateY(-12px) scale(0.9);
}

.header--scrolled .logo-black {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.header-action {
  flex: 0 0 auto;
}

.nav-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}

.nav-menu a {
  font-family: var(--font-roboto-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 8px;
  transition: color 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a.nav-active {
  color: var(--bg-pink);
}

.nav-menu a::after {
  display: none;
}

.header-desktop {
  display: flex;
}

.header-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  width: 100%;
  box-sizing: border-box;
}

.logo-mobile img {
  height: 56px;
  width: auto;
}

.header-mobile-action {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-pink-header-mobile {
  background: var(--primary-pink);
  border-radius: 50px;
  color: #ffffff;
  font-family: var(--font-roboto-slab);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  height: 56px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
}

.menu-toggle,
.menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.menu-toggle svg,
.menu-close svg {
  width: 100%;
  height: 100%;
}

/* ===== MENU OVERLAY ===== */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10001;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0s linear 0.22s;
  overflow: hidden;
  /* No scroll here */
}

body.menu-open {
  overflow: hidden !important;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  /* entrada: aparece imediatamente */
  transition:
    opacity 0s,
    visibility 0s;
}

/* PAINEL — slide de cima para baixo ao abrir, sobe ao fechar */
.mobile-menu {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  transition: transform 0.38s cubic-bezier(0.05, 0.7, 0.1, 1.0);
  will-change: transform;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 2;
}

.mobile-menu-overlay.active .mobile-menu {
  transform: translateY(0);
  /* MD3 Emphasized Decelerate — entrada suave e natural */
  transition: transform 0.38s cubic-bezier(0.05, 0.7, 0.1, 1.0);
}

.mobile-menu-overlay:not(.active) .mobile-menu {
  transform: translateY(-100%);
  /* MD3 Emphasized Accelerate — saída rápida e decidida */
  transition: transform 0.22s cubic-bezier(0.3, 0.0, 0.8, 0.15);
}

.header-mobile.menu-open,
.header-desktop.menu-open {
  z-index: 9999;
}

/* LINHA DECORATIVA VERDE */
.mobile-menu-bg-line {
  background-image: url('assets/bg/line1-menu-green.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 956px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -30px;
  width: 643px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active .mobile-menu-bg-line {
  opacity: 1;
  transition: opacity 0.4s ease 0.1s;
}

.mobile-menu-overlay:not(.active) .mobile-menu-bg-line {
  opacity: 0;
  transition: opacity 0.2s ease;
}

/* CONTEÚDO DO MENU - fica ACIMA da linha */
.mobile-menu-header,
.mobile-menu-body {
  position: relative;
  z-index: 3;
  background-color: transparent;
  height: 104px;
}

.mobile-menu-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-logo-text {
  font-family: var(--font-bowlby);
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  color: #110f10;
  letter-spacing: -1px;
}

.menu-close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.menu-close svg {
  width: 100%;
  height: 100%;
}

.mobile-menu-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2vh 24px;
  gap: 16px;
  overflow: hidden;
}

.mobile-nav-menu {
  display: flex;
  flex-direction: column;
  gap: max(1.5vh, 16px);
  width: 100%;
  align-items: center;
}

/* Estado base: links sem animacao de stagger */
.mobile-nav-menu a {
  font-family: var(--font-bowlby);
  font-size: clamp(24px, 4vh, 34px);
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  color: #110f10;
  text-decoration: none;
  text-align: center;
  padding: 1vh 0;
  transition: color 0.2s ease;
}

.mobile-nav-menu a:hover {
  color: var(--bg-pink);
}

/* BOTÃO CTA */
.mobile-menu-cta {
  --mx: 0px;
  --my: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: var(--bg-pink);
  border: none;
  cursor: pointer;
  border-radius: 200px;
  padding: clamp(16px, 3vh, 32px) 24px;
  font-family: var(--font-roboto-slab);
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  min-width: min(400px, 90vw);
  max-width: 420px;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mobile-menu-cta:hover {
  transform: translate(var(--mx), calc(var(--my) - 3px));
  box-shadow: 0 8px 28px rgba(255, 44, 206, 0.45);
}

.mobile-menu-cta-arrow {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  transition: transform 0.2s ease;
}

.mobile-menu-cta:hover .mobile-menu-cta-arrow {
  transform: translateX(5px);
}

/* RESPONSIVIDADE */
@media (max-width: 480px) {
  .mobile-menu-header {
    padding: 24px;
  }

  .menu-logo-text {
    font-size: 28px;
  }

  .mobile-menu-body {
    padding: 32px 24px 40px 24px;
    gap: 40px;
  }

  .mobile-nav-menu {
    gap: 24px;
  }

  .mobile-nav-menu a {
    font-size: 28px;
  }

  .mobile-menu-cta {
    font-size: 16px;
    padding: 40px 20px;
  }

  .mobile-menu-cta-arrow {
    font-size: 22px;
  }
}

@media (max-width: 390px) {
  .mobile-menu-body {
    padding: 24px 16px 32px 16px;
    gap: 20px;
  }

  .mobile-nav-menu {
    gap: 14px;
  }

  .mobile-nav-menu a {
    font-size: 22px;
  }

  .mobile-menu-cta {
    padding: 32px 16px;
  }

  .mobile-menu-cta-arrow {
    font-size: 20px;
  }
}

/* ===================== DOC TITLE MOBILE ===================== */

/* ===================== HERO ===================== */
.hero-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 80px 80px;
}

.hero-text-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1440px;
  max-width: 100%;
  padding: 0px 0px 80px 0px;
}

.badge-yellow+.bowlby-title {
  margin-top: 16px;
}

.hero-subtitle {
  font-size: 24px;
  line-height: 1.2;
  width: 640px;
  max-width: 100%;
  text-align: center;
}

.hero-cta-group {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 8px;
}

.avatar-group {
  align-items: center;
  display: flex;
  gap: 16px;
}

.avatars {
  height: 56px;
  position: relative;
  width: 152px;
}

.avatar-img {
  border: 4px solid var(--bg-yellow);
  border-radius: 100px;
  height: 56px;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 56px;
}

.avatar-img:nth-child(1) {
  left: 0;
}

.avatar-middle {
  left: 48px;
}

.avatar-last {
  left: 96px;
}

.avatar-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 4px;
  line-height: 0.8;
  width: 115px;
}

.hero-image-frame {
  border: 16px solid var(--bg-yellow);
  border-radius: 32px;
  height: 840px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.frame-bg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.floating-social-cards {
  position: relative;
  width: 322px;
  height: 492px;
}

.hero-image-frame .floating-social-cards {
  left: 282px;
  position: absolute;
  top: 260px;
}





.cards-container {
  position: absolute;
  left: 51px;
  top: 146px;
  width: 271px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.card-1 {
  width: 234px;
}

.card-2 {
  width: 233px;
}

.card-3 {
  width: 260px;
}

.card-4 {
  width: 274px;
}

.user-card {
  background: rgba(17, 15, 16, 0.45);
  backdrop-filter: blur(42.46px);
  border: 0.8px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 12.8px 16px 12.8px 12.8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cards-container img.user-card {
  display: block;
  padding: 0;
  background: transparent;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 16px;
  height: auto;
  object-fit: cover;
}

.user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.green-avatar {
  background: rgb(155, 250, 129);
  color: #110f10;
}

.red-avatar {
  background: rgb(235, 79, 79);
  color: #fff;
}

.pink-avatar {
  background: var(--bg-pink);
  color: #fff;
}

.purple-avatar {
  background: #9763ff;
  color: #fff;
}

.yellow-avatar {
  background: #fff34a;
  color: #110f10;
}

.user-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  line-height: 1;
}

.user-text .name {
  color: #b9b9b9;
  font-weight: 400;
}

.user-text .message {
  color: #fff;
  font-weight: 500;
}

/* ===================== HERO STRIPE ===================== */
.hero-stripe {
  background: var(--primary-pink);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.hero-stripe .stripe-content {
  display: flex;
  align-items: center;
  width: 1920px;
  max-width: 100%;
}

.hero-stripe .ticker-track {
  display: flex;
  align-items: center;
  animation: ticker-scroll 30s linear infinite;
  white-space: nowrap;
}

.hero-stripe .ticker-item {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 20px;
}

.hero-stripe .ticker-dot {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  color: #fff;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ===================== FAMILIAR SECTION ===================== */
.section-familiar {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 80px 0 80px;
}

.familiar-header {
  color: var(--bg-black);
  padding: 0 80px;
}

.familiar-subtitle {
  font-size: 24px;
  line-height: 1.3;
}

.familiar-row {
  align-items: center;
  display: flex;
  gap: clamp(40px, 5.56vw, 80px);
  padding: 0 80px;
  width: 100%;
  max-width: 1440px;
  margin: 80px auto 0;
}

.familiar-row:first-of-type {
  margin-top: 80px;
}

.familiar-img-box {
  border-radius: 32px;
  flex-shrink: 0;
  overflow: hidden;
  width: clamp(300px, 41.67vw, 600px);
  aspect-ratio: 10 / 7;
  animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(0px);
  }
}

.familiar-img-box.vertical,
.familiar-img-box.horizontal {
  aspect-ratio: 10 / 7;
}

.familiar-img-box img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.border-pink-complex {
  border-bottom: 8px solid var(--bg-pink);
  border-left: 8px solid var(--bg-pink);
  border-right: 2px solid var(--bg-pink);
  border-top: 2px solid var(--bg-pink);
}

.familiar-grid {
  display: grid;
  flex: 1;
  gap: 32px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.familiar-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.emoji-icon {
  font-family: var(--font-roboto);
  font-size: 48px;
  line-height: 1;
}

.familiar-item p,
.familiar-text p {
  font-size: 18px;
  line-height: 1.4;
}

.familiar-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
}

/* ===================== BANNERS ===================== */
.banner {
  overflow: hidden;
  padding: 80px 0;
  position: relative;
  height: auto;
  min-height: 0;
  display: flex;
  align-items: center;
}

.banner-content {
  align-items: center;
  display: flex;
  gap: clamp(32px, 5.56vw, 80px);
  justify-content: space-between;
  margin: 0 auto;
  padding: clamp(40px, 5.56vw, 80px);
  position: relative;
  width: 100%;
  max-width: 1440px;
  z-index: 1;
}

.banner-text {
  min-width: 0;
  max-height: 640px;
}

.banner-text p {
  font-size: 18px;
  line-height: 1.4;
}

.section-desenrola {
  background-color: #9BFA81;
  position: relative;
  overflow: hidden;
  padding: 0;
}

.desenrola-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  min-height: 804px;
  width: 100%;
}

.desenrola-text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 54%;
  padding: clamp(40px, 5.56vw, 80px);
  padding-bottom: 0;
  align-self: flex-start;
}

.desenrola-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45.69%;
  max-width: 658px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}

.desenrola-image img {
  width: 100%;
  height: 804px;
  object-fit: contain;
  object-position: bottom right;
}

.desenrola-section-text {
  display: block;
}

.desenrola-header {
  margin-bottom: 40px;
}

.desenrola-header .bowlby-title {
  align-items: flex-start;
  color: #110F10;
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1em;
  text-align: left;
}

.desenrola-body {
  margin-bottom: 40px;
}

.desenrola-body p {
  color: #110F10;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 24px;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.check-list p {
  font-size: 18px;
  line-height: 2;
}

/* ===================== STATS ===================== */
.section-stats {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 80px 0 0;
}

.stats-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  padding: 0 80px;
  text-align: center;
}

.stats-grid {
  align-items: stretch;
  display: flex;
  gap: 0;
  padding: 80px 80px;
  width: 100%;
  max-width: 1440px;
}

.stat-card {
  display: flex;
  flex: 1;
  gap: 16px;
  min-width: 0;
  padding: 16px 32px;
  align-items: flex-start;
  transition: none;
}

.stat-card h3 {
  font-size: 40px;
}

.stat-card:hover {
  transform: none;
  box-shadow: none;
}

.stat-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat-info p {
  font-size: 16px;
  line-height: 1.4;
}

/* ===================== TESTIMONIALS ===================== */
.section-testimonials {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 80px 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 0 0;
}

.test-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.test-card {
  background: var(--bg-white);
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.test-card-link {
  display: block;
  text-decoration: none;
}

.test-card-link .test-card {
  cursor: pointer;
}

.test-card-link:hover .test-card {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(255, 44, 206, 0.2);
}

.test-card-link .test-user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.test-link-icon {
  font-size: 14px;
  opacity: 0.7;
}

.test-card-md {
  padding: 24px;
}

.test-user {
  display: flex;
  gap: 16px;
  align-items: center;
}

.test-avatar {
  border-radius: 48px;
  height: 48px;
  width: 48px;
  object-fit: cover;
}

.test-user-info {
  display: flex;
  flex-direction: column;
}

.test-user-info strong {
  color: var(--bg-black);
  font-family: var(--font-roboto-slab);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.1s ease-out;
}

.test-card:hover .test-user-info strong {
  color: var(--bg-pink);
}

.test-user-info span {
  color: var(--bg-black);
  font-family: var(--font-roboto-slab);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  opacity: 0.6;
}

.test-quote {
  color: rgba(17, 15, 16, 0.78);
  font-family: var(--font-roboto-slab);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

/* ===================== STEPS ===================== */
.section-steps {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 80px 0 0;
}

.steps-header {
  width: 1440px;
  max-width: 100%;
  padding: 0 80px;
  text-align: center;
}

.steps-header p {
  font-size: 22px;
  line-height: 1.4;
  margin-top: 32px;
}

.steps-grid {
  display: flex;
  gap: 24px;
  padding: 64px 80px;
  width: 100%;
  max-width: 1440px;
}

.step-card {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  transition: none;
}

.step-card:hover {
  transform: none;
  box-shadow: none;
}

.step-img {
  border-radius: 24px;
  height: clamp(180px, 16.67vw, 240px);
  overflow: hidden;
  position: relative;
}

.bg-blue {
  background-color: var(--bg-blue);
}

.bg-purple {
  background-color: var(--bg-purple);
}

.bg-green-light {
  background-color: var(--bg-green);
}

.border-black-complex {
  border-bottom: 8px solid var(--bg-black);
  border-left: 8px solid var(--bg-black);
  border-right: 2px solid var(--bg-black);
  border-top: 2px solid var(--bg-black);
}

.step-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.step-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 0;
}

.step-info p {
  font-size: 17px;
  line-height: 1.3;
}

/* ===================== FAQ ===================== */
.section-faq {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 80px;
}

.section-faq h2 {
  margin-bottom: 64px;
}

.faq-list {
  width: 900px;
  max-width: calc(100% - 160px);
}

.faq-item {
  border-bottom: 1px solid #CCCCCC;
  cursor: pointer;
  padding: 0 24px;
  border-radius: 8px;
}

.faq-question {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  gap: 8px;
}

.faq-question h3 {
  font-family: var(--font-roboto-slab);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  transition: color 0.2s ease;
}

.faq-item.active .faq-question h3,
.faq-item:hover .faq-question h3 {
  color: var(--bg-pink);
}

.faq-icon {
  flex-shrink: 0;
  font-family: var(--font-roboto-slab);
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.2s ease;
  color: var(--bg-black);
  transform: rotate(0deg);
}

.faq-item.active .faq-icon {
  color: var(--bg-pink);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
}

.faq-answer p {
  padding-bottom: 48px;
  font-family: var(--font-roboto);
  font-size: 18px;
  line-height: 1.6;
  color: #110F10;
}

/* ===================== FOOTER CTA ===================== */
.footer-cta .cards-container {
  position: absolute;
  left: 10px;
  top: 141px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.footer-cta .card-1 {
  width: 233.11px;
  height: 71.65px;
}

.footer-cta .card-2 {
  width: 204px;
  height: 71.65px;
}

.footer-cta .card-3 {
  width: 278px;
  height: 71.65px;
}

.footer-cta .card-4 {
  width: 268px;
  height: 71.65px;
}

.btn-green-pill {
  background-color: var(--bg-green) !important;
  color: var(--bg-black);
  padding: 16px 80px;
  font-size: 16px;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-roboto-slab);
  font-weight: 400;
  letter-spacing: 0.5px;
  gap: 4px;
  height: clamp(160px, 16.67vw, 240px);
  width: 1600px;
  max-width: 100%;
  transition: transform 0.2s ease;
  text-decoration: none;
}

.btn-green-pill:hover {
  transform: scale(1.02);
  opacity: 1;
}

.btn-green-pill .btn-arrow {
  font-size: 18px;
  font-weight: 500;
}

.footer-cta {
  align-items: center;
  background-color: var(--bg-purple);
  color: var(--bg-white);
  display: flex;
  flex-direction: column;
  gap: 80px;
  overflow: hidden;
  padding: 80px;
  position: relative;
  z-index: 0;
}

.footer-cta h2 {
  width: 100%;
  max-width: 1440px;
  font-size: 96px;
  line-height: 0.9;
}

.cta-image-frame {
  border: 16px solid var(--bg-green);
  border-radius: 32px;
  height: 840px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.cta-image-frame>img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cta-image-frame .floating-social-cards {
  left: 238px;
  position: absolute;
  top: 240px;
  width: 272px;
}

.footer-cta .user-card {
  background: rgba(17, 15, 16, 0.4);
  backdrop-filter: blur(84.93px);
  border: 0.8px solid rgba(255, 255, 255, 0.1);
  border-radius: 16.024px;
  padding: 12.82px 16.02px 12.82px 12.82px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 71.65px;
}

.footer-cta .user-avatar {
  width: 33.65px;
  height: 33.65px;
  border-radius: 35.6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 19.23px;
}

.footer-cta .user-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 19.23px;
  line-height: 1;
  height: 46px;
  justify-content: center;
}

.footer-cta .user-text .name {
  color: #b9b9b9;
  font-weight: 400;
  font-size: 19.23px;
}

.footer-cta .user-text span:last-child {
  color: #fff;
  font-weight: 500;
  font-size: 19.23px;
}

/* ===================== FOOTER ===================== */
.footer {
  align-items: center;
  background-color: #110F10;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 0 80px 48px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.footer-cta-capilab {
  position: absolute;
  top: -114px;
  left: 80px;
  width: 122px;
  height: 114px;
}

.footer-cta-capilab img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.footer-top {
  align-items: center;
  display: flex;
  gap: 48px;
  width: 100%;
  justify-content: space-between;
  padding-top: 48px;
}

.footer-logo {
  display: flex;
  flex: 0 0 auto;
}

.footer-logo img {
  height: 48px;
}

.footer-nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.footer-nav a {
  color: var(--bg-white);
  font-family: var(--font-roboto-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 8px;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: var(--bg-pink);
}

.footer-socials {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  flex: 0 0 auto;
}

.footer-socials img {
  height: 24px;
  width: 24px;
  transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.32s ease;
}

.footer-bottom {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 24px;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
}

.footer-bottom p,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer-bottom a:hover {
  color: var(--bg-pink);
}

.footer-m {
  display: none;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1470px) {
  .header-desktop {
    display: none !important;
  }

  .header-mobile {
    display: flex !important;
    align-items: center;
    gap: 24px;
    padding: 24px 40px;
    background: #ffffff;
    width: 100%;
  }

  .header-mobile-action {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
  }

  .btn-pink-header-mobile {
    display: inline-flex !important;
    height: 56px;
    padding: 0 28px;
    background: var(--primary-pink);
    color: #fff;
    font-size: 16px;
  }

  .hero-section {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hero-text-container {
    padding-left: 0;
    padding-right: 0;
  }

  .banner {
    width: 100%;
  }

  .footer-cta {
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer {
    display: none;
  }

  .footer-m {
    display: flex;
    flex-direction: column;
    background-color: #110F10;
    padding: 80px 40px;
    gap: 80px;
    width: 100%;
    align-items: flex-start;
  }

  .footer-m-capilab {
    position: absolute;
    left: 12px;
    top: -114px;
    width: 122px;
    height: 114px;
    overflow: hidden;
  }

  .footer-m-capilab img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 45% 35%;
  }

  .footer-m-top {
    display: flex;
    flex-direction: column;
    gap: 80px;
    width: 100%;
  }

  .footer-m-logo img {
    height: 48px;
    width: auto;
  }

  .footer-m-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer-m-nav a {
    color: #fff;
    font-family: var(--font-roboto-serif);
    font-size: 16px;
    font-weight: 500;
    padding: 12px 8px;
    min-height: 44px;
    min-width: 160px;
    transition: color 0.2s ease;
  }

  .footer-m-nav a:hover {
    color: var(--bg-pink);
  }

  .footer-m-socials {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: center;
  }

  .footer-m-socials img {
    width: 24px;
    height: 24px;
    transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.32s ease;
  }

  .footer-m-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .footer-m-bottom p,
  .footer-m-bottom a {
    color: #fff;
    font-family: var(--font-roboto-slab);
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
  }

  .footer-m-bottom a:hover {
    color: var(--bg-pink);
  }
}

@media (max-width: 767px) {
  .btn-pink-header-mobile {
    display: none !important;
  }

  .header-mobile-action {
    gap: 8px;
  }
}

@media (max-width: 1024px) {

  .hero-text-container,
  .hero-image-frame,
  .familiar-header,
  .familiar-row,
  .banner-content,
  .stats-header,
  .stats-grid,
  .section-testimonials .section-inner,
  .steps-header,
  .steps-grid,
  .faq-list,
  .footer-top,
  .desenrola-content,
  .footer-bottom.testimonials-grid {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .footer-cta>h2 {
    max-width: 640px;
    width: 100%;
  }

  .cta-image-frame {
    max-width: 640px;
    width: 100%;
  }

  .btn-green-pill {
    height: 128px;
    max-width: 440px;
    padding: 0 24px;
    width: 100%;
  }

  .header-mobile {
    padding: 24px;
  }

  .bg-global-container {
    display: none;
  }

  .section-desenrola .line-blue-5 {
    display: block;
    left: 0;
  }

  .bowlby-title {
    font-size: 48px;
    letter-spacing: 0;
  }

  .bowlby-title br {
    display: none;
  }

  .bowlby-title-medium {
    font-size: 32px;
  }

  .text-24,
  .familiar-subtitle {
    font-size: 20px;
  }

  .hero-section {
    padding: 48px 24px 80px;
    gap: 64px;
  }

  .hero-text-container {
    padding: 0 24px;
    gap: 40px;
  }

  .hero-subtitle {
    font-size: 20px;
    width: 100%;
  }

  .hero-cta-group {
    flex-direction: column;
    width: 100%;
  }

  .btn.btn-pink.btn-large {
    width: 240px;
    height: 64px;
    padding: 16px 12px;
    font-size: 16px;
  }

  .hero-image-frame {
    max-width: 440px;
    width: 100%;
    border-width: 8px;
  }

  .hero-image-frame .floating-social-cards {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .hero-image-frame .cards-container {
    left: 6%;
    top: 54%;
  }



  .section-familiar {
    padding: 80px 0;
  }

  .familiar-header {
    padding: 0 24px;
  }

  .familiar-row {
    flex-direction: column;
    padding: 0 24px;
    gap: 32px;
    margin-top: 40px;
  }

  .familiar-img-box {
    width: 100%;
    height: 320px;
  }

  .familiar-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 60%;
  }

  .familiar-text {
    gap: 24px;
  }

  .banner {
    padding: 40px 0;
  }

  .banner-content {
    flex-direction: column;
    padding: 40px 20px;
    gap: 80px;
  }

  .banner-text {
    width: 100%;
  }

  .btn-black-pill {
    height: 128px;
    max-width: 420px;
    width: 100%;
  }

  .section-desenrola {
    padding: 40px 20px 0px;
  }

  .desenrola-content {
    flex-direction: column;
    min-height: auto;
  }

  .desenrola-text {
    width: 100%;
    padding: 32px 20px;
    gap: 80px;
    max-width: 100%;
  }

  .desenrola-header .bowlby-title {
    font-size: 56px;
    text-align: left;
  }

  .desenrola-image {
    position: relative;
    width: 100%;
    height: 782px;
    margin-top: 0;
  }

  .desenrola-image img {
    height: 782px;
    object-fit: cover;
    object-position: center 21%;
  }

  .section-stats {
    padding: 80px 0 0;
  }

  .stats-header {
    padding: 0 24px;
  }

  .stats-grid {
    flex-direction: column;
    padding: 40px 24px;
  }

  .stat-card {
    flex: 1 1 100%;
  }

  .section-testimonials {
    padding: 80px 24px;
  }

  .section-testimonials .section-inner {
    padding: 0;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    padding: 48px 0 0;
  }

  .test-card-lg,
  .test-card-md {
    padding: 24px;
  }

  .section-steps {
    padding: 80px 0 0;
  }

  .steps-header {
    padding: 0 24px;
  }

  .steps-header p {
    font-size: 20px;
  }

  .steps-grid {
    flex-direction: column;
    padding: 40px 24px;
    gap: 48px;
  }

  .step-card {
    width: 100%;
  }

  .step-img {
    height: auto;
  }

  .section-faq {
    padding: 80px 24px;
  }

  .faq-list {
    padding: 0;
  }

  .faq-item {
    padding: 0;
  }

  .faq-question {
    padding: 24px 0;
  }

  .faq-question h3 {
    font-size: 20px;
  }

  .footer-cta {
    padding: 80px 24px;
    gap: 48px;
  }

  .footer-cta h2 {
    font-size: 48px;
  }

  .cta-image-frame {
    max-width: 440px;
    border-width: 8px;
  }

  .cta-image-frame .floating-social-cards {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .footer-cta .cards-container {
    left: 10%;
    top: 50%;
    width: 100%;
  }

  .footer {
    padding: 0 24px 48px;
  }

  .footer-cta-capilab {
    left: max(12px, calc((100vw - 640px)/2));
    top: -114px;
    width: 122px;
    height: 114px;
  }

  .footer-top {
    flex-direction: column;
    gap: 24px;
    padding-top: 80px;
    text-align: center;
  }

  .footer-logo,
  .footer-socials {
    justify-content: center;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
  }

  .footer-nav a {
    font-size: 14px;
    padding: 8px 6px;
  }

  .footer-socials {
    gap: 16px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
  }

  .mt-section {
    margin-top: 0;
    max-width: 460px;
  }

  .w-640,
  .w-600 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-desenrola {
    padding: 40px 20px 0px;
  }

  .desenrola-text {
    padding: 32px 0;
  }

  .desenrola-header .bowlby-title {
    font-size: 48px;
  }

  .desenrola-image {
    width: calc(100% + 20px);
    margin: 0 -20px 0 0;
    height: 640px;
  }

  .desenrola-image img {
    height: 640px;
    object-position: left 21%;
  }

}

/* ===== HEADER GLASS EFFECT ===== */
.header-desktop,
.header-mobile {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  /* Transição alegre/bouncy para quando o header entra e sai */
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: transparent;
  margin: 0;
  border-radius: 0;
  backdrop-filter: none;
  will-change: transform;
  opacity: 1;
  visibility: visible;
}

.header--scrolled {
  position: fixed !important;
  background: rgba(255, 255, 255, 0.55) !important;
  backdrop-filter: blur(42px);
  border-radius: 24px;
  width: calc(100% - 48px);
  margin: 24px 24px 0 24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.header--hidden {
  transform: translateY(-110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.no-transition,
.no-transition * {
  transition: none !important;
}

/* ===================== DOC PAGE ===================== */
/* ===================== DOC PAGE ===================== */
.doc-page {
  padding-top: 120px;
  background: var(--bg-white, #FFFFFF);
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.doc-container {
  max-width: 1148px;
  width: 100%;
  padding: 0 24px;
  margin: 0 auto;
}

.doc-title {
  text-align: center;
  line-height: 0.9;
  letter-spacing: -2px;
  color: #110F10;
  margin-bottom: 24px;
}

.doc-subtitle {
  font-family: var(--font-roboto-serif);
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 120px auto;
}

.doc-section {
  max-width: 800px;
  margin: 0 auto 48px;
}

.doc-section h2,
.doc-section-title {
  font-family: var(--font-roboto-slab);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}

.doc-section-title {
  margin-bottom: 24px;
}

.doc-section-title+p {
  margin-top: 0;
}

.doc-section-intro {
  font-family: var(--font-roboto-slab);
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.doc-ordered-list {
  list-style: decimal;
  font-family: var(--font-roboto-slab);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
  padding-left: 0;
}

.doc-ordered-list li {
  margin-left: 36px;
}

.doc-ordered-title {
  font-family: var(--font-roboto-slab);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
}

.doc-text-content {
  font-family: var(--font-roboto-slab);
  font-size: 18px;
  line-height: 1.3;
}

.doc-text-content p {
  margin-bottom: 5px;
}

.doc-text-content p:last-child {
  margin-bottom: 0;
}

.doc-text-content strong {
  font-weight: 700;
}

.doc-bullet-list {
  list-style: disc;
  padding-left: 27px;
  margin-bottom: 5px;
}

.doc-bullet-list li {
  line-height: 1.3;
  margin-bottom: 0;
}

.doc-section p {
  font-family: var(--font-roboto);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.doc-section ul {
  font-family: var(--font-roboto);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-left: 27px;
  list-style: disc;
}

.doc-section ul li {
  margin-bottom: 8px;
}

.doc-section a {
  color: inherit;
  text-decoration: underline;
}

.header-desktop:not(.header--scrolled),
.header-mobile:not(.header--scrolled) {
  position: relative;
}

body.header-fixed-padding {
  padding-top: 104px;
}

@media (max-width: 1024px) {
  .header--scrolled {
    width: calc(100% - 32px);
    margin: 16px 16px 0 16px;
    max-height: 96px;
  }
}

/* ===== ANIMAÇÕES E UTILITÁRIOS ===== */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes cardEnter {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes badgePulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 243, 74, 0.6);
  }

  60% {
    box-shadow: 0 0 0 12px rgba(255, 243, 74, 0);
  }
}

@keyframes rippleAnim {
  from {
    transform: scale(0);
    opacity: 0.35;
  }

  to {
    transform: scale(1);
    opacity: 0;
  }
}





@keyframes counterBounce {
  0% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}

.badge-yellow {
  animation: fadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both;
}

.hero-section .bowlby-title span:nth-child(1) {
  animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.20s both;
}

.hero-section .bowlby-title span:nth-child(2) {
  animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.32s both;
}

.hero-section .bowlby-title span:nth-child(3) {
  animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.44s both;
}

.hero-subtitle {
  animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.56s both;
}

.hero-cta-group {
  animation: fadeUp 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.68s both;
}

.hero-image-frame {
  animation: scaleIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.30s both;
}

.badge-pulse {
  animation: fadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.1s both,
    badgePulse 2.4s ease-out 1.4s infinite;
}



.card-enter {
  animation: cardEnter 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

[data-reveal] {
  opacity: 0;
  transition: opacity 0.85s cubic-bezier(0.34, 1.56, 0.64, 1),
    transform 0.85s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-reveal="up"] {
  transform: translateY(56px);
}

[data-reveal="left"] {
  transform: translateX(-56px);
}

[data-reveal="right"] {
  transform: translateX(56px);
}

[data-reveal="scale"] {
  transform: scale(0.85);
}

[data-reveal="fade"] {
  transform: none;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@keyframes float-cheerful {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-14px);
  }

  100% {
    transform: translateY(0px);
  }
}

.float-infinite {
  animation: float-cheerful 4.5s ease-in-out infinite both;
  will-change: transform;
}

.float-infinite.md {
  animation: float-cheerful 3.5s ease-in-out infinite both;
}

.float-infinite.lg {
  animation: float-cheerful 2.8s ease-in-out infinite both;
}

.float-infinite.delay-1 {
  animation-delay: 0.3s;
}

.float-infinite.delay-2 {
  animation-delay: 0.8s;
}

.float-infinite.delay-3 {
  animation-delay: 1.4s;
}

/* ===================== TICKER VERTICAL ===================== */
.cards-container.vertical-ticker-active {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cards-track {
  display: flex;
  flex-direction: column;
  gap: 16px;
  will-change: transform;
}

.btn:hover {
  transform: translate(var(--mx), calc(var(--my) - 3px)) !important;
}

.btn:active {
  transform: translate(var(--mx), var(--my)) scale(0.97) !important;
  transition-duration: 0.1s !important;
}

.btn-pink:hover,
.btn-pink-header:hover {
  box-shadow: 0 8px 28px rgba(255, 44, 206, 0.45);
}

.btn-green-pill:hover {
  box-shadow: 0 8px 28px rgba(155, 250, 129, 0.5);
}

.btn-black-pill:hover {
  box-shadow: 0 8px 28px rgba(17, 15, 16, 0.3);
}

.btn:hover .btn-arrow {
  transform: translateX(5px);
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  pointer-events: none;
  animation: rippleAnim 0.55s ease-out forwards;
}

.section-testimonials .test-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 28px rgba(17, 15, 16, 0.3);
}

.footer-socials a:hover img,
.footer-m-socials a:hover img {
  transform: translateY(-2px) scale(1.06);
}

.logo a:hover,
.logo-mobile:hover {
  transform: scale(1.04);
}

.hero-stripe:hover .ticker-track {
  animation-play-state: paused;
}

[data-count].is-counted {
  animation: counterBounce 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===================== WHATSAPP TRANSITION OVERLAY ===================== */
.whatsapp-transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.whatsapp-transition-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.whatsapp-transition-logo {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.whatsapp-transition-logo img {
  height: 10px;
  width: auto;
  animation: transitionLogoGrow 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-play-state: paused;
}

.whatsapp-transition-overlay.active .whatsapp-transition-logo img {
  animation-play-state: running;
}

.whatsapp-transition-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--primary-pink);
  border-radius: 50%;
  transform: scale(0);
  animation: transitionCircleExpand 1.3s cubic-bezier(0.22, 1, 0.36, 1) 0.1s forwards;
  animation-play-state: paused;
  z-index: 1;
}

.whatsapp-transition-overlay.active .whatsapp-transition-circle {
  animation-play-state: running;
}

.whatsapp-transition-overlay.fade-out {
  animation: transitionFadeOut 0.3s ease forwards 1.5s;
}

@keyframes transitionLogoGrow {
  0% {
    height: 10px;
    opacity: 0;
    transform: scale(0.5) rotate(-180deg);
  }

  40% {
    height: 10px;
    opacity: 1;
    transform: scale(0.5) rotate(-180deg);
  }

  100% {
    height: 48px;
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.whatsapp-transition-logo img {
  animation: transitionLogoGrow 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-play-state: paused;
}

.whatsapp-transition-overlay.active .whatsapp-transition-logo img {
  animation: transitionLogoGrow 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.whatsapp-transition-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background: var(--primary-pink);
  border-radius: 50%;
  transform: scale(0);
  animation: transitionCircleExpand 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-play-state: paused;
  z-index: 1;
}

.whatsapp-transition-overlay.active .whatsapp-transition-circle {
  animation: transitionCircleExpand 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes transitionCircleExpand {
  0% {
    transform: scale(0);
    width: 30px;
    height: 30px;
  }

  100% {
    transform: scale(1);
    width: 200vmax;
    height: 200vmax;
  }
}

@keyframes transitionFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}