* {
  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 {
  /* ── DESIGN SYSTEM (idêntico ao como-funciona.css) ── */
  --bg-site: #ffffff;
  --navbar--normal: #0A121A;
  --navbar--hover: #1E40AF;
  --header-title: #1e40af;
  --btn-secondary-border: #d8d7ec;
  --text-note: #666d7a;
  --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-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #FDF8EC;
  --qo-amber: #F5B841;
  --pmi-pink: #F2789F;
  --li-cream: #FDF8EC;
  --li-row: #F8E8A4;

  /* ── TOKENS NOVOS (adicionar também no como-funciona.css) ──
     --violet     : é o violeta que estava duplicado como
                    --hc-violet / --op-violet / --mo-violet / --ca-violet
     --green-soft-*: fundo/borda dos badges de protocolo e do bloco verde
     --pink-soft-bg: fundo das linhas do safety override            */
  --violet: #7A6FE0;
  --green-soft-bg: #ECFDF5;
  --green-soft-border: #A7F3D0;
  --pink-soft-bg: #FCDCE3;

  --font-serif: 'Gelica', 'DM Serif Display', Georgia, serif;
  --font-sans: 'Inter', system-ui, sans-serif;
}

[data-theme="dark"] {
  --bg-site: #15253F;
  --navbar--normal: #FFFFFF;
  --navbar--hover: #0080FF;
  --header-title: #64B2FF;
  --btn-secondary-border: var(--header-title);
  --text-note: #ffffff;
  --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);
  --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-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #1E2A45;
  --qo-amber: #F5B841;
  --pmi-pink: #F2789F;
  --li-cream: #1E2A45;
  --li-row: #7D7040;

  --violet: #7A6FE0;
  --green-soft-bg: rgba(0, 253, 169, 0.07);
  --green-soft-border: rgba(0, 253, 169, 0.22);
  --pink-soft-bg: rgba(242, 120, 159, 0.16);
}

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

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

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

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

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

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

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

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

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

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

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

h1,
h2 {
  font-family: "Gelica", serif;
  font-weight: 600;
}

h3,
h4,
h5,
h6 {
  font-family: "Gelica", serif;
  font-weight: 400;
}

body {
  font-family: "Inter", sans-serif;
}

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

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


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

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

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

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

.hero-seg__title {
  font-family: var(--font-serif);
  font-size: 56px;
  line-height: 62px;
  color: var(--purple);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.hero-seg__title strong {
  font-weight: 700;
  color: var(--violet);
  font-style: italic;
}

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

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

.hero-seg__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  height: 52px;
  padding: 0 24px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s var(--var(--ease-out)-out);
}

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

.hero-seg__btn--primary {
  background: var(--violet);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.hero-seg__sep--amber {
  background: #F2C94C;
}

.hero-seg__sep--pink {
  background: #F48FB1;
}

/* store */
.hero-seg__stores-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
}

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

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

.hero-seg__store-img--dark {
  display: none;
}

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

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

/* dots — mesmas cores do como-funciona */
.hero-seg__timeline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
  padding-top: 40px;
}

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

.hero-seg__tl-dot--1 {
  background: #8C82FC;
}

.hero-seg__tl-dot--2 {
  background: #4AA3E5;
}

.hero-seg__tl-dot--3 {
  background: #16B8A6;
}

.hero-seg__tl-dot--4 {
  background: #F2C94C;
}

.hero-seg__tl-dot--5 {
  background: #F5A24B;
}

.hero-seg__tl-dot--6 {
  background: #F4736E;
}

.hero-seg__tl-dot--7 {
  background: #EF5B5B;
}

.hero-seg__tl-dot--8 {
  background: #FBD5DF;
}

/* ══════════════════════════════════════════════════════
   SEÇÃO: GUIA NUNCA RESPONDE SOZINHO
══════════════════════════════════════════════════════ */
.nunca-sozinho {
  padding: 80px 40px;
  background: var(--bg-site);
}

