/* ================================
   Bootstrap overrides + layout
   ================================ */

body {
    /* font-family: Arial, sans-serif; */
    color: #222;
    background: #fff;
}

/* Hero */
.hero {
    background: white;
}

.hero h1 {
    font-size: 2.4rem;
    font-weight: bold;
}

.btn-action {
    padding: 10px 18px;
    font-size: 1rem;
    border-radius: .4rem;
}

/* Alert */
.alert {
    font-size: 1rem;
    border-radius: .3rem;
    text-align: center;
}

/* Section titles */
.section-title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

/* Info list */
.list-info li {
    margin-bottom: .75rem;
    font-size: 1rem;
}

/* Spacing helpers */
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.bg-light {
    background: #f8f9fa !important;
}

/* Responsive button spacing */
@media (max-width: 768px) {
    .btn-action {
        width: 100%;
    }
}
