.baaps-hero-overlay {
    background: linear-gradient(135deg, #001a3a 0%, #003677 50%, #0075FF 100%);
    padding: 60px 0 50px;
    color: #fff;
    text-align: center;
}
.baaps-hero-overlay h1 {
    font-family: 'sharp_sansextrabold';
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}
.baaps-hero-overlay .lead {
    font-family: 'argentum_sanslight';
    font-size: 1.15rem;
    color: rgba(255,255,255,0.9);
    max-width: 820px;
    margin: 0 auto 30px;
    line-height: 1.7;
}
.baaps-hero-overlay .btn-hero {
    background: #fff;
    color: #003677;
    font-family: 'sharp_sanssemibold';
    font-size: 17px;
    padding: 14px 40px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.25s ease;
    border: 2px solid #fff;
}
.baaps-hero-overlay .btn-hero:hover {
    background: transparent;
    color: #fff;
}
.baaps-countdown {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 30px 0 10px;
}
.baaps-countdown .cd-item {
    text-align: center;
}
.baaps-countdown .cd-num {
    font-family: 'sharp_sansextrabold';
    font-size: 42px;
    color: #fff;
    line-height: 1;
}
.baaps-countdown .cd-label {
    font-family: 'argentum_sanslight';
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}
.baaps-info-cards .info-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    height: 100%;
}
.baaps-info-cards .info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.baaps-info-cards .info-card .card-icon {
    width: 56px;
    height: 56px;
    background: rgba(0,117,255,0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
}
.baaps-info-cards .info-card .card-icon svg {
    width: 26px;
    height: 26px;
    fill: #0075FF;
}
.baaps-info-cards .info-card h4 {
    font-family: 'sharp_sanssemibold';
    font-size: 18px;
    margin-bottom: 8px;
}
.baaps-info-cards .info-card p {
    font-family: 'argentum_sanslight';
    font-size: 15px;
    color: #555;
    margin-bottom: 18px;
    line-height: 1.6;
}
.baaps-info-cards .card-btn {
    font-family: 'sharp_sanssemibold';
    font-size: 14px;
    color: #0075FF;
    text-decoration: none;
    border: 2px solid #0075FF;
    padding: 8px 24px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.2s ease;
}
.baaps-info-cards .card-btn:hover {
    background: #0075FF;
    color: #fff;
}
.baaps-highlights {
    background: #f8f9fb;
    padding: 70px 0;
}
.baaps-highlights .hl-item {
    text-align: center;
    padding: 20px 15px;
}
.baaps-highlights .hl-num {
    font-family: 'sharp_sansextrabold';
    font-size: 38px;
    color: #0075FF;
    line-height: 1;
    margin-bottom: 6px;
}
.baaps-highlights .hl-label {
    font-family: 'argentum_sansmedium';
    font-size: 15px;
    color: #333;
}
