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

body,
html {
  overflow-x: hidden;
  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-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);
  --purple-bg: #EBEDFF;
  --green: #00FDA9;
  --dark: #15253F;
  --dark-sec: #405560;
  --grey: #6B7582;
  --grey-b: #5C6068;
  --border: #E5E7EB;
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --check: #10B981;
  --link-color: #929EC7;
  --bg-card-genericos: rgba(235, 237, 255, .15);
}

/* 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: #0080FF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
  --blue-bg2: rgba(0, 170, 255, 0.05);
  --blue-bg3: rgba(30, 64, 175, 0.2);
  --purple-bg: #EBEDFF;
  --green: #00FDA9;
  --dark: #ffffff;
  --dark-sec: #405560;
  --grey: #6B7582;
  --grey-b: #ffffff;
  --border: #E5E7EB;
  --border-b: rgba(235, 237, 255, 0.05);
  --white: #FFFFFF;
  --check: #10B981;
  --link-color: #929EC7;
  --bg-card-genericos: rgba(235, 237, 255, 0.05);
}

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

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

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

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

.hero-inner {
  background: var(--blue-bg);
  border-radius: 20px;
  min-height: 16px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-content {
  padding: 90px 0 90px 109px;
  max-width: 640px;
  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: 60px;
  line-height: 60px;
  color: var(--blue);
  font-weight: 400;
  letter-spacing: -0.02em;
}

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

.hero-image {
  flex: 1;               /* ocupa todo o espaço à direita do texto */
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* botões hero */
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px;
  height: 60px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

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

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

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

.btn-partners {
  display: flex;
  align-items: center;
  gap: 48px;
  font-size: 12px;
  font-weight: 600;
  color: var(--grey-b);
}

/* ─── 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%;
  display: inline-block;
}

.dot-blue {
  background: var(--blue);
}

.dot-mid {
  background: var(--blue-mid);
}

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

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

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

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

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

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

/* ─── CARDS GENÉRICOS ──────────────────────────────────── */
.card {
  background: var(--bg-card-genericos);
  border: 1px solid var(--border-b);
  border-radius: 10px;
  padding: 34px 30px 33px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.card-icon {
  width: 40px;
  height: 40px;
  background: #EEF2FF;
  border-radius: 6px;
}

.card-title {
  font-family: 'Gelica', 'Georgia', serif;
  font-size: 22px;
  line-height: 25px;
  color: var(--dark);
  font-weight: 600;
}

.card-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.card-divider {
  border: none;
  border-top: 1px dashed #0022FF;
}

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

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--blue-mid);
  margin-top: 4px;
  text-decoration: none;
}


.card-link-arrow {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--blue-mid);
  display: inline-block;
  flex-shrink: 0;
}

/* ─── PARCEIROS ─────────────────────────────────────────── */
.partners {
  margin: 60px auto 0;
}

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

.partners-grid {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.partner-card {
  flex: 1;
  max-width: 528px;
  background: var(--blue-bg2);
  border: 1px solid var(--blue);
  border-radius: 5px;
  padding: 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.partner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.partner-badge {
  background: var(--blue-bg3);
  border-radius: 5px;
  padding: 9px;
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
  white-space: nowrap;
}

.partner-logo {
  width: 185px;
  height: 67px;
  background: #EEF2FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--blue);
}

.partner-logo-sm {
  width: 85px;
  height: 67px;
}

.partner-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--dark);
}

.partner-desc {
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
}

