:root {
  color-scheme: dark;
  --bg: #160a3f;
  --bg-deep: #10052d;
  --panel: #241159;
  --panel-soft: #2d1669;
  --panel-border: rgba(248, 190, 255, 0.22);
  --text: #ffffff;
  --muted: #eee4ff;
  --soft: #c9b5eb;
  --pink: #ffb9ea;
  --pink-strong: #f5a1df;
  --lavender: #b279ee;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: rgba(8, 2, 28, 0.34);
  --container: 1190px;
  --page-pad: 60px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% 16%, rgba(82, 40, 166, 0.46), transparent 34rem),
    linear-gradient(180deg, var(--bg-deep) 0%, var(--bg) 48%, #1b0d46 100%);
  color: var(--text);
  font-family: "Inconsolata", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 19rem, rgba(137, 79, 224, 0.24), transparent 15rem),
    radial-gradient(circle at 100% 57rem, rgba(244, 159, 220, 0.14), transparent 20rem);
  z-index: -1;
}

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

img,
svg {
  display: block;
}

button,
input {
  font: inherit;
}

.site-header,
.hero,
.section-inner,
.waitlist,
.site-footer {
  width: min(calc(100% - var(--page-pad) * 2), var(--container));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  min-height: 82px;
}

.brand {
  color: var(--pink);
  font-family: "Kristi", "Brush Script MT", "Segoe Script", "Snell Roundhand", cursive;
  font-size: 48px;
  line-height: 1;
  text-shadow: 0 0 18px rgba(255, 185, 234, 0.24);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.main-nav a {
  opacity: 0.95;
  transition: color 160ms ease, opacity 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--pink);
  opacity: 1;
}

.header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 29px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffc0ee, #ffb0df);
  color: #221047;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 13px 32px rgba(255, 177, 224, 0.18);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  min-height: 458px;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: var(--line);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 390px;
  padding-bottom: 30px;
}

.eyebrow {
  display: none;
}

.hero h1 {
  margin: 0;
  font-size: 58px;
  line-height: 0.98;
  font-weight: 850;
}

.hero h1 span {
  color: var(--pink);
}

.hero-copy {
  max-width: 350px;
  margin: 27px 0 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 49px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
}

.button svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.button-primary {
  background: linear-gradient(135deg, #ffc4ef, #ffabd9);
  color: #24104a;
  box-shadow: 0 16px 30px rgba(255, 172, 222, 0.16);
}

.button-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.02);
}

.button-outline:hover,
.button-outline:focus-visible {
  border-color: var(--pink);
  background: rgba(255, 255, 255, 0.08);
}

.phone-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.phone-stage::before,
.phone-stage::after {
  display: none;
}

.phone-mockup {
  position: relative;
  z-index: 1;
  width: clamp(166px, 14.85vw, 202px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(28px 35px 22px rgba(4, 1, 17, 0.44));
  transform: rotate(10deg) perspective(900px) rotateY(-6deg);
}

.section {
  position: relative;
  border-bottom: 1px solid var(--line);
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 33%, rgba(255, 255, 255, 0.018));
  pointer-events: none;
}

.about-section {
  background: rgba(35, 16, 84, 0.66);
}

.section-inner {
  position: relative;
  z-index: 1;
  padding: 49px 0;
}

.section-heading {
  max-width: 420px;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 850;
}

.section-heading p,
.impact-copy p,
.waitlist-copy p {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 17px;
}

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

.feature-item {
  min-width: 0;
  padding: 0 44px;
  text-align: center;
}

