/* Pagina: Visto Turistico Australia
 * Creata: 2026-03-19 da Claude
 * Descrizione: Guida completa sul visto turistico per l'Australia
 */

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

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

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

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

.widget-article__subheading {
    font-size: 20px;
    font-weight: 700;
    color: #1f5184;
    margin-top: 32px;
    margin-bottom: 12px;
}

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

.widget-article__link {
    color: #1f5184;
    text-decoration: underline;
    font-weight: 600;
}

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

.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: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.7;
}

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

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

/* ============================================
   CALLOUT BOX — important notices
   ============================================ */
.widget-article__callout {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 8px;
    padding: 20px 24px;
    margin: 24px 0;
}

.widget-article__callout-title {
    font-size: 16px;
    font-weight: 700;
    color: #856404;
    margin-bottom: 8px;
}

.widget-article__callout p {
    font-size: 14px;
    color: #856404;
    margin-bottom: 0;
    line-height: 1.7;
}

/* ============================================
   SERVICE CARD — product/service highlight
   ============================================ */
.widget-service-card {
    background: #ffffff;
    border: 2px solid #dee2e6;
    border-radius: 12px;
    padding: 32px;
    max-width: 700px;
    margin: 0 auto;
    transition: box-shadow 0.3s ease;
}

.widget-service-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.widget-service-card--highlight {
    border-color: #1f5184;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    margin-top: 32px;
}

.widget-service-card__title {
    font-size: 22px;
    font-weight: 700;
    color: #1f5184;
    margin-bottom: 12px;
}

.widget-service-card__text {
    font-size: 15px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ============================================
   VISA TYPES — card list
   ============================================ */
.widget-visa-types {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
}

.widget-visa-type {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 24px;
    border-left: 4px solid #1f5184;
}

.widget-visa-type__title {
    font-size: 17px;
    font-weight: 700;
    color: #1f5184;
    margin-bottom: 8px;
}

.widget-visa-type__desc {
    font-size: 14px;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ============================================
   SUMMARY TABLE — key-value pairs
   ============================================ */
.widget-summary {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.widget-summary__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 14px 20px;
    border-bottom: 1px solid #f0f0f0;
    gap: 16px;
}

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

.widget-summary__item:nth-child(even) {
    background: #f8f9fa;
}

.widget-summary__label {
    font-size: 14px;
    font-weight: 600;
    color: #1f5184;
    flex-shrink: 0;
    min-width: 140px;
}

.widget-summary__value {
    font-size: 14px;
    color: #212529;
    text-align: right;
    line-height: 1.6;
}

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

/* ============================================
   TESTIMONIALS
   ============================================ */
.widget-testimonials {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
}

.widget-testimonial {
    background: #ffffff;
    border-radius: 12px;
    padding: 28px;
    border-left: 4px solid #28a745;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    margin: 0;
}

.widget-testimonial p {
    font-size: 15px;
    color: #212529;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 12px;
}

.widget-testimonial footer {
    font-size: 14px;
    color: #6c757d;
}

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

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

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

    .widget-article__intro p {
        font-size: 18px;
    }

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

    .widget-summary__label {
        min-width: 220px;
    }
}

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

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

    .widget-testimonials {
        grid-template-columns: repeat(4, 1fr);
    }
}
