:root {
  --bg: #02060b;
  --panel: rgba(3, 15, 26, 0.78);
  --panel-strong: rgba(2, 10, 18, 0.9);
  --line: rgba(255, 174, 0, 0.86);
  --line-soft: rgba(90, 190, 255, 0.38);
  --gold: #ffb20c;
  --blue: #64b6ff;
  --text: #f6f8fb;
  --muted: #b9c5d4;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  --logo-chrome: linear-gradient(
    180deg,
    #ffffff 0%,
    #f8fbff 9%,
    #aeb8c2 20%,
    #303943 32%,
    #ffffff 43%,
    #c6ced7 50%,
    #1f2932 59%,
    #ffffff 72%,
    #98a3af 86%,
    #f8fbff 100%
  );
  --logo-shine: linear-gradient(
    112deg,
    transparent 0 13%,
    rgba(255, 224, 141, 0.22) 17%,
    transparent 22% 58%,
    rgba(255, 255, 255, 0.8) 63%,
    transparent 68% 100%
  );
  --logo-shadow:
    1px 1px 0 rgba(255, 255, 255, 0.46),
    -1px -1px 0 rgba(0, 0, 0, 0.92),
    0 2px 0 rgba(0, 0, 0, 0.94),
    0 0 8px rgba(255, 178, 12, 0.18),
    0 0 18px rgba(100, 182, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

nav a,
.header-action,
h1,
.hero p,
.panel-kicker,
.hero-panel strong,
.hero-panel small {
  font-family: Georgia, "Times New Roman", serif;
}

nav a,
.header-action,
h1,
.hero p,
.hero-panel strong {
  background: var(--logo-shine), var(--logo-chrome);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.35px rgba(244, 250, 255, 0.34);
  text-shadow: var(--logo-shadow);
}

.home-page {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -5;
  background:
    radial-gradient(circle at 78% 12%, rgba(255, 174, 0, 0.26), transparent 15rem),
    radial-gradient(circle at 22% 18%, rgba(63, 169, 255, 0.2), transparent 20rem),
    linear-gradient(180deg, #02060b 0%, #04101b 46%, #02060b 100%);
}

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

.space {
  position: fixed;
  inset: 0;
  z-index: -4;
  overflow: hidden;
  pointer-events: none;
}

.earth {
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-image:
    radial-gradient(circle at 72% 24%, rgba(255, 178, 12, 0.16), transparent 13rem),
    linear-gradient(90deg, rgba(2, 6, 11, 0.26), rgba(2, 6, 11, 0.02) 48%, rgba(2, 6, 11, 0.1)),
    linear-gradient(180deg, rgba(2, 6, 11, 0), rgba(2, 6, 11, 0.42) 72%, #02060b),
    url("/assets/earth-bg-night.png?v=20260506-205236");
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  filter: saturate(1.28) contrast(1.24) brightness(1.06);
  opacity: 1;
  transform-origin: center center;
  transform: scale(1.08);
}

.earth::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 66%, rgba(2, 6, 11, 0.16), transparent 18rem),
    radial-gradient(circle at 78% 30%, rgba(255, 178, 12, 0.08), transparent 16rem),
    linear-gradient(180deg, rgba(2, 6, 11, 0), rgba(2, 6, 11, 0.48) 78%, #02060b);
}

.starfield {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 1px, transparent 1.4px),
    radial-gradient(circle, rgba(255, 178, 12, 0.82) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(100, 182, 255, 0.72) 0 1px, transparent 1.3px);
  background-position: 0 0, 60px 90px, 140px 20px;
  background-size: 180px 180px, 240px 240px, 320px 320px;
  opacity: 0.52;
  animation: starsMove 80s linear infinite;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.9rem, 2vw, 1.6rem);
  min-height: 12.75rem;
  padding: 0.15rem clamp(0.8rem, 2.2vw, 2.2rem) 0.2rem;
  background:
    linear-gradient(180deg, rgba(2, 6, 11, 0.86) 0%, rgba(2, 6, 11, 0.5) 62%, rgba(2, 6, 11, 0) 100%);
  border-bottom: 0;
  backdrop-filter: none;
}

.header-nav-shell {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  --header-grid: minmax(7.2rem, 0.95fr) minmax(7.8rem, 1.03fr) minmax(13rem, 1.62fr) minmax(12rem, 1.35fr) minmax(13rem, 1.55fr);
  --header-gap: clamp(0.55rem, 1.25vw, 1.15rem);
  height: 12.25rem;
  margin-left: clamp(1.15rem, 2.2vw, 2.7rem);
}

.header-art-row {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: var(--header-grid);
  column-gap: var(--header-gap);
  align-items: center;
}

.header-art-item {
  display: block;
  width: 100%;
  height: 12rem;
  background-image: url("/assets/header-nav-art.png?v=20260506-205236");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: lighten;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease;
}

.header-art-item:hover,
.header-art-item:focus-visible {
  filter:
    brightness(1.25)
    contrast(1.15)
    saturate(1.08);
  transform: translateY(-0.08rem);
}

.header-art-wide {
  height: 12.15rem;
}

.header-art-project {
  height: 12.45rem;
}

.header-art-item.is-transparent-art {
  mix-blend-mode: normal;
  filter:
    brightness(1.14)
    contrast(1.14)
    saturate(1.08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.brand img {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(100, 182, 255, 0.48);
  box-shadow: 0 0 24px rgba(100, 182, 255, 0.34);
}

.brand-art {
  display: block;
  width: clamp(13rem, 22vw, 20rem);
  aspect-ratio: 2172 / 768;
  background-image: url("/assets/start-here-wordmark.png?v=20260506-205236");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -webkit-text-stroke: 0;
  mix-blend-mode: lighten;
  filter:
    brightness(1.22)
    contrast(1.14)
    saturate(1.05)
    drop-shadow(0 0 10px rgba(255, 178, 12, 0.22))
    drop-shadow(0 0 16px rgba(100, 182, 255, 0.16));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.34) 4%, #000 12%, #000 86%, rgba(0, 0, 0, 0.28) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 10%, #000 32%, #000 76%, rgba(0, 0, 0, 0.48) 91%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.34) 4%, #000 12%, #000 86%, rgba(0, 0, 0, 0.28) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.16) 10%, #000 32%, #000 76%, rgba(0, 0, 0, 0.48) 91%, transparent 100%);
  mask-composite: intersect;
}

.brand-art.is-transparent-art {
  mix-blend-mode: normal;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.55) 4%, #000 10%, #000 90%, rgba(0, 0, 0, 0.55) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 10%, #000 22%, #000 80%, rgba(0, 0, 0, 0.45) 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.55) 4%, #000 10%, #000 90%, rgba(0, 0, 0, 0.55) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 10%, #000 22%, #000 80%, rgba(0, 0, 0, 0.45) 92%, transparent 100%);
  mask-composite: intersect;
  filter:
    brightness(1.32)
    contrast(1.18)
    saturate(1.12)
    drop-shadow(0 0 8px rgba(255, 178, 12, 0.22))
    drop-shadow(0 0 12px rgba(100, 182, 255, 0.16));
}

nav a,
.header-action {
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #d8f1ff;
  -webkit-text-stroke: 0;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.92),
    0 0 7px rgba(151, 219, 255, 0.34);
}

nav a:hover,
nav a:focus-visible {
  filter: brightness(1.28);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.78rem 1.18rem;
  border-radius: 0.45rem;
  font-weight: 900;
  letter-spacing: 0;
  border: 1px solid var(--line);
}

.header-action,
.button.primary {
  background-color: rgba(2, 8, 14, 0.76);
  box-shadow: inset 0 0 22px rgba(255, 178, 12, 0.1), 0 0 28px rgba(255, 178, 12, 0.24);
}

.header-action {
  position: absolute;
  top: 0;
  right: 0;
  width: min(23%, 15.5rem);
  height: 100%;
  min-height: 0;
  color: #f6fcff;
  background:
    linear-gradient(180deg, rgba(8, 24, 36, 0.92), rgba(2, 8, 14, 0.82));
  border-color: rgba(255, 184, 35, 0.92);
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.96),
    0 0 8px rgba(151, 219, 255, 0.36);
  opacity: 0;
}

.button.ghost {
  color: var(--text);
  background: rgba(2, 12, 20, 0.72);
  border-color: rgba(100, 182, 255, 0.46);
}

.page-main {
  position: relative;
  min-height: 100vh;
  padding: 16rem clamp(1.2rem, 5vw, 5rem) 4rem;
}

.page-panel {
  max-width: 58rem;
  margin: 0 auto;
  text-align: center;
}

.page-panel h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(3.5rem, 8vw, 7rem);
}

.page-panel p {
  max-width: 44rem;
  margin: 0 auto 2rem;
  color: #f4fbff;
  font-size: clamp(1.25rem, 2.4vw, 1.85rem);
  line-height: 1.35;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.82);
}

.page-panel .button {
  min-width: 10rem;
}

.subpage-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.5rem;
  padding: 0.9rem clamp(1rem, 4vw, 4rem);
  background: linear-gradient(180deg, rgba(2, 6, 11, 0.92), rgba(2, 6, 11, 0.62) 72%, rgba(2, 6, 11, 0));
}

.subpage-header .brand span {
  color: #f6fcff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9), 0 0 16px rgba(100, 182, 255, 0.32);
}

.subpage-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.7rem, 1.7vw, 1.35rem);
}

.subpage-nav a:not(.button),
.back-link {
  color: #d8f1ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  font-weight: 900;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.94), 0 0 9px rgba(151, 219, 255, 0.34);
}

.services-main {
  position: relative;
  z-index: 1;
  padding-top: 5.5rem;
}

.services-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 27rem);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: center;
  min-height: min(45rem, calc(100vh - 5.5rem));
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
}

.services-hero-copy {
  max-width: 63rem;
}

.back-link {
  display: inline-flex;
  margin-bottom: 1rem;
}

.services-hero h1 {
  max-width: 62rem;
  margin-bottom: 1rem;
  font-size: clamp(4.4rem, 12vw, 10.5rem);
  line-height: 0.84;
}

