:root {
  color-scheme: light;
  --ink: #16182a;
  --muted: #62677c;
  --line: rgba(31, 35, 68, 0.11);
  --surface: rgba(255, 255, 255, 0.76);
  --surface-strong: #ffffff;
  --purple: #7147df;
  --blue: #248ff2;
  --pink: #ef5da8;
  --green: #31a86f;
  --orange: #ef9c32;
  --shadow: 0 24px 80px rgba(51, 44, 117, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #f8f8fc;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

.page-glow {
  position: fixed;
  z-index: -2;
  width: 48rem;
  height: 48rem;
  border-radius: 50%;
  filter: blur(28px);
  opacity: 0.22;
  pointer-events: none;
}

.page-glow.one {
  top: -28rem;
  left: -18rem;
  background: var(--purple);
}

.page-glow.two {
  top: 18rem;
  right: -30rem;
  background: var(--pink);
}

.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid transparent;
  background: rgba(248, 248, 252, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
}

.mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 11px;
  background: linear-gradient(140deg, var(--purple), var(--blue) 55%, var(--pink));
  box-shadow: 0 8px 20px rgba(68, 81, 210, 0.28);
}

.mark svg {
  width: 27px;
  height: 27px;
}

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

.nav-links a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-pill {
  padding: 9px 14px;
  border: 1px solid rgba(113, 71, 223, 0.24);
  border-radius: 999px;
  background: rgba(113, 71, 223, 0.08);
  color: var(--purple) !important;
}

.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: clamp(40px, 8vw, 96px);
  padding: 80px 0 94px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 22px;
  padding: 7px 12px;
  border: 1px solid rgba(113, 71, 223, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #5e37c0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  box-shadow: 0 0 0 4px rgba(49, 168, 111, 0.13);
}

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 7vw, 6rem);
  font-weight: 850;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.gradient-text {
  background: linear-gradient(105deg, var(--purple), var(--blue) 50%, var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy > p {
  max-width: 620px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.center-actions {
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 760;
  text-decoration: none;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(120deg, #6f45dc, #2c8af1);
  color: #fff;
  box-shadow: 0 14px 30px rgba(77, 81, 207, 0.26);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.74);
  color: var(--ink);
}

.launch-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}

.hero-orb {
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(113, 71, 223, 0.26), rgba(36, 143, 242, 0.18), rgba(239, 93, 168, 0.22));
  filter: blur(3px);
}

.phone {
  position: relative;
  z-index: 2;
  width: min(340px, 82vw);
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 44px;
  background: #161722;
  box-shadow: 0 35px 90px rgba(27, 27, 64, 0.29);
  transform: rotate(2.5deg);
}

.screen {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  padding: 34px 17px 22px;
  border-radius: 35px;
  background:
    radial-gradient(circle at 15% 0, rgba(126, 83, 226, 0.36), transparent 43%),
    radial-gradient(circle at 90% 15%, rgba(49, 151, 241, 0.28), transparent 36%),
    #f5f5fb;
}

.notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 92px;
  height: 22px;
  border-radius: 999px;
  background: #161722;
  transform: translateX(-50%);
}

.app-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.app-top strong {
  font-size: 1.1rem;
  letter-spacing: -0.02em;
}

.avatars {
  display: flex;
}

.avatar {
  width: 27px;
  height: 27px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7b65c, #ef6b8d);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 23px;
  text-align: center;
}

