/*!
 * Tema OrdiniPA — Stili dedicati alla homepage.
 *
 * Caricato SOLO su is_front_page() (vedi Assets::enqueueFrontend).
 * Affina i tre componenti che compongono la home:
 *   - it-hero-wrapper (template-parts/components/hero.php)
 *   - quick-access cards (template-parts/components/quick-access.php)
 *   - news-latest (template-parts/components/news-latest.php)
 */

/* -------------------------------------------------------------------------
 * HERO (it-hero-wrapper)
 * ------------------------------------------------------------------------- */
.oicf-home .it-hero-wrapper {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.oicf-home .it-hero-wrapper .display-4 {
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.oicf-home .it-hero-wrapper .lead {
  font-size: 1.125rem;
  line-height: 1.55;
  opacity: .92;
  max-width: 56ch;
}

.oicf-home .it-hero-wrapper .btn-light {
  font-weight: 600;
}

.oicf-home .it-hero-wrapper .btn-outline-light {
  font-weight: 600;
  border-width: 2px;
}

@media (min-width: 992px) {
  .oicf-home .it-hero-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

/* -------------------------------------------------------------------------
 * QUICK ACCESS (4 card icona)
 * ------------------------------------------------------------------------- */
.oicf-home #quick-access-title {
  font-weight: 700;
}

.oicf-home .card-wrapper > .card {
  transition: transform .2s ease, box-shadow .2s ease;
  border-radius: .5rem;
}

.oicf-home .card-wrapper > .card:hover,
.oicf-home .card-wrapper > .card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 .75rem 1.5rem rgba(0, 0, 0, .08);
}

.oicf-home .card-wrapper > .card .card-body {
  padding: 1.5rem;
}

.oicf-home .card-wrapper > .card .icon {
  color: var(--bs-primary, #0066CC);
}

.oicf-home .card-wrapper > .card .card-title {
  color: var(--bs-primary, #0066CC);
  font-weight: 600;
  margin-bottom: .5rem;
}

.oicf-home .card-wrapper > .card .card-text {
  font-size: .9375rem;
  line-height: 1.5;
  color: #5C6F82;
  margin-bottom: 0;
}

/* -------------------------------------------------------------------------
 * NEWS LATEST
 * ------------------------------------------------------------------------- */
.oicf-home section[aria-labelledby="news-latest-title"] {
  background: #f5f6f7;
}

.oicf-home #news-latest-title {
  font-weight: 700;
}

.oicf-home section[aria-labelledby="news-latest-title"] .btn-outline-primary {
  font-weight: 600;
}

/* -------------------------------------------------------------------------
 * Spacing equilibrato fra le sezioni della home
 * ------------------------------------------------------------------------- */
.oicf-home > section + section,
.oicf-home > .it-hero-wrapper + section {
  margin-top: 0;
}

.oicf-home section {
  scroll-margin-top: 4rem;
}