.services-hero p {
  max-width: 52rem;
  margin-bottom: 1.8rem;
  color: #f4fbff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.5vw, 2.1rem);
  font-weight: 800;
  line-height: 1.24;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.86), 0 0 18px rgba(0, 0, 0, 0.55);
}

.services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.services-signal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  padding: 1rem;
  background: linear-gradient(155deg, rgba(4, 20, 34, 0.72), rgba(0, 7, 12, 0.88));
  border: 1px solid rgba(255, 178, 12, 0.58);
  border-radius: 0.6rem;
  box-shadow: var(--shadow), inset 0 0 42px rgba(100, 182, 255, 0.1);
}

.services-signal span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.6rem;
  padding: 0.8rem;
  color: #f6fcff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2.1vw, 1.65rem);
  font-weight: 900;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 178, 12, 0.22), transparent 3.4rem),
    linear-gradient(180deg, rgba(100, 182, 255, 0.12), rgba(2, 8, 14, 0.72));
  border: 1px solid rgba(100, 182, 255, 0.32);
  border-radius: 0.45rem;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.9), 0 0 12px rgba(100, 182, 255, 0.26);
}

.services-section {
  padding-top: clamp(3.5rem, 7vw, 6rem);
}

.services-process {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1rem, 4vw, 4rem);
  background: linear-gradient(180deg, rgba(2, 6, 11, 0.98), rgba(3, 14, 24, 0.94));
}

.services-process span {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
}

.services-process h2 {
  max-width: 42rem;
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 4.6rem);
  line-height: 0.98;
}

.services-process ol {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: services-step;
}

.services-process li {
  counter-increment: services-step;
  position: relative;
  margin: 0;
  padding: 1.05rem 1.05rem 1.05rem 4.6rem;
  background: linear-gradient(160deg, rgba(4, 20, 34, 0.82), rgba(0, 7, 12, 0.92));
  border: 1px solid rgba(100, 182, 255, 0.36);
  border-radius: 0.6rem;
  box-shadow: inset 0 0 30px rgba(255, 178, 12, 0.06);
}

.services-process li::before {
  content: counter(services-step);
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  color: var(--gold);
  font-weight: 950;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(100, 182, 255, 0.3);
}

.services-process strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--blue);
  font-size: 1.25rem;
}

.services-process p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.35;
}

body.services-page .services-main {
  padding-top: 5.5rem;
}

.game-services-page {
  min-height: 100vh;
  color: #1d2b3a;
  background:
    linear-gradient(180deg, #72d7ff 0%, #9ee8ff 44%, #78d96f 44%, #50b64f 100%);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

.game-services-page::before {
  display: none;
}

.game-services-page .space {
  display: none;
}

.game-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 4px solid #1d2b3a;
  box-shadow: 0 6px 0 rgba(29, 43, 58, 0.16);
}

.game-logo,
.game-nav,
.game-hero h1,
.game-hero p,
.game-service-card h3,
.game-service-card p {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

.game-logo {
  display: inline-flex;
  align-items: center;
  color: #1d2b3a;
  font-weight: 950;
  letter-spacing: 0;
}

.game-logo span {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  background: #ffd957;
  border: 3px solid #1d2b3a;
  border-radius: 0.5rem;
  box-shadow: 0 5px 0 #b8742a;
}

.game-nav {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.game-nav a {
  color: #1d2b3a;
  font-weight: 900;
  padding: 0.55rem 0.8rem;
  background: #ffffff;
  border: 3px solid #1d2b3a;
  border-radius: 999px;
  box-shadow: 0 4px 0 rgba(29, 43, 58, 0.24);
}

.game-world {
  position: relative;
  padding: 0;
}

.game-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 24rem);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
  min-height: 28rem;
  padding: clamp(2.8rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem) clamp(4.8rem, 8vw, 7rem);
  overflow: hidden;
}

.game-hero::after,
.service-map::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4rem;
  background:
    linear-gradient(90deg, rgba(111, 75, 37, 0.18) 25%, transparent 25% 50%, rgba(111, 75, 37, 0.18) 50% 75%, transparent 75%) 0 0 / 4rem 4rem,
    #8a5a2d;
  border-top: 5px solid #4b341e;
  box-shadow: inset 0 8px 0 rgba(255, 255, 255, 0.18);
}

.game-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 58rem;
}

.level-label {
  display: inline-flex;
  margin: 0 0 1rem;
  padding: 0.45rem 0.75rem;
  color: #1d2b3a;
  font-size: 0.98rem;
  font-weight: 950;
  text-transform: uppercase;
  background: #ffffff;
  border: 3px solid #1d2b3a;
  border-radius: 999px;
  box-shadow: 0 4px 0 rgba(29, 43, 58, 0.22);
}

.game-hero h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: clamp(4rem, 14vw, 10rem);
  line-height: 0.82;
  font-weight: 950;
  text-shadow:
    0 5px 0 #1d2b3a,
    0 10px 0 #268a48,
    0 14px 24px rgba(29, 43, 58, 0.25);
  -webkit-text-stroke: 0;
  background: none;
}

.game-hero p:not(.level-label) {
  max-width: 44rem;
  margin: 0 0 1.5rem;
  color: #1d2b3a;
  font-size: clamp(1.25rem, 2.5vw, 2rem);
  font-weight: 900;
  line-height: 1.22;
  text-shadow: none;
}

.game-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.2rem;
  color: #1d2b3a;
  font-weight: 950;
  background: #ff6b4a;
  border: 3px solid #1d2b3a;
  border-radius: 0.65rem;
  box-shadow: 0 6px 0 #9b3224;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.game-button:hover,
.game-button:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #9b3224;
}

.hero-option-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.hero-option-preview a {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.55rem 0.75rem;
  color: #1d2b3a;
  font-size: 0.95rem;
  font-weight: 950;
  background: #ffffff;
  border: 3px solid #1d2b3a;
  border-radius: 999px;
  box-shadow: 0 4px 0 rgba(29, 43, 58, 0.2);
}

.level-sign {
  position: relative;
  z-index: 2;
  padding: 1.2rem;
  color: #1d2b3a;
  background: #ffd957;
  border: 4px solid #1d2b3a;
  border-radius: 0.75rem;
  box-shadow: 0 8px 0 #b8742a;
}

.level-sign span,
.level-sign strong {
  display: block;
}

.level-sign span {
  margin-bottom: 0.45rem;
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.level-sign strong {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 0.95;
}

.cloud {
  position: absolute;
  width: 9rem;
  height: 3rem;
  background: #ffffff;
  border: 3px solid rgba(29, 43, 58, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 0 rgba(29, 43, 58, 0.08);
}

.cloud::before,
.cloud::after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  background: #ffffff;
  border-radius: 50%;
}

.cloud::before {
  left: 1.2rem;
  width: 3.4rem;
  height: 3.4rem;
}

.cloud::after {
  right: 1.2rem;
  width: 4.2rem;
  height: 4.2rem;
}

.cloud-one {
  top: 5rem;
  right: 12%;
}

.cloud-two {
  top: 14rem;
  left: 8%;
  transform: scale(0.78);
}

.service-map {
  position: relative;
  padding: clamp(3rem, 5vw, 4.5rem) clamp(1rem, 5vw, 5rem) 8rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0) 15rem),
    linear-gradient(180deg, #8fe47b 0%, #6dca65 58%, #4fab50 100%);
}

.service-map::before {
  top: 0;
  bottom: auto;
}

.map-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.map-heading h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  line-height: 0.95;
  text-shadow: 0 4px 0 #1d2b3a;
}

.game-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.5rem);
}

.game-service-card {
  opacity: 1;
  transform: none;
  min-height: 18rem;
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  color: #1d2b3a;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 249, 213, 0.94)),
    #fff4a8;
  border: 4px solid #1d2b3a;
  border-radius: 0.6rem;
  box-shadow: 0 8px 0 #8d5626, 0 18px 30px rgba(29, 43, 58, 0.18);
}

.game-service-card:nth-child(2n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(232, 250, 255, 0.94)),
    #dff8ff;
  box-shadow: 0 8px 0 #b8742a;
}

.game-service-card:nth-child(3n) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 255, 227, 0.94)),
    #e7ffd8;
  box-shadow: 0 8px 0 #268a48;
}

.coin {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  margin-bottom: 1rem;
  color: #1d2b3a;
  font-weight: 950;
  background: #ffe98a;
  border: 3px solid #1d2b3a;
  border-radius: 50%;
  box-shadow: inset 0 -5px 0 rgba(184, 116, 42, 0.35), 0 4px 0 rgba(29, 43, 58, 0.2);
}

.game-service-card h3 {
  margin: 0 0 0.7rem;
  color: #1d2b3a;
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  line-height: 1.02;
}

.game-service-card p {
  margin: 0;
  color: #17283a;
  font-size: clamp(1.08rem, 1.5vw, 1.2rem);
  font-weight: 850;
  line-height: 1.42;
}

.finish-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 5vw, 5rem);
  background:
    linear-gradient(45deg, #1d2b3a 25%, transparent 25% 75%, #1d2b3a 75%) 0 0 / 2rem 2rem,
    linear-gradient(45deg, transparent 25%, #1d2b3a 25% 75%, transparent 75%) 1rem 1rem / 2rem 2rem,
    #ffffff;
  border-top: 5px solid #1d2b3a;
}

.finish-line h2 {
  max-width: 44rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 4.4rem);
  line-height: 0.98;
  text-shadow: 0 4px 0 #1d2b3a, 0 8px 16px rgba(29, 43, 58, 0.25);
}

.practical-services-page {
  min-height: 100vh;
  color: #172033;
  background: #f5f7fb;
  font-family: "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

.practical-services-page::before,
.practical-services-page .space {
  display: none;
}

.services-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 5vw, 4rem);
  background: #ffffff;
  border-bottom: 1px solid #d8deea;
}

.services-logo,
.services-nav,
.services-intro h1,
.services-intro p,
.services-list-heading h2,
.practical-service-card h3,
.practical-service-card p,
.services-button {
  font-family: "Segoe UI", Arial, sans-serif;
}

.services-logo {
  color: #172033;
  font-size: 1.1rem;
  font-weight: 800;
}

