html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff !important;
}
/* 🔥 FORCE PINK HERO */
.hero, .hero-section, section.hero {
    background: #fff !important;
}
.hero {
     background: #fff !important;
    min-height: 100vh;          /* full screen height */
    display: flex;
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */
    text-align: center;
    padding: 20px;
     
}

.hero-content {
    max-width: 900px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-sub {
    font-size: 18px;
    margin-bottom: 30px;
    color: #555;
}

.features h3 {
    margin-top: 25px;
}

.btn-primary,
.btn-secondary {
    display: inline-block;
    margin: 15px 10px;
    padding: 12px 28px;
    background: #5f6f7a;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
}

.btn-secondary {
    background: #333;
}
