body{
    background:#f8fafc;
    color:#1e293b;
}

.hero{
    background:linear-gradient(135deg,#0f172a,#1e293b);
    color:#fff;
    padding:70px 0;
}

.hero h1{
    font-weight:700;
}

.section-card{
    background:#fff;
    border:1px solid #e2e8f0;
    border-radius:18px;
    padding:35px;
    margin-bottom:25px;
    box-shadow:0 10px 30px rgba(15,23,42,.05);
}

.section-card h2{
    font-size:1.45rem;
    font-weight:700;
}

.company-box{
    background:#eff6ff;
    border:1px solid #bfdbfe;
    border-radius:14px;
    padding:20px;
}