/* Pagina: Lavorare e Studiare in Australia
 * Creata: 2026-03-19 da Claude
 * Descrizione: Guida al Working Holiday Visa Australia
 */

/* ============================================
   HERO OVERRIDES
   ============================================ */
.lavorare-studiare-australia .hero {
    background-image: url('/assets/images/lavorare-studiare-australia/hero.jpg');
}

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

.widget-article__heading {
    font-size: 26px;
    font-weight: 700;
    color: #1f5184;
    margin-bottom: 20px;
    line-height: 1.3;
}

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

.widget-article__image {
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
}

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

.widget-article__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.widget-article__list li {
    font-size: 15px;
    color: #212529;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.7;
    padding-left: 24px;
    position: relative;
}

.widget-article__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
}

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

.widget-article__list strong {
    color: #1f5184;
}

/* ============================================
   WHV BENEFITS — icon list
   ============================================ */
.widget-whv-benefits {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0 32px;
}

.widget-whv-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #28a745;
}

.widget-whv-benefit__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
}

.widget-whv-benefit__icon svg {
    width: 100%;
    height: 100%;
}

.widget-whv-benefit__text {
    font-size: 15px;
    color: #212529;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   PRICE BOX
   ============================================ */
.widget-price-box {
    background: #ffffff;
    border: 2px solid #1f5184;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    max-width: 400px;
    margin: 32px auto 0;
}

.widget-price-box__label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.widget-price-box__amount {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #1f5184;
    line-height: 1.2;
    margin-bottom: 8px;
}

.widget-price-box__note {
    display: block;
    font-size: 13px;
    color: #6c757d;
}

/* ============================================
   CTA BANNER
   ============================================ */
.cta-banner--lsa {
    background-image: linear-gradient(rgba(31, 81, 132, 0.88), rgba(31, 81, 132, 0.92)), url('/assets/images/lavorare-studiare-australia/hero.jpg');
    background-size: cover;
    background-position: center;
}

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

    .widget-article__heading {
        font-size: 32px;
    }

    .widget-whv-benefits {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .widget-price-box__amount {
        font-size: 48px;
    }
}

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

    .widget-article__heading {
        font-size: 36px;
    }
}
