@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:wght@700;800&display=swap');

:root {
  --purple: #460373;
  --purple-bright: #9a32df;
  --white: #ffffff;
  --muted: #bcb4c3;
  --line: rgba(255, 255, 255, 0.11);
}

* { box-sizing: border-box; }

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #08050a 0%, #13071a 54%, #0d0611 100%);
  font-family: "Manrope", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 1rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: #0b0710;
  background: var(--white);
  border-radius: 0.6rem;
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.page-glow {
  position: fixed;
  z-index: 0;
  width: 38rem;
  height: 38rem;
  top: 18%;
  right: -15rem;
  border-radius: 50%;
  pointer-events: none;
  background: rgba(70, 3, 115, 0.22);
  filter: blur(70px);
}

.site-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: min(1180px, calc(100% - 64px));
  min-height: 100vh;
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px 0 20px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: grid;
  place-items: center;
  width: 190px;
  height: 61px;
  padding: 4px 12px;
  overflow: hidden;
  border-radius: 13px;
  background: var(--white);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22);
}

.brand img {
  display: block;
  width: 168px;
  height: auto;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d7d0dc;
  background: rgba(255, 255, 255, 0.04);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-pill span,
.launch-note span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bd6bea;
  box-shadow: 0 0 14px #9d31df;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  gap: clamp(52px, 8vw, 110px);
  padding: 64px 0 54px;
}

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

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #c999e8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow span {
  font-size: 13px;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-size: clamp(50px, 5.2vw, 74px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.055em;
}

h1 em {
  color: transparent;
  background: linear-gradient(100deg, #c98cf0 5%, #8f28d1 55%, #dbb5f3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.intro {
  max-width: 560px;
  margin: 25px 0 24px;
  color: var(--muted);
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.72;
}

.launch-note {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 25px;
  color: #e4dfe8;
  font-size: 12px;
  font-weight: 700;
}

.domain-note {
  display: flex;
  align-items: center;
  gap: 11px;
}

.domain-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: #d3a4ef;
  background: rgba(255, 255, 255, 0.04);
}

.domain-note > span:last-child {
  display: grid;
  gap: 1px;
}

.domain-note small {
  color: #938999;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.domain-note strong {
  color: #eeeaf0;
  font-size: 13px;
}

.visual {
  display: grid;
  place-items: center;
}

.product-stage {
  position: relative;
  width: min(460px, 100%);
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.35), 0 0 90px rgba(70, 3, 115, 0.22);
}

.hero-product {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 21px;
}

.launch-badge {
  position: absolute;
  right: -22px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px 9px 9px;
  border: 1px solid rgba(210, 156, 243, 0.26);
  border-radius: 15px;
  background: rgba(27, 9, 38, 0.94);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.launch-badge > span {
  display: grid;
  place-items: center;
  width: 37px;
  height: 37px;
  border-radius: 10px;
  color: var(--purple);
  background: var(--white);
  font-size: 12px;
  font-weight: 900;
}

.launch-badge div {
  display: grid;
  gap: 1px;
}

.launch-badge small {
  color: #ac9ab8;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.launch-badge strong {
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-size: 13px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0 25px;
  border-top: 1px solid var(--line);
  color: #8f8595;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.site-footer p { margin: 0; }

.footer-credit {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-credit strong {
  color: #c996e8;
  font-weight: 800;
}

@media (max-width: 850px) {
  .site-shell { width: min(680px, calc(100% - 40px)); }
  .hero {
    grid-template-columns: 1fr;
    gap: 56px;
    padding-top: 52px;
    text-align: center;
  }
  .hero-copy { max-width: none; }
  .eyebrow, .launch-note, .domain-note { justify-content: center; }
  h1, .intro { margin-left: auto; margin-right: auto; }
  .domain-note { text-align: left; }
  .product-stage { width: min(500px, 90%); }
}

@media (max-width: 560px) {
  .site-shell { width: min(100% - 28px, 480px); }
  .site-header { padding-top: 18px; }
  .brand {
    width: 146px;
    height: 48px;
    padding: 2px 9px;
    border-radius: 10px;
  }
  .brand img { width: 130px; }
  .status-pill {
    max-width: 128px;
    padding: 7px 9px;
    font-size: 8px;
    line-height: 1.25;
    letter-spacing: 0.07em;
  }
  .hero { gap: 43px; padding: 42px 0 34px; }
  .eyebrow { font-size: 9px; letter-spacing: 0.11em; }
  h1 { font-size: clamp(41px, 12.5vw, 58px); line-height: 1.02; }
  .intro { margin-top: 20px; font-size: 14px; line-height: 1.65; }
  .launch-note { font-size: 10px; }
  .product-stage { width: 92%; padding: 8px; border-radius: 22px; }
  .hero-product { border-radius: 16px; }
  .launch-badge { right: -12px; bottom: 17px; padding: 7px 10px 7px 7px; }
  .launch-badge > span { width: 31px; height: 31px; }
  .launch-badge strong { font-size: 11px; }
  .site-footer {
    flex-direction: column;
    gap: 8px;
    padding-bottom: 20px;
    text-align: center;
  }
}

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