* {
  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 {
  list-style: none;
}

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

.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;
}

/* Troca de ícones sociais por tema */
.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;
}

:root {
  /* CORES TEMA LIGHT (Padrão) */
  --bg-site: #ffffff;
  --navbar--normal: #0A121A;
  --navbar--hover: #1E40AF;
  --header-title: #1e40af;
  --header-text: #15253F;
  --header-text2: #15253F;
  --header-desc: #15253F;
  --btn-secondary-border: #d8d7ec;
  --text-note: #666d7a;
  --border: #1E40AF;
  --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(30, 64, 175, 0.2);
  --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;
    --pl-violet: rgba(21, 37, 63, 1);
  --pl-card-bg: #FAFAFC;
  --pl-premium-bg: #E9E5FB;
  --pl-premium-border: #B9AFF0;
  --pl-premium-btn: #9D8FF2;
  --pl-familia-bg: #F0F9E6;
  --pl-familia-border: #A9D96C;
  --pl-familia-btn: #6BA82F;
  --pl-badge-cream: #FDF6E3;
  --pl-badge-cream-border: #F0E3B8;
}

/* CORES TEMA DARK (Ativado pelo seu JS) */
[data-theme="dark"] {
  --bg-site: #15253F;
  --navbar--normal: #FFFFFF;
  --navbar--hover: #0080FF;
  --header-title: #64B2FF;
  --header-text: #15253F;
  --header-text2: #15253F;
  --header-desc: #050505;
  --btn-secondary-border: var(--header-title);
  --text-note: #ffffff;
  --border: #1E40AF;
  --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-bg3: rgba(30, 64, 175, 0.2);
  --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: #E5E7EB;
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #1E2A45;
  --pmi-pink: #F2789F;
  --li-cream: #1E2A45;
  --li-row: #7D7040;
  --pl-violet: rgba(21, 37, 63, 1);
  --pl-card-bg: #1E2A45;
  --pl-premium-bg: rgba(122, 111, 224, 0.16);
  --pl-premium-border: rgba(122, 111, 224, 0.45);
  --pl-premium-btn: #9D8FF2;
  --pl-familia-bg: rgba(107, 168, 47, 0.12);
  --pl-familia-border: rgba(169, 217, 108, 0.45);
  --pl-familia-btn: #6BA82F;
  --pl-badge-cream: rgba(245, 184, 65, 0.12);
  --pl-badge-cream-border: rgba(245, 184, 65, 0.35);
}

/* --- GELICA FONT FAMILY --- */

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

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

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

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

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

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

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

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

.azul-escuro {
  color: var(--blue);
}

/* placeholder de imagem */
.img-ph {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(30, 64, 175, .45);
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
  padding: 12px;
}

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;
}

.text-bold-blue-light {
  font-weight: 600;
  color: var(--blue-mid);
}


/* ══════════════════════════════════════════════════════
   HERO — PREÇOS
══════════════════════════════════════════════════════ */
.hero-preco {
  text-align: center;
  padding: 80px 40px 60px;
  background: var(--bg-site);
}

.hero-preco__container {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.hero-preco__eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: var(--dark);
}

.hero-preco__dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-preco__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 56px;
  line-height: 62px;
  color: var(--purple);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-preco__title strong {
  font-weight: 600;
  color: var(--violet);
}

.hero-preco__sub {
  font-size: 16px;
  line-height: 26px;
  color: var(--dark);
  opacity: .85;
  max-width: 600px;
}

.hero-preco__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-preco__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  height: 52px;
  padding: 0 24px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s;
  position: relative;        /* referência pro ícone que vaza */
}

.hero-preco__btn:hover {
  transform: translateY(-1px);
}

.hero-preco__btn--primary {
  background: var(--purple);
  color: #fff;
  box-shadow: 0 8px 18px rgba(138, 128, 255, 0.24);
}

.hero-preco__btn--secondary {
  background: transparent;
  color: var(--grey-b);
  border: 1.5px solid var(--btn-secondary-border);
}

.hero-preco__btn-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.hero-preco__btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ícone do botão primário: mascote maior, saindo por cima */
.hero-preco__btn--primary .hero-preco__btn-icon {
  width: 48px;
  height: 48px;
  margin-top: -12px;         /* empurra o mascote pra fora do topo */
  align-self: flex-start;
}

.hero-preco__checks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--grey-b);
  font-weight: 500;
}

.hero-preco__check {
  display: flex;
  align-items: center;
  gap: 5px;
}

.hero-preco__check-icon {
  width: 16px;
  height: 16px;
}

.hero-preco__check-icon img {
  width: 100%;
}

