.hero-section {
    background: #d8e2f1;
    padding: 90px 20px;
    text-align: center;
}

.hero-title {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-text {
    font-size: 1.15rem;
    color: #4a5568;
    max-width: 900px;
    margin: auto;
}

.btn-success-custom {
    background: #22c55e;
    border: none;
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 10px;
}

.btn-primary-custom {
    background: #2563eb;
    border: none;
    padding: 14px 28px;
    font-weight: 600;
    border-radius: 10px;
}

.feature-text {
    margin-top: 15px;
    color: #4a5568;
    font-size: 0.95rem;
}

.check {
    color: #22c55e;
    margin-right: 6px;
    font-weight: bold;
}
