* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #080b14;
  color: #f2f3f8;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

img {
  max-width: 100%;
}

::selection {
  background: rgba(232, 168, 56, 0.35);
}

.page {
  overflow-x: hidden;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 48px;
  background: rgba(8, 11, 20, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  backdrop-filter: blur(0);
  transition: background 180ms ease, border-color 180ms ease, backdrop-filter 180ms ease, padding 180ms ease;
}

.nav.nav-scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(8, 11, 20, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.38));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(242, 243, 248, 0.82);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.nav-links .nav-cta {
  padding: 10px 20px;
  border-radius: 3px;
  background: #e8a838;
  color: #14100a;
  text-shadow: none;
}

.hero {
  --parallax-y: 0px;
  position: relative;
  min-height: 94vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 138px 24px 86px;
  background: #05070c;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: -12%;
  background-image:
    linear-gradient(rgba(0, 20, 32, 0.34), rgba(0, 8, 14, 0.74)),
    url("assets/ss-web-bg.png");
  background-size: cover;
  background-position: center;
  transform: translate3d(0, var(--parallax-y), 0) scale(1.08);
  transform-origin: center top;
  opacity: 0.72;
  filter: saturate(1.08) contrast(1.12);
  will-change: transform;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 200, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 200, 255, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.5;
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 30%, rgba(0, 200, 255, 0.14), transparent 52%),
    linear-gradient(180deg, rgba(5, 7, 12, 0.2), #05070c 94%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 920px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.28em;
  color: #00c8ff;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.logo {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
  filter: drop-shadow(0 0 24px rgba(0, 200, 255, 0.28));
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
}

.hook {
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 4vw, 34px);
  color: #e8a838;
  margin-bottom: 18px;
}

.hero-copy {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: rgba(225, 239, 255, 0.84);
  max-width: 690px;
  margin: 0 0 42px;
}

.signup-form {
  display: flex;
  gap: 10px;
  width: 100%;
  max-width: 440px;
  margin-bottom: 22px;
}

.signup-form input[type="email"] {
  flex: 1;
  min-width: 0;
  padding: 15px 18px;
  border-radius: 2px;
  border: 1px solid rgba(0, 200, 255, 0.3);
  background: rgba(0, 20, 45, 0.55);
  color: #fff;
  font-size: 15px;
  font-family: "Exo 2", sans-serif;
}

.signup-form input::placeholder {
  color: rgba(245, 246, 250, 0.4);
}

.signup-form input:focus {
  outline: 2px solid rgba(0, 200, 255, 0.35);
  outline-offset: 2px;
}

.signup-form button {
  padding: 15px 26px;
  border-radius: 2px;
  border: 1px solid rgba(0, 200, 255, 0.6);
  background: rgba(0, 200, 255, 0.14);
  color: #00c8ff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Exo 2", sans-serif;
}

.form-note {
  font-size: 12px;
  color: rgba(215, 232, 255, 0.48);
  margin-bottom: 40px;
  font-family: "Exo 2", sans-serif;
}

.message {
  width: 100%;
  max-width: 520px;
  padding: 15px 20px;
  border-radius: 2px;
  background: rgba(0, 200, 255, 0.1);
  border: 1px solid rgba(0, 200, 255, 0.4);
  color: #00c8ff;
  font-weight: 600;
  font-size: 14px;
  font-family: "Exo 2", sans-serif;
}

.message.error {
  background: rgba(224, 133, 122, 0.12);
  border-color: rgba(224, 133, 122, 0.5);
  color: #ffb4aa;
}

.secondary-ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.secondary-ctas a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border-radius: 2px;
  border: 1px solid rgba(0, 200, 255, 0.25);
  font-size: 13px;
  font-weight: 600;
  color: rgba(215, 232, 255, 0.88);
  font-family: "Exo 2", sans-serif;
  background: rgba(0, 15, 28, 0.36);
}

.soon {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00c8ff;
  background: rgba(0, 200, 255, 0.12);
  padding: 3px 7px;
  border-radius: 2px;
}

.feature-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 26px 24px;
  background: #0d1220;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 26px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e8a838;
  flex-shrink: 0;
}

.feature-item span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(242, 243, 248, 0.85);
  white-space: nowrap;
}

.section {
  position: relative;
  padding: 120px 48px 100px;
  background: #080b14;
}

.section > *:not(.section-bg) {
  position: relative;
  z-index: 1;
}

.parallax-section {
  --section-parallax-y: 0px;
  overflow: hidden;
}

.section-bg {
  position: absolute;
  inset: -16%;
  z-index: 0;
  background-image:
    linear-gradient(rgba(8, 11, 20, 0.7), rgba(8, 11, 20, 0.9)),
    url("assets/ss-web-bg.png");
  background-size: cover;
  background-position: center;
  opacity: 0.54;
  transform: translate3d(0, var(--section-parallax-y), 0) scale(1.08);
  filter: saturate(1.05) contrast(1.08);
  will-change: transform;
}

