:root {
  --neo-bg-1: #050313;
  --neo-bg-2: #14072d;
  --neo-bg-3: #26083d;
  --neo-text: #f8f3ff;
  --neo-text-soft: rgba(239, 234, 255, 0.78);
  --neo-line: rgba(255, 255, 255, 0.14);
  --neo-panel: rgba(14, 8, 34, 0.72);
  --neo-panel-strong: rgba(16, 9, 40, 0.88);
  --neo-cyan: #74e6ff;
  --neo-blue: #4d9cff;
  --neo-violet: #8f54ff;
  --neo-pink: #ff64ce;
  --neo-warm: #ff6a55;
  --neo-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--neo-text);
  background:
    radial-gradient(circle at 10% 10%, rgba(116, 230, 255, 0.18), transparent 18%),
    radial-gradient(circle at 90% 0%, rgba(255, 100, 206, 0.18), transparent 22%),
    radial-gradient(circle at 70% 62%, rgba(143, 84, 255, 0.16), transparent 24%),
    linear-gradient(180deg, var(--neo-bg-1) 0%, var(--neo-bg-2) 50%, var(--neo-bg-3) 100%);
}

body::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 120px 120px, 120px 120px;
  opacity: 0.35;
}

body::after {
  background:
    radial-gradient(circle at 20% 35%, rgba(77, 156, 255, 0.08), transparent 18%),
    radial-gradient(circle at 78% 28%, rgba(255, 100, 206, 0.08), transparent 18%),
    radial-gradient(circle at 66% 80%, rgba(116, 230, 255, 0.08), transparent 18%);
  mix-blend-mode: screen;
}

.page-shell::before,
.page-shell::after,
.page-bg,
.noise {
  display: none;
}

a {
  color: var(--neo-cyan);
}

a:hover {
  color: #ffffff;
}

h1,
h2,
h3 {
  color: inherit;
}

.site-main {
  padding: 1.5rem 0 4rem;
}

.shell {
  width: min(calc(100% - 24px), 1140px);
}

.neo-home {
  display: grid;
  gap: 1.8rem;
}

.neo-stage,
.subpage-hero,
.subpage-panel,
.subpage-footer,
.home-site-header {
  border: 1px solid var(--neo-line);
  box-shadow: var(--neo-shadow);
}

.neo-stage {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(23, 12, 55, 0.84), rgba(11, 7, 31, 0.94)),
    radial-gradient(circle at 75% 20%, rgba(255, 100, 206, 0.16), transparent 30%),
    radial-gradient(circle at 25% 12%, rgba(116, 230, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  isolation: isolate;
}

.neo-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 3, 19, 0.78) 0%, rgba(5, 3, 19, 0.46) 48%, rgba(5, 3, 19, 0.18) 100%),
    var(--neo-visual-image) no-repeat right -8rem top -4rem / 86rem auto;
  opacity: 0.92;
  z-index: -2;
}

.neo-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 100, 206, 0.2), transparent 12%),
    radial-gradient(circle at 14% 64%, rgba(116, 230, 255, 0.14), transparent 14%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 28%);
  z-index: -1;
}

.neo-stage-glow,
.neo-stage-grid {
  position: absolute;
  pointer-events: none;
}

.neo-stage-glow {
  filter: blur(28px);
  opacity: 0.9;
}

.neo-stage-glow-a {
  top: -6rem;
  right: -2rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(255, 100, 206, 0.32), transparent 65%);
}

.neo-stage-glow-b {
  left: -5rem;
  bottom: 2rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(116, 230, 255, 0.24), transparent 65%);
}

.neo-stage-grid {
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 120px 120px, 120px 120px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 88%);
  opacity: 0.35;
}

.neo-topbar {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 1.2rem 1.4rem 1rem;
}

.neo-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  color: #ffffff;
}

.neo-brand img {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 1rem;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.36);
}

.neo-brand-copy {
  display: grid;
  gap: 0.22rem;
}