/* ─── TIPO DE ORG (4 cards) ─────────────────────────────── */
.org-types {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.org-card {
  width: 270px;
  position: relative;
  transition: box-shadow 0.2s ease;
}

.org-card:hover {
  box-shadow: 0 4px 16px rgba(31, 42, 68, 0.12);
}

.org-card .card-link::after {
  content: "";
  position: absolute;
  inset: 0;
}

/* ─── PRODUTO (2 cards lado a lado) ─────────────────────── */
.product-cards {
  display: flex;
  gap: 20px;
}

.product-card {
  flex: 1;
}

/* ─── RADAR PREDITIVO ───────────────────────────────────── */
/* Abelha esquerda — Figma Group left:69px top:71px 137×110px */
.radar-section-wrap {
  position: relative;
}

.radar-bee-left {
  position: absolute;
  left: -30px;
  top: -100px;
  width: 137px;
  height: 110px;
  pointer-events: none;
  z-index: 2;
}

/* Abelha direita — Figma Group right offset 140×130px */
.radar-bee-right {
  position: absolute;
  right: -30px;
  top: -100px;
  width: 140px;
  height: 130px;
  pointer-events: none;
  z-index: 2;
}

.radar-cards {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.radar-card {
  flex: 1;
}

/* ─── 3 CONTEXTOS ───────────────────────────────────────── */
.context-cards {
  display: flex;
  gap: 20px;
}

.context-card {
  flex: 1;
}

/* ─── 3 ETAPAS ──────────────────────────────────────────── */
.steps-cards {
  display: flex;
  gap: 20px;
}

.step-card {
  flex: 1;
}

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

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

.compliance-card {
  flex: 1;
}

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

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

/* ─── FINAL CTA ─────────────────────────────────────────── */
.final-cta {
  max-width: 1920px;
  margin: 80px auto 0;
  padding: 0 51px;
}

.final-cta-inner {
  background: var(--blue-bg2);
  border-radius: 20px;
  min-height: 534px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: visible;
}

.final-cta-image {
  position: absolute;
  left: 0;            /* ancora explicitamente à esquerda */
  bottom: 0;
  width: 338px;       /* era 458px — agora bate com a imagem */
  height: 651px;
  display: flex;
  align-items: flex-end;
}

.final-cta-image img {
  width: 498px;       /* era 458px — agora bate com a imagem */
  height: auto;
    position: absolute;
      left: 0;            /* ancora explicitamente à esquerda */
  bottom: 0;
}


.final-cta-content {
  margin-left: auto;
  padding: 20px 0px 20px 0;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}

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

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

/* ─── SPACING HELPERS ───────────────────────────────────── */
.mt-40 {
  margin-top: 40px;
}

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

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

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

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


/* ═══════════════════════════════════════════════════════════
   RESPONSIVE — 3 breakpoints do Figma Mobile Light (402px)
   ═══════════════════════════════════════════════════════════ */

@media (min-width: 1300px) {
  .final-cta-content {
  margin-left: auto;
  padding: 20px 0px 20px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 2;
}
}

@media (max-width: 1299px) {
  .final-cta-content {
  margin-left: auto;
  padding: 20px 0px 20px 0;
  display: flex;
  flex-direction: column;
  max-width: 390px;
  gap: 40px;
  position: relative;
  z-index: 2;
  }
}

/* ── 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 {
    background: var(--blue-bg);
    border-radius: 20px;
    min-height: 560px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
  }

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

  .hero-title {
    font-size: 44px;
    line-height: 46px;
  }

  .hero-image {
    width: 45%;
  }

  .final-cta-image {
    display: none;
  }

  .section {
    padding: 0 20px;
  }

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

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

  .partners-grid {
    flex-direction: column;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
  }

  .partner-card {
    max-width: 100%;
  }

  .org-types {
    flex-wrap: wrap;
    justify-content: center;
  }

  .org-card {
    width: calc(50% - 10px);
  }

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

  .radar-bee-left,
  .radar-bee-right {
    display: none;
  }

  .radar-cards {
    flex-wrap: wrap;
  }

  .radar-card {
    min-width: calc(50% - 8px);
  }

  .context-cards {
    flex-wrap: wrap;
  }

  .context-card {
    min-width: calc(50% - 10px);
  }

  .steps-cards {
    flex-wrap: wrap;
  }

  .step-card {
    min-width: calc(50% - 10px);
  }

  .compliance-row {
    flex-wrap: wrap;
  }

  .final-cta {
    padding: 0 20px;
  }

    .final-cta-content {
  margin-left: auto;
  padding: 20px 0px 20px 0;
  display: flex;
  flex-direction: column;
  max-width: 690px;
  gap: 40px;
  position: relative;
  z-index: 2;
  }

  .final-cta-inner {
    min-height: 440px;
  }

  .final-cta-title {
    font-size: 48px;
    line-height: 56px;
  }

  .final-cta-image {
    display: none;
  }

  .final-cta-content {
    padding: 60px 40px 60px 0;
  }
}

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

  nav {
    justify-content: space-between;
  }

  .nav-toggle {
    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;
    padding-bottom: 0;
    overflow: hidden;
  }

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

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

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

  .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
    width: 42%;
    max-width: 800px;
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border-radius: 0;
  }

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

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

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

  .btn-primary {
    font-size: 13px;
    height: 55px;
    max-width: 244px;
  }

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

  .btn-partners {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  .dots-divider {
    gap: 30px;
  }

  .section {
    padding: 0 27px;
  }

  .section-inner {
    padding: 0;
  }

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

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

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

  .partners-title {
    font-size: 36px;
  }

  .partners-grid {
    flex-direction: column;
    gap: 15px;
  }

  .partner-card {
    max-width: 348px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .partner-header {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .partner-name,
  .partner-desc {
    text-align: center;
  }

  .org-types {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;   /* ← adicionar */
    scroll-padding-left: 27px;     /* ← adicionar */
    gap: 16px;
    padding-bottom: 8px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: px;
  }

  .org-card {
    width: 270px;
    min-width: 270px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .product-cards {
    flex-direction: column;
    gap: 20px;
  }

  .radar-bee-left,
  .radar-bee-right {
    display: none;
  }

  .radar-cards {
    flex-direction: column;
    gap: 15px;
  }

  .context-cards {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 8px;
    margin: 0 -27px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .context-card {
    min-width: 301px;
    width: 301px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  .steps-cards {
    flex-direction: column;
    gap: 20px;
  }

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

  .compliance-grid {
    max-width: 348px;
    margin: 0 auto;
  }

  .final-cta {
    padding: 0;
    margin-top: 60px;
  }

  .final-cta-inner {
    flex-direction: column-reverse;
    border-radius: 0;
    min-height: auto;
    overflow: hidden;            /* ← adicionar */
  }

  .final-cta-image {
    display: none;
  }

  .final-cta-image .img-ph {     /* ← bloco novo */
    width: 100% !important;      /* vence o style inline (558px) */
    height: auto !important;     /* vence o style inline (651px) */
    padding: 0;
  }

  .final-cta-image img {         /* ← bloco novo */
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    border-radius: 0;
  }

  .final-cta-content {
    padding: 40px 27px 30px;
    margin-left: 0;
    max-width: 100%;
    order: 2;
    gap: 20px;
  }

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

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

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

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

  nav img {
    height: 20px;
  }

  .nav-cta {
    font-size: 13px;
    padding: 10px 14px;
    border-radius: 6px;
  }

  /* HERO — Figma: 402px, texto 348px, left 27px */
  .hero {
    padding: 0;
    margin-top: 0;
  }

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

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

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

  /* Figma mobile: imagem doctor-carrying-baby — menor, no canto inferior direito */
  .hero-image {
    width: 42%;
    max-width: 120px;
    height: auto;
  }

  .btn-primary {
    max-width: 244px;
    height: 55px;
    font-size: 13px;
  }

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

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

  .btn-partners {
    flex-direction: column;
    gap: 5px;
  }

  .dots-divider {
    gap: 20px;
    overflow-x: hidden;
  }

  .section {
    padding: 0 27px;
  }

  .section-inner {
    padding: 0;
  }

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

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

  .sec-label {
    font-size: 14px;
  }

  /* PARCEIROS — Figma: coluna, centralizado, 348px */
  .partners-title {
    font-size: 48px;
  }

  .partners-grid {
    flex-direction: column;
    gap: 15px;
  }

  .partner-card {
    max-width: 348px;
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 26px 19px;
  }

  .partner-header {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  /* ORG TYPES — Figma: scroll horizontal, 270px */
  .org-types {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    justify-content: flex-start;   /* ← adicionar */
    scroll-padding-left: 27px;     /* ← adicionar */
    gap: 20px;
    padding-bottom: 8px;
    margin: 0 -27px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .org-card {
    width: 270px;
    min-width: 270px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  /* PRODUTO — stacked */
  .product-cards {
    flex-direction: column;
    gap: 20px;
  }

  .product-card {
    width: 100%;
  }

  /* RADAR — abelhas ocultas no mobile, cards stacked */
  .radar-bee-left,
  .radar-bee-right {
    display: none;
  }

  .radar-cards {
    flex-direction: column;
    gap: 15px;
  }

  .radar-card {
    width: 100%;
  }

  /* CONTEXTOS — scroll horizontal, 301px */
  .context-cards {
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 8px;
    margin: 0 -27px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .context-card {
    min-width: 301px;
    width: 301px;
    flex-shrink: 0;
    scroll-snap-align: start;
  }

  /* ETAPAS — stacked 348px */
  .steps-cards {
    flex-direction: column;
    gap: 20px;
  }

  .step-card {
    width: 100%;
  }

  /* COMPLIANCE — coluna única */
  .compliance-grid {
    max-width: 348px;
    margin: 0 auto;
  }

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

  .compliance-card {
    width: 100%;
  }

  /* FINAL CTA — Figma: imagem 348×301px acima */
  .final-cta {
    padding: 0;
    margin-top: 60px;
  }

  .final-cta-inner {
    flex-direction: column;
    border-radius: 0;
    min-height: auto;
  }

  .final-cta-image {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;                 /* ← era 348px */
    max-width: 100%;             /* ← adicionar */
    height: auto;                /* ← era 301px */
    margin: 0 auto;
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .final-cta-content {
    padding: 28px 27px 40px;
    margin-left: 0;
    max-width: 100%;
    order: 2;
    gap: 30px;
  }

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

  .final-cta-sub {
    font-size: 14px;
    line-height: 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;
  }
}