* {
  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);
    --border--roxa--cinza:#1E40AF;
  --purple: rgba(158, 163, 230, 1);
  --blue: #1E40AF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
    --blue-bg1: rgba(235, 237, 255, 0.15);
  --blue-bg2: rgba(30, 64, 175, 0.05);
  --blue-bg3: rgba(30, 64, 175, 0.2);
  --blue-bg4: 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;
  --publico-divider-a: #C9C3F7;
  --publico-divider-b: #F5B841;
    --green-soft:     #E4F7C0;
  --balloon-bg:     #FFFFFF;
  --input-bg:       #FFFFFF;
}

/* 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);
  --border--roxa--cinza:rgba(235, 237, 255, 0.1);
  --purple: rgba(158, 163, 230, 1);
  --blue: #0080FF;
  --blue-mid: #00AAFF;
  --blue-light: #9CCDFF;
  --blue-bg: rgba(30, 64, 175, 0.1);
    --blue-bg1: rgba(235, 237, 255, 0.05);
  --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);
  --publico-divider-a: rgba(201, 195, 247, 0.5);
  --publico-divider-b: rgba(245, 184, 65, 0.5);
    --green-soft:     #E4F7C0;
  --balloon-bg:     rgba(255, 255, 255, 0.06);
  --input-bg:       rgba(255, 255, 255, 0.04);
}

/* --- 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 CONSTRUINDO ============ */
.constr { padding: 72px 0 100px; background: var(--bg-site); }

.constr__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.constr__icon { width: 76px; margin-bottom: 20px; }
.constr__icon img { width: 100%; height: auto; display: block; }

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

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

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

@media (max-width: 767px) {
  .constr { padding: 48px 0 32px; text-align: center; }

  .constr__grid { grid-template-columns: 1fr; gap: 28px; }

  .constr__icon { width: 66px; margin: 0 auto 18px; }

  .constr__title { font-size: 1.5rem; }

  .constr__media { display: none; }
}

/* ============ TRÊS PERGUNTAS ============ */
.perg { padding: 40px 0; background: var(--bg-site); overflow: hidden; }

.perg__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

/* --- mídia: caixa verde + foto estourando pra esquerda --- */
.perg__media {
  position: relative;
  min-height: 340px;
}

.perg__bg {
  position: absolute;
  z-index: 0;
  left: 20%;
  right: 5%;
  top: 0;
  bottom: 0;
  background: var(--green-soft);
  border-radius: 14px;
}

.perg__photo {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 380px;
  width: 350px;
  display: block;
  transform: scaleX(-1);
  right: 5%;
}

/* --- perguntas --- */
.perg__intro {
  font-family: "Gelica", serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark);
  margin: 0 0 16px;
    padding-right: 15%;
}

.perg__list { list-style: none; margin: 0; padding: 0;   padding-right: 20%;}

.perg-item {
  background: var(--balloon-bg);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  line-height: 1.5;
  color: var(--dark);
  padding: 13px 26px;
  margin-bottom: 14px;
}
.perg-item:last-child { margin-bottom: 0; }

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

  .perg__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .perg__media {
    min-height: 0;
    height: 280px;
  }

  .perg__main {margin-top: 30px;}

  .perg__list { list-style: none; margin: 0; padding: 0;   padding-right: 0;}

  .perg__bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-right: 0%;
  }

  .perg__photo {
    height: 300px;
    width: auto;
    left: 15%;
      transform: scaleX(-1);
  }

  .perg__intro {
  
    padding-left: 0;
    font-size: 1.1375rem;
  }

  .perg-item {
    border-radius: 14px;
    padding: 14px 20px;
  }
}

/* ============ O QUE ESTAMOS CONSTRUINDO ============ */
.oque { padding: 40px 0; background: var(--bg-site); }

.oque__box {
  background: var(--purple-bg);
  border-radius: 12px;
  padding: 48px 56px;
  text-align: center;
}

.oque__title {
  font-family: "Gelica", serif;
  font-size: 1.75rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25;
  color: var(--dark);
  margin: 0 0 24px;
}
.oque__title em {
  font-style: italic;
  color: var(--purple-title);
}

.oque__text {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--dark);
  max-width: 94ch;
  margin: 0 auto 18px;
}
.oque__text:last-child { margin-bottom: 0; }

@media (max-width: 767px) {
  .oque { padding: 32px 0; }
  .oque__box { padding: 32px 24px; }
  .oque__title { font-size: 1.5rem; }
  .oque__text { max-width: none; }
}

/* ============ O QUE PEDIMOS ============ */
.pedimos { padding: 40px 0; background: var(--bg-site); }

.pedimos__title {
  font-family: "Gelica", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--dark);
  text-align: center;
  margin: 0 0 36px;
}

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

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

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

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

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

@media (max-width: 767px) {
  .pedimos { padding: 32px 0; }

  .pedimos__title { font-size: 1.625rem; margin-bottom: 24px; padding-inline: 20px; }

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

  .pedimos__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;
  }
  .pedimos__grid::-webkit-scrollbar { display: none; }
  .pedimos__grid::after { content: ''; flex: 0 0 4px; }

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

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

/* ============ O QUE OFERECEMOS ============ */
.ofer { padding: 40px 0; background: var(--bg-site); overflow: hidden; }