.neo-brand-copy strong {
  font: 700 clamp(1.3rem, 2vw, 1.95rem)/1 var(--font-display);
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.neo-brand-copy span {
  font: 600 0.75rem/1.2 var(--font-mono);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

body.page-home .neo-topnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.65rem 0.85rem;
}

body.page-home .neo-topnav a {
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font: 700 0.82rem/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.92);
}

body.page-home .neo-topnav a.is-active,
body.page-home .neo-topnav a:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, rgba(143, 84, 255, 0.4), rgba(255, 100, 206, 0.28));
  box-shadow: 0 0 28px rgba(143, 84, 255, 0.18);
}

body.page-home .neo-topnav-secondary {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
}

.neo-stage-divider {
  height: 2px;
  margin: 0 1.4rem;
  background:
    linear-gradient(90deg, rgba(116, 230, 255, 0.8), rgba(143, 84, 255, 0.7), rgba(255, 100, 206, 0.8));
  box-shadow: 0 0 20px rgba(255, 100, 206, 0.3);
}

.neo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.05fr);
  gap: 1rem;
  align-items: center;
  padding: 2rem 1.4rem 1.5rem;
  min-height: 33rem;
}

.neo-hero-copy {
  max-width: 34rem;
  position: relative;
  z-index: 1;
}

