body.page-service {
  background: #0a0a0f;
  color: #e5e7eb;
}
body.page-service .loader { background: #0a0a0f; }

.svc-page {
  padding-top: 110px;
  overflow: hidden;
}
.svc-wrap {
  width: min(100% - 32px, 1200px);
  margin: 0 auto;
}
.svc-wrap-md { width: min(100% - 32px, 1000px); }
.svc-wrap-sm { width: min(100% - 32px, 860px); }
.svc-wrap-faq { width: min(100% - 32px, 760px); }

.svc-section { padding: 72px 0; }
.svc-head { text-align: center; margin-bottom: 40px; }
.svc-head h2 {
  margin: 0 0 12px;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
}
.svc-head p {
  margin: 0;
  font-size: 18px;
  color: #9ca3af;
}

.svc-hero {
  position: relative;
  padding: 48px 0 72px;
  overflow: hidden;
}
.svc-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.svc-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.svc-orb-a { top: 40px; left: 40px; width: 420px; height: 420px; background: rgba(99, 102, 241, 0.12); }
.svc-orb-b { right: 40px; bottom: 0; width: 360px; height: 360px; background: rgba(168, 85, 247, 0.12); }

.svc-ticker-row {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0.45;
}
.svc-ticker-row-1 { top: 22%; }
.svc-ticker-row-2 { top: 62%; }
.svc-ticker-track {
  display: inline-block;
  animation: svcTickerLeft 38s linear infinite;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}
.svc-ticker-track-rev { animation-name: svcTickerRight; animation-duration: 46s; }
@keyframes svcTickerLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes svcTickerRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.svc-hero-inner { position: relative; text-align: center; max-width: 920px; }
.svc-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: 28px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  color: #c084fc;
  font-size: 14px;
  font-weight: 600;
}
.svc-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.08;
  font-weight: 800;
}
.svc-h1-white { display: block; color: #fff; }
.svc-h1-grad {
  display: block;
  background: linear-gradient(90deg, #818cf8, #c084fc, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.svc-lead {
  margin: 0 auto 32px;
  max-width: 720px;
  font-size: 18px;
  line-height: 1.65;
  color: #9ca3af;
}
.svc-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 36px;
}
.svc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  color: #d1d5db;
  font-size: 13px;
}

