:root {
  color-scheme: dark;
  --bg: #050814;
  --bg-soft: #071227;
  --surface: #0b1830;
  --surface-2: #102245;
  --line: rgba(148, 210, 255, 0.15);
  --text: #f4f9ff;
  --muted: #a6b8d2;
  --pink: #38bdf8;
  --pink-2: #7dd3fc;
  --pink-soft: rgba(56, 189, 248, 0.13);
  --cyan: var(--pink);
  --green: #2dd4bf;
  --red: var(--pink);
  --amber: #fbbf24;
  --navy: #102a63;
  --royal: #173f9f;
  --heading-font: Montserrat, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --body-font: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(56, 189, 248, 0.14), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(23, 63, 159, 0.26), transparent 30%),
    linear-gradient(180deg, #071124 0%, var(--bg) 44%, #030712 100%);
  color: var(--text);
  font-family: var(--body-font);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 6, 11, 0.88);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 76px;
}

.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(56, 189, 248, 0.48);
  border-radius: 8px;
  background: #190d18;
  color: var(--pink-2);
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.2);
}

.brand-text {
  font-family: var(--heading-font);
  font-size: 1.04rem;
}

.primary-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 700;
}

.primary-nav a:hover,
.header-panel:hover,
.site-footer a:hover {
  color: var(--cyan);
}

.header-panel {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 14px;
  background: rgba(56, 189, 248, 0.06);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-right: 4px;
}

.header-whatsapp:hover {
  color: #25d366;
}

.header-whatsapp svg {
  flex: none;
  display: block;
}

@media (max-width: 900px) {
  .header-whatsapp .wa-num {
    display: none;
  }
}


.nav-mobile-only {
  display: none !important;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
}

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 199, 229, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 199, 229, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
  pointer-events: none;
}

.hero::after {
  position: absolute;
  right: max(28px, calc((100vw - 1180px) / 2));
  bottom: 34px;
  width: min(36vw, 380px);
  aspect-ratio: 1;
  content: "";
  background: var(--pink);
  mask: url("/assets/images/brand/mascot-blue.svg") center / contain no-repeat;
  opacity: 0.045;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 58px;
  align-items: center;
  min-height: 620px;
  padding: 78px 0 68px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 20px;
  height: 2px;
  content: "";
  background: var(--pink);
}

h1,
h2,
h3 {
  font-family: var(--heading-font);
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  max-width: 680px;
  margin: 14px 0 18px;
  color: var(--text);
  font-size: clamp(2.2rem, 3.9vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
}

.hero-copy > p,
.page-hero p,
.split-grid p {
  max-width: 690px;
  color: var(--muted);
  font-size: 1.03rem;
  font-weight: 500;
  margin-bottom: 0;
}

.hero-actions,
.cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 18px;
  font-family: var(--heading-font);
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
}

.button-primary {
  background: linear-gradient(135deg, var(--pink), #d9369b);
  color: white;
  box-shadow: 0 16px 36px rgba(56, 189, 248, 0.28);
}

.button-primary:hover {
  background: linear-gradient(135deg, var(--pink-2), var(--pink));
}

.button-secondary {
  border-color: var(--line);
  background: rgba(56, 189, 248, 0.07);
  color: var(--text);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 650px;
  margin-top: 42px;
}

.hero-metrics div {
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.hero-metrics strong {
  display: block;
  font-family: var(--heading-font);
  font-size: 1.55rem;
  line-height: 1.1;
}

.hero-metrics span {
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  perspective: 1000px;
}

.server-shell {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  padding: 18px;
  background: #120c17;
  box-shadow: var(--shadow);
  transform: rotateY(-7deg) rotateX(4deg);
}

.server-topbar,
.server-status,
.rack-row {
  display: flex;
  align-items: center;
}

.server-topbar {
  gap: 7px;
  margin-bottom: 18px;
}

.server-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--red);
}

.server-topbar span:nth-child(2) {
  background: var(--amber);
}

.server-topbar span:nth-child(3) {
  background: var(--green);
}

.server-status {
  gap: 10px;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #1a1120;
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--pink-2);
  box-shadow: 0 0 18px var(--pink-2);
}

.server-status span:nth-child(2),
.rack-row span {
  color: var(--muted);
}

.server-status strong,
.rack-row strong {
  color: var(--pink-2);
  font-size: 0.88rem;
}

.server-rack {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.rack-row {
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #0c080f;
}

.rack-row.active {
  border-color: rgba(56, 189, 248, 0.55);
  box-shadow: inset 4px 0 0 var(--pink);
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-top: 18px;
}

.voice-grid span {
  height: 34px;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 6px;
  background: rgba(56, 189, 248, 0.08);
}

.home-hero {
  background:
    linear-gradient(135deg, rgba(16, 42, 99, 0.62), transparent 46%),
    radial-gradient(circle at 78% 36%, rgba(56, 189, 248, 0.16), transparent 32%);
}

.home-hero::before {
  background:
    linear-gradient(rgba(148, 210, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 210, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
}

.home-hero::after {
  display: none;
}

.voice-orbit-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(148, 210, 255, 0.22);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(16, 34, 69, 0.94), rgba(5, 12, 27, 0.96)),
    var(--surface);
  box-shadow: var(--shadow);
}

.voice-orbit-panel::before {
  position: absolute;
  inset: 16px;
  content: "";
  border: 1px solid rgba(125, 211, 252, 0.1);
  border-radius: 8px;
  pointer-events: none;
}

.orbit-header,
.voice-flow div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.orbit-header {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--line);
  padding-bottom: 16px;
}

.orbit-header span,
.voice-flow span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.orbit-header strong,
.voice-flow strong {
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-size: 0.9rem;
}

.orbit-map {
  position: relative;
  min-height: 310px;
  margin: 18px 0;
}

.orbit-ring,
.orbit-node,
.orbit-link {
  position: absolute;
  display: block;
}

.orbit-ring {
  inset: 34px;
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 999px;
}

.orbit-ring-two {
  inset: 78px;
  border-style: dashed;
}

.orbit-node {
  z-index: 2;
  border: 1px solid rgba(125, 211, 252, 0.4);
  border-radius: 8px;
  background: #071227;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34), 0 0 28px rgba(56, 189, 248, 0.16);
}

