@font-face{
  font-family: 'Inter';
  src:
    url('/styles/Inter-4.1/web/InterVariable.woff2') format('woff2'),
    url('/styles/Inter-4.1/web/Inter-VariableFont_slnt,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face{
  font-family: 'Inter';
  src:
    url('/styles/Inter-4.1/web/InterVariable-Italic.woff2') format('woff2'),
    url('/styles/Inter-4.1/web/InterVariable-Italic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root{
  --ink:#0f172a;
  --muted:#94a3b8;
  --bg:#fff;
  --card:#fff;
  --pink:#ec4899;
  --lime:#84cc16;
  --brand:#0a3b8f;
  --brand2:#06b6d4;
  --line:rgba(27,43,235,.18);
  --shadow:0 12px 34px rgba(19,25,90,.14);
  --r:14px;
  --cell-x: 10px; 
  --cell-y: 6px;
  --radius: 6px;
  --hair: rgba(214,220,233,.42);
  --shadow: rgba(17,24,39,.07);
  --shadow-soft: rgba(17,24,39,.05);
  --rail-x: 2px;
  --rail-y: 24px;
  --head-gap: 4px;
  --bg-hosting:#0a1c4a;
  --bg-vds:#0a3b8f;
  --bg-dedicated:#081e4d;
  --bg-domains:#009776;
  --bg-services:#2a497a;
  --bg-index: #253867;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  text-rendering:optimizeLegibility;
  font-variant-numeric:tabular-nums;
  font-synthesis-weight:none;
  font-synthesis-style:none;
}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  line-height:1.6;
}
.container{max-width:1240px;margin:0 auto;padding:0 20px}

.utility {
  position: sticky;
  top: 0;
  z-index: 1100;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  background: #0b1040; /* default */
  transition: background .3s ease;
}

.utility.bg-domains   { background-color:var(--bg-domains);  } 
.utility.bg-dedicated { background:var(--bg-dedicated); }
.utility.bg-vps { background:var(--bg-vps);  }
.utility.bg-hosting { background:var(--bg-hosting);  }
.utility.bg-services   { background-color:var(--bg-services);  }
.utility.bg-index   { background-color:var(--bg-index);  }

.utility .row{display:flex;justify-content:space-between;align-items:center;height:66px}
.utility-tools{display:flex;align-items:center;gap:12px}
.utility .sep{opacity:.5}
.utility .sep.v{width:1px;height:16px;background:rgba(255,255,255,.25);display:inline-block;margin:0 4px}


pricing-overlap{width:1px;height:16px;background:#e3f8fe;display:inline-block;margin:0 4px}

/* account link */
.acc-link{display:inline-flex;align-items:center;gap:10px;color:#e5e7eb;text-decoration:none;font:700 14px/1.2 Inter}
.acc-link:hover{opacity:.95}
.acc-ico{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:999px;border:1px solid rgba(255,255,255,.35)}
.acc-ico svg,.acc-link .chev{stroke:#fff}

.domain-check{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-width:320px}
.domain-check input{
  width:min(560px,100%);height:42px;padding:0 16px;border-radius:6px;
  border:1px solid rgba(110,231,255,.25);
  background:rgba(255,255,255,.01);color:#e5e7eb;
  font:600 13px/1 Inter;outline:none;
}
.domain-check input::placeholder{color:rgba(229,231,235,.58)}
.domain-check input:focus{box-shadow:0 0 0 1px rgba(110,231,255,.25);background:rgba(255,255,255,.03)}
.dc-result{
  position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);
  width:min(560px,calc(100% - 40px));background:#fff;border:1px solid rgba(110,231,255,.25);
  border-radius:2px;padding:10px 14px;box-shadow:0 18px 40px rgba(0,0,0,.35);z-index:1200
}

.lang-select{position:relative}
.lang-toggle{
  display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 10px;border-radius:6px;
  border:1px solid rgba(255,255,255,.25);background:transparent;color:#e5e7eb;font:600 13px/1 Inter;cursor:pointer
}
.lang-flag img{display:block;width:18px;height:18px;border-radius:999px;box-shadow:0 0 0 1px rgba(255,255,255,.35);object-fit:cover}

.lang-menu {
  position:absolute; right:0; top:calc(100% + 10px);
  min-width:180px; padding:8px;
  background:linear-gradient(180deg,#12183e,#0d1330);
  color:#e5e7eb; border:1px solid rgba(110,231,255,.22);
  border-radius:6px; box-shadow:0 22px 60px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.04) inset;
  -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px);
  opacity:0; transform:translateY(8px) scale(.98); visibility:hidden; pointer-events:none;
  transition:opacity .28s cubic-bezier(.22,.61,.36,1), transform .28s cubic-bezier(.22,.61,.36,1), visibility 0s .28s;
}

.lang-menu.bg-domains   { background-image:none; background-color:var(--bg-domains); }
.lang-menu.bg-dedicated { background-image:none; background:var(--bg-dedicated); }
.lang-menu.bg-vps { background-image:none;  background:var(--bg-vps);  }
.lang-menu.bg-hosting { background-image:none; background:var(--bg-hosting);  }
.lang-menu.bg-services { background-image:none; background:var(--bg-services);  }
.lang-menu.bg-index { background-image:none; background:var(--bg-index);  }

.lang-select.open .lang-menu{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto;transition:opacity .32s,transform .32s,visibility 0s}
.lang-item{
  width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:transparent;color:#e5e7eb;
  border:0;cursor:pointer;text-align:left;font:600 13px/1 Inter;border-radius:6px;transition:background .18s,transform .18s
}
.lang-item:hover{background:rgba(255,255,255,.08);}
.lang-item[aria-selected="true"]{background:rgba(255,255,255,.08);}
#curSelect .lang-item,
#curSelect .lang-item:link,
#curSelect .lang-item:visited,
#curSelect .lang-item:hover,
#curSelect .lang-item:active {
  text-decoration: none !important;
}

.vps-currency{position:relative}
.vps-cur-toggle{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 10px;border-radius:6px;border:1px solid rgba(255,255,255,.25);background:transparent;color:#e5e7eb;font:600 13px/1 Inter;cursor:pointer}
.vps-cur-menu{
  position:absolute;right:0;top:calc(100% + 10px);min-width:170px;padding:8px;background:linear-gradient(180deg,#12183e,#0d1330);
  color:#e5e7eb;border:1px solid rgba(110,231,255,.22);border-radius:6px;box-shadow:0 22px 60px rgba(0,0,0,.4),0 1px 0 rgba(255,255,255,.04) inset;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transform:translateY(8px) scale(.98);visibility:hidden;pointer-events:none;
  transition:opacity .28s cubic-bezier(.22,.61,.36,1),transform .28s cubic-bezier(.22,.61,.36,1),visibility 0s .28s;z-index:1200
}
.vps-currency.open .vps-cur-menu{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto;transition:opacity .32s,transform .32s,visibility 0s}
.vps-cur-item{
  width:100%;text-align:left;border:0;background:transparent;color:#e5e7eb;padding:10px 12px;border-radius:6px;cursor:pointer;font:600 13px/1 Inter;
  transition:background .18s ease,transform .18s ease;
  
}
.vps-cur-item:hover{background:rgba(255,255,255,.08);}
.vps-cur-item[aria-selected="true"]{background:rgba(255,255,255,.08); }

.brand img{display:block;margin-top:4px}
.header{position:sticky;top:66px;z-index:1000;background:#fff}
.header::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:6px;background:linear-gradient(to bottom,rgba(99,102,241,.10),transparent);pointer-events:none}
.nav{display:flex;align-items:center;gap:40px;height:64px}
.nav a{position:relative;font-weight:600;font-size:15px;color:#0d2c66;text-decoration:none;padding:10px 6px;transition:color .2s}
.nav a:hover{color:#003883}
.nav a::after{content:"";position:absolute;left:0;bottom:-8px;height:3px;width:100%;background:#003883;border-radius:2px;transform:scaleX(0);transform-origin:left;transition:transform .42s}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.nav .has-sub{position:relative}
.nav .has-sub> a{display:inline-flex;align-items:center;gap:6px}
.nav .sub{
  position:absolute;left:0;top:100%;margin-top:8px;min-width:280px;background:linear-gradient(#fff,#f7f9ff);
  border:1px solid rgba(27,43,235,.10);border-radius:6px;box-shadow:0 18px 40px rgba(19,25,90,.16);padding:10px;display:none;transform:translateY(6px);transition:.18s;z-index:60
}

.nav .has-sub:hover>.sub,.nav .has-sub:focus-within>.sub{display:block;transform:translateY(0)}
.nav .sub a{display:block;margin:0 -10px;padding:12px 14px;border-radius:6px;font-weight:600;font-size:15px;color:#0d2c66;text-decoration:none;transition:background .2s,color .2s}
.nav .sub a:hover{background:rgba(58,95,255,.06);color:#003883}
.nav .sub.cols-2{min-width:420px}
.nav .sub.cols-2 .sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 10px}
.nav .sub a::after {
  display: none !important;
  content: none !important;
}

.hero{position:relative;color:#fff;overflow:visible;background:linear-gradient(180deg,#0b1040 0%,#0d2c66 60%,#003883 100%)}
.hero .inner{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;padding:4px 0 120px}
.hero h1{font-size:clamp(28px,5vw,38px);line-height:1.08;margin:0 0 10px}
.hero p{color:#dbeafe}
.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#6ee7ff;color:#0b1040;font:600 12px/1 Inter}

.slider-hosting {position:relative;color:#fff;overflow:visible;background:linear-gradient(180deg,#0b1040 0%,#06368d 60%,#2744a3 100%)}
.slider-hosting .inner{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;padding:64px 0 120px}
.slider-hosting h1{font-size:clamp(28px,5vw,38px);line-height:1.08;margin:0 0 10px}
.slider-hosting p{color:#dbeafe}
.slider-hosting .badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#000;color:#0b1040;font:600 12px/1 Inter}

.slider-dedi {position:relative;color:#fff;overflow:visible;background:linear-gradient(180deg,#102668 0%,#1f4b8b 60%,#194078 100%)}
.slider-dedi .inner{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;padding:64px 0 120px}
.slider-dedi h1{font-size:clamp(28px,5vw,38px);line-height:1.08;margin:0 0 10px}
.slider-dedi p{color:#dbeafe}
.slider-dedi .badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#000;color:#0b1040;font:600 12px/1 Inter}

.trust{background:#f3fbff;border-top:0px solid var(--line);border-bottom:1px solid var(--line); }
.trust .row{display:flex;gap:20px;justify-content:space-between;align-items:center;padding:18px 0;flex-wrap:wrap; }
.trust-index{background: rgba(218, 223, 250, 0.5);}
.trust-index .row{display:flex;gap:20px;justify-content:space-between;align-items:center;padding:18px 0;flex-wrap:wrap; }
.logo{height:34px;width:140px;display:grid;place-items:center;color:#64748b;background:#f9fbff;border:1px dashed var(--line);border-radius:6px}

.stats{padding:28px 0}
.stats .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 2px 10px rgba(19,25,90,.06)}
.stat .n{font-weight:800;font-size:30px}

.section{padding:50px 0}
.lead{color:#64748b}
.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tile{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:var(--shadow)}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;box-shadow:0 4px 16px rgba(19,25,90,.08);display:flex;flex-direction:column;gap:8px}
.card.reco{outline:2px solid rgba(27,43,235,.25)}
.price{font-size:32px;font-weight:800}
.spec{display:flex;gap:8px;color:#475569}
.btn{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;border:1px solid rgba(27,43,235,.2);text-decoration:none}
.btn.primary{background:#fff;color:#0d2c66;font-weight:600;border-radius:6px;padding:12px 20px;border:1px solid rgba(255,255,255,.15);transition:.2s}
.btn.primary:hover{background:#f0f4ff;border:1px solid #6ee7ff;box-shadow:0 0 8px rgba(110,231,255,.4)}

.ctaband{background:linear-gradient(90deg,#e8ecff,#f3fbff);border-top:0px solid var(--line);border-bottom:0px solid var(--line);padding:18px 0}
.ctaband .row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}

.h-ctaband{background:linear-gradient(90deg,#6c77b2, #f2f7ff);border-top:0px solid var(--line);border-bottom:0px solid var(--line);padding:18px 0}
.h-ctaband .row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}


.footer{background:#0b1040;color:#e5e7eb;margin-top:40px}
.footer .top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;padding:36px 0}
.footer a{color:#c7d2fe;text-decoration:none;display:block;padding:6px 0}
.footer .bottom{border-top:1px solid rgba(255,255,255,.12);padding:12px 0;display:flex;justify-content:space-between}

.pricing-overlap{position:relative;z-index:5;margin-top:-110px;margin-bottom:54px}
.pricing-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}
.pricing-head h2{margin:0;color:#fff;font-weight:900;letter-spacing:-.01em}
.vps-billing{background:#fff;border:1px solid var(--line);border-radius:6px;padding:4px;display:flex;gap:4px}
.vps-bill-toggle{border:0;background:transparent;color:#334155;padding:8px 12px;border-radius:6px;font-weight:700;cursor:pointer}
.vps-bill-toggle.is-active{background:rgba(58,95,255,.10);color:#0b1040;box-shadow:inset 0 0 0 1px rgba(58,95,255,.25)}
.save{color:#65a30f; }
.pricing-overlap .vps-billing{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.25)}
.pricing-overlap .vps-bill-toggle{color:#e5edff}
.pricing-overlap .vps-bill-toggle.is-active{background:rgba(255,255,255,.18);color:#fff;box-shadow:none}

.pricing-wrap{width:min(100%,1160px)}

.pricing-surface{
  position:relative;border-radius:6px;padding:12px;
  background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter:blur(8px) saturate(1.2);backdrop-filter:blur(8px) saturate(1.2);
  box-shadow:0 3px 5px rgba(2,6,23,.18)
}
.pricing-surface::before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0));opacity:.8
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .pricing-surface{background:rgba(255,255,255,.85);border-color:rgba(2,6,23,.08)}
}

.h-pricing-surface{
  position:relative;border-radius:6px;padding:12px;
  background: linear-gradient(180deg, #eef4ff 0%, #ffffff 100%);border:1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter:blur(8px) saturate(1.2);backdrop-filter:blur(8px) saturate(1.2);
  box-shadow:0 3px 5px rgba(2,6,23,.18)
}
.h-pricing-surface::before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0));opacity:.8
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .h-pricing-surface{background:rgba(255,255,255,.85);border-color:rgba(2,6,23,.08)}
}

@media (min-width:1180px){
  .plans-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;overflow:visible}
  .plans-row .vps-plan{min-width:0;width:100%}
}
@media (max-width:1179.98px){
  .plans-row{display:flex;gap:14px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory}
  .plans-row::-webkit-scrollbar{height:8px}
  .plans-row::-webkit-scrollbar-thumb{background:rgba(255,255,255,.35);border-radius:999px}
  .plans-row .vps-plan{min-width:270px;scroll-snap-align:start}
}

.vps-plan{
  background:#fff;
  border:1px solid rgba(2,6,23,.08);
  border-radius:6px;
  padding:16px;
  display:grid;grid-template-rows:auto auto auto auto auto 1fr
}

.vps-plan-top{display:flex;align-items:center;gap:8px;min-height:28px}
.vps-recobadge{margin-left:auto;background:#f0fdfa;color:#0b1040;border:1px solid rgba(58,95,255,.28);font:600 12px/1 Inter;border-radius:999px;padding:3px 8px}
.vps-deal{background:#f3fbff;color:#65a30d;border:1px solid rgba(0,0,0,.06);padding:3px 8px;border-radius:999px;font:600 12px/1 Inter}

.vps-pricewrap{display:flex;align-items:baseline;gap:10px;min-height:44px}
.vps-price-old{font-size:13px;opacity:.55;text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#ed4c8f}
.vps-price{display:flex;align-items:baseline;gap:6px}
.vps-price .curr{font-weight:700;color:#0b1040}
.vps-price .num{font-size:32px;font-weight:700;letter-spacing:-.02em;color:#0b1040}
.vps-price .per{opacity:.65;font-weight:600}

.vps-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:44px;border-radius:6px;text-decoration:none;font-weight:900;border:1px solid rgba(27,43,235,.20)}

.badge-light {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font: 700 13px/1 Inter, sans-serif;
  color: #fff;
  background: linear-gradient(90deg, #ec4899, #f97316);
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

.badge-dedi {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font: 700 13px/1 Inter, sans-serif;
  color: #fff;
  background: linear-gradient(90deg, #7da49d, #cdaa7f);
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

.badge-hosting {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  font: 700 13px/1 Inter, sans-serif;
  color: #fff;
background: linear-gradient(90deg,
  #6c77b2 0%,
  #6c77b2 70%,
  #5aa8c9 85%,
  #42e2ea 100%
);
  box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

.vps-btn.primary {
  background: linear-gradient(90deg, #3a5fff, #06b6d4);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .2s ease;
}

.vps-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(58,95,255,.35);
}

.vps-note{margin-top:8px;font-size:12.5px;color:#475569;text-align:center}
.vps-divider{height:1px;background:rgba(2,6,23,.08);margin:12px 0}

.vps-feat{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:#0b1040}
.vps-feat li{
  display:flex;align-items:center;gap:8px;
    font-size:14.5px;
    font-weight: 500;
  color:#334155;
}
.vps-badges{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}
.vps-badges .badge{background:#F2F5FD;color:#0b1040;border:1px solid rgba(2,6,23,.06);font:700 11px/1 Inter;padding:4px 8px;border-radius:999px}

.icon-cpu,.icon-ram,.icon-nvme,.icon-net,.icon-speedometer{width:20px;height:20px;display:inline-block;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9}
.icon-cpu{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><rect x="5" y="5" width="14" height="14" rx="2"/><rect x="8.5" y="8.5" width="7" height="7" rx="1.2"/><path d="M9 1v3M15 1v3M9 20v3M15 20v3M1 9h3M1 15h3M20 9h3M20 15h3"/></svg>')}
.icon-ram{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="7" width="18" height="10" rx="2"/><path d="M7 7v-2M11 7v-2M15 7v-2M19 7v-2M7 17v2M11 17v2M15 17v2M19 17v2"/></svg>')}
.icon-nvme{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><rect x="4" y="6" width="16" height="12" rx="2"/><path d="M7 9h6M7 12h9M7 15h5"/><path d="M16.5 6.5l3 3"/></svg>')}
.icon-net{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><path d="M4 16a8 8 0 0 1 16 0"/><path d="M8 16a4 4 0 0 1 8 0"/><circle cx="12" cy="18.5" r="1.5" fill="currentColor" stroke="none"/></svg>')}
.icon-speedometer{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 12l4-4'/%3E%3Cpath d='M9 17h6'/%3E%3C/svg%3E")}

.icon-globe,.icon-mail{
  width:20px;height:20px;display:inline-block;
  background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9;
}
.icon-globe,.icon-mail{
  width:20px;height:20px;display:inline-block;
  background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9;
}
.icon-globe{
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="9"/><path d="M12 3c-2.5 2.6-3.5 6-3.5 9s1 6.4 3.5 9c2.5-2.6 3.5-6 3.5-9s-1-6.4-3.5-9z"/><path d="M3 12h18"/></svg>');}
.icon-mail{
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="5" width="18" height="14" rx="2"/><path d="M3.5 7l8.5 6 8.5-6"/></svg>');}
.icon-db{
  width:20px;height:20px;display:inline-block;
  background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><ellipse cx="12" cy="6.5" rx="7" ry="3.5"/><path d="M5 6.5v7.5c0 1.9 3.1 3.5 7 3.5s7-1.6 7-3.5V6.5"/><path d="M5 11.5c0 1.9 3.1 3.5 7 3.5s7-1.6 7-3.5"/></svg>');}

.icon-net2{
  width:20px;height:20px;display:inline-block;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  opacity:.9;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="18" r="1.5" fill="currentColor" stroke="none"/><path d="M4.5 15a8 8 0 0 1 15 0"/><path d="M7.5 12a5 5 0 0 1 9 0"/><path d="M10.5 9a2 2 0 0 1 3 0"/></svg>');}

.icon-net-nodes{
  width:20px;height:20px;display:inline-block;
  background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="5" cy="12" r="2"/><circle cx="19" cy="6" r="2"/><circle cx="19" cy="18" r="2"/><path d="M7 12h10M19 8v8"/></svg>');}
.icon-net-hub{
  width:20px;height:20px;display:inline-block;
  background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.9;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="2"/><circle cx="4" cy="4" r="2"/><circle cx="20" cy="4" r="2"/><circle cx="20" cy="20" r="2"/><path d="M12 12L4 4M12 12L20 4M12 12L20 20"/></svg>');}

@media (max-width:980px){
  .hero .inner{grid-template-columns:1fr}
  .tiles,.cards,.stats .grid{grid-template-columns:1fr 1fr}
}
@media (max-width:768px){
  .acc-link{font:600 13px/1.2 Inter}
}
@media (max-width:640px){
  .tiles,.cards,.stats .grid{grid-template-columns:1fr}
}
@media (max-width:960px){
  .domain-check{display:none}
}

.vps-recobadge{ display:none !important; }

.vps-value{padding:28px 0 60px}

.vps-glassstrip{
  display:grid;grid-template-columns:repeat(4,1fr);gap:12px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter:blur(8px) saturate(1.15);backdrop-filter:blur(8px) saturate(1.15);
  border-radius:14px;padding:10px;box-shadow:0 16px 36px rgba(2,6,23,.12);
  margin-bottom:18px
}
.vps-pillitem{
  background:#fff;border:1px solid rgba(2,6,23,.08);border-radius:12px;padding:12px 14px;
  display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:10px;row-gap:2px;align-items:center
}
.vps-pillitem .vps-i{grid-row:1/3}
.vps-pillitem b{font:800 16px/1.1 Inter;color:#0b1040}
.vps-pillitem .sub{font:600 12px/1.2 Inter;color:#64748b}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.vps-billing .lang-select { position: relative; }
.vps-billing .lang-toggle { height: 34px; }
.vps-billing .lang-menu   { min-width: 180px; }
.vps-billing .lang-item   { width: 100%; }

.vps-h3{margin:24px 0 10px;font:900 20px/1.1 Inter;color:#0b1040}

.vps-included{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}
.vps-included li{
  display:flex;align-items:center;gap:8px;
  background:#fff;border:1px solid rgba(2,6,23,.08);border-radius:999px;
  padding:8px 12px;font:800 13px/1.2 Inter;color:#0b1040
}

.vps-proof{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px}
.vps-proof-card{background:#fff;border:1px solid rgba(2,6,23,.08);border-radius:12px;padding:14px}
.vps-proof-card .head{font:900 16px/1.1 Inter;color:#0b1040;margin-bottom:8px}
.lat-list,.why{margin:0;padding:0;list-style:none;display:grid;gap:8px;color:#0b1040}
.lat-list li{display:flex;justify-content:space-between}
.vps-proof-card .note{margin-top:10px;color:#64748b;font:600 12px/1.2 Inter}

.vps-btn.ghost{
  display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 12px;margin-top:10px;
  border-radius:8px;border:1px dashed rgba(58,95,255,.35);text-decoration:none;color:#0b1040;font:800 13px/1 Inter;
  background:linear-gradient(90deg,#f3f7ff,#fff)
}

.vps-faq{margin-top:16px;border-top:1px solid rgba(2,6,23,.08);padding-top:12px;display:grid;gap:8px}
.vps-faq details{background:#fff;border:1px solid rgba(2,6,23,.08);border-radius:10px;padding:10px}
.vps-faq summary{cursor:pointer;font:800 14px/1.2 Inter;color:#0b1040;list-style:none}
.vps-faq summary::-webkit-details-marker{display:none}
.vps-faq p{margin:8px 0 2px;color:#475569}

.vps-i{width:24px;height:24px;display:inline-block;background-repeat:no-repeat;background-size:contain;opacity:.95}
.vps-i-shield{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Cpath d='M12 2l7 3v6c0 5-3.5 8.5-7 9-3.5-.5-7-4-7-9V5l7-3z'/%3E%3Cpath d='M8.5 12.5l2.5 2.5 4.5-5' fill='none'/%3E%3C/svg%3E")}
.vps-i-clock{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v6l4 2'/%3E%3C/svg%3E")}
.vps-i-migrate{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Cpath d='M4 7h9a4 4 0 0 1 4 4v6'/%3E%3Cpath d='M9 17l-5-5 5-5'/%3E%3C/svg%3E')}
.vps-i-headset{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Cpath d='M4 12a8 8 0 0 1 16 0v6'/%3E%3Crect x='2' y='12' width='6' height='6' rx='2'/%3E%3Crect x='16' y='12' width='6' height='6' rx='2'/%3E%3C/svg%3E')}
.vps-i-ssd{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='M7 9h6M7 12h9M7 15h5'/%3E%3C/svg%3E')}
.vps-i-ddos{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Cpath d='M12 2l8 4v6c0 5-4 8-8 10C8 20 4 17 4 12V6z'/%3E%3Cpath d='M8 12l2 2 4-4'/%3E%3C/svg%3E')}
.vps-i-snap{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='M8 5l2-2h4l2 2'/%3E%3Cpath d='M12 9l3 3-3 3-3-3 3-3z'/%3E%3C/svg%3E')}
.vps-i-ipv6{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Cpath d='M3 12a9 9 0 0 1 18 0'/%3E%3Ccircle cx='7.5' cy='12' r='2.5'/%3E%3Ccircle cx='16.5' cy='12' r='2.5'/%3E%3C/svg%3E')}
.vps-i-panel{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Crect x='3' y='4' width='18' height='16' rx='2'/%3E%3Cpath d='M3 9h18M8 4v16'/%3E%3C/svg%3E')}
.vps-i-api{background-image:url('data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1040' stroke-width='1.8'%3E%3Cpath d='M4 8l8-5 8 5v8l-8 5-8-5z'/%3E%3Cpath d='M12 7v10'/%3E%3C/svg%3E')}

@media (max-width:980px){
  .vps-glassstrip{grid-template-columns:repeat(2,1fr)}
  .vps-proof{grid-template-columns:1fr}
}
@media (max-width:560px){
  .vps-glassstrip{grid-template-columns:1fr}
}

.h-type{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.25);
  border-radius:6px;padding:4px;display:flex;gap:4px}
.h-type-btn{border:0;background:transparent;color:#e5edff;padding:8px 12px;border-radius:6px;
  font-weight:800;cursor:pointer}
.h-type-btn.is-active{background:rgba(255,255,255,.18);color:#fff}

.h-plan{
background:#fbfdff; border:1px solid rgba(2,6,23,.06); 
  box-shadow: 0 8px 20px rgba(4,92,161,.08);
  
  border-radius:6px;padding:16px;
  display:grid;grid-template-rows:auto auto auto 1fr;gap:10px}
.h-top{display:flex;align-items:center;gap:8px;min-height:28px}
.h-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;
  font:700 12px/1 Inter;background:#5aa8c9;color:#fff;border:1px solid rgba(2,6,23,.06)}
.h-price{display:flex;align-items:baseline;gap:8px;min-height:44px; }
.h-price .curr{font-weight:700;color:#0b1040}
.h-price .num{font-size:32px;font-weight:700;letter-spacing:-.02em;color:#0b1040;
  font-variant-numeric: tabular-nums;} /* ровные столбцы цифр */
.h-price .per{opacity:.65;font-weight:500}
.h-cta{
  display:inline-flex;align-items:center;justify-content:center;
  height:44px;padding:0 18px;border-radius:6px;
  background:#3a57a8;            /* спокойный синий без градиента */
  color:#fff;font-weight:900;text-decoration:none;
  border:1px solid rgba(0,0,0,.06);
  box-shadow:0 4px 10px rgba(58,87,168,.12);
  transition:transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.h-cta:hover{ background:#334f9b; box-shadow:0 6px 14px rgba(51,79,155,.18); transform:translateY(-1px); }
.h-cta:active{ transform:translateY(0); box-shadow:0 2px 6px rgba(0,0,0,.12); }
.h-plan{ background:#fbfdff; border:1px solid rgba(2,6,23,.06); }

.h-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(0,0,0,0.12),
    transparent
  );
  margin: 8px 0;
}
.h-feat{list-style:none;margin:0;padding:0;display:grid;gap:8px;color:#475569;font-size:14.5px;  }
.h-feat li{display:flex;align-items:center;gap:8px}
.h-feat li, .h-feat li span {
  color: #34435c;
}
.h-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}
.h-chip{background:#F2F5FD;color:#0b1040;border:1px solid rgba(2,6,23,.06);
  font:700 11px/1 Inter;padding:4px 8px;border-radius:999px}
.h-chipg{background: #eafff4;
  color: #047857;
  border: 1px solid rgba(16,185,129,.35);
  border:1px solid rgba(2,6,23,.06);
  font:700 11px/1 Inter;padding:4px 8px;border-radius:999px}

.h-oldprice {
  display:flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  margin:-6px 0 6px;
  color:#0a1041;
}

.h-oldprice .oldnum {
  font-weight:600;
  color:#0a1041;
  text-decoration:line-through;
  text-decoration-color:#f97120;
}

.h-disc-badge{
  position:absolute; top:12px; right:12px;
  background:#f3fbff;
  color:#65a30d;border:1px solid rgba(0,0,0,.06);
  font-weight:800;
  font-size:12px; line-height:1; padding:4px 8px; border-radius:999px;
}

.h-trust{background: #f4f5ff;border-top:0px solid var(--line);border-bottom:1px solid var(--line); }
.h-trust .row{display:flex;gap:20px;justify-content:space-between;align-items:center;padding:18px 0;flex-wrap:wrap; }

/* =========================================================
   FEATURES (under .trust)
========================================================= */
.features {
  background: #f3fbff;
  padding: 46px 0 64px;
}
.features-title {
  margin: 0 0 16px;
  font: 900 21px/1.15 Inter, sans-serif;
  color: #0b1040;
}

/* Tabs */
.feat-tabs {
  display: flex;
  gap: 26px;
  margin-bottom: 16px;
}
.feat-tab {
  cursor: pointer;
  font: 800 16px/1 Inter, sans-serif;
  color: #475569;
  opacity: .75;
  position: relative;
  padding: 10px 20px;
  transition: opacity .2s;
}
.feat-tab:hover { opacity: 1; }

/* Active tab */
#tab-hardware:checked ~ .feat-tabs label[for="tab-hardware"],
#tab-software:checked ~ .feat-tabs label[for="tab-software"],
#tab-network:checked ~ .feat-tabs label[for="tab-network"],
#tab-services:checked ~ .feat-tabs label[for="tab-services"] {
  opacity: 1;
  color: #0b1040;
}
#tab-hardware:checked ~ .feat-tabs label[for="tab-hardware"]::after,
#tab-software:checked ~ .feat-tabs label[for="tab-software"]::after,
#tab-network:checked ~ .feat-tabs label[for="tab-network"]::after,
#tab-services:checked ~ .feat-tabs label[for="tab-services"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--brand), var(--brand2));
}

/* Viewport + slides */
.feat-viewport {
  position: relative;
  min-height: 240px;
}
.feat-slide {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  position: absolute;
  inset: 0;
  visibility: hidden;
  transition: opacity .3s ease, transform .3s ease, visibility 0s .3s;
}
#tab-hardware:checked ~ .feat-viewport .feat-slide.hardware,
#tab-software:checked ~ .feat-viewport .feat-slide.software,
#tab-network:checked ~ .feat-viewport .feat-slide.network,
#tab-services:checked ~ .feat-viewport .feat-slide.services {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative;
  visibility: visible;
  transition: opacity .32s ease, transform .32s ease, visibility 0s;
}

/* Grid + cards */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.feat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(2,6,23,.08);
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(2,6,23,0.06);
}

/* Mini illustration */
.mini-illu {
  width: 56px; height: 56px;
  border-radius: 12px;
  background: linear-gradient(180deg,#f3fbff,#ffffff);
  border: 1px solid rgba(27,43,235,.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.feat-text h3 {
  margin: 2px 0 6px;
  font-size:15.5px;
  color: #0b1040;
}
.feat-text p {
  margin: 0;
  font-size:14.5px;
  color:#475569;
}

/* Chips (optional/included badges) */
.chip {
  display: inline-flex;
  margin-top: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  font: 800 12px/1 Inter, sans-serif;
}
.chip.included {
  background: #eafff4;
  color: #047857;
  border: 1px solid rgba(16,185,129,.35);
}
.chip.optional {
  background: #fff5e6;
  color: #7a3e00;
  border: 1px solid rgba(245,158,11,.35);
}

/* Illu icons */
.illu-ssd{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Crect x="4" y="6" width="16" height="12" rx="2"/%3E%3Cpath d="M7 9h6M7 12h9M7 15h5"/%3E%3C/svg%3E')}
.illu-cpu{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Crect x="5" y="5" width="14" height="14" rx="2"/%3E%3Crect x="8.5" y="8.5" width="7" height="7" rx="1.2"/%3E%3C/svg%3E')}
.illu-ram{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Crect x="3" y="7" width="18" height="10" rx="2"/%3E%3Cpath d="M7 5v4M11 5v4M15 5v4M19 5v4M7 17v2M11 17v2M15 17v2M19 17v2"/%3E%3C/svg%3E')}
.illu-scale{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M3 17h8a5 5 0 0 0 5-5V3"/%3E%3Cpolyline points="17 7 21 3 21 9"/%3E%3C/svg%3E')}
.illu-os{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Crect x="3" y="4" width="18" height="16" rx="2"/%3E%3Cpath d="M3 9h18"/%3E%3C/svg%3E')}
.illu-panel{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Crect x="4" y="5" width="16" height="14" rx="2"/%3E%3Cpath d="M8 5v14M4 10h16"/%3E%3C/svg%3E')}
.illu-backup{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M12 6v6l4 2"/%3E%3Ccircle cx="12" cy="12" r="9"/%3E%3C/svg%3E')}
.illu-snap{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Crect x="3" y="5" width="18" height="14" rx="2"/%3E%3Cpath d="M8 5l2-2h4l2 2M12 9l3 3-3 3-3-3 3-3z"/%3E%3C/svg%3E')}
.illu-shield{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M12 2l8 4v6c0 5-4 8-8 10C8 20 4 17 4 12V6z"/%3E%3Cpath d="M8 12l2 2 4-4"/%3E%3C/svg%3E')}
.illu-net{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M4 16a8 8 0 0 1 16 0"/%3E%3Cpath d="M8 16a4 4 0 0 1 8 0"/%3E%3Ccircle cx="12" cy="18.5" r="1.5" fill="%230b1040" stroke="none"/%3E%3C/svg%3E')}
.illu-vrack{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Crect x="3" y="6" width="7" height="12" rx="2"/%3E%3Crect x="14" y="6" width="7" height="12" rx="2"/%3E%3Cpath d="M10 12h4"/%3E%3C/svg%3E')}
.illu-speed{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Ccircle cx="12" cy="12" r="9"/%3E%3Cpath d="M12 12l4-4M9 17h6"/%3E%3C/svg%3E')}
.illu-support{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M4 12a8 8 0 0 1 16 0v6"/%3E%3Crect x="2" y="12" width="6" height="6" rx="2"/%3E%3Crect x="16" y="12" width="6" height="6" rx="2"/%3E%3C/svg%3E')}
.illu-migrate{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M4 7h9a4 4 0 0 1 4 4v6"/%3E%3Cpath d="M9 17l-5-5 5-5"/%3E%3C/svg%3E')}
.illu-sla{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M6 20l6-16 6 16"/%3E%3Cpath d="M6 14h12"/%3E%3C/svg%3E')}
.illu-advice{background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%230b1040" stroke-width="1.8"%3E%3Cpath d="M12 2l8 4v6c0 5-4 8-8 10-4-2-8-5-8-10V6z"/%3E%3Cpath d="M9 11h6M8 14h8"/%3E%3C/svg%3E')}


/* Визуально «дороже»: кольцо, мягкая тень, градиентный фон */
.mini-illu{
  position: relative;
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(180deg,#f3fbff,#fff);
  border: 1px solid rgba(27,43,235,.10);
  box-shadow: 0 6px 16px rgba(2,6,23,.08);
  overflow: hidden;
}
.mini-illu::before{
  content:"";
  position:absolute; inset:-2px;
  background: conic-gradient(from 120deg, var(--brand), var(--brand2), var(--pink), var(--brand) 85%);
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 20px, #000 21px);
          mask: radial-gradient(circle at 50% 50%, transparent 20px, #000 21px);
  opacity:.25;
}
.mini-illu::after{
  content:"";
  position:absolute; inset:0;
  background-repeat:no-repeat; background-position:center; background-size:70%;
  filter: drop-shadow(0 2px 6px rgba(2,6,23,.12));
}

/* === CPU: «чип», аккуратно разделённый диагональю (намёк на AMD/Intel), мощная линия-молния === */

.illu-cpu-pro{
  background: linear-gradient(180deg,#ffffff,#f6f9ff);
}
.illu-cpu-pro::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3ClinearGradient id='g1' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%233a5fff'/%3E%3Cstop offset='60%25' stop-color='%2306b6d4'/%3E%3Cstop offset='100%25' stop-color='%23ec4899'/%3E%3C/linearGradient%3E%3ClinearGradient id='g2' x1='1' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%2384cc16'/%3E%3Cstop offset='100%25' stop-color='%2306b6d4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='28' y='28' width='104' height='104' rx='12' fill='none' stroke='%230b1040' stroke-opacity='.85' stroke-width='6'/%3E%3Cpath d='M28 110 L110 28' stroke='url(%23g1)' stroke-width='6' stroke-linecap='round'/%3E%3Crect x='58' y='58' width='44' height='44' rx='8' fill='none' stroke='url(%23g2)' stroke-width='6'/%3E%3Cg stroke='%230b1040' stroke-opacity='.75' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M58 20v16M82 20v16M106 20v16'/%3E%3Cpath d='M58 124v16M82 124v16M106 124v16'/%3E%3Cpath d='M20 58h16M20 82h16M20 106h16'/%3E%3Cpath d='M124 58h16M124 82h16M124 106h16'/%3E%3C/g%3E%3Cpath d='M90 44 L72 80 h20 l-10 28' fill='none' stroke='url(%23g1)' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.illu-nvme-pro{
  background: linear-gradient(180deg,#ffffff,#f6f9ff);
}
.illu-nvme-pro::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3ClinearGradient id='nv1' x1='0' y1='0' x2='1' y2='0'%3E%3Cstop offset='0%25' stop-color='%233a5fff'/%3E%3Cstop offset='70%25' stop-color='%2306b6d4'/%3E%3Cstop offset='100%25' stop-color='%2384cc16'/%3E%3C/linearGradient%3E%3ClinearGradient id='nv2' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%23ec4899'/%3E%3Cstop offset='100%25' stop-color='%2306b6d4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='28' y='56' width='104' height='48' rx='8' fill='none' stroke='%230b1040' stroke-opacity='.85' stroke-width='6'/%3E%3Crect x='40' y='64' width='20' height='32' rx='4' fill='none' stroke='url(%23nv2)' stroke-width='6'/%3E%3Crect x='66' y='64' width='20' height='32' rx='4' fill='none' stroke='url(%23nv2)' stroke-width='6' opacity='.9'/%3E%3Crect x='92' y='64' width='20' height='32' rx='4' fill='none' stroke='url(%23nv2)' stroke-width='6' opacity='.8'/%3E%3Cg stroke='%2384cc16' stroke-width='6'%3E%3Cpath d='M124 64 v28'/%3E%3Cpath d='M132 64 v28'/%3E%3C/g%3E%3Cg stroke='url(%23nv1)' stroke-width='6' stroke-linecap='round'%3E%3Cpath d='M20 48 h60'/%3E%3Cpath d='M20 40 h44' opacity='.7'/%3E%3Cpath d='M20 112 h54'/%3E%3C/g%3E%3C/svg%3E");
}

.illu-network-pro{
  background: linear-gradient(180deg,#ffffff,#f6f9ff);
}
.illu-network-pro::after{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cdefs%3E%3ClinearGradient id='nw1' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0%25' stop-color='%2306b6d4'/%3E%3Cstop offset='60%25' stop-color='%233a5fff'/%3E%3Cstop offset='100%25' stop-color='%23ec4899'/%3E%3C/linearGradient%3E%3ClinearGradient id='nw2' x1='0' y1='1' x2='1' y2='0'%3E%3Cstop offset='0%25' stop-color='%2384cc16'/%3E%3Cstop offset='100%25' stop-color='%2306b6d4'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='80' cy='80' r='36' fill='none' stroke='%230b1040' stroke-opacity='.85' stroke-width='6'/%3E%3Cpath d='M44 80 h72 M80 44 v72' stroke='%230b1040' stroke-opacity='.75' stroke-width='6'/%3E%3Cellipse cx='80' cy='80' rx='30' ry='14' fill='none' stroke='url(%23nw2)' stroke-width='6'/%3E%3Cg stroke='url(%23nw1)' stroke-width='6' stroke-linecap='round'%3E%3Cpath d='M18 56 H58'/%3E%3Cpath d='M18 80 H48' opacity='.8'/%3E%3Cpath d='M18 104 H64' opacity='.6'/%3E%3C/g%3E%3Cpath d='M112 52 l22 10 v16 c0 18-10 30-22 34-12-4-22-16-22-34V62z' fill='none' stroke='url(%23nw2)' stroke-width='6'/%3E%3Cpath d='M106 88 l8 8 14-16' fill='none' stroke='url(%23nw1)' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.illu-big {
  display: inline-block;
  width: 66px;   /* 2× больше чем 56px */
  height: 66px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(2,6,23,.15);
  background: linear-gradient(180deg,#f9faff,#ffffff);
  border: 1px solid rgba(27,43,235,.12);
  position: relative;               /* важно для псевдоэлемента */
  isolation: isolate;               /* чтобы blend работал локально */
}

.illu-big img{ 
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) brightness(0.9); /* меньше цвета и яркости */
  opacity: 0.8;                          /* приглушаем прозрачностью */

}
.hero-illu {

  filter: drop-shadow(0 10px 22px rgba(0,40,120,.28));
}
@media (min-width:1200px){ .hero-illu{ margin-right:-8px; margin-top:-6px; } }


.faq-simple {
  padding: 40px 0 60px;
  background: #fff;
}
.faq-simple details {
  border-bottom: 1px solid rgba(2,6,23,.08);
  padding: 14px 0;
}
.faq-simple summary {
  cursor: pointer;
  font: 700 15px/1.4 Inter, sans-serif;
  color: #0b1040;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-simple summary::after {
  content: "›";
  transform: rotate(90deg);
  font-size: 16px;
  color: #475569;
  transition: transform .25s ease;
}
.faq-simple[open] summary::after,
.faq-simple details[open] summary::after {
  transform: rotate(-90deg);
}

.faq-simple p {
  margin: 8px 0 0;
  color: #475569;
  font: 500 14px/1.6 Inter, sans-serif;

  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  overflow: hidden;
  transition:
    max-height .35s ease,
    opacity .25s ease,
    transform .25s ease;
}
.faq-simple details[open] p {
  max-height: 200px; /* регулируй по размеру текста */
  opacity: 1;
  transform: translateY(0);
}



/* === Hosting Features (h-*) === */

.h-feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.h-feat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(2,6,23,.08);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(2,6,23,0.06);
}
.h-mini-illu {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(180deg,#f3fbff,#ffffff);
  border: 1px solid rgba(27,43,235,.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}



/* === HOSTING FEATURES (CSS tabs) === */
.h-features { background:#f4f5ff; padding:46px 0 64px; }
.h-features-title { margin:0 0 16px; font:900 26px/1.15 Inter,sans-serif; color:#0b1040; }

/* tabs header */
.h-feat-tabs { display:flex; gap:26px; margin-bottom:16px; }
.h-feat-tab { cursor:pointer; font:800 15.5px/1 Inter,sans-serif; color:#475569; opacity:.75; position:relative; padding:10px 2px; transition:opacity .2s; }
.h-feat-tab:hover { opacity:1; }

/* active state (как в VPS) */
#h-tab-infrastructure:checked ~ .h-feat-tabs label[for="h-tab-infrastructure"],
#h-tab-software:checked    ~ .h-feat-tabs label[for="h-tab-software"],
#h-tab-services:checked    ~ .h-feat-tabs label[for="h-tab-services"]{
  opacity:1; color:#0b1040;
}
#h-tab-infrastructure:checked ~ .h-feat-tabs label[for="h-tab-infrastructure"]::after,
#h-tab-software:checked    ~ .h-feat-tabs label[for="h-tab-software"]::after,
#h-tab-services:checked    ~ .h-feat-tabs label[for="h-tab-services"]::after{
  content:""; position:absolute; left:0; right:0; bottom:-6px; height:3px; border-radius:2px;
  background:linear-gradient(90deg, #46e5e9, #6d78b2);
}

/* viewport + slides */
.h-feat-viewport { position:relative; min-height:240px; }
.h-feat-slide {
  opacity:0; transform:translateY(8px); pointer-events:none; position:absolute; inset:0; visibility:hidden;
  transition:opacity .3s ease, transform .3s ease, visibility 0s .3s;
}
#h-tab-infrastructure:checked ~ .h-feat-viewport .h-feat-slide.infrastructure,
#h-tab-software:checked    ~ .h-feat-viewport .h-feat-slide.software,
#h-tab-services:checked    ~ .h-feat-viewport .h-feat-slide.services{
  opacity:1; transform:none; pointer-events:auto; position:relative; visibility:visible;
  transition:opacity .32s ease, transform .32s ease, visibility 0s;
}

/* grid + cards (reuse стиль как у VPS) */
.h-feat-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:14px; }
.h-feat-card{
  display:grid; grid-template-columns:auto 1fr; gap:14px;
  background:#fff; border:1px solid rgba(2,6,23,.08); border-radius:6px; padding:16px;
  box-shadow:0 6px 18px rgba(2,6,23,.06);
}

/* мини-иконка/иллюстрация */
.h-mini-illu{
  width:56px;height:56px;border-radius:12px;
  background:linear-gradient(180deg,#f3fbff,#ffffff);
  border:1px solid rgba(27,43,235,.08);
  background-repeat:no-repeat;background-position:center;background-size:60%;
}
.h-feat-text h3{ margin:2px 0 6px; font-size:15.5px; color:#0b1040; }
.h-feat-text p{ margin:0; font-size:14.5px; color:#475569; }



/* === Dedicated type switch === */
.dedi-type {
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 6px;
  padding: 4px;
  display: flex;
  gap: 4px;
}
.dedi-type-btn {
  border: 0;
  background: transparent;
  color: #e5edff;
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
}
.dedi-type-btn.is-active {
  background: rgba(255,255,255,.18);
  color: #fff;
}

/* === Dedicated cards (dedi-*) === */
.dedi-plan {
  background: #fbfdff;
  border: 1px solid rgba(2,6,23,.06);
  box-shadow: 0 8px 20px rgba(4,92,161,.08);
  border-radius: 6px;
  padding: 16px;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: 10px;
  position: relative;
}
.dedi-top {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 28px;
}
.dedi-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font: 700 12px/1 Inter;
  background: #5aa8c9;
  color: #fff;
  border: 1px solid rgba(2,6,23,.06);
}

/* price zone */
.dedi-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-height: 44px;
}
.dedi-price .curr {
  font-weight: 900;
  color: #0b1040;
}
.dedi-price .num {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -.02em;
  color: #0b1040;
  font-variant-numeric: tabular-nums;
}
.dedi-price .per {
  opacity: .65;
  font-weight: 700;
}

/* CTA button */
.dedi-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  background: #3a57a8;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 4px 10px rgba(58,87,168,.12);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.dedi-cta:hover {
  background: #334f9b;
  box-shadow: 0 6px 14px rgba(51,79,155,.18);
  transform: translateY(-1px);
}
.dedi-cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

/* divider */
.dedi-line {
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, rgba(0,0,0,0.12), transparent);
  margin: 8px 0;
}

/* feature list */
.dedi-feat {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: #475569;
  font-size: 14.5px;
}
.dedi-feat li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #34435c;
}
.dedi-feat li span {
  color: #34435c;
}

/* chips */
.dedi-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.dedi-chip {
  background: #F2F5FD;
  color: #0b1040;
  border: 1px solid rgba(2,6,23,.06);
  font: 700 11px/1 Inter;
  padding: 4px 8px;
  border-radius: 999px;
}
.dedi-chipg {
  background: #eafff4;
  color: #047857;
  border: 1px solid rgba(16,185,129,.35);
  font: 700 11px/1 Inter;
  padding: 4px 8px;
  border-radius: 999px;
}

/* old price */
.dedi-oldprice {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  margin: -6px 0 6px;
  color: #0a1041;
}
.dedi-oldprice .oldnum {
  font-weight: 600;
  color: #0a1041;
  text-decoration: line-through;
  text-decoration-color: #f97120;
}

/* discount badge */
.dedi-disc-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f3fbff;
  color: #65a30d;
  border: 1px solid rgba(0,0,0,.06);
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 999px;
}

/* trust band */
.dedi-trust {
background: rgba(221, 192, 143, 0.1);

  border-top: 0 solid var(--line);
  border-bottom: 1px solid rgba(221, 192, 143, 0.35);
}
.dedi-trust .row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  flex-wrap: wrap;
}

.dedi-trust  .logo{height:34px;width:140px;display:grid;place-items:center;color:#64748b;background:#f9fbff;border:1px dashed rgba(221, 192, 143, 0.35);border-radius:6px}

/* === Dedicated features section (dedi-*) === */
.dedi-features {
  background: #f4f5ff;
  padding: 46px 0 64px;
}
.dedi-features-title {
  margin: 0 0 16px;
  font: 900 26px/1.15 Inter, sans-serif;
  color: #0b1040;
}

/* tabs header */
.dedi-feat-tabs {
  display: flex;
  gap: 26px;
  margin-bottom: 16px;
}
.dedi-feat-tab {
  cursor: pointer;
  font: 800 15.5px/1 Inter,sans-serif;
  color: #475569;
  opacity: .75;
  position: relative;
  padding: 10px 2px;
  transition: opacity .2s;
}

.dedi-ctaband{background:linear-gradient(90deg,#2e4473, #f2f7ff);border-top:0px solid var(--line);border-bottom:0px solid var(--line);padding:18px 0}
.dedi-ctaband .row{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}


/* active state */
#dedi-tab-hardware:checked ~ .dedi-feat-tabs label[for="dedi-tab-hardware"],
#dedi-tab-software:checked ~ .dedi-feat-tabs label[for="dedi-tab-software"],
#dedi-tab-services:checked ~ .dedi-feat-tabs label[for="dedi-tab-services"] {
  opacity: 1;
  color: #0b1040;
}
#dedi-tab-hardware:checked ~ .dedi-feat-tabs label[for="dedi-tab-hardware"]::after,
#dedi-tab-software:checked ~ .dedi-feat-tabs label[for="dedi-tab-software"]::after,
#dedi-tab-services:checked ~ .dedi-feat-tabs label[for="dedi-tab-services"]::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #46e5e9, #6d78b2);
}

/* viewport + slides */
.dedi-feat-viewport {
  position: relative;
  min-height: 240px;
}
.dedi-feat-slide {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  position: absolute;
  inset: 0;
  visibility: hidden;
  transition: opacity .3s ease, transform .3s ease, visibility 0s .3s;
}
#dedi-tab-hardware:checked ~ .dedi-feat-viewport .dedi-feat-slide.hardware,
#dedi-tab-software:checked ~ .dedi-feat-viewport .dedi-feat-slide.software,
#dedi-tab-services:checked ~ .dedi-feat-viewport .dedi-feat-slide.services {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative;
  visibility: visible;
  transition: opacity .32s ease, transform .32s ease, visibility 0s;
}

/* grid + cards */
.dedi-feat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 14px;
}
.dedi-feat-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  background: #fff;
  border: 1px solid rgba(2,6,23,.08);
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(2,6,23,.06);
}

/* mini-illu */
.dedi-mini-illu {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(180deg,#f3fbff,#ffffff);
  border: 1px solid rgba(27,43,235,.08);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}

/* text inside feature cards */
.dedi-feat-text h3 {
  margin: 2px 0 6px;
  font-size: 15.5px;
  color: #0b1040;
}
.dedi-feat-text p {
  margin: 0;
  font-size: 14.5px;
  color: #475569;
}

/* одинаковые паддинги в ячейках (без дополнительных правил для 1-й/последней) */
.table-dedi th{
  padding: var(--cell-y) var(--cell-x);
  white-space: nowrap;
}
.table-dedi td{
  padding: var(--cell-y) var(--cell-x);
}

/* ШАПКА — фон/тени на тех же рельсах, что и строки */
.table-dedi thead{
  position: sticky;
  top: 0;
  z-index: 20;
  background: transparent;
}
.table-dedi thead::after{
  content:"";
  position:absolute;
  left: var(--rail-x);
  right: var(--rail-x);
    top:   var(--rail-y); 
  top: 0;
  bottom: 1px;                   /* перекрыть микрозазор с первой строкой */
  border-radius: var(--radius);
  background:#fff;
  pointer-events:none;
  z-index:-1;
  box-shadow:
    inset 0 -1px 0 rgba(214,220,233,0.40),
    inset 0  1px 0 rgba(214,220,233,0.35),
    0 3px 4px -3px rgba(17,24,39,0.07),
    0 -3px 4px -3px rgba(17,24,39,0.05),
    3px 0 4px -3px rgba(17,24,39,0.05),
   -3px 0 4px -3px rgba(17,24,39,0.05);
}

/* СТРОКИ — те же рельсы */
.table-dedi tbody tr{ position:relative; z-index:0; }
.table-dedi tbody tr::after{
  content:"";
  position:absolute;
  left: var(--rail-x);
  right: var(--rail-x);
  top: 0;
  bottom: 0;
  border-radius: var(--radius);
  pointer-events:none; z-index:0;
  box-shadow:
    inset 0 -1px 0 var(--hair),
    inset 0  1px 0 rgba(214,220,233,.36),
    0 3px 4px -3px var(--shadow),
    0 -3px 4px -3px var(--shadow-soft),
    3px 0 4px -3px var(--shadow-soft),
   -3px 0 4px -3px var(--shadow-soft);
}

.table-dedi tbody::before{
  content: "";
  display: block;
  height: var(--head-gap);  /* ← регулируй 6–12px по вкусу */
  
}

.cell-main{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap: wrap;          /* ключ! разрешаем переносы */
}

.cell-main .title,
.cell-main .sub{
  flex-basis: 100%;         /* каждый занимает всю строку, как после <br> */
  min-width: 0;             /* на всякий случай против переполнений */
}

.cell-main .title{ font-weight:600; font-size:15px; color:#2e3359; }
.cell-main .sub{   font-size:12px;  color:#485263; font-weight:500; }



.cell-main .cpu-ic{
  width:70px; height:70px;
  background-size:cover; background-position:center;
  filter:saturate(.85) contrast(.92) opacity(.9);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}

/* Region cell */
.cell-region{ display:flex; align-items:center; gap:8px; }
.flag-24{ width:22px; height:22px; border-radius:6px; object-fit:cover; }

/* RAM / DISK cells */
.cell-kv .top{    font-weight:600; 
   font-size:15px; 
   color: #2e3359; }
.cell-kv .sub{   font-size:12px; 
  color:#485263;  
  font-weight:500;  }

/* =========================================================
   PRICE SECTION
========================================================= */
/* =========================================================
   DEDICATED TABLE — PRICE BLOCK
========================================================= */

.dedi-pricewrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-height: 44px;
  white-space: nowrap;
}

/* === Current (active) price === */
.dedi-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.dedi-price .dedi-cur {
  font-weight: 600;
  color: #2d3259;
  font-size: 14px;
  transform: translateY(-1px);
  opacity: .9;
}

.dedi-price .dedi-num {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #2d3259; /* мягкий холодный бирюзовый */
  font-variant-numeric: tabular-nums;
}


.dedi-price .dedi-per {
  opacity: .65;
  font-weight: 500;
  font-size: 12px;
}

/* === Old price (discounted) === */
.dedi-price-old {
  font-size: 13px;
  opacity: .55;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: #ed4c8f;
  color: #475569;
  line-height: 1;          /* ← сжимаем вертикальный интервал */
  transform: translateY(-2px); /* ← чуть поднимаем ближе к числу */
}

.dedi-price-old .dedi-cur-old {
  opacity: .8;
  margin-right: 2px;
}

/* === Responsive tuning === */
@media (max-width:640px){
  .dedi-price .dedi-num { font-size: 20px; }
  .dedi-price .dedi-cur { font-size: 13px; }
  .dedi-price .dedi-per { font-size: 11px; }
}


.dedi-btn{display:inline-flex;align-items:center;gap:10px;height:40px;padding:0 14px;border-radius:6px;background:linear-gradient(90deg,#3a5fff,#06b6d4);color:#fff;text-decoration:none;font-weight:800;border:none}

.dedi-btn.primary {
  background: linear-gradient(90deg, #264278, #274575);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  transition: transform .15s ease, box-shadow .2s ease;
}

.dedi-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(58,95,255,.35);
}




    .dp-table{width:100%;border-collapse:separate;border-spacing:0}
    .dp-table thead th{position:sticky;top:0;background:#fff;z-index:1;padding:12px;font-size:12px;color:#64748b;border-bottom:1px solid #e5e7eb;text-align:left}
    .dp-table tbody td{padding:14px 12px;border-bottom:1px solid #eef2f7}
    .dp-sort{border:0;background:transparent;color:#64748b;cursor:pointer;display:inline-flex;gap:6px;align-items:center}
    .dp-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef2ff;border:1px solid #c7d2fe;color:#334155;font-weight:700}
    .dp-price{white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:900}
    .dp-price .dp-old{margin-left:6px;opacity:.6;text-decoration:line-through;text-decoration-color:#f97120}
    .vps-btn.primary{display:inline-flex;align-items:center;gap:10px;height:40px;padding:0 14px;border-radius:8px;background:linear-gradient(90deg,#3a5fff,#06b6d4);color:#fff;text-decoration:none;font-weight:800;border:none}
    .dp-summary{display:flex;justify-content:space-between;align-items:center;padding:10px 4px;color:#64748b}
    .dp-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;margin:4px 6px 0 0;border-radius:999px;background:#f7f9ff;border:1px solid #e5e7eb}
 /* ===== dp-filters = стеклянная плашка (1:1 с .pricing-surface) ===== */
.dp-filters{
  position: relative;
  z-index: 250;
  /* геометрия/раскладка */
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 8px;                 /* было 6 */
  border-radius: 6px;           /* как у pricing-surface */
  /* СТЕКЛО */
  background: rgba(255,255,255,.10);                 /* было rgba(12,18,56,.35) */
  border: 1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  backdrop-filter: blur(8px) saturate(1.2);
  box-shadow: 0 3px 5px rgba(2,6,23,.18);
  margin-bottom: 12px;          /* отделим от таблицы */
}
.dp-filters::before{
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: rgba(255,255,255,.22);
  opacity: .8;
}
@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){
  .dp-filters{
    background: rgba(255,255,255,.85);
    border-color: rgba(2,6,23,.08);
  }
}

/* нативный <select> прячем */
.dp-filters select.pill{
  position:absolute !important;
  opacity:0 !important;
  pointer-events:none !important;
  width:0; height:0; margin:0; padding:0; border:0;
}

/* один селект */
.dp-select{ position:relative; }

/* кнопка */
.dp-sel-toggle{
  display:inline-flex; align-items:center; gap:8px;
  height:40px; padding:0 12px;
  border-radius:6px; border:1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.12);
  color:#e8eeff;
  font:700 13px/1 Inter,system-ui,sans-serif;
  cursor:pointer; white-space:nowrap;
}
.dp-sel-toggle:hover{ background:rgba(255,255,255,.18); }
.dp-sel-toggle .chev{
  width:14px; height:14px; flex:0 0 14px; opacity:.9;
  transition:transform .18s ease;
}
.dp-select.open .dp-sel-toggle .chev{ transform:rotate(180deg); }

/* меню */
.dp-sel-menu{
  position:absolute; left:0; top:calc(100% + 8px); min-width:200px;
  background: #6e86b1; 
  color:#e5e7eb;
  border:1px solid rgba(110,231,255,.22);
  border-radius:6px;
  box-shadow:0 22px 60px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.04) inset;
  padding:8px;
  z-index: 2000;                /* чтобы всегда поверх таблицы/иллюстрации */
  opacity:0; transform:translateY(6px) scale(.98);
  visibility:hidden; pointer-events:none;
  transition:opacity .22s, transform .22s, visibility 0s .22s;
}
.dp-select.open .dp-sel-menu{
  opacity:1; transform:translateY(0) scale(1);
  visibility:visible; pointer-events:auto;
  transition:opacity .24s, transform .24s, visibility 0s;
}

/* пункт меню */
.dp-sel-item{
  display:flex; align-items:center; gap:10px;
  width:100%; padding:10px 12px; border-radius:6px;
  background:transparent; border:0; color:#e5e7eb; cursor:pointer;
  font:700 13px/1 Inter,system-ui,sans-serif; text-align:left;
}
.dp-sel-item:hover{ background:rgba(255,255,255,.08); }
.dp-sel-item[aria-selected="true"]{ background:rgba(110,231,255,.12); }

/* Reset-пилюля в этой же панели */
.dp-filters .pill.reset{
  display:inline-flex; align-items:center; height:40px; padding:0 12px;
  border-radius:6px; border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.10);
  color:#e8eeff; font:800 13px/1 Inter;
}
.dp-filters .pill.reset:hover{ background:rgba(255,255,255,.18); }

/* мобильный нюанс */
@media (max-width:640px){
  .dp-sel-menu{ min-width:160px; }
}


  /* ===== Dedicated benefits ===== */
.dedi-benefits {
  --bg: #f7f8fd;
  --card-bg: #ffffff;
  --text: #0a0f1a;
  --muted: #4e5a70;
  --accent: #2043ff;
  --radius: 6px;
  --shadow: 0 8px 24px rgba(22, 28, 45, 0.08);
 background: rgba(130, 164, 156, 0.1);

  padding: clamp(32px, 5vw, 64px) 0;
}

.dedi-benefits .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 16px;
}

.dedi-benefits__title {
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 800;
  color: var(--text);
  margin: 0 0 24px;
}

.dedi-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

@media (max-width: 860px) {
  .dedi-benefits__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Card ===== */
.dedi-card {
  position: relative;
  background: var(--card-bg);
  border-radius: var(--radius);
  padding: clamp(18px, 2.2vw, 24px);
  box-shadow: var(--shadow);
  overflow: hidden;
  isolation: isolate; /* so pseudo bg stays behind */
  min-height: 180px;
}

.dedi-card__title {
  font-size: clamp(18px, 2.6vw, 22px);
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--text);
}

.dedi-card__text {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 15px;
}

/* Decorative background icon (top-right) */
.dedi-card::after {
  content: "";
  position: absolute;
  inset: -20% -10% auto auto;
  width: 220px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.10;
  z-index: -1;
  filter: saturate(0) contrast(1.1);
}

/* Specific illustrations per card
   Replace URLs with your actual assets */
.dedi-card--manage::after   { background-image: url("/img/slider/icon-dedi-manage.png"); }
.dedi-card--hardware::after { background-image: url("/img/slider/icon-dedi-hardware.png"); }
.dedi-card--freedom::after  { background-image: url("/img/slider/icon-dedi-freedom.png"); }
.dedi-card--price::after    { background-image: url("/img/slider/icon-dedi-price.png"); }


.dc-toprow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.dc-top-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font:700 12px/1 Inter;background:#fff;color:#0b1040}
.dc-top-ok{color:var(--lime); font:500 14.5px/1 Inter;}
.dc-top-bad{color:var(--pink); font:500 14.5px/1 Inter;}
.dc-top-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:6px;font:700 13px/1 Inter;border:1px solid rgba(2,6,23,.12);background:#fff;color:#0b1040;text-decoration:none}
.dc-top-link{
  color:#162d63;
  font:500 14.5px/1 Inter;
  text-decoration:none;
  transition:all .25s;
}
.dc-top-link:hover{
  color:#0a3b8f;
}
.dc-top-sep{
  opacity:0.4;           /* ← прозрачность 40% */
  color:inherit;          /* тот же цвет, что у ссылок */
  margin:0 6px;
  user-select:none;
}

/* === Adaptive grid for hosting cards (.h-plan) === */
#plansRow {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

/* Large tablets / small laptops */
@media (max-width: 1180px) {
  #plansRow {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablets */
@media (max-width: 960px) {
  #plansRow {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Phones */
@media (max-width: 640px) {
  #plansRow {
    grid-template-columns: 1fr;
  }
}

/* Slightly larger padding on mobile */
@media (max-width: 640px) {
  .h-plan {
    padding: 16px;
  }
}
@media (max-width: 780px){
  .hero img{
    display:none !important;
  }
}

.vps-currency a{display:inline-block;padding:6px 10px;border:1px solid rgba(255,255,255,.25);border-radius:6px;margin-left:6px;color:#e5e7eb;text-decoration:none}
.vps-currency a.is-active{background:rgba(255,255,255,.12)}

/* =========================================================
   MOBILE MENU (separate) — full CSS
   ========================================================= */

.mnav-burger{ display:none; }
.mnav{ display:block; }
.mnav[hidden]{ display:none !important; }

@media (max-width: 820px){
  /* Hide desktop nav header on mobile */
  header.header{ display:none !important; }

  /* Hide desktop account link on mobile (burger replaces it) */
  .utility-tools .acc-link{ display:none !important; }

  /* Make tools row tighter + predictable spacing */
  .utility-tools{
    display:flex;
    align-items:center;
    gap:8px;
  }
  .utility-tools .sep.v{ display:none !important; } /* less clutter on mobile */
  .utility-tools .sep{ margin:0 4px; }

  .mnav-burger{
    display:inline-flex;
    width:36px;
    height:36px;
    padding:0;

    /* IMPORTANT: stack bars vertically */
    flex-direction:column;
    gap:4px;

    align-items:center;
    justify-content:center;

    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.06);
    box-shadow: 0 10px 24px rgba(0,0,0,.22);
    border-radius:12px;

    cursor:pointer;
    -webkit-tap-highlight-color: transparent;
  }

  /* IMPORTANT: target only direct spans + reset anything old */
  .mnav-burger > span{
    display:block;
    width:18px;
    height:2px;
    margin:0;          /* reset */
    padding:0;         /* reset */
    background:rgba(255,255,255,.92);
    border-radius:2px;
  }

  /* remove old margin-top rule (now gap handles spacing) */
  .mnav-burger span + span{ margin-top:0; }


  /* Overlay */
  .mnav{
    position:fixed;
    inset:0;
    z-index:9999;
  }
  .mnav-backdrop{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
  }

  /* Slide panel */
  .mnav-panel{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:min(86vw, 340px);
    background:rgba(10,16,28,.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-right:1px solid rgba(255,255,255,.10);
    padding:14px;
    box-sizing:border-box;
    overflow:auto;

    transform: translateX(-102%);
    transition: transform .22s ease;
    will-change: transform;
  }
  .mnav.is-open .mnav-panel{ transform: translateX(0); }

  .mnav-top{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:12px;
  }
  .mnav-title{
    font:700 14px/1.2 Inter, system-ui, -apple-system;
    color:rgba(255,255,255,.92);
    letter-spacing:.2px;
  }
  .mnav-close{
    width:34px;
    height:34px;
    display:grid;
    place-items:center;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    background:rgba(255,255,255,.06);
    cursor:pointer;
  }

  .mnav-item{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 12px;
    border-radius:14px;
    color:rgba(255,255,255,.92);
    text-decoration:none;
    border:1px solid rgba(255,255,255,.08);
    background:rgba(255,255,255,.04);
    margin-bottom:10px;
  }
  .mnav-item-accent{
    border-color: rgba(110,231,255,.20);
    background: rgba(110,231,255,.08);
  }
  .mnav-sep{
    height:1px;
    background:rgba(255,255,255,.10);
    margin:10px 0 12px;
  }

  /* Lock scroll when open */
  html.mnav-lock,
  html.mnav-lock body{ overflow:hidden !important; }
}

/* Safari-only */
@supports (-webkit-hyphens:none) {
  .table-dedi thead::after { display: none !important; }

  .table-dedi thead th{
    background:#fff !important;
    position: sticky;
    top: 0;
    z-index: 30;
  }
}