.services-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.services-nav a {
  color: #27344d;
  padding: 0.55rem 0.75rem;
  border-radius: 0.45rem;
  font-size: 0.96rem;
  font-weight: 700;
}

.services-nav a:hover,
.services-nav a:focus-visible {
  background: #edf2fb;
}

.services-content {
  padding: 0 clamp(1rem, 5vw, 4rem) 4rem;
}

.services-intro {
  max-width: 74rem;
  margin: 0 auto;
  padding: clamp(2.25rem, 6vw, 4rem) 0 1.4rem;
}

.services-intro h1 {
  margin: 0 0 0.55rem;
  color: #172033;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1;
  font-weight: 850;
  text-shadow: none;
  background: none;
  -webkit-text-stroke: 0;
}

.services-intro p {
  max-width: 42rem;
  margin: 0;
  color: #516078;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.45;
  font-weight: 500;
}

.services-list-section {
  max-width: 74rem;
  margin: 0 auto;
  padding: 1.25rem 0 0;
}

.services-list-heading {
  margin-bottom: 1rem;
}

.services-list-heading h2 {
  margin: 0;
  color: #172033;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.1;
  font-weight: 800;
}

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

.practical-service-card {
  min-height: 11rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  color: #172033;
  background: #ffffff;
  border: 1px solid #d8deea;
  border-left: 0.45rem solid #2f6fed;
  border-radius: 0.5rem;
  box-shadow: 0 0.8rem 1.8rem rgba(23, 32, 51, 0.08);
}

.practical-service-card h3 {
  margin: 0 0 0.55rem;
  color: #172033;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.15;
  font-weight: 800;
}

.practical-service-card p {
  margin: 0;
  color: #33425f;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.48;
  font-weight: 500;
}

.services-footer-action {
  max-width: 74rem;
  margin: 1.25rem auto 0;
}

.services-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.8rem 1.05rem;
  color: #ffffff;
  background: #2f6fed;
  border-radius: 0.45rem;
  font-weight: 800;
}

main {
  position: relative;
  padding-top: 12.75rem;
}

.hero {
  position: sticky;
  top: 12.75rem;
  z-index: 1;
  display: block;
  min-height: calc(100vh - 12.75rem);
  padding: clamp(0.45rem, 1.2vw, 1.1rem) clamp(0.6rem, 2.4vw, 2rem) 0;
}

.hero-copy {
  display: grid;
  justify-items: center;
  max-width: min(84rem, 100%);
  margin: 0 auto;
  padding-top: 0;
}

.wordmark-layer {
  position: relative;
  width: min(35rem, 88%);
  aspect-ratio: 2172 / 768;
  margin: clamp(1.2rem, 2.3vw, 2.1rem) 0 -0.15rem clamp(2.4rem, 5vw, 4rem);
  transform: translate(-1in, -1.25in);
  background-image: url("/assets/start-here-wordmark.png?v=20260506-205236");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  filter:
    brightness(1.18)
    contrast(1.14)
    saturate(1.08)
    drop-shadow(0 0 18px rgba(255, 178, 12, 0.24))
    drop-shadow(0 0 28px rgba(100, 182, 255, 0.16));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 4%, #000 12%, #000 86%, rgba(0, 0, 0, 0.22) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.08) 8%, rgba(0, 0, 0, 0.62) 20%, #000 34%, #000 72%, rgba(0, 0, 0, 0.34) 88%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 4%, #000 12%, #000 86%, rgba(0, 0, 0, 0.22) 96%, transparent 100%),
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.08) 8%, rgba(0, 0, 0, 0.62) 20%, #000 34%, #000 72%, rgba(0, 0, 0, 0.34) 88%, transparent 100%);
  mask-composite: intersect;
}


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

.headline-art {
  position: relative;
  width: min(62rem, 88vw);
  aspect-ratio: 1 / 1;
  margin: -5.55rem auto 0;
  background-image: url("/assets/from-idea-to-reality-art.png?v=20260506-205236");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  mix-blend-mode: lighten;
  filter: none;
  transform: translateY(-1.35in) scale(1.22);
  transform-origin: top center;
  -webkit-mask-image: none;
  mask-image: none;
}

.headline-art.is-transparent-art {
  mix-blend-mode: normal;
}

.subcopy-art {
  display: none;
  width: min(42rem, calc(100% - 1rem));
  aspect-ratio: 1728 / 1024;
  margin: -4rem 0 0.4rem clamp(1.7rem, 4vw, 3.1rem);
  background-image: url("/assets/launch-fast-art.png?v=20260506-205236");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  mix-blend-mode: lighten;
}

.subcopy-art.is-transparent-art {
  mix-blend-mode: normal;
}


h1 {
  max-width: 48rem;
  margin-bottom: 1.4rem;
  font-size: clamp(3.15rem, 7.4vw, 7rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-stroke-width: 0.95px;
  text-shadow:
    1px 1px 0 rgba(255, 255, 255, 0.55),
    -1px -1px 0 rgba(0, 0, 0, 0.95),
    0 2px 0 rgba(0, 0, 0, 0.96),
    0 6px 9px rgba(0, 0, 0, 0.76),
    0 0 5px rgba(255, 214, 112, 0.18),
    0 0 18px rgba(100, 182, 255, 0.2),
    0 0 32px rgba(244, 250, 255, 0.1);
  --neon-red: #ff3b2f;
  --neon-green: #50ff69;
  --neon-teal: #44f7ff;
  --neon-amber: #ffb13b;
  --neon-yellow: #ffd45a;
  --neon-orange: #ff7b24;
  --neon-pink: #ff49d7;
  --cursor-trail-length: 54;
  --cursor-glow-size: 20px;
  --neon-flicker-speed: 420ms;
}

.hero p {
  position: relative;
  max-width: 45rem;
  margin-bottom: 2rem;
  padding-left: 1.05rem;
  font-size: clamp(1.28rem, 1.85vw, 1.62rem);
  font-weight: 800;
  line-height: 1.32;
  text-transform: none;
  letter-spacing: 0;
  background: none;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  color: #f4fbff;
  -webkit-text-stroke: 0;
  text-shadow:
    1px 1px 0 rgba(0, 0, 0, 0.95),
    0 2px 0 rgba(0, 0, 0, 0.72);
}

.hero p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  bottom: 0.25rem;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold) 18%, #fff2b8 50%, var(--gold) 82%, transparent);
  box-shadow: 0 0 14px rgba(255, 178, 12, 0.55);
}

.hero-panel {
  position: relative;
  justify-self: end;
  align-self: start;
  width: clamp(25rem, 34vw, 32rem);
  height: auto;
  aspect-ratio: 1024 / 1536;
  min-height: 0;
  margin-top: clamp(0.35rem, 1vw, 0.9rem);
  padding: 0;
}

.nav-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/assets/home-nav-art.png?v=20260506-205236");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.nav-art.is-transparent-art {
  mix-blend-mode: normal;
  filter:
    brightness(1.06)
    contrast(1.08)
    saturate(1.05);
}

.hero-panel::before,
.hero-panel::after {
  display: none;
}

.hero-panel a {
  position: absolute;
  z-index: 1;
  display: block;
  width: min(25rem, 76vw);
  padding-left: 1.25rem;
  color: var(--text);
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.82), 0 0 18px rgba(0, 0, 0, 0.7);
  transition: transform 180ms ease, filter 180ms ease;
}

.has-nav-art .orbit-link {
  width: 72%;
  height: 22%;
  padding: 0;
  transform-origin: center center;
}

.has-nav-art .orbit-link > * {
  opacity: 0;
}

.has-nav-art .orbit-link::before {
  display: none;
}

.has-nav-art .orbit-services {
  top: 1%;
  left: 9%;
}

.has-nav-art .orbit-packages {
  top: 27.5%;
  left: 18%;
  right: auto;
  width: 78%;
}

.has-nav-art .orbit-support {
  top: 53.5%;
  left: 15%;
  bottom: auto;
  width: 74%;
}

.has-nav-art .orbit-notes {
  top: 76.5%;
  left: 15%;
  right: auto;
  bottom: auto;
  width: 78%;
  height: 22%;
}

.hero-panel a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  bottom: 0.1rem;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold), #fff6cb, var(--blue), transparent);
  box-shadow: 0 0 14px rgba(255, 178, 12, 0.62), 0 0 24px rgba(100, 182, 255, 0.28);
}

.hero-panel a::after {
  content: "";
  position: absolute;
  left: -0.48rem;
  top: 0.5rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0 12%, #ffd05a 28%, rgba(255, 178, 12, 0.08) 70%);
  box-shadow: 0 0 18px rgba(255, 178, 12, 0.9), 0 0 32px rgba(100, 182, 255, 0.28);
}

.orbit-services {
  top: 2%;
  left: 4%;
}

.orbit-packages {
  top: 30%;
  right: 2%;
}

.orbit-support {
  bottom: 26%;
  left: 9%;
}

.orbit-notes {
  right: 7%;
  bottom: 3%;
}

.hero-panel a:hover,
.hero-panel a:focus-visible {
  filter:
    brightness(1.14)
    contrast(1.1)
    saturate(1.08);
}

.has-nav-art .orbit-link::after {
  content: "";
  position: absolute;
  left: auto;
  right: 10%;
  top: 38%;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background:
    radial-gradient(circle, #fff 0 15%, #c8efff 24%, rgba(255, 194, 68, 0.82) 36%, rgba(255, 194, 68, 0) 68%);
  box-shadow:
    0 0 10px rgba(255, 244, 194, 0.95),
    0 0 22px rgba(100, 182, 255, 0.58),
    0 0 30px rgba(255, 178, 12, 0.42);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.25) rotate(0deg);
}

.has-nav-art .orbit-link:hover::after,
.has-nav-art .orbit-link:focus-visible::after {
  animation: rightNavTwinkle 780ms ease-out;
}

.panel-kicker,
.section-heading span,
.contact-section span {
  display: block;
  margin-bottom: 0.45rem;
  font-weight: 900;
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  text-transform: none;
  letter-spacing: 0.02em;
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fdff 22%, #b8e7ff 48%, #ffffff 74%, #dcefff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.28px rgba(245, 252, 255, 0.62);
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.92),
    0 2px 4px rgba(0, 0, 0, 0.76);
}