.nunca-sozinho__container {
  max-width: 1100px;
  margin: 0 auto;
}

.nunca-sozinho__title {
  font-family: var(--font-serif);
  font-size: 40px;
  line-height: 46px;
  color: var(--pmi-pink);
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}

.nunca-sozinho__title em {
  font-style: normal;
  font-weight: 400;
  color: var(--dark);
}

.nunca-sozinho__sub {
  font-size: 16px;
  line-height: 26px;
  color: var(--dark);
  opacity: .85;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 52px;
}

.nunca-sozinho__grid {
  display: flex;
  gap: 20px;
}

.nunca-sozinho__card {
  flex: 1;
  border: 1px solid var(--btn-secondary-border);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--purple-bg);
}

.nunca-sozinho__card-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
}

.nunca-sozinho__card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nunca-sozinho__card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--violet);
}

.nunca-sozinho__card-body {
  font-size: 13px;
  line-height: 20px;
  color: var(--dark);
  opacity: .85;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nunca-sozinho__card-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.nunca-sozinho__card-check {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.nunca-sozinho__card-check img {
  width: 100%;
}

/* ══════════════════════════════════════════════════════
   BADGES DE PROTOCOLOS
══════════════════════════════════════════════════════ */
.protocolos {
  background: var(--bg-site);
  border-top: 1px solid var(--btn-secondary-border);
  border-bottom: 1px solid var(--btn-secondary-border);
  padding: 32px 40px;
}

.protocolos__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 14px;
  overflow-x: auto;
}

.protocolos__item {
  flex: 1;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  background: var(--green-soft-bg);
  border: 1px solid var(--green-soft-border);
  border-radius: 12px;
}

.protocolos__abbr {
  font-size: 13px;
  font-weight: 800;
  color: var(--dark);
}

.protocolos__name {
  font-size: 12px;
  line-height: 16px;
  color: var(--grey);
}

/* ══════════════════════════════════════════════════════
   SAFETY OVERRIDE
══════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════════════════
   SAFETY OVERRIDE
══════════════════════════════════════════════════════ */
.safety {
  padding: 80px 40px;
  background: var(--bg-site);
}

.safety__container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  grid-template-areas:
    "content image"
    "info    info";
  gap: 32px 60px;
  align-items: stretch;
}

.safety__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.safety__title {
  font-family: var(--font-serif);
  font-size: 32px;
  line-height: 38px;
  color: var(--pmi-pink);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.safety__sub {
  font-size: 15px;
  line-height: 22px;
  color: var(--dark);
  opacity: .85;
}

.safety__sub--label {
  font-weight: 700;
  font-size: 13px;
  margin-top: 4px;
  opacity: 1;
}

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

.safety__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--pink-soft-bg);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  color: var(--dark);
  font-weight: 500;
}

.safety__item-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-flex;
}

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

/* BLOCO 2: foto com fundo azul */
.safety__image {
  grid-area: image;
  background: #D9EEFB;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.safety__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

/* BLOCO 3: info verde (largura total) */
.safety__info {
  grid-area: info;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--green-soft-bg);
  border: 1px solid var(--green-soft-border);
  border-radius: 14px;
  padding: 20px 24px;
}

.safety__info-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
}

.safety__info-text {
  font-size: 14px;
  line-height: 21px;
  color: var(--dark);
  opacity: .85;
}

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

/* ══════════════════════════════════════════════════════
   LIMITAÇÕES (painel creme) — mesmo padrão do .limites
══════════════════════════════════════════════════════ */
.limites-seg {
  padding: 32px 40px 80px;
  background: var(--bg-site);
}

.limites-seg__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--li-cream);
  border-radius: 18px;
  padding: 24px;
}

.limites-seg__item {
  display: flex;
  align-items: flex-start;
  justify-items: ce;
  gap: 14px;
  background: var(--li-row);
  border-radius: 10px;
  padding: 14px 18px;
}

