:root {
  --ink: #071033;
  --midnight: #050a22;
  --night: #0c1645;
  --paper: #fbfcff;
  --white: #ffffff;
  --text: #111936;
  --muted: #667085;
  --line: #e6e9f4;
  --lavender: #7a4fe3;
  --lavender-2: #b896ff;
  --lavender-soft: #eee7ff;
  --mint: #dff4e9;
  --blue-soft: #eaf2ff;
  --blush: #ffe4df;
  --butter: #fff2b9;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.hero,
.dark-story,
.safety-section {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 28%, rgba(184, 150, 255, .22) 0 92px, transparent 94px),
    radial-gradient(circle at 86% 22%, rgba(255, 255, 255, .14) 0 145px, transparent 148px),
    radial-gradient(circle at 70% 100%, rgba(72, 113, 205, .20) 0 210px, transparent 213px),
    linear-gradient(135deg, #050a22 0%, #0b1440 46%, #111c55 100%);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
}

.hero::before,
.hero::after,
.dark-story::before,
.safety-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
}

.hero::before {
  width: 430px;
  height: 430px;
  left: -150px;
  bottom: -120px;
}

.hero::after {
  width: 520px;
  height: 520px;
  right: -170px;
  top: 140px;
}

.nav,
.hero-grid,
.what-section,
.feature-story,
.screens-section,
.pricing-section,
.safety-section,
.faq-section,
.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 23px;
  font-weight: 950;
}

.brand img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}

.nav-links,
.footer nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  font-weight: 900;
}

.nav-links a {
  color: rgba(255, 255, 255, .92);
}

.nav-download {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(440px, 1.04fr);
  gap: 58px;
  align-items: center;
  min-height: 650px;
  padding: 12px 0 64px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lavender-2);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: .96;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 660px;
  margin: 18px 0 0;
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-text {
  max-width: 610px;
  margin: 22px 0 0;
  color: #e6ebff;
  font-size: 18px;
  line-height: 1.56;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.hero-actions a {
  display: inline-flex;
  align-items: center;
}

.hero-actions img {
  width: 156px;
  height: auto;
  max-width: none;
  object-fit: contain;
}

.hero-actions a[href*="play.google"] img {
  width: 156px;
}

.store-note {
  margin: 13px 0 0;
  color: #cdd5ef;
  font-size: 14px;
}

.device-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 540px;
}

.device-shadow {
  position: absolute;
  inset: 74px 4% 60px auto;
  width: 430px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(184, 150, 255, .22), transparent 67%);
  filter: blur(10px);
}

.device {
  position: relative;
  width: 260px;
  margin: 0;
  padding: 8px;
  border: 7px solid #050816;
  border-radius: 46px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .10), transparent 18%),
    #050816;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, .08),
    inset 0 0 0 2px rgba(0, 0, 0, .70),
    0 30px 80px rgba(3, 8, 31, .34);
}

.device::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 50%;
  width: 78px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #050816;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.device::after {
  content: "";
  position: absolute;
  left: -11px;
  top: 122px;
  width: 4px;
  height: 62px;
  border-radius: 999px 0 0 999px;
  background: #11162a;
  box-shadow: 0 86px 0 #11162a;
}

.device img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 34px;
  background: #0b1440;
}

.device figcaption {
  margin-top: 13px;
  color: var(--text);
  text-align: center;
  font-weight: 950;
}

.hero-device {
  position: relative;
  z-index: 3;
  width: min(300px, 82%);
}

.what-section {
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at 8% 100%, rgba(238, 231, 255, .72) 0 140px, transparent 143px),
    radial-gradient(circle at 88% 8%, rgba(223, 244, 233, .76) 0 110px, transparent 113px),
    #ffffff;
}

.what-section .section-head {
  max-width: 900px;
}

.what-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 42px;
}

.what-cards article {
  min-height: 238px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 48px rgba(17, 25, 54, .05);
}

.what-cards img {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(122, 79, 227, .12);
}

.what-cards h3 {
  margin: 34px 0 12px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.12;
}

.what-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.section-head h2,
.story-copy h2,
.pricing-copy h2,
.download-final h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-head p,
.story-copy p,
.pricing-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.68;
}

.feature-story {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 58px;
  align-items: center;
  padding: 96px 0;
}

.dark-story {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  overflow: hidden;
}

.dark-story::before {
  width: 360px;
  height: 360px;
  right: -140px;
  bottom: -130px;
}

.dark-story h2,
.dark-story .story-copy p,
.safety-section h2,
.safety-section .section-head p {
  color: var(--white);
}

.dark-story .story-copy > p {
  color: #dfe7ff;
}

.light-story {
  background:
    radial-gradient(circle at 7% 90%, rgba(238, 231, 255, .9) 0 150px, transparent 152px),
    radial-gradient(circle at 88% 18%, rgba(223, 244, 233, .8) 0 115px, transparent 117px);
}