.ofer__box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 40%;
  align-items: center;
  background: var(--purple-bg);
  border-radius: 12px;
  min-height: 280px;
}

.ofer__content { padding: 84px 40px 64px 44px; }

.ofer__title {
  font-family: "Gelica", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--purple-title);
  margin: 0 0 28px;
}

.ofer__list { list-style: none; margin: 0; padding: 0; }

.ofer-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  line-height: 1.55;
  color: var(--dark);
  margin-bottom: 22px;
}
.ofer-item:last-child { margin-bottom: 0; }

.ofer-item__icon {
  width: 20px;
  height: 20px;
  flex: none;
  color: var(--purple-strong);
  margin-top: 1px;
}

.ofer__media { align-self: end; }
.ofer__media img {
  height: 360px;
  width: auto;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .ofer { padding: 32px 0; }

  .ofer__box {
    display: flex;
    flex-direction: column;
    min-height: 0;
    margin-top: 190px;
    position: relative;
    z-index: 2;
  }

  .ofer__media {
    order: 1;

    align-self: center;
    width: 70%;
    position: relative;
    z-index: 1;
  }

  .ofer__media img {
  height: 200px;
  width: auto;
  display: block;
  position: absolute;
  bottom: 0;

}

  .ofer__content { order: 2; padding: 28px 22px 32px; }

  .ofer__title { font-size: 1.5rem; margin-bottom: 22px; }
}

/* ============ QUEM ESTÁ POR TRÁS ============ */
.quem { padding: 40px 0; background: var(--bg-site); }

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

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

.quem-card {
  display: flex;
  flex-direction: column;
  background: var(--frentes-card-bg);
  border: 1px solid var(--purple-strong);
  border-radius: 10px;
  padding: 24px 26px;
}

.quem-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.quem-card__tag {
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--dark);
  background: var(--purple-bg);
  border-radius: 6px;
  padding: 9px 18px;
  white-space: nowrap;
}

.quem-card__logo {
  width: 150px;
  height: 46px;              /* caixa de altura fixa */
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quem-card__logo img {
  max-width: 100%;
  max-height: 100%;          /* limita pela altura também */
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.quem-card__name {
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 8px;
}

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

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

  .quem__title {
    font-size: 1.625rem;
    margin-bottom: 24px;
  }

  .quem__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .quem-card { padding: 22px 20px; }

  .quem-card__head {
    flex-direction: row;
    align-items:center;
    gap: 14px;
    margin-bottom: 16px;
  }

.quem-card__logo {
  width: 60px;
  height: 46px;              /* caixa de altura fixa */
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.quem-card__logo img {
  max-width: 100%;
  max-height: 100%;          /* limita pela altura também */
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
}

/* ============ FORMULÁRIO VALIDAÇÃO ============ */
.valid { padding: 40px 0 72px; background: var(--bg-site); }

.valid__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* --- coluna esquerda --- */
.valid__intro { text-align: center; }

.valid__icon { width: 92px; margin: 0 auto 24px; }
.valid__icon img { width: 100%; height: auto; display: block; }

.valid__title {
  font-family: "Gelica", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: var(--dark);
  margin: 0 auto 20px;
  max-width: 14ch;
}
.valid__title em {
  font-style: italic;
  font-weight: 600;
  color: var(--purple-title);
}

.valid__desc {
  font-family: "Inter", sans-serif;
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--dark);
  max-width: 38ch;
  margin: 0 auto;
}

/* --- formulário --- */
.valid__form {
  background: var(--blue-bg1);
  border: 1px solid var(--border--transparente--cinza);
  border-radius: 12px;
  padding: 32px 34px;
}

.valid__field { margin-bottom: 18px; }

.valid__label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 8px;
}

.valid__input {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  color: var(--dark);
  background: var(--input-bg);
  border: 1px solid var(--border--roxa--cinza);
  border-radius: 8px;
  padding: 14px 16px;
  outline: none;
  transition: border-color .2s var(--ease-out);
}
.valid__input::placeholder { color: var(--grey); }
.valid__input:focus { border-color: var(--purple-strong); }

/* select com chevron custom */
.valid__select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='%2315253F' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px;
  background-color: var(--bg-site);
}
[data-theme="dark"] .valid__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5l5 5 5-5' stroke='%23FFFFFF' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.valid__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
  background: var(--purple-strong);
  color: var(--white);
  font-family: "Inter", sans-serif;
  font-size: .875rem;
  font-weight: 500;
  border: 0;
  border-radius: 8px;
  padding: 15px 22px;
  margin-top: 10px;
  cursor: pointer;
  transition: filter .2s var(--ease-out), transform .2s ease;
}
.valid__btn svg { width: 16px; height: 16px; flex: none; }
.valid__btn:hover  { filter: brightness(.95); }
.valid__btn:active { transform: translateY(1px); }

.valid__note {
  font-family: "Inter", sans-serif;
  font-size: .75rem;
  line-height: 1.5;
  color: var(--grey);
  text-align: center;
  margin: 16px 0 0;
}

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

  .valid__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .valid__icon { width: 78px; margin-bottom: 20px; }

  .valid__title {
    font-size: 1.5rem;
    max-width: none;
  }

  .valid__desc { max-width: none; }

  .valid__form { padding: 24px 20px; }
}

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