/* ===== NB-GCC GLOBAL RESPONSIVE FIX - APPLY TO WHOLE SITE ===== */
*,*::before,*::after{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:hidden!important}
img{max-width:100%;height:auto;display:block}

/* Remove all fixed min-width that breaks mobile */
.stats-floating,.stats-box,.framework-grid,.fourteen-grid,.gcc-grid,.flags-grid-5,.flags-grid-3{max-width:100%!important;min-width:0!important}

/* MOBILE FIXES */
@media(max-width:1024px){
  body{padding-top:0}
  .site-header{height:70px!important;padding:0 16px!important}
  .leadership-hero,.countries-hero{margin-top:70px!important;min-height:auto!important;height:auto!important;display:flex!important;flex-direction:column!important}
  .hero-card{position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin:20px 16px!important;max-width:none!important;width:calc(100% - 32px)!important}
  .stats-floating,.stats-box{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;margin:0 16px 24px!important;width:calc(100% - 32px)!important;min-width:0!important}
  [style*="grid-template-columns"]{grid-template-columns:1fr!important}
  .section-framework,.section-trust,.section-cr,.section-trusted,.section-fourteen,.section-selected,.section-defined,.section-cta,.section-gcc,.section-building,.section-reps,.nordic-wrapper,.baltic-wrapper{padding:28px 16px!important}
  .cr-left{height:320px!important}
}

@media(max-width:768px){
  html{font-size:15px}
  .framework-grid,.fourteen-grid,.gcc-grid,.building-right,.flags-grid-5,.flags-grid-3{grid-template-columns:1fr!important}
  .flags-grid-5{grid-template-columns:repeat(2,1fr)!important}
  .hero-title,.framework-title,.trust-title,.cr-title,.trusted-title,.fourteen-title{font-size:26px!important;line-height:1.2!important}
  .btn-navy,.btn-gold-outline{width:100%;justify-content:center}
}

@media(max-width:480px){
  .flags-grid-5{grid-template-columns:1fr 1fr!important}
  .flags-grid-3{grid-template-columns:1fr!important}
  .hero-card{padding:20px 16px!important}
  .stat,.stat-item{padding:12px 8px!important}
  .f-card,.fourteen-box,.gcc-card,.flag-card{padding:16px!important}
}