* {
  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;
  --purple-title: #8B7CF0;
  --purple-strong: #7C6BF2;
  --quote-bg: #DCEBFF;
  --frentes-card-bg: #F7FAFF;
  --publico-divider-a: #C9C3F7;
  --publico-divider-b: #F5B841;
}

/* 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;
  --purple-title: #A79BFF;
  --purple-strong: #7C6BF2;
  --quote-bg: rgba(0, 128, 255, 0.15);
  --frentes-card-bg: rgba(255, 255, 255, 0.04);
  --publico-divider-a: rgba(201, 195, 247, 0.5);
  --publico-divider-b: rgba(245, 184, 65, 0.5);
}

/* --- 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);
}

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

.container--narrow {
  max-width: 960px;
}

.container--wide {
  max-width: 1280px;
}

@media (max-width: 767px) {
  .container {
    padding-inline: 20px;
  }
}

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

.container2--narrow {
  max-width: 960px;
}

.container2--wide {
  max-width: 1280px;
}

@media (max-width: 767px) {
  .container2 {
    padding-inline: 20px;
  }
}

/* ============ HERO REDE ============ */
.rede {
  padding: 72px 0 40px;
  background: var(--bg-site);
  text-align: center;
}

.rede__icon {
  width: 78px;
  margin: 0 auto 24px;
}
.rede__icon img { width: 100%; height: auto; display: block; }

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

.rede__title {
  font-family: "Gelica", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.28;
  color: var(--dark);
  margin: 0 auto 32px;
  max-width: 36ch;
}
.rede__title em {
  font-style: italic;
  color: var(--purple-title);
}

.rede__actions {
  display: flex;
  justify-content: center;
}

.rede__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--purple-strong);
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 30px;
  transition: filter .2s var(--ease-out), transform .2s ease;
}
.rede__btn svg { width: 18px; height: 18px; flex: none; }
.rede__btn:hover  { filter: brightness(.95); color: var(--white); }
.rede__btn:hover > svg { transform: translateX(4px); }
.rede__btn:active { transform: translateY(1px); }

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

  .rede__icon { width: 64px; margin-bottom: 20px; }

  .rede__title {
    font-size: 1.5rem;
    max-width: none;
    margin-bottom: 26px;
  }

  .rede__btn {
    width: 100%;
    justify-content: space-between;
    padding: 16px 22px;
  }
}

/* ============ VARIABILIDADE ============ */
.varia { padding: 40px 0 72px; background: var(--bg-site); }

.varia__grid {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 56px;
  align-items: start;
}

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

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

.varia-stat {
  background: var(--purple-bg);
  border-radius: 12px;
  padding: 28px 26px;
}

.varia-stat__num {
  display: block;
  font-family: "Gelica", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--purple-title);
  margin-bottom: 18px;
}

.varia-stat__text {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--dark);
  margin: 0;
}
.varia-stat__text strong { font-weight: 700; }

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

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

  .varia__title {
    font-size: 1.75rem;
    max-width: none;
    margin-bottom: 20px;
  }

  .varia-stat { padding: 26px 22px; }
  .varia-stat__num { font-size: 2rem; }
}

/* ============ PESQUISANDO ============ */
.pesq { padding: 40px 0 72px; background: var(--bg-site); }

.pesq__illus {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 32px;
}
.pesq__illus img { width: 100%; height: auto; display: block; }

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

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

.pesq__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pesq-card {
  background: var(--frentes-card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 22px 24px;
}

.pesq-card__title {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--dark);
  margin: 0 0 12px;
}

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

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

  .pesq__illus { margin-bottom: 24px; }

  .pesq__title {
    font-size: 1.625rem;
    margin-bottom: 24px;
  }

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

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

/* ============ DASHBOARD + GARANTIAS ============ */
.dash { padding: 40px 0; background: var(--bg-site); }

.dash__grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  align-items: start;
}

.dash__media {
  border-radius: 12px;
  overflow: hidden;
}
.dash__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dash__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 12px;
}

.dash-item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 20px;
  align-items: center;
  padding: 22px 26px;
  border-bottom: 1px solid var(--border);
}
.dash-item:last-child { border-bottom: 0; }

.dash-item__name {
  font-family: "Inter", sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  color: var(--dark);
}

.dash-item__desc {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.5;
  color: var(--grey);
}

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

  .dash__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dash-item {
    grid-template-columns: 1fr 1.3fr;
    gap: 16px;
    padding: 20px 22px;
  }

  .dash-item__name { font-size: .875rem; }
  .dash-item__desc { font-size: .75rem; }
}

/* ============ PÚBLICOS (3 CARDS) ============ */
.pub2 {
  padding: 26px 0;
  background: var(--bg-site);
  max-width: 1200px;
  margin: 0 auto;
}

.pub2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

.pub2-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-site);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 26px;
}

.pub2-card__icon {
  width: 40px;
  margin-bottom: 0px;
}
.pub2-card__icon img {
  width: 100%;
  height: auto;
  display: block;
}

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

