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

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

a {
  text-decoration: none;
}


.navbar__nav {
  list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  /* CORES TEMA LIGHT (Padrão) */
  --bg-site: #ffffff;
  --navbar--normal: #0A121A;
  --navbar--hover: #1E40AF;
  --header-title: #1e40af;
  --header-text: #15253F;
  --header-text2: #15253F;
  --header-desc: #15253F;
  --btn-secondary-border: #d8d7ec;
  --text-note: #666d7a;
  --border: #1E40AF;
  --border--roxa-azul: rgba(30, 64, 175, 1);
  --border--transparente--cinza: rgba(235, 237, 255, 1);
  --purple: rgba(158, 163, 230, 1);
  --blue: #1E40AF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
  --blue-bg2: rgba(30, 64, 175, 0.05);
  --blue-bg3: rgba(30, 64, 175, 0.2);
  --blue-bg3: rgba(235, 237, 255, 1);
  --purple-bg: #EBEDFF;
  --green: #00FDA9;
  --dark: #15253F;
  --dark-sec: #405560;
  --grey: #6B7582;
  --grey-b: #5C6068;
  --border: #E5E7EB;
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #FDF8EC;
  --qo-amber: #F5B841;
  --pmi-pink: #F2789F;
  --li-cream: #FDF8EC;
  --li-row: #F8E8A4;
  --purple-title: #8B7CF0;
  --purple-strong: #7C6BF2;
  --quote-bg: #DCEBFF;
  --frentes-card-bg: #F7FAFF;
  --purple-soft: #C9C3F7;
  --publico-divider-b: #F5B841;
  --tag-bg: #FBD9E2;
}

/* CORES TEMA DARK (Ativado pelo seu JS) */
[data-theme="dark"] {
  --bg-site: #15253F;
  --navbar--normal: #FFFFFF;
  --navbar--hover: #0080FF;
  --header-title: #64B2FF;
  --header-text: #15253F;
  --header-text2: #15253F;
  --header-desc: #050505;
  --btn-secondary-border: var(--header-title);
  --text-note: #ffffff;
  --border: #1E40AF;
  --border--roxa-azul: rgba(0, 128, 255, 0.5);
  --border--transparente--cinza: rgba(76, 76, 76, 1);
  --purple: rgba(158, 163, 230, 1);
  --blue: #0080FF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
  --blue-bg2: rgba(30, 64, 175, 0.05);
  --blue-bg3: rgba(30, 64, 175, 0.2);
  --blue-bg4: rgba(235, 237, 255, 0.1);
  --purple-bg: rgb(22, 40, 74);
  --green: #00FDA9;
  --dark: #ffffff;
  --dark-sec: rgba(255, 255, 255, 0.5);
  --grey: rgba(255, 255, 255, 0.5);
  --grey-b: #ffffff;
  --border: #E5E7EB;
  --border-b: #EBEDFF;
  --white: #FFFFFF;
  --orange: #EE6C56;
  --link-color: #78BCFF;
  --qo-bg: #1E2A45;
  --pmi-pink: #F2789F;
  --li-cream: #1E2A45;
  --li-row: #7D7040;
  --purple-title: #A79BFF;
  --purple-strong: #7C6BF2;
  --quote-bg: rgba(0, 128, 255, 0.15);
  --frentes-card-bg: rgba(255, 255, 255, 0.04);
  --purple-soft: rgba(201, 195, 247, 0.5);
  --publico-divider-b: rgba(245, 184, 65, 0.5);
    --tag-bg:   rgba(242, 120, 159, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.madrug__icon {
  width: 78px;
  margin: 0 auto 24px;
}

.madrug__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.madrug__icon .madrug-img-dark {
  display: none;
}

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

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

.madrug__title {
  font-family: "Gelica", serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--dark);
  margin: 0 auto 18px;
  max-width: 38ch;
}

.madrug__title em {
  font-style: italic;
  font-weight: 700;
  color: var(--purple-title);
}

.madrug__desc {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--dark);
  margin: 0 auto 32px;
  max-width: 66ch;
}

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