.orbit-node-core {
  left: 50%;
  top: 50%;
  display: grid;
  width: 104px;
  height: 104px;
  place-items: center;
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 1.25rem;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.orbit-node-one,
.orbit-node-two,
.orbit-node-three {
  width: 52px;
  height: 52px;
}

.orbit-node-one {
  left: 9%;
  top: 24%;
}

.orbit-node-two {
  right: 11%;
  top: 17%;
}

.orbit-node-three {
  right: 17%;
  bottom: 15%;
}

.orbit-node-one::before,
.orbit-node-two::before,
.orbit-node-three::before {
  position: absolute;
  inset: 13px;
  content: "";
  border-radius: 999px;
  background: var(--pink-2);
  box-shadow: 0 0 20px rgba(125, 211, 252, 0.58);
}

.orbit-link {
  z-index: 1;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 145px;
  background: linear-gradient(90deg, rgba(125, 211, 252, 0.68), rgba(125, 211, 252, 0.06));
  transform-origin: left center;
}

.orbit-link-one {
  transform: rotate(206deg);
}

.orbit-link-two {
  transform: rotate(324deg);
}

.orbit-link-three {
  transform: rotate(40deg);
}

.voice-flow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.voice-flow div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: rgba(3, 7, 18, 0.48);
}

.feature-band,
.services-section,
.pricing-section,
.split-section,
.blog-section,
.contact-section,
.content-section {
  padding: 72px 0;
}

.feature-band {
  background: var(--bg-soft);
}

.feature-grid,
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-grid article,
.service-card,
.contact-channel-card,
.contact-form,
.markdown-body {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.feature-grid article {
  padding: 24px;
}

.feature-icon {
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-weight: 900;
}

.feature-grid h2,
.service-card h3 {
  margin: 14px 0 8px;
}

.feature-grid h2 {
  color: #f4f9ff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.22;
}

.service-card h3 {
  color: #f4f9ff;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.2;
}

.location-map-section {
  background: #06050c;
  padding: 64px 0 80px;
}

.location-map-section .section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 44px;
}

.map-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 36px;
  align-items: stretch;
}

.map-card {
  background: rgba(6, 5, 12, 0.97);
  border: none;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: none;
}

.map-card img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #04030a;
}

.map-info-grid {
  display: grid;
  gap: 24px;
}

.map-info-grid article {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 24px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.map-info-grid h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.15rem;
}

.map-info-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.home-network {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(16, 42, 99, 0.74), rgba(3, 7, 18, 0.94)),
    #071227;
}

.home-network::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(120deg, transparent 0 38%, rgba(125, 211, 252, 0.1) 38% 39%, transparent 39% 100%),
    linear-gradient(152deg, transparent 0 58%, rgba(125, 211, 252, 0.08) 58% 59%, transparent 59% 100%);
  pointer-events: none;
}

.network-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1fr);
  gap: 46px;
  align-items: center;
}

.home-network .section-heading {
  max-width: none;
  margin: 0;
  text-align: left;
}

.network-lanes {
  display: grid;
  gap: 14px;
}

.network-lanes article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 18px;
  align-items: center;
  border: 1px solid rgba(148, 210, 255, 0.18);
  border-radius: 8px;
  padding: 20px;
  background: rgba(5, 12, 27, 0.62);
  backdrop-filter: blur(14px);
}

.network-lanes article span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  grid-row: span 2;
  border: 1px solid rgba(125, 211, 252, 0.36);
  border-radius: 8px;
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-weight: 900;
}

.network-lanes h3,
.network-lanes p {
  margin: 0;
}

.network-lanes h3 {
  color: var(--text);
  font-size: 1.05rem;
}

.network-lanes p {
  color: var(--muted);
  font-size: 0.94rem;
}

@media (max-width: 900px) {
  .map-grid {
    grid-template-columns: 1fr;
  }

  .network-grid,
  .section-heading-split {
    grid-template-columns: 1fr;
  }
}

.feature-grid p,
.service-card p,
.site-footer p {
  color: var(--muted);
  font-size: 0.95rem;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.58fr);
  gap: 28px;
  align-items: end;
}

.section-heading-split > p,
.home-network .section-heading p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.pricing-heading {
  text-align: center;
}

.pricing-heading .eyebrow {
  justify-content: center;
}

.section-heading h2,
.split-grid h2,
.cta-inner h2,
.page-hero h1 {
  margin-bottom: 0;
  color: #f4f9ff;
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.16;
}

.page-hero h1 {
  font-size: clamp(1.9rem, 2.9vw, 2.65rem);
  font-weight: 800;
}

.footer-grid h2,
.contact-info h2,
.markdown-body h2 {
  font-size: 1rem;
  font-weight: 700;
}

.markdown-body img {
  max-width: 100%;
  border-radius: 8px;
  height: auto;
}


.section-heading .eyebrow + h2,
.split-grid .eyebrow + h2,
.cta-inner .eyebrow + h2,
.page-hero .eyebrow + h1 {
  margin-top: 12px;
}

.split-grid h2 + p,
.page-hero h1 + p {
  margin-top: 16px;
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  min-height: 260px;
  padding: 26px;
  transition: transform 160ms ease, border-color 160ms ease;
}

.service-card:hover {
  border-color: rgba(56, 189, 248, 0.55);
  transform: translateY(-4px);
}

.service-card span {
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card strong {
  display: inline-flex;
  margin-top: 16px;
  color: var(--pink-2);
}

.service-card.highlight {
  background: #102245;
  box-shadow: inset 0 0 0 1px rgba(56, 189, 248, 0.18);
}

.home-services {
  background:
    linear-gradient(180deg, #050814 0%, #071227 100%);
}

.service-grid-featured .service-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 34, 69, 0.96), rgba(7, 18, 39, 0.96));
}

.service-grid-featured .service-card::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  content: "";
  border-right: 2px solid rgba(125, 211, 252, 0.25);
  border-bottom: 2px solid rgba(125, 211, 252, 0.25);
}

.service-grid-featured .service-card.highlight {
  border-color: rgba(56, 189, 248, 0.42);
  background: linear-gradient(145deg, rgba(23, 63, 159, 0.42), rgba(16, 34, 69, 0.96));
}

.pricing-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #071227;
}

.pricing-section::before {
  position: absolute;
  top: 36px;
  left: max(18px, calc((100vw - 1180px) / 2));
  width: 220px;
  aspect-ratio: 1;
  content: "";
  background: var(--pink-2);
  mask: url("/assets/images/brand/mascot-blue.svg") center / contain no-repeat;
  opacity: 0.035;
  pointer-events: none;
}

.pricing-section > .container {
  position: relative;
}

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

.pricing-grid-list {
  grid-template-columns: 1fr;
}

.pricing-grid-list .pricing-card {
  grid-template-columns: minmax(180px, 0.8fr) minmax(220px, 1fr) auto;
  align-items: center;
}

.pricing-grid-list .pricing-card .pricing-label,
.pricing-grid-list .pricing-card ul {
  grid-column: 1 / -1;
}

.pricing-list {
  display: grid;
  width: min(708px, calc(100% - 40px));
  gap: 12px;
}

.pricing-list-item {
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto auto auto;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
  background: var(--surface);
}

