:root {
  --cp-bg: #06101d;
  --cp-bg-deep: #030b15;
  --cp-panel: rgba(9, 22, 38, 0.88);
  --cp-panel-soft: rgba(15, 30, 49, 0.72);
  --cp-panel-light: rgba(22, 39, 60, 0.78);
  --cp-line: rgba(178, 213, 240, 0.12);
  --cp-line-strong: rgba(178, 213, 240, 0.2);
  --cp-text: #f4f8fc;
  --cp-muted: #91a6bb;
  --cp-cyan: #48c6f0;
  --cp-teal: #35e4c3;
  --cp-blue: #59a9ff;
  --cp-success: #41ebbd;
  --cp-radius: 30px;
  --cp-radius-sm: 20px;
  --cp-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
  --site-bg: var(--cp-bg);
  --site-bg-2: #071426;
  --site-bg-3: #08182a;
  --site-surface: var(--cp-panel);
  --site-surface-2: var(--cp-panel);
  --site-border: var(--cp-line);
  --site-text: var(--cp-text);
  --site-muted: var(--cp-muted);
  --site-accent: var(--cp-teal);
  --site-accent-2: var(--cp-cyan);
  --site-success: var(--cp-success);
}

html {
  scroll-padding-top: 110px;
}

body {
  color: var(--cp-text);
  background:
    radial-gradient(900px 620px at 105% -5%, rgba(53, 228, 195, 0.13), transparent 62%),
    radial-gradient(850px 620px at -10% 20%, rgba(72, 198, 240, 0.12), transparent 64%),
    linear-gradient(180deg, var(--cp-bg-deep), var(--cp-bg) 42%, #071524 100%);
}

body::before {
  background-image:
    linear-gradient(transparent 0 47px, rgba(162, 201, 229, 0.024) 47px 48px),
    linear-gradient(90deg, transparent 0 47px, rgba(162, 201, 229, 0.024) 47px 48px);
  background-size: 48px 48px;
  opacity: 0.42;
}

body::after {
  height: 60vh;
  background: radial-gradient(circle at center, rgba(72, 198, 240, 0.08), transparent 68%);
  opacity: 0.7;
}

.cp-site .page-wrap {
  overflow: clip;
}

.cp-scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100000;
  height: 2px;
  pointer-events: none;
}

.cp-scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--cp-cyan), var(--cp-teal));
  box-shadow: 0 0 18px rgba(53, 228, 195, 0.72);
  transform: scaleX(0);
  transform-origin: left center;
}

.cp-cursor-glow {
  position: fixed;
  width: 420px;
  height: 420px;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(72, 198, 240, 0.075), transparent 68%);
  filter: blur(10px);
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.25s ease;
  will-change: left, top;
}

body:hover .cp-cursor-glow {
  opacity: 1;
}

.cp-ambient {
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.14;
}

.cp-ambient-one {
  width: 44vw;
  height: 44vw;
  min-width: 460px;
  min-height: 460px;
  right: -20vw;
  top: 5vh;
  background: var(--cp-teal);
  animation: cpAmbientOne 18s ease-in-out infinite alternate;
}

.cp-ambient-two {
  width: 38vw;
  height: 38vw;
  min-width: 420px;
  min-height: 420px;
  left: -18vw;
  top: 38vh;
  background: var(--cp-blue);
  animation: cpAmbientTwo 22s ease-in-out infinite alternate;
}

#particles-js {
  opacity: 0.18;
  filter: hue-rotate(120deg) saturate(0.65);
}

/* Shared navigation */
.topbar-bg {
  background:
    linear-gradient(180deg, rgba(3, 10, 18, 0.97), rgba(3, 10, 18, 0.72)),
    radial-gradient(540px 120px at 80% 0%, rgba(53, 228, 195, 0.1), transparent 72%);
  border-bottom-color: var(--cp-line);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.28);
}

.nav-toggle {
  margin-left: auto;
}

@media (min-width: 1200px) {
  .nav-fixed .container {
    width: 100%;
    max-width: calc(100% - 32px);
  }
}