.madrug__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--purple-strong);
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  padding: 15px 30px;
  transition: filter .2s var(--ease-out), transform .2s ease;
}

.madrug__btn svg {
  width: 18px;
  height: 18px;
  flex: none;
}

.madrug__btn:hover {
  filter: brightness(.95);
  color: var(--white);
}
.madrug__btn:hover > svg { transform: translateX(4px); }

.madrug__btn:active {
  transform: translateY(1px);
}

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

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

  .madrug__title {
    font-size: 1.625rem;
    max-width: none;
    margin-bottom: 14px;
  }

  .madrug__desc {
    max-width: none;
    margin-bottom: 24px;
  }

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

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

.dores__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

.dor-card__num {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: var(--purple-soft);
  margin-bottom: 18px;
}

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

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

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

  .dores .container {
    padding-inline: 0;
    max-width: none;
    overflow: visible;
  }

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

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

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

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

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

/* ============ TRÊS FRENTES V2 ============ */
.frentes2 { padding: 72px 0 40px; background: var(--bg-site); }

.frentes2__title {
  font-family: "Gelica", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--dark);
  text-align: center;
  margin: 0 0 40px;
}
.frentes2__title em {
  font-style: italic;
  color: var(--purple-title);
}

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

.frente2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--frentes-card-bg);
  border-radius: 12px;
  padding: 30px 28px;
  overflow: hidden;
}

/* barra roxa no topo */
.frente2-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--purple-title);
}

.frente2-card__label {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: .04em;
  color: var(--grey);
  margin-bottom: 14px;
}

.frente2-card__name {
  font-family: "Gelica", serif;
  font-size: 1.0625rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.4;
  color: var(--dark);
  margin: 0 0 14px;
}

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

/* --- tags --- */
.frente2-card__tags {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
}

.frente2-tag {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--tag-bg);
  border-radius: 999px;
  padding: 8px 16px;
}

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

  .frentes2__title {
    font-size: 1.75rem;
    margin-bottom: 28px;
    padding-inline: 20px;
  }

  .frentes2 .container {
    padding-inline: 0;
    max-width: none;
    overflow: visible;
  }

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

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

  .frente2-card {
    flex: 0 0 78vw;
    min-width: 0;
    scroll-snap-align: start;
    padding: 28px 24px;
  }

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

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

.etapas__title {
  font-family: "Gelica", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--dark);
  text-align: center;
  margin: 0 0 18px;
}
.etapas__title em {
  font-style: normal;
  color: var(--purple-title);
}

.etapas__desc {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--dark);
  text-align: center;
  max-width: 62ch;
  margin: 0 auto 40px;
}

.etapas__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--frentes-card-bg);
  border-radius: 12px;
  padding: 28px 0;
  margin: 0;
}

.etapa-item {
  display: flex;
  flex-direction: column;
  padding: 4px 26px;
  border-right: 1px solid var(--border);
}
.etapa-item:last-child { border-right: 0; }

.etapa-item__num {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 500;
  font-style: italic;
  color: var(--purple-soft);
  margin-bottom: 10px;
}

.etapa-item__name {
  font-family: "Inter", sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--dark);
  margin: 0 0 12px;
}

.etapa-item__text {
  font-family: "Inter", sans-serif;
  font-size: .75rem;
  line-height: 1.5;
  color: var(--grey);
  margin: 0;
}

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

  .etapas__title {
    font-size: 1.75rem;
    margin-bottom: 14px;
  }

  .etapas__desc {
    max-width: none;
    margin-bottom: 28px;
  }

  .etapas .container {
    padding-inline: 0;
    max-width: none;
    overflow: visible;
  }
  .etapas__title,
  .etapas__desc { padding-inline: 20px; }

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

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

  .etapa-item {
    flex: 0 0 62vw;
    min-width: 0;
    scroll-snap-align: start;
    background: var(--frentes-card-bg);
    border-right: 0;
    border-radius: 12px;
    padding: 24px 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .cta-prof__circle { display: none; }

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

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

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

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

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

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

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