.hero-panel strong {
  display: block;
  font-size: clamp(2.15rem, 3.3vw, 3.15rem);
  line-height: 0.95;
  -webkit-text-stroke-color: rgba(244, 250, 255, 0.3);
  text-shadow:
    1px 1px 0 rgba(255, 255, 255, 0.3),
    -1px -1px 0 rgba(0, 0, 0, 0.88),
    0 2px 0 rgba(0, 0, 0, 0.82);
}

.hero-panel small {
  display: block;
  max-width: 27rem;
  margin-top: 0.58rem;
  font-size: clamp(1.75rem, 2.25vw, 2.4rem);
  font-weight: 780;
  line-height: 1.34;
  text-transform: none;
  letter-spacing: 0;
  background:
    linear-gradient(112deg, transparent 0 16%, rgba(151, 219, 255, 0.78) 20%, transparent 27% 58%, rgba(255, 255, 255, 0.82) 63%, transparent 70% 100%),
    linear-gradient(180deg, #ffffff 0%, #f8fdff 20%, #b8e7ff 44%, #ffffff 68%, #dcefff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 0.32px rgba(245, 252, 255, 0.66);
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.94),
    0 2px 4px rgba(0, 0, 0, 0.8);
}

.section {
  position: relative;
  z-index: 2;
  padding: 5.25rem clamp(1rem, 4vw, 4rem);
  background: linear-gradient(180deg, rgba(2, 6, 11, 0.92), rgba(2, 6, 11, 0.98));
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 178, 12, 0.42);
  padding-bottom: 1rem;
}

.section-heading h2 {
  max-width: 54rem;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 5vw, 4.9rem);
  line-height: 0.98;
  font-weight: 950;
}

.service-grid,
.tier-grid,
.support-grid {
  display: grid;
  gap: 1rem;
}

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

.service-card,
.tier-card,
.support-card,
.note-list article,
.contact-section {
  position: relative;
  z-index: 2;
  background: linear-gradient(160deg, rgba(4, 20, 34, 0.86), rgba(0, 7, 12, 0.94));
  border: 1px solid rgba(255, 178, 12, 0.74);
  border-radius: 0.6rem;
  box-shadow: var(--shadow), inset 0 0 34px rgba(100, 182, 255, 0.08);
}

.service-card,
.tier-card,
.support-card,
.note-list article {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 520ms ease, transform 520ms ease, border-color 220ms ease;
}

.service-card.is-visible,
.tier-card.is-visible,
.support-card.is-visible,
.note-list article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-card {
  min-height: 15rem;
  padding: 1.1rem;
}

.service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.icon,
.note-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 auto;
  color: var(--gold);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(100, 182, 255, 0.38);
  font-weight: 950;
}

.service-top strong,
.support-card strong,
.price {
  color: var(--blue);
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(100, 182, 255, 0.28);
}

.service-card h3,
.tier-card h3,
.support-card h3,
.note-list h3 {
  margin-bottom: 0.65rem;
  font-size: 1.45rem;
  line-height: 1.04;
}

.service-card p,
.tier-card li,
.support-card p,
.note-list p,
.contact-section p,
footer {
  position: relative;
  z-index: 2;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.35;
}

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

.tier-card,
.support-card {
  padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

.tier-card.featured {
  border-color: rgba(100, 182, 255, 0.82);
  transform: translateY(-0.5rem);
}

.tier-label {
  margin-bottom: 0.4rem;
  color: var(--gold);
  font-size: 1.25rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price {
  display: block;
  margin: 1rem 0 1.2rem;
  font-size: clamp(3.5rem, 6vw, 5.2rem);
}

ul {
  margin: 0;
  padding-left: 1.1rem;
}

li {
  margin-bottom: 0.7rem;
}

li::marker {
  color: var(--gold);
}

.support-card strong {
  display: block;
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.note-list {
  display: grid;
  gap: 0.7rem;
}

.note-list article {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  gap: 1.2rem;
  align-items: start;
  padding: 1rem;
  border-color: rgba(100, 182, 255, 0.4);
}

.note-list h3 {
  color: var(--blue);
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 3rem clamp(1rem, 4vw, 4rem) 5rem;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-section h2 {
  margin-bottom: 0.6rem;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

footer {
  padding: 2rem clamp(1rem, 4vw, 4rem);
  text-align: center;
  border-top: 1px solid rgba(255, 178, 12, 0.2);
}

.packages-page {
  min-height: 100vh;
  overflow-x: hidden;
}

.packages-page::before {
  background:
    radial-gradient(circle at 14% 22%, rgba(100, 182, 255, 0.28), transparent 18rem),
    radial-gradient(circle at 86% 18%, rgba(255, 178, 12, 0.22), transparent 16rem),
    linear-gradient(145deg, #010308 0%, #06131f 42%, #02060b 100%);
}

.packages-page .earth {
  background-image:
    linear-gradient(180deg, rgba(2, 6, 11, 0.08), rgba(2, 6, 11, 0.82) 74%, #02060b),
    linear-gradient(90deg, rgba(2, 6, 11, 0.78), rgba(2, 6, 11, 0.1) 52%, rgba(2, 6, 11, 0.68)),
    url("/assets/earth-bg-night.png?v=20260506-205236");
  background-size: cover;
  background-position: center 56%;
  filter: saturate(1.18) contrast(1.18) brightness(0.78);
  opacity: 0.74;
  transform: scale(1.04);
}

.packages-page .earth::after {
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(180deg, rgba(2, 6, 11, 0.2), rgba(2, 6, 11, 0.74) 68%, #02060b);
}

.packages-header {
  background:
    linear-gradient(180deg, rgba(1, 5, 10, 0.96), rgba(1, 9, 17, 0.78) 76%, rgba(1, 9, 17, 0));
}

.packages-main {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  padding: 7.25rem clamp(1rem, 4vw, 4.5rem) 4rem;
}

.packages-main::before,
.packages-main::after {
  content: "";
  position: fixed;
  pointer-events: none;
}

.packages-main::before {
  left: -18vw;
  top: 14vh;
  width: 76vw;
  height: 76vw;
  border: 1px solid rgba(255, 178, 12, 0.28);
  border-radius: 50%;
  box-shadow:
    inset 0 0 70px rgba(100, 182, 255, 0.08),
    0 0 42px rgba(255, 178, 12, 0.1);
  transform: rotate(-16deg) scaleY(0.34);
}

.packages-main::after {
  right: -12vw;
  bottom: 7vh;
  width: 62vw;
  height: 62vw;
  border: 1px solid rgba(100, 182, 255, 0.28);
  border-radius: 50%;
  transform: rotate(12deg) scaleY(0.28);
}

.packages-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 24rem);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  padding: clamp(2.2rem, 5vw, 4.8rem) 0 clamp(1.5rem, 3vw, 2.6rem);
}

.package-title span,
.package-label {
  display: inline-flex;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.9),
    0 0 14px rgba(255, 178, 12, 0.34);
}

.package-title h1 {
  max-width: 58rem;
  margin: 0.5rem 0 0;
  font-size: clamp(3.25rem, 7.8vw, 8.2rem);
  line-height: 0.88;
}

.package-price-stack {
  display: grid;
  justify-items: end;
  gap: 0.5rem;
}

.package-price-stack strong {
  display: block;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 4.2rem);
  line-height: 0.9;
  background:
    linear-gradient(112deg, transparent 0 14%, rgba(255, 255, 255, 0.84) 20%, transparent 28% 62%, rgba(255, 214, 116, 0.76) 66%, transparent 74%),
    linear-gradient(180deg, #ffffff, #a9dfff 28%, #26323d 44%, #ffffff 56%, #ffcb58 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.35px rgba(244, 250, 255, 0.55);
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.95),
    0 0 18px rgba(100, 182, 255, 0.22);
}

.package-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.1vw, 1.6rem);
  align-items: stretch;
  padding: clamp(1rem, 2vw, 1.4rem) 0 2rem;
}

.package-path::before {
  content: "";
  position: absolute;
  left: 3%;
  right: 3%;
  top: 48%;
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(100, 182, 255, 0.55), rgba(255, 178, 12, 0.9), rgba(100, 182, 255, 0.55), transparent);
  box-shadow: 0 0 26px rgba(255, 178, 12, 0.38);
  transform: rotate(-3deg);
}

.package-tier {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 39rem;
  padding: clamp(1rem, 2vw, 1.5rem);
  overflow: hidden;
  color: #f6fcff;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.08), transparent 20% 70%, rgba(255, 178, 12, 0.08)),
    linear-gradient(180deg, rgba(5, 20, 34, 0.78), rgba(0, 5, 10, 0.9));
  border: 1px solid rgba(255, 178, 12, 0.48);
  border-radius: 0.25rem;
  clip-path: polygon(0 0, calc(100% - 1.2rem) 0, 100% 1.2rem, 100% 100%, 1.2rem 100%, 0 calc(100% - 1.2rem));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.42),
    inset 0 0 42px rgba(100, 182, 255, 0.08);
}

.package-tier::before,
.package-tier::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.package-tier::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent) -120% 0 / 80% 100% no-repeat;
  opacity: 0.78;
  transition: background-position 520ms ease;
}

.package-tier::after {
  right: -2.6rem;
  top: -2.6rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(100, 182, 255, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 24px rgba(100, 182, 255, 0.18),
    inset 0 0 26px rgba(255, 178, 12, 0.12);
}

.package-tier:hover::before,
.package-tier:focus-within::before {
  background-position: 180% 0;
}

.tier-two {
  margin-top: clamp(1.5rem, 4vw, 3rem);
  border-color: rgba(100, 182, 255, 0.58);
}

.tier-three {
  margin-top: clamp(3rem, 7vw, 5.2rem);
}

.package-number {
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 8vw, 7rem);
  line-height: 0.82;
  text-shadow:
    1px 1px 0 rgba(255, 255, 255, 0.22),
    0 0 24px rgba(100, 182, 255, 0.12);
}

.package-body {
  position: relative;
  z-index: 1;
  align-self: end;
}

