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

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

.navbar__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-title--2: #000000;
  --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;
}

/* CORES TEMA DARK (Ativado pelo seu JS) */
[data-theme="dark"] {
  --bg-site: #15253F;
  --navbar--normal: #FFFFFF;
  --navbar--hover: #0080FF;
  --header-title: #64B2FF;
    --header-title--2: #00AAFF;
  --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;
}

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

.navbar {
  background: var(--bg-site);
  padding: 18px 28px;
  position: sticky;
  top: 0;
  z-index: 50;
}

.navbar__container {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.navbar__brand {
  flex-shrink: 0;
}

.navbar__brand img {
  width: 220px;
  height: auto;
  display: block;
}

.navbar__nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.navbar__nav a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: var(--navbar--normal);
  transition: color 0.2s ease;
}

.navbar__nav a:hover,
.navbar__nav a.is-active {
  color: var(--navbar--hover);
}

.navbar__actions {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: 24px;
}

.navbar__cta {
  min-height: 48px;
  padding: 0 38px;
  background: var(--header-title);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(138, 128, 255, 0.24);
  border-radius: 5px;
  cursor: pointer;
}

.navbar__toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  cursor: pointer;
  margin-left: auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.navbar__toggle span {
  width: 18px;
  height: 2px;
  background: var(--navbar--normal);
  display: block;
}

/* THEME TOGGLE */
.theme-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.theme-toggle__track {
  width: 54px;
  height: 28px;
  border-radius: 999px;
  background: #eef1f6;
  border: 1px solid #d8d7ec;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
}

.theme-toggle__thumb {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--bg-site);
  box-shadow: 0 2px 8px rgba(31, 42, 68, 0.16);
  transition: transform 0.25s ease;
}

.theme-toggle__icon {
  position: relative;
  z-index: 2;
  font-size: 11px;
  line-height: 1;
  color: var(--navbar--normal);
}

html[data-theme="dark"] .theme-toggle__thumb {
  transform: translateX(26px);
}

.navbar-mobile {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
}

.navbar-mobile.is-open {
  display: block;
}

.navbar-mobile__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 17, 23, 0.55);
}

.navbar-mobile__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(92vw, 360px);
  height: 100dvh;
  background: var(--bg-site);
  padding: 18px 18px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 24px rgba(31, 42, 68, 0.12);
}

.navbar-mobile__top {
  display: flex;
  justify-content: space-between;
  margin-block: 32px;
}

.navbar-mobile__close {
  width: 36px;
  height: 36px;
  border: 1px solid #d8d7ec;
  border-radius: 8px;
  background: var(--bg-fundo-card);
  color: var(--navbar--normal);
  fill: #405560;
  font-size: 20px;
  cursor: pointer;
}

.navbar-mobile__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}

.navbar-mobile__brand img {
  width: 140px;
  height: auto;
  display: block;
}

.navbar-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.navbar-mobile__nav a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: var(--navbar--normal);
  padding: 14px 12px;
  border-radius: 10px;
}

.navbar-mobile__nav a:hover,
.navbar-mobile__nav a.is-active {
  background: var(--bg-fundo-card2);
}

.navbar-mobile__cta {
  margin-top: 18px;
  min-height: 48px;
  background: var(--header-title);
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  padding-left: 16px;
  position: relative;
  /* necessário pro absolute do filho */
  cursor: pointer;
}

.navbar-mobile__cta-line {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  /* espessura da barra */
  height: 18px;
  /* altura da barra */
  background: #FFA17E;
  border-radius: 2px;
}

.navbar-mobile__theme {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}

.navbar-mobile__social {
  margin-top: auto;
  display: flex;
  justify-content: center;
  gap: 18px;
  padding-top: 26px;
}

.navbar-mobile__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.navbar-mobile__social img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.navbar-mobile__copyright {
  margin-top: 18px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.45;
  color: var(--dark);
}

