
:root{
  --bnx-blue:#063fbd;
  --bnx-blue2:#0b57ff;
  --bnx-green:#08c94f;
  --bnx-orange:#ff8a1f;
  --bnx-purple:#7c3aed;
  --bnx-text:#071536;
  --bnx-muted:#52627f;
  --bnx-line:#dfe7f5;
  --bnx-soft:#f6faff;
  --bnx-shadow:0 24px 70px rgba(16,24,40,.12);
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  color:var(--bnx-text);
  background:#fff;
  overflow-x:hidden;
}

a{text-decoration:none;color:inherit}
.bnx-hosting-container{width:min(1320px,92%);margin:auto}
.bnx-svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}

.hosting-trust-strip{
  background:#fff;
  border-bottom:1px solid var(--bnx-line);
  padding:12px 0;
}

.hosting-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  align-items:center;
  text-align:center;
  color:#10234d;
  font-weight:850;
  font-size:13px;
}

.hosting-trust-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.hosting-trust-grid svg{width:20px;height:20px;color:#0b57ff}

.hosting-hero{
  position:relative;
  overflow:hidden;
  padding:84px 0 58px;
  background:
    radial-gradient(circle at 82% 22%,rgba(11,87,255,.13),transparent 24%),
    radial-gradient(circle at 12% 28%,rgba(8,201,79,.08),transparent 24%),
    linear-gradient(135deg,#f8fbff,#eef5ff);
  border-bottom:1px solid var(--bnx-line);
}

.hosting-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(11,87,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(11,87,255,.045) 1px,transparent 1px);
  background-size:46px 46px;
  opacity:.55;
}

.hosting-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:1fr .98fr;
  gap:52px;
  align-items:center;
}

.hosting-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#0b57ff;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:1000;
  font-size:14px;
  margin-bottom:18px;
}

.hosting-hero h1{
  margin:0 0 16px;
  color:#071536;
  font-size:clamp(42px,5vw,74px);
  line-height:1.05;
  letter-spacing:-2px;
}

.hosting-hero h1 span{color:#0b57ff}

.hosting-hero p{
  margin:0;
  max-width:650px;
  color:#40536f;
  line-height:1.75;
  font-size:17px;
  font-weight:650;
}

.hosting-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}

.hosting-btn{
  min-height:52px;
  border-radius:13px;
  padding:14px 22px;
  border:1px solid transparent;
  background:#0b57ff;
  color:#fff;
  font-weight:1000;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  cursor:pointer;
  transition:.2s ease;
}