.pricing-list-item.is-open {
  border-color: rgba(56, 189, 248, 0.42);
  background: #1a101f;
}

.pricing-list-main {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pricing-list-main h3 {
  flex-basis: 100%;
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
}

.slot-pill {
  border: 1px solid rgba(125, 211, 252, 0.24);
  border-radius: 999px;
  padding: 5px 10px;
  color: #e9ddea;
  font-size: 0.82rem;
  font-weight: 800;
}

.pricing-list-price {
  display: flex;
  min-width: 168px;
  justify-content: flex-end;
  gap: 8px;
  align-items: baseline;
}

.pricing-list-price .old-price {
  color: #8f7d8f;
  font-size: 0.86rem;
  text-decoration: line-through;
}

.pricing-list-price strong {
  font-family: var(--heading-font);
  color: var(--text);
  font-size: 1.7rem;
}

.pricing-list-price small {
  color: var(--muted);
}

.pricing-list-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 16px;
}

.pricing-list-details[hidden] {
  display: none;
}

.pricing-list-details p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.details-copy {
  display: grid;
  gap: 7px;
}

.pricing-list-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list-details li {
  position: relative;
  padding-left: 20px;
  color: #e9ddea;
  font-size: 0.9rem;
  font-weight: 700;
}

.pricing-list-details li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "★";
  color: var(--pink-2);
  font-size: 0.82rem;
}

.pricing-list-item > .button {
  min-width: 104px;
  min-height: 42px;
  padding: 0 14px;
}

.pricing-grid-slider {
  display: flex;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 0;
  cursor: grab;
  user-select: none;
}

.pricing-grid-slider .pricing-card {
  min-width: min(340px, 86vw);
  max-width: 340px;
  scroll-snap-align: start;
}

.pricing-grid-slider::-webkit-scrollbar,
.pricing-grid-slider::-webkit-scrollbar-track,
.pricing-grid-slider::-webkit-scrollbar-thumb {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.pricing-carousel {
  position: relative;
  overflow: hidden;
  padding: 0 54px;
}

.pricing-carousel::before,
.pricing-carousel::after {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 86px;
  height: 100%;
  content: "";
  pointer-events: none;
}

.pricing-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #071227 18%, rgba(12, 7, 16, 0));
}

.pricing-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #071227 18%, rgba(12, 7, 16, 0));
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.32);
  border-radius: 8px;
  background: rgba(21, 16, 26, 0.92);
  color: var(--pink-2);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-button:hover {
  border-color: rgba(125, 211, 252, 0.62);
  background: #102245;
}

.carousel-button[data-scroll-prev] {
  left: 0;
}

.carousel-button[data-scroll-next] {
  right: 0;
}

.pricing-grid-slider.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.pricing-grid-slider a {
  user-select: none;
}

.pricing-card {
  display: grid;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  background: var(--surface);
}

.pricing-card.featured {
  border-color: rgba(56, 189, 248, 0.48);
  background: #102245;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.pricing-label {
  width: fit-content;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(56, 189, 248, 0.09);
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pricing-card h3 {
  margin: 0;
  color: #f4f9ff;
  font-size: 1.18rem;
  font-weight: 700;
}

.pricing-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.price {
  display: flex;
  gap: 8px;
  align-items: baseline;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 0;
}

.price span,
.price small {
  color: var(--muted);
  font-size: 0.86rem;
}

.price .old-price {
  color: #8f7d8f;
  text-decoration: line-through;
}

.price strong {
  font-family: var(--heading-font);
  color: var(--text);
  font-size: 2rem;
  line-height: 1;
}

.tax-note {
  margin-top: -10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.pricing-card ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e9ddea;
  font-size: 0.94rem;
}

.pricing-card li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 999px;
  background: var(--pink-2);
}

.split-section {
  background: var(--bg-soft);
}

.split-grid,
.cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.contact-grid {
  display: grid;
  gap: 28px;
  align-items: start;
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list div {
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--surface);
  font-weight: 700;
}

.check-list span {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--pink-2);
  box-shadow: 0 0 14px rgba(125, 211, 252, 0.55);
}

.cta-section {
  padding: 54px 0;
}

.cta-inner {
  position: relative;
  overflow: hidden;
  grid-template-columns: 1fr auto;
  gap: 24px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(135deg, #170d1c, #0f0a13);
}

.cta-inner::after {
  position: absolute;
  right: 92px;
  top: 50%;
  width: 150px;
  aspect-ratio: 1;
  content: "";
  background: var(--pink-2);
  mask: url("/assets/images/brand/mascot-blue.svg") center / contain no-repeat;
  opacity: 0.04;
  transform: translateY(-50%);
  pointer-events: none;
}

.cta-inner > * {
  position: relative;
  z-index: 1;
}

.cta-copy {
  display: flex;
  gap: 16px;
  align-items: center;
}

.teamspeak-logo {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.48);
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.1);
  box-shadow: 0 0 28px rgba(56, 189, 248, 0.18);
}

.teamspeak-logo img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.cta-copy p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
}

.cta-inner h2 {
  font-size: clamp(1.25rem, 1.8vw, 1.65rem);
}

.page-hero {
  border-bottom: 1px solid var(--line);
  padding: 76px 0 52px;
  background: var(--bg-soft);
}

.page-hero.compact {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.error-page {
  display: grid;
  min-height: 100dvh;
  align-items: center;
  justify-items: center;
  padding: 32px 20px;
  background:
    radial-gradient(circle at 50% 12%, rgba(56, 189, 248, 0.12), transparent 34%),
    var(--bg-soft);
}

.error-card {
  display: grid;
  justify-items: center;
  width: min(100%, 560px);
  gap: 12px;
  text-align: center;
}

.error-logo {
  display: block;
  width: min(190px, 56vw);
  height: auto;
  margin-bottom: 8px;
}

.error-card .eyebrow {
  justify-content: center;
}

.error-card h1 {
  margin: 0;
  color: #f4f9ff;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  line-height: 1.12;
}

.error-card p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}

.contact-form,
.markdown-body {
  padding: 28px;
}

.contact-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-channel-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 22px;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.contact-channel-card:hover {
  border-color: rgba(56, 189, 248, 0.42);
  background: var(--surface-2);
  transform: translateY(-2px);
}

.contact-channel-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(56, 189, 248, 0.26);
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.09);
  color: var(--pink-2);
}

.contact-channel-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-channel-card strong {
  display: block;
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 800;
}

.contact-channel-card small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  gap: 16px;
  width: min(100%, 720px);
  margin: 0 auto;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  background: #0c080f;
  color: var(--text);
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(56, 189, 248, 0.42);
  outline-offset: 1px;
}

.captcha-row {
  max-width: 260px;
}

.form-alert {
  display: grid;
  gap: 4px;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 700;
}