.package-body h2 {
  margin: 0.25rem 0 0.6rem;
  color: transparent;
  font-size: clamp(2rem, 3.1vw, 3.5rem);
  line-height: 0.95;
  background: var(--logo-shine), var(--logo-chrome);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke: 0.38px rgba(244, 250, 255, 0.4);
  text-shadow: var(--logo-shadow);
}

.package-price {
  display: block;
  margin: 0 0 1rem;
  color: var(--blue);
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
  line-height: 0.92;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.94),
    0 0 20px rgba(100, 182, 255, 0.38);
}

.package-tier ul {
  display: grid;
  gap: 0.58rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package-tier li {
  position: relative;
  margin: 0;
  padding-left: 1.2rem;
  color: #eef7ff;
  font-size: clamp(1rem, 1.12vw, 1.14rem);
  line-height: 1.25;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.88);
}

.package-tier li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.42rem;
  height: 0.42rem;
  background: radial-gradient(circle, #fff 0 16%, var(--gold) 42%, rgba(255, 178, 12, 0) 78%);
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(255, 178, 12, 0.76);
}

@keyframes earthDrift {
  0% {
    background-position:
      72% 24%,
      0 0,
      0 0,
      center center;
    transform: translate3d(0, 0, 0) scale(1.08);
  }
  100% {
    background-position:
      73.5% 22.5%,
      0.8rem -0.8rem,
      0.8rem -0.8rem,
      51.5% 48.5%;
    transform: translate3d(0.9rem, -0.9rem, 0) scale(1.09);
  }
}

@keyframes cloudFlow {
  from {
    transform: translate3d(-0.35rem, 0.35rem, 0) scale(1.02);
  }
  to {
    transform: translate3d(1.3rem, -1.25rem, 0) scale(1.025);
  }
}

@keyframes starsMove {
  from {
    background-position: 0 0, 60px 90px, 140px 20px;
  }
  to {
    background-position: 360px 220px, 420px 310px, 500px 240px;
  }
}

@keyframes rightNavTwinkle {
  0% {
    opacity: 0;
    transform: scale(0.2) rotate(0deg);
  }
  32% {
    opacity: 1;
    transform: scale(1.25) rotate(45deg);
  }
  58% {
    opacity: 0.85;
    transform: scale(0.88) rotate(90deg);
  }
  100% {
    opacity: 0;
    transform: scale(0.2) rotate(135deg);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .services-page .subpage-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    background: linear-gradient(180deg, rgba(2, 6, 11, 0.94), rgba(2, 6, 11, 0.78));
  }

  .services-page .subpage-nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  body.services-page .services-main {
    padding-top: 0;
  }

  .packages-page .subpage-header {
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    min-height: 0;
    background: linear-gradient(180deg, rgba(2, 6, 11, 0.94), rgba(2, 6, 11, 0.78));
  }

  .packages-page .subpage-nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .packages-main {
    padding-top: 0;
  }

  .packages-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .package-price-stack {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .package-path {
    grid-template-columns: 1fr;
  }

  .package-path::before {
    left: 1.4rem;
    right: auto;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    transform: none;
    background: linear-gradient(180deg, transparent, rgba(255, 178, 12, 0.9), rgba(100, 182, 255, 0.55), transparent);
  }

  .package-tier,
  .tier-two,
  .tier-three {
    min-height: auto;
    margin-top: 0;
    margin-left: 2.2rem;
  }

  .services-hero,
  .services-process {
    grid-template-columns: 1fr;
  }

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

  .game-nav {
    display: flex;
  }

  .game-hero,
  .game-service-grid {
    grid-template-columns: 1fr;
  }

  .finish-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .services-header {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 4rem;
  }

  .hero-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    min-height: auto;
  }

  .hero-panel::before,
  .hero-panel::after {
    display: none;
  }

  .hero-panel a {
    position: relative;
    inset: auto;
    width: auto;
  }

  .earth {
    inset: 0;
    width: 100vw;
    height: 100vh;
    background-position: 58% center;
  }

  .service-grid,
  .tier-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .tier-card.featured {
    transform: none;
  }

  .contact-section {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 0.85rem 1rem;
  }

  .brand-art {
    display: none;
  }

  .header-action {
    min-height: 2.45rem;
    padding: 0.65rem 0.85rem;
    font-size: 0.9rem;
  }

  .hero {
    padding: 2.4rem 1rem 3.5rem;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .hero p {
    font-size: 1.08rem;
  }

  .section {
    padding: 3.5rem 1rem;
  }

  .section-heading {
    display: block;
  }

  .service-card {
    min-height: auto;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

.price-sheet-page {
  min-height: 100vh;
  color: #fff7d8;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 70, 42, 0.18), transparent 16rem),
    radial-gradient(circle at 88% 8%, rgba(69, 220, 255, 0.14), transparent 14rem),
    linear-gradient(180deg, #110b09 0%, #1b100b 45%, #0c0908 100%);
  font-family: "Segoe UI", Arial, sans-serif;
  overflow-x: hidden;
}

.price-sheet-page::before,
.price-sheet-page .space {
  display: none;
}

.price-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  background: rgba(13, 8, 7, 0.92);
  border-bottom: 1px solid rgba(255, 193, 82, 0.36);
  backdrop-filter: blur(12px);
}

.price-brand,
.price-nav,
.price-hero,
.price-section,
.price-feature,
.price-values,
.price-button {
  font-family: "Segoe UI", Arial, sans-serif;
}

.price-brand {
  color: #fff7d8;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  text-shadow: 0 0 12px rgba(255, 73, 42, 0.76);
}

.price-nav {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.price-nav a {
  color: #fff7d8;
  padding: 0.55rem 0.78rem;
  border: 1px solid rgba(255, 193, 82, 0.38);
  border-radius: 0.45rem;
  font-weight: 800;
}

.price-nav a:hover,
.price-nav a:focus-visible {
  color: #101010;
  background: #ffd45a;
}

.price-main {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 0 4rem;
}

.price-hero {
  position: relative;
  margin-bottom: 1.25rem;
  padding: clamp(1.35rem, 4vw, 2.2rem);
  background:
    linear-gradient(135deg, rgba(255, 49, 29, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(35, 22, 17, 0.96), rgba(19, 13, 12, 0.96));
  border: 2px solid rgba(255, 112, 48, 0.78);
  border-radius: 0.75rem;
  box-shadow:
    0 0 0 4px rgba(255, 199, 82, 0.08),
    0 0 28px rgba(255, 61, 31, 0.28);
}

.price-kicker {
  margin: 0 0 0.55rem;
  color: #73f06d;
  font-size: clamp(1rem, 2vw, 1.25rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(115, 240, 109, 0.7);
}

.price-hero h1 {
  margin: 0 0 0.6rem;
  color: #fff7d8;
  font-size: clamp(3rem, 10vw, 7rem);
  line-height: 0.9;
  font-weight: 950;
  background: none;
  -webkit-text-stroke: 0;
  text-shadow:
    0 0 8px rgba(255, 69, 42, 0.95),
    0 0 22px rgba(255, 69, 42, 0.55);
}

.price-hero p {
  max-width: 56rem;
  margin: 0 0 0.7rem;
  color: #fff0bf;
  font-size: clamp(1.02rem, 2vw, 1.25rem);
  line-height: 1.55;
}

.price-note {
  color: #9beaff !important;
  font-weight: 800;
}

.price-section {
  margin-top: 1rem;
}

.price-section-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.75rem;
  padding: 0.9rem 1rem;
  background: rgba(12, 9, 8, 0.88);
  border: 1px solid rgba(255, 193, 82, 0.44);
  border-radius: 0.65rem;
}

.price-section-heading span {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #101010;
  background: #ffd45a;
  border-radius: 50%;
  font-weight: 950;
  box-shadow: 0 0 18px rgba(255, 212, 90, 0.46);
}

.price-section-heading h2 {
  margin: 0;
  color: #fff7d8;
  font-size: clamp(1.65rem, 4vw, 2.6rem);
  line-height: 1;
  font-weight: 950;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.price-card,
.price-feature {
  background:
    linear-gradient(180deg, rgba(33, 24, 18, 0.98), rgba(15, 12, 11, 0.98));
  border: 1px solid rgba(255, 155, 54, 0.58);
  border-radius: 0.65rem;
  box-shadow:
    0 0 18px rgba(255, 69, 42, 0.12),
    inset 0 0 24px rgba(255, 212, 90, 0.04);
}

.price-card {
  padding: 1rem;
}

.price-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.price-card h3,
.price-feature h2 {
  margin: 0;
  color: #fff8dc;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.1;
  font-weight: 950;
  text-transform: uppercase;
}

.price-card p,
.price-feature p {
  margin: 0;
  color: #f5deb4;
  font-size: 0.98rem;
  line-height: 1.45;
}

.price-button {
  appearance: none;
  flex: 0 0 auto;
  min-width: 5.2rem;
  min-height: 2.55rem;
  padding: 0.5rem 0.8rem;
  color: #101010;
  background: #a8ff4f;
  border: 2px solid #d8ff9b;
  border-radius: 0.45rem;
  box-shadow:
    0 0 12px rgba(168, 255, 79, 0.62),
    inset 0 -4px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer;
  font-size: 1.15rem;
  font-weight: 950;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.price-button:focus-visible {
  outline: 3px solid #9beaff;
  outline-offset: 3px;
}

.hover-pop:hover { transform: scale(1.12); }
.hover-tilt:hover { transform: rotate(-5deg) translateY(-0.18rem); }
.hover-slide:hover { transform: translateX(0.35rem); }
.hover-pulse:hover { animation: pricePulse 700ms ease-in-out infinite; }
.hover-lift:hover { transform: translateY(-0.35rem); }
.hover-glow:hover { box-shadow: 0 0 22px rgba(255, 77, 217, 0.8), inset 0 -4px 0 rgba(0, 0, 0, 0.18); background: #ff74dd; }
.hover-bounce:hover { animation: priceBounce 560ms ease-in-out infinite; }
.hover-sway:hover { animation: priceSway 780ms ease-in-out infinite; }
.hover-flash:hover { filter: brightness(1.34) saturate(1.25); }
.hover-spin:hover { transform: rotate(4deg) scale(1.06); }
.hover-stretch:hover { transform: scaleX(1.12); }
.hover-ring:hover { box-shadow: 0 0 0 5px rgba(255, 212, 90, 0.25), 0 0 24px rgba(255, 212, 90, 0.62); }
.hover-launch:hover { transform: translate(0.28rem, -0.28rem) scale(1.08); }

.price-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-color: rgba(126, 255, 76, 0.72);
}

.price-feature h2 {
  font-size: clamp(1.55rem, 4vw, 2.5rem);
}

.feature-price {
  min-width: 6rem;
  min-height: 3rem;
  font-size: 1.35rem;
}

.price-values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.price-values span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.6rem;
  padding: 0.8rem;
  color: #fff7d8;
  text-align: center;
  font-weight: 950;
  text-transform: uppercase;
  background: rgba(16, 13, 12, 0.92);
  border: 1px solid rgba(105, 233, 255, 0.52);
  border-radius: 0.55rem;
}

@keyframes pricePulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.12); }
}

@keyframes priceBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-0.28rem); }
}

