.hero-section{
    background: linear-gradient(135deg,#0f172a,#1e293b,#111827);
    padding:80px 30px;
    border-radius:20px;
    text-align:center;
    color:#fff;
    margin:20px auto;
}

.badge{
    display:inline-block;
    background:#ef4444;
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.hero-section h1{
    font-size:52px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
}

.hero-text{
    max-width:850px;
    margin:auto;
    font-size:20px;
    line-height:1.8;
    color:#e2e8f0;
}

.hero-subtext{
    margin-top:25px;
    font-size:16px;
    color:#cbd5e1;
}

.btn-primary{
    display:inline-block;
    margin-top:30px;
    padding:14px 35px;
    background:#ec4899;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    margin-right:10px;
}

.btn-primary:hover{
    opacity:.9;
}

.btn-secondary{
    display:inline-block;
    margin-top:30px;
    padding:14px 35px;
    background:transparent;
    border:2px solid #fff;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
}

.btn-secondary:hover{
    background:#fff;
    color:#111827;
}