.form-alert.success {
  background: rgba(125, 211, 252, 0.12);
  color: #ffd5ec;
}

.form-alert.error {
  background: rgba(251, 77, 94, 0.12);
  color: #fecdd3;
}

.markdown-body {
  color: #d9e3ef;
}

.markdown-body > *:first-child {
  margin-top: 0;
}

.markdown-body p,
.markdown-body li {
  color: #d9cddd;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 22px;
}

.markdown-body code {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2px 6px;
  background: #0c080f;
  color: var(--pink-2);
}

.markdown-body pre {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #0c080f;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3 {
  color: var(--text);
  line-height: 1.2;
}

.markdown-body a {
  color: var(--pink-2);
}

.about-metrics {
  margin-top: 0;
}

.blog-section {
  background: #071227;
}

.blog-layout,
.article-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.article-layout {
  grid-template-columns: minmax(0, 1fr) 280px;
}

.blog-sidebar,
.blog-card,
.empty-state {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.blog-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 8px;
  padding: 20px;
}

.blog-sidebar h2 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 1rem;
}

.blog-sidebar a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--muted);
  font-weight: 700;
}

.blog-sidebar a:hover,
.blog-sidebar a.active {
  background: rgba(56, 189, 248, 0.09);
  color: var(--pink-2);
}

.blog-list {
  display: grid;
  gap: 18px;
}

.blog-card,
.empty-state {
  padding: 24px;
}

.blog-card-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.blog-card-meta a,
.article-meta a,
.blog-read {
  color: var(--pink-2);
}

.blog-card h2,
.empty-state h2 {
  margin: 12px 0 10px;
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 700;
}

.blog-card p,
.empty-state p {
  color: var(--muted);
  margin-bottom: 0;
}

.blog-read {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 800;
}

.article-meta {
  border-bottom: 1px solid var(--line);
  margin-bottom: 22px;
  padding-bottom: 16px;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 24px;
  background: #030712;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
}

.footer-grid h2 {
  margin: 0 0 12px;
  font-size: 0.9rem;
}

.footer-grid a {
  display: block;
  margin: 7px 0;
  color: var(--muted);
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  margin-top: 34px;
  padding-top: 20px;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .primary-nav,
  .header-panel {
    display: none;
  }

  .nav-mobile-only {
    display: block !important;
  }

  .site-header.is-open .primary-nav {
    display: grid;
    grid-column: 1 / -1;
    gap: 0;
    border-top: 1px solid var(--line);
    padding: 10px 0 18px;
  }

  .site-header.is-open .primary-nav a {
    padding: 10px 0;
  }

  .hero-grid,
  .split-grid,
  .section-heading-split,
  .contact-grid,
  .blog-layout,
  .article-layout,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
    padding-top: 52px;
  }

  .server-shell {
    transform: none;
  }

  .hero::after {
    width: 300px;
    opacity: 0.035;
  }

  .feature-grid,
  .service-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid-slider {
    display: flex;
  }

  .pricing-carousel {
    padding: 0 46px;
  }

  .pricing-grid-list {
    grid-template-columns: 1fr;
  }

  .pricing-grid-list .pricing-card {
    grid-template-columns: 1fr;
  }

  .pricing-list-item {
    grid-template-columns: 1fr;
  }

  .pricing-list {
    width: min(100% - 40px, 1180px);
  }

  .pricing-list-price {
    justify-content: flex-start;
  }

  .pricing-list-details {
    grid-template-columns: 1fr;
  }

  .contact-channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-sidebar {
    position: static;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .hero h1 {
    font-size: 2rem;
  }

  .hero-metrics,
  .feature-grid,
  .service-grid,
  .pricing-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .pricing-grid-slider {
    display: flex;
  }

  .pricing-carousel {
    padding: 0;
  }

  .pricing-carousel::before,
  .pricing-carousel::after,
  .carousel-button {
    display: none;
  }

  .pricing-grid-list {
    grid-template-columns: 1fr;
  }

  .contact-channels {
    grid-template-columns: 1fr;
  }

  .cta-copy {
    align-items: flex-start;
  }

  .hero::after,
  .pricing-section::before,
  .cta-inner::after {
    display: none;
  }

  .hero-actions .button,
  .cta-inner .button,
  .contact-form .button {
    width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

.home-hero-redesign {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 78px 0 34px;
  background:
    linear-gradient(180deg, rgba(7, 18, 39, 0.74), rgba(3, 7, 18, 0.98)),
    radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.18), transparent 38%);
}

.home-hero-redesign::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(125, 211, 252, 0.12) 44% 45%, transparent 45% 100%),
    linear-gradient(rgba(148, 210, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 210, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 58px 58px, 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  pointer-events: none;
}

.home-hero-stack {
  position: relative;
  display: grid;
  gap: 34px;
}

.home-hero-copy {
  display: grid;
  justify-items: center;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.home-hero-copy .eyebrow {
  justify-content: center;
}

.home-hero-copy h1 {
  max-width: 860px;
  margin: 16px 0 18px;
  color: var(--text);
  font-size: clamp(2.25rem, 5.2vw, 5.15rem);
  font-weight: 800;
  line-height: 0.98;
}

.home-hero-copy p {
  max-width: 710px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 600;
}

.home-hero-copy .hero-actions {
  justify-content: center;
  margin-top: 28px;
}

.ops-board {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 250px;
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(148, 210, 255, 0.2);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(16, 42, 99, 0.56), rgba(5, 12, 27, 0.96)),
    #071227;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.ops-rail,
.ops-summary,
.ops-center {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 7, 18, 0.42);
}

.ops-rail {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.ops-rail span,
.location-tags span {
  display: grid;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-weight: 900;
}

.ops-center {
  position: relative;
  display: grid;
  min-height: 300px;
  place-items: center;
  overflow: hidden;
}

.ops-center::before,
.ops-center::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 999px;
}

.ops-center::before {
  width: 360px;
  height: 360px;
}

.ops-center::after {
  width: 210px;
  height: 210px;
  border-style: dashed;
}

.ops-pulse {
  position: relative;
  z-index: 2;
  display: grid;
  width: 130px;
  height: 130px;
  place-items: center;
  border: 1px solid rgba(125, 211, 252, 0.46);
  border-radius: 8px;
  background: linear-gradient(145deg, #102a63, #071227);
  box-shadow: 0 0 42px rgba(56, 189, 248, 0.22);
}

.ops-pulse span {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 8px;
}

.ops-pulse strong {
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 1.45rem;
}

.ops-wave {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  align-items: end;
  height: 72px;
}

.ops-wave i {
  display: block;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--pink-2), rgba(56, 189, 248, 0.12));
}