.hero-preco__sep {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.hero-preco__sep--blue { background: var(--blue-mid); }
.hero-preco__sep--amber { background: #F2C94C; }
.hero-preco__sep--pink { background: #F48FB1; }

.hero-preco__stores-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
}

.hero-preco__stores-badges {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.hero-preco__store img {
  height: 40px;
  width: auto;
}

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

.hero-preco__timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding-top: 40px;
  width: 100%;
}

.hero-preco__tl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-preco__tl-dot--1 { background: #8C82FC; }
.hero-preco__tl-dot--2 { background: #4AA3E5; }
.hero-preco__tl-dot--3 { background: #16B8A6; }
.hero-preco__tl-dot--4 { background: #F2C94C; }
.hero-preco__tl-dot--5 { background: #F5A24B; }
.hero-preco__tl-dot--6 { background: #F4736E; }
.hero-preco__tl-dot--7 { background: #EF5B5B; }
.hero-preco__tl-dot--8 { background: #FBD5DF; }

/* ── MOBILE ── */
@media (max-width: 680px) {
  .hero-preco {
    padding: 48px 20px 36px;
  }

  .hero-preco__title {
    font-size: 34px;
    line-height: 40px;
  }

  .hero-preco__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

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

  .hero-preco__timeline {
    gap: 24px;
    padding-top: 24px;
  }
}

@media (max-width: 420px) {
  .hero-preco__title {
    font-size: 30px;
    line-height: 36px;
  }
}

/* ══════════════════════════════════════════════════════
   FAQ COMPLETO (página Perguntas Frequentes)
══════════════════════════════════════════════════════ */
.faq-page {
  --fp-violet: #7A6FE0;
  background: var(--bg-site);
  padding: 22px 24px 80px;
}

.faq-page__container {
  max-width: 900px;
  margin: 0 auto;
}

/* grupo (subtítulo + lista) */
.faq-page__group {
  margin-bottom: 84px;
}

.faq-page__group:last-child {
  margin-bottom: 0;
}

.faq-page__subtitle {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--fp-violet);
  text-align: center;
  margin-bottom: 20px;
}

.faq-page__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-page__item {
  background: transparent;
}

/* pergunta = pill clicável */
.faq-page__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--blue-bg2);
  border: 1px solid var(--purple-bg);
  border-radius: 10px;
  padding: 14px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 14.5px;
  color: var(--dark);
}

.faq-page__summary::-webkit-details-marker {
  display: none;
}

.faq-page__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faq-page__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq-page__question {
  flex: 1;
  font-weight: 700;
  font-size: 1rem;
}

/* seta (light/dark) */
.faq-page__chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}

.faq-page__chevron img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.faq-page__chevron--dark {
  display: none;
}

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

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

/* seta invertida quando fechado (ícone padrão aponta pra baixo) */
.faq-page__item:not([open]) .faq-page__chevron {
  transform: rotate(-90deg);
}

/* resposta fora do card */
.faq-page__answer {
  padding: 14px 4px 6px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--dark);
  opacity: .85;
}

/* ── MOBILE ── */
@media (max-width: 900px) {
  .faq-page {
    padding: 44px 16px 56px;
  }

  .faq-page__group {
    margin-bottom: 38px;
  }

  .faq-page__subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .faq-page__summary {
    padding: 13px 16px;
    font-size: 13.5px;
  }

  .faq-page__answer {
    padding: 12px 2px 4px;
  }
}

/* ══════════════════════════════════════════════════════
   CTA FINAL — PREÇOS
══════════════════════════════════════════════════════ */
.cta-app {
  --ca-violet: #7A6FE0;
  background: var(--bg-site);
  padding: 80px 24px 40px;
}

.cta-app__stage {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}

.cta-app__container {
  position: relative;
  background: var(--purple-bg);
  border-radius: 16px;
  clip-path: inset(-320px 0 0 0 round 16px);
  min-height: 370px;
  display: flex;
  align-items: center;
}

/* blobs decorativos */
.cta-app__blob {
  position: absolute;
  border-radius: 50%;
  background: var(--ca-violet);
  z-index: 0;
  pointer-events: none;
}

.cta-app__blob--1 {
  left: 580px;
  top: 0px;
  width: 270px;
  height: 270px;
  opacity: .45;
}

.cta-app__blob--2 {
  right: -10px;
  bottom: -70px;
  width: 250px;
  height: 250px;
  opacity: .45;
}

/* conteúdo */
.cta-app__content {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 560px;
  padding: 56px 0 56px 56px;
}

.cta-app__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--ca-violet);
  margin-bottom: 44px;
}

.cta-app__title strong {
  font-weight: 700;
}

.cta-app__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* botão primário com mascote vazando */
.cta-app__btn {
  height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s;
}

.cta-app__btn:hover {
  transform: translateY(-1px);
}

.cta-app__btn--primary {
  position: relative;
  background: var(--ca-violet);
  color: #fff;
}

.cta-app__btn-icon {
  width: 30px;
  height: 26px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cta-app__btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.cta-app__btn--primary .cta-app__btn-icon {
  width: 56px;
  height: 56px;
  margin-top: -22px;
  align-self: flex-start;
}

/* linha de suporte */
.cta-app__description {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--dark);
  opacity: .85;
  max-width: 430px;
  margin: 16px 0 0;
}

.cta-app__description strong {
  font-weight: 700;
  opacity: 1;
}

.cta-app__description a {
  color: var(--dark);
  text-decoration: none;
}

/* foto da família furando o topo, à direita */
.cta-app__media {
  position: absolute;
  right: 4%;
  top: -70px;
  bottom: 0;
  z-index: 4;
  width: 60%;
  min-width: 380px;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cta-app__image {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  object-position: center bottom;
}

/* ── MOBILE ── */
@media (max-width: 900px) {
  .cta-app {
    padding: 40px 16px 32px;
  }

  .cta-app__stage {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* foto em cima, sobrepondo o card */
  .cta-app__media {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    order: 1;
    z-index: 1;
    justify-content: center;
    margin-bottom: -20px;
  }

  .cta-app__image {
    height: auto;
    width: auto;
    max-width: min(340px, 88%);
  }

  /* card abaixo */
  .cta-app__container {
    order: 2;
    z-index: 2;
    width: 100%;
    min-height: auto;
    clip-path: inset(0 round 16px);
  }

  .cta-app__content {
    max-width: 100%;
    padding: 20px 22px 34px;
  }

  .cta-app__title {
    font-size: 28px;
  }

  .cta-app__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-app__btn {
    width: 100%;
    justify-content: flex-start;
    padding-left: 14px;
  }

  .cta-app__description {
    max-width: 100%;
  }

  .cta-app__blob--1 {
    display: none;
  }
}

