/* Shared styles — all inner pages */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',system-ui,sans-serif;background:#F4F7FB;color:#1A1A1A;line-height:1.5}
a{color:inherit;text-decoration:none}
.wrap{max-width:1200px;margin:0 auto;padding:0 20px}
.nav{background:#fff;border-bottom:1px solid #E2E8F0;position:sticky;top:0;z-index:50}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between}
.logo{display:flex;align-items:center;gap:10px}
.logo-mark{width:32px;height:32px;background:#1E40AF;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-text{font-size:16px;font-weight:800;color:#1A1A1A}
.logo-text span{display:none}
@media(min-width:480px){.logo-text span{display:inline}}
.nav-links{display:none;gap:24px}
@media(min-width:768px){.nav-links{display:flex}}
.nav-links a{font-size:14px;font-weight:500;color:#64748B}
.nav-links a:hover{color:#1A1A1A}
.nav-links a.active{color:#1E40AF;font-weight:700}
.nav-btn{background:#1E40AF;color:#fff;font-size:13px;font-weight:700;padding:8px 16px;border-radius:6px;white-space:nowrap}
footer{background:#0F172A;padding:40px 0}
.footer-inner{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}
@media(min-width:640px){.footer-inner{flex-direction:row;justify-content:space-between;text-align:left}}
.footer-brand{font-size:15px;font-weight:700;color:#fff}
.footer-brand span{display:block;font-size:13px;font-weight:400;color:rgba(255,255,255,0.35);margin-top:3px}
.footer-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
@media(min-width:640px){.footer-links{justify-content:flex-end}}
.footer-links a{font-size:14px;color:rgba(255,255,255,0.4)}
.footer-links a:hover{color:rgba(255,255,255,0.8)}
.page-hero{background:#1E3A8A;padding:48px 20px}
.page-hero-inner{max-width:800px;margin:0 auto}
.page-hero h1{font-size:clamp(28px,4vw,40px);font-weight:900;color:#fff;letter-spacing:-0.02em;margin-bottom:10px}
.page-hero p{font-size:16px;color:rgba(255,255,255,0.65);line-height:1.6;max-width:560px}
.page-body{max-width:800px;margin:0 auto;padding:48px 20px}
