:root{--orange:#ff8a00;--navy:#081a2f;--bg:#f4f7fb;--line:#dfe8f3;--text:#0b1b31;--muted:#607287}
*{box-sizing:border-box} body{margin:0;background:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text)}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 20px}
.topbar{background:#fff;border-bottom:1px solid #e7eef7;position:sticky;top:0;z-index:50}.topbar-inner{height:76px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px;font-weight:900}.brand-logo{width:38px;height:38px;border-radius:12px;background:var(--orange);display:grid;place-items:center;color:#111}.brand-sub{font-size:11px;color:#718096;font-weight:700;margin-top:2px}.nav{display:flex;gap:22px;font-weight:850;font-size:14px}
.hero{background:linear-gradient(135deg,#071a32,#14365d);color:white;padding:56px 0}.eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:950;color:var(--orange);margin-bottom:12px}
.hero h1{font-size:clamp(38px,6vw,70px);line-height:.98;letter-spacing:-.055em;margin:0 0 14px}.hero p{max-width:780px;color:#dce8f5;line-height:1.65;margin:0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 18px;font-weight:950;border:1px solid transparent}.btn-primary{background:var(--orange);color:#101010}.btn-outline{border-color:rgba(255,255,255,.28);color:#fff;background:rgba(255,255,255,.07)}.btn-light{border-color:#dfe8f3;background:#fff;color:#10233d}
.section{padding:44px 0}.section-title{font-size:clamp(30px,4vw,52px);letter-spacing:-.045em;line-height:1.02;margin:0}.section-desc{max-width:740px;color:var(--muted);line-height:1.65;margin:12px 0 0}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:26px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 16px 38px rgba(15,23,42,.08)}
.cover{position:relative;aspect-ratio:16/9;background:#0b213b;overflow:hidden}.cover img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:12px;top:12px;background:var(--orange);color:#111;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:950}.body{padding:18px}.meta{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#df7600;font-weight:950;margin-bottom:8px}.body h3{font-size:21px;line-height:1.15;margin:0 0 10px}.summary{font-size:14px;line-height:1.62;color:var(--muted);min-height:64px;margin:0 0 15px}.foot{display:flex;justify-content:space-between;color:#718096;font-size:12px;margin-bottom:14px}
.empty{background:white;border:1px dashed #c9d6e4;border-radius:22px;padding:30px;margin-top:26px;color:var(--muted);line-height:1.65}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;min-height:130px}.category-icon{font-size:23px;margin-bottom:10px}.category-title{font-weight:950;margin-bottom:8px}.category-desc{font-size:13px;color:var(--muted);line-height:1.5}
.footer{padding:25px 0 50px;color:#718096;font-size:13px}@media(max-width:900px){.topbar-inner{height:auto;padding:14px 0;display:block}.nav{margin-top:12px;flex-wrap:wrap}.grid,.category-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.grid,.category-grid{grid-template-columns:1fr}.hero h1{font-size:42px}}