/* --- Section annexe Fulli --- */
.kc-aux{
  margin-top: 24px;
  padding: 24px 0 0;
  border-top: 1px solid var(--card-border);
}

.kc-aux-cta{
  display: block;
  width: 100%;
  text-align: center;
  background: var(--fulli-primary-600);
  color: #fff;
  font-weight: 700;
  letter-spacing: .2px;
  height: 44px;
  line-height: 44px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 91, 172, .18);
}
.kc-aux-cta:hover{ background: var(--fulli-primary-600); }
.kc-aux-cta-arrow{ margin-left: 6px; opacity: .9; }

.kc-aux-links{
  list-style: none;
  padding: 14px 0 0;
  margin: 0;
  display: grid;
  gap: 10px;
  text-align: center;
}
.kc-aux-links a{
  color: var(--fulli-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}
.kc-aux-links a:hover{ color: var(--fulli-primary-600); }

/* RWD : aérer un peu sur mobile */
@media (max-width:640px){
  .kc-aux{ padding-top: 16px; }
  .kc-aux-cta{ height: 46px; line-height: 46px; }
}