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

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

a {
  text-decoration: none;
}


.navbar__nav {
  list-style: none;
}

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

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

/* Troca de logo por tema */
.kz__logo {
  width: 220px;
  height: auto;
}

.kz__logo--light {
  display: block !important;
}

.kz__logo--dark {
  display: none !important;
}

[data-theme="dark"] .kz__logo--light {
  display: none !important;
}

[data-theme="dark"] .kz__logo--dark {
  display: block !important;
}

.footer-kz__logo--light {
  display: block;
}

.footer-kz__logo--dark {
  display: none;
}

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

[data-theme="dark"] .footer-kz__logo--dark {
  display: block;
}

/* Troca de ícones sociais por tema */
.social-icon--light {
  display: inline-block;
}

.social-icon--dark {
  display: none;
}

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

[data-theme="dark"] .social-icon--dark {
  display: inline-block;
}

:root {
  /* CORES TEMA LIGHT (Padrão) */
  --bg-site: #ffffff;
  --navbar--normal: #0A121A;
  --navbar--hover: #1E40AF;
  --header-title: #1e40af;
  --header-text: #15253F;
  --header-text2: #15253F;
  --header-desc: #15253F;
  --btn-secondary-border: #d8d7ec;
  --text-note: #666d7a;
  --border: #1E40AF;
  --border--roxa-azul: rgba(30, 64, 175, 1);
  --border--transparente--cinza: rgba(235, 237, 255, 1);
  --purple: rgba(158, 163, 230, 1);
  --blue: #1E40AF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
  --blue-bg2: rgba(30, 64, 175, 0.05);
  --blue-bg3: rgba(30, 64, 175, 0.2);
  --blue-bg3: rgba(235, 237, 255, 1);
  --purple-bg: #EBEDFF;
  --green: #00FDA9;
  --dark: #15253F;
  --dark-sec: #405560;
  --grey: #6B7582;
  --grey-b: #5C6068;
  --border: #E5E7EB;
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #FDF8EC;
  --qo-amber: #F5B841;
  --pmi-pink: #F2789F;
  --li-cream: #FDF8EC;
  --li-row: #F8E8A4;
    --pl-violet: rgba(21, 37, 63, 1);
  --pl-card-bg: #FAFAFC;
  --pl-premium-bg: #E9E5FB;
  --pl-premium-border: #B9AFF0;
  --pl-premium-btn: #9D8FF2;
  --pl-familia-bg: #F0F9E6;
  --pl-familia-border: #A9D96C;
  --pl-familia-btn: #6BA82F;
  --pl-badge-cream: #FDF6E3;
  --pl-badge-cream-border: #F0E3B8;
}

/* CORES TEMA DARK (Ativado pelo seu JS) */
[data-theme="dark"] {
  --bg-site: #15253F;
  --navbar--normal: #FFFFFF;
  --navbar--hover: #0080FF;
  --header-title: #64B2FF;
  --header-text: #15253F;
  --header-text2: #15253F;
  --header-desc: #050505;
  --btn-secondary-border: var(--header-title);
  --text-note: #ffffff;
  --border: #1E40AF;
  --border--roxa-azul: rgba(0, 128, 255, 0.5);
  --border--transparente--cinza: rgba(76, 76, 76, 1);
  --purple: rgba(158, 163, 230, 1);
  --blue: #0080FF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
  --blue-bg2: rgba(30, 64, 175, 0.05);
  --blue-bg3: rgba(30, 64, 175, 0.2);
  --blue-bg4: rgba(235, 237, 255, 0.1);
  --purple-bg: rgb(22, 40, 74);
  --green: #00FDA9;
  --dark: #ffffff;
  --dark-sec: rgba(255, 255, 255, 0.5);
  --grey: rgba(255, 255, 255, 0.5);
  --grey-b: #ffffff;
  --border: #E5E7EB;
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #1E2A45;
  --pmi-pink: #F2789F;
  --li-cream: #1E2A45;
  --li-row: #7D7040;
  --pl-violet: rgba(21, 37, 63, 1);
  --pl-card-bg: #1E2A45;
  --pl-premium-bg: rgba(122, 111, 224, 0.16);
  --pl-premium-border: rgba(122, 111, 224, 0.45);
  --pl-premium-btn: #9D8FF2;
  --pl-familia-bg: rgba(107, 168, 47, 0.12);
  --pl-familia-border: rgba(169, 217, 108, 0.45);
  --pl-familia-btn: #6BA82F;
  --pl-badge-cream: rgba(245, 184, 65, 0.12);
  --pl-badge-cream-border: rgba(245, 184, 65, 0.35);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ══════════════════════════════════════════════════════
   PLANOS
══════════════════════════════════════════════════════ */
.planos {
  background: var(--bg-site);
  padding: 40px 24px 80px;
}

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

.planos__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}