@media (min-width: 1400px) {
  .nav-shell,
  .nav-menu,
  .nav-menu-links,
  .nav-actions {
    flex-wrap: nowrap;
  }

  .nav-menu {
    align-items: center;
  }

  .nav-menu-links {
    flex: 0 1 auto;
  }

  .nav-actions {
    flex: 0 0 auto;
  }

  .btn-solid span {
    display: block;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 1600px) {
  .nav-fixed .container {
    max-width: 1600px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .nav-capsule {
    display: none;
  }

  .nav-shell {
    gap: 14px;
  }

  .nav-menu-links {
    gap: 4px;
  }

  .navbar .nav-link {
    padding-inline: 0.78rem;
  }
}

body.is-scrolled .topbar-bg {
  background:
    linear-gradient(180deg, rgba(3, 10, 18, 0.99), rgba(4, 13, 23, 0.9)),
    radial-gradient(520px 130px at 80% 0%, rgba(72, 198, 240, 0.1), transparent 72%);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.44);
}

.nav-brand-mark {
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.11), transparent 42%),
    linear-gradient(135deg, rgba(72, 198, 240, 0.16), rgba(53, 228, 195, 0.1));
  border-color: rgba(72, 198, 240, 0.2);
  box-shadow: 0 15px 36px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nav-brand-title {
  letter-spacing: 0.02em;
}

.nav-brand-sub {
  color: #7892a9;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.navbar .nav-link {
  color: #8fa4b8 !important;
  border-radius: 14px;
}

.navbar .nav-link i {
  color: var(--cp-cyan);
}

.navbar .nav-link:hover,
.navbar .nav-link.is-active {
  background: rgba(72, 198, 240, 0.075);
  border-color: rgba(72, 198, 240, 0.14);
}

.nav-capsule {
  background: rgba(53, 228, 195, 0.055);
  border-color: rgba(53, 228, 195, 0.14);
  color: #a5bbca;
  text-transform: uppercase;
  font-size: 0.66rem;
  letter-spacing: 0.11em;
}

.nav-capsule-dot {
  background: var(--cp-teal);
  box-shadow: 0 0 16px rgba(53, 228, 195, 0.75);
}

.btn-edge,
.btn-solid {
  border-radius: 14px;
}

.btn-edge {
  border-color: rgba(72, 198, 240, 0.2);
  color: #dbeaf5;
  background: rgba(72, 198, 240, 0.06);
}

.btn-edge:hover {
  border-color: rgba(72, 198, 240, 0.38);
  background: rgba(72, 198, 240, 0.12);
}

.btn-solid {
  color: #04131a;
  background: linear-gradient(110deg, var(--cp-cyan), var(--cp-teal));
  box-shadow: 0 14px 30px rgba(53, 228, 195, 0.15);
}

/* Homepage */
.cp-home {
  position: relative;
  z-index: 1;
}

.cp-hero {
  padding: 34px 0 50px;
}

.cp-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.88fr);
  gap: 26px;
  align-items: stretch;
}

.cp-hero-copy,
.cp-hero-visual {
  min-height: 650px;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  background:
    radial-gradient(720px 380px at 0% 0%, rgba(72, 198, 240, 0.08), transparent 70%),
    rgba(7, 19, 34, 0.78);
  box-shadow: var(--cp-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.cp-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  overflow: hidden;
}

.cp-status-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(50px, 8vh, 92px);
}

.cp-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--cp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: #d6e2eb;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cp-live-dot {
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cp-teal);
  box-shadow: 0 0 16px rgba(53, 228, 195, 0.8);
  animation: cpLivePulse 2.2s ease-in-out infinite;
}

