:root{--orange:#ff8a00;--navy:#081a2f;--bg:#f4f7fb;--line:#dfe8f3;--text:#0b1b31;--muted:#5d7087}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}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}.nav a:hover{color:var(--orange)}.hero{padding:28px 0 48px}.hero-card{position:relative;border-radius:28px;overflow:hidden;min-height:430px;background:#07162a;box-shadow:0 26px 70px rgba(8,26,47,.20)}.hero-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,15,30,.82) 0%,rgba(4,15,30,.62) 42%,rgba(4,15,30,.08) 100%);z-index:1}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:2;max-width:610px;padding:52px 46px;color:#fff}.eyebrow{font-size:12px;letter-spacing:.15em;text-transform:uppercase;font-weight:950;color:var(--orange);margin-bottom:12px}.hero h1{font-size:clamp(42px,6vw,72px);line-height:.95;letter-spacing:-.055em;margin:0 0 16px;font-weight:1000}.hero p{font-size:16px;line-height:1.62;color:#e8f1fb;margin:0 0 20px}.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;box-shadow:0 14px 34px rgba(255,138,0,.28)}.btn-outline{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.28);color:#fff}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.hero-tags{display:flex;gap:14px;flex-wrap:wrap;margin-top:22px;color:#ffcb80;font-weight:800}.search-panel{max-width:920px;margin:-24px auto 0;position:relative;z-index:4;background:#fff;border:1px solid #e3ebf5;border-radius:20px;padding:8px;display:grid;grid-template-columns:1fr 185px auto;gap:8px;box-shadow:0 18px 45px rgba(9,24,45,.13)}.search-panel input,.search-panel select{border:0;border-radius:14px;padding:14px;font:inherit;background:white;color:#21344a}.section{padding:44px 0}.section-muted{background:#eaf0f6;padding:52px 0}.section-top{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-title{font-size:clamp(30px,4vw,50px);line-height:1.02;letter-spacing:-.045em;margin:0;color:var(--navy)}.section-desc{max-width:720px;color:var(--muted);line-height:1.65;margin:12px 0 0}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;min-height:145px;box-shadow:0 10px 28px rgba(15,23,42,.04)}.category-icon{font-size:23px;margin-bottom:10px}.category-title{font-size:17px;font-weight:950;margin:0 0 8px}.category-desc{font-size:13px;line-height:1.55;color:var(--muted);margin:0 0 10px}.category-count{font-size:13px;font-weight:950;color:#df7600}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 16px 38px rgba(15,23,42,.09)}.card-cover{position:relative;aspect-ratio:16/9;background:#0b213b;overflow:hidden}.card-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}.card-body{padding:17px}.meta{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#df7600;font-weight:950;margin-bottom:8px}.card h3{font-size:20px;line-height:1.15;margin:0 0 10px;letter-spacing:-.025em}.summary{font-size:14px;line-height:1.62;color:var(--muted);min-height:68px;margin:0 0 15px}.card-foot{display:flex;justify-content:space-between;color:#718096;font-size:12px;margin-bottom:14px}.cta{padding:50px 0}.cta-panel{border-radius:26px;padding:32px;background:linear-gradient(135deg,#071a32,#14365d);color:#fff;box-shadow:0 22px 60px rgba(8,26,47,.2)}.cta-panel h2{font-size:36px;letter-spacing:-.04em;line-height:1.05;margin:0 0 12px}.cta-panel p{color:#dce8f5;line-height:1.65;max-width:780px}.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}.hero-card{min-height:auto}.hero-content{padding:38px 26px}.search-panel{grid-template-columns:1fr}.category-grid,.featured-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.category-grid,.featured-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-tags{font-size:13px}}