.limites-seg__x {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  margin-top: 1px;
}

.limites-seg__x img {
  width: 16px;
  height: 16px;
}

.limites-seg__text {
  font-size: 14px;
  line-height: 21px;
  color: var(--dark);
}

.limites-seg__text strong {
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════
   PRIVACIDADE DE DADOS
══════════════════════════════════════════════════════ */
.privacidade {
  background: var(--bg-site);
  padding: 80px 40px;
}

.privacidade__container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.privacidade__head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.privacidade__title {
  font-family: var(--font-serif);
  font-size: 40px;
  line-height: 46px;
  color: var(--violet);
  font-weight: 400;
  text-align: center;
}

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

.privacidade__sub {
  font-size: 15px;
  line-height: 22px;
  color: var(--dark);
  opacity: .85;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}

/* ── LINHA 1: cards ── */
.privacidade__cards {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.privacidade__card {
  flex: 1;
  background: var(--blue-bg2);
  border-radius: 0 0 14px 14px;
  padding: 28px 32px 32px;
  position: relative;
}

/* barra colorida no topo */
.privacidade__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  border-radius: 999px;
}

.privacidade__card--violet::before {
  background: var(--violet);
}

.privacidade__card--orange::before {
  background: var(--orange);
}

.privacidade__card-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 16px;
}

.privacidade__list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.privacidade__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  color: var(--dark);
  opacity: .9;
  padding: 12px 0;
  border-bottom: 1px dotted var(--btn-secondary-border);
}

.privacidade__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.privacidade__item-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

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

/* ── LINHA 2: direitos + imagem ── */
.privacidade__bottom {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  margin-top: 60px;
}

.privacidade__rights-col {
  flex: 1;
}

.privacidade__rights {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.privacidade__right {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 20px;
  color: var(--dark);
  opacity: .9;
  padding: 12px 0;
  border-bottom: 1px dotted var(--btn-secondary-border);
}

.privacidade__right:last-child {
  border-bottom: none;
}

.privacidade__right strong {
  font-weight: 700;
}

.privacidade__media {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* container pêssego retangular */
.privacidade__media-frame {
  position: relative;
  width: 100%;
  height: 170px;
  /* retangular: largo e baixo */
  background: #FDEBDD;
  border-radius: 14px;
  margin-top: 60px;
  /* espaço pra cabeça vazar por cima */
}

/* foto maior que o frame, ancorada no fundo — a cabeça sai por cima */
.privacidade__media-frame img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 290px;
  /* frame (230) + vazamento (60) */
  width: auto;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom;
  display: block;
}

.privacidade__dpo {
  font-size: 13px;
  line-height: 19px;
  color: var(--grey);
}

.privacidade__dpo strong {
  color: var(--dark);
  font-weight: 700;
}

.privacidade__dpo a {
  color: var(--link-color);
  text-decoration: underline;
}

/* ══════════════════════════════════════════════════════
   PROTEÇÃO TÉCNICA
══════════════════════════════════════════════════════ */
.protecao {
  padding: 80px 40px;
  background: var(--bg-site);
}

.protecao__container {
  max-width: 1100px;
  margin: 0 auto;
}

.protecao__title {
  font-family: var(--font-serif);
  font-size: 36px;
  line-height: 42px;
  color: var(--pmi-pink);
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

.protecao__grid {
  display: flex;
  gap: 20px;
}

.protecao__card {
  flex: 1;
  border: 1px solid var(--btn-secondary-border);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: var(--purple-bg);
}

.protecao__card-icon {
  width: 44px;
  height: 44px;
}

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

.protecao__card-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--violet);
}

.protecao__card-body {
  font-size: 13px;
  line-height: 20px;
  color: var(--dark);
  opacity: .85;
}