.cp-eyebrow {
  display: inline-flex;
  color: var(--cp-cyan);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.cp-hero-title {
  margin: 18px 0 22px;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(3.2rem, 5vw, 5.4rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.cp-hero-title span {
  color: transparent;
  background: linear-gradient(100deg, #f4f8fc 0%, var(--cp-cyan) 52%, var(--cp-teal) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.cp-hero-lead {
  max-width: 660px;
  margin: 0;
  color: var(--cp-muted);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.cp-hero-actions,
.cp-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.cp-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 24px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  color: var(--cp-text);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.cp-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 20%, rgba(255, 255, 255, 0.28), transparent 70%);
  transform: translateX(-130%);
  transition: transform 0.6s ease;
}

.cp-button:hover {
  color: inherit;
  transform: translateY(-3px);
}

.cp-button:hover::before {
  transform: translateX(130%);
}

.cp-button-primary {
  color: #04131a;
  background: linear-gradient(105deg, var(--cp-cyan), var(--cp-teal));
  box-shadow: 0 18px 38px rgba(53, 228, 195, 0.17);
}

.cp-button-primary:hover {
  color: #04131a;
  box-shadow: 0 22px 44px rgba(53, 228, 195, 0.24);
}

.cp-button-ghost {
  border-color: var(--cp-line-strong);
  background: rgba(255, 255, 255, 0.035);
}

.cp-button-ghost:hover {
  border-color: rgba(72, 198, 240, 0.35);
  background: rgba(72, 198, 240, 0.08);
}

.cp-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
  margin-top: 28px;
  color: #7790a6;
  font-size: 0.74rem;
  font-weight: 700;
}

.cp-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.cp-hero-meta i {
  color: var(--cp-cyan);
}

.cp-hero-visual {
  padding: 18px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.18s ease-out;
}

.cp-scene {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 612px;
  overflow: hidden;
  border-radius: 22px;
  background: #06101d;
}

.cp-scene > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.08) brightness(0.73);
  transform: scale(1.05);
  animation: cpSceneBreathe 14s ease-in-out infinite alternate;
}

.cp-scene-shade,
.cp-scene-grid {
  position: absolute;
  inset: 0;
}

.cp-scene-shade {
  background:
    linear-gradient(180deg, rgba(2, 10, 18, 0.34), rgba(2, 10, 18, 0.06) 42%, rgba(2, 10, 18, 0.88)),
    linear-gradient(90deg, rgba(3, 15, 26, 0.42), transparent 52%);
}

.cp-scene-grid {
  background-image:
    linear-gradient(rgba(172, 216, 240, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(172, 216, 240, 0.055) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent 75%);
}

.cp-scene-top {
  position: absolute;
  inset: 24px 24px auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.cp-scene-top > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(5, 16, 27, 0.62);
  backdrop-filter: blur(14px);
  color: #e8f4fb;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cp-scene-top > span:last-child {
  color: var(--cp-teal);
}

.cp-scene-center {
  position: absolute;
  inset: 47% auto auto 48%;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cp-crosshair {
  position: relative;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(72, 198, 240, 0.65);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(72, 198, 240, 0.2);
  animation: cpCrosshair 3s ease-in-out infinite;
}

.cp-crosshair::before,
.cp-crosshair::after {
  content: "";
  position: absolute;
  background: rgba(72, 198, 240, 0.72);
}

.cp-crosshair::before {
  width: 50px;
  height: 1px;
  top: 18px;
  left: -7px;
}

.cp-crosshair::after {
  width: 1px;
  height: 50px;
  left: 18px;
  top: -7px;
}

.cp-scene-caption {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(5, 16, 27, 0.58);
  backdrop-filter: blur(12px);
  color: #dcebf3;
  font-size: 0.7rem;
  font-weight: 700;
}

.cp-online-card,
.cp-location-card {
  position: absolute;
  bottom: 24px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(5, 16, 27, 0.76);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.cp-online-card {
  left: 24px;
  justify-content: space-between;
  gap: 24px;
  min-width: 240px;
  padding: 18px;
  border-radius: 18px;
}

.cp-card-label,
.cp-location-card span {
  display: block;
  margin-bottom: 5px;
  color: #8fa4b7;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cp-online-card strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.65rem;
}

.cp-online-wave {
  display: flex;
  align-items: end;
  gap: 3px;
  height: 28px;
}

.cp-online-wave i {
  width: 3px;
  height: 9px;
  border-radius: 4px;
  background: linear-gradient(to top, var(--cp-cyan), var(--cp-teal));
  animation: cpWave 1.2s ease-in-out infinite alternate;
}

.cp-online-wave i:nth-child(2) { height: 20px; animation-delay: -0.8s; }
.cp-online-wave i:nth-child(3) { height: 28px; animation-delay: -0.45s; }
.cp-online-wave i:nth-child(4) { height: 16px; animation-delay: -0.2s; }
.cp-online-wave i:nth-child(5) { height: 23px; animation-delay: -0.7s; }

.cp-location-card {
  right: 24px;
  gap: 12px;
  max-width: 220px;
  padding: 14px 16px;
  border-radius: 16px;
}

.cp-location-card > i {
  color: var(--cp-teal);
  font-size: 1.15rem;
}

.cp-location-card strong {
  font-size: 0.77rem;
}

.cp-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--cp-line);
  border-radius: 24px;
  background: rgba(8, 20, 35, 0.72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.23);
  backdrop-filter: blur(16px);
}

.cp-stat-strip article {
  position: relative;
  min-height: 168px;
  padding: 28px;
  border-right: 1px solid var(--cp-line);
  transition: background 0.25s ease;
}

.cp-stat-strip article:last-child {
  border-right: 0;
}

.cp-stat-strip article:hover {
  background: rgba(72, 198, 240, 0.045);
}

.cp-stat-strip article::after {
  content: "";
  position: absolute;
  inset: auto 20px 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cp-cyan), var(--cp-teal), transparent);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cp-stat-strip article:hover::after {
  opacity: 0.8;
  transform: scaleX(1);
}

