:root {
  --ink: #09020d;
  --ink-soft: #14091a;
  --panel: #17091f;
  --gold: #c52cff;
  --gold-light: #e47cff;
  --accent-gold: #f4b942;
  --cream: #f7f1fa;
  --muted: #aaa0b1;
  --line: rgba(197, 44, 255, 0.28);
  --white: #fff;
  --heading: "Orbitron", sans-serif;
  --body: "Inter", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 800;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(54px, 7vw, 108px);
  line-height: 0.94;
  text-transform: uppercase;
}
h2 {
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.02;
  text-transform: uppercase;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
}
p {
  color: var(--muted);
}
a {
  text-decoration: none;
  color: inherit;
  transition: 0.25s ease;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lg-container,
.md-container {
  width: 100%;
  margin: auto;
  padding: 0 30px;
}
.lg-container {
  max-width: 1720px;
}
.md-container {
  max-width: 1360px;
}
.center-head {
  text-align: center;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.eyebrow > span {
  width: 34px;
  height: 1px;
  background: var(--gold);
}
em {
  font-style: normal;
  color: var(--gold);
}
.top-navbar {
  padding: 16px 0px;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: 0.3s ease;
}
.top-navbar.sticky {
  background: rgba(9, 2, 13, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.top-navbar .lg-container {
  display: flex;
  align-items: center;
}
.brand-mark {
width: 282px;
}
.brand-mark > span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 24px;
  transform: rotate(45deg);
  border-radius: 8px;
}
.brand-mark > span::first-letter {
  transform: rotate(-45deg);
}
.footer-brand .brand-mark {
	display: block;
	width : 200px;
}
.navbar-nav {
  align-items: center;
  gap: 28px;
}
.top-navbar .nav-link {
  color: #c8c9cf;
  padding: 10px 0 !important;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.top-navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: 0.25s;
}
.top-navbar .nav-link:hover,
.top-navbar .nav-link.active {
  color: #fff;
}
.top-navbar .nav-link:hover::after,
.top-navbar .nav-link.active::after {
  width: 100%;
}
.nav-download {
  margin-left: 38px;
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-toggler-icon {
  filter: invert(1);
}
.global-gold-button,
.global-dark-button,
.global-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 56px;
  padding: 13px 25px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.global-gold-button {
  background: var(--gold);
  color: #111;
}
.global-gold-button:hover {
  background: var(--gold-light);
  color: #111;
  transform: translateY(-2px);
}
.global-dark-button {
  background: #0b0c10;
  color: #fff;
}
.global-dark-button:hover {
  background: #22252d;
  color: #fff;
}
.global-outline-button {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
  border-radius: 8px;
}
.global-outline-button:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.hero-banner {
  min-height: 900px;
  padding: 180px 0 100px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 75% 35%,
      rgba(244, 185, 66, 0.08),
      transparent 31%
    ),
    linear-gradient(135deg, #08090c 0%, #0d0f15 100%);
}
.hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, black, transparent 90%);
  pointer-events: none;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}
.hero-glow-one {
  width: 520px;
  height: 520px;
  right: -220px;
  top: 80px;
  border: 1px solid rgba(244, 185, 66, 0.17);
  box-shadow: 0 0 120px rgba(244, 185, 66, 0.07);
}
.hero-glow-two {
  width: 514px;
  height: 514px;
  left: -90px;
  /* bottom: 80px; */
  background: linear-gradient(
    180deg,
    rgba(224, 24, 255, 0.5) 0%,
    rgba(134, 14, 153, 0.5) 100%
  );
  filter: blur(250px);
}
.body-glow-one {
  position: absolute;
  width: 520px;
  height: 520px;
  right: 0;
  bottom: 50%;
  background: linear-gradient(
    180deg,
    rgba(224, 24, 255, 0.5) 0%,
    rgba(134, 14, 153, 0.5) 100%
  );
  filter: blur(250px);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.hero-content p {
  font-size: 19px;
  max-width: 650px;
  margin: 28px 0 34px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-stats {
  display: flex;
  gap: 55px;
  margin-top: 70px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 610px;
}
.hero-stats div {
  display: flex;
  flex-direction: column;
}
.hero-stats strong {
  font-family: var(--heading);
  font-size: 28px;
  color: var(--gold);
}
.hero-stats span {
  font-size: 12px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.phone-showcase {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  z-index: 2;
}
.phone-frame {
  width: 340px;
  border: 9px solid #20232b;
  border-radius: 48px;
  overflow: hidden;
  box-shadow:
    0 40px 100px rgba(0, 0, 0, 0.6),
    0 0 70px rgba(244, 185, 66, 0.13);
  transform: rotate(3deg);
  position: relative;
  z-index: 2;
}
.phone-frame img {
  width: 100%;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(244, 185, 66, 0.22);
  border-radius: 50%;
}
.orbit-one {
  width: 540px;
  height: 540px;
}
.orbit-two {
  width: 430px;
  height: 430px;
  border-style: dashed;
  animation: spin 30s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.floating-card {
  position: absolute;
  z-index: 3;
  background: rgba(23, 25, 32, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  font-size: 13px;
}
.floating-card-top {
  top: 100px;
  right: 0;
  padding: 11px 18px;
  border-radius: 50px;
}
.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff4b55;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 5px rgba(255, 75, 85, 0.12);
}
.floating-card-bottom {
  bottom: 95px;
  left: -25px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.floating-card-bottom strong {
  font-size: 25px;
}
.floating-card-bottom span {
  line-height: 1.35;
  color: #ddd;
}
.feature-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0c0d11;
}
.feature-strip-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  overflow: hidden;
  white-space: nowrap;
  color: #c9cbd0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.feature-strip i {
  color: var(--gold);
  font-size: 9px;
}
.experience-sec,
.story-sec,
.contact-sec {
  padding: 120px 0;
}
.global-header {
  margin-bottom: 55px;
}
.global-header h2 {
  max-width: 900px;
}
.center-head .global-header h2,
.center-copy h2 {
  margin-inline: auto;
}
.global-header > p {
  font-size: 18px;
  max-width: 700px;
  margin-top: 24px;
}
.center-head .global-header > p,
.center-copy > p {
  margin-inline: auto;
}
.experience-card {
  height: 100%;
  min-height: 350px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.experience-card:hover {
  transform: translateY(-8px);
  border-color: var(--line);
}
.experience-card.featured {
  background: linear-gradient(145deg, #241b0d, #171920);
  border-color: var(--line);
}
.card-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--gold);
  font-size: 28px;
  margin-bottom: 70px;
}
.card-number {
  position: absolute;
  top: 32px;
  right: 32px;
  color: #60636c;
  font-size: 12px;
}
.experience-card h3 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.experience-card p {
  font-size: 15px;
}
.community-sec {
  padding: 20px 0 120px;
}
.community-panel {
  background: var(--cream);
  color: #101116;
  padding: 80px;
}
.community-panel p {
  color: #61636a;
}
.community-art {
  height: 480px;
  display: grid;
  place-items: center;
  position: relative;
}
.globe {
  width: 290px;
  height: 290px;
  border: 1px solid #b18a3c;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--heading);
  font-size: 120px;
  font-weight: 800;
  color: #111;
  box-shadow:
    inset 0 0 0 25px rgba(244, 185, 66, 0.09),
    0 30px 80px rgba(0, 0, 0, 0.12);
}
.signal {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 24px;
  border: 4px solid var(--cream);
}
.signal-a {
  top: 50px;
  left: 80px;
}
.signal-b {
  top: 70px;
  right: 65px;
}
.signal-c {
  bottom: 65px;
  left: 65px;
}
.signal-d {
  bottom: 45px;
  right: 85px;
}
.check-list {
  list-style: none;
  margin: 28px 0;
}
.check-list li {
  padding: 9px 0 9px 32px;
  position: relative;
  font-weight: 600;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a47516;
}
.text-link {
  display: inline-flex;
  gap: 15px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #222;
  padding-bottom: 6px;
}
.text-link:hover {
  color: #a47516;
}
.cta-sec {
  padding: 0 0 120px;
}
.cta-box {
  background: var(--gold);
  color: #111;
  padding: 65px 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cta-box .eyebrow {
  color: #111;
}
.cta-box .eyebrow > span {
  background: #111;
}
.cta-box h2 {
  font-size: 56px;
}
.cta-box p {
  color: #44340e;
  margin-top: 10px;
}
.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding: 70px 0 25px;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 55px;
}
.footer-brand p {
  font-size: 13px;
  margin-top: 16px;
}
.footer-links {
  display: flex;
  gap: 35px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.footer-links a:hover,
.footer-contact a:hover {
  color: var(--gold);
}
.footer-contact {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.footer-contact small {
  color: #777b85;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #676a73;
  font-size: 12px;
}
.short-banner {
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 170px 0 90px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 80% 40%,
      rgba(244, 185, 66, 0.1),
      transparent 35%
    ),
    #0c0d11;
}
.short-banner::after {
  content: "W";
  position: absolute;
  right: 5%;
  bottom: -23%;
  font-family: var(--heading);
  font-size: 500px;
  font-weight: 800;
  line-height: 1;
  color: rgba(255, 255, 255, 0.018);
}
.short-banner-content {
  position: relative;
  z-index: 2;
  max-width: 950px;
}
.short-banner-content h1 {
  font-size: clamp(50px, 6vw, 86px);
}
.short-banner-content p {
  font-size: 19px;
  max-width: 690px;
  margin-top: 28px;
}
.story-sec {
  background: var(--cream);
  color: #111;
}
.story-sec .global-header p {
  color: #5f6168;
}
.story-sec .global-header p + p {
  margin-top: 18px;
}
.values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #d9d4c8;
}
.values-grid > div {
  padding: 34px;
  border-right: 1px solid #d9d4c8;
  border-bottom: 1px solid #d9d4c8;
  min-height: 190px;
}
.values-grid > div:nth-child(2n) {
  border-right: 0;
}
.values-grid > div:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.values-grid strong {
  color: #a47516;
  font-size: 12px;
}
.values-grid h3 {
  text-transform: uppercase;
  margin: 22px 0 7px;
}
.values-grid p {
  font-size: 14px;
  color: #686a70;
}
.partner-sec {
  padding: 120px 0;
}
.poster-frame {
  background: #15171d;
  border: 1px solid var(--line);
  padding: 12px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.35);
}
.poster-frame img {
  width: 100%;
}
.poster-frame.landscape {
  transform: rotate(-1deg);
}
.offer-list {
  margin: 30px 0;
}
.offer-list > div {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.offer-list span {
  color: var(--gold);
}
.offer-list p {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.offer-list strong {
  color: #fff;
  font-size: 16px;
}
.hiring-sec {
  padding: 120px 0;
  background: #101116;
}
.center-copy {
  text-align: center;
}
.poster-frame.portrait {
  max-width: 440px;
  margin: auto;
}
.job-panel {
  background: #171920;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 40px;
}
.job-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}
.job-panel-head span {
  color: var(--gold);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.job-panel-head h3 {
  text-transform: uppercase;
  margin-top: 5px;
}
.job-list > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: #c7c9cf;
}
.job-list strong {
  color: var(--gold);
  min-width: 25px;
  text-align: right;
}
.job-note {
  margin-top: 28px;
  padding: 22px;
  background: #101116;
}
.job-note p {
  font-size: 14px;
  margin-top: 5px;
}
.job-note a {
  color: var(--gold);
}
.contact-banner {
  min-height: 540px;
}
.contact-sec {
  background: var(--cream);
  color: #111;
}
.contact-sec p {
  color: #64666d;
}
.contact-card {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 23px 0;
  border-bottom: 1px solid #d9d4c8;
}
.contact-card > span {
  color: #a47516;
  font-size: 12px;
}
.contact-card > div {
  display: flex;
  flex-direction: column;
}
.contact-card small {
  color: #74767b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.contact-card a {
  font-weight: 700;
}
.contact-card a:hover {
  color: #a47516;
}
.form-container {
  background: #111319;
  color: #fff;
  padding: 48px;
}
.form-container h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.form-container label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #c7c9d0;
}
.form-control,
.form-select {
  border: 1px solid #343740;
  border-radius: 0;
  background: #171920;
  color: #fff;
  padding: 14px 16px;
  min-height: 54px;
}
.form-control::placeholder {
  color: #6f727b;
}
.form-control:focus,
.form-select:focus {
  background: #171920;
  color: #fff;
  border-color: var(--gold);
  box-shadow: none;
}
.form-select option {
  background: #171920;
}
.form-status {
  font-size: 13px;
  margin-top: 14px;
  color: var(--gold) !important;
}
.download-band {
  padding: 80px 0;
  background: #0c0d11;
}
.download-band .md-container > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.download-band h2 {
  font-size: 48px;
}
.mini-label {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 12px;
  font-weight: 800;
}

/* Neon product system */
body {
  background:
    radial-gradient(circle at 50% 0, rgba(135, 26, 174, 0.12), transparent 25%),
    var(--ink);
}
h1,
h2,
h3 {
  letter-spacing: -0.025em;
}
.brand-mark > span {
  box-shadow: 0 0 22px rgba(197, 44, 255, 0.25);
}
.top-navbar {
  background: linear-gradient(to bottom, rgba(9, 2, 13, 0.82), transparent);
}
.global-gold-button {
  box-shadow: 0 10px 35px rgba(197, 44, 255, 0.22);
}
.hero-banner {
  background:
    radial-gradient(
      circle at 78% 38%,
      rgba(197, 44, 255, 0.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 20% 55%,
      rgba(90, 11, 126, 0.12),
      transparent 34%
    ),
    linear-gradient(135deg, #09020d, #120418);
}
.hero-banner::after {
  background-image:
    linear-gradient(rgba(197, 44, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 44, 255, 0.035) 1px, transparent 1px);
}
.hero-content h1 {
  font-size: clamp(48px, 5.8vw, 86px);
}
.phone-frame {
  width: 430px;
  border: 1px solid rgba(197, 44, 255, 0.45);
  border-radius: 18px;
  padding: 7px;
  background: #100414;
  box-shadow:
    0 45px 110px rgba(0, 0, 0, 0.65),
    0 0 75px rgba(197, 44, 255, 0.17);
  transform: rotate(1deg);
}
.phone-frame img {
  border-radius: 12px;
}
.orbit-one {
  border-color: rgba(197, 44, 255, 0.3);
}
.orbit-two {
  border-color: rgba(197, 44, 255, 0.24);
}
.feature-strip {
  background: #0e0413;
}
.feature-strip-inner i {
  filter: drop-shadow(0 0 6px var(--gold));
}
.global-header h2 {
  background: linear-gradient(100deg, #fff 30%, #d9b4e7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.experience-card {
  background: linear-gradient(
    145deg,
    rgba(34, 10, 44, 0.9),
    rgba(15, 5, 19, 0.95)
  );
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.03);
}
.experience-card.featured {
  background:
    radial-gradient(circle at 80% 0, rgba(197, 44, 255, 0.16), transparent 40%),
    #17091f;
}
.capabilities-sec {
  padding: 120px 0;
  position: relative;
}
.capabilities-sec::before {
  content: "";
  position: absolute;
  inset: 12% 0 auto 0;
  height: 500px;
  background: radial-gradient(circle, rgba(197, 44, 255, 0.1), transparent 65%);
  pointer-events: none;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  position: relative;
}
.capability-card {
  min-height: 410px;
  padding: 38px;
  border: 1px solid rgba(197, 44, 255, 0.18);
  background: linear-gradient(
    145deg,
    rgba(31, 9, 40, 0.92),
    rgba(12, 3, 16, 0.97)
  );
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.35s;
}
.capability-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border: 1px solid rgba(197, 44, 255, 0.12);
  border-radius: 50%;
  right: -90px;
  bottom: -90px;
  transition: 0.35s;
}
.capability-card:hover {
  border: 2px solid transparent;
  border-radius: 20px;

  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(270deg, #d91aff, #873dff) border-box;
  transform: translateY(-5px);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.35),
    inset 0 0 35px rgba(197, 44, 255, 0.04);
}
.capability-card:hover::after {
  transform: scale(1.18);
}
.capability-card-wide {
  grid-column: span 2;
  min-height: 330px;
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: start;
}
.capability-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-size: 28px;
  box-shadow: inset 0 0 20px rgba(197, 44, 255, 0.1);
}
.capability-card:not(.capability-card-wide) .capability-icon {
  margin-bottom: 68px;
}
.card-kicker {
  display: block;
  color: var(--gold);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  margin-bottom: 12px;
}
.capability-card h3 {
  text-transform: uppercase;
  max-width: 520px;
}
.card-index {
  position: absolute;
  right: 30px;
  top: 25px;
  font-family: var(--heading);
  font-size: 26px;
  color: rgba(255, 255, 255, 0.1);
}
.feature-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  margin-top: 28px;
}
.feature-list li {
  color: #b8afbd;
  font-size: 14px;
  padding-left: 17px;
  position: relative;
  font-family: var(--heading);
}
.feature-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--gold);
  position: absolute;
  left: 0;
  top: 10px;
  box-shadow: 0 0 8px var(--gold);
}
.capability-card:not(.capability-card-wide) .feature-list {
  grid-template-columns: 1fr;
}
.community-panel {
  background: linear-gradient(140deg, #f8f1fb, #eee2f3);
}
.globe {
  border-color: #8f28b5;
  color: #17091f;
  box-shadow:
    inset 0 0 0 25px rgba(197, 44, 255, 0.08),
    0 30px 80px rgba(0, 0, 0, 0.12);
}
.check-list li::before,
.text-link:hover {
  color: #8f28b5;
}
.platform-sec {
  padding: 0 0 120px;
}
.platform-panel {
  border: 1px solid rgba(197, 44, 255, 0.2);
  background:
    radial-gradient(
      circle at 20% 40%,
      rgba(197, 44, 255, 0.13),
      transparent 35%
    ),
    #0d0411;
  padding: 70px;
}
.platform-screen {
  max-width: 460px;
  margin: auto;
  height: 590px;
  overflow: hidden;
  border: 1px solid rgba(197, 44, 255, 0.35);
  padding: 8px;
  background: #08020b;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
}
.platform-screen img {
  width: 100%;
  height: 100%;
 object-fit: contain;
  object-position: top;
}
.highlight-list {
  display: grid;
  gap: 12px;
  margin: 30px 0;
}
.highlight-list > div {
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  padding: 15px 18px;
  background: rgba(255, 255, 255, 0.025);
  border-left: 1px solid var(--gold);
}
.highlight-list strong {
  color: var(--gold);
  font-family: var(--heading);
  font-size: 12px;
  text-transform: uppercase;
}
.highlight-list span {
  color: #c1b8c5;
  font-size: 14px;
}
.platform-pills {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
}
.platform-pills span {
  padding: 8px 16px;
  border: 1px solid rgba(197, 44, 255, 0.3);
  color: #ddd;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.cta-box {
  background: linear-gradient(115deg, #dd96fc, #d558fc);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(87, 4, 115, 0.28);
}
.short-banner {
  background:
    radial-gradient(
      circle at 80% 40%,
      rgba(197, 44, 255, 0.2),
      transparent 35%
    ),
    #0d0411;
}
.short-banner::after {
  color: rgba(197, 44, 255, 0.03);
}
.story-sec {
  background: #100515;
  color: #fff;
}
.story-sec .global-header p,
.values-grid p {
  color: var(--muted);
}
.values-grid {
  border-color: rgba(197, 44, 255, 0.25);
}
.values-grid > div {
  border-color: rgba(197, 44, 255, 0.18);
}
.values-grid strong {
  color: var(--gold);
}
.partner-sec {
  background: radial-gradient(
    circle at 5% 50%,
    rgba(197, 44, 255, 0.08),
    transparent 30%
  );
}
.hiring-sec {
  background: #0d0411;
}
.recruiting-poster {
  max-width: 1120px;
  margin: auto;
}
.job-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 45px;
}
.contact-sec {
  background: #100515;
  color: #fff;
}
.contact-sec p {
  color: var(--muted);
}
.contact-card {
  border-color: rgba(197, 44, 255, 0.2);
}
.contact-card > span,
.contact-card a:hover {
  color: var(--gold);
}
.form-container {
  background: #180a20;
  border: 1px solid rgba(197, 44, 255, 0.22);
}
.form-control,
.form-select {
  background: #100515;
  border-color: #3a2442;
}
.form-control:focus,
.form-select:focus {
  background: #100515;
}
.download-band {
  background: #0c030f;
}

/* Light community panel contrast */
.community-panel .global-header h2 {
  background: none;
  color: #16091b;
  -webkit-text-fill-color: #16091b;
}
.community-panel .global-header p {
  color: #5d5263;
}
.community-panel .eyebrow {
  color: #9f1ed0;
}
.community-panel .eyebrow > span {
  background: #9f1ed0;
}

/* Release countdown */
.launch-countdown-sec {
  padding: 120px 0 20px;
}
.launch-countdown-panel {
  position: relative;
  overflow: hidden;
  padding: 72px;
  border: 1px solid rgba(197, 44, 255, 0.25);
  background:
    radial-gradient(
      circle at 84% 50%,
      rgba(197, 44, 255, 0.18),
      transparent 35%
    ),
    linear-gradient(135deg, #190922, #0b030e);
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.3);
}
.launch-countdown-panel::before {
  content: "";
  position: absolute;
  right: -100px;
  top: -160px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(197, 44, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(197, 44, 255, 0.05);
}
.launch-copy {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
.launch-copy h2 {
  font-size: clamp(38px, 4.7vw, 66px);
}
.launch-copy > p {
  font-size: 17px;
  max-width: 650px;
  margin-top: 20px;
}
.release-date {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
}
.release-date span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
}
.release-date strong {
  font-size: 13px;
  color: #d7cddc;
}
.countdown-clock {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 55px;
}
.countdown-unit {
  min-width: 145px;
  min-height: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 44, 255, 0.3);
  background: rgba(6, 1, 8, 0.5);
  backdrop-filter: blur(10px);
}
.countdown-unit strong {
  font-family: var(--heading);
  font-size: 42px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 25px rgba(197, 44, 255, 0.45);
}
.countdown-unit span {
  margin-top: 13px;
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.countdown-clock > i {
  font-style: normal;
  font-family: var(--heading);
  font-size: 28px;
  color: rgba(197, 44, 255, 0.45);
}
.countdown-clock.is-launched {
  display: flex;
  min-height: 145px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(197, 44, 255, 0.35);
  font-family: var(--heading);
  font-size: clamp(24px, 4vw, 52px);
  text-transform: uppercase;
  color: var(--gold);
}
