
*{box-sizing:border-box}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:#172033;background:#f7f9fc;line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%}
.header{background:#fff;border-top:5px solid #0b63ce;box-shadow:0 12px 35px rgba(15,33,60,.08);position:sticky;top:0;z-index:99}
.header-inner{max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:18px 22px}
.logo img{width:245px;height:auto;display:block}
.nav{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.nav a{font-size:13px;font-weight:800;padding:9px 11px;border-radius:24px;color:#172033}
.nav a:hover,.nav a.active{background:#ff8a00;color:#fff}
.hero{min-height:660px;background:linear-gradient(90deg,rgba(9,24,51,.94),rgba(11,99,206,.82),rgba(255,138,0,.35)),url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=1800&q=80') center/cover no-repeat;display:flex;align-items:center;color:#fff}
.hero-inner{max-width:1240px;margin:auto;padding:95px 22px;width:100%}
.kicker{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.35);padding:9px 15px;border-radius:999px;font-weight:900;margin-bottom:18px}
.hero h1{font-size:64px;line-height:1.05;margin:0 0 22px;font-weight:950;max-width:850px}
.hero p{font-size:22px;max-width:780px;margin:0 0 32px;color:#eef5ff}
.btns{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-block;padding:15px 27px;border-radius:10px;font-weight:900}
.btn.primary{background:#ff8a00;color:#fff}
.btn.secondary{border:2px solid #fff;color:#fff}
.section{max-width:1240px;margin:auto;padding:78px 22px}
.section.alt{background:#fff;max-width:none}
.section.alt>.inner{max-width:1240px;margin:auto}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}
.section-title h2{font-size:40px;margin:0;color:#111b2f}
.section-title p{max-width:660px;margin:0;color:#627086}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card,.icon-card,.path,.content-box{background:#fff;border:1px solid #e8eef7;border-radius:20px;box-shadow:0 14px 34px rgba(15,33,60,.06)}
.card{overflow:hidden}
.card img{width:100%;height:220px;object-fit:cover;display:block}
.card-body{padding:25px}
.card h3,.icon-card h3,.path h3{margin:0 0 10px;color:#111b2f}
.card p,.icon-card p,.path p{margin:0;color:#5d6878}
.icon-card{padding:26px}
.icon-card .icon{font-size:36px;margin-bottom:12px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat{background:linear-gradient(160deg,#0b63ce,#081b3a);color:#fff;padding:30px;border-radius:20px;text-align:center}
.stat b{display:block;font-size:38px;color:#ffb347}
.path{border-left:6px solid #ff8a00;padding:24px}
.newsletter,.cta{background:linear-gradient(90deg,#081b3a,#0b63ce);color:#fff;border-radius:26px;padding:44px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.newsletter h2,.cta h2{margin:0 0 8px;font-size:36px}
.newsletter input{padding:15px;border:0;border-radius:9px;min-width:280px}
.newsletter button{padding:15px 22px;border:0;border-radius:9px;background:#ff8a00;color:#fff;font-weight:900}
.page-hero{background:linear-gradient(90deg,rgba(8,27,58,.94),rgba(11,99,206,.86)),url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;color:#fff;text-align:center;padding:95px 22px}
.page-hero h1{font-size:52px;margin:0 0 12px}
.page-hero p{font-size:18px;max-width:880px;margin:auto;color:#eef5ff}
.content{max-width:1120px;margin:auto;padding:66px 22px}
.content-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px;align-items:start}
.content-box{padding:30px}
.content-box h2{font-size:34px;margin:0 0 16px;color:#111b2f}
.content-box p{font-size:17px;color:#536174}
.side-box{background:#fff7ec;border:1px solid #ffd8a8;border-radius:20px;padding:26px}
.side-box h3{margin-top:0}
.check-list{padding:0;margin:18px 0 0;list-style:none}
.check-list li{padding:10px 0;border-bottom:1px solid #eef2f6;color:#4e5d70}
.check-list li:before{content:"✓";color:#0b63ce;font-weight:900;margin-right:10px}
.footer{background:#08111f;color:#fff;margin-top:50px}
.footer-inner{max-width:1240px;margin:auto;padding:54px 22px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px}
.footer img{width:175px;margin-bottom:12px}
.footer h3{color:#ffb347;margin-top:0}
.footer a{display:block;color:#d6dfec;margin:8px 0}
.copy{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;color:#c8d2e0}
@media(max-width:900px){
.header-inner{display:block;text-align:center}.nav{justify-content:center;margin-top:14px}.logo img{margin:auto}
.hero h1{font-size:42px}.hero p{font-size:19px}
.grid,.grid4,.stats,.footer-inner,.content-grid{grid-template-columns:1fr}
.section-title,.newsletter,.cta{display:block}.newsletter input{width:100%;margin:12px 0}.page-hero h1{font-size:36px}
}