.cp-stat-strip article > span {
  display: block;
  color: #8298ab;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cp-stat-strip strong {
  display: block;
  margin: 12px 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.9rem, 2.5vw, 2.8rem);
  letter-spacing: -0.04em;
}

.cp-stat-strip small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #70879b;
  font-size: 0.74rem;
}

.cp-section {
  padding: clamp(74px, 9vw, 130px) 0;
}

.cp-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

.cp-section-head h2,
.cp-start-intro h2,
.cp-final-shell h2 {
  margin: 12px 0 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  font-size: clamp(2.35rem, 4.2vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.cp-section-head p,
.cp-start-intro p,
.cp-final-shell p {
  margin: 0;
  color: var(--cp-muted);
  line-height: 1.75;
}

.cp-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.cp-feature-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  background:
    radial-gradient(420px 240px at 110% 0%, rgba(72, 198, 240, 0.08), transparent 68%),
    var(--cp-panel-soft);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.25);
  transform-style: preserve-3d;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease-out;
}

.cp-feature-card:hover {
  border-color: rgba(72, 198, 240, 0.26);
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.34), 0 0 40px rgba(72, 198, 240, 0.04);
}

.cp-feature-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 430px;
}

.cp-feature-reverse .cp-feature-media {
  order: 2;
}

.cp-feature-media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}

.cp-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 55%, rgba(8, 20, 35, 0.88));
}

.cp-feature-reverse .cp-feature-media::after {
  background: linear-gradient(-90deg, transparent 55%, rgba(8, 20, 35, 0.88));
}

.cp-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.05) brightness(0.78);
  transition: transform 0.8s cubic-bezier(.2,.8,.2,1), filter 0.5s ease;
}

.cp-feature-card:hover .cp-feature-media img {
  transform: scale(1.06);
  filter: saturate(0.92) contrast(1.05) brightness(0.84);
}

.cp-feature-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: clamp(28px, 4vw, 52px);
  transform: translateZ(18px);
}

.cp-feature-copy > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: auto;
  border: 1px solid rgba(72, 198, 240, 0.18);
  border-radius: 16px;
  background: rgba(72, 198, 240, 0.075);
  color: var(--cp-cyan);
  font-size: 1.2rem;
}

.cp-feature-number {
  position: absolute;
  top: 26px;
  right: 30px;
  color: rgba(164, 202, 227, 0.2);
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
}

.cp-feature-copy h3 {
  max-width: 520px;
  margin: 30px 0 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2.35rem);
  letter-spacing: -0.035em;
}

.cp-feature-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--cp-muted);
  line-height: 1.7;
}

.cp-feature-copy p strong {
  color: var(--cp-teal);
}

.cp-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: #d9e8f3;
  font-size: 0.8rem;
  font-weight: 800;
}

.cp-card-link i {
  color: var(--cp-teal);
  transition: transform 0.2s ease;
}

.cp-feature-card:hover .cp-card-link i,
.cp-news-card:hover .cp-card-link i {
  transform: translateX(5px);
}

.cp-feature-accent {
  background:
    radial-gradient(460px 300px at 110% -20%, rgba(53, 228, 195, 0.18), transparent 70%),
    linear-gradient(145deg, rgba(11, 32, 47, 0.9), rgba(8, 23, 39, 0.84));
}