.ops-wave i:nth-child(1) { height: 32%; }
.ops-wave i:nth-child(2) { height: 58%; }
.ops-wave i:nth-child(3) { height: 42%; }
.ops-wave i:nth-child(4) { height: 82%; }
.ops-wave i:nth-child(5) { height: 65%; }
.ops-wave i:nth-child(6) { height: 94%; }
.ops-wave i:nth-child(7) { height: 48%; }
.ops-wave i:nth-child(8) { height: 70%; }

.ops-summary {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.ops-summary div {
  display: grid;
  align-content: center;
  border: 1px solid rgba(148, 210, 255, 0.12);
  border-radius: 8px;
  padding: 16px;
  background: rgba(7, 18, 39, 0.72);
}

.ops-summary span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.ops-summary strong {
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 1.65rem;
  line-height: 1.1;
}

.home-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(5, 12, 27, 0.72);
}

.home-signal-strip div {
  padding: 22px;
}

.home-signal-strip div + div {
  border-left: 1px solid var(--line);
}

.home-signal-strip strong,
.product-lanes strong,
.deploy-steps strong {
  display: block;
  color: var(--text);
  font-family: var(--heading-font);
}

.home-signal-strip span,
.product-lanes small,
.deploy-steps small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-weight: 600;
  line-height: 1.55;
}

.home-product-showcase,
.home-plan-table {
  padding: 52px 0;
  background: #050814;
}

.product-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.product-showcase-lead {
  display: grid;
  align-content: end;
  min-height: 280px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(23, 63, 159, 0.38), rgba(7, 18, 39, 0.94)),
    var(--surface);
}

.product-showcase-lead h2,
.map-stage-copy h2,
.deploy-flow-grid h2 {
  margin: 12px 0 6px;
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.05;
}

.product-showcase-lead p,
.map-stage-copy p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.product-lanes {
  display: grid;
  gap: 14px;
}

.product-lanes a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 6px 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: linear-gradient(180deg, rgba(16, 34, 69, 0.82), rgba(7, 18, 39, 0.82));
  transition: transform 160ms ease, border-color 160ms ease;
}

.product-lanes a:hover {
  border-color: rgba(125, 211, 252, 0.48);
  transform: translateX(6px);
}

.product-lanes span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  grid-row: span 2;
  border: 1px solid rgba(125, 211, 252, 0.32);
  border-radius: 8px;
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-weight: 900;
}

.product-lanes strong {
  font-size: 1.18rem;
}

.home-map-stage {
  overflow: hidden;
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.98), rgba(16, 42, 99, 0.66)),
    #071227;
}

.game-gallery-section {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background: #050814;
}

.game-gallery-section::before,
.game-gallery-section::after {
  position: absolute;
  top: 0;
  z-index: 3;
  width: min(11vw, 150px);
  height: 100%;
  content: "";
  pointer-events: none;
}

.game-gallery-section::before {
  left: 0;
  background: linear-gradient(90deg, #050814 0%, rgba(5, 8, 20, 0.86) 34%, rgba(5, 8, 20, 0));
}

.game-gallery-section::after {
  right: 0;
  background: linear-gradient(270deg, #050814 0%, rgba(5, 8, 20, 0.86) 34%, rgba(5, 8, 20, 0));
}

.gallery-heading {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  max-width: 760px;
  margin-bottom: 26px;
  text-align: center;
}

.gallery-heading .eyebrow {
  justify-content: center;
}

.gallery-heading h2 {
  margin: 12px 0 10px;
  color: var(--text);
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  line-height: 1.08;
}

.gallery-heading p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.game-gallery-track {
  display: flex;
  gap: 18px;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  padding: 0 max(20px, calc((100vw - 1180px) / 2)) 6px;
}

.game-gallery-track::-webkit-scrollbar {
  display: none;
}

.game-gallery-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.game-gallery-card {
  position: relative;
  flex: 0 0 min(520px, 82vw);
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(148, 210, 255, 0.18);
  border-radius: 8px;
  margin: 0;
  scroll-snap-align: start;
  background:
    linear-gradient(180deg, rgba(3, 7, 18, 0.04), rgba(3, 7, 18, 0.76)),
    var(--game-art, linear-gradient(135deg, #102a63, #071227));
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.game-gallery-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.35;
  pointer-events: none;
}

.game-gallery-card::after {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 68px;
  height: 68px;
  content: "";
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 999px;
  background: rgba(125, 211, 252, 0.08);
}

.game-gallery-card figcaption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 1.18rem;
  font-weight: 800;
}

.game-gallery-card-one {
  --game-art: radial-gradient(circle at 72% 24%, rgba(125, 211, 252, 0.34), transparent 24%), url('/assets/images/gallery/fps.png');
}

.game-gallery-card-two {
  --game-art: radial-gradient(circle at 22% 30%, rgba(96, 165, 250, 0.38), transparent 26%), url('/assets/images/gallery/roleplay.png');
}

.game-gallery-card-three {
  --game-art: radial-gradient(circle at 68% 62%, rgba(45, 212, 191, 0.3), transparent 24%), url('/assets/images/gallery/tournament.png');
}

.game-gallery-card-four {
  --game-art: radial-gradient(circle at 36% 24%, rgba(14, 165, 233, 0.36), transparent 24%), url('/assets/images/gallery/streaming.png');
}

.game-gallery-card-five {
  --game-art: radial-gradient(circle at 64% 34%, rgba(59, 130, 246, 0.36), transparent 26%), url('/assets/images/gallery/guild.png');
}

.map-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.map-stage-visual {
  border: 1px solid rgba(148, 210, 255, 0.16);
  border-radius: 8px;
  padding: 18px;
  background: rgba(3, 7, 18, 0.38);
}

.map-stage-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.location-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.location-tags span {
  min-height: 40px;
  padding: 0 14px;
}

.plan-table {
  display: grid;
  gap: 12px;
}

.plan-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.76fr) minmax(240px, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: rgba(11, 24, 48, 0.78);
}

.plan-row.selected {
  border-color: rgba(125, 211, 252, 0.52);
  background: linear-gradient(90deg, rgba(23, 63, 159, 0.38), rgba(11, 24, 48, 0.86));
}

.plan-name span {
  color: var(--pink-2);
  font-size: 0.82rem;
  font-weight: 900;
}

.plan-name h3,
.plan-row p {
  margin: 0;
}

.plan-name h3 {
  color: var(--text);
  font-size: 1.08rem;
}

.plan-row p {
  color: var(--muted);
  font-weight: 600;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  white-space: nowrap;
}

.plan-price strong {
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 1.8rem;
}

.plan-price small {
  color: var(--muted);
}

.home-deploy-flow {
  padding: 52px 0;
  background: #071227;
}

.deploy-flow-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(460px, 1fr);
  gap: 42px;
  align-items: start;
}

.deploy-steps {
  display: grid;
  border-left: 1px solid rgba(125, 211, 252, 0.28);
  gap: 18px;
  padding-left: 28px;
}

.deploy-steps div {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(5, 12, 27, 0.62);
}

.deploy-steps div::before {
  position: absolute;
  left: -35px;
  top: 27px;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 999px;
  background: var(--pink-2);
  box-shadow: 0 0 18px rgba(125, 211, 252, 0.7);
}

.deploy-steps span {
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-size: 0.8rem;
  font-weight: 900;
}

.home-final-cta {
  background: #050814;
}

@media (max-width: 900px) {
  .ops-board,
  .product-showcase-grid,
  .map-stage-grid,
  .deploy-flow-grid {
    grid-template-columns: 1fr;
  }

  .ops-board {
    gap: 12px;
  }

  .ops-rail {
    grid-template-columns: repeat(3, 1fr);
  }

  .ops-summary {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-signal-strip {
    grid-template-columns: 1fr;
  }

  .home-signal-strip div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .product-showcase-lead {
    min-height: auto;
  }

  .plan-row {
    grid-template-columns: 1fr;
  }

  .plan-row .button {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .home-hero-redesign {
    padding-top: 54px;
  }

  .home-hero-copy {
    text-align: left;
    justify-items: start;
  }

  .home-hero-copy .eyebrow,
  .home-hero-copy .hero-actions {
    justify-content: flex-start;
  }

  .home-hero-copy h1 {
    font-size: 2.38rem;
  }

  .ops-center {
    min-height: 240px;
  }

  .ops-summary {
    grid-template-columns: 1fr;
  }

  .product-lanes a {
    grid-template-columns: 1fr;
  }

  .product-lanes span {
    grid-row: auto;
  }
}

.home-hero-studio {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 64px 0 24px;
  background:
    linear-gradient(112deg, rgba(5, 8, 20, 0.98) 0 52%, rgba(16, 42, 99, 0.62) 52% 100%),
    radial-gradient(circle at 72% 18%, rgba(125, 211, 252, 0.2), transparent 28%);
}

.home-hero-studio::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(148, 210, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 210, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
  pointer-events: none;
}

.home-hero-studio::after {
  position: absolute;
  right: -16vw;
  top: -28vw;
  width: 58vw;
  max-width: 760px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(125, 211, 252, 0.14);
  border-radius: 999px;
  box-shadow: inset 0 0 0 80px rgba(56, 189, 248, 0.025);
  pointer-events: none;
}

.hero-studio-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 52px;
  align-items: center;
  min-height: 560px;
}

.hero-studio-copy {
  display: grid;
  justify-items: start;
}

.hero-studio-copy h1 {
  max-width: 640px;
  margin: 16px 0 18px;
  color: var(--text);
  font-size: clamp(2.25rem, 4.4vw, 4.35rem);
  font-weight: 800;
  line-height: 1;
}

.hero-studio-copy p {
  max-width: 650px;
  margin: 0;
  color: #c8d8ef;
  font-size: clamp(0.92rem, 1.15vw, 1.02rem);
  font-weight: 700;
  line-height: 1.55;
}

.hero-studio-copy .hero-actions {
  margin-top: 30px;
}

.hero-command-deck {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid rgba(148, 210, 255, 0.2);
  border-radius: 12px;
  padding: 24px;
  background:
    linear-gradient(145deg, rgba(11, 24, 48, 0.94), rgba(3, 7, 18, 0.96)),
    var(--surface);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hero-command-deck::before {
  position: absolute;
  inset: auto -16% -42% 26%;
  height: 70%;
  content: "";
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18), transparent 65%);
  pointer-events: none;
}

.deck-topline {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--line);
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.deck-topline span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.status-pulse-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 999px;
  padding: 5px 12px;
  background: rgba(45, 212, 191, 0.06);
}

