:root {
  --ink: #06172f;
  --ink-soft: #36506f;
  --paper: #f7fbff;
  --white: #ffffff;
  --blue-950: #03112a;
  --blue-850: #082454;
  --blue-700: #075ec7;
  --blue-500: #1189f4;
  --cyan: #22d3ee;
  --mint: #54f2b4;
  --sun: #ffd166;
  --coral: #ff6b8a;
  --line: rgba(9, 33, 72, 0.14);
  --shadow: 0 22px 60px rgba(4, 27, 66, 0.18);
  --radius: 8px;
  --max: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #eef8ff 0%, #f8fbff 36%, #ffffff 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 14px 18px;
  color: var(--white);
  background: rgba(3, 17, 42, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

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

.brand-pixels {
  display: grid;
  width: 28px;
  height: 28px;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}

.brand-pixels span {
  display: block;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.55);
}

.brand-pixels span:nth-child(2) {
  background: var(--mint);
}

.brand-pixels span:nth-child(3) {
  background: var(--sun);
}

.brand-pixels span:nth-child(4) {
  background: var(--blue-500);
}

.menu-toggle {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--white);
}

.site-nav {
  position: fixed;
  inset: 72px 12px auto;
  display: grid;
  gap: 8px;
  padding: 12px;
  background: rgba(3, 17, 42, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  transform: translateY(-16px);
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
}

.site-nav.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.site-nav a {
  padding: 14px 12px;
  color: rgba(255, 255, 255, 0.82);
  border-radius: 6px;
}

.site-nav a:hover {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.section-pad {
  padding: 76px 18px;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 40px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 15%, rgba(34, 211, 238, 0.26), transparent 28%),
    linear-gradient(150deg, var(--blue-950), #073f83 58%, #0f87c9 100%);
}

.pixel-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.scanline {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background: repeating-linear-gradient(180deg, transparent 0 9px, rgba(255, 255, 255, 0.12) 10px);
  mix-blend-mode: overlay;
}

.pixel-sky {
  position: absolute;
  inset: 0;
}

.sky-pixel {
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px currentColor;
  animation: floatPixel 8s ease-in-out infinite;
}

.pixel-city {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  opacity: 0.58;
  background:
    linear-gradient(180deg, transparent 0%, rgba(3, 17, 42, 0.25) 35%, rgba(3, 17, 42, 0.92) 100%);
}

.tower {
  position: absolute;
  bottom: 0;
  width: 16%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(180deg, rgba(34, 211, 238, 0.95), rgba(7, 36, 84, 0.96));
  clip-path: polygon(0 100%, 0 16px, 16px 16px, 16px 0, calc(100% - 16px) 0, calc(100% - 16px) 24px, 100% 24px, 100% 100%);
}

.tower::after {
  content: "";
  position: absolute;
  inset: 18px;
  background:
    repeating-linear-gradient(90deg, transparent 0 16px, rgba(255, 209, 102, 0.9) 17px 24px),
    repeating-linear-gradient(180deg, transparent 0 22px, rgba(255, 255, 255, 0.18) 23px 28px);
  opacity: 0.75;
}

.tower-a { left: -4%; height: 48%; }
.tower-b { left: 14%; height: 72%; background-color: var(--blue-850); }
.tower-c { left: 38%; width: 22%; height: 88%; }
.tower-d { right: 13%; height: 64%; background-color: var(--mint); }
.tower-e { right: -4%; height: 52%; background-color: var(--coral); }

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 0 24px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.partner-copy h2,
.contact-copy h2 {
  margin: 0;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.75rem, 14vw, 7.5rem);
  line-height: 0.94;
  text-wrap: balance;
}

.hero-copy {
  max-width: 680px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
  padding: 12px;
  background: rgba(3, 17, 42, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--radius);
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--blue-950);
  background: var(--mint);
  box-shadow: 0 16px 38px rgba(84, 242, 180, 0.25);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.08);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 560px;
  margin: 18px auto 0;
  padding: 10px;
  background: rgba(3, 17, 42, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
}

.trust-strip span,
.recommended {
  font-family: "Press Start 2P", monospace;
  font-size: 0.54rem;
}

.trust-strip span {
  padding: 10px 12px;
  color: var(--white);
  background: rgba(7, 94, 199, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.24);
  text-align: center;
}

.signal-band {
  display: grid;
  gap: 1px;
  color: var(--white);
  background: var(--blue-950);
}

.signal-band div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 72px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 800;
  text-align: center;
}

.pixel-dot {
  flex: 0 0 auto;
  position: relative;
  width: 38px;
  height: 12px;
  background: var(--cyan);
  background: linear-gradient(90deg, var(--cyan) 0 12px, var(--mint) 13px 25px, var(--sun) 26px 38px);
}

.pixel-dot.alt {
  background: linear-gradient(90deg, var(--mint) 0 12px, var(--cyan) 13px 25px, var(--coral) 26px 38px);
}

.pixel-dot.hot {
  background: linear-gradient(90deg, var(--sun) 0 12px, var(--coral) 13px 25px, var(--cyan) 26px 38px);
}

.section-heading {
  width: min(100%, var(--max));
  margin: 0 auto 30px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 22px;
}