.feature-item + .feature-item {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.line-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-item h3 {
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 850;
}

.feature-item p {
  margin: 0;
  color: #f7efff;
  font-size: 15px;
}

.split-section {
  background: rgba(28, 12, 68, 0.76);
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 0.98fr;
  gap: 78px;
  align-items: center;
}

.why-copy {
  max-width: 520px;
}

.check-list {
  display: grid;
  gap: 16px;
  margin: 26px 0 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 24px;
  padding-left: 41px;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid var(--pink);
  border-radius: 50%;
  color: var(--pink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.check-list li::after {
  display: none;
}

.mission-card {
  min-height: 300px;
  padding: 38px 56px 42px;
  border: 1px solid var(--panel-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 52% 0%, rgba(136, 70, 218, 0.35), transparent 16rem),
    linear-gradient(145deg, rgba(74, 31, 132, 0.84), rgba(34, 14, 83, 0.92));
  box-shadow: 0 20px 46px var(--shadow);
}

.mission-icon {
  width: 98px;
  height: 98px;
  margin: 0 auto 18px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mission-map,
.mission-pin {
  fill: none;
  stroke: var(--pink);
}

.mission-dot {
  fill: var(--pink);
  stroke: none;
}

.mission-card h2 {
  margin-top: 6px;
}

.mission-card p {
  margin: 16px 0 0;
  color: #f5ecff;
  font-size: 16px;
}

.impact-section {
  background:
    radial-gradient(circle at 9% 46%, rgba(173, 92, 235, 0.18), transparent 13rem),
    rgba(35, 16, 84, 0.62);
}

.impact-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0 58px;
  align-items: center;
}

.impact-badge {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin-inline: auto;
  border: 3px solid var(--pink);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.impact-badge svg {
  width: 66px;
  height: 66px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.impact-copy {
  max-width: 690px;
}

.impact-points {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 34px;
  text-align: center;
}

.impact-points article {
  min-width: 0;
  padding: 0 45px;
}

.impact-points article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.small-check {
  position: relative;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0 auto 14px;
  border: 2px solid var(--pink);
  border-radius: 50%;
}

.small-check::after {
  content: "\2713";
  color: var(--pink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.impact-points p {
  margin: 0;
  color: #fff5ff;
  font-size: 15px;
}

.founders-section {
  background: rgba(26, 10, 64, 0.8);
}

.centered-title {
  text-align: center;
}

.founder-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 26px;
}

.founder-card {
  display: grid;
  grid-template-columns: 156px 1fr;
  gap: 26px;
  align-items: start;
  min-width: 0;
  padding: 32px 31px 29px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(121, 70, 196, 0.24), transparent 11rem),
    rgba(42, 20, 95, 0.76);
  box-shadow: 0 18px 34px rgba(5, 2, 20, 0.16);
}

.founder-card img {
  width: 156px;
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.founder-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.05;
}

.role {
  display: inline-block;
  margin: 8px 0 17px;
  padding-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 650;
  border-bottom: 3px solid var(--pink);
}

.founder-card p:not(.role) {
  margin: 0;
  color: #f4ecff;
  font-size: 14px;
  line-height: 1.48;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.social-links a {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: #281151;
  background: #ffffff;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

.social-links a:last-child {
  color: var(--pink);
  background: transparent;
}

.social-links svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.waitlist {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.25fr;
  gap: 34px;
  align-items: center;
  min-height: 162px;
  margin-top: 16px;
  margin-bottom: 18px;
  padding: 32px 55px;
  border: 1px solid rgba(255, 185, 234, 0.36);
  border-radius: 24px;
  background:
    radial-gradient(circle at 24% 120%, rgba(123, 65, 205, 0.74), transparent 15rem),
    linear-gradient(135deg, rgba(57, 26, 123, 0.94), rgba(41, 16, 91, 0.96));
  box-shadow: 0 22px 52px rgba(5, 2, 22, 0.24);
}

.waitlist-copy,
.waitlist-form,
.waitlist-notes {
  position: relative;
  z-index: 1;
}

.waitlist-copy h2 {
  font-size: 28px;
}

.waitlist-copy p {
  margin-top: 9px;
}

.waitlist-form {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  min-height: 60px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px;
}

.waitlist-form input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #ffffff;
  padding: 0 28px;
  font-size: 15px;
}

.waitlist-form input::placeholder {
  color: var(--soft);
  opacity: 1;
}

.waitlist-form .button {
  min-height: 52px;
  white-space: nowrap;
}

.waitlist-notes {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  color: #f6edff;
  font-size: 14px;
}

.waitlist-notes span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.waitlist-notes span::before {
  content: "\2713";
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border: 1.8px solid var(--pink);
  border-radius: 50%;
  color: var(--pink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}

.waitlist-notes span::after {
  display: none;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 48px;
  min-height: 76px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #eee3ff;
}

.site-footer .brand {
  font-size: 42px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  white-space: nowrap;
}

.footer-link svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer p {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
  white-space: nowrap;
}

.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: 1120px) {
  :root {
    --page-pad: 38px;
  }

  .main-nav {
    gap: 34px;
  }

  .feature-item,
  .impact-points article {
    padding-inline: 28px;
  }

  .founder-card {
    grid-template-columns: 128px 1fr;
    padding: 27px;
  }

  .founder-card img {
    width: 128px;
  }
}

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

  .main-nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 16px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 40px 0 54px;
  }

  .hero-content {
    max-width: 620px;
  }

  .phone-stage {
    min-height: 390px;
    margin-top: 8px;
  }

  .split-layout,
  .impact-layout,
  .waitlist,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .split-layout {
    gap: 34px;
  }

  .mission-card {
    padding-inline: 38px;
  }

  .impact-layout {
    gap: 26px;
    text-align: center;
  }

  .impact-copy {
    margin-inline: auto;
  }

  .feature-grid,
  .impact-points,
  .founder-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-item,
  .impact-points article {
    padding-block: 24px;
  }

  .feature-item:nth-child(3),
  .impact-points article:nth-child(3) {
    border-left: 0;
  }

  .feature-item:nth-child(n + 3),
  .impact-points article:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .waitlist-notes {
    grid-column: auto;
  }

  .site-footer {
    justify-items: center;
    gap: 18px;
    padding: 26px 0 34px;
    text-align: center;
  }
}

@media (max-width: 680px) {
  :root {
    --page-pad: 20px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 72px;
  }

  .brand {
    font-size: 40px;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 18px;
    font-size: 12px;
  }

  .main-nav {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 24px;
    padding-bottom: 14px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero h1 {
    font-size: 47px;
  }

  .hero-copy {
    font-size: 16px;
  }

  .button {
    width: 100%;
  }

  .hero-actions {
    align-items: stretch;
  }

  .section-inner {
    padding: 40px 0;
  }

  h2 {
    font-size: 29px;
  }

  .feature-grid,
  .impact-points,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .feature-item,
  .feature-item + .feature-item,
  .feature-item:nth-child(n + 3),
  .impact-points article,
  .impact-points article + article,
  .impact-points article:nth-child(n + 3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .feature-item:first-child,
  .impact-points article:first-child {
    border-top: 0;
  }

  .split-layout {
    gap: 28px;
  }

  .mission-card {
    padding: 30px 26px 34px;
    border-radius: 18px;
  }

  .founder-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .founder-card img {
    width: 146px;
  }

  .social-links {
    justify-content: center;
  }

  .waitlist {
    margin-top: 0;
    padding: 29px 24px;
    border-radius: 18px;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
    gap: 10px;
    min-height: 0;
    padding: 12px;
    border-radius: 24px;
  }

  .waitlist-form input {
    min-height: 46px;
    padding-inline: 14px;
  }

  .waitlist-form .button {
    width: 100%;
  }

  .waitlist-notes {
    gap: 13px 22px;
  }
}

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

  .header-cta {
    justify-self: start;
  }

  .hero h1 {
    font-size: 40px;
  }

  .phone-mockup {
    width: 149px;
  }

  .phone-stage {
    min-height: 340px;
  }
}