.status-pulse-badge strong {
  color: #99f6e4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.status-pulse-dot {
  width: 7px;
  height: 7px;
  background-color: var(--green);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 10px var(--green);
}

.status-pulse-dot::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid var(--green);
  border-radius: 50%;
  animation: pulse-ring 1.8s cubic-bezier(0.215, 0.610, 0.355, 1) infinite;
  opacity: 0;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }
  50%, 100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.deck-tabs {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
}

.tab-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(11, 24, 48, 0.4);
  border: 1px solid rgba(148, 210, 255, 0.12);
  border-radius: 8px;
  color: var(--muted);
  font-family: var(--body-font);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-btn:hover {
  background: rgba(11, 24, 48, 0.7);
  border-color: rgba(56, 189, 248, 0.4);
  color: var(--text);
}

.tab-btn.active {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.15), rgba(11, 24, 48, 0.7));
  border-color: var(--pink);
  color: var(--text);
  box-shadow: 
    inset 0 1px 1px rgba(255, 255, 255, 0.1),
    0 4px 16px rgba(56, 189, 248, 0.12);
}

.flag-icon {
  font-size: 1.05rem;
  line-height: 1;
}

.deck-chart-container {
  position: relative;
  z-index: 2;
  background: rgba(3, 7, 18, 0.45);
  border: 1px solid rgba(148, 210, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chart-title {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.chart-value {
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 800;
  text-shadow: 0 0 12px rgba(125, 211, 252, 0.4);
}

.chart-body {
  height: 96px;
  position: relative;
  overflow: visible;
}

.chart-body svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.chart-area {
  transition: d 0.3s ease;
}

.chart-line {
  transition: d 0.3s ease;
}

.deck-metrics-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.metric-card {
  background: rgba(11, 24, 48, 0.55);
  border: 1px solid rgba(148, 210, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.2s ease;
}

.metric-card:hover {
  background: rgba(11, 24, 48, 0.75);
  border-color: rgba(148, 210, 255, 0.15);
}

.metric-label {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.metric-value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.metric-value strong {
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 0.95rem;
  font-weight: 700;
}

.metric-value strong.text-glow-green {
  color: var(--green);
  text-shadow: 0 0 10px rgba(45, 212, 191, 0.3);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  box-shadow: 0 0 8px currentColor;
}

.pulse-dot.green {
  background-color: var(--green);
  color: var(--green);
  animation: pulse-glow-green 2s infinite;
}

@keyframes pulse-glow-green {
  0%, 100% {
    opacity: 0.6;
    box-shadow: 0 0 4px var(--green);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 12px var(--green);
  }
}

.deck-link-area {
  position: relative;
  z-index: 2;
  margin-top: 4px;
}

.deck-link-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  background: rgba(148, 210, 255, 0.05);
  border: 1px solid rgba(148, 210, 255, 0.12);
  border-radius: 8px;
  color: var(--pink-2);
  font-family: var(--heading-font);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: all 0.25s ease;
  text-align: center;
}

.deck-link-btn:hover {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.4);
  color: var(--text);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.1);
}

.deck-link-btn svg {
  transition: transform 0.25s ease;
}

.deck-link-btn:hover svg {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .home-hero-studio {
    padding-top: 48px;
  }

  .hero-studio-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-command-deck {
    min-height: 440px;
  }
}

@media (max-width: 620px) {
  .hero-studio-copy h1 {
    font-size: 2.2rem;
  }

  .hero-studio-copy p br {
    display: none;
  }

  .hero-command-deck {
    min-height: auto;
  }

  .deck-metrics-grid {
    grid-template-columns: 1fr;
  }

  .deck-tabs {
    flex-wrap: wrap;
    gap: 6px;
  }

  .tab-btn {
    padding: 8px 10px;
    font-size: 0.8rem;
  }

  .game-gallery-section,
  .home-product-showcase,
  .home-plan-table,
  .home-map-stage,
  .home-deploy-flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .game-gallery-track {
    gap: 12px;
    padding-inline: 14px;
  }

  .game-gallery-card {
    flex-basis: 86vw;
  }
}

/* Unified typography scale */
h1,
h2,
h3 {
  font-weight: 800;
  line-height: 1.12;
}

.hero-studio-copy h1 {
  max-width: 560px;
  font-size: clamp(2rem, 3.6vw, 3.65rem);
  line-height: 1.04;
}

.section-heading h2,
.split-grid h2,
.cta-inner h2,
.product-showcase-lead h2,
.map-stage-copy h2,
.deploy-flow-grid h2,
.gallery-heading h2 {
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.16;
}

.page-hero h1 {
  font-size: clamp(1.65rem, 2.35vw, 2.2rem);
  line-height: 1.14;
}

.feature-grid h2,
.service-card h3,
.map-info-grid h3,
.network-lanes h3,
.pricing-card h3,
.pricing-list-main h3,
.blog-card h2,
.empty-state h2,
.plan-name h3,
.product-lanes strong,
.deck-channel-list strong,
.deploy-steps strong,
.game-gallery-card figcaption {
  font-size: clamp(0.98rem, 1.15vw, 1.15rem);
  line-height: 1.22;
}

.price strong,
.pricing-list-price strong,
.plan-price strong,
.ops-summary strong {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.eyebrow,
.pricing-label,
.feature-icon,
.plan-name span,
.deploy-steps span {
  font-size: 0.72rem;
}

.hero-studio-copy p,
.section-heading-split > p,
.product-showcase-lead p,
.map-stage-copy p,
.gallery-heading p,
.deploy-steps small,
.product-lanes small,
.plan-row p {
  font-size: 0.94rem;
  line-height: 1.6;
}

@media (max-width: 620px) {
  .hero-studio-copy h1 {
    font-size: 1.95rem;
  }

  .section-heading h2,
  .split-grid h2,
  .cta-inner h2,
  .product-showcase-lead h2,
  .map-stage-copy h2,
  .deploy-flow-grid h2,
  .gallery-heading h2 {
    font-size: 1.42rem;
  }
}

/* Subpage redesign */
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  padding: 58px 0 44px;
  background:
    linear-gradient(118deg, rgba(5, 8, 20, 0.98) 0 58%, rgba(16, 42, 99, 0.58) 58% 100%),
    radial-gradient(circle at 78% 12%, rgba(125, 211, 252, 0.16), transparent 28%);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(148, 210, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 210, 255, 0.035) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
  pointer-events: none;
}

.page-hero::after {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  top: 50%;
  width: 156px;
  height: 156px;
  content: "";
  border: 1px solid rgba(125, 211, 252, 0.16);
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(125, 211, 252, 0.11), transparent 62%),
    linear-gradient(135deg, rgba(56, 189, 248, 0.08), transparent);
  transform: translateY(-50%);
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1180px;
  gap: 12px;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
}

.page-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.65;
}