.story-copy h2 {
  margin-bottom: 22px;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 14px 16px 14px 42px;
  border: 1px solid rgba(122, 79, 227, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .10);
  color: inherit;
  font-weight: 780;
  line-height: 1.45;
}

.light-story .check-list li {
  background: #fff;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 20px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--lavender);
  box-shadow: 0 0 0 5px rgba(122, 79, 227, .12);
}

.screen-collage,
.screen-pair {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.three-up {
  min-height: 620px;
  gap: 16px;
}

.three-up .device {
  width: 204px;
}

.three-up .raised {
  transform: translateY(-42px);
}

.screen-pair {
  min-height: 640px;
}

.large-device {
  width: 286px;
}

.side-device {
  width: 218px;
  margin-left: -44px;
  transform: rotate(6deg) translateY(46px);
}

.floating-card {
  position: absolute;
  right: 10%;
  bottom: 70px;
  max-width: 260px;
  padding: 18px;
  border: 1px solid rgba(122, 79, 227, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 60px rgba(17, 25, 54, .13);
}

.floating-card strong {
  display: block;
  color: var(--lavender);
  font-size: 20px;
  font-weight: 950;
}

.floating-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
}

.screens-section,
.pricing-section,
.faq-section {
  padding: 96px 0;
}

.section-head {
  max-width: 850px;
}

.section-head h2 {
  margin-bottom: 20px;
}

.safety-grid,
.faq-grid {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.safety-grid article,
.faq-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 18px 45px rgba(17, 25, 54, .04);
}

.safety-grid h3,
.faq-grid h3 {
  margin: 18px 0 10px;
  color: var(--text);
  font-size: 22px;
  line-height: 1.12;
}

.safety-grid p,
.faq-grid p,
.pricing-note {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.62;
}

.spotlight-device {
  justify-self: center;
  width: 310px;
}

.screens-section {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100% - 1180px) / 2));
  padding-right: max(20px, calc((100% - 1180px) / 2));
  background: #fff;
  overflow: hidden;
}

.screens-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 224px;
  gap: 22px;
  margin-top: 38px;
  overflow-x: auto;
  padding: 10px 4px 32px;
  scroll-snap-type: x proximity;
}

.screens-rail .device {
  width: 224px;
  scroll-snap-align: start;
}

.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(360px, 1fr);
  gap: 50px;
  align-items: center;
}

.pricing-card {
  padding: 32px;
  border: 1px solid rgba(122, 79, 227, .20);
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 10%, rgba(223, 244, 233, .95) 0 92px, transparent 95px),
    radial-gradient(circle at 3% 100%, rgba(238, 231, 255, 1) 0 150px, transparent 153px),
    #fff;
  box-shadow: 0 26px 70px rgba(17, 25, 54, .10);
}

.pricing-card-top span {
  color: var(--lavender);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pricing-card-top strong {
  display: block;
  margin-top: 10px;
  color: var(--text);
  font-size: clamp(42px, 6vw, 66px);
  line-height: 1;
}

.pricing-card-top em {
  color: var(--muted);
  font-size: 22px;
  font-style: normal;
}

.pricing-card-top p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.pricing-includes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.pricing-includes span {
  padding: 12px 13px;
  border-radius: 8px;
  background: rgba(122, 79, 227, .09);
  color: var(--text);
  font-weight: 850;
}

.pricing-note {
  margin-top: 22px;
}

.safety-section {
  width: 100%;
  max-width: none;
  padding: 94px max(20px, calc((100% - 1180px) / 2));
  overflow: hidden;
}

.safety-section::before {
  width: 420px;
  height: 420px;
  right: -160px;
  top: 60px;
}

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

.safety-grid article {
  border-color: rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.safety-grid h3 {
  color: #fff;
}

.safety-grid p {
  color: #dce4ff;
}

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

.download-final {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 92px 20px;
  background:
    radial-gradient(circle at 50% 0%, rgba(238, 231, 255, .9) 0 145px, transparent 148px),
    #fff;
}

.download-final > img {
  border-radius: 999px;
  box-shadow: 0 16px 50px rgba(122, 79, 227, .16);
}

.download-final h2 {
  max-width: 760px;
  margin: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 34px 0;
  color: var(--muted);
}

.footer .brand,
.footer nav {
  color: var(--text);
}

.footer p {
  flex-basis: 100%;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.coming-soon-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(184, 150, 255, .26) 0 132px, transparent 135px),
    radial-gradient(circle at 88% 20%, rgba(223, 244, 233, .72) 0 118px, transparent 121px),
    linear-gradient(135deg, #050a22 0%, #0b1440 52%, #121f5c 100%);
  color: var(--white);
}

.coming-soon-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.coming-soon-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
}

.coming-soon-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(255, 255, 255, .88);
  font-weight: 900;
}