.alliance-section .section-bg {
  background-image:
    linear-gradient(rgba(8, 11, 20, 0.66), rgba(8, 11, 20, 0.9)),
    url("assets/ss-galaxy-2.png");
}

.roadmap-section .section-bg {
  background-image:
    linear-gradient(rgba(8, 11, 20, 0.7), rgba(8, 11, 20, 0.88)),
    url("assets/ss-web-bg.png");
}

.section.alt {
  background: #0d0f16;
}

.section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.section-heading .label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #e8a838;
  margin-bottom: 16px;
}

.section-heading h2,
.spotlight h2 {
  font-weight: 800;
  font-size: clamp(32px, 5vw, 42px);
  color: #fff;
  margin: 0 0 18px;
}

.section-heading p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(242, 243, 248, 0.66);
  margin: 0;
}

.showcase-section {
  background: #080b14;
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  max-width: 1240px;
  margin: 0 auto;
  align-items: start;
}

.showcase-feature {
  display: grid;
  gap: 20px;
}

.showcase-feature .image-frame {
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.56);
}

.showcase-copy {
  max-width: 720px;
}

.showcase-copy h3 {
  margin: 8px 0 8px;
  font-size: 24px;
  color: #fff;
}

.showcase-copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(242, 243, 248, 0.66);
}

.showcase-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.shot-card {
  min-width: 0;
}

.compact-frame {
  aspect-ratio: 16 / 9;
}

.compact-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-frame {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.shot-tag {
  display: block;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #7fb8e0;
}

.shot-caption {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(242, 243, 248, 0.64);
  margin-top: 4px;
}

.spotlight {
  position: relative;
  overflow: hidden;
}

.spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 30%, rgba(200, 60, 50, 0.14), transparent 55%);
}

.spotlight-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 72px;
  max-width: 1240px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.spotlight-media,
.spotlight-copy {
  flex: 1 1 420px;
  min-width: 300px;
}

.spotlight-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #e0857a;
  margin-bottom: 16px;
}

.spotlight p,
.dev-story p {
  font-size: 17px;
  line-height: 1.75;
  color: rgba(242, 243, 248, 0.75);
  margin: 0 0 20px;
}

.stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.stat-value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #e0857a;
}

.stat-label {
  font-size: 12px;
  color: rgba(242, 243, 248, 0.55);
  letter-spacing: 0.03em;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: 1240px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  overflow: hidden;
}

.pillar {
  background: #0d1220;
  padding: 36px 32px;
}

.pillar-mark {
  width: 34px;
  height: 34px;
  border: 2px solid #7fb8e0;
  margin-bottom: 20px;
}

.pillar h3 {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  margin: 0 0 10px;
}

.pillar p,
.roadmap-item p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(242, 243, 248, 0.62);
  margin: 0;
}

.dev-story {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}


.roadmap {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  overflow: visible;
  padding: 8px 6px 4px;
}

.roadmap-item {
  flex: 1 1 240px;
  min-width: 220px;
  padding: 0 28px 0 0;
}

.roadmap-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  padding: 4px 0 4px 4px;
  overflow: visible;
}

.roadmap-dot {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}

.roadmap-line::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.15);
}

.roadmap-date {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #7fb8e0;
  margin-bottom: 8px;
}

.roadmap-item h3 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin: 0 0 10px;
}

.footer {
  padding: 80px 48px 40px;
  background: #0a0d17;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  flex-wrap: wrap;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-blurb {
  max-width: 380px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-logo {
  display: block;
  width: 155px;
  height: auto;
}

.footer p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(242, 243, 248, 0.58);
  margin: 0;
}

.footer-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(242, 243, 248, 0.4);
  margin-bottom: 16px;
}

.footer-form {
  display: flex;
  gap: 8px;
}

.footer-form input {
  width: 220px;
  padding: 11px 14px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 13px;
  font-family: "Manrope", sans-serif;
}

.footer-form button {
  padding: 11px 18px;
  border-radius: 4px;
  border: none;
  background: #e8a838;
  color: #14100a;
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
}

.socials {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.socials a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(242, 243, 248, 0.75);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  font-size: 12px;
  color: rgba(242, 243, 248, 0.4);
  flex-wrap: wrap;
  gap: 12px;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

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

  .hero-bg,
  .nav {
    transition: none;
  }
}

@media (max-width: 820px) {
  .nav {
    align-items: flex-start;
    padding: 10px 22px;
  }

  .nav.nav-scrolled {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-logo {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.38));
}

  .nav-links {
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 116px 20px 64px;
  }

  .logo {
    max-width: 380px;
  }

  .signup-form,
  .footer-form {
    flex-direction: column;
  }

  .signup-form button,
  .footer-form input,
  .footer-form button {
    width: 100%;
  }

  .feature-strip {
    justify-content: flex-start;
  }

  .feature-item {
    width: 100%;
    border-right: none;
  }

  .showcase-layout {
    grid-template-columns: 1fr;
  }

  .showcase-cards {
    grid-template-columns: 1fr;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .roadmap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section,
  .footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .spotlight-inner {
    gap: 36px;
  }
}







