.cta2 {
  padding-top: 100px; /* Newsletter espaçosa, como no template original */
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .cta2 .subscribe-form {
    padding-right: 200px; /* Botão "Subscrever" desencostado do input */
  }
}

/* --- Botão secundário no header (Website Inteligente) --- */
.theme-btn-outline {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  background: transparent;
  transition: all 0.3s;
  white-space: nowrap;
}

.theme-btn-outline:hover {
  border-color: var(--ztc-bg-main-bg-4, #A1E934);
  color: var(--ztc-bg-main-bg-4, #A1E934) !important;
}

.header2-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}

.hero2-tags ul li {
  display: inline-block;
  color: #8d8d8d;
  font-weight: 700;
  margin-right: 10px;
}

.about2 .about2-images {
  height: auto;
}

.about2-images img,
.solution-images img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.about-mobile-only,
.formacao-mobile-only {
  display: none;
}

@media (max-width: 1024px) {
  .about-desktop-only,
  .formacao-desktop-only {
    display: none;
  }

  .about-mobile-only,
  .formacao-mobile-only {
    display: block;
  }
}

/* =====================================================
   Componentes novos — Reposicionamento (Discovery / Leads / Academy)
   ===================================================== */

/* --- Tríade (Discovery / Leads / Academy) --- */
.triad-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

@media (max-width: 991px) {
  .triad-grid {
    grid-template-columns: 1fr;
  }
}

.triad-card {
  background: var(--ztc-bg-bg-4, #1E182D);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 36px 30px;
  height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.triad-card:hover {
  transform: translateY(-6px);
  border-color: var(--ztc-bg-main-bg-4, #A1E934);
}

.triad-card .step-number {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ztc-bg-main-bg-4, #A1E934);
  margin-bottom: 14px;
}

.triad-card h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

.triad-card p {
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  margin-bottom: 20px;
}

.triad-card a.learn-more {
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-weight: 600;
  text-decoration: none;
}

.triad-card a.learn-more i {
  margin-left: 6px;
}

/* Variante de 4 colunas da triad-grid (áreas de solução na homepage) */
.triad-grid.triad-grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1199px) {
  .triad-grid.triad-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .triad-grid.triad-grid-4 {
    grid-template-columns: 1fr;
  }
}

/* Selo "Em breve" — adaptação do conceito .coming do tema (selo absoluto sobre o card),
   com o estilo de pill já usado no site (.assistant-mockup-badge) */
.triad-card {
  position: relative;
}

.triad-card .badge-soon {
  position: absolute;
  top: 18px;
  right: 18px;
  font-size: 11px;
  color: #0D0E10;
  background: var(--ztc-bg-main-bg-4, #A1E934);
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.triad-card.triad-card-soon {
  border-style: dashed;
  border-color: rgba(161, 233, 52, 0.35);
}

.triad-card.triad-card-soon:hover {
  transform: none;
}

/* --- O Ciclo --- */
.cycle-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  counter-reset: cycle;
}

.cycle-step {
  flex: 1 1 220px;
  max-width: 260px;
  text-align: center;
  padding: 0 18px;
  position: relative;
}

.cycle-step .cycle-badge {
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--ztc-bg-main-bg-4, #A1E934);
  color: #0D0E10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
}

.cycle-step h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.cycle-step p {
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  font-size: 15px;
}

.cycle-arrow {
  align-self: center;
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-size: 22px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .cycle-arrow {
    transform: rotate(90deg);
    padding: 10px 0;
  }
}

/* --- Caixas de honestidade / transparência --- */
.honesty-box,
.transparency-box {
  background: rgba(161, 233, 52, 0.06);
  border: 1px solid rgba(161, 233, 52, 0.35);
  border-left: 4px solid var(--ztc-bg-main-bg-4, #A1E934);
  border-radius: 12px;
  padding: 30px 32px;
}

.honesty-box h3,
.transparency-box h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.honesty-box p,
.transparency-box p {
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  margin-bottom: 12px;
}

.honesty-box p:last-child,
.transparency-box p:last-child {
  margin-bottom: 0;
}

/* --- Mockup do assistente (demonstração estática, sem IA real) --- */
.assistant-mockup {
  background: var(--ztc-bg-bg-4, #1E182D);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 26px;
  max-width: 460px;
  margin: 0 auto;
}

.assistant-mockup .assistant-mockup-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.assistant-mockup .assistant-mockup-header .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ztc-bg-main-bg-4, #A1E934);
}

.assistant-mockup .assistant-mockup-header span {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.assistant-mockup .assistant-mockup-badge {
  margin-left: auto;
  font-size: 11px;
  color: #0D0E10;
  background: var(--ztc-bg-main-bg-4, #A1E934);
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.assistant-bubble {
  border-radius: 14px;
  padding: 12px 16px;
  margin-bottom: 12px;
  font-size: 14.5px;
  line-height: 1.5;
  max-width: 88%;
}

.assistant-bubble.bot {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.assistant-bubble.user {
  background: var(--ztc-bg-main-bg-4, #A1E934);
  color: #0D0E10;
  margin-left: auto;
}

.assistant-mockup-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.assistant-mockup-suggestions span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  font-size: 12.5px;
  padding: 6px 12px;
  border-radius: 20px;
}

.assistant-mockup-note {
  text-align: center;
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  font-size: 13px;
  margin-top: 14px;
}

/* --- Grelha "o que inclui / para quem é" --- */
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: var(--ztc-text-pera-text-2, #D2D1D5);
}

.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--ztc-bg-main-bg-4, #A1E934);
  position: absolute;
  left: 0;
  top: 2px;
}

.cross-list li::before {
  content: "\f00d";
  color: #ff5c5c;
}

/* --- Insights / dashboard mockup (Leads) --- */
.insight-card {
  background: var(--ztc-bg-bg-4, #1E182D);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 24px;
  height: 100%;
}

.insight-card .insight-number {
  font-size: 32px;
  font-weight: 800;
  color: var(--ztc-bg-main-bg-4, #A1E934);
  margin-bottom: 6px;
}

.insight-card h5 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
}

.insight-card p {
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  font-size: 14px;
  margin: 0;
}

/* --- Feature card (grelhas de ícone+título+texto — substitui o mau uso de .item-box) --- */
.feature-card {
  background: var(--ztc-bg-bg-4, #1E182D);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 28px 26px;
  height: 100%;
  margin-top: 0 !important;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.feature-card:hover {
  border-color: var(--ztc-bg-main-bg-4, #A1E934);
  transform: translateY(-4px);
}

.feature-card .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background-color: rgba(161, 233, 52, 0.094);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.feature-card .icon i {
  font-size: 18px;
  color: var(--ztc-bg-main-bg-4, #A1E934) !important;
}

.feature-card h3 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
}

.feature-card p {
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  font-size: 15px;
  margin: 0;
}

/* --- Correção dos ícones de check (a fonte do tema é "Font Awesome 6 Pro") --- */
.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/* --- Subtítulos h3 dentro de heading2 herdam cor escura do tema; em páginas dark precisam de branco --- */
.comon-body .heading2 h3,
.body2 .heading2 h3 {
  color: var(--ztc-text-text-2, #fff);
}

/* --- Select "Em que podemos ajudar?" (contactos.html) --- */
.comon-body .contact-form-details .single-input select {
  padding: 16px;
  border: none;
  background-color: var(--ztc-bg-bg-5, #342F42);
  margin-bottom: 20px;
  border-radius: 4px;
  width: 100%;
  color: var(--ztc-bg-color-w, #fff);
  font-size: var(--f-fs-font-fs16, 16px);
  font-family: inherit;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

.comon-body .contact-form-details .single-input select:focus {
  outline: none;
}

.comon-body .contact-form-details .single-input select option {
  background-color: var(--ztc-bg-bg-5, #342F42);
  color: #fff;
}

/* Testemunhos: os nossos autores são longos (Nome · Cargo, setor). O template põe nome
   em baixo-esquerda e estrelas em baixo-direita na mesma linha — com nomes longos as
   estrelas ficavam por cima do texto. Empilhamos: nome em cima, selo de estrelas por baixo. */
.testimonial2 .tes2-slider .single-slider .bottom-area {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.testimonial2 .tes2-slider .single-slider .bottom-area .author a,
.testimonial2 .tes2-slider .single-slider .bottom-area .reating {
  position: static;
  bottom: auto;
  left: auto;
  right: auto;
  max-width: 100%;
}
.testimonial2 .tes2-slider .single-slider .bottom-area .author,
.testimonial2 .tes2-slider .single-slider .bottom-area .author a {
  text-align: left;
}
.testimonial2 .tes2-slider .single-slider .bottom-area .author a {
  line-height: 1.45;
}

/* Logo um pouco maior no header (pedido do cliente) */
.site-logo {
  max-width: 210px;
}
.header-area2 .site-logo img,
.header-area-all .site-logo img {
  width: 205px;
  height: auto;
}

/* Botões das áreas no hero (substituem os 2 CTAs, estilo pill do template) */
.hero2-area-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hero2-area-buttons .theme-btn-outline {
  font-size: 15px;
}

/* FAQ: aplicar o accordion escuro do tema também fora de .service-details-area-all
   (páginas academy, automação, presença digital e cursos online tinham o FAQ branco) */
.comon-body .faq-area-all .accordion {
  border: none;
  --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
  --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23ffffff"%3e%3cpath fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e);
}
.comon-body .faq-area-all .accordion .accordion-item {
  margin-top: 20px;
  border-radius: 7px;
  padding: 6px;
  background-color: #1A1B37;
  border: 1px solid #31314D;
}
.comon-body .faq-area-all .accordion .accordion-item button {
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-semibold);
  color: var(--ztc-text-text-2);
  background-color: #1A1B37;
}
.comon-body .faq-area-all .accordion .accordion-item button:focus {
  box-shadow: none;
}
.comon-body .faq-area-all .accordion .accordion-item .accordion-body {
  font-size: var(--f-fs-font-fs16);
  line-height: var(--f-fs-font-fs28);
  font-weight: var(--f-fw-regular);
  color: var(--ztc-text-pera-text-2);
  padding: 0px 16px 16px 16px;
  background-color: #1A1B37;
}
.comon-body .faq-area-all .accordion .accordion-button:not(.collapsed) {
  color: var(--ztc-text-text-1);
  background-color: #1A1B37;
  border: none;
  box-shadow: none;
}
.comon-body .faq-area-all .accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

/* Banner de Financiamento (homepage) — dark, on-brand, em vez do azul do template */
.fin-banner {
  background: linear-gradient(135deg, #1E182D 0%, #171233 100%);
  border: 1px solid rgba(161, 233, 52, 0.25);
  border-radius: 20px;
  padding: 52px 48px;
  position: relative;
  overflow: hidden;
}
.fin-banner::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(161, 233, 52, 0.14) 0%, rgba(161, 233, 52, 0) 70%);
  pointer-events: none;
}
.fin-banner .heading2 h2 {
  color: #fff;
}
.fin-banner .heading2 p {
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  margin-bottom: 0;
}
.fin-banner .badge-soon-inline {
  display: inline-block;
  background: var(--ztc-bg-main-bg-4, #A1E934);
  color: #0D0E10;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 4px 12px;
  border-radius: 20px;
}
.fin-banner-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .fin-banner-buttons {
    align-items: flex-end;
  }
}

/* Cards reutilizados em soluções, casos e formação: garantir contraste no tema escuro */
.comon-body .servcie2-box .heading2 h4,
.comon-body .servcie2-box .heading2 h4 a,
.body2 .servcie2-box .heading2 h4,
.body2 .servcie2-box .heading2 h4 a {
  color: var(--ztc-text-text-2, #fff);
}

.extra-course-toggle {
  border: 0;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  padding: 0 0 3px;
  text-decoration: underline;
  text-underline-offset: 5px;
  cursor: pointer;
  transition: color 0.25s ease;
}
.extra-course-toggle:hover,
.extra-course-toggle:focus-visible {
  color: var(--ztc-bg-main-bg-4, #A1E934);
}

/* Grelha uniforme dos percursos da homepage */
#ai-courses .course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-right: 0;
  margin-left: 0;
}
#ai-courses .course-grid > [class*="col-"] {
  width: auto;
  max-width: none;
  padding: 0;
}
#ai-courses .course-grid > [class*="col-"] > div:not(.servcie2-box) {
  height: 100%;
}
#ai-courses .course-grid .servcie2-box {
  width: 100%;
  height: 340px;
  margin-top: 0;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background-color: var(--ztc-bg-bg-4);
  transform: none;
}
#ai-courses .course-grid .servcie2-box:hover {
  border-color: var(--ztc-bg-main-bg-4, #A1E934);
  transform: translateY(-5px);
}
#ai-courses .course-grid .servcie2-box .icon {
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin-bottom: 24px;
  font-size: 20px;
}
#ai-courses .course-grid .servcie2-box .heading2 h4 {
  min-height: 56px;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
#ai-courses .course-grid .servcie2-box .heading2 h4 a {
  font: inherit;
  line-height: inherit;
}
#ai-courses .course-grid .servcie2-box .heading2 p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
#ai-courses .course-final-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 991px) {
  #ai-courses .course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  #ai-courses .course-grid {
    grid-template-columns: 1fr;
  }
  #ai-courses .course-grid .servcie2-box {
    height: auto;
    min-height: 0;
  }
  #ai-courses .course-grid .servcie2-box .heading2 h4 {
    min-height: 0;
  }
  #ai-courses .course-final-actions {
    flex-direction: column;
  }
}

/* Artigos editoriais do Blog */
.article-editorial {
  padding: 90px 0 110px;
}
.article-editorial .article-body {
  max-width: 820px;
  margin: 0 auto;
}
.article-editorial .article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 28px;
}
.article-editorial h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1.25;
  margin: 44px 0 16px;
}
.article-editorial h3 {
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
  margin: 30px 0 12px;
}
.article-editorial p,
.article-editorial li {
  color: var(--ztc-text-pera-text-2, #D2D1D5);
  font-size: 18px;
  line-height: 1.75;
}
.article-editorial ul,
.article-editorial ol {
  padding-left: 24px;
  margin: 16px 0 24px;
}
.article-editorial .article-lead {
  color: #fff;
  font-size: 21px;
  line-height: 1.65;
}
.article-source-box {
  margin-top: 48px;
  padding: 24px;
  border: 1px solid rgba(161, 233, 52, 0.28);
  border-radius: 12px;
  background: rgba(161, 233, 52, 0.05);
}
.article-source-box strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}
.article-source-box a {
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-weight: 700;
}

.inline-accent-link {
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.inline-accent-link:hover {
  color: #fff;
}

/* Botões principais e secundários com a mesma escala e alinhamento */
.theme-btn2,
.theme-btn-outline {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f-fs-font-fs18, 18px);
  line-height: 1;
  font-weight: 700;
  padding-top: 14px;
  padding-bottom: 14px;
  text-transform: none;
  vertical-align: middle;
}
.theme-btn-outline {
  padding-left: 22px;
  padding-right: 22px;
}
.theme-btn2 .arrow1 {
  margin-left: 14px;
}

/* O CTA do bloco de apoios segue a escala normal e fica sob o texto */
#financiamento-home .fin-banner .theme-btn2 {
  width: auto;
  max-width: max-content;
}

/* Em ecrãs sem hover, mostrar o painel original sem depender de um gesto inexistente. */
@media (hover: none) {
  .comon-body .project-page-box .heading2 {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Metadados clicáveis nos cartões de Casos e Conteúdos */
.blog .blog2-box .heading2 .tags .date {
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-weight: 600;
  transition: color 0.25s ease;
}
.blog .blog2-box .heading2 .tags .date:hover {
  color: var(--ztc-text-text-2, #fff);
}

.author-photo-placeholder {
  min-height: 520px;
  border: 1px solid rgba(161, 233, 52, 0.3);
  border-radius: 18px;
  background: radial-gradient(circle at 50% 30%, rgba(161, 233, 52, 0.18), transparent 38%), linear-gradient(145deg, #1E182D, #000120);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--ztc-text-pera-text-2, #D2D1D5);
}
.author-photo-placeholder i {
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-size: 72px;
}
.author-stat {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(161, 233, 52, 0.2);
  border-radius: 14px;
  background: #1E182D;
  text-align: center;
}
.author-stat strong {
  display: block;
  color: var(--ztc-bg-main-bg-4, #A1E934);
  font-size: 36px;
  line-height: 1.1;
  margin-bottom: 10px;
}
.author-stat span {
  color: var(--ztc-text-text-2, #fff);
}

/* --- Espaço entre os cards de percursos/feature-cards (estavam colados) --- */
.feature-card { margin-bottom: 24px; }
.row:has(.feature-card) { margin-left: -12px; margin-right: -12px; }
.row:has(.feature-card) > [class*="col-"] { padding-left: 12px; padding-right: 12px; }