.svc-live {
  text-align: left;
  padding: 16px 18px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
}
.svc-live-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.svc-live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 8px #4ade80;
  animation: svcPulse 1.4s ease-in-out infinite;
}
@keyframes svcPulse { 50% { opacity: 0.4; } }
.svc-live-label {
  color: #4ade80;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.svc-live-ws {
  margin-left: auto;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  color: #6b7280;
}
.svc-live-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.svc-quote-sym { color: #9ca3af; font-size: 12px; margin-bottom: 2px; }
.svc-quote-price { color: #fff; font-family: ui-monospace, Menlo, Consolas, monospace; font-size: 14px; font-weight: 700; }
.svc-quote-pct { display: flex; align-items: center; gap: 4px; font-size: 12px; font-family: ui-monospace, Menlo, Consolas, monospace; }
.svc-quote-pct.is-up { color: #4ade80; }
.svc-quote-pct.is-down { color: #f87171; }

.svc-billing {
  display: inline-flex;
  gap: 6px;
  margin-top: 24px;
  padding: 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
}
.svc-billing-btn {
  border: 0;
  background: transparent;
  color: #9ca3af;
  padding: 8px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.svc-billing-btn span {
  margin-left: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #4ade80;
  font-size: 11px;
}
.svc-billing-btn.is-active {
  background: linear-gradient(90deg, #7c3aed, #db2777);
  color: #fff;
}
.vps-pricing-head .svc-billing {
  margin-top: 18px;
}
.vps-plan.is-period-hide {
  display: none !important;
}

.svc-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.svc-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  transition: border-color 0.25s, transform 0.25s;
}
.svc-plan:hover { border-color: rgba(139, 92, 246, 0.4); transform: translateY(-4px); }
.svc-plan.is-popular {
  border-color: rgba(168, 85, 247, 0.55);
  box-shadow: 0 0 0 2px rgba(168, 85, 247, 0.35);
  transform: scale(1.02);
}
.svc-plan-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 4px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7c3aed, #db2777);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
.svc-plan-ico {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.svc-plan h3 { margin: 0 0 4px; color: #fff; font-size: 24px; }
.svc-plan-desc { margin: 0 0 18px; color: #6b7280; font-size: 13px; }
.svc-plan-price { display: flex; align-items: flex-end; gap: 4px; margin-bottom: 6px; }
.svc-plan-value { color: #fff; font-size: 32px; font-weight: 800; line-height: 1; }
.svc-plan-period { color: #9ca3af; margin-bottom: 4px; }
.svc-plan-save { margin: 0 0 12px; color: #4ade80; font-size: 12px; }
.svc-plan-specs {
  list-style: none; margin: 0 0 16px; padding: 0 0 16px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.svc-plan-specs li,
.svc-plan-feats li {
  display: flex; align-items: center; gap: 8px;
  color: #d1d5db; font-size: 13px;
  margin-bottom: 8px;
}
.svc-plan-feats { list-style: none; margin: 0 0 18px; padding: 0; flex: 1; }
.svc-plan-feats .is-off { color: #4b5563; }
.svc-plan-btn {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.svc-plan-btn.is-primary {
  border: 0;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
}

.svc-endpoints {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
}
.svc-ep {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.svc-ep:last-child { border-bottom: 0; }
.svc-ep-method {
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
}
.svc-ep-method--get { background: rgba(34,197,94,0.15); color: #4ade80; border: 1px solid rgba(34,197,94,0.2); }
.svc-ep-method--ws { background: rgba(168,85,247,0.15); color: #c084fc; border: 1px solid rgba(168,85,247,0.2); }
.svc-ep code { flex: 1; color: #93c5fd; font-size: 13px; }
.svc-ep-desc { color: #9ca3af; font-size: 13px; }

.svc-section-code {
  position: relative;
  overflow: hidden;
}
.svc-section-code::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 300px;
  transform: translate(-50%, -50%);
  background: rgba(99, 102, 241, 0.1);
  border-radius: 50%;
  filter: blur(64px);
  pointer-events: none;
  z-index: 0;
}
.svc-section-code .svc-wrap {
  position: relative;
  z-index: 1;
}
.svc-code {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
}
.svc-code-tabs {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 12px 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.svc-code-tab {
  border: 0;
  background: transparent;
  color: #9ca3af;
  padding: 8px 14px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}
.svc-code-tab.is-active {
  background: rgba(168, 85, 247, 0.18);
  color: #c084fc;
  border: 1px solid rgba(168, 85, 247, 0.3);
  border-bottom: 0;
}
.svc-code-copy {
  margin-left: auto;
  margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.04);
  color: #9ca3af;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 12px;
  cursor: pointer;
}
.svc-code-file {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 16px;
  color: #6b7280;
  font-size: 12px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.svc-code-block {
  display: none;
  margin: 0;
  padding: 22px;
  overflow-x: auto;
  color: #d1d5db;
  font-size: 13px;
  line-height: 1.6;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  white-space: pre;
}
.svc-code-block.is-active { display: block; }

.svc-feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.svc-feat {
  padding: 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
}
.svc-feat-ico {
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.svc-feat h3 { margin: 0 0 8px; color: #fff; font-size: 17px; }
.svc-feat p { margin: 0; color: #9ca3af; font-size: 14px; line-height: 1.6; }

.svc-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 24px;
  text-align: center;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
}
.svc-stat-val {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  margin-bottom: 6px;
  background: linear-gradient(90deg, #c084fc, #f472b6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.svc-stat--green .svc-stat-val { background: linear-gradient(90deg, #4ade80, #34d399); -webkit-background-clip: text; background-clip: text; }
.svc-stat--blue .svc-stat-val { background: linear-gradient(90deg, #38bdf8, #22d3ee); -webkit-background-clip: text; background-clip: text; }
.svc-stat--gold .svc-stat-val { background: linear-gradient(90deg, #fbbf24, #fb923c); -webkit-background-clip: text; background-clip: text; }
.svc-stat-lbl { color: #9ca3af; }

.svc-faq-item {
  margin-bottom: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
}
.svc-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  padding: 18px 20px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.svc-faq-chev { color: #9ca3af; }
.svc-faq-item.is-open .svc-faq-chev { color: #c084fc; transform: rotate(180deg); }
.svc-faq-a {
  display: none;
  padding: 0 20px 18px;
  color: #9ca3af;
  font-size: 14px;
  line-height: 1.65;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 14px;
}
.svc-faq-item.is-open .svc-faq-a { display: block; }

.svc-cta-sec { position: relative; }
.svc-cta {
  text-align: center;
  padding: 56px 32px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
}
.svc-cta-ico {
  width: 64px; height: 64px; margin: 0 auto 20px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.svc-cta h2 { margin: 0 0 14px; color: #fff; font-size: clamp(28px, 4vw, 40px); }
.svc-cta p { margin: 0 auto 28px; max-width: 560px; color: #9ca3af; font-size: 17px; line-height: 1.6; }
.svc-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.svc-btn-grad {
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.35);
  text-decoration: none;
}
.svc-btn-ghost {
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.svc-icon { display: block; flex-shrink: 0; }

@media (max-width: 1100px) {
  .svc-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc-plan.is-popular { transform: none; }
  .svc-live-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 760px) {
  .svc-page { padding-top: 92px; }
  .svc-plans, .svc-feats, .svc-stats { grid-template-columns: 1fr; }
  .svc-live-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-ep { flex-direction: column; align-items: flex-start; }
}

.svc-page--detail .svc-hero--detail {
  padding-bottom: 48px;
}
.svc-detail-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #c4b5fd;
}
.svc-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 22px 0 28px;
}
.svc-detail-tags span {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #d1d5db;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
}
.svc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.svc-hero-actions .svc-btn-grad,
.svc-hero-actions .svc-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.svc-section--preview {
  padding-top: 0;
  padding-bottom: 48px;
}
.svc-detail-preview {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
}
.svc-detail-preview img {
  display: block;
  width: 100%;
  height: auto;
}
.svc-detail-body p {
  margin: 0 0 18px;
  color: #9ca3af;
  font-size: 17px;
  line-height: 1.75;
}
.svc-detail-body p:last-child {
  margin-bottom: 0;
}
.svc-page .vps-pricing {
  padding: 48px 0 88px;
  overflow: visible;
}
.svc-page .vps-plan-pay {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #c4b5fd;
  background: rgba(99, 102, 241, .18);
}
.svc-page .vps-plan-cover .vps-plan-pay {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 10px;
  margin: 0;
  color: #fff;
  background: rgba(12, 12, 20, .55);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}
@media (max-width: 760px) {
  .svc-hero-actions {
    justify-content: flex-start;
  }
  .svc-detail-tags {
    justify-content: flex-start;
  }
}