@keyframes priceSway {
  0%, 100% { transform: rotate(0deg); }
  50% { transform: rotate(5deg); }
}

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

  .price-header,
  .price-feature {
    align-items: flex-start;
    flex-direction: column;
  }

  .price-nav {
    display: flex;
    flex-wrap: wrap;
  }
}

.exact-price-sheet-page {
  min-height: 100vh;
  margin: 0;
  background: #050505;
  overflow: hidden;
}

.exact-price-sheet-page.cursor-ready {
  cursor: none;
}

.exact-price-sheet-page::before,
.exact-price-sheet-page .space {
  display: none;
}

.exact-sheet-main {
  display: block;
  min-height: 100vh;
  padding: 0;
}

.exact-sheet-frame {
  position: relative;
  width: 100vw;
  height: 100vh;
  aspect-ratio: auto;
  overflow: hidden;
}

.exact-sheet-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  user-select: none;
}

.mobile-services-board {
  display: none;
}

.neon-road-trip-cursor {
  position: fixed;
  inset: 0;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}

.neon-trace-pulse {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 48%, rgba(68, 247, 255, 0.95), transparent 24%),
    radial-gradient(circle at 30% 42%, rgba(255, 59, 47, 0.95), transparent 18%),
    radial-gradient(circle at 50% 23%, rgba(255, 73, 215, 0.95), transparent 18%),
    radial-gradient(circle at 67% 23%, rgba(68, 247, 255, 0.95), transparent 18%),
    radial-gradient(circle at 84% 24%, rgba(255, 177, 59, 0.95), transparent 18%),
    radial-gradient(circle at 95% 62%, rgba(255, 59, 47, 0.95), transparent 14%),
    rgba(255, 255, 255, 0.78);
  -webkit-mask-image: url("/assets/edit4-motel-trace-mask.png?v=20260506-205236");
  mask-image: url("/assets/edit4-motel-trace-mask.png?v=20260506-205236");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mix-blend-mode: screen;
  filter:
    blur(0.7px)
    drop-shadow(0 0 0.2rem rgba(255, 255, 255, 0.72))
    drop-shadow(0 0 0.7rem rgba(255, 59, 47, 0.54))
    drop-shadow(0 0 1.2rem rgba(255, 59, 47, 0.34));
  animation: tracedNeonPulse 1.55s ease-in-out infinite;
}

.soft-neon-pulse {
  --soft-glow: #ffffff;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--soft-glow) 46%, transparent);
  background: color-mix(in srgb, var(--soft-glow) 5%, transparent);
  box-shadow:
    0 0 0.32rem color-mix(in srgb, var(--soft-glow) 64%, transparent),
    0 0 0.95rem color-mix(in srgb, var(--soft-glow) 48%, transparent),
    0 0 1.8rem color-mix(in srgb, var(--soft-glow) 28%, transparent),
    inset 0 0 0.8rem color-mix(in srgb, var(--soft-glow) 26%, transparent);
  mix-blend-mode: screen;
  opacity: 0.46;
  animation: softNeonPulse 1.7s ease-in-out infinite;
}

.soft-pulse-design {
  --soft-glow: #ff49d7;
  left: 41.029%;
  top: 20.404%;
  width: 17.045%;
  height: 5.632%;
  border-radius: 0.85rem;
}

.soft-pulse-links {
  --soft-glow: #44f7ff;
  left: 60.167%;
  top: 20.616%;
  width: 14.533%;
  height: 5.739%;
  border-radius: 0.85rem;
  animation-delay: 0.14s;
}

.soft-pulse-business {
  --soft-glow: #ffb13b;
  left: 76.974%;
  top: 21.041%;
  width: 14.593%;
  height: 5.739%;
  border-radius: 0.85rem;
  animation-delay: 0.24s;
}

.soft-pulse-quick-start {
  --soft-glow: #ff3b2f;
  left: 13.756%;
  top: 37.62%;
  width: 19.856%;
  height: 7.545%;
  border-radius: 0.8rem;
  animation-delay: 0.1s;
}

.soft-pulse-arrow {
  --soft-glow: #ff3b2f;
  left: 33.732%;
  top: 37.726%;
  width: 6.041%;
  height: 8.82%;
  border-radius: 0.45rem;
  clip-path: polygon(0 18%, 50% 18%, 50% 0, 100% 50%, 50% 100%, 50% 82%, 0 82%);
  animation-delay: 0.2s;
}

.soft-pulse-info {
  --soft-glow: #44f7ff;
  left: 12.739%;
  top: 45.165%;
  width: 20.813%;
  height: 13.496%;
  border-radius: 1rem;
  animation-delay: 0.34s;
}

@keyframes softNeonPulse {
  0%,
  100% {
    opacity: 0.28;
    filter: brightness(0.96) blur(0.2px);
    transform: scale(0.996);
  }
  50% {
    opacity: 0.72;
    filter: brightness(1.35) blur(0.35px);
    transform: scale(1.006);
  }
}

@keyframes tracedNeonPulse {
  0%,
  100% {
    opacity: 0.32;
    filter:
      blur(0.75px)
      drop-shadow(0 0 0.14rem rgba(255, 255, 255, 0.48))
      drop-shadow(0 0 0.46rem rgba(255, 59, 47, 0.32))
      drop-shadow(0 0 0.82rem rgba(255, 59, 47, 0.22));
  }
  50% {
    opacity: 0.78;
    filter:
      blur(0.95px)
      drop-shadow(0 0 0.32rem rgba(255, 255, 255, 0.78))
      drop-shadow(0 0 0.84rem rgba(255, 59, 47, 0.58))
      drop-shadow(0 0 1.35rem rgba(255, 59, 47, 0.42));
  }
}

.sheet-nav-hit {
  --nav-glow: #ffffff;
  position: absolute;
  z-index: 3;
  display: block;
  border: 1px solid color-mix(in srgb, var(--nav-glow) 90%, #ffffff 10%);
  border-radius: 0.95rem;
  background: transparent;
  box-shadow:
    0 0 0.25rem var(--nav-glow),
    0 0 0.75rem color-mix(in srgb, var(--nav-glow) 72%, transparent),
    inset 0 0 0.45rem color-mix(in srgb, var(--nav-glow) 38%, transparent);
  cursor: pointer;
  transition:
    transform 130ms cubic-bezier(0.2, 0.9, 0.3, 1.45),
    box-shadow 130ms ease,
    background 130ms ease,
    filter 130ms ease;
}

.sheet-nav-hit::after {
  content: "";
  position: absolute;
  inset: 0.18rem;
  border: 1px solid color-mix(in srgb, var(--nav-glow) 72%, transparent);
  border-radius: 0.72rem;
  opacity: 0;
  box-shadow: inset 0 0 0.9rem color-mix(in srgb, var(--nav-glow) 52%, transparent);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}

.sheet-nav-hit:hover,
.sheet-nav-hit:focus-visible {
  background: color-mix(in srgb, var(--nav-glow) 8%, transparent);
  box-shadow:
    0 0 0.35rem var(--nav-glow),
    0 0 0.95rem var(--nav-glow),
    0 0 1.7rem color-mix(in srgb, var(--nav-glow) 56%, transparent),
    inset 0 0 0.8rem color-mix(in srgb, var(--nav-glow) 42%, transparent);
  filter: brightness(1.14);
  outline: none;
}

.sheet-nav-hit:hover,
.sheet-nav-hit:focus-visible,
.sheet-price-hit:hover,
.sheet-price-hit:focus-visible,
[data-neon-sign]:hover,
[data-neon-sign]:focus-visible {
  animation: neonSignFlicker var(--neon-flicker-speed) steps(2, end) 1;
}

.sheet-nav-hit:hover::after,
.sheet-nav-hit:focus-visible::after {
  opacity: 1;
  transform: scale(1.025);
}

.sheet-nav-hit:active {
  transform: translateY(0.42rem) scale(0.965);
  box-shadow:
    0 0 0.25rem var(--nav-glow),
    0 0 0.75rem color-mix(in srgb, var(--nav-glow) 72%, transparent),
    0 0 1.45rem color-mix(in srgb, var(--nav-glow) 46%, transparent),
    inset 0 0 1.35rem color-mix(in srgb, var(--nav-glow) 58%, transparent);
  transition-duration: 65ms;
}

.sheet-nav-home {
  --nav-glow: #ff3b2f;
  left: 41.507%;
  top: 6.376%;
  width: 9.39%;
  height: 6.589%;
}

.sheet-nav-packages {
  --nav-glow: #44f7ff;
  left: 54.067%;
  top: 6.27%;
  width: 10.048%;
  height: 6.801%;
}

.sheet-nav-support {
  --nav-glow: #ff49d7;
  left: 66.746%;
  top: 6.27%;
  width: 11.663%;
  height: 6.908%;
}

.sheet-nav-notes {
  --nav-glow: #50ff69;
  left: 80.622%;
  top: 6.27%;
  width: 10.108%;
  height: 6.908%;
}

.sheet-light-pulse {
  --pulse-glow: #ffffff;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border: 1px solid color-mix(in srgb, var(--pulse-glow) 56%, transparent);
  background: color-mix(in srgb, var(--pulse-glow) 8%, transparent);
  box-shadow:
    0 0 0.45rem color-mix(in srgb, var(--pulse-glow) 74%, transparent),
    0 0 1.1rem color-mix(in srgb, var(--pulse-glow) 54%, transparent),
    0 0 2.1rem color-mix(in srgb, var(--pulse-glow) 30%, transparent),
    inset 0 0 0.9rem color-mix(in srgb, var(--pulse-glow) 32%, transparent);
  animation: sheetNeonPulse 1.6s ease-in-out infinite;
  mix-blend-mode: screen;
}

.pulse-design {
  --pulse-glow: #ff49d7;
  left: 41.029%;
  top: 20.404%;
  width: 17.045%;
  height: 5.632%;
  border-radius: 0.45rem;
}

.pulse-links {
  --pulse-glow: #44f7ff;
  left: 60.167%;
  top: 20.616%;
  width: 14.533%;
  height: 5.739%;
  border-radius: 0.45rem;
  animation-delay: 0.18s;
}

.pulse-business {
  --pulse-glow: #ffb13b;
  left: 76.974%;
  top: 21.041%;
  width: 14.593%;
  height: 5.739%;
  border-radius: 0.45rem;
  animation-delay: 0.32s;
}

.pulse-quick-start {
  --pulse-glow: #ff3b2f;
  left: 13.756%;
  top: 37.62%;
  width: 19.856%;
  height: 7.545%;
  border-radius: 0.5rem;
  animation-delay: 0.1s;
}

.pulse-arrow {
  --pulse-glow: #ff3b2f;
  left: 33.732%;
  top: 37.726%;
  width: 6.041%;
  height: 8.82%;
  clip-path: polygon(0 20%, 54% 20%, 54% 0, 100% 50%, 54% 100%, 54% 80%, 0 80%);
  border-radius: 0.25rem;
  animation-delay: 0.24s;
}

.pulse-info-panel {
  --pulse-glow: #44f7ff;
  left: 12.739%;
  top: 45.165%;
  width: 20.813%;
  height: 13.496%;
  border-radius: 0.7rem;
  animation-delay: 0.42s;
}

.pulse-motel {
  --pulse-glow: #ff3b2f;
  left: 92.464%;
  top: 48.99%;
  width: 5.921%;
  height: 26.036%;
  border-radius: 0.35rem;
  animation-delay: 0.3s;
}

@keyframes sheetNeonPulse {
  0%,
  100% {
    opacity: 0.34;
    filter: brightness(0.92) saturate(1);
    transform: scale(0.992);
  }
  50% {
    opacity: 0.92;
    filter: brightness(1.5) saturate(1.35);
    transform: scale(1.012);
  }
}

.sheet-price-hit {
  --price-glow: #fff176;
  position: absolute;
  z-index: 2;
  display: block;
  padding: 0;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--price-glow) 90%, #ffffff 10%);
  border-radius: 0.42rem;
  box-shadow:
    0 0 0.25rem var(--price-glow),
    0 0 0.75rem color-mix(in srgb, var(--price-glow) 72%, transparent),
    inset 0 0 0.45rem color-mix(in srgb, var(--price-glow) 38%, transparent);
  cursor: pointer;
  transition:
    transform 130ms cubic-bezier(0.2, 0.9, 0.3, 1.45),
    border-color 130ms ease,
    box-shadow 130ms ease,
    background 130ms ease,
    filter 130ms ease;
}