.neo-kicker {
  margin: 0 0 1rem;
  font: 600 0.84rem/1.2 var(--font-mono);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.neo-kicker-dark {
  color: rgba(44, 38, 88, 0.64);
}

.neo-hero h1 {
  max-width: 10ch;
  margin-bottom: 1rem;
  font-size: clamp(2.9rem, 5.4vw, 5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.neo-lead {
  max-width: 31rem;
  color: var(--neo-text-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.42rem);
  line-height: 1.6;
}

.neo-lead-small {
  max-width: 34rem;
  font-size: 1.02rem;
}

.neo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.neo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0 1.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font: 800 0.83rem/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(143, 84, 255, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.neo-btn:hover {
  color: #ffffff;
  transform: translateY(-1px);
  filter: saturate(1.08);
  box-shadow: 0 0 32px rgba(255, 100, 206, 0.24);
}

.neo-btn-warm {
  background: linear-gradient(90deg, rgba(255, 106, 85, 0.96), rgba(255, 100, 206, 0.9));
}

.neo-btn-cool,
.neo-btn-solid {
  background: linear-gradient(90deg, rgba(77, 156, 255, 0.92), rgba(143, 84, 255, 0.92));
}

.neo-hero-visual {
  position: relative;
  min-height: 28rem;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 10%),
    radial-gradient(circle at 18% 86%, rgba(116, 230, 255, 0.16), transparent 12%),
    var(--neo-visual-image) no-repeat right -7rem center / 54rem auto;
}

.neo-orbit,
.neo-planet,
.neo-server-orbit {
  position: absolute;
  pointer-events: none;
}

.neo-orbit {
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(255, 100, 206, 0.16);
}

.neo-orbit-a {
  top: 3rem;
  right: 1rem;
  width: 14rem;
  height: 14rem;
  border-color: rgba(255, 100, 206, 0.34);
}

.neo-orbit-b {
  right: 4rem;
  bottom: 4rem;
  width: 22rem;
  height: 8rem;
  border-color: rgba(116, 230, 255, 0.24);
  transform: rotate(-14deg);
}

.neo-orbit-c {
  left: 1rem;
  bottom: 3rem;
  width: 10rem;
  height: 10rem;
  border-color: rgba(77, 156, 255, 0.24);
}

.neo-planet {
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(255, 100, 206, 0.26);
}

.neo-planet-a {
  top: 2rem;
  right: 5rem;
  width: 4.4rem;
  height: 4.4rem;
  background: radial-gradient(circle at 35% 35%, #bcf4ff, #7f7eff 46%, #ff66cb 100%);
}

.neo-planet-b {
  right: 0;
  bottom: 5rem;
  width: 5.4rem;
  height: 5.4rem;
  background: radial-gradient(circle at 35% 35%, #f4dcff, #6b63ff 42%, #ff5fca 100%);
}

.neo-planet-c {
  left: 1rem;
  bottom: 6rem;
  width: 3.4rem;
  height: 3.4rem;
  background: radial-gradient(circle at 35% 35%, #e0fdff, #5ca7ff 42%, #8f54ff 100%);
}

.neo-feature-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 1.4rem 1.45rem;
}

.neo-feature-pill {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-height: 4.2rem;
  padding: 1rem 1.2rem;
  border-radius: 1.2rem;
  background: rgba(8, 6, 24, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.neo-feature-icon {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 100, 206, 0.22), rgba(77, 156, 255, 0.22));
  color: #ffffff;
  font-weight: 900;
}

.neo-feature-pill span:last-child {
  font: 700 0.96rem/1.3 var(--font-display);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.neo-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

.neo-service-card {
  position: relative;
  overflow: hidden;
  padding: 1.8rem 1.75rem 1.7rem;
  border-radius: 2rem;
  color: #201947;
  background:
    linear-gradient(180deg, rgba(253, 249, 255, 0.96), rgba(231, 240, 255, 0.88)),
    var(--neo-visual-image) no-repeat right -14rem bottom -12rem / 42rem auto;
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 28px 65px rgba(18, 10, 44, 0.28);
}

.neo-service-card-glow {
  position: absolute;
  inset: auto -4rem -5rem auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  filter: blur(24px);
  opacity: 0.45;
}

.neo-service-card-glow.is-cyan {
  background: radial-gradient(circle, rgba(116, 230, 255, 0.42), transparent 65%);
}

.neo-service-card-glow.is-pink {
  background: radial-gradient(circle, rgba(255, 100, 206, 0.42), transparent 65%);
}

.neo-service-index {
  margin-bottom: 0.4rem;
  color: rgba(92, 114, 169, 0.84);
  font: 800 clamp(3.1rem, 5vw, 4.25rem)/1 var(--font-display);
}

.neo-service-card h2 {
  margin-bottom: 1rem;
  max-width: 10ch;
  font-size: clamp(2.1rem, 3vw, 3.2rem);
  line-height: 0.93;
}

.neo-list {
  display: grid;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(37, 30, 76, 0.82);
  font-size: 1rem;
  line-height: 1.6;
}

.neo-list li {
  position: relative;
  padding-left: 1.6rem;
}

.neo-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #1789aa;
  font-weight: 900;
}

.neo-service-card .neo-btn {
  margin-top: 1.6rem;
}

.neo-promo {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 1.05fr);
  gap: 1.25rem;
  align-items: center;
  padding: 2.3rem 2rem;
  border-radius: 2rem;
  background:
    linear-gradient(180deg, rgba(15, 8, 39, 0.86), rgba(9, 6, 27, 0.94)),
    radial-gradient(circle at 20% 30%, rgba(77, 156, 255, 0.12), transparent 22%),
    radial-gradient(circle at 84% 18%, rgba(255, 100, 206, 0.14), transparent 22%);
}

.neo-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 4, 20, 0.86), rgba(7, 4, 20, 0.28) 56%, rgba(7, 4, 20, 0.2)),
    var(--neo-visual-image) no-repeat right -4rem bottom -4rem / 62rem auto;
  opacity: 0.75;
}

.neo-promo-copy,
.neo-promo-visual {
  position: relative;
  z-index: 1;
}

.neo-promo h2 {
  max-width: 12ch;
  font-size: clamp(2.5rem, 4vw, 4.4rem);
  line-height: 0.96;
  margin-bottom: 1rem;
}

.neo-promo-list {
  display: grid;
  gap: 1rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.neo-promo-list li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.02rem;
  color: rgba(245, 239, 255, 0.9);
}

.neo-promo-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 20px rgba(255, 100, 206, 0.2);
}

.neo-promo-visual {
  min-height: 22rem;
  background: var(--neo-visual-image) no-repeat right -2rem bottom -1rem / 42rem auto;
}

.neo-server-orbit {
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 0 24px rgba(77, 156, 255, 0.18);
}

