* { box-sizing: border-box; } body {margin: 0;}.cat-hero{box-sizing:border-box;padding:32px 0 24px;background:linear-gradient(135deg,#1A3A8F 0%,#0D1F4B 100%);color:#fff;position:relative;overflow:hidden;}.cat-hero .container{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 16px;}.cat-hero-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;flex-wrap:wrap;}.cat-hero-text{max-width:640px;}.cat-hero h1{font-weight:800;margin:0 0 8px;font-size:22px;color:#fff;}.cat-hero h1 span{color:#E89600;}.cat-hero-desc{font-size:14px;color:rgba(255,255,255,.75);line-height:1.6;margin:0 0 14px;}.cat-hero-cta{display:inline-block;background:#E89600;color:#1E2629;font-size:13.5px;font-weight:700;padding:10px 20px;border-radius:50px;text-decoration:none;}.cat-hero-cta:hover{background:#FFA400;}.cat-hero-stats{display:flex;gap:28px;align-items:flex-end;}.cat-stat{text-align:center;}.cat-stat-num{font-size:20px;font-weight:800;color:#E89600;}.cat-stat-label{font-size:11.5px;color:rgba(255,255,255,.65);}@media (max-width:760px){.cat-hero-stats{display:none;}}