/* =========================================================
   Acessos rápidos (cards) – versão final limpa (Titan)
   ========================================================= */
.t4-module.module-mosaicos {
    padding: 0 0 30px 0 !important;
}

.t4-section:has(.module-mosaicos) {
  border-bottom: 0;    
}

.jf-quick {
  margin-top: 1.5rem;
}

.jf-quick__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.jf-quick__grid i.fa {
  font-size: 3em;
}

/* Card base */
.t4-wrapper .jf-quick .jf-quick__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 2.5rem 2rem;
  min-height: 120px;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}

/* Anti-reset Titan / Bootstrap */
.t4-wrapper .jf-quick .jf-quick__card:hover,
.t4-wrapper .jf-quick .jf-quick__card:focus,
.t4-wrapper .jf-quick .jf-quick__card:active {
  color: #fff;
  text-decoration: none;
}

.t4-wrapper .jf-quick .jf-quick__card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.95);
  outline-offset: 4px;
}

.jf-quick__body {
  min-width: 0;
}

/* Tipografia */
.t4-wrapper .jf-quick .jf-quick__title {
  margin: 0 0 0.4rem;
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.t4-wrapper .jf-quick .jf-quick__desc {
  margin: 0;
  font-weight: 600;
  font-size: clamp(0.95rem, 1.4vw, 1.05rem);
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA */
.t4-wrapper .jf-quick .jf-quick__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;

  padding: 0.6rem 0.9rem;
  border-radius: 0.65rem;

  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);

  font-weight: 800;
  font-size: 0.95rem;
  line-height: 1;
  color: #fff;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}

.t4-wrapper .jf-quick .jf-quick__arrow {
  font-size: 1.15rem;
  line-height: 1;
}

/* Hover */
.t4-wrapper .jf-quick .jf-quick__card:hover {
  filter: brightness(1.04);
}

.t4-wrapper .jf-quick .jf-quick__card:hover .jf-quick__cta {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.30);
}

/* =========================================================
   Marca de água (TEXTURA) – única e visível
   ========================================================= */

.t4-wrapper .jf-quick .jf-quick__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;

  background-image:
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.10) 0,
      rgba(255, 255, 255, 0.10) 2px,
      transparent 2px,
      transparent 10px
    );

  opacity: 0.55;
}

/* Conteúdo acima da textura */
.t4-wrapper .jf-quick .jf-quick__body,
.t4-wrapper .jf-quick .jf-quick__cta {
  position: relative;
  z-index: 2;
}

/* =========================================================
   Gradients – UM DE CADA COR
   ========================================================= */

.t4-wrapper .jf-quick .jf-quick__card--1 {
  background-image: linear-gradient(135deg, #0b2b5a, #134a84);
}

.t4-wrapper .jf-quick .jf-quick__card--2 {
    background-image: linear-gradient(135deg, #1db530, #2c801a);
}

.t4-wrapper .jf-quick .jf-quick__card--3 {
	background-image: linear-gradient(135deg, #a71b13, #7f1f07);
}

.t4-wrapper .jf-quick .jf-quick__card--4 {
	background-image: linear-gradient(135deg, #a52895, #5b0952);
}

/* =========================================================
   Responsivo
   ========================================================= */

@media (max-width: 991.98px) {
  .jf-quick__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .t4-wrapper .jf-quick .jf-quick__cta {
    padding: 0.5rem 0.7rem;
    font-size: 0.9rem;
  }
}

.t4-col:has(.module-mosaicos) {
    padding: 0px 0 40px 0;
}
