:root {
  color-scheme: dark;
  --bg: #03040b;
  --panel: rgba(13, 15, 30, 0.78);
  --panel-strong: rgba(16, 18, 34, 0.94);
  --line: rgba(154, 105, 255, 0.22);
  --text: #f4f0ff;
  --muted: #a8a0ba;
  --dim: #706982;
  --purple: #9b5cff;
  --purple-2: #6f35ff;
  --purple-3: #c5a6ff;
  --shadow: 0 0 60px rgba(117, 58, 255, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 70% 18%, rgba(117, 58, 255, 0.16), transparent 28rem),
    radial-gradient(circle at 12% 78%, rgba(117, 58, 255, 0.11), transparent 22rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

button,
input {
  font: inherit;
}

.page-shell {
  width: min(100%, 1520px);
  margin: 0 auto;
  overflow: hidden;
  border-inline: 1px solid rgba(154, 105, 255, 0.14);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 32px clamp(24px, 5vw, 72px) 0;
  background: linear-gradient(180deg, rgba(3, 4, 11, 0.95), rgba(3, 4, 11, 0));
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--purple);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.92rem;
  line-height: 1.1;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.72rem;
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3vw, 42px);
  color: #dad3ec;
  font-size: 0.8rem;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 12px 0 20px;
}

.main-nav a.active {
  color: var(--purple-3);
}

.main-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--purple);
  border-radius: 999px;
}

.header-cta,
.primary-btn,
.secondary-btn,
.newsletter button,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.header-cta {
  padding: 0 18px;
  border: 1px solid var(--purple);
  color: #efe7ff;
  font-size: 0.76rem;
  box-shadow: inset 0 0 20px rgba(155, 92, 255, 0.1);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(440px, 1fr);
  align-items: center;
  min-height: 780px;
  padding: 70px clamp(24px, 5vw, 72px) 96px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 560px;
}

.eyebrow {
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid rgba(154, 105, 255, 0.34);
  color: #d9ccff;
  font-size: 0.74rem;
  background: rgba(13, 15, 30, 0.68);
}

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

.hero h1 {
  margin-top: 34px;
  font-size: clamp(4rem, 8.1vw, 7.35rem);
  line-height: 0.95;
  font-weight: 800;
}

.hero h1 span {
  display: block;
  color: var(--purple);
}

.hero-copy p {
  width: min(100%, 490px);
  margin-top: 28px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.primary-btn,
.newsletter button {
  padding: 0 24px;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  box-shadow: 0 16px 36px rgba(111, 53, 255, 0.34);
}

.secondary-btn {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(15, 17, 30, 0.8);
}

.social-block {
  margin-top: 72px;
}

.social-block span {
  display: block;
  margin-bottom: 18px;
  color: #e6def5;
  font-size: 0.8rem;
  font-weight: 600;
}

.social-block div {
  display: flex;
  gap: 12px;
}

.social-block a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #d8d0ec;
  font-size: 0.76rem;
  background: rgba(12, 14, 26, 0.66);
}

.hero-visual {
  position: relative;
  min-height: 610px;
  isolation: isolate;
}

.orbital-ring {
  position: absolute;
  inset: 18px 0 0 8%;
  width: min(86%, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(155, 92, 255, 0.44);
  border-radius: 50%;
  transform: rotate(-19deg);
  box-shadow: var(--shadow);
}

.ring-two {
  inset: 78px 0 0 18%;
  width: min(62%, 455px);
  opacity: 0.34;
  transform: rotate(24deg);
}

.planet-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bf96ff;
  box-shadow: 0 0 22px 8px rgba(155, 92, 255, 0.5);
}

.dot-one {
  top: 78px;
  right: 21%;
}

.dot-two {
  top: 310px;
  left: 12%;
}

.dot-three {
  right: 38%;
  bottom: 74px;
  width: 5px;
  height: 5px;
  opacity: 0.5;
}

.laptop {
  position: absolute;
  top: 164px;
  left: 50%;
  z-index: 1;
  width: min(86%, 680px);
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 38px 54px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 64px rgba(117, 58, 255, 0.22));
}

.laptop-screen-fill {
  position: absolute;
  top: 213px;
  left: 50%;
  z-index: 2;
  width: min(52%, 408px);
  height: 264px;
  border-radius: 7px 7px 2px 2px;
  background:
    radial-gradient(circle at 50% 42%, rgba(155, 92, 255, 0.22), transparent 50%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 38%),
    #060713;
  box-shadow: inset 0 0 52px rgba(0, 0, 0, 0.62);
  transform: translateX(-50%);
}

.laptop-screen-brand {
  position: absolute;
  top: 270px;
  left: 50%;
  z-index: 3;
  display: grid;
  width: min(34%, 270px);
  min-height: 132px;
  place-items: center;
  padding: 8px 20px 12px;
  text-align: center;
  transform: translateX(-50%);
}

.laptop-screen-brand img {
  width: 66px;
  height: 66px;
  object-fit: contain;
  border-radius: 12px;
}

.laptop-screen-brand strong,
.laptop-screen-brand span {
  display: block;
}

.laptop-screen-brand strong {
  margin-top: 10px;
  color: #f8f4ff;
  font-size: clamp(0.9rem, 1.35vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0.18em;
}

.laptop-screen-brand span {
  position: relative;
  margin-top: 8px;
  color: #b9b0c9;
  font-size: clamp(0.58rem, 0.82vw, 0.76rem);
  font-weight: 600;
  letter-spacing: 0.52em;
  text-indent: 0.52em;
}

.laptop-screen-brand span::before,
.laptop-screen-brand span::after {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--purple));
}

