/* ============================================================
   Server-page styles (Romania / Netherlands listings)
   ============================================================ */
.server-page {
  margin: 0;
  min-height: 100vh;
  background: #050814;
  color: #e6edff;
  font-family: 'Inter', system-ui, sans-serif;
  background-image:
    radial-gradient(ellipse at 20% 0%, rgba(34, 211, 238, 0.14), transparent 50%),
    radial-gradient(ellipse at 80% 100%, rgba(139, 92, 246, 0.14), transparent 50%);
}
.server-page *, .server-page *::before, .server-page *::after { box-sizing: border-box; }

.sp-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px; max-width: 1280px; margin: 0 auto;
}
.sp-brand {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 20px;
  color: #fff; text-decoration: none;
}
.sp-logo {
  width: 32px; height: 32px; border-radius: 8px;
  background: linear-gradient(135deg, #22d3ee, #8b5cf6);
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; color: #050814; font-size: 14px;
}
.sp-back {
  color: #22d3ee; text-decoration: none; font-weight: 500; font-size: 14px;
  border: 1px solid rgba(34, 211, 238, 0.4); padding: 8px 16px; border-radius: 8px;
  transition: all .2s;
}
.sp-back:hover { background: rgba(34, 211, 238, 0.1); }

.sp-hero { text-align: center; padding: 32px 24px 16px; max-width: 880px; margin: 0 auto; }
.sp-badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px;
  color: #22d3ee; padding: 6px 14px; border-radius: 999px;
  border: 1px solid rgba(34, 211, 238, 0.4);
  background: rgba(34, 211, 238, 0.06); margin-bottom: 24px;
}
.sp-badge .dot {
  width: 8px; height: 8px; border-radius: 50%; background: #22d3ee;
  box-shadow: 0 0 12px #22d3ee;
}
.sp-hero h1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: clamp(32px, 5vw, 56px); font-weight: 800;
  margin: 0 0 16px; line-height: 1.1;
  background: linear-gradient(135deg, #fff 0%, #22d3ee 60%, #8b5cf6 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.sp-lead { color: #94a3b8; font-size: 17px; max-width: 640px; margin: 0 auto; line-height: 1.6; }

.sp-grid-wrap { max-width: 1200px; margin: 0 auto; padding: 40px 24px 96px; }
.sp-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.sp-card {
  position: relative;
  display: flex; flex-direction: column;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 16px; padding: 28px 24px;
  backdrop-filter: blur(12px);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}
.sp-card:hover {
  transform: translateY(-4px);
  border-color: rgba(34, 211, 238, 0.5);
  box-shadow: 0 16px 50px -12px rgba(34, 211, 238, 0.35);
}
.sp-card.highlight {
  border-color: rgba(34, 211, 238, 0.5);
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.08), rgba(15, 23, 42, 0.6));
}
.sp-card.highlight::before {
  content: "MOST POPULAR";
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  font-family: 'JetBrains Mono', monospace; font-size: 11px; font-weight: 700;
  background: linear-gradient(135deg, #22d3ee, #8b5cf6); color: #050814;
  padding: 4px 12px; border-radius: 999px; letter-spacing: 0.08em;
}
.sp-card .sp-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 18px; font-weight: 700; color: #fff;
  margin-bottom: 14px;
}
.sp-card .sp-price {
  display: flex; align-items: baseline; gap: 4px;
  margin-bottom: 22px; padding-bottom: 22px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}
.sp-card .sp-price-num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 38px; font-weight: 800; color: #22d3ee;
}
.sp-card .sp-price-period { color: #64748b; font-size: 14px; font-weight: 500; }
.sp-card .sp-specs { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.sp-card .sp-specs li {
  display: flex; align-items: flex-start; gap: 10px;
  color: #cbd5e1; font-size: 14px; line-height: 1.5; padding: 6px 0;
}
.sp-card .sp-specs li::before {
  content: ""; flex-shrink: 0; width: 16px; height: 16px; margin-top: 3px;
  background: linear-gradient(135deg, #22d3ee, #8b5cf6);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='black'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='black'/></svg>") center/contain no-repeat;
}
.sp-card .sp-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 16px; border-radius: 10px; font-weight: 600; font-size: 14px;
  text-decoration: none;
  background: linear-gradient(135deg, #22d3ee, #8b5cf6);
  color: #050814;
  transition: transform .15s, box-shadow .15s;
}
.sp-card .sp-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -8px rgba(34, 211, 238, 0.6);
}