.sheet-price-hit::after {
  content: "";
  position: absolute;
  inset: 0.12rem;
  border: 1px solid color-mix(in srgb, var(--price-glow) 72%, transparent);
  border-radius: 0.32rem;
  opacity: 0;
  box-shadow: inset 0 0 0.7rem color-mix(in srgb, var(--price-glow) 52%, transparent);
  transition: opacity 160ms ease, transform 160ms ease;
  pointer-events: none;
}

.sheet-price-hit:hover,
.sheet-price-hit:focus-visible {
  background: color-mix(in srgb, var(--price-glow) 10%, transparent);
  border-color: var(--price-glow);
  box-shadow:
    0 0 0.35rem var(--price-glow),
    0 0 0.95rem var(--price-glow),
    0 0 1.7rem color-mix(in srgb, var(--price-glow) 56%, transparent),
    inset 0 0 0.8rem color-mix(in srgb, var(--price-glow) 42%, transparent);
  filter: brightness(1.14);
  outline: none;
}

.neon-hover-spark {
  position: fixed;
  z-index: 60;
  width: 1.2rem;
  height: 1.2rem;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background:
    linear-gradient(90deg, transparent 44%, rgba(255, 255, 255, 0.95) 47% 53%, transparent 56%),
    linear-gradient(0deg, transparent 44%, rgba(255, 255, 255, 0.95) 47% 53%, transparent 56%),
    radial-gradient(circle, rgba(255, 244, 196, 0.95), rgba(255, 73, 215, 0.38) 32%, transparent 68%);
  filter:
    drop-shadow(0 0 0.25rem var(--neon-yellow))
    drop-shadow(0 0 0.55rem var(--neon-pink));
  animation: neonSparkBurst 520ms ease-out forwards;
}

@keyframes neonSignFlicker {
  0%,
  100% {
    filter: brightness(1);
  }
  18% {
    filter: brightness(1.45) saturate(1.25);
  }
  32% {
    filter: brightness(0.82) saturate(0.9);
  }
  48% {
    filter: brightness(1.7) saturate(1.35);
  }
  64% {
    filter: brightness(0.96);
  }
  82% {
    filter: brightness(1.28) saturate(1.2);
  }
}

@keyframes neonSparkBurst {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.25) rotate(0deg);
  }
  35% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15) rotate(35deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2) rotate(95deg);
  }
}

@media (max-width: 760px), (pointer: coarse) {
  .exact-price-sheet-page.cursor-ready {
    cursor: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neon-road-trip-cursor {
    display: none;
  }

  .sheet-nav-hit:hover,
  .sheet-nav-hit:focus-visible,
  .sheet-price-hit:hover,
  .sheet-price-hit:focus-visible,
  [data-neon-sign]:hover,
  [data-neon-sign]:focus-visible {
    animation: none;
  }
}

.sheet-price-hit:hover::after,
.sheet-price-hit:focus-visible::after {
  opacity: 1;
  transform: scale(1.025);
}

.sheet-price-hit:active {
  transform: translateY(0.24rem) scale(0.965);
  box-shadow:
    0 0 0.2rem var(--price-glow),
    0 0 0.65rem color-mix(in srgb, var(--price-glow) 72%, transparent),
    inset 0 0 0.9rem color-mix(in srgb, var(--price-glow) 58%, transparent);
  transition-duration: 65ms;
}

.hit-flyer-refresh {
  --price-glow: #44f7ff;
  left: 54.605%;
  top: 28.374%;
  width: 2.99%;
  height: 2.869%;
}

.hit-quick-promo {
  --price-glow: #ff49d7;
  left: 54.605%;
  top: 37.726%;
  width: 2.99%;
  height: 2.976%;
}

.hit-custom-flyer {
  --price-glow: #ffd45a;
  left: 54.545%;
  top: 47.396%;
  width: 3.05%;
  height: 2.869%;
}

.hit-logo-cleanup {
  --price-glow: #64ff79;
  left: 54.486%;
  top: 56.854%;
  width: 3.17%;
  height: 2.976%;
}

.hit-business-card {
  --price-glow: #ff49d7;
  left: 54.605%;
  top: 67.375%;
  width: 2.99%;
  height: 2.869%;
}

.hit-branded-gear {
  --price-glow: #ffd45a;
  left: 54.486%;
  top: 76.302%;
  width: 3.17%;
  height: 2.976%;
}

.hit-qr-code {
  --price-glow: #44f7ff;
  left: 71.591%;
  top: 30.499%;
  width: 2.691%;
  height: 2.657%;
}

.hit-domain-search {
  --price-glow: #44f7ff;
  left: 71.531%;
  top: 42.721%;
  width: 2.811%;
  height: 2.976%;
}

.hit-business-link {
  --price-glow: #64ff79;
  left: 71.531%;
  top: 57.173%;
  width: 2.811%;
  height: 2.976%;
}

.hit-contact-form {
  --price-glow: #ff49d7;
  left: 88.995%;
  top: 31.031%;
  width: 2.751%;
  height: 2.869%;
}

.hit-email-forwarding {
  --price-glow: #44f7ff;
  left: 88.995%;
  top: 42.933%;
  width: 2.751%;
  height: 2.976%;
}

.hit-google-workspace {
  --price-glow: #44f7ff;
  left: 88.636%;
  top: 57.173%;
  width: 3.11%;
  height: 2.976%;
}

.hit-payment-booking {
  --price-glow: #44f7ff;
  left: 71.651%;
  top: 87.779%;
  width: 3.947%;
  height: 4.038%;
}

@media (max-width: 760px) {
  body.home-page {
    overflow-x: hidden;
  }

  .home-page .site-header {
    align-items: center;
    gap: 0.35rem;
    min-height: clamp(7.15rem, 31vw, 8.7rem);
    padding: 0.35rem 0.45rem 0.25rem;
    overflow: visible;
  }

  .home-page .site-header::-webkit-scrollbar {
    display: none;
  }

  .home-page main {
    padding-top: clamp(7.15rem, 31vw, 8.7rem);
  }

  .home-page .brand {
    align-self: flex-start;
    flex: 0 0 auto;
    margin-top: 0.35rem;
  }

  .home-page .brand img {
    width: clamp(2.55rem, 11vw, 3.35rem);
    height: clamp(2.55rem, 11vw, 3.35rem);
  }

  .home-page .header-nav-shell {
    display: block;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: clamp(6.55rem, 28vw, 7.95rem);
    margin-left: 0.05rem;
  }

  .home-page .header-art-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-areas:
      "services services packages packages support support"
      "notes notes notes project project project";
    column-gap: 0.24rem;
    row-gap: 0.05rem;
    height: 100%;
  }

  .home-page .header-art-row > :nth-child(1) {
    grid-area: services;
  }

  .home-page .header-art-row > :nth-child(2) {
    grid-area: packages;
  }

  .home-page .header-art-row > :nth-child(3) {
    grid-area: support;
  }

  .home-page .header-art-row > :nth-child(4) {
    grid-area: notes;
  }

  .home-page .header-art-row > :nth-child(5) {
    grid-area: project;
  }

  .home-page .header-art-item,
  .home-page .header-art-wide,
  .home-page .header-art-project {
    height: 100%;
    min-height: 0;
    background-size: contain;
  }

  .home-page .hero {
    position: relative;
    top: auto;
    display: block;
    min-height: auto;
    padding: 0.75rem 0 2.4rem;
    overflow: visible;
  }

  .home-page .hero-copy {
    max-width: none;
    min-height: clamp(28rem, 78svh, 39rem);
    padding: 0;
  }

  .home-page .wordmark-layer {
    width: min(45rem, 118vw);
    margin: 0 0 -1.15rem -7vw;
    transform: none;
  }

  .home-page .headline-art {
    width: min(43rem, 120vw);
    margin: -0.85rem auto 0;
    transform: none;
  }

  .home-page .hero-panel {
    display: none;
  }

  .exact-price-sheet-page {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }

  .exact-sheet-main {
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    min-height: 100svh;
  }

  .exact-sheet-frame {
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100svh;
    aspect-ratio: auto;
    overflow: hidden;
  }

  .exact-sheet-frame img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
}