.planos__card {
  border-radius: 14px;
  padding: 28px 26px 32px;
  display: flex;
  flex-direction: column;
}

.planos__card--gratuito {
  background: var(--pl-card-bg);
  border: 1px solid var(--btn-secondary-border);
}

.planos__card--premium {
  background: var(--pl-premium-bg);
  border: 1px solid var(--pl-premium-border);
}

.planos__card--familia {
  background: var(--pl-familia-bg);
  border: 1px solid var(--pl-familia-border);
}

/* badge pill centralizado */
.planos__badge {
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
  border-radius: 999px;
  padding: 7px 16px;
  margin-bottom: 26px;
}

.planos__badge img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.planos__badge--cream {
  background: var(--pl-badge-cream);
  border: 1px solid var(--pl-badge-cream-border);
}

.planos__badge--premium {
  background: rgba(140, 130, 252, 0.25);
  border: 1px solid var(--pl-premium-border);
  color: var(--pl-violet);
}

.planos__badge--familia {
  background: rgba(162, 242, 100, 0.25);
  border: 1px solid var(--pl-familia-border);
}

/* preço */
.planos__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: var(--dark);
}

.planos__price-currency {
  font-size: 20px;
  font-weight: 700;
}

.planos__price-value {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}

.planos__price-period {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 20px;
  font-weight: 400;
}

.planos__tagline {
  font-size: 13px;
  color: var(--dark);
  opacity: .8;
  margin: 8px 0 20px;
}

/* lista */
.planos__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.planos__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 19px;
  color: var(--dark);
  padding: 11px 0;
  border-bottom: 1px dotted var(--btn-secondary-border);
}

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

.planos__item strong {
  font-weight: 700;
}

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

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

/* itens desabilitados: traço + cinza */
.planos__item--off {
  color: var(--dark);
  opacity: .75;
}

.planos__item--off::before {
  content: "—";
  flex-shrink: 0;
  margin-right: 2px;
}

/* link do card gratuito */
.planos__link {
  font-size: 14px;
  color: var(--dark);
  margin-top: 4px;
}

.planos__link strong {
  font-weight: 700;
}

.planos__link:hover {
  opacity: .8;
}

/* botões */
.planos__btn {
  height: 48px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  margin-top: auto;
  transition: transform .15s;
}

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

.planos__btn--premium {
  background: var(--pl-premium-btn);
}

.planos__btn--familia {
  background: var(--pl-familia-btn);
}

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

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

/* ══════════════════════════════════════════════════════
   SAFETY BANNER (faixa creme)
══════════════════════════════════════════════════════ */
.safety-banner {
  background: var(--bg-site);
  padding: 24px 24px;
}

.safety-banner__container {
  max-width: 1240px;
  margin: 0 auto;
  background: var(--qo-bg);
  border-radius: 14px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.safety-banner__eyebrow {
  font-size: 13px;
  color: var(--dark);
  opacity: .85;
}

.safety-banner__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 400;
  color: var(--qo-amber);
  max-width: 820px;
}

