:root{--ink:#17324d;--muted:#687b8c;--line:#dbe5ec;--blue:#1667a8;--teal:#0b8c88;--pale:#eef7fa;--white:#fff;--shadow:0 16px 40px rgba(22,61,91,.1)}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:15px/1.6 Arial,sans-serif;background:#f7fafc}a{color:inherit;text-decoration:none}.notice-bar{background:#123654;color:#dcecf5;text-align:center;padding:7px 16px;font-size:12px}.header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.header-inner{max-width:1180px;margin:auto;min-height:76px;display:flex;align-items:center;gap:28px;padding:12px 22px}.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand-mark{width:38px;height:38px;border-radius:10px;background:var(--teal);color:white;display:grid;place-items:center;font-weight:bold}.brand strong{display:block;font-size:18px}.brand small{display:block;color:var(--muted);font-size:10px}.nav{display:flex;gap:20px;flex:1}.nav a{font-weight:bold;color:#476173;font-size:14px}.nav a:hover,.text-link{color:var(--blue)}.header-tools{display:flex;gap:7px}.header-tools select{border:1px solid var(--line);padding:8px;border-radius:5px;background:#fff;color:var(--ink)}main{min-height:650px}.home-hero{max-width:1180px;margin:auto;padding:76px 22px 64px;display:grid;grid-template-columns:1.5fr .75fr;gap:70px;align-items:center}.eyebrow{color:var(--teal);font-size:11px;font-weight:bold;letter-spacing:1.5px}.hero-copy h1{font-size:52px;line-height:1.08;max-width:680px;margin:12px 0 20px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:600px}.hero-search{display:flex;max-width:650px;margin:32px 0 16px;background:#fff;padding:6px;border-radius:7px;box-shadow:var(--shadow)}input{border:1px solid var(--line);padding:13px 15px;border-radius:5px;min-width:0;font:inherit}.hero-search input{flex:1;border:0}.button,button{border:0;background:var(--blue);color:#fff;padding:12px 18px;border-radius:5px;font-weight:bold;cursor:pointer}.hero-links{display:flex;gap:20px;color:var(--blue);font-weight:bold;font-size:13px}.hero-panel{background:linear-gradient(145deg,#0d7890,#13519a);color:#fff;padding:30px;border-radius:10px;box-shadow:var(--shadow)}.panel-label{font-size:11px;letter-spacing:1px;color:#bde7ea}.hero-panel strong{display:block;font-size:29px;margin-top:20px}.hero-panel span,.hero-panel small{display:block;color:#d4e8ef}.hero-panel hr{border:0;border-top:1px solid rgba(255,255,255,.25);margin:24px 0}.section{max-width:1180px;margin:auto;padding:56px 22px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section h2{font-size:30px;margin:5px 0}.specialty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.specialty{background:#fff;border:1px solid var(--line);padding:22px;position:relative;min-height:160px;transition:.2s}.specialty:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.specialty-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--pale);color:var(--teal);font-weight:bold}.specialty strong{display:block;font-size:17px;margin-top:18px}.specialty p{color:var(--muted);font-size:13px;max-width:250px}.arrow{position:absolute;right:20px;bottom:20px;color:var(--blue);font-size:22px}.trust-band{background:#e8f3f6;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:26px max(22px,calc((100% - 1136px)/2))}.trust-band strong,.trust-band span{display:block}.trust-band span{color:var(--muted);font-size:13px}.two-column{display:grid;grid-template-columns:1.4fr .8fr;gap:35px}.article-aside{background:#123654;color:#fff;padding:28px;border-radius:8px}.article-aside p{color:#d3e2eb}.secondary{display:inline-block;background:#fff;color:var(--ink);margin-top:12px}.footer{background:#123654;color:#d9e8ef;padding:46px 22px 18px}.footer-grid{max-width:1136px;margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footer h3{color:#fff;font-size:14px}.footer a{display:block;color:#b9cfda;margin:8px 0;font-size:13px}.footer-brand{font-size:22px;color:#fff;font-weight:bold}.footer p{font-size:13px;max-width:300px}.footer-bottom{max-width:1136px;margin:35px auto 0;border-top:1px solid rgba(255,255,255,.15);padding-top:16px;font-size:12px;color:#9fb5c1}.page-head{max-width:1136px;margin:auto;padding:60px 22px 28px}.page-head h1{font-size:42px;margin:8px 0}.page-head p{color:var(--muted);font-size:17px}.listing-toolbar{max-width:1136px;margin:auto;padding:0 22px 28px;display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.listing-toolbar form{display:flex;gap:6px}.empty-state{max-width:1136px;margin:0 auto 70px;background:#fff;border:1px dashed #b8cbd6;text-align:center;padding:65px 22px;border-radius:8px}.empty-icon{margin:auto;width:42px;height:42px;display:grid;place-items:center;background:var(--pale);color:var(--teal);border-radius:50%;font-size:25px}.empty-state h2{margin:16px 0 5px}.empty-state p,.prose{color:var(--muted)}.prose{max-width:850px;margin:0 auto 80px;background:#fff;padding:35px}.prose a{color:var(--blue)}@media(max-width:850px){.header-inner{flex-wrap:wrap;gap:14px}.nav{order:3;width:100%;overflow:auto}.home-hero{grid-template-columns:1fr;padding-top:45px;gap:30px}.hero-copy h1{font-size:40px}.specialty-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.brand{min-width:0}.header-tools{margin-left:auto}.header-tools select{max-width:85px}.nav{gap:15px}.nav a{white-space:nowrap}.hero-search{display:block;background:transparent;box-shadow:none}.hero-search input{width:100%;margin-bottom:8px;background:#fff}.hero-search button{width:100%}.specialty-grid,.trust-band,.footer-grid{grid-template-columns:1fr}.section-heading,.listing-toolbar{display:block}.listing-toolbar form{margin-bottom:12px}.listing-toolbar input{width:70%}}
:root{--ink:#17324d;--muted:#687b8c;--line:#dbe5ec;--blue:#1667a8;--teal:#0b8c88;--pale:#eef7fa;--white:#fff;--shadow:0 16px 40px rgba(22,61,91,.1)}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:15px/1.6 Arial,sans-serif;background:#f7fafc}a{color:inherit;text-decoration:none}.notice-bar{background:#123654;color:#dcecf5;text-align:center;padding:7px 16px;font-size:12px}.header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.header-inner{max-width:1180px;margin:auto;min-height:76px;display:flex;align-items:center;gap:28px;padding:12px 22px}.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand-mark{width:38px;height:38px;border-radius:10px;background:var(--teal);color:white;display:grid;place-items:center;font-weight:bold}.brand strong{display:block;font-size:18px}.brand small{display:block;color:var(--muted);font-size:10px}.nav{display:flex;gap:20px;flex:1}.nav a{font-weight:bold;color:#476173;font-size:14px}.nav a:hover,.text-link{color:var(--blue)}.header-tools{display:flex;gap:7px}.header-tools select{border:1px solid var(--line);padding:8px;border-radius:5px;background:#fff;color:var(--ink)}main{min-height:650px}.home-hero{max-width:1180px;margin:auto;padding:76px 22px 64px;display:grid;grid-template-columns:1.5fr .75fr;gap:70px;align-items:center}.eyebrow{color:var(--teal);font-size:11px;font-weight:bold;letter-spacing:1.5px}.hero-copy h1{font-size:52px;line-height:1.08;max-width:680px;margin:12px 0 20px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:600px}.hero-search{display:flex;max-width:650px;margin:32px 0 16px;background:#fff;padding:6px;border-radius:7px;box-shadow:var(--shadow)}input{border:1px solid var(--line);padding:13px 15px;border-radius:5px;min-width:0;font:inherit}.hero-search input{flex:1;border:0}.button,button{border:0;background:var(--blue);color:#fff;padding:12px 18px;border-radius:5px;font-weight:bold;cursor:pointer}.hero-links{display:flex;gap:20px;color:var(--blue);font-weight:bold;font-size:13px}.hero-panel{background:linear-gradient(145deg,#0d7890,#13519a);color:#fff;padding:30px;border-radius:10px;box-shadow:var(--shadow)}.panel-label{font-size:11px;letter-spacing:1px;color:#bde7ea}.hero-panel strong{display:block;font-size:29px;margin-top:20px}.hero-panel span,.hero-panel small{display:block;color:#d4e8ef}.hero-panel hr{border:0;border-top:1px solid rgba(255,255,255,.25);margin:24px 0}.section{max-width:1180px;margin:auto;padding:56px 22px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section h2{font-size:30px;margin:5px 0}.specialty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.specialty{background:#fff;border:1px solid var(--line);padding:22px;position:relative;min-height:160px;transition:.2s}.specialty:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.specialty-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--pale);color:var(--teal);font-weight:bold}.specialty strong{display:block;font-size:17px;margin-top:18px}.specialty p{color:var(--muted);font-size:13px;max-width:250px}.arrow{position:absolute;right:20px;bottom:20px;color:var(--blue);font-size:22px}.trust-band{background:#e8f3f6;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:26px max(22px,calc((100% - 1136px)/2))}.trust-band strong,.trust-band span{display:block}.trust-band span{color:var(--muted);font-size:13px}.two-column{display:grid;grid-template-columns:1.4fr .8fr;gap:35px}.article-aside{background:#123654;color:#fff;padding:28px;border-radius:8px}.article-aside p{color:#d3e2eb}.secondary{display:inline-block;background:#fff;color:var(--ink);margin-top:12px}.footer{background:#123654;color:#d9e8ef;padding:46px 22px 18px}.footer-grid{max-width:1136px;margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footer h3{color:#fff;font-size:14px}.footer a{display:block;color:#b9cfda;margin:8px 0;font-size:13px}.footer-brand{font-size:22px;color:#fff;font-weight:bold}.footer p{font-size:13px;max-width:300px}.footer-bottom{max-width:1136px;margin:35px auto 0;border-top:1px solid rgba(255,255,255,.15);padding-top:16px;font-size:12px;color:#9fb5c1}.page-head{max-width:1136px;margin:auto;padding:60px 22px 28px}.page-head h1{font-size:42px;margin:8px 0}.page-head p{color:var(--muted);font-size:17px}.listing-toolbar{max-width:1136px;margin:auto;padding:0 22px 28px;display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.listing-toolbar form{display:flex;gap:6px}.empty-state{max-width:1136px;margin:0 auto 70px;background:#fff;border:1px dashed #b8cbd6;text-align:center;padding:65px 22px;border-radius:8px}.empty-icon{margin:auto;width:42px;height:42px;display:grid;place-items:center;background:var(--pale);color:var(--teal);border-radius:50%;font-size:25px}.empty-state h2{margin:16px 0 5px}.empty-state p,.prose{color:var(--muted)}.prose{max-width:850px;margin:0 auto 80px;background:#fff;padding:35px 42px}.prose h2{color:var(--ink);font-size:22px;margin:28px 0 8px}.prose p,.prose li{margin:0 0 14px}.prose ul{padding-left:22px}.prose a{color:var(--blue)}.footer-contact{border-top:1px solid rgba(255,255,255,.15);margin-top:18px;padding-top:14px}.footer-contact strong,.footer-contact span,.footer-contact a{display:block}.footer-contact strong{color:#fff;margin-bottom:6px}.footer-contact span{margin:2px 0;color:#b9cfda}@media(max-width:850px){.header-inner{flex-wrap:wrap;gap:14px}.nav{order:3;width:100%;overflow:auto}.home-hero{grid-template-columns:1fr;padding-top:45px;gap:30px}.hero-copy h1{font-size:40px}.specialty-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.brand{min-width:0}.header-tools{margin-left:auto}.header-tools select{max-width:85px}.nav{gap:15px}.nav a{white-space:nowrap}.hero-search{display:block;background:transparent;box-shadow:none}.hero-search input{width:100%;margin-bottom:8px;background:#fff}.hero-search button{width:100%}.specialty-grid,.trust-band,.footer-grid{grid-template-columns:1fr}.section-heading,.listing-toolbar{display:block}.listing-toolbar form{margin-bottom:12px}.listing-toolbar input{width:70%}}
:root{--ink:#17324d;--muted:#687b8c;--line:#dbe5ec;--blue:#1667a8;--teal:#0b8c88;--pale:#eef7fa;--white:#fff;--shadow:0 16px 40px rgba(22,61,91,.1)}*{box-sizing:border-box}body{margin:0;color:var(--ink);font:15px/1.6 Arial,sans-serif;background:#f7fafc}a{color:inherit;text-decoration:none}.notice-bar{background:#123654;color:#dcecf5;text-align:center;padding:7px 16px;font-size:12px}.header{background:var(--white);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:5}.header-inner{max-width:1180px;margin:auto;min-height:76px;display:flex;align-items:center;gap:28px;padding:12px 22px}.brand{display:flex;align-items:center;gap:10px;min-width:220px}.brand-mark{width:38px;height:38px;border-radius:10px;background:var(--teal);color:white;display:grid;place-items:center;font-weight:bold}.brand strong{display:block;font-size:18px}.brand small{display:block;color:var(--muted);font-size:10px}.nav{display:flex;gap:20px;flex:1}.nav a{font-weight:bold;color:#476173;font-size:14px}.nav a:hover,.text-link{color:var(--blue)}.header-tools{display:flex;gap:7px}.header-tools select{border:1px solid var(--line);padding:8px;border-radius:5px;background:#fff;color:var(--ink)}main{min-height:650px}.home-hero{max-width:1180px;margin:auto;padding:76px 22px 64px;display:grid;grid-template-columns:1.5fr .75fr;gap:70px;align-items:center}.eyebrow{color:var(--teal);font-size:11px;font-weight:bold;letter-spacing:1.5px}.hero-copy h1{font-size:52px;line-height:1.08;max-width:680px;margin:12px 0 20px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:600px}.hero-search{display:flex;max-width:650px;margin:32px 0 16px;background:#fff;padding:6px;border-radius:7px;box-shadow:var(--shadow)}input{border:1px solid var(--line);padding:13px 15px;border-radius:5px;min-width:0;font:inherit}.hero-search input{flex:1;border:0}.button,button{border:0;background:var(--blue);color:#fff;padding:12px 18px;border-radius:5px;font-weight:bold;cursor:pointer}.hero-links{display:flex;gap:20px;color:var(--blue);font-weight:bold;font-size:13px}.hero-panel{background:linear-gradient(145deg,#0d7890,#13519a);color:#fff;padding:30px;border-radius:10px;box-shadow:var(--shadow)}.panel-label{font-size:11px;letter-spacing:1px;color:#bde7ea}.hero-panel strong{display:block;font-size:29px;margin-top:20px}.hero-panel span,.hero-panel small{display:block;color:#d4e8ef}.hero-panel hr{border:0;border-top:1px solid rgba(255,255,255,.25);margin:24px 0}.section{max-width:1180px;margin:auto;padding:56px 22px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.section h2{font-size:30px;margin:5px 0}.specialty-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.specialty{background:#fff;border:1px solid var(--line);padding:22px;position:relative;min-height:160px;transition:.2s}.specialty:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.specialty-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--pale);color:var(--teal);font-weight:bold}.specialty strong{display:block;font-size:17px;margin-top:18px}.specialty p{color:var(--muted);font-size:13px;max-width:250px}.arrow{position:absolute;right:20px;bottom:20px;color:var(--blue);font-size:22px}.trust-band{background:#e8f3f6;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:26px max(22px,calc((100% - 1136px)/2))}.trust-band strong,.trust-band span{display:block}.trust-band span{color:var(--muted);font-size:13px}.two-column{display:grid;grid-template-columns:1.4fr .8fr;gap:35px}.article-aside{background:#123654;color:#fff;padding:28px;border-radius:8px}.article-aside p{color:#d3e2eb}.secondary{display:inline-block;background:#fff;color:var(--ink);margin-top:12px}.footer{background:#123654;color:#d9e8ef;padding:46px 22px 18px}.footer-grid{max-width:1136px;margin:auto;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:35px}.footer h3{color:#fff;font-size:14px}.footer a{display:block;color:#b9cfda;margin:8px 0;font-size:13px}.footer-brand{font-size:22px;color:#fff;font-weight:bold}.footer p{font-size:13px;max-width:300px}.footer-bottom{max-width:1136px;margin:35px auto 0;border-top:1px solid rgba(255,255,255,.15);padding-top:16px;font-size:12px;color:#9fb5c1}.page-head{max-width:1136px;margin:auto;padding:60px 22px 28px}.page-head h1{font-size:42px;margin:8px 0}.page-head p{color:var(--muted);font-size:17px}.listing-toolbar{max-width:1136px;margin:auto;padding:0 22px 28px;display:flex;justify-content:space-between;align-items:center;color:var(--muted)}.listing-toolbar form{display:flex;gap:6px}.empty-state{max-width:1136px;margin:0 auto 70px;background:#fff;border:1px dashed #b8cbd6;text-align:center;padding:65px 22px;border-radius:8px}.empty-icon{margin:auto;width:42px;height:42px;display:grid;place-items:center;background:var(--pale);color:var(--teal);border-radius:50%;font-size:25px}.empty-state h2{margin:16px 0 5px}.empty-state p,.prose{color:var(--muted)}.prose{max-width:850px;margin:0 auto 80px;background:#fff;padding:35px}.prose a{color:var(--blue)}@media(max-width:850px){.header-inner{flex-wrap:wrap;gap:14px}.nav{order:3;width:100%;overflow:auto}.home-hero{grid-template-columns:1fr;padding-top:45px;gap:30px}.hero-copy h1{font-size:40px}.specialty-grid{grid-template-columns:repeat(2,1fr)}.two-column{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.brand{min-width:0}.header-tools{margin-left:auto}.header-tools select{max-width:85px}.nav{gap:15px}.nav a{white-space:nowrap}.hero-search{display:block;background:transparent;box-shadow:none}.hero-search input{width:100%;margin-bottom:8px;background:#fff}.hero-search button{width:100%}.specialty-grid,.trust-band,.footer-grid{grid-template-columns:1fr}.section-heading,.listing-toolbar{display:block}.listing-toolbar form{margin-bottom:12px}.listing-toolbar input{width:70%}}
 .pagination{max-width:1136px;margin:0 auto 70px;padding:0 22px;display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap}.pagination a{border:1px solid var(--line);background:#fff;color:var(--blue);padding:8px 12px;border-radius:5px;font-size:13px}.pagination a:hover,.pagination a.active{background:var(--blue);border-color:var(--blue);color:#fff}