.section-heading h2,
.partner-copy h2,
.contact-copy h2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 8vw, 4.4rem);
  line-height: 0.96;
  text-wrap: balance;
}

.section-heading p:not(.eyebrow),
.partner-copy p,
.contact-copy p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: var(--ink-soft);
  line-height: 1.7;
}

.package-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

.package-card {
  position: relative;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(6, 23, 47, 0.08);
  overflow: hidden;
  text-align: center;
}

.package-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--blue-500), var(--cyan), var(--mint), var(--sun));
}

.package-card.featured {
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(17, 137, 244, 0.24), transparent 32%),
    var(--blue-950);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(0);
}

.package-card.featured .package-copy,
.package-card.featured li {
  color: rgba(255, 255, 255, 0.78);
}

.recommended {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 8px 9px;
  color: var(--blue-950);
  background: var(--sun);
}

.package-top {
  display: grid;
  gap: 8px;
  padding-top: 8px;
}

.pixel-label {
  margin: 0;
  color: var(--blue-500);
  font-family: "Press Start 2P", monospace;
  font-size: 0.62rem;
}

.package-card.featured .pixel-label {
  color: var(--mint);
}

.package-card h3 {
  max-width: 280px;
  margin: 0 auto;
  font-size: 1.55rem;
  line-height: 1.08;
}

.price {
  margin: 4px 0 0;
  font-size: 2.35rem;
  font-weight: 800;
}

.price span {
  color: currentColor;
  opacity: 0.58;
  font-size: 1rem;
}

.package-copy {
  color: var(--ink-soft);
  line-height: 1.6;
}

.package-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0;
  list-style: none;
}

.package-card li {
  position: relative;
  padding-left: 0;
  color: var(--ink-soft);
  line-height: 1.45;
  text-align: center;
}

.package-card li::before {
  content: "";
  position: static;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto 8px;
  background: var(--mint);
  box-shadow: 6px 0 0 var(--cyan);
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  color: var(--blue-700);
  font-weight: 800;
}

.featured .text-link {
  color: var(--mint);
}

.services-section {
  background: #eaf6ff;
}

.service-cloud {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.service-cloud button {
  min-height: 44px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 30px rgba(6, 23, 47, 0.06);
  cursor: pointer;
}

.service-cloud button.active,
.service-cloud button:hover {
  color: var(--blue-950);
  background: var(--sun);
}

.split-panel {
  width: min(100%, var(--max));
  margin: 24px auto 0;
  display: grid;
  gap: 16px;
  padding: 22px;
  color: var(--white);
  background: var(--blue-950);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: center;
}

.split-panel h3 {
  margin: 0;
  font-size: clamp(1.6rem, 7vw, 3rem);
  line-height: 1;
}

.split-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.partner-section {
  display: grid;
  gap: 32px;
  width: min(100%, var(--max));
  margin: 0 auto;
  text-align: center;
}

.partner-visual {
  position: relative;
  min-height: 360px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(145deg, var(--blue-950), #084999);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.media-frame {
  position: absolute;
  inset: 52px 34px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  transform: rotate(-3deg);
}

.media-frame span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent),
    var(--cyan);
  border: 8px solid rgba(255, 255, 255, 0.16);
}

.media-frame span:nth-child(2) { background-color: var(--mint); }
.media-frame span:nth-child(3) { background-color: var(--sun); }
.media-frame span:nth-child(4) { background-color: var(--coral); }

.media-chip {
  position: absolute;
  width: 38px;
  height: 38px;
  background: var(--white);
  box-shadow: 38px 0 0 var(--cyan), 76px 0 0 var(--mint), 114px 0 0 var(--sun);
  animation: floatPixel 7s ease-in-out infinite;
}

.chip-a { top: 28px; left: 22px; }
.chip-b { right: 150px; bottom: 44px; animation-delay: -2s; }
.chip-c { right: 42px; top: 74px; animation-delay: -4s; }

.contact-section {
  display: grid;
  gap: 28px;
  width: min(100%, var(--max));
  margin: 0 auto;
  text-align: center;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  justify-items: center;
}

.contact-lines a {
  color: var(--blue-700);
  font-weight: 800;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: var(--blue-950);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  text-align: left;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(34, 211, 238, 0.16);
}

.contact-form option {
  color: var(--ink);
}

.form-submit {
  width: 100%;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--mint);
  font-weight: 700;
}

.form-status.error {
  color: var(--coral);
}

.site-footer {
  display: grid;
  gap: 6px;
  padding: 34px 18px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--blue-950);
}

.site-footer p {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.site-footer p:first-child {
  color: var(--white);
  font-weight: 800;
}

.reveal {
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal {
  opacity: 1;
  transform: translateY(0);
}

.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatPixel {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}

@media (min-width: 720px) {
  .section-pad {
    padding: 104px 28px;
  }

  .site-header {
    padding: 14px 28px;
  }

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

  .package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
  }

  .package-card.featured {
    transform: translateY(-16px);
  }

  .split-panel {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: end;
    padding: 32px;
  }

  .partner-section,
  .contact-section {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }

  .contact-form {
    padding: 24px;
  }
}

@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    padding: 10px 12px;
  }

  .hero {
    align-items: center;
  }

  .hero-actions {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .trust-strip {
    max-width: 620px;
  }
}

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