:root{--navy:#092b4b;--blue:#155eef;--teal:#0ea5a4;--ink:#132238;--muted:#667085;--line:#e2e9f1;--soft:#f5f8fc}*{box-sizing:border-box}html,body{margin:0}body{font-family:Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.site-header{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px clamp(18px,5vw,72px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgb(255 255 255 / .96);backdrop-filter:blur(12px);z-index:10}.brand{display:flex;align-items:center;gap:10px}.logo{width:38px;height:38px;border-radius:12px;background:var(--navy);color:#b9fff0;display:grid;place-items:center;font-weight:900}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.site-header nav{display:flex;gap:8px;align-items:center}.site-header nav a{padding:9px 12px;border-radius:10px;font-size:14px}.site-header nav a:hover,.site-header nav a.active{background:#edf6ff;color:#0b4f8a}.site-header nav .cta{background:var(--navy);color:#fff}.hero{background:linear-gradient(135deg,#0b2d4d,#155eef);color:#fff;padding:clamp(58px,8vw,110px) 20px}.hero-inner{max-width:980px;margin:auto}.eyebrow{font-size:11px;font-weight:900;letter-spacing:.13em;color:#61e6dd}.hero h1{font-size:clamp(36px,6vw,66px);line-height:1.02;margin:12px 0;max-width:940px}.hero p{font-size:18px;line-height:1.65;color:#dbe9ff;max-width:800px}.content-wrap{max-width:1180px;margin:auto;padding:48px 20px 70px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section-head .eyebrow{color:#0f766e}.section-head h2{font-size:32px;margin:6px 0 0}.section-head input{min-width:280px;border:1px solid var(--line);border-radius:12px;padding:11px 13px;font:inherit}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.blog-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgb(15 23 42 / .05);transition:.18s ease}.blog-card:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgb(15 23 42 / .09)}.blog-card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#edf3f8}.blog-card-body{padding:18px}.category{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#0f766e}.blog-card h3{font-size:21px;line-height:1.25;margin:8px 0}.blog-card p{color:var(--muted);line-height:1.6;font-size:14px}.meta{font-size:12px;color:#8a99ad;margin-top:15px}.read-more{display:inline-flex;margin-top:14px;color:#0b5ca8;font-weight:800;font-size:13px}.empty{text-align:center;padding:50px;color:var(--muted)}footer{padding:28px clamp(18px,5vw,72px);background:#081f35;color:#fff;display:flex;justify-content:space-between;gap:20px}footer span,footer a{display:block;color:#c8d7e7;font-size:13px;margin-top:5px}@media(max-width:900px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.site-header{position:static;align-items:flex-start}.site-header nav{display:none}.blog-grid{grid-template-columns:1fr}.section-head{align-items:stretch;flex-direction:column}.section-head input{min-width:0;width:100%}footer{flex-direction:column}.hero h1{font-size:40px}}