*{margin:0;padding:0;box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}
body{background:#eef2f6;color:#1f2937}
a{text-decoration:none;color:inherit}
.wrap{width:1200px;margin:0 auto}
.topbar{background:#101828;color:#cbd5e1;font-size:13px;border-bottom:3px solid #f59e0b}
.topbar .wrap{height:38px;display:flex;align-items:center;justify-content:space-between}
.toplinks{display:flex;gap:18px}
.header{background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.12)}
.head{height:112px;display:flex;align-items:center;gap:28px}
.logo{width:260px}.logo strong{display:block;color:#101828;font-size:28px}.logo span{display:block;color:#f59e0b;font-size:13px;font-weight:900;margin-top:4px}
.search{flex:1;display:flex;border:2px solid #d8dee8;background:#f8fafc;height:50px}
.search input{flex:1;border:0;background:transparent;padding:0 18px;font-size:15px;outline:none}
.search button{width:145px;border:0;background:#f59e0b;color:#101828;font-weight:900;cursor:pointer}
.head-btn{background:#101828;color:#fff;padding:15px 20px;font-weight:900}
.nav{background:#172033;color:#fff}.nav ul{height:52px;display:flex;align-items:center;list-style:none}
.nav a{display:block;padding:18px 20px;font-size:14px;font-weight:800;border-right:1px solid rgba(255,255,255,.08)}
.nav a:hover,.nav a.active{background:#f59e0b;color:#101828}
.hero{margin:20px 0;background:#101828;color:#fff;min-height:260px;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.18)}
.hero-text{padding:36px}.hero small,.section-title small{color:#f59e0b;font-weight:900;letter-spacing:2px}.hero h1{font-size:36px;line-height:1.15;margin:12px 0}.hero p{color:#d0d5dd;line-height:1.7}.hero img{width:100%;height:100%;object-fit:cover}
.layout{display:grid;grid-template-columns:260px 1fr;gap:22px;align-items:start}
.panel,.card,.table{background:#fff;border:1px solid #e5eaf2;box-shadow:0 16px 35px rgba(15,23,42,.08)}
.panel-title{background:#101828;color:#fff;padding:14px 16px;font-size:15px;font-weight:900;border-bottom:3px solid #f59e0b}
.cat-list{list-style:none}.cat-list a{display:flex;justify-content:space-between;padding:13px 16px;border-bottom:1px solid #eef2f6;color:#344054;font-size:14px}.cat-list a:hover{background:#fff7ed;color:#101828}
.section-title{display:flex;justify-content:space-between;align-items:end;margin:0 0 18px}.section-title h2{font-size:28px;color:#101828;margin-top:7px}.section-title a{color:#f59e0b;font-weight:900}
.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{padding:20px}.card .icon{width:60px;height:60px;background:#101828;color:#f59e0b;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:900;margin-bottom:16px}
.card h3{font-size:19px;margin-bottom:8px;color:#101828}.card p{font-size:14px;color:#667085;line-height:1.65;margin-bottom:12px}
.meta{display:flex;gap:8px;flex-wrap:wrap}.meta span{background:#eef2f6;color:#475467;font-size:12px;font-weight:800;padding:6px 8px}
.btn{display:inline-block;margin-top:12px;background:#101828;color:#fff;padding:11px 15px;font-size:13px;font-weight:900}.btn:hover{background:#f59e0b;color:#101828}
.table{margin-top:18px}.row{display:grid;grid-template-columns:1fr 130px 130px 110px;gap:12px;padding:15px 18px;border-bottom:1px solid #eef2f6;align-items:center;font-size:14px}.row strong{color:#101828}.badge{background:#e8f5ee;color:#027a48;font-weight:900;text-align:center;padding:7px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:22px}.text-block{background:#fff;padding:28px;border:1px solid #e5eaf2;box-shadow:0 16px 35px rgba(15,23,42,.08)}.text-block h2{font-size:30px;margin:8px 0 14px}.text-block p{color:#667085;line-height:1.75;margin-bottom:14px}.text-block ul{list-style:none}.text-block li{padding:9px 0;border-bottom:1px solid #eef2f6;font-weight:700}.text-block li:before{content:"✓";color:#f59e0b;margin-right:9px}
.form{background:#101828;padding:28px;box-shadow:0 18px 45px rgba(15,23,42,.18)}.form input,.form textarea{width:100%;padding:15px;margin-bottom:13px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.22);color:#fff;outline:none}.form textarea{height:135px;resize:none}.form button{border:0;background:#f59e0b;color:#101828;padding:15px 28px;font-weight:900;cursor:pointer}
.footer{margin-top:38px;background:#101828;color:#cbd5e1;padding:34px 0 18px}.foot{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px}.footer h3{color:#f59e0b;margin-bottom:14px}.footer p,.footer a{font-size:14px;line-height:1.8}.footer ul{list-style:none}.copy{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:16px;text-align:center;font-size:13px;color:#98a2b3}
@media(max-width:1220px){.wrap{width:96%}}
@media(max-width:800px){.head{height:auto;padding:20px 0;flex-direction:column;align-items:stretch}.logo{text-align:center;width:auto}.nav ul{height:auto;flex-wrap:wrap}.layout,.hero,.grid,.grid-3,.split,.foot{grid-template-columns:1fr}.row{grid-template-columns:1fr}.head-btn{text-align:center}}
