/* NS5 Hosting Theme Overrides (Telephasic) */
:root{
  --ns5-red: #e11d48;
  --ns5-red2:#ff3b30;
  --ns5-bg:  #0b0c10;
  --ns5-card:#121318;
  --ns5-text:#e5e7eb;
}

body{
  background: radial-gradient(1200px 600px at 20% -10%, rgba(225,29,72,.22), transparent 60%),
              radial-gradient(900px 480px at 90% 10%, rgba(255,59,48,.12), transparent 55%),
              var(--ns5-bg);
  color: var(--ns5-text);
}

a{ color: var(--ns5-text); }
a:hover{ color: white; }

/* Header gradient like the screenshot */
#header-wrapper{
  background: linear-gradient(135deg, rgba(225,29,72,.92), rgba(255,120,82,.85));
  position: relative;
  overflow: hidden;
}
#header-wrapper:before{
  content:"";
  position:absolute; inset:0;
  background:
    radial-gradient(700px 240px at 25% 40%, rgba(255,255,255,.15), transparent 60%),
    radial-gradient(900px 320px at 80% 0%, rgba(0,0,0,.12), transparent 55%);
  opacity:.9;
  pointer-events:none;
}
#header-wrapper:after{
  content:"";
  position:absolute; inset:-2px;
  background-image: radial-gradient(rgba(0,0,0,.10) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: .18;
  pointer-events:none;
}

#header{
  position: relative;
  z-index: 2;
}

/* Brand */
.brand{
  display:flex !important;
  align-items:center;
  gap: 10px;
}
.brand-logo{
  width: 36px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.25));
}
.brand-name{
  font-weight: 700;
  letter-spacing: .2px;
  color: white;
}

/* Nav */
#nav ul li a{
  color: rgba(255,255,255,.92) !important;
}
#nav ul li a:hover{
  color: #fff !important;
}
#nav .button.small{
  padding: 0.6em 1em !important;
  border-radius: 999px !important;
  background: rgba(0,0,0,.18) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
}

/* Hero */
#hero.hero{
  padding-top: 3.2em;
  padding-bottom: 1.5em;
}
#hero.hero h2{
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.hero-sub{
  color: rgba(255,255,255,.92);
}
.typewrap{
  display:inline-block;
  padding: 0 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.25);
}
.hero-actions .actions{
  margin-top: 1.4em;
}
.button.primary{
  background: var(--ns5-red) !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.25);
}
.button.alt{
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  color: #fff !important;
}

/* Hero mock dashboard */
.hero-mock{
  max-width: 880px;
  margin: 2em auto 0;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(15,17,24,.60);
  box-shadow: 0 22px 70px rgba(0,0,0,.35);
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.mock-top{
  display:flex;
  align-items:center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(0,0,0,.18);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.dot{ width:10px; height:10px; border-radius:999px; display:inline-block; opacity:.9; }
.dot.red{ background: #ff3b30; }
.dot.yellow{ background: #ffd24d; }
.dot.green{ background: #34d399; }
.mock-title{
  margin-left: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.78);
  font-weight: 600;
}
.mock-body{
  display:flex;
  min-height: 220px;
}
.mock-side{
  width: 90px;
  border-right: 1px solid rgba(255,255,255,.08);
  padding: 14px 12px;
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.mock-pill{
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}
.mock-pill.active{
  background: rgba(225,29,72,.55);
}
.mock-main{
  flex:1;
  padding: 14px;
}
.mock-row{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.mock-row.wide{
  margin-top: 12px;
  grid-template-columns: 1.3fr .7fr;
}
.mock-card{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.06);
  padding: 12px;
}
.mock-h{
  height: 10px;
  width: 60%;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}
.mock-l{
  height: 8px;
  margin-top: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}
.mock-l.short{ width: 72%; }
.mock-table{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  padding: 12px;
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.mock-line{
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
}
.mock-cta{
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(225,29,72,.12);
  padding: 12px;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
}
.mock-badge{
  display:inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.86);
  font-weight: 700;
  font-size: 12px;
  width: fit-content;
}
.mock-btn{
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(225,29,72,.95), rgba(255,59,48,.82));
}

/* Section wrappers */
.wrapper.style2{
  background: rgba(255,255,255,.03);
}
.wrapper.style1{
  background: rgba(255,255,255,.02);
}

/* Feature cards */
.feature-card{
  border-radius: 16px;
  padding: 22px 22px;
  border: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(23,25,34,.78), rgba(23,25,34,.46));
  box-shadow: 0 18px 55px rgba(0,0,0,.28);
  height: 100%;
}
.feature-card h3{
  color: #fff;
  margin: 0 0 10px;
  font-weight: 800;
  letter-spacing: -0.2px;
}
.feature-card.big{
  padding: 26px;
}

/* Map layout */
.map-wrap{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 20px;
  align-items:center;
}
.map-side .region{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px 0;
}
.region-dot{
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--ns5-red);
  box-shadow: 0 0 18px rgba(225,29,72,.35);
}
.muted{
  color: rgba(255,255,255,.70);
  font-size: 13px;
}
.map-card{
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(15,17,24,.55);
  box-shadow: 0 22px 70px rgba(0,0,0,.30);
  overflow:hidden;
}
.map-card svg{
  display:block;
  width:100%;
  height:auto;
}

@media (max-width: 980px){
  .map-wrap{ grid-template-columns: 1fr; }
  .mock-body{ flex-direction:column; }
  .mock-side{ width: auto; flex-direction:row; }
}