.service-hero {
  padding-bottom: 50px;
}

.pricing-section,
.feature-band,
.split-section,
.blog-section,
.contact-section,
.content-section {
  padding: 52px 0;
}

.pricing-section {
  background:
    linear-gradient(180deg, #050814 0%, #071227 100%);
}

.pricing-section::before {
  display: none;
}

.pricing-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card,
.pricing-list-item,
.feature-grid article,
.service-card,
.contact-channel-card,
.contact-form,
.markdown-body,
.blog-sidebar,
.blog-card,
.empty-state,
.check-list div {
  border-color: rgba(148, 210, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(11, 24, 48, 0.88), rgba(7, 18, 39, 0.92)),
    var(--surface);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.18);
}

.pricing-card,
.pricing-list-item {
  position: relative;
  overflow: hidden;
}

.pricing-card::after,
.pricing-list-item::after {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 42px;
  height: 42px;
  content: "";
  border-top: 1px solid rgba(125, 211, 252, 0.22);
  border-right: 1px solid rgba(125, 211, 252, 0.22);
  pointer-events: none;
}

.pricing-card.featured,
.pricing-list-item.is-open {
  border-color: rgba(125, 211, 252, 0.42);
  background: linear-gradient(145deg, rgba(23, 63, 159, 0.32), rgba(11, 24, 48, 0.94));
}

.pricing-card .button,
.pricing-list-item .button {
  position: relative;
  z-index: 1;
}

.pricing-list {
  width: min(960px, calc(100% - 40px));
}

.pricing-single {
  width: min(960px, calc(100% - 40px));
}

.pricing-card-single {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.38fr);
  gap: 28px;
  align-items: stretch;
  padding: 30px;
}

.pricing-card-single::after {
  width: 68px;
  height: 68px;
}

.single-plan-copy {
  display: grid;
  align-content: start;
  gap: 16px;
}

.single-plan-copy h3,
.single-plan-copy p,
.single-plan-copy ul {
  margin: 0;
}

.single-plan-action {
  display: grid;
  align-content: center;
  gap: 14px;
  border: 1px solid rgba(148, 210, 255, 0.14);
  border-radius: 8px;
  padding: 22px;
  background: rgba(3, 7, 18, 0.36);
}

.single-plan-action .price {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  padding: 0;
}

.single-plan-action .button {
  width: 100%;
}

.price,
.pricing-list-details,
.article-meta,
.footer-bottom {
  border-color: rgba(148, 210, 255, 0.14);
}

.pricing-card ul,
.pricing-list-details ul {
  color: #dbeafe;
}

.pricing-card li::before {
  background: var(--pink-2);
}

.tax-note,
.price small,
.price span,
.pricing-card p,
.pricing-list-details p {
  color: var(--muted);
}

.feature-band,
.split-section,
.blog-section,
.content-section {
  background: #050814;
}

.feature-grid {
  gap: 14px;
}

.feature-grid article {
  padding: 22px;
}