.protecao__card-link {
  font-size: 13px;
  color: var(--link-color);
  font-weight: 600;
  text-decoration: underline;
  margin-top: auto;
}

/* ══════════════════════════════════════════════════════
   PARCEIROS
══════════════════════════════════════════════════════ */
.parceiros-seg {
  background: var(--bg-site);
  padding: 60px 40px;
}

.parceiros-seg__container {
  max-width: 1100px;
  margin: 0 auto;
}

.parceiros-seg__title {
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  color: var(--purple);
  text-align: center;
  margin-bottom: 36px;
}

.parceiros-seg__grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.parceiros-seg__card {
  flex: 1;
  border: 1px solid var(--btn-secondary-border);
  border-radius: 12px;
  padding: 20px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: var(--blue-bg2);
}

/* linha do topo: badge à esquerda, logo à direita */
.parceiros-seg__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.parceiros-seg__badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--violet);
  background: var(--purple-bg);
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
}

.parceiros-seg__logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.parceiros-seg__logo img {
  max-height: 56px;
  max-width: 180px;
  object-fit: contain;
  display: block;
}

.parceiros-seg__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--violet);
}

.parceiros-seg__desc {
  font-size: 13px;
  line-height: 19px;
  color: var(--dark);
  opacity: .85;
}

/* ══════════════════════════════════════════════════════
   CTA FINAL
══════════════════════════════════════════════════════ */
/* ==========================================================================
   CTA FINAL ADJUSTED
   ========================================================================== */
.cta-app {
  --ca-violet: #7A6FE0;
  /* violeta dos botões/blobs (cor NOVA) */
  background: var(--bg-site);
  padding: 80px 24px 40px;
}

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

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

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

.cta-app__blob--1 {
  right: 28%;
  top: 0%;
  width: 200px;
  height: 200px;
  opacity: .5
}

.cta-app__blob--2 {
  right: -5px;
  bottom: -70px;
  width: 200px;
  height: 200px;
  opacity: .5
}

.cta-app__blob--3 {
  right: 22%;
  bottom: -90px;
  width: 200px;
  height: 200px;
  opacity: .5
}

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

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

.cta-app__description {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--dark);
  opacity: .85;
  max-width: 430px;
  margin-bottom: 28px
}

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

.cta-app__btn {
  height: 52px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .15s
}

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

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

.cta-app__btn--secondary {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--btn-secondary-border)
}

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

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

.cta-app__btn-icon--play {
  width: 24px;
  height: 24px;
  border-radius: 50%
}

/* imagem furando o topo, à direita */
.cta-app__media {
  position: absolute;
  right: 8%;
  top: -70px;
  bottom: 0;
  z-index: 4;
  width: 48%;
  min-width: 340px;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.cta-app__image {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  position: absolute;
  right: 12%;
}

/* disclaimer (fora do container) */
.cta-app__disclaimer {
  max-width: 1340px;
  margin: 40px auto 0;
  padding: 0 56px;
  font-size: 12.5px;
  line-height: 1.6;
  color: var(--dark);
  opacity: .85;
  max-width: 980px
}

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

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

  /* foto em cima, no fluxo normal */
.cta-app__media {
    position: static;
    width: 100%;
    min-width: 0;
    order: 1;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-bottom: -0px;       /* corpo entra fundo no card */
    pointer-events: none;
  }

  .cta-app__image {
    position: static;
    right: auto;
    width: auto;
    height: 300px;              /* imagem maior */
    max-width: none;
    transform: none;
  }

  /* card lilás abaixo */
  .cta-app__container {
    order: 2;
    width: 100%;
    min-height: auto;
    clip-path: none;
    overflow: hidden;           /* blobs cortados no raio do card */
    border-radius: 20px;
  }

  .cta-app__content {
    max-width: 100%;
    padding: 36px 24px 28px;
  }

  .cta-app__title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 22px;
  }

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

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

  .cta-app__description {
    max-width: 100%;
    margin: 6px 0 0;
    text-align: left;
  }

  /* blobs decorativos como no mockup */
  .cta-app__blob--1 {
    display: block;
    width: 160px;
    height: 160px;
    left: -60px;
    right: auto;
    top: auto;
    bottom: -50px;
    opacity: .35;
  }

  .cta-app__blob--2 {
    width: 140px;
    height: 140px;
    right: -40px;
    bottom: 40px;
    opacity: .35;
  }

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


