/**
 * CTA «Si quieres entender dragonSAC rápido» → /triptico
 * Ámbito: .folleto-quick-cta-host (tokens con fallback por si la página no define --radius-xl, etc.)
 */
.folleto-quick-cta-host {
  --fq-radius-xl: var(--radius-xl, 40px);
  --fq-shadow-medium: var(--shadow-medium, 0 8px 32px rgba(44, 62, 90, 0.08));
  --fq-shadow-soft: var(--shadow-soft, 0 2px 12px rgba(44, 62, 90, 0.06));
  --fq-shadow-glow: var(--shadow-glow, 0 4px 20px rgba(92, 146, 255, 0.3));
  --fq-transition: var(--transition-medium, all 0.3s ease);
}

.folleto-quick-cta-host .landing-folleto-cta-wrap {
  margin-top: clamp(28px, 5vw, 44px);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.folleto-quick-cta-host .landing-folleto-cta {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 22px);
  padding: clamp(16px, 2.5vw, 22px) clamp(18px, 3vw, 26px);
  border-radius: var(--fq-radius-xl);
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, rgba(92, 146, 255, 0.14), rgba(208, 229, 255, 0.65));
  border: 1px solid rgba(92, 146, 255, 0.35);
  box-shadow: var(--fq-shadow-medium), 0 0 0 1px rgba(255, 255, 255, 0.7) inset;
  transition: var(--fq-transition);
}

.folleto-quick-cta-host .landing-folleto-cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--fq-shadow-glow), var(--fq-shadow-medium);
  border-color: rgba(92, 146, 255, 0.55);
}

.folleto-quick-cta-host .landing-folleto-cta-icon {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: clamp(52px, 12vw, 64px);
  height: clamp(52px, 12vw, 64px);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(92, 146, 255, 0.25);
  box-shadow: var(--fq-shadow-soft);
}

.folleto-quick-cta-host .landing-folleto-cta-icon img {
  width: 78%;
  height: auto;
  object-fit: contain;
  display: block;
}

.folleto-quick-cta-host .landing-folleto-cta-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.folleto-quick-cta-host .landing-folleto-cta-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.folleto-quick-cta-host .landing-folleto-cta-title {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 600;
  color: var(--stone-900);
  line-height: 1.25;
}

.folleto-quick-cta-host .landing-folleto-cta-desc {
  font-size: 0.95rem;
  color: var(--stone-600);
  line-height: 1.45;
}

.folleto-quick-cta-host .landing-folleto-cta-go {
  flex-shrink: 0;
  font-size: 2rem;
  color: var(--terracotta);
  line-height: 1;
}

@media (max-width: 520px) {
  .folleto-quick-cta-host .landing-folleto-cta {
    flex-wrap: wrap;
  }

  .folleto-quick-cta-host .landing-folleto-cta-go {
    width: 100%;
    text-align: right;
    font-size: 1.75rem;
  }
}

/* Mayor relieve en páginas de marketing (no landing municipal principal) */
.folleto-quick-cta-host--spotlight {
  margin-top: clamp(20px, 4vw, 36px);
  margin-bottom: clamp(8px, 2vw, 20px);
  padding: clamp(14px, 2.5vw, 22px);
  border-radius: var(--fq-radius-xl);
  background: linear-gradient(160deg, rgba(92, 146, 255, 0.12), rgba(255, 255, 255, 0.55));
  border: 2px solid rgba(92, 146, 255, 0.42);
  box-shadow:
    0 14px 44px rgba(44, 62, 90, 0.14),
    0 0 0 1px rgba(255, 255, 255, 0.85) inset,
    0 0 48px rgba(92, 146, 255, 0.12);
}

.folleto-quick-cta-host--spotlight .landing-folleto-cta-wrap {
  margin-top: 0;
}