.hosting-btn:hover{transform:translateY(-2px)}
.hosting-btn.light{background:#fff;color:#0b57ff;border-color:#cfe0ff}
.hosting-btn.green{background:#08c94f;color:#fff}

.hosting-visual{
  position:relative;
  min-height:430px;
}

.hosting-server{
  position:absolute;
  right:0;
  top:8px;
  width:330px;
  height:330px;
  border-radius:34px;
  background:linear-gradient(145deg,#061b3d,#0c3479);
  box-shadow:0 35px 90px rgba(6,31,84,.30);
  padding:28px;
  color:#53d8ff;
}

.hosting-server::before{
  content:"";
  position:absolute;
  inset:-24px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(11,87,255,.13),transparent 62%);
  z-index:-1;
}

.server-row{
  height:74px;
  border-radius:18px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  margin-bottom:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 18px;
}

.server-line{
  width:130px;
  height:13px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
}

.server-dots{display:flex;gap:8px}
.server-dots span{
  width:10px;height:10px;border-radius:50%;
  background:#33d6ff;
  box-shadow:0 0 15px rgba(51,214,255,.8);
}

.hosting-performance-card{
  position:absolute;
  left:0;
  top:100px;
  width:390px;
  border-radius:22px;
  background:#fff;
  border:1px solid #dfe7f5;
  box-shadow:0 24px 70px rgba(16,24,40,.15);
  padding:22px;
}

.hosting-performance-card h3{
  margin:0 0 10px;
  color:#52627f;
  font-size:14px;
}

.hosting-performance-card strong{
  display:block;
  font-size:54px;
  line-height:1;
  color:#071536;
  letter-spacing:-2px;
}

.hosting-mini-chart{
  margin-top:18px;
  height:92px;
  border-radius:18px;
  background:
    linear-gradient(180deg,rgba(11,87,255,.08),transparent),
    repeating-linear-gradient(90deg,transparent,transparent 38px,rgba(11,87,255,.08) 39px);
  position:relative;
  overflow:hidden;
}

.hosting-mini-chart svg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.hosting-check-list{
  position:absolute;
  right:20px;
  bottom:20px;
  width:250px;
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:22px;
  padding:18px;
  box-shadow:0 20px 55px rgba(16,24,40,.12);
}

.hosting-check-list div{
  display:flex;
  align-items:center;
  gap:9px;
  color:#10234d;
  font-weight:850;
  margin:10px 0;
}

.hosting-check-list svg{width:20px;height:20px;color:#08c94f}

.hosting-feature-strip{
  margin-top:-26px;
  position:relative;
  z-index:5;
}

.hosting-feature-strip-inner{
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:20px;
  box-shadow:0 18px 48px rgba(16,24,40,.10);
  padding:18px;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:12px;
}

.hosting-feature-item{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  align-items:center;
  padding:10px;
}

.hosting-feature-item svg{color:#0b57ff}
.hosting-feature-item b{display:block;color:#071536;font-size:14px}
.hosting-feature-item small{display:block;color:#52627f;font-weight:650;font-size:12px;margin-top:3px}

.hosting-section{padding:62px 0}

.hosting-section-title{
  max-width:850px;
  margin:0 auto 34px;
  text-align:center;
}

.hosting-section-title h2{
  margin:0;
  color:#071536;
  font-size:clamp(30px,3.6vw,46px);
  line-height:1.12;
  letter-spacing:-1px;
}

.hosting-section-title p{
  margin:10px 0 0;
  color:#52627f;
  font-weight:650;
  line-height:1.7;
}

.hosting-toggle{
  margin:22px auto 0;
  display:flex;
  width:max-content;
  background:#eef5ff;
  border:1px solid #d8e5ff;
  border-radius:999px;
  padding:5px;
  gap:5px;
}

.hosting-toggle button{
  border:0;
  border-radius:999px;
  min-width:116px;
  min-height:36px;
  background:transparent;
  color:#10234d;
  font-weight:1000;
  cursor:pointer;
}

.hosting-toggle button.active{
  background:#0b57ff;
  color:#fff;
}

.hosting-plans{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.hosting-plan{
  position:relative;
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:24px;
  padding:28px 24px;
  box-shadow:0 12px 36px rgba(16,24,40,.07);
  transition:.22s ease;
}

.hosting-plan:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(16,24,40,.12)}
.hosting-plan.popular{border:2px solid #0b57ff;box-shadow:0 24px 70px rgba(11,87,255,.14)}

.hosting-plan-badge{
  position:absolute;
  left:50%;
  top:-14px;
  transform:translateX(-50%);
  background:#0b57ff;
  color:#fff;
  padding:7px 18px;
  border-radius:999px;
  font-size:12px;
  font-weight:1000;
  white-space:nowrap;
}

.hosting-plan-icon{
  width:70px;
  height:70px;
  border-radius:24px;
  display:grid;
  place-items:center;
  background:#eef5ff;
  color:#0b57ff;
  margin-bottom:16px;
}

.hosting-plan:nth-child(2n) .hosting-plan-icon{background:#eafaf1;color:#07883c}
.hosting-plan:nth-child(3n) .hosting-plan-icon{background:#f5efff;color:#7c3aed}

.hosting-plan h3{margin:0 0 5px;color:#071536;font-size:23px}
.hosting-plan p{margin:0;color:#52627f;line-height:1.55;font-weight:650;font-size:14px}

.hosting-price{
  margin:22px 0 6px;
  color:#071536;
  font-weight:1000;
  font-size:34px;
  letter-spacing:-1px;
}

.hosting-price small{font-size:14px;color:#52627f}
.hosting-billed{color:#52627f;font-weight:750;font-size:13px;margin-bottom:18px}

.hosting-plan ul{
  list-style:none;
  padding:0;
  margin:18px 0 26px;
  display:grid;
  gap:11px;
}

.hosting-plan li{
  color:#344361;
  font-weight:750;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:9px;
}

.hosting-plan li::before{
  content:"✓";
  color:#08c94f;
  font-weight:1000;
}

.hosting-plan .hosting-btn{
  width:100%;
  min-height:46px;
}

.hosting-includes{
  margin-top:24px;
  background:#f8fbff;
  border:1px solid #dfe7f5;
  border-radius:22px;
  padding:22px;
  display:grid;
  grid-template-columns:1.2fr repeat(5,1fr);
  gap:18px;
  align-items:center;
}

.hosting-includes h3{
  margin:0;
  font-size:23px;
  color:#071536;
  line-height:1.2;
}

.hosting-include{
  display:flex;
  align-items:center;
  gap:10px;
  color:#10234d;
  font-weight:900;
}

.hosting-include svg{
  width:34px;height:34px;
  padding:8px;
  border-radius:50%;
  background:#eef5ff;
  color:#0b57ff;
}

.hosting-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:18px;
}

.hosting-card{
  background:#fff;
  border:1px solid #dfe7f5;
  border-radius:20px;
  padding:24px;
  box-shadow:0 10px 28px rgba(16,24,40,.06);
  transition:.2s ease;
}

.hosting-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(16,24,40,.10)}

.hosting-card-icon{
  width:58px;height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#eef5ff;
  color:#0b57ff;
  margin-bottom:14px;
}

.hosting-card:nth-child(2n) .hosting-card-icon{background:#eafaf1;color:#07883c}
.hosting-card:nth-child(3n) .hosting-card-icon{background:#fff3e8;color:#ff8a1f}

.hosting-card h3{margin:0 0 8px;color:#10234d}
.hosting-card p{margin:0;color:#52627f;line-height:1.65;font-weight:650;font-size:14px}

.hosting-cta{
  border-radius:26px;
  padding:38px;
  color:#fff;
  background:
    radial-gradient(circle at 84% 30%,rgba(8,201,79,.18),transparent 22%),
    linear-gradient(90deg,#063fbd,#002b86);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.hosting-cta h2{margin:0 0 8px;color:#fff}
.hosting-cta p{margin:0;color:#dbe7ff;font-weight:650;line-height:1.6}
.hosting-cta .hosting-btn{background:#fff;color:#0b57ff}

.hosting-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(2,8,23,.68);
  backdrop-filter:blur(10px);
}

.hosting-modal-backdrop.show{display:flex}

.hosting-modal{
  width:min(590px,94vw);
  background:#fff;
  border-radius:24px;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  border:1px solid #e3ebf8;
  padding:28px;
}

.hosting-modal h3{
  margin:0 0 8px;
  color:#071536;
  font-size:26px;
}

.hosting-modal p{
  margin:0 0 18px;
  color:#52627f;
  line-height:1.6;
  font-weight:650;
}

.hosting-form{display:grid;gap:12px}
.hosting-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}

.hosting-form input,
.hosting-form select,
.hosting-form textarea{
  width:100%;
  min-height:46px;
  border:1px solid #d8e5ff;
  border-radius:13px;
  padding:11px 13px;
  outline:none;
  font-weight:650;
}

.hosting-form textarea{min-height:96px;resize:vertical}

.hosting-modal-actions{
  display:flex;
  justify-content:flex-end;
  gap:10px;
  margin-top:14px;
}

.hosting-alert{
  display:none;
  padding:12px;
  border-radius:12px;
  font-weight:850;
}

.hosting-alert.show{display:block}
.hosting-alert.ok{background:#eafaf1;color:#07883c}
.hosting-alert.err{background:#fff1f1;color:#dc2626}

[data-animate]{opacity:0;transform:translateY(28px);transition:.65s ease}
[data-animate].show{opacity:1;transform:none}

@media(max-width:1100px){
  .hosting-hero-grid{grid-template-columns:1fr}
  .hosting-visual{min-height:420px}
  .hosting-plans{grid-template-columns:1fr 1fr}
  .hosting-feature-strip-inner{grid-template-columns:1fr 1fr 1fr}
  .hosting-includes{grid-template-columns:1fr 1fr}
}

@media(max-width:720px){
  .hosting-trust-grid{grid-template-columns:1fr 1fr}
  .hosting-plans{grid-template-columns:1fr}
  .hosting-feature-strip-inner{grid-template-columns:1fr}
  .hosting-includes{grid-template-columns:1fr}
  .hosting-cta{flex-direction:column;align-items:flex-start}
  .hosting-form-row{grid-template-columns:1fr}
  .hosting-server{position:relative;width:100%;right:auto}
  .hosting-performance-card,.hosting-check-list{position:relative;width:100%;left:auto;right:auto;top:auto;bottom:auto;margin-top:16px}
}