.neo-server-orbit-a {
  right: 4rem;
  bottom: 3rem;
  width: 15rem;
  height: 5rem;
  transform: rotate(-16deg);
}

.neo-server-orbit-b {
  right: 2rem;
  bottom: 7rem;
  width: 10rem;
  height: 10rem;
  border-color: rgba(255, 100, 206, 0.22);
}

.neo-mobile-links {
  display: none;
}

body:not(.page-home) .home-site-header {
  position: sticky;
  top: 1rem;
  z-index: 20;
  margin-bottom: 1.5rem;
  border-radius: 1.75rem;
  background:
    linear-gradient(180deg, rgba(18, 10, 44, 0.9), rgba(11, 8, 29, 0.9)),
    linear-gradient(90deg, rgba(116, 230, 255, 0.12), rgba(255, 100, 206, 0.12));
  backdrop-filter: blur(18px);
}

body:not(.page-home) .nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1rem 1.2rem;
}

body:not(.page-home) .brand {
  color: #ffffff;
}

body:not(.page-home) .brand-logo-image {
  border-radius: 1rem;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.36);
}

body:not(.page-home) .brand-copy strong {
  color: #ffffff;
}

body:not(.page-home) .brand-copy span {
  color: rgba(255, 255, 255, 0.75);
}

body:not(.page-home) .menu-toggle,
body.page-home .neo-menu-toggle {
  display: none;
  justify-self: end;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

body:not(.page-home) .menu-toggle span,
body.page-home .neo-menu-toggle span:not(.sr-only) {
  display: block;
  width: 1.2rem;
  height: 2px;
  margin: 0.22rem auto;
  background: currentColor;
}

body:not(.page-home) .home-site-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.7rem;
}

body:not(.page-home) .home-site-nav a {
  padding: 0.8rem 0.95rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.9);
  font: 700 0.82rem/1 var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body:not(.page-home) .home-site-nav a.is-active,
body:not(.page-home) .home-site-nav a:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(90deg, rgba(77, 156, 255, 0.28), rgba(143, 84, 255, 0.32));
}

body:not(.page-home) .subpage-hero,
body:not(.page-home) .subpage-panel,
body:not(.page-home) .subpage-footer {
  position: relative;
  overflow: hidden;
  border-radius: 1.9rem;
  background:
    linear-gradient(180deg, rgba(17, 10, 39, 0.88), rgba(10, 7, 28, 0.94)),
    radial-gradient(circle at 84% 16%, rgba(255, 100, 206, 0.14), transparent 18%),
    radial-gradient(circle at 14% 18%, rgba(116, 230, 255, 0.1), transparent 18%);
  backdrop-filter: blur(16px);
}

body:not(.page-home) .subpage-hero::before,
body:not(.page-home) .subpage-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 4, 20, 0.78), rgba(7, 4, 20, 0.34) 56%, rgba(7, 4, 20, 0.22)),
    var(--neo-visual-image) no-repeat right -14rem top -10rem / 58rem auto;
  opacity: 0.22;
  pointer-events: none;
}

body:not(.page-home) .subpage-hero,
body:not(.page-home) .subpage-panel,
body:not(.page-home) .subpage-footer {
  color: var(--neo-text);
}

body:not(.page-home) .subpage-hero-copy,
body:not(.page-home) .subpage-panel-head,
body:not(.page-home) .subpage-copy,
body:not(.page-home) .subpage-card-grid,
body:not(.page-home) .subpage-process-grid,
body:not(.page-home) .subpage-price-list,
body:not(.page-home) .subpage-contact-grid,
body:not(.page-home) .footer-wrap {
  position: relative;
  z-index: 1;
}

body:not(.page-home) .eyebrow,
body:not(.page-home) .eyebrow.dark,
body:not(.page-home) .subpage-muted-tag {
  color: rgba(255, 255, 255, 0.66);
}

body:not(.page-home) .lead,
body:not(.page-home) .subpage-copy,
body:not(.page-home) .subpage-card p,
body:not(.page-home) .subpage-price-row h3,
body:not(.page-home) .legal-copy,
body:not(.page-home) .footer-wrap p {
  color: rgba(242, 238, 255, 0.8);
}

