/* ============================
   Auvisa - Visto Belgio Landing Page
   Page-specific styles only
   ============================ */

/* --- Hero overrides --- */
.hero {
    background-image: url('/assets/images/visto-belgio/hero.jpg');
}

/* --- Image break sections --- */
.section--img-break {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #ffffff;
}

.visto-belgio__img {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    border-radius: 0.75rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}

/* ============================
   Tablet (768px+)
   ============================ */