/* TABLET / MOBILE */
@media (max-width: 900px) {
  .navbar {
    padding: 10px 12px;
  }

  .navbar__container {
    gap: 12px;
  }

  .navbar__brand img {
    width: 135px;
  }

  .navbar__nav,
  .navbar__actions {
    display: none;
  }

  .navbar__toggle {
    display: inline-flex;
  }
}

/* MOBILE MENOR */
@media (max-width: 640px) {
  .navbar-mobile__panel {
    width: 100%;
    max-width: 100%;
    padding: 16px 14px 24px;
  }

  .navbar-mobile__brand img {
    width: 125px;
  }

  .navbar-mobile__nav a {
    font-size: 15px;
    padding: 12px 10px;
  }

  .navbar-mobile__cta {
    font-size: 14px;
    min-height: 44px;
  }

  .navbar-mobile__copyright {
    font-size: 11px;
  }
}

/* ─── SECTIONS ──────────────────────────────────────────── */
.section {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 51px;
}

.section-inner {
  max-width: 1342px;
  margin: 0 auto;
}

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

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

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

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

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

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

.sec-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-mid);
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
}

.sec-title {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 48px;
  line-height: 52px;
  color: var(--blue);
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 30px;
}

.sec-title em {
  font-style: italic;
}

.sec-title-lg {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 36px;
  line-height: 40px;
  color: var(--blue);
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 30px;
}

.sec-title-italic {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 32px;
  line-height: 36px;
  color: var(--blue-mid);
  font-weight: 600;
  font-style: italic;
  text-align: center;
  margin-bottom: 30px;
}

.sec-sub {
  font-size: 16px;
  line-height: 25px;
  color: var(--dark);
  text-align: center;
  max-width: 1142px;
  margin: 0 auto 30px;
}

/* ─── HERO ─────────────────────────────────────────────── */
.hero {
  max-width: 1920px;
  margin: 30px auto 0;
  padding: 0 51px;
}

.hero-inner {
  background: var(--blue-bg);
  border-radius: 20px;
  min-height: 716px;
  display: flex;
  align-items: center;
  /* MUDOU DE flex-end PARA center */
  position: relative;
  overflow: hidden;
}

.hero-content {
  padding: 40px 0 40px 40px;
  /* REDUZIDO O PADDING VERTICAL (de 90px para 40px) */
  max-width: 48%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: var(--dark);
}

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

.hero-title {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 50px;
  line-height: 55px;
  color: var(--blue);
  font-weight: 400;
  letter-spacing: -0.02em;
}

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

.hero-sub {
  font-size: 16px;
  line-height: 25px;
  color: var(--dark);
  max-width: 601px;
}

.btn-row {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  min-width: 294px;
  height: 60px;
  position: relative;
}

.btn-primary .btn-icon {
  width: 40px;
  height: 40px;
}

.btn-secondary {
  border: 1px solid #9CCDFF;
  color: var(--grey-b);
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  border-radius: 5px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  width: 224px;
  height: 60px;
}

.btn-icon-play {
  width: 20px;
  height: 20px;
  border: 1px solid var(--grey-b);
  border-radius: 3px;
}

.btn-partners {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: var(--grey-b);
}

.hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0px;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: visible;
}

.hero-image .img-ph {
  height: 100%;
  width: auto;
  padding: 0;
}

.hero-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: bottom right;
  display: block;
}

.hero-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/* ─── DOTS DIVIDER ──────────────────────────────────────── */
.dots-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 40px 0;
}

.dots-divider span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dots-divider span:nth-child(odd) {
  background: var(--blue);
}

.dots-divider span:nth-child(even) {
  background: var(--blue-mid);
}

.contexto {
  background: var(--bg-site);
  padding: 64px 24px 80px
}

.contexto__container {
  max-width: 1040px;
  margin: 0 auto
}

.contexto__header {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 44px
}

