:root{
  --navy:#112b45; --navy2:#0b2238; --orange:#ffb400; --red:#ef3e2c;
  --text:#263b52; --muted:#687786; --light:#f5f7fa; --border:#e1e6eb;
}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);font-size:15px;line-height:1.75;background:#fff}
a{text-decoration:none;transition:.2s}
.top-header{padding:18px 0;background:#fff}
.brand{display:flex;align-items:center;gap:9px;color:#23364a}
.brand-mark{font-size:40px;color:var(--red)}
.brand strong{font-size:25px;letter-spacing:1px}
.brand strong span{color:var(--red)}
.brand small{display:block;font-size:9px;font-weight:700;letter-spacing:1px;color:#9a6230}
.header-phone{background:var(--navy);color:#fff;padding:8px 18px;border-radius:2px;font-size:12px;font-weight:700}
.main-nav{padding:0}
.main-nav .nav-link{color:#fff!important;font-size:12px;padding:14px 15px!important}
.main-nav .nav-link:hover{background:#0c2943}
.breadcrumb-bar{background:#0b2238;color:#d8e0e8;font-size:12px;padding:11px 0}
.breadcrumb-bar span{color:var(--orange);padding:0 5px}
.article-section{padding:50px 0 70px}
.article-date{
  display:inline-block;
  background:#003564;
  color:#fff;
  padding:4px 13px;
  border-radius:3px;
  font-size:11px;
  font-weight:700;
  margin-bottom:10px
}
h1,h2,h3,h5,h6{font-weight:800;letter-spacing:.1px}
h1{font-size:43px;line-height:1.15;margin:0 0 20px;color:#263c55}
h2{font-size:23px;margin:24px 0 3px}
.article-section p{color:#586b7c;margin-bottom:14px}
.article-hero{width:100%;height:390px;object-fit:cover;border-radius:9px;margin-bottom:18px}
.check-list{list-style:none;padding:0;margin:10px 0 18px}
.check-list li{position:relative;padding-left:27px;margin:3px 0;color:#45596b}
.check-list li:before{content:"✓";position:absolute;left:0;top:5px;background:#163c70;color:#fff;width:16px;height:16px;border-radius:50%;font-size:10px;line-height:16px;text-align:center}
.info-note{background:#fffaf0;border-radius:7px;padding:13px 17px;display:flex;gap:12px;align-items:center;color:#5e6670;margin:20px 0}
.note-icon{font-size:25px;color:var(--orange)}
.service-inline{display:flex;align-items:center;gap:15px;background:#edf4fa;border-radius:8px;padding:16px 20px;margin:22px 0;color:#31475e}
.service-inline strong{font-size:17px}.service-inline span{font-size:13px}
.service-icon{font-size:35px}
.share-row{display:flex;align-items:center;gap:10px;margin:20px 0}
.share-row a{width:29px;height:29px;background:#2c5681;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:700}
.author-box{border:1px solid var(--border);border-radius:8px;padding:17px;display:flex;gap:15px;align-items:center;margin:18px 0 25px}
.author-avatar{width:58px;height:58px;border-radius:50%;background:#dfe8ef;display:grid;place-items:center;font-weight:800;color:#29455f}
.author-box h5{margin:0}.author-box small{color:#7a8995}.author-box p{margin:3px 0 0;font-size:12px}
.related-section h2{margin-bottom:12px}
.related-card{height:100%;border:1px solid var(--border);border-radius:7px;overflow:hidden;padding-bottom:13px}
.related-card img{width:100%;height:120px;object-fit:cover}
.related-card small,.related-card h6,.related-card a{display:block;margin-left:13px;margin-right:13px}
.related-card small{color:#8a98a4;font-size:10px;margin-top:8px}
.related-card h6{font-size:13px;line-height:1.55;margin-top:5px}
.related-card a{font-size:11px;font-weight:700;color:#244c70}
.sidebar-card{border:1px solid var(--border);border-radius:9px;padding:20px;margin-bottom:22px;background:#fff}
.search-box{padding:12px}
.search-box .form-control{border:1px solid var(--border);padding:12px;font-size:13px}
.search-box .btn{border:1px solid var(--border);border-left:0;color:var(--navy);background:#fff}
.sidebar-card h3{font-size:20px;margin-bottom:12px}
.sidebar-links{list-style:none;padding:0;margin:0}
.sidebar-links li{margin:10px 0}.sidebar-links a{color:#526678;font-size:14px}
.recent-item{display:flex;gap:11px;padding:9px 0;color:#30465d;font-weight:700;font-size:13px;line-height:1.5}
.recent-item img{width:58px;height:58px;border-radius:4px;object-fit:cover}
.recent-item small{display:block;color:#8d9aa5;font-weight:400;font-size:10px;margin-top:3px}
.sidebar-cta{background:var(--navy2);padding:33px 28px;border-radius:9px;color:#fff}
.cta-phone{font-size:40px;color:var(--orange)}
.sidebar-cta h3{font-size:29px;line-height:1.2;margin:12px 0}
.sidebar-cta p{color:#d4dee8!important;font-size:14px}
.cta-btn{background:var(--orange);border:0;border-radius:3px;color:#162c43;font-weight:800;padding:12px 20px;width:100%;font-size:13px}
.trust-bar{background:linear-gradient(90deg,#11548a 0%,#0879bd 70%,#f23b25 70%);color:#fff}
.trust-bar .container{display:grid;grid-template-columns:1.4fr .8fr .9fr 1fr;align-items:center;min-height:76px;gap:20px;font-size:13px}
.trust-bar a{color:#fff;text-align:center;font-weight:700}

@media(max-width:991.98px){
  h1{font-size:34px}.article-hero{height:320px}.sidebar-cta{margin-bottom:25px}
  .trust-bar .container{grid-template-columns:1fr 1fr;padding:15px 12px}
}
@media(max-width:575.98px){
  .top-header .container{flex-direction:column;gap:12px}.article-section{padding-top:30px}
  h1{font-size:29px}.article-hero{height:240px}.trust-bar{background:#11548a}
  .trust-bar .container{grid-template-columns:1fr;text-align:center}.related-card img{height:160px}
}