body{
  background:#06111d;
}

.topbar{
  min-height:74px;
  height:auto!important;
  display:flex!important;
  align-items:center;
  gap:28px;
  padding:0 28px;
}

.topbar .brand{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:210px;
  padding:0!important;
  border-right:0!important;
}

.topbar .brand-mark-wrap{
  width:42px;
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:11px;
}

.topbar .brand-mark{
  width:42px!important;
  height:42px!important;
  max-width:42px!important;
  display:block;
  object-fit:cover;
}

.topbar .brand>span:last-child{
  display:flex;
  flex-direction:column;
  line-height:1.15;
}

.topbar .brand b{
  font-size:16px;
  white-space:nowrap;
}

.topbar .brand small{
  margin-top:4px;
  font-size:9px;
  white-space:nowrap;
}

.topbar .nav{
  flex:1;
  justify-content:center;
}

.destination-shell{
  width:min(1460px,calc(100% - 48px))!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:42px 0 72px!important;
  gap:18px!important;
}

.destination-hero{
  position:relative;
  min-height:245px;
  display:flex;
  align-items:center!important;
  justify-content:space-between;
  gap:35px;
  padding:42px 44px!important;
  overflow:hidden;
  border:1px solid rgba(86,140,177,.26)!important;
  border-radius:22px!important;
  background:
    radial-gradient(circle at 100% 0,rgba(56,222,214,.12),transparent 39%),
    linear-gradient(145deg,rgba(14,36,55,.97),rgba(7,20,34,.98))!important;
  box-shadow:0 24px 60px rgba(0,0,0,.20);
}

.destination-hero .eyebrow{
  margin:0 0 12px!important;
  color:#69e7e0;
  font-size:10px;
  font-weight:900;
  letter-spacing:.14em;
}

.destination-hero h1{
  max-width:950px;
  margin:0 0 16px!important;
  color:#edf8ff;
  font-size:clamp(36px,4.2vw,61px)!important;
  line-height:1.03;
  letter-spacing:-.045em;
}

.destination-hero>div>p:last-child{
  max-width:870px;
  margin:0;
  color:#94adbf;
  font-size:14px;
  line-height:1.7;
}

.back-link{
  flex:0 0 auto;
  padding:10px 14px;
  border:1px solid rgba(66,221,212,.27);
  border-radius:9px;
  background:#0b2637;
  color:#72e9e2;
  font-size:11px;
  font-weight:800;
}

.destination-filters{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(150px,1fr)) auto!important;
  gap:12px!important;
  align-items:end;
  padding:18px!important;
  border:1px solid rgba(84,137,173,.24)!important;
  border-radius:16px!important;
  background:linear-gradient(145deg,rgba(13,33,51,.97),rgba(7,20,34,.98))!important;
}

.destination-filters label{
  display:block;
  margin:0 0 7px!important;
  color:#7d99ae!important;
  font-size:10px!important;
  font-weight:800;
}

.destination-filters select{
  width:100%;
  min-height:44px!important;
  padding:0 36px 0 13px;
  border:1px solid #1e3e56!important;
  border-radius:9px!important;
  background:#071724!important;
  color:#e7f2fa!important;
  font-size:12px;
}

.destination-filters button{
  min-height:44px!important;
  padding:0 19px!important;
  border:1px solid rgba(65,227,218,.52)!important;
  border-radius:9px!important;
  background:linear-gradient(180deg,#164157,#103044)!important;
  color:#cbfffb!important;
  font-weight:800;
}

.destination-stats{
  display:grid!important;
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:12px!important;
}

.destination-stats .stat{
  min-height:123px;
  padding:19px!important;
  border:1px solid rgba(83,136,172,.24)!important;
  border-radius:15px!important;
  background:linear-gradient(145deg,rgba(13,33,51,.96),rgba(7,20,34,.98))!important;
}

.destination-table-card{
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(84,137,173,.25)!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,rgba(12,32,49,.97),rgba(7,20,34,.98))!important;
}

.table-heading{
  padding:22px 24px 17px!important;
  border-bottom:1px solid rgba(37,70,94,.65);
}

.destination-table th{
  background:#071724;
  color:#6c899f!important;
  font-size:9px!important;
}

.destination-table td{
  color:#adc1cf;
  font-size:11px;
  border-bottom:1px solid rgba(37,68,89,.52)!important;
}

.destination-table tbody tr:hover{
  background:rgba(29,72,94,.14);
}

.retention-good{
  color:#6ee7df;
}

.node-host{
  background:#071824!important;
  border:1px solid #1d3c52!important;
  color:#9fb6c7;
}

.destination-shell>.seo-copy{
  padding:27px!important;
  border:1px solid rgba(84,136,171,.24)!important;
  border-radius:18px!important;
  background:linear-gradient(145deg,rgba(12,33,50,.97),rgba(7,20,34,.98))!important;
}

@media(max-width:1100px){
  .destination-filters{
    grid-template-columns:1fr 1fr!important;
  }

  .destination-stats{
    grid-template-columns:repeat(3,1fr)!important;
  }
}

@media(max-width:680px){
  .destination-shell{
    width:min(100% - 24px,1460px)!important;
    padding-top:20px!important;
  }

  .destination-hero{
    display:block!important;
    padding:28px 22px!important;
  }

  .destination-filters{
    grid-template-columns:1fr!important;
  }

  .destination-stats{
    grid-template-columns:1fr 1fr!important;
  }
}
