:root{
  --dkk-footer-navy:#082847;
  --dkk-footer-navy-2:#061d34;
  --dkk-footer-blue:#3ba5ff;
  --dkk-footer-text:#d7e5f2;
  --dkk-footer-muted:#9fb5c8;
  --dkk-footer-line:rgba(255,255,255,.10);
}
.dkk-global-footer,.dkk-global-footer *{box-sizing:border-box}
.dkk-global-footer{position:relative;z-index:2;width:100%;margin:0;background:var(--dkk-footer-navy-2);color:var(--dkk-footer-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.dkk-global-footer a{text-decoration:none}
.dkk-global-footer__main{padding:58px 22px 48px;background:linear-gradient(135deg,var(--dkk-footer-navy),var(--dkk-footer-navy-2))}
.dkk-global-footer__inner{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:42px}
.dkk-global-footer__brand-link{display:flex;align-items:center;gap:12px;color:#fff;margin-bottom:14px}
.dkk-global-footer__brand-link>strong{font-size:19px;line-height:1.3;font-weight:850}
.dkk-global-footer__logo{display:flex;align-items:center}
.dkk-global-footer__logo .custom-logo-link{display:flex}
.dkk-global-footer__logo img{display:block;width:auto;max-width:150px;max-height:52px;object-fit:contain}
.dkk-global-footer__brand>p{max-width:340px;margin:0 0 22px;color:var(--dkk-footer-muted);font-size:13px;line-height:1.65}
.dkk-global-footer__contact{display:grid;gap:9px}
.dkk-global-footer__contact>a,.dkk-global-footer__address{display:grid;gap:2px;color:var(--dkk-footer-text);font-size:12px}
.dkk-global-footer__contact span{color:#7fa5c4;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}
.dkk-global-footer__contact strong{font-size:12px;line-height:1.45;font-weight:700;word-break:break-word}
.dkk-global-footer__contact>a:hover strong{color:#fff}
.dkk-global-footer__column h2{margin:2px 0 17px;color:#fff;font-size:13px;line-height:1.35;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.dkk-global-footer__menu{list-style:none!important;margin:0!important;padding:0!important}
.dkk-global-footer__menu li{margin:0 0 10px!important;padding:0!important}
.dkk-global-footer__menu a{color:var(--dkk-footer-muted);font-size:13px;line-height:1.45;transition:color .18s ease}
.dkk-global-footer__menu a:hover,.dkk-global-footer__menu a:focus{color:#fff}
.dkk-global-footer__bottom{border-top:1px solid var(--dkk-footer-line);background:#05192c}
.dkk-global-footer__bottom-inner{width:min(1180px,calc(100% - 44px));min-height:62px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;color:#809ab0;font-size:11px;line-height:1.5}
@media(max-width:980px){
  .dkk-global-footer__inner{grid-template-columns:1.3fr 1fr 1fr;gap:34px}
  .dkk-global-footer__brand{grid-column:1/-1;padding-bottom:6px}
  .dkk-global-footer__brand>p{max-width:640px}
  .dkk-global-footer__contact{grid-template-columns:repeat(2,minmax(0,1fr));max-width:720px}
}
@media(max-width:680px){
  .dkk-global-footer__main{padding:42px 20px 34px}
  .dkk-global-footer__inner{grid-template-columns:1fr 1fr;gap:30px 22px}
  .dkk-global-footer__brand{grid-column:1/-1}
  .dkk-global-footer__contact{grid-template-columns:1fr 1fr}
  .dkk-global-footer__column:last-child{grid-column:1/-1}
  .dkk-global-footer__bottom-inner{width:min(100% - 40px,1180px);min-height:0;padding:18px 0;display:grid;gap:6px}
}
@media(max-width:430px){
  .dkk-global-footer__inner{grid-template-columns:1fr}
  .dkk-global-footer__brand,.dkk-global-footer__column:last-child{grid-column:auto}
  .dkk-global-footer__contact{grid-template-columns:1fr}
  .dkk-global-footer__brand-link{align-items:flex-start;flex-direction:column}
}