.cp-promo-code {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 12px 16px;
  border: 1px dashed rgba(53, 228, 195, 0.35);
  border-radius: 13px;
  background: rgba(53, 228, 195, 0.06);
  color: var(--cp-teal);
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cp-promo-code:hover {
  transform: translateY(-2px);
  background: rgba(53, 228, 195, 0.11);
}

.cp-start-section {
  padding-top: 20px;
}

.cp-start-shell {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
  gap: 26px;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  background:
    radial-gradient(680px 340px at 0% 100%, rgba(72, 198, 240, 0.1), transparent 70%),
    rgba(8, 20, 35, 0.75);
  box-shadow: var(--cp-shadow);
  backdrop-filter: blur(18px);
}

.cp-start-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: clamp(0px, 3vw, 40px);
}

.cp-start-intro p {
  margin-top: 24px;
}

.cp-start-intro .cp-button {
  margin-top: 28px;
}

.cp-steps {
  display: grid;
  gap: 14px;
}

.cp-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 142px;
  padding: 24px 70px 24px 24px;
  overflow: hidden;
  border: 1px solid var(--cp-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.cp-step:hover {
  transform: translateX(7px);
  border-color: rgba(72, 198, 240, 0.24);
  background: rgba(72, 198, 240, 0.05);
}

.cp-step-index {
  position: absolute;
  top: 18px;
  right: 22px;
  color: rgba(164, 202, 227, 0.18);
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.cp-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(72, 198, 240, 0.18);
  border-radius: 17px;
  background: rgba(72, 198, 240, 0.08);
  color: var(--cp-cyan);
  font-size: 1.15rem;
}

.cp-step h3 {
  margin: 0 0 7px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.25rem;
}

.cp-step p {
  margin: 0;
  color: var(--cp-muted);
  font-size: 0.88rem;
  line-height: 1.6;
}

.cp-gallery {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 20px;
}

.cp-gallery-item {
  position: relative;
  min-height: 270px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--cp-line);
  border-radius: 26px;
  background: var(--cp-panel);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.25);
  transform-style: preserve-3d;
  transition: transform 0.2s ease-out, border-color 0.25s ease;
}

.cp-gallery-main {
  grid-row: 1 / 3;
}

.cp-gallery-item:hover {
  border-color: rgba(72, 198, 240, 0.28);
}

.cp-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(2, 10, 18, 0.88));
}

.cp-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.75) contrast(1.06);
  transition: transform 0.9s cubic-bezier(.2,.8,.2,1), filter 0.5s ease;
}

.cp-gallery-item:hover img {
  transform: scale(1.055);
  filter: saturate(0.95) contrast(1.06);
}

.cp-gallery-item figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 24px 22px;
  display: flex;
  flex-direction: column;
  transform: translateZ(18px);
}

.cp-gallery-item figcaption span {
  color: var(--cp-teal);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cp-gallery-item figcaption strong {
  margin-top: 4px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
}

.cp-news-section {
  padding-top: 30px;
}

.cp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.cp-news-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--cp-line);
  border-radius: 24px;
  background: rgba(9, 22, 38, 0.78);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.23);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.cp-news-card:hover {
  transform: translateY(-8px);
  border-color: rgba(72, 198, 240, 0.25);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.34);
}

.cp-news-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.cp-news-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(5, 16, 27, 0.72));
}

.cp-news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78);
  transition: transform 0.65s ease, filter 0.4s ease;
}

.cp-news-card:hover .cp-news-media img {
  transform: scale(1.06);
  filter: saturate(0.94);
}

.cp-news-media span {
  position: absolute;
  z-index: 2;
  left: 16px;
  bottom: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(53, 228, 195, 0.2);
  border-radius: 999px;
  background: rgba(5, 16, 27, 0.74);
  color: var(--cp-teal);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cp-news-copy {
  padding: 24px;
}

.cp-news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7890a4;
  font-size: 0.7rem;
  font-weight: 700;
}

.cp-news-meta i {
  color: var(--cp-cyan);
}