.contexto__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--header-title);
  margin-bottom: 16px
}

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

.contexto__subtitle {
  font-size: 13px;
  line-height: 1.6;
  color: var(--navbar--normal);
  opacity: .6;
  max-width: 720px;
  margin: 0 auto
}

.contexto__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: stretch
}

.contexto__panel-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--header-title);
  margin-bottom: 16px;
  line-height: 1.3
}

.contexto__panel-text {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--navbar--normal);
  opacity: .78
}

.contexto__panel--line {
  border-left: 3px solid var(--header-title);
  padding: 24px 28px
}

.contexto__panel--card {
  background: var(--blue-bg);
  border-radius: 12px;
  padding: 24px 28px
}

.contexto__cta {
  text-align: center;
  margin-top: 44px
}

.contexto__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  height: 52px;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s
}

.contexto__btn:hover {
  transform: translateY(-1px)
}

.contexto__btn-arrow {
  font-size: 18px;
  line-height: 1
}

@media (max-width:900px) {
  .contexto {
    padding: 44px 18px 60px
  }

  .contexto__title {
    font-size: 25px
  }

  .contexto__grid {
    grid-template-columns: 1fr;
    gap: 26px
  }

  .contexto__btn {
    width: 100%;
    justify-content: center
  }
}

/* ─── TRIAGEM ─────────────────────────────────────────── */
.triagem {
  background: var(--bg-site);
  padding: 48px 24px 48px
}

.triagem__container {
  max-width: 1200px;
  margin: 0 auto;
}

.triagem__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px
}

.triagem__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--header-title);
  margin-bottom: 20px
}

.triagem__title strong {
  font-weight: 700
}

.triagem__subtitle {
  font-size: 14px;
  line-height: 1.6;
  color: var(--navbar--normal);
  opacity: .72;
  max-width: 840px;
  margin: 0 auto
}

/* fluxo de triagem (4 níveis + setas) */
.triagem__flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
  margin-bottom: 34px
}

.triagem__step {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0
}

.triagem__step-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 12px;
  background: var(--blue-bg2);
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.triagem__step-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block
}

.triagem__card {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  padding: 14px 16px;
  background: var(--lvl-bg)
}

.triagem__card-title {
  font-size: 13.5px;
  font-weight: 700;
  color: var(--lvl);
  margin-bottom: 6px;
  line-height: 1.25
}

.triagem__card-text {
  font-size: 12px;
  line-height: 1.5;
  color: var(--navbar--normal);
  opacity: .7
}

.triagem__arrow {
  align-self: center;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--navbar--normal);
  opacity: .4
}

/* cores por nível: azul e vermelho reaproveitados; âmbar e verde novos (decorativos) */
.triagem__level--red {
  --lvl: var(--orange);
  --lvl-bg: rgba(238, 108, 86, .08)
}

.triagem__level--amber {
  --lvl: #F0A93C;
  --lvl-bg: rgba(240, 169, 60, .10)
}

.triagem__level--blue {
  --lvl: var(--header-title);
  --lvl-bg: var(--blue-bg2)
}

.triagem__level--green {
  --lvl: #1FA684;
  --lvl-bg: rgba(31, 166, 132, .10)
}

/* resultado */
.triagem__result {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  color: var(--navbar--normal);
  opacity: .82;
  max-width: 920px;
  margin: 0 auto 38px;
}

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

/* benefícios */
.triagem__benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 36px;
  max-width: 900px;
  margin: 0 auto;
}

.triagem__benefit {
  display: flex;
  gap: 12px;
  padding: 4px 22px
}

.triagem__benefit+.triagem__benefit {
  border-left: 1px solid var(--btn-secondary-border)
}

.triagem__benefit-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--blue-bg2);
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.triagem__benefit-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block
}

.triagem__benefit-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--header-title);
  margin-bottom: 6px;
  line-height: 1.3
}