.avatar:nth-child(2) {
  background: linear-gradient(135deg, #6f74e9, #35a8d4);
}

.avatar:nth-child(3) {
  background: linear-gradient(135deg, #54b589, #a3cc62);
}

.app-card {
  margin-bottom: 12px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 32px rgba(46, 42, 91, 0.09);
  backdrop-filter: blur(12px);
}

.app-card .label {
  color: #71758a;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.progress-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 7px 0 9px;
}

.progress-head strong {
  font-size: 1.45rem;
}

.progress-head span {
  color: #71758a;
  font-size: 0.75rem;
}

.bar {
  width: 100%;
  height: 7px;
  overflow: hidden;
  border: 0;
  border-radius: 99px;
  background: #e8e8f2;
  appearance: none;
  -webkit-appearance: none;
}

.bar::-webkit-progress-bar {
  border-radius: 99px;
  background: #e8e8f2;
}

.bar::-webkit-progress-value {
  border-radius: 99px;
  background: linear-gradient(90deg, var(--purple), var(--blue));
}

.bar::-moz-progress-bar {
  border-radius: 99px;
  background: linear-gradient(90deg, var(--purple), var(--blue));
}

.task {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 0;
  border-bottom: 1px solid #ececf3;
}

.task:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.check {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
  border: 2px solid #d6d6e5;
  border-radius: 7px;
}

.check.done {
  display: grid;
  place-items: center;
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  font-size: 0.7rem;
}

.task-copy {
  flex: 1;
}

.task-copy strong {
  display: block;
  font-size: 0.82rem;
}

.task-copy span {
  color: #85889a;
  font-size: 0.68rem;
}

.tag {
  padding: 4px 7px;
  border-radius: 8px;
  background: rgba(239, 156, 50, 0.14);
  color: #b56c12;
  font-size: 0.62rem;
  font-weight: 800;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mini {
  min-height: 92px;
}

.mini strong {
  display: block;
  margin-top: 8px;
  font-size: 1.05rem;
}

.mini p {
  margin: 3px 0 0;
  color: #7b7e90;
  font-size: 0.68rem;
}

.float-card {
  position: absolute;
  z-index: 3;
  min-width: 180px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(46, 42, 91, 0.16);
  backdrop-filter: blur(12px);
}

.float-card.top {
  top: 80px;
  right: -28px;
}

.float-card.bottom {
  bottom: 76px;
  left: -56px;
}

.float-card span {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
}

.float-card strong {
  display: block;
  margin-top: 3px;
  font-size: 0.92rem;
}

.section {
  padding: 96px 0;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 42px;
}

.kicker {
  margin-bottom: 10px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(2.15rem, 5vw, 3.65rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.section-heading > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 12px 40px rgba(55, 48, 110, 0.055);
}

.feature-icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 13px;
  background: rgba(113, 71, 223, 0.1);
  color: var(--purple);
  font-size: 1.2rem;
}

.feature:nth-child(2) .feature-icon,
.feature:nth-child(5) .feature-icon {
  background: rgba(36, 143, 242, 0.1);
  color: var(--blue);
}

.feature:nth-child(3) .feature-icon {
  background: rgba(239, 156, 50, 0.13);
  color: #c77716;
}

.feature:nth-child(4) .feature-icon {
  background: rgba(49, 168, 111, 0.1);
  color: var(--green);
}

.feature:nth-child(6) .feature-icon {
  background: rgba(239, 93, 168, 0.1);
  color: #cf3f85;
}

.feature h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.feature p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  counter-reset: steps;
}

.step {
  position: relative;
  counter-increment: steps;
}

.step::before {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  content: counter(steps);
  font-weight: 800;
}

.step:not(:last-child)::after {
  position: absolute;
  top: 20px;
  left: 58px;
  width: calc(100% - 46px);
  height: 1px;
  background: linear-gradient(90deg, var(--line), transparent);
  content: "";
}

.step h3 {
  margin-bottom: 7px;
}

.step p {
  color: var(--muted);
}

.premium {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 7vw, 72px);
  border-radius: 32px;
  background: #17182a;
  color: #fff;
  box-shadow: var(--shadow);
}

.premium::after {
  position: absolute;
  right: -120px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--blue), var(--pink));
  content: "";
  filter: blur(16px);
  opacity: 0.5;
}

.premium-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.premium .kicker {
  color: #bcb4ff;
}

.premium p {
  max-width: 620px;
  color: #c9cad7;
  font-size: 1.04rem;
}

.premium-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.premium-list li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  font-weight: 700;
}

.launch {
  padding-top: 0;
}

.launch-card {
  padding: clamp(38px, 8vw, 76px);
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 0, rgba(113, 71, 223, 0.15), transparent 40%),
    radial-gradient(circle at 90% 100%, rgba(36, 143, 242, 0.14), transparent 42%),
    var(--surface-strong);
  text-align: center;
}

.launch-card h2 {
  max-width: 760px;
  margin-inline: auto;
}

.launch-card p {
  max-width: 620px;
  margin: 0 auto 26px;
  color: var(--muted);
}

.site-footer {
  padding: 32px 0 42px;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-copy {
  color: var(--muted);
  font-size: 0.82rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 64px;
    text-align: center;
  }

  .hero-copy > p {
    margin-inline: auto;
  }

  .actions {
    justify-content: center;
  }

  .hero-visual {
    margin-top: 16px;
  }

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

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1160px);
  }

  .site-header {
    position: static;
  }

  .nav {
    min-height: 64px;
  }

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

  .hero {
    min-height: 0;
    padding: 58px 0 68px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

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

  .phone {
    transform: none;
  }

  .float-card.top {
    right: -4px;
  }

  .float-card.bottom {
    left: -4px;
  }

  .section {
    padding: 72px 0;
  }

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

  .step:not(:last-child)::after {
    display: none;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
