:root{--blue:#080b72;--blue2:#1118a0;--gold:#d9aa28;--light:#f6f8fc;--ink:#182033}
html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;color:var(--ink)}
.navbar{background:rgba(8,11,114,.97);padding:8px 0}.navbar-brand img{width:72px;height:72px;object-fit:contain;border-radius:50%}.nav-link{color:#fff!important;font-weight:600}.nav-link:hover{color:#f3d36a!important}
.btn-legacy{background:var(--gold);color:#fff;border:0;font-weight:800;padding:.8rem 1.3rem;border-radius:10px}.btn-legacy:hover{background:#b98d18;color:#fff}.btn-outline-legacy{border:1px solid #fff;color:#fff;font-weight:700;padding:.8rem 1.3rem;border-radius:10px}.btn-outline-legacy:hover{background:#fff;color:var(--blue)}
.hero{
    min-height:700px;display:flex;align-items:center;color:#fff;
    background:linear-gradient(100deg,rgba(5,8,89,.98),rgba(8,11,114,.72)),url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=2200&q=85') center/cover
}
.hero h1{
    font-size:clamp(2.7rem,2vw,5rem);
    font-weight:900;line-height:1.03;letter-spacing:-2px}.hero p{font-size:1.15rem;color:#e8eaff;max-width:720px}.eyebrow{letter-spacing:2px;font-size:.8rem;font-weight:800;color:#f3d36a;text-transform:uppercase}
.trust{background:#fff;box-shadow:0 12px 35px #14203c18;border-radius:18px;margin-top:-40px;position:relative;z-index:3}.trust div{padding:22px}.trust i{color:var(--blue);font-size:1.4rem}
.section{padding:95px 0}.light{background:var(--light)}.title{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--blue);line-height:1.08}.lead{color:#667085}
.about-img{width:100%;height:500px;object-fit:cover;border-radius:25px;box-shadow:0 20px 50px #14203c18}
.cardx{height:100%;background:#fff;border:1px solid #e5e8ef;border-radius:20px;overflow:hidden;box-shadow:0 12px 35px #14203c10;transition:.2s}.cardx:hover{transform:translateY(-6px)}.cardx img{width:100%;height:190px;object-fit:cover}.cardbody{padding:26px}.icon{width:54px;height:54px;border-radius:14px;background:#f7edcf;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:16px}.cardx h3{font-weight:850;color:var(--blue);font-size:1.25rem}
.stat,.plan,.testimonial{background:#fff;border:1px solid #e5e8ef;border-radius:18px;padding:25px;height:100%;box-shadow:0 8px 28px #14203c0d}.stat b{font-size:2rem;color:var(--blue)}
.impact,.cta{background:linear-gradient(115deg,var(--blue),var(--blue2));color:#fff;border-radius:28px;padding:60px}.step{text-align:center}.stepno{width:62px;height:62px;border-radius:50%;background:var(--blue);color:#fff;font-size:1.5rem;font-weight:900;display:flex;align-items:center;justify-content:center;margin:auto auto 18px;border:5px solid #e9ebff}
.accordion-button{font-weight:750;color:var(--blue)}.accordion-button:not(.collapsed){background:#eef0ff}
footer{background:#050746;color:#cfd3ff;padding:55px 0 25px}footer h5{color:#fff;font-weight:800}footer a{color:#cfd3ff;text-decoration:none}.footerlogo{width:80px;height:80px;border-radius:50%;object-fit:contain;background:#fff}
@media(max-width:768px){.hero{min-height:650px}.section{padding:65px 0}.about-img{height:330px}.trust{margin-top:-15px}}