body:not(.page-home) .btn.btn-warm {
  background: linear-gradient(90deg, rgba(255, 106, 85, 0.96), rgba(255, 100, 206, 0.9));
}

body:not(.page-home) .btn.btn-cool {
  background: linear-gradient(90deg, rgba(77, 156, 255, 0.92), rgba(143, 84, 255, 0.92));
}

body:not(.page-home) .btn {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 26px rgba(143, 84, 255, 0.18);
}

body:not(.page-home) .subpage-card,
body:not(.page-home) .subpage-price-row,
body:not(.page-home) .subpage-note {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body:not(.page-home) .subpage-card h3,
body:not(.page-home) .subpage-card-price strong,
body:not(.page-home) .subpage-price-row strong {
  color: #ffffff;
}

body:not(.page-home) .subpage-list li,
body:not(.page-home) .text-link {
  color: rgba(242, 238, 255, 0.86);
}

body:not(.page-home) .subpage-list li::before {
  color: var(--neo-cyan);
}

body:not(.page-home) .contact-form input,
body:not(.page-home) .contact-form select,
body:not(.page-home) .contact-form textarea {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

body:not(.page-home) .contact-form input:focus,
body:not(.page-home) .contact-form select:focus,
body:not(.page-home) .contact-form textarea:focus {
  border-color: rgba(116, 230, 255, 0.46);
  box-shadow: 0 0 0 4px rgba(116, 230, 255, 0.12);
}

body:not(.page-home) .notice-success,
body:not(.page-home) .notice-error {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

body:not(.page-home) .subpage-footer {
  margin-top: 1.5rem;
}

body:not(.page-home) .footer-links a {
  color: rgba(255, 255, 255, 0.82);
}

body:not(.page-home) .footer-links a:hover {
  color: #ffffff;
}

@media (max-width: 980px) {
  .neo-hero,
  .neo-promo,
  .neo-service-grid {
    grid-template-columns: 1fr;
  }

  .neo-hero {
    min-height: auto;
  }

  .neo-hero-visual {
    min-height: 21rem;
    background-position: center top;
    background-size: 50rem auto;
  }

  .neo-promo-visual {
    min-height: 18rem;
    background-position: center bottom;
    background-size: 38rem auto;
  }
}

@media (max-width: 840px) {
  body.page-home .neo-menu-toggle,
  body:not(.page-home) .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .neo-topbar,
  body:not(.page-home) .nav-wrap {
    grid-template-columns: auto auto;
  }

  body.page-home .neo-topnav,
  body:not(.page-home) .home-site-nav {
    display: none;
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    width: min(22rem, calc(100vw - 2rem));
    padding: 1rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(13, 8, 34, 0.96);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(16px);
  }

  body.page-home .neo-topnav.is-open,
  body:not(.page-home) .home-site-nav.is-open {
    display: grid;
  }

  body.page-home .neo-topbar,
  body:not(.page-home) .nav-wrap {
    position: relative;
  }

  .neo-feature-bar {
    grid-template-columns: 1fr;
  }

  .neo-mobile-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .neo-mobile-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font: 700 0.78rem/1 var(--font-mono);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}

@media (max-width: 640px) {
  .site-main {
    padding-top: 1rem;
  }

  .shell {
    width: min(calc(100% - 16px), 1140px);
  }

  .neo-stage,
  .subpage-hero,
  .subpage-panel,
  .subpage-footer,
  .home-site-header {
    border-radius: 1.4rem;
  }

  .neo-topbar,
  .neo-hero,
  .neo-feature-bar,
  .neo-promo,
  body:not(.page-home) .nav-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .neo-hero {
    padding-bottom: 1rem;
  }

  .neo-hero h1,
  .neo-promo h2 {
    max-width: none;
  }

  .neo-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .neo-btn {
    width: 100%;
  }

  .neo-service-card {
    padding: 1.45rem 1.2rem 1.35rem;
  }

  .neo-service-card h2 {
    max-width: none;
  }
}