/* divisor pontilhado com degradê roxo → âmbar */
.pub2-card__divider {
  display: block;
  height: 1px;
  margin-bottom: 20px;
  background-image: linear-gradient(
    to right,
    var(--purple-soft),
    var(--publico-divider-b)
  );
  -webkit-mask-image: repeating-linear-gradient(
    to right,
    #000 0 3px,
    transparent 3px 6px
  );
  mask-image: repeating-linear-gradient(
    to right,
    #000 0 3px,
    transparent 3px 6px
  );
}

.pub2-card__title {
  font-family: "Gelica", serif;
  font-size: 1.0625rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.35;
  color: var(--purple-title);
  margin: 0 0 14px;
}

.pub2-card__text {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--dark);
  margin: 0 0 28px;
}

.pub2-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  gap: 10px;
  margin-top: auto;
  background: var(--purple-strong);
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  padding: 13px 22px;
  transition: filter .2s var(--ease-out), transform .2s ease;
}
.pub2-card__btn svg { width: 18px; height: 18px; flex: none; }
.pub2-card__btn:hover  { filter: brightness(.95); color: var(--white); }
.pub2-card__btn:hover > svg { transform: translateX(4px); }
.pub2-card__btn:active { transform: translateY(1px); }

/* ---------- MOBILE: carrossel ---------- */
@media (max-width: 767px) {
  .pub2 {
    padding: 24px 0;
    margin: 0;
    max-width: none;
  }

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

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

  .pub2-card {
    flex: 0 0 78vw;
    min-width: 0;
    scroll-snap-align: start;
    padding: 26px 22px;
  }

  .pub2-card__text { margin-bottom: 24px; }

  .pub2-card__btn {
    align-self: flex-start;
    padding: 14px 20px;
  }

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


/* ============ CTA PROFISSIONAIS ============ */
.cta-prof {
  padding: 72px 0;
  background: var(--bg-site);
  overflow: hidden;
}

.cta-prof__box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 48%;
  align-items: center;
  background: var(--purple-bg);
  border-radius: 24px;
  min-height: 300px;
}

.cta-prof__content {
  position: relative;
  z-index: 4;
  padding: 64px 40px 64px 64px;
}

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

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

.cta-prof__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cta-prof__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 26px;
  transition: filter .2s var(--ease-out), transform .2s ease, background .2s ease;
}
.cta-prof__btn svg { width: 18px; height: 18px; flex: none; }
.cta-prof__btn:active { transform: translateY(1px); }

.cta-prof__btn--primary {
  background: var(--purple-strong);
  color: var(--white);
}
.cta-prof__btn--primary:hover {
  filter: brightness(.95);
  color: var(--white);
}
.cta-prof__btn--primary:hover > svg { transform: translateX(4px); }

.cta-prof__btn--ghost {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--btn-secondary-border);
}
.cta-prof__btn--ghost:hover {
  background: rgba(255, 255, 255, .45);
  color: var(--dark);
}
[data-theme="dark"] .cta-prof__btn--ghost:hover {
  background: rgba(255, 255, 255, .08);
}

/* --- mídia: 3 camadas empilhadas --- */
.cta-prof__media {
  position: relative;
  align-self: stretch;
  min-height: 300px;
}

.cta-prof__circle {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  background: var(--purple);
  pointer-events: none;
}
.cta-prof__circle--top    { width: 200px; height: 200px; top: -30px; left: -60px; }
.cta-prof__circle--bottom { width: 250px; height: 250px; bottom: 0;  right: 60px; }

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

.cta-prof__illus {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 26%;
  width: 40%;
  height: auto;
  display: block;
}

.cta-prof__photo {
  position: absolute;
  z-index: 3;
  right: 22%;
  bottom: 0;
  width: 58%;
  height: auto;
  display: block;
  margin-top: -80px;
}

/* ---------- MOBILE ---------- */
@media (max-width: 767px) {
  .cta-prof { padding: 24px 0 48px; }

  .cta-prof__box {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    min-height: 0;
    padding: 0;
    margin-top: 270px;
    position: relative;
    z-index: 2;
  }

  .cta-prof__media {
    order: 1;
    display: block;
    position: relative;
    z-index: 1;
    min-height: 0;
    height: 200px;
    margin-top: -220px;
  }

  .cta-prof__circle { display: none; }

  .cta-prof__illus {
    position: absolute;
    z-index: 2;
    left: 12%;
    top: 34%;
    width: 46%;
  }

  .cta-prof__photo {
    position: absolute;
    z-index: 3;
    left: 50%;
    right: auto;
    bottom: -20px;
    width: 50%;
    margin-top: 0;
    transform: translateX(-38%);
  }

  .cta-prof__content {
    order: 2;
    padding: 42px 24px 32px;
    text-align: center;
  }

  .cta-prof__title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.3;
    max-width: none;
    margin: 0 auto 14px;
  }

  .cta-prof__desc {
    max-width: none;
    margin: 0 auto 24px;
  }

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

  .cta-prof__btn { width: 100%; padding: 16px 20px; }
  .cta-prof__btn--primary { justify-content: space-between; }
}