/* Homepage shell sync: keep header/footer typography and spacing aligned with index */
.brand-with-text{display:inline-flex!important;align-items:center;gap:12px}
.brand-with-text img{display:block;border-radius:10px}
.brand-with-text span{font-size:28px;font-weight:700;line-height:1;color:#173a82;letter-spacing:.02em}
.header .navbar .nav-link{font-size:17px!important;font-weight:600!important;padding-left:11px!important;padding-right:11px!important}
.header .navbar .dropdown-menu .dropdown-item{font-size:15px}

.site-footer{background:#0f2942;color:rgba(255,255,255,.82);margin-top:10px}
.site-footer .footer-top{background:transparent;padding:42px 0 22px}
.site-footer .footer-row{align-items:flex-start}
.site-footer .footer-col{margin-bottom:12px}
.site-footer .footer-item-title{font-size:18px;line-height:1.3;color:#fff;margin:0 0 14px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.08);font-weight:700}
.site-footer .footer-desc{font-size:15px;line-height:1.8;color:rgba(255,255,255,.72);margin:0;max-width:340px}
.site-footer .footer-link{margin:0;padding:0}
.site-footer .footer-link li{margin:0 0 10px}
.site-footer .footer-link a{color:rgba(255,255,255,.78);text-decoration:none;transition:color .2s ease,opacity .2s ease}
.site-footer .footer-link a:hover{color:#fff}
.site-footer .footer-contact p{margin:0 0 10px;color:rgba(255,255,255,.84);font-size:15px;line-height:1.6}
.site-footer .footer-contact a{color:#fff;text-decoration:none}
.site-footer .footer-bottom{padding:12px 0;text-align:center;background:#0a1d30;color:rgba(255,255,255,.72);font-size:14px;font-weight:600}

@media (max-width:991px){
  .brand-with-text span{font-size:24px}
  .header .navbar .nav-link{font-size:16px!important}
  .site-footer .footer-top{padding:42px 0 24px}
  .site-footer .footer-desc{max-width:none}
}

@media (max-width:767px){
  .brand-with-text span{font-size:20px}
  .site-footer .footer-top{padding:28px 0 8px}
  .site-footer .footer-col{margin-bottom:16px}
  .site-footer .footer-item-title{font-size:17px;margin-bottom:12px;padding-bottom:8px}
  .site-footer .footer-desc,
  .site-footer .footer-contact p,
  .site-footer .footer-link a,
  .site-footer .footer-bottom{font-size:14px}
  .site-footer .footer-link li{margin-bottom:8px}
  .site-footer .footer-contact p{margin-bottom:8px}
  .site-footer .footer-bottom{padding:10px 0;font-size:13px}
}


/* 2026-03 header/logo/layout refinements */
@media (min-width: 1280px){
  .container{max-width:1320px}
  .header-shell-wide{max-width:1400px}
}
.tech-brand span{
  position:relative;
  font-size:30px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  background:linear-gradient(135deg,#123d74 0%,#2388d9 42%,#16c7cf 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 0 24px rgba(35,136,217,.12);
}
.tech-brand span::after{
  content:'';
  position:absolute;
  left:3px;
  right:3px;
  bottom:-7px;
  height:1px;
  background:linear-gradient(90deg,rgba(18,61,116,0) 0%,rgba(35,136,217,.56) 28%,rgba(22,199,207,.8) 50%,rgba(35,136,217,.56) 72%,rgba(18,61,116,0) 100%);
  box-shadow:0 0 16px rgba(22,199,207,.22);
}
.desktop-primary-nav .nav-link{padding-left:10px!important;padding-right:10px!important}
@media (max-width:991px){
  .tech-brand span{font-size:24px;letter-spacing:.08em}
}
@media (max-width:767px){
  .tech-brand span{font-size:20px;letter-spacing:.06em}
}