.triagem__benefit-text {
  font-size: 12px;
  line-height: 1.5;
  color: var(--navbar--normal);
  opacity: .7
}

/* safety overrides */
.triagem__safety {
  background: rgba(238, 108, 86, .06);
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 36px;
  margin-top: 20px;
}

.triagem__safety-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  margin-bottom: 8px
}

.triagem__safety-text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--navbar--normal);
  opacity: .72
}

/* cta */
.triagem__cta {
  text-align: center
}

.triagem__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 0 40px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s
}

.triagem__btn:hover {
  transform: translateY(-1px)
}

.triagem__btn-arrow {
  font-size: 18px;
  line-height: 1
}

@media (max-width:900px) {
  .triagem {
    padding: 44px 18px 60px
  }

  .triagem__title {
    font-size: 26px
  }

  .triagem__flow {
    flex-direction: column;
    align-items: stretch;
    gap: 6px
  }

  .triagem__arrow {
    align-self: center;
    transform: rotate(90deg)
  }

  /* benefícios: arrasta pra esquerda (carrossel) */
  .triagem__benefits {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 0;
    padding-bottom: 10px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
  }

  .triagem__benefits::-webkit-scrollbar {
    display: none
  }

  .triagem__benefit {
    flex: 0 0 auto;
    width: 72vw;
    scroll-snap-align: start;
    padding: 4px 20px
  }

  .triagem__benefit+.triagem__benefit {
    border-left: 1px solid var(--btn-secondary-border)
  }

  .triagem__btn {
    width: 100%;
    justify-content: center
  }
}

@media (max-width:600px) {
  .triagem__benefit {
    width: 80vw
  }
}

/* ─── DADOS ─────────────────────────────────────────── */
.dados {
  background: var(--bg-site);
  padding: 60px 24px 72px
}

.dados__container {
  max-width: 1120px;
  margin: 0 auto
}

.dados__header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 44px
}

.dados__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--header-title)
}

.dados__title-hl {
  color: var(--blue-mid)
}

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

.dados__card {
  background: var(--blue-bg3);
  border: 1px solid var(--border--transparente--cinza);
  border-radius: 12px;
  padding: 24px 22px
}

.dados__card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--blue-bg3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px
}

.dados__card-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block
}

.dados__card-title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--header-title--2);
  line-height: 1.25;
  margin-bottom: 12px
}

.dados__card-text {
  font-size: 13px;
  line-height: 1.6;
  color: var(--navbar--normal);
  opacity: .7
}

@media (max-width:900px) {
  .dados {
    padding: 44px 0 56px
  }

  .dados__header {
    padding: 0 18px;
    margin-bottom: 30px
  }

  .dados__title {
    font-size: 26px
  }

  .dados__grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 0 18px 14px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch
  }

  .dados__grid::-webkit-scrollbar {
    display: none
  }

  .dados__card {
    min-width: 78vw;
    scroll-snap-align: center
  }
}

/* ─── HOW IT WORKS ──────────────────────────────────────── */
.how-cards {
  display: flex;
  gap: 20px;
}

.how-card {
  flex: 1;
}

/* ─── TIMELINE ──────────────────────────────────────────── */
.timeline-title {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 36px;
  line-height: 44px;
  color: var(--blue);
  font-weight: 400;
  text-align: center;
  max-width: 920px;
  margin: 0 auto 55px;
  /* corrige o conflito de margin anterior */
}

/* duas colunas: imagem + cards */
.timeline-wrap {
  display: flex;
  gap: 0px;
  align-items: center;
  /* centraliza a imagem na altura dos cards */
  margin-bottom: 45px;
}

.timeline-left {
  flex: 0 0 50%;
  /* era 46% — dá mais largura à imagem */
}

.timeline-left-img {
  width: 100%;
  transform: scaleX(-1);
}