.laptop-screen-brand span::before {
  right: calc(100% + 12px);
  transform: translateY(-50%);
}

.laptop-screen-brand span::after {
  left: calc(100% + 12px);
  transform: translateY(-50%) rotate(180deg);
}

.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 190px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(12, 14, 27, 0.78);
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(14px);
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  font-size: 0.78rem;
}

.floating-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.65rem;
}

.mini-icon {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 6px;
  color: var(--purple-3);
  background: rgba(155, 92, 255, 0.13);
}

.mini-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.card-web {
  top: 178px;
  left: 9%;
}

.card-ui {
  top: 205px;
  right: 0;
}

.card-mobile {
  bottom: 145px;
  left: 6%;
}

.card-speed {
  right: 2%;
  bottom: 146px;
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: 50%;
  color: var(--purple);
  font-size: 2rem;
  transform: translateX(-50%);
}

.features,
.countdown-panel,
.newsletter,
.site-footer {
  margin-inline: clamp(24px, 5vw, 72px);
}

.features {
  padding: 60px 0 36px;
  text-align: center;
}

.section-kicker {
  color: var(--purple);
  font-size: 0.75rem;
  font-weight: 700;
}

.features h2,
.countdown-panel h2 {
  margin-top: 8px;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.feature-card {
  min-height: 180px;
  padding: 32px 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(11, 13, 25, 0.7);
}

.feature-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--purple);
  font-size: 1.55rem;
  background: rgba(155, 92, 255, 0.13);
}

.feature-card h3 {
  font-size: 0.96rem;
}

.feature-card p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.countdown-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 42px;
  margin-top: 38px;
  padding: 48px;
  border: 1px solid rgba(155, 92, 255, 0.25);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(155, 92, 255, 0.13), transparent 42%),
    rgba(10, 12, 25, 0.76);
  box-shadow: 0 0 38px rgba(117, 58, 255, 0.12);
}

.countdown-panel > div:first-child {
  max-width: 520px;
}

.countdown-panel p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.75;
}

.signature {
  display: inline-block;
  margin-top: 22px;
  color: var(--purple-3);
  font-family: Pacifico, cursive;
  font-size: 1.75rem;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 100px);
  gap: 14px;
  text-align: center;
}

.countdown div {
  display: grid;
  min-height: 96px;
  place-items: center;
  padding: 14px 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(6, 8, 17, 0.72);
}

.countdown strong {
  color: var(--purple);
  font-size: 2.1rem;
}

.countdown span {
  color: #ddd7ec;
  font-size: 0.72rem;
  font-weight: 600;
}

.countdown p {
  grid-column: 1 / -1;
  margin: 16px 0 0;
  color: #d5cce8;
}

.newsletter {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  align-items: center;
  gap: 28px;
  margin-top: 54px;
  padding: 24px;
  border: 1px solid rgba(155, 92, 255, 0.22);
  border-radius: 8px;
  background: rgba(10, 12, 25, 0.82);
}

.newsletter-copy {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mail-icon {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  color: var(--purple);
  background: rgba(155, 92, 255, 0.13);
}

.newsletter h2 {
  font-size: 1rem;
}

.newsletter p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.8rem;
}

.newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.newsletter input {
  min-width: 0;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  padding: 0 18px;
  color: var(--text);
  outline: 0;
  background: rgba(4, 6, 14, 0.74);
}

.newsletter input:focus {
  border-color: rgba(155, 92, 255, 0.55);
}

.newsletter button {
  height: 48px;
  cursor: pointer;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 58px 0 42px;
  color: var(--muted);
  font-size: 0.76rem;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
}

.top-link {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  color: var(--purple-3);
  background: rgba(13, 15, 30, 0.72);
}

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

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
  }

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

  .hero-visual {
    min-height: 560px;
  }

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

  .countdown-panel,
  .newsletter,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .site-header {
    padding-top: 22px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 52px;
  }

  .hero h1 {
    font-size: clamp(3.05rem, 13.5vw, 4.25rem);
  }

  .hero-visual {
    min-height: 455px;
    transform: scale(0.88);
    transform-origin: top center;
  }

  .laptop-screen-fill {
    top: 194px;
    width: 180px;
    height: 96px;
    border-radius: 5px 5px 1px 1px;
  }

  .laptop-screen-brand {
    top: 211px;
    width: 110px;
    min-height: 58px;
    padding: 4px 8px 7px;
    border-radius: 6px;
  }

  .laptop-screen-brand img {
    width: 23px;
    height: 23px;
    border-radius: 5px;
  }

  .laptop-screen-brand strong {
    margin-top: 4px;
    font-size: 0.44rem;
    letter-spacing: 0.11em;
  }

  .laptop-screen-brand span {
    margin-top: 3px;
    font-size: 0.28rem;
    letter-spacing: 0.28em;
    text-indent: 0.28em;
  }

  .laptop-screen-brand span::before,
  .laptop-screen-brand span::after {
    width: 15px;
  }

  .laptop-screen-brand span::before {
    right: calc(100% + 6px);
  }

  .laptop-screen-brand span::after {
    left: calc(100% + 6px);
  }

  .floating-card {
    min-width: 150px;
    padding: 11px 12px;
  }

  .card-web,
  .card-mobile {
    left: 0;
  }

  .card-ui,
  .card-speed {
    right: 0;
  }

  .feature-grid,
  .countdown,
  .newsletter form {
    grid-template-columns: 1fr;
  }

  .countdown-panel {
    padding: 32px 20px;
  }

  .countdown div {
    min-height: 82px;
  }

  .newsletter {
    padding: 20px;
  }
}
