*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#172033;background:#f6f8fc;line-height:1.6}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;background:#173b82;box-shadow:0 4px 18px rgba(0,0,0,.12)}.nav{max-width:1180px;margin:auto;padding:0 24px;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{color:#fff;font-weight:800;font-size:20px;letter-spacing:-.4px}.brand small{display:block;font-size:9px;letter-spacing:1.3px;font-weight:700;opacity:.78}.nav-links{display:flex;align-items:center;gap:22px;color:#fff;font-size:14px;font-weight:650}.nav-links a:hover{color:#dce8ff}.back{color:#dbe7ff;font-size:13px}.hero{background:linear-gradient(135deg,#0d1f45,#173b82);color:#fff;padding:76px 24px 72px}.hero-inner{max-width:1180px;margin:auto}.kicker{display:inline-block;padding:7px 13px;border:1px solid rgba(255,255,255,.25);border-radius:999px;color:#bcd2ff;background:rgba(79,141,247,.13);font-size:12px;font-weight:800;letter-spacing:1px;text-transform:uppercase}h1{font-size:clamp(36px,5vw,58px);line-height:1.05;letter-spacing:-2px;margin:20px 0 16px}.hero p{max-width:760px;color:#dce6fb;font-size:18px;margin:0}.container{max-width:1180px;margin:auto;padding:52px 24px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2{margin:0;font-size:28px;letter-spacing:-.7px}.section-head p{margin:4px 0 0;color:#63708a}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{background:#fff;border:1px solid #e4e9f2;border-radius:16px;padding:24px;box-shadow:0 12px 32px rgba(20,43,90,.08);transition:.2s transform,.2s box-shadow}.card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(20,43,90,.12)}.icon{width:42px;height:42px;border-radius:12px;background:#eaf1ff;color:#173b82;display:grid;place-items:center;font-weight:900;margin-bottom:15px}.card h3{margin:0 0 7px;font-size:19px}.card p{margin:0 0 16px;color:#63708a;font-size:14px}.card ul{margin:0;padding-left:19px;color:#46536b;font-size:14px}.card li{margin:5px 0}.btn{display:inline-flex;align-items:center;gap:8px;background:#173b82;color:#fff;padding:10px 14px;border-radius:9px;font-size:13px;font-weight:750;margin-top:16px}.search{width:100%;border:1px solid #e4e9f2;border-radius:12px;padding:14px 16px;font-size:15px;outline:none;background:#fff;margin-bottom:24px}.search:focus{border-color:#4f8df7;box-shadow:0 0 0 3px rgba(79,141,247,.12)}.notice{background:#eef5ff;border-left:4px solid #4f8df7;padding:16px 18px;border-radius:8px;color:#34425d;margin:24px 0}.resource-list{display:grid;gap:12px}.resource{background:#fff;border:1px solid #e4e9f2;border-radius:12px;padding:17px 19px;display:flex;justify-content:space-between;align-items:center;gap:18px}.resource strong{display:block}.resource span{color:#63708a;font-size:13px}.resource a{color:#173b82;font-weight:750;font-size:13px;white-space:nowrap}.cta{margin-top:46px;padding:34px;border-radius:18px;background:#173b82;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:20px}.cta p{color:#dbe6fb;margin:5px 0 0}.cta .btn{background:#f5b51b;color:#1c2b4a}footer{background:#0c1b3a;color:#c7d2e9;padding:28px 24px;margin-top:30px}.footer-inner{max-width:1180px;margin:auto;display:flex;justify-content:space-between;gap:20px;font-size:13px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}}@media(max-width:600px){.grid{grid-template-columns:1fr}.hero{padding:56px 20px}.container{padding:40px 20px}.resource{align-items:flex-start;flex-direction:column}.cta{flex-direction:column;align-items:flex-start}.footer-inner{flex-direction:column}}