.timeline-left-img img {
  display: block;
  width: auto;
  align-items: start;
  height: 826px;
  position: absolute;
  top: -480px;
  transform: scale(1.2);
}

.timeline-right {
  flex: 1;
}

.timeline-steps {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.timeline-step {
  background: var(--blue-bg3);
  border: 1px solid var(--border-b);
  border-radius: 12px;
  padding: 30px 22px;
}

.timeline-step-icon {
  width: 30px;
  height: 30px;
  color: var(--blue-mid);
  margin-bottom: 16px;
}

.timeline-step-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.timeline-week {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 24px;
  line-height: 24px;
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 16px;
}

.timeline-step-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--grey);
  margin-bottom: 16px;
}

.timeline-step-body {
  font-size: 17px;
  line-height: 20px;
  color: var(--grey);
}


/* ── responsivo ── */
@media (max-width: 860px) {
  .timeline-wrap {
    flex-direction: column;
  }

  .timeline-left {
    flex: none;
    max-width: 340px;
    margin: 0 auto;
  }

  .metrics-grid {
    flex-wrap: wrap;
  }

  .metric-divider {
    display: none;
  }

  .metric-item {
    flex: 1;
    font-size: 13px;
    line-height: 18px;
    color: var(--dark);
    text-align: center;
  }
}


.step-num-circle {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background: var(--blue-bg2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--blue);
}

.step-content {
  flex: 1;
}

.step-title-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--blue-mid);
  margin-bottom: 5px;
}

.step-desc {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark);
  line-height: 20px;
}

.btn-gov-cta {
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 40px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 314px;
  height: 60px;
  justify-content: center;
}

/* ─── COMPLIANCE ─────────────────────────────────────────── */
.compliance-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.compliance-row {
  display: flex;
  gap: 15px;
}

.compliance-card {
  flex: 1;
  background: var(--blue-bg3);
  border: 1px solid var(--border-b);
  border-radius: 10px;
  padding: 34px 30px 33px;
}

.compliance-card-sem-fundo {
  flex: 1;
  border-radius: 10px;
  padding: 34px 30px 33px;
}

.compliance-title {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 20px;
  line-height: 20px;
  color: var(--blue-mid);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 15px;
}

.compliance-body {
  font-size: 15px;
  line-height: 20px;
  color: var(--dark);
}

.compliance-icon {
  width: 100%;
  height: auto;
}

.precificacao {
  background: var(--bg-site);
  padding: 60px 24px 80px
}

.precificacao__container {
  max-width: 1040px;
  margin: 0 auto
}

.precificacao__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--header-title);
  text-align: center;
  margin-bottom: 44px
}

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

.precificacao__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px
}

.precificacao__card {
  background: var(--blue-bg1);
  border: 1px solid var(--border--transparente--cinza);
  border-radius: 12px;
  padding: 28px 30px
}

.precificacao__card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px dotted var(--btn-secondary-border)
}

.precificacao__card-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

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

.precificacao__card-title {
  font-size: 19px;
  font-weight: 700;
  color: var(--navbar--normal)
}

.precificacao__card-text {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--navbar--normal);
  opacity: .68
}

.precificacao__note {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 36px
}

.precificacao__note-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--header-title);
  margin-bottom: 10px
}

.precificacao__note-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--navbar--normal);
  opacity: .75
}

.precificacao__cta {
  text-align: center
}

.precificacao__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 0 40px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s
}

.precificacao__btn:hover {
  transform: translateY(-1px)
}

.precificacao__btn-arrow {
  font-size: 18px;
  line-height: 1
}

@media (max-width:900px) {
  .precificacao {
    padding: 44px 18px 60px
  }

  .precificacao__title {
    font-size: 27px
  }

  .precificacao__grid {
    grid-template-columns: 1fr;
    gap: 18px
  }

  .precificacao__btn {
    width: 100%;
    justify-content: center
  }
}