/* ══════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════ */
@media (max-width: 900px) {
  .navbar__nav li:nth-child(n+4) {
    display: none;
  }

  .navbar {
    padding: 0 20px;
  }

  .hero-seg {
    padding: 60px 20px 40px;
  }

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

  .nunca-sozinho {
    padding: 60px 20px;
  }

  .nunca-sozinho__grid {
    flex-wrap: wrap;
  }

  .nunca-sozinho__card {
    min-width: calc(50% - 10px);
  }

  .safety {
    padding: 60px 20px;
  }

  .safety__container {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .limites-seg {
    padding: 24px 20px 60px;
  }

  .limites-seg__container {
    padding: 16px;
  }

  .privacidade {
    padding: 60px 20px;
  }

  .privacidade__cards {
    flex-direction: column;
  }

  .privacidade__bottom {
    flex-direction: column;
    gap: 32px;
  }

  .privacidade__media {
    flex: none;
    width: 100%;
  }

  /* container pêssego retangular */
  .privacidade__media-frame {
    position: relative;
    width: 100%;
    height: 170px;
    /* retangular: largo e baixo */
    background: #FDEBDD;
    border-radius: 14px;
    margin-top: 90px;
    /* espaço pra cabeça vazar por cima */
  }

  /* foto maior que o frame, ancorada no fundo — a cabeça sai por cima */
  .privacidade__media-frame img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 290px;
    /* frame (230) + vazamento (60) */
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: bottom;
    display: block;
  }

  .parceiros-seg {
    padding: 50px 20px;
  }

  .parceiros-seg__grid {
    flex-wrap: wrap;
  }

  .parceiros-seg__card {
    min-width: calc(50% - 10px);
  }

  .parceiros-seg .parceiros-seg__grid {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 20px;
  }

  .parceiros-seg .parceiros-seg__card {
    min-width: 0;
    align-items: center;
    text-align: center;
    padding: 28px 22px;
  }

  /* header vira coluna: logo em cima, badge embaixo */
  .parceiros-seg .parceiros-seg__header {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
    width: 100%;
  }

  .parceiros-seg .parceiros-seg__logo {
    justify-content: center;
  }

  .parceiros-seg .parceiros-seg__logo img {
    max-height: 72px;
    max-width: 220px;
  }

  .protecao__title {
    text-align: center;
  }

  .protecao .protecao__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    margin: 0 -20px;
    padding: 4px 20px 12px;
    scrollbar-width: none;
  }

  .protecao .protecao__grid::-webkit-scrollbar {
    display: none;
  }

  .protecao .protecao__card {
    flex: 0 0 72%;
    min-width: 82%;
    scroll-snap-align: start;
  }

}

@media (max-width: 680px) {
  .navbar__nav {
    display: none;
  }

  .navbar__toggle {
    display: flex;
  }

  .navbar {
    padding: 0 16px;
  }

  .hero-seg {
    padding: 48px 20px 36px;
  }

  .hero-seg__title {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-seg__actions {
    flex-direction: column;
    align-items: stretch;
  }

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

  .nunca-sozinho__grid {
    flex-direction: column;
  }

  .parceiros-seg__grid {
    flex-direction: column;
  }

  .protecao__grid {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .hero-seg__title {
    font-size: 28px;
    line-height: 34px;
  }

  .nunca-sozinho__title {
    font-size: 28px;
    line-height: 34px;
  }

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

}