.feature-icon {
  color: var(--pink-2);
}

.split-grid {
  border: 1px solid rgba(148, 210, 255, 0.14);
  border-radius: 8px;
  padding: 26px;
  background: linear-gradient(135deg, rgba(16, 42, 99, 0.24), rgba(5, 12, 27, 0.9));
}

.split-grid h2 {
  margin-bottom: 0;
}

.check-list {
  gap: 10px;
}

.check-list div {
  padding: 14px 16px;
}

.contact-section {
  background: #050814;
}

.contact-grid {
  gap: 20px;
}

.contact-channels {
  gap: 14px;
}

.contact-channel-card {
  min-height: 132px;
}

.contact-channel-icon {
  border-color: rgba(125, 211, 252, 0.28);
  background: rgba(56, 189, 248, 0.08);
  color: var(--pink-2);
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(148, 210, 255, 0.16);
  background: rgba(3, 7, 18, 0.58);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline-color: rgba(125, 211, 252, 0.42);
}

.blog-layout,
.article-layout {
  gap: 20px;
}

.blog-sidebar {
  top: 92px;
}

.blog-sidebar a:hover,
.blog-sidebar a.active {
  background: rgba(56, 189, 248, 0.09);
  color: var(--pink-2);
}

.blog-card,
.empty-state {
  padding: 22px;
}

.blog-card h2,
.empty-state h2 {
  margin: 10px 0 8px;
}

.markdown-body {
  color: #dbeafe;
  line-height: 1.75;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3 {
  color: var(--text);
  margin-top: 28px;
}

.markdown-body h1:first-child,
.markdown-body h2:first-child,
.markdown-body h3:first-child {
  margin-top: 0;
}

.markdown-body p,
.markdown-body li {
  color: var(--muted);
}

.markdown-body a,
.blog-card-meta a,
.article-meta a,
.blog-read {
  color: var(--pink-2);
}

@media (max-width: 900px) {
  .page-hero::after {
    opacity: 0.32;
    right: -42px;
  }

  .pricing-list {
    width: min(100% - 40px, 1180px);
  }

  .pricing-card-single {
    grid-template-columns: 1fr;
  }

  .split-grid {
    padding: 22px;
  }
}

@media (max-width: 620px) {
  .page-hero {
    padding: 42px 0 34px;
  }

  .page-hero h1 {
    font-size: 1.7rem;
  }

  .pricing-section,
  .feature-band,
  .split-section,
  .blog-section,
  .contact-section,
  .content-section {
    padding: 38px 0;
  }

  .split-grid {
    padding: 18px;
  }
}

.online-servers-section {
  padding: 40px 0;
  background: #050814;
}

.online-servers-shell {
  display: grid;
  gap: 18px;
}

.online-servers-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.online-servers-head h2 {
  margin: 10px 0 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.online-servers-head p {
  max-width: 660px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.55;
}

.online-refresh {
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 999px;
  padding: 7px 12px;
  color: #99f6e4;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.online-server-list {
  display: grid;
  gap: 10px;
}

.online-server-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(180px, 0.46fr) minmax(100px, 0.2fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(148, 210, 255, 0.16);
  border-radius: 8px;
  padding: 10px 12px;
  background:
    linear-gradient(180deg, rgba(11, 24, 48, 0.88), rgba(7, 18, 39, 0.92)),
    var(--surface);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.14);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.online-server-row:hover {
  border-color: rgba(125, 211, 252, 0.38);
  background:
    linear-gradient(180deg, rgba(16, 42, 99, 0.62), rgba(7, 18, 39, 0.96)),
    var(--surface);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}

.server-identity {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.server-status-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #2dd4bf;
  box-shadow: 0 0 16px rgba(45, 212, 191, 0.72);
}

.server-identity strong,
.server-online-count strong {
  display: block;
  color: var(--text);
  font-family: var(--heading-font);
  font-size: 0.94rem;
}

.server-identity small,
.server-address span,
.server-online-count span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.server-address {
  display: grid;
  gap: 5px;
}

.server-address strong {
  display: block;
  width: min(100%, 170px);
  height: 24px;
  border: 1px solid rgba(148, 210, 255, 0.12);
  border-radius: 999px;
  padding: 0;
  background: rgba(148, 210, 255, 0.12);
  color: transparent;
  text-shadow: none;
  filter: blur(4px);
  user-select: none;
}

.server-online-count {
  display: grid;
  justify-items: end;
  gap: 5px;
}

.server-online-count strong {
  color: var(--pink-2);
  font-size: 0.98rem;
}

@media (max-width: 900px) {
  .online-server-row {
    grid-template-columns: 1fr;
  }

  .server-online-count {
    justify-items: start;
  }
}

@media (max-width: 620px) {
  .online-servers-section {
    padding: 32px 0;
  }

  .online-servers-head {
    display: grid;
    align-items: start;
  }
}

/* FAQ (SSS) Styling */
.faq-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

.faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  transition: border-color var(--transition-base), transform var(--transition-base);
}

.faq-item:hover {
  border-color: var(--cyan-muted);
  transform: translateY(-2px);
}

.faq-item h3 {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.faq-item h3::before {
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(56, 189, 248, 0.1);
  color: var(--cyan);
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
}

.faq-item p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Testimonial Styling */
.testimonials-section {
  padding: 80px 0;
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 10% 20%, rgba(56, 189, 248, 0.02) 0%, transparent 40%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
}

@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 32px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color var(--transition-base), transform var(--transition-base);
}

.testimonial-card:hover {
  border-color: var(--cyan-muted);
  transform: translateY(-2px);
}

.testimonial-quote {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan) 0%, rgba(56, 189, 248, 0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.testimonial-meta strong {
  display: block;
  color: var(--text);
  font-size: 0.95rem;
}

.testimonial-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}

/* FAQ Accordion Styling using native details/summary */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.faq-accordion details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.faq-accordion details:hover {
  border-color: var(--cyan-muted);
}

.faq-accordion details[open] {
  border-color: var(--cyan-muted);
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.05);
}

.faq-accordion summary {
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  outline: none;
}

/* Remove default marker in Chrome/Safari/Firefox */
.faq-accordion summary::-webkit-details-marker {
  display: none;
}
.faq-accordion summary {
  list-style-type: none;
}

.faq-accordion summary::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--muted);
  transition: transform var(--transition-base), color var(--transition-base);
  font-family: monospace;
}

.faq-accordion details[open] summary::after {
  content: "-";
  transform: rotate(90deg);
  color: var(--cyan);
}

.faq-accordion-content {
  padding: 0 24px 24px 24px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
  border-top: 1px solid transparent;
}

.faq-accordion details[open] .faq-accordion-content {
  border-top-color: var(--line);
  padding-top: 16px;
}