/* ─── DEMO ─────────────────────────────────────────────── */
.demo {
  background: var(--bg-site);
  padding: 40px 30px
}

.demo__container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  background: var(--blue-bg);
  border-radius: 20px;
  clip-path: inset(-300px 0 0 0 round 20px);
  min-height: 400px;
  display: flex;
  align-items: stretch
}

.demo__blob {
  position: absolute;
  border-radius: 50%;
  background: var(--purple);
  z-index: 0
}

.demo__blob--1 {
  left: -40px;
  top: 50%;
  width: 210px;
  height: 210px;
  opacity: .28
}

.demo__blob--2 {
  right: 6%;
  bottom: -40px;
  width: 200px;
  height: 200px;
  opacity: .22
}

.demo__blob--3 {
  right: 45%;
  top: 0%;
  width: 150px;
  height: 150px;
  opacity: .16
}

/* imagem à ESQUERDA, colada embaixo, furando o topo (via clip-path do container) */
.demo__media {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 44%;
  min-width: 360px;
  z-index: 4;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}


.demo__image {
  height: calc(100% + 90px);
  width: auto;
  max-width: none;
  display: block;
  object-position: left bottom
}

.demo__image--mobile {
  display: none;
}

.demo__image img {
  left: 800px
}

.demo__content {
  position: relative;
  z-index: 3;
  margin-left: 47%;
  padding: 60px 56px 60px 12px;
  max-width: 640px
}

.demo__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: -.5px;
  font-weight: 400;
  color: var(--header-title);
  margin-bottom: 20px
}

.demo__title strong {
  font-weight: 700
}

.demo__description {
  font-size: 14px;
  line-height: 1.7;
  color: var(--navbar--normal);
  opacity: .78;
  max-width: 460px;
  margin-bottom: 32px
}

.demo__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 56px;
  padding: 0 26px;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s
}

.demo__btn:hover {
  transform: translateY(-1px)
}

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

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

@media (max-width:900px) {
  .demo {
    padding: 12px 12px 24px
  }

  .demo__container {
    flex-direction: column;
    min-height: auto;
    clip-path: inset(0 round 20px)
  }

  .demo__media {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-width: 0;
    height: 400px;
    order: 1;
    justify-content: center;
    align-items: flex-end
  }

  .demo__image {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: center bottom
  }

  .demo__content {
    margin-left: 0;
    order: 2;
    padding: 28px 22px 34px;
    text-align: center;
    max-width: 100%
  }

  .demo__title {
    font-size: 28px
  }

  .demo__description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .demo__btn {
    width: 100%;
    justify-content: center
  }

  .demo__blob {
    display: none
  }

    .demo__image--desktop {
    display: none;
  }

  .demo__image--mobile {
    display: block;
  }
}

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer-wrap {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 51px 80px;
  position: relative;
}

.footer-bg {
  background: var(--blue-bg);
  border-radius: 20px;
  min-height: 534px;
  position: relative;
  overflow: hidden;
}

footer {
  max-width: 1420px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px 40px;
  position: relative;
  bottom: -112px;
}