@media (max-width: 980px) and (orientation: landscape) {
  .home-page .site-header {
    align-items: center;
    gap: 0.55rem;
    min-height: clamp(6.5rem, 13vw, 8rem);
    padding: 0.25rem 0.75rem 0.2rem;
    overflow: visible;
  }

  .home-page .site-header::-webkit-scrollbar {
    display: none;
  }

  .home-page main {
    padding-top: clamp(6.5rem, 13vw, 8rem);
  }

  .home-page .header-nav-shell {
    display: block;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: clamp(5.85rem, 11vw, 7.35rem);
    margin-left: 0.35rem;
  }

  .home-page .header-art-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.03fr) minmax(0, 1.62fr) minmax(0, 1.35fr) minmax(0, 1.55fr);
    grid-template-areas: none;
    column-gap: 0.35rem;
    height: 100%;
  }

  .home-page .header-art-row > * {
    grid-area: auto;
  }

  .home-page .header-art-item,
  .home-page .header-art-wide,
  .home-page .header-art-project {
    height: 100%;
  }

  .home-page .hero {
    display: block;
    min-height: calc(100svh - 5.8rem);
    padding: 0.4rem 0.8rem 1rem;
  }

  .home-page .hero-copy {
    min-height: auto;
  }

  .home-page .wordmark-layer {
    width: min(32rem, 50vw);
    margin: 0 0 -1.2rem 0.2rem;
    transform: translate(-0.45in, -0.35in);
  }

  .home-page .headline-art {
    width: min(40rem, 72vw);
    margin: -1rem auto 0;
    transform: translateY(-0.95in) scale(1.05);
  }

  .exact-price-sheet-page {
    width: 100vw;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }

  .exact-sheet-main {
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100svh;
  }

  .exact-sheet-frame {
    width: 100vw;
    max-width: none;
    height: 100vh;
    height: 100svh;
    aspect-ratio: auto;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  .exact-price-sheet-page {
    width: 100%;
    min-height: 100svh;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background:
      radial-gradient(circle at 78% 9%, rgba(255, 178, 12, 0.22), transparent 14rem),
      radial-gradient(circle at 15% 20%, rgba(68, 247, 255, 0.2), transparent 15rem),
      #02060b;
  }

  .exact-sheet-main {
    width: 100%;
    height: auto;
    min-height: 100svh;
  }

  .exact-sheet-frame {
    display: none;
  }

  .mobile-services-board {
    position: relative;
    display: block;
    min-height: 100svh;
    overflow: hidden;
    color: #f8fbff;
    background:
      linear-gradient(180deg, rgba(2, 6, 11, 0.42) 0%, rgba(2, 6, 11, 0.84) 34%, #02060b 100%),
      radial-gradient(circle at 80% 12%, rgba(255, 178, 12, 0.22), transparent 13rem),
      radial-gradient(circle at 12% 22%, rgba(68, 247, 255, 0.22), transparent 16rem),
      url("/assets/earth-bg-night.png?v=20260506-205236");
    background-size: cover;
    background-position: center top;
  }

  .mobile-services-board::before,
  .mobile-services-board::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
  }

  .mobile-services-board::before {
    z-index: 0;
    background-image:
      radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.5px),
      radial-gradient(circle, rgba(255, 178, 12, 0.72) 0 1px, transparent 1.4px),
      radial-gradient(circle, rgba(68, 247, 255, 0.58) 0 1px, transparent 1.3px);
    background-position: 0 0, 62px 94px, 138px 18px;
    background-size: 178px 178px, 242px 242px, 318px 318px;
    opacity: 0.48;
    animation: starsMove 80s linear infinite;
  }

  .mobile-services-board::after {
    display: none;
  }

  .mobile-services-shell {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100svh;
    padding: clamp(1rem, 4.5vw, 1.4rem) clamp(1rem, 4vw, 1.5rem) 2.5rem;
  }

  .mobile-services-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
  }

  .mobile-services-logo {
    display: grid;
    flex: 0 0 auto;
    width: clamp(3.2rem, 14vw, 4.4rem);
    height: clamp(3.2rem, 14vw, 4.4rem);
    place-items: center;
    border-radius: 999px;
    box-shadow:
      0 0 1.2rem rgba(68, 247, 255, 0.32),
      0 0 2.2rem rgba(255, 178, 12, 0.12);
  }

  .mobile-services-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .mobile-services-title span {
    display: block;
    margin-bottom: 0.05rem;
    color: #6ec7ff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.78rem, 3.1vw, 0.96rem);
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    text-shadow: 0 0 0.75rem rgba(68, 247, 255, 0.38);
  }

  .mobile-services-title strong {
    display: block;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.45rem, 12vw, 4.4rem);
    font-weight: 700;
    line-height: 0.9;
    color: #eef8ff;
    letter-spacing: 0;
    -webkit-text-stroke: 0.55px rgba(0, 0, 0, 0.9);
    text-shadow:
      0 1px 0 #ffffff,
      0 2px 0 rgba(0, 0, 0, 0.95),
      0 0 0.6rem rgba(68, 247, 255, 0.32),
      0 0 1rem rgba(255, 178, 12, 0.22);
  }

  .mobile-services-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.45rem;
    margin: 0 0 1rem;
  }

  .mobile-services-nav a {
    min-width: 0;
    padding: 0.58rem 0.35rem;
    color: #f5fbff;
    border: 1px solid rgba(255, 178, 12, 0.56);
    background:
      linear-gradient(180deg, rgba(8, 18, 28, 0.78), rgba(2, 6, 11, 0.42));
    border-radius: 0.32rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.72rem, 3.2vw, 0.92rem);
    font-weight: 900;
    line-height: 1;
    text-align: center;
    box-shadow:
      inset 0 0 0.55rem rgba(68, 247, 255, 0.12),
      0 0 0.7rem rgba(255, 178, 12, 0.16);
  }

  .mobile-services-intro {
    margin: 0 0 1.15rem;
    padding-left: 0.95rem;
    border-left: 3px solid #ffb20c;
  }

  .mobile-services-intro p {
    max-width: 42rem;
    margin: 0;
    color: #f5fbff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(1.02rem, 4.15vw, 1.2rem);
    font-weight: 800;
    line-height: 1.42;
    text-shadow:
      0 1px 0 rgba(0, 0, 0, 0.9),
      0 0 1rem rgba(2, 6, 11, 0.9);
  }

  .mobile-services-list {
    display: grid;
    gap: 0.72rem;
    padding-bottom: max(1.2rem, env(safe-area-inset-bottom));
  }

  .mobile-service-row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(4.35rem, 0.28fr) minmax(0, 1fr);
    gap: 0.8rem;
    align-items: start;
    min-height: 6.3rem;
    padding: 0.78rem 0.78rem 0.86rem 0.62rem;
    overflow: hidden;
    border-left: 2px solid rgba(255, 178, 12, 0.88);
    background:
      linear-gradient(90deg, rgba(255, 178, 12, 0.14), transparent 7rem),
      linear-gradient(180deg, rgba(10, 25, 38, 0.72), rgba(2, 6, 11, 0.36));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.09),
      0 0 1.4rem rgba(2, 6, 11, 0.62);
    backdrop-filter: blur(3px);
  }

  .mobile-service-row::after {
    content: "";
    position: absolute;
    left: 0.6rem;
    right: 1.1rem;
    top: 0.48rem;
    height: 1px;
    background:
      linear-gradient(90deg, rgba(255, 178, 12, 0.82), rgba(255, 255, 255, 0.64) 38%, transparent 86%);
    opacity: 0.68;
  }

  .mobile-service-price {
    color: #ffb20c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.35rem, 6.6vw, 2rem);
    font-weight: 900;
    line-height: 1;
    text-shadow:
      0 1px 0 #fff0bf,
      0 2px 0 rgba(0, 0, 0, 0.9),
      0 0 0.75rem rgba(255, 178, 12, 0.42);
    white-space: nowrap;
  }

  .mobile-service-row h2 {
    margin: 0 0 0.28rem;
    color: #eef8ff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.22rem, 5.8vw, 1.7rem);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: 0;
    text-shadow:
      0 1px 0 #ffffff,
      0 2px 0 rgba(0, 0, 0, 0.9),
      0 0 0.65rem rgba(68, 247, 255, 0.26);
  }

  .mobile-service-row p {
    margin: 0;
    color: #f4fbff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(0.98rem, 4.05vw, 1.12rem);
    font-weight: 700;
    line-height: 1.34;
    text-shadow:
      0 1px 0 rgba(0, 0, 0, 0.92),
      0 0 0.8rem rgba(2, 6, 11, 0.9);
  }
}

@media (min-width: 761px) and (max-width: 980px) {
  .mobile-services-shell {
    padding: 1.4rem clamp(1.4rem, 4vw, 2.4rem) 2.8rem;
  }

  .mobile-services-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mobile-service-row {
    grid-template-columns: minmax(4.6rem, 0.26fr) minmax(0, 1fr);
    min-height: 7rem;
  }
}