.safety-banner__title strong {
  font-weight: 700;
}

.safety-banner__note {
  font-size: 13px;
  color: var(--dark);
  opacity: .85;
}

@media (max-width: 900px) {
  .safety-banner {
    padding: 16px 14px;
  }

  .safety-banner__container {
    padding: 32px 22px;
    border-radius: 12px;
  }

  .safety-banner__title {
    font-size: 24px;
    line-height: 1.4;
  }
}

/* ══════════════════════════════════════════════════════
   COMPARATIVO
══════════════════════════════════════════════════════ */
.comparativo {
  --cp-violet: #7A6FE0;
  background: var(--bg-site);
  padding: 64px 24px 80px;
}

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

.comparativo__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 400;
  color: var(--purple);
  text-align: center;
  margin-bottom: 40px;
}

.comparativo__title strong {
  font-weight: 700;
  color: var(--cp-violet);
}

.comparativo__scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.comparativo__scroll::-webkit-scrollbar {
  display: none;
}

.comparativo__table {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 140px 140px;
  column-gap: 28px;
  row-gap: 14px;
  align-items: center;
  min-width: 660px;
}

/* header */
.comparativo__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  padding-bottom: 8px;
}

.comparativo__head img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.comparativo__head--recursos {
  justify-content: flex-start;
}

/* label com linha decorativa */
.comparativo__label {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--dark);
}

.comparativo__label::after {
  content: "";
  flex: 1;
  border-top: 1px solid var(--purple-bg);
}

/* célula pill */
.comparativo__cell {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--purple);
  border-radius: 10px;
  font-size: 13.5px;
  color: var(--grey-b);
  background: var(--bg-site);
}

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

/* dots (só mobile) */
.comparativo__dots {
  display: none;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.comparativo__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--purple);
  opacity: .3;
}

.comparativo__dot--active {
  opacity: 1;
}


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

  .comparativo__title {
    font-size: 28px;
    margin-bottom: 26px;
    padding: 0 18px;
  }

  .comparativo__scroll {
    padding: 0 18px;
  }

.comparativo__table {
    grid-template-columns: minmax(230px, 230px) 120px 120px;
    column-gap: 18px;
    min-width: 520px;
  }

  .comparativo__dots {
    display: flex;
  }
}

/* ══════════════════════════════════════════════════════
   FAQ — PREÇOS
══════════════════════════════════════════════════════ */
.faq {
  --fq-violet: #7A6FE0;
  background: var(--bg-site);
  padding: 64px 24px 80px;
}

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

.faq__title {
  font-family: "Gelica", "DM Serif Display", serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--fq-violet);
  text-align: center;
  margin-bottom: 36px;
}

.faq__title strong {
  font-weight: 700;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq__item {
  background: var(--blue-bg2);
  border: 1px solid var(--purple-bg);
  border-radius: 10px;
  overflow: hidden;
}

/* linha clicável */
.faq__summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 20px;
  cursor: pointer;
  list-style: none;              /* remove o marcador nativo */
  font-size: 14.5px;
  color: var(--dark);
}

.faq__summary::-webkit-details-marker {
  display: none;                 /* Safari */
}

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

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

.faq__summary-text {
  flex: 1;
}

/* primeira pergunta em bold, como no print */
.faq__item:first-child .faq__summary-text {
  font-weight: 700;
}

.faq__chevron {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}

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

/* seta gira quando aberto */
.faq__item[open] .faq__chevron {
  transform: rotate(90deg);
}

.faq__chevron--dark {
  display: none;
}

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

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

/* resposta */
.faq__body {
  padding: 0 20px 18px 58px;     /* alinha com o texto (ícone 24 + gap 14 + padding 20) */
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--dark);
  opacity: .85;
}

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

  .faq__title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .faq__summary {
    padding: 14px 16px;
    font-size: 13.5px;
  }

  .faq__body {
    padding: 0 16px 16px 54px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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