.footer-top {
  display: flex;
  gap: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.footer-brand {
  width: 272px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-logo {
  width: 175px;
}

.footer-tagline {
  font-size: 14px;
  line-height: 17px;
  color: var(--dark);
  max-width: 253px;
}

.footer-social {
  display: flex;
  gap: 30px;
  align-items: center;
}

.footer-social-icon {
  width: 13px;
  height: 13px;
  background: var(--dark);
  border-radius: 2px;
  opacity: .7;
}

.footer-nav {
  display: flex;
  gap: 60px;
  flex: 1;
  flex-wrap: wrap;
}

.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-col a {
  font-size: 14px;
  color: var(--link-color);
}

.footer-bottom {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  color: var(--dark);
  line-height: 17px;
}

/* ─── CARD WITH ICON INLINE ─────────────────────────────── */
.icon-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.icon-box {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-ph {
  width: 40px;
  height: 40px;
  border-radius: 6px;
}

/* ─── LINK ──────────────────────────────────────────────── */
.card-link {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.card-link-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-mid);
}

.card-link-arrow {
  width: 24px;
  height: 24px;
  color: var(--blue-mid);
}

/* ═══════════════════════════════════════════════════
   RESPONSIVE — Figma Mobile Light (402px canvas)
   ═══════════════════════════════════════════════════ */

/* ── 900px ── */
@media (max-width:900px) {
  .nav-wrap {
    padding: 20px 20px 0;
  }

  nav {
    padding: 0 20px;
  }

  .nav-links li:nth-child(n+3) {
    display: none;
  }

  .hero {
    padding: 0 20px;
    margin-top: 20px;
  }

  .hero-inner {
    min-height: 560px;
  }

  .hero-content {
    padding: 60px 0 60px 40px;
    max-width: 55%;
    gap: 20px;
  }

  .hero-title {
    font-size: 38px;
    line-height: 42px;
  }

  .section {
    padding: 0 20px;
  }

  .sec-title {
    font-size: 36px;
    line-height: 42px;
  }

  .how-cards {
    flex-direction: column;
  }

  .timeline-wrap {
    flex-direction: column;
  }

  .timeline-left {
    flex: none;
    width: 100%;
  }

  .timeline-left-img {
    width: 100%;
    height: auto;
  }

  .compliance-row {
    flex-direction: column;
  }

  .compliance-icon {
    display: none;
  }

  .footer-top {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer-nav {
    gap: 30px;
  }
}

/* ── 680px ── */
@media (max-width:680px) {
  .nav-links {
    display: none;
  }

  .nav-wrap {
    padding: 16px 16px 0;
  }

  .hero {
    padding: 0 16px;
    margin-top: 16px;
  }

  .hero-inner {
    flex-direction: column;
    min-height: auto;
    border-radius: 20px;
    overflow: hidden;
  }

  .hero-content {
    padding: 40px 27px 80px;
    max-width: 100%;
    width: 100%;
  }

  .hero-title {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-sub {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-image {
    position: absolute;
    align-self: flex-end;
    /* empurra p/ direita no flex-column */
    width: 45%;
    height: 170px;
    border-radius: 0;
  }

  .btn-primary {
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  min-width: 224px;
  height: 60px;
  position: relative;
}

  .btn-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .btn-primary {
    font-size: 13px;
    height: 55px;
    padding: 20px 20px;
  }

  .btn-secondary {
    font-size: 13px;
    height: 60px;
    max-width: 183px;
    width: 183px;
  }

  .section {
    padding: 0 27px;
  }

  .sec-title {
    font-size: 32px;
    line-height: 36px;
  }

  .sec-title-lg {
    font-size: 32px;
    line-height: 36px;
  }

  .stat-item {
    width: 45%;
    min-width: 160px;
  }

  .how-cards {
    flex-direction: column;
  }

  .timeline-wrap {
    flex-direction: column;
  }

  .timeline-left {
    display: none;
  }

  .compliance-row {
    flex-direction: column;
  }

  .step-title-text {
    font-size: 16px;
  }

  .metrics-grid {
    flex-direction: column;
  }

  .metric-divider {
    width: 100%;
    height: 2px;
    align-self: auto;
  }

  footer {
    padding: 30px 16px 40px;
  }

  .footer-top {
    flex-direction: column;
    gap: 25px;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

/* ── 420px — Figma Mobile exact ── */
@media (max-width:420px) {
  .nav-wrap {
    padding: 16px 16px 0;
  }

  nav {
    height: auto;
    padding: 14px 16px;
    border-radius: 8px;
  }

  .hero {
    padding: 0;
    margin-top: 0;
  }

  .hero-inner {
    border-radius: 0;
  }

  .hero-content {
    padding: 64px 27px 30px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-image {
    position: absolute;
    align-self: flex-end;
    /* empurra p/ direita no flex-column */
    width: 45%;
    height: 130px;
    border-radius: 0;
  }

  .btn-primary {
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  min-width: 224px;
  height: 60px;
  position: relative;
}

  .btn-secondary {
    max-width: 183px;
    height: 60px;
    font-size: 13px;
    width: 183px;
  }

  .section {
    padding: 0 27px;
  }

  .sec-title {
    font-size: 32px;
    line-height: 36px;
  }

  .stat-item {
    width: calc(50% - 10px);
  }

  .stat-num {
    font-size: 28px;
    line-height: 48px;
  }

  .compliance-row {
    flex-direction: column;
  }

  .footer-wrap {
    padding: 0;
    margin-top: 60px;
  }

  .footer-bg {
    border-radius: 0;
  }

  footer {
    padding: 30px 27px 40px;
    bottom: 0;
  }

  .footer-top {
    flex-direction: column;
    gap: 25px;
  }

  .footer-brand {
    width: 100%;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .footer-col h4 {
    font-size: 16px;
    color: var(--blue);
    padding-bottom: 12px;
    margin-bottom: 0;
    border-bottom: .5px solid #DEE0E2;
  }

  .footer-col ul {
    gap: 0;
  }

  .footer-col li {
    border-bottom: .5px solid #DEE0E2;
  }

  .footer-col a {
    display: block;
    padding: 12px 0;
    font-size: 14px;
    color: #0A121A;
  }

  .footer-bottom p {
    font-size: 14px;
    color: #0A121A;
  }

  .metrics-grid {
    flex-direction: column;
  }

  .metric-divider {
    width: 100%;
    height: 2px;
    align-self: auto;
  }

  .step-num-circle {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}

.footer-kz {
  padding: 42px 28px 28px;
  background: var(--bg-site);
}

.footer-kz__container {
  max-width: 760px;
  margin: 0 auto;
}

.footer-kz__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.footer-kz__brand img {
  width: 160px;
  margin-bottom: 14px;
}

.footer-kz__social {
  display: flex;
  gap: 14px;
}

.footer-kz__social img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  display: block;
}

.footer-kz__links {
  display: flex;
  gap: 80px;
}

.footer-kz__column h4 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--header-title);
  margin-bottom: 14px;
}

.footer-kz__column ul {
  list-style: none;
}

.footer-kz__column li {
  margin-bottom: 12px;
}

.footer-kz__column a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--navbar--normal);
  transition: color 0.2s ease;
}

.footer-kz__column a:hover {
  color: var(--navbar--normal);
}

.footer-kz__divider {
  margin: 28px 0;
  height: 1px;
  background: #ececf4;
}

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

.footer-kz__address {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: var(--navbar--normal);
  margin-bottom: 16px;
}

.footer-kz__address a {
  color: var(--navbar--normal);
  text-decoration: none;
}

.footer-kz__copyright {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: var(--navbar--normal);
}

/* MOBILE */
@media (max-width: 640px) {
  .footer-kz {
    padding: 20px 40px;
  }

  .footer-kz__social {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }

  .footer-kz__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    width: 20px;
    height: 18px;
  }

  .footer-kz__social img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    display: block;
  }

  .footer-kz__top {
    flex-direction: column;
    gap: 26px;
  }

  .footer-kz__brand img {
    width: 140px;
  }

  .footer-kz__links {
    flex-direction: column;
    gap: 22px;
    width: 100%;
  }

  .footer-kz__column h4 {
    margin-bottom: 10px;
  }

  .footer-kz__column li {
    margin-bottom: 10px;
  }

  .footer-kz__divider {
    margin: 24px 0;
  }

  .footer-kz__address {
    font-size: 12px;
    line-height: 1.5;
  }

  .footer-kz__copyright {
    font-size: 11px;
  }
}