/* Pagina: Chi Siamo
 * Creata: 2026-03-19 da Claude
 * Descrizione: Pagina informativa aziendale
 */

/* ============================================
   HERO OVERRIDES
   ============================================ */
.chi-siamo .hero {
    background-image: url('/assets/images/chi-siamo/hero.jpg');
    min-height: 360px;
}

/* ============================================
   ABOUT CONTENT
   ============================================ */
.widget-about {
    max-width: 800px;
    margin: 0 auto;
}

.widget-about__block {
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #eef0f3;
}

.widget-about__block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-about__heading {
    font-size: 22px;
    font-weight: 700;
    color: #1f5184;
    margin-bottom: 12px;
    line-height: 1.3;
}

.widget-about p {
    font-size: 15px;
    color: #212529;
    line-height: 1.8;
    margin-bottom: 0;
}

/* ============================================
   ABOUT IMAGES
   ============================================ */
.widget-about__image {
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.widget-about__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.widget-about__link {
    color: #1f5184;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.widget-about__link:hover {
    color: #183e65;
}

/* ============================================
   RELATED PAGES
   ============================================ */
.widget-about__related {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-about__related li {
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
    font-size: 15px;
}

.widget-about__related li:last-child {
    border-bottom: none;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner--chi-siamo {
    background-image: linear-gradient(rgba(31, 81, 132, 0.9), rgba(31, 81, 132, 0.95)), url('/assets/images/chi-siamo/hero.jpg');
    background-size: cover;
    background-position: center;
}

/* ============================================
   RESPONSIVE — Tablet (768px+)
   ============================================ */
@media (min-width: 768px) {

    .widget-about__heading {
        font-size: 26px;
    }

    .widget-about p {
        font-size: 16px;
    }
}

/* ============================================
   RESPONSIVE — Desktop (1024px+)
   ============================================ */