.cp-news-copy h3 {
  margin: 14px 0 10px;
  overflow: hidden;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.35rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cp-news-copy p {
  display: -webkit-box;
  min-height: 4.8em;
  margin: 0;
  overflow: hidden;
  color: var(--cp-muted);
  font-size: 0.86rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.cp-news-empty {
  grid-column: 1 / -1;
  padding: 60px;
  border: 1px dashed var(--cp-line-strong);
  border-radius: 24px;
  text-align: center;
}

.cp-news-empty > i {
  color: var(--cp-cyan);
  font-size: 2rem;
}

.cp-news-empty h3 {
  margin: 16px 0 8px;
}

.cp-news-empty p {
  margin: 0;
  color: var(--cp-muted);
}

.cp-final-cta {
  padding: 30px 0 110px;
}

.cp-final-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(52px, 7vw, 100px) 30px;
  border: 1px solid rgba(72, 198, 240, 0.18);
  border-radius: var(--cp-radius);
  background:
    radial-gradient(650px 350px at 15% 100%, rgba(72, 198, 240, 0.13), transparent 72%),
    radial-gradient(680px 380px at 90% 0%, rgba(53, 228, 195, 0.12), transparent 70%),
    rgba(8, 21, 36, 0.88);
  box-shadow: var(--cp-shadow);
  text-align: center;
}

.cp-final-shell h2 {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 16px auto;
}

.cp-final-shell > p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 auto;
}

.cp-final-actions {
  position: relative;
  z-index: 1;
  justify-content: center;
}

.cp-final-orbit {
  position: absolute;
  border: 1px solid rgba(72, 198, 240, 0.12);
  border-radius: 50%;
}

.cp-final-orbit::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cp-teal);
  box-shadow: 0 0 20px rgba(53, 228, 195, 0.8);
}

.cp-final-orbit-one {
  width: 480px;
  height: 480px;
  left: -260px;
  bottom: -320px;
  animation: cpOrbit 16s linear infinite;
}

.cp-final-orbit-one::before {
  top: 76px;
  right: 48px;
}

.cp-final-orbit-two {
  width: 360px;
  height: 360px;
  right: -180px;
  top: -210px;
  animation: cpOrbit 13s linear infinite reverse;
}

.cp-final-orbit-two::before {
  left: 52px;
  bottom: 42px;
}

/* Footer */
.quick-links,
.site-footer {
  display: none;
}

.cp-footer {
  position: relative;
  z-index: 1;
  padding: 0 0 28px;
}

.cp-footer-shell {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
  gap: 60px;
  padding: clamp(34px, 5vw, 60px);
  border: 1px solid var(--cp-line);
  border-radius: var(--cp-radius);
  background: rgba(6, 17, 30, 0.82);
}

.cp-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--cp-text);
  text-decoration: none;
}

.cp-footer-logo > span:last-child {
  display: flex;
  flex-direction: column;
}

.cp-footer-logo strong {
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.03em;
}

.cp-footer-logo small {
  margin-top: 3px;
  color: #7890a3;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-footer-brand p {
  max-width: 430px;
  margin: 24px 0 20px;
  color: var(--cp-muted);
  font-size: 0.87rem;
  line-height: 1.7;
}

.cp-footer-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #a7b9c7;
  font-size: 0.72rem;
  font-weight: 700;
}