.coming-soon-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
  gap: 58px;
  align-items: center;
  min-height: calc(100vh - 230px);
  padding: 44px 0 70px;
}

.coming-soon-copy h1 {
  margin: 0;
  font-size: clamp(58px, 8vw, 104px);
  line-height: .92;
  letter-spacing: 0;
}

.coming-soon-lede {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: clamp(30px, 4.4vw, 56px);
  line-height: 1.02;
  font-weight: 950;
}

.coming-soon-text {
  max-width: 650px;
  margin: 24px 0 0;
  color: #e3e9ff;
  font-size: 19px;
  line-height: 1.62;
}

.coming-soon-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.coming-soon-badges span {
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  color: #eef2ff;
  font-size: 14px;
  font-weight: 900;
}

.coming-soon-device {
  display: grid;
  place-items: center;
}

.coming-soon-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 52px;
}

.coming-soon-strip article {
  min-height: 136px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.coming-soon-strip strong,
.coming-soon-strip span {
  display: block;
}

.coming-soon-strip strong {
  color: var(--white);
  font-size: 22px;
  font-weight: 950;
}

.coming-soon-strip span {
  margin-top: 10px;
  color: #dce4ff;
  line-height: 1.5;
}

.coming-soon-footer {
  color: #cbd5f6;
}

.coming-soon-footer .brand,
.coming-soon-footer nav {
  color: var(--white);
}

.coming-soon-footer p {
  color: #cbd5f6;
}

@media (max-width: 1040px) {
  .hero-grid,
  .feature-story,
  .pricing-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .device-stage {
    min-height: 610px;
  }

  .hero-device {
    right: 12%;
  }

  .hero-feed {
    left: 10%;
  }

  .hero-calendar {
    right: 45%;
  }

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

@media (max-width: 720px) {
  .nav,
  .hero-grid,
  .feature-story,
  .what-section,
  .screens-section,
  .pricing-section,
  .safety-section,
  .faq-section,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .nav-links {
    gap: 12px;
    font-size: 14px;
  }

  .nav-download {
    padding: 8px 13px;
  }

  .hero-grid {
    gap: 18px;
    padding-bottom: 52px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .hero-lede {
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .hero-text,
  .section-head p,
  .story-copy p,
  .pricing-copy p {
    font-size: 17px;
  }

  .hero-actions img {
    width: 142px;
  }

  .hero-actions a[href*="play.google"] img {
    width: 142px;
  }

  .device-stage {
    display: flex;
    justify-content: center;
    min-height: auto;
    margin-left: 0;
    padding: 16px 0 22px;
  }

  .device-shadow {
    display: none;
  }

  .hero-device {
    position: relative;
    top: auto;
    right: auto;
    width: min(250px, 74vw);
  }

  .feature-story,
  .screens-section,
  .pricing-section,
  .safety-section,
  .faq-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .dark-story,
  .screens-section,
  .safety-section {
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .feature-story {
    gap: 34px;
  }

  .section-head h2,
  .story-copy h2,
  .pricing-copy h2,
  .download-final h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .three-up {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    min-height: auto;
    gap: 8px;
    overflow: hidden;
    padding: 10px 0 16px;
  }

  .three-up .device {
    width: 100%;
    padding: 7px;
    border-width: 6px;
  }

  .three-up .device::before {
    top: 5px;
    width: 44px;
    height: 12px;
    border-radius: 0 0 9px 9px;
  }

  .three-up .device img {
    border-radius: 18px;
  }

  .three-up .raised {
    transform: none;
  }

  .screen-pair {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
    overflow: visible;
    gap: 16px;
  }

  .large-device {
    width: min(250px, 76vw);
  }

  .side-device {
    display: none;
  }

  .floating-card {
    position: static;
    max-width: 100%;
    margin-top: -8px;
  }

  .what-cards,
  .safety-grid,
  .faq-grid,
  .pricing-includes {
    grid-template-columns: 1fr;
  }

  .spotlight-device {
    width: 244px;
  }

  .screens-rail {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: initial;
    overflow: visible;
    gap: 14px;
  }

  .screens-rail .device {
    width: 100%;
  }

  .screens-rail .device::before {
    width: 52px;
    height: 14px;
    top: 8px;
  }

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

  .coming-soon-page {
    width: min(100% - 28px, 1180px);
  }

  .coming-soon-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 0;
  }

  .coming-soon-links {
    gap: 14px;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .coming-soon-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 34px 0 50px;
  }

  .coming-soon-lede {
    font-size: clamp(28px, 9.4vw, 42px);
  }

  .coming-soon-text {
    font-size: 17px;
  }

  .coming-soon-strip {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }
}