.cp-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.cp-footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.cp-footer-title {
  margin-bottom: 5px;
  color: var(--cp-text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cp-footer-links a {
  color: #8299ad;
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.cp-footer-links a:hover {
  color: var(--cp-cyan);
  transform: translateX(4px);
}

.cp-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 10px 0;
  color: #60798e;
  font-size: 0.68rem;
}

.cp-footer-pay {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cp-footer-pay img {
  width: auto;
  max-width: 42px;
  height: 20px;
  opacity: 0.58;
  filter: grayscale(1) brightness(1.4);
}

/* Existing shared surfaces */
.auth-card,
.auth-hero,
.card,
.card-ui,
.sb-aside,
.krp__ZbY9X23qd3,
.ru-wrap,
.donate-panel {
  border-color: var(--cp-line) !important;
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(72, 198, 240, 0.07), transparent 72%),
    rgba(8, 20, 35, 0.86) !important;
}

.form-control,
input.form-control,
select.form-control,
textarea.form-control,
.auth-field input {
  border-color: var(--cp-line-strong);
  background: rgba(3, 12, 22, 0.66);
}

.form-control:focus,
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus,
.auth-field input:focus {
  border-color: rgba(72, 198, 240, 0.52);
  box-shadow: 0 0 0 0.22rem rgba(72, 198, 240, 0.11);
}

.btn-warning,
.btn-success,
.btn-primary {
  color: #04131a !important;
  background: linear-gradient(105deg, var(--cp-cyan), var(--cp-teal)) !important;
}

.discord-dock {
  background: linear-gradient(135deg, #5865f2, #7281ff);
}

.discord-offer-dialog {
  border-color: var(--cp-line);
  background:
    radial-gradient(620px 280px at 100% 0%, rgba(72, 198, 240, 0.11), transparent 70%),
    rgba(5, 16, 28, 0.97);
}

/* Reveal and interaction states */
.cp-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.72s cubic-bezier(.2,.75,.2,1),
    transform 0.72s cubic-bezier(.2,.75,.2,1);
  transition-delay: var(--cp-delay, 0ms);
}

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

.cp-feature-card.cp-reveal,
.cp-gallery-item.cp-reveal {
  transform: translateY(34px) scale(0.985);
}

.cp-feature-card.cp-reveal.cp-visible,
.cp-gallery-item.cp-reveal.cp-visible {
  transform: translateY(0) scale(1);
}

.cp-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 100100;
  padding: 12px 18px;
  border: 1px solid rgba(53, 228, 195, 0.25);
  border-radius: 999px;
  background: rgba(5, 18, 29, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.38);
  color: #dffcf5;
  font-size: 0.76rem;
  font-weight: 800;
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cp-toast.cp-toast-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes cpLivePulse {
  0%, 100% { opacity: 0.65; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.18); }
}

@keyframes cpWave {
  from { transform: scaleY(0.5); opacity: 0.55; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes cpSceneBreathe {
  from { transform: scale(1.05) translate3d(-0.4%, -0.2%, 0); }
  to { transform: scale(1.1) translate3d(0.8%, 0.4%, 0); }
}

@keyframes cpCrosshair {
  0%, 100% { transform: scale(0.92); opacity: 0.7; }
  50% { transform: scale(1.08); opacity: 1; }
}

@keyframes cpAmbientOne {
  from { transform: translate3d(0, 0, 0) scale(0.92); }
  to { transform: translate3d(-8vw, 10vh, 0) scale(1.1); }
}

@keyframes cpAmbientTwo {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(10vw, -8vh, 0) scale(0.88); }
}

@keyframes cpOrbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1199.98px) {
  .cp-hero-shell {
    grid-template-columns: 1fr;
  }

  .cp-hero-copy,
  .cp-hero-visual {
    min-height: auto;
  }

  .cp-status-row {
    margin-bottom: 60px;
  }

  .cp-scene {
    min-height: 560px;
  }

  .cp-stat-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .cp-stat-strip article:nth-child(2) {
    border-right: 0;
  }

  .cp-stat-strip article:nth-child(-n+2) {
    border-bottom: 1px solid var(--cp-line);
  }

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

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .nav-shell {
    gap: 12px;
  }

  .nav-menu-links {
    gap: 4px;
  }

  .navbar .nav-link {
    padding: 0.72rem 0.76rem;
  }

  .nav-capsule {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .cp-hero {
    padding-top: 22px;
  }

  .cp-hero-copy {
    padding: 38px;
  }

  .cp-status-row {
    margin-bottom: 48px;
  }

  .cp-feature-wide,
  .cp-start-shell {
    grid-template-columns: 1fr;
  }

  .cp-feature-media {
    min-height: 360px;
  }

  .cp-feature-reverse .cp-feature-media {
    order: initial;
  }

  .cp-feature-media::after,
  .cp-feature-reverse .cp-feature-media::after {
    background: linear-gradient(180deg, transparent 45%, rgba(8, 20, 35, 0.92));
  }

  .cp-section-head {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .cp-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(380px, 1.3fr) minmax(250px, 1fr);
  }

  .cp-gallery-main {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .cp-footer-shell {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .cp-footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .cp-cursor-glow,
  .cp-ambient {
    display: none;
  }

  .cp-hero-copy,
  .cp-hero-visual,
  .cp-start-shell,
  .cp-final-shell,
  .cp-footer-shell {
    border-radius: 22px;
  }

  .cp-hero-copy {
    padding: 26px;
  }

  .cp-status-row {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 42px;
  }

  .cp-pill-live {
    display: none;
  }

  .cp-hero-title {
    font-size: clamp(2.75rem, 14vw, 4rem);
  }

  .cp-hero-actions,
  .cp-final-actions {
    flex-direction: column;
  }

  .cp-button {
    width: 100%;
  }

  .cp-hero-meta {
    flex-direction: column;
    gap: 10px;
  }

  .cp-hero-visual {
    padding: 10px;
  }

  .cp-scene {
    min-height: 520px;
    border-radius: 17px;
  }

  .cp-scene-top {
    inset: 14px 14px auto;
  }

  .cp-scene-top > span:first-child {
    max-width: 74%;
  }

  .cp-scene-center {
    left: 34%;
  }

  .cp-scene-caption {
    display: none;
  }

  .cp-online-card {
    left: 14px;
    bottom: 14px;
  }

  .cp-location-card {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
  }

  .cp-location-card > div {
    display: none;
  }

  .cp-stat-strip {
    grid-template-columns: 1fr;
  }

  .cp-stat-strip article {
    min-height: 148px;
    border-right: 0;
    border-bottom: 1px solid var(--cp-line);
  }

  .cp-stat-strip article:nth-child(3) {
    border-bottom: 1px solid var(--cp-line);
  }

  .cp-stat-strip article:last-child {
    border-bottom: 0;
  }

  .cp-feature-grid,
  .cp-news-grid {
    grid-template-columns: 1fr;
  }

  .cp-feature-wide {
    grid-column: auto;
  }

  .cp-feature-media {
    min-height: 270px;
  }

  .cp-feature-copy {
    padding: 26px;
  }

  .cp-feature-copy > i {
    margin-bottom: 18px;
  }

  .cp-start-shell {
    padding: 24px;
  }

  .cp-step {
    grid-template-columns: 1fr;
    padding: 22px 58px 22px 20px;
  }

  .cp-step-icon {
    width: 50px;
    height: 50px;
  }

  .cp-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .cp-gallery-main {
    grid-column: auto;
  }

  .cp-gallery-item {
    min-height: 280px;
  }

  .cp-footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .cp-hero {
    padding: 12px 0 34px;
  }

  .cp-hero-copy {
    padding: 22px;
  }

  .cp-hero-title {
    letter-spacing: -0.045em;
  }

  .cp-scene {
    min-height: 440px;
  }

  .cp-online-card {
    min-width: 200px;
    padding: 14px;
  }

  .cp-online-card strong {
    font-size: 1.35rem;
  }

  .cp-section {
    padding: 70px 0;
  }

  .cp-feature-media {
    min-height: 230px;
  }

  .cp-start-shell {
    padding: 20px;
  }

  .cp-footer-shell {
    padding: 26px;
  }

  .cp-footer-links {
    grid-template-columns: 1fr;
  }
}

/* Phone-first interaction and safe-area pass */
@media (max-width: 767.98px) {
  .nav-fixed {
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
  }

  .nav-shell {
    gap: 10px;
    padding-inline: 12px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 16px;
  }

  .nav-menu {
    flex-basis: 100%;
    width: 100%;
    max-height: calc(100vh - var(--nav-h-m) - 12px);
    max-height: calc(100dvh - var(--nav-h-m) - 12px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }

  .nav-menu.show {
    animation: cpMobileMenuIn 0.24s cubic-bezier(.2, .8, .2, 1) both;
  }

  .nav-menu-links .nav-link,
  .nav-actions .btn-edge,
  .nav-actions .btn-solid {
    min-height: 48px;
  }

  .cp-button {
    min-height: 54px;
  }

  .discord-dock {
    right: calc(14px + env(safe-area-inset-right));
    bottom: calc(14px + env(safe-area-inset-bottom));
    justify-content: center;
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 0;
  }

  .cp-footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-block: 8px;
  }
}

@media (max-width: 420px) {
  .cp-home .container,
  .site-footer .container {
    --bs-gutter-x: 1.25rem;
  }

  .cp-hero-copy {
    padding: 20px;
  }

  .cp-hero-title {
    font-size: clamp(2.45rem, 13.5vw, 3.4rem);
  }

  .cp-scene {
    min-height: 400px;
  }

  .cp-stat-strip article {
    min-height: 132px;
  }
}

@keyframes cpMobileMenuIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .cp-site *,
  .cp-site *::before,
  .cp-site *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .cp-reveal {
    opacity: 1;
    transform: none;
  }
}
