:root {
  --forest: #074f36;
  --forest-deep: #043a28;
  --lime: #b8f06a;
  --lime-strong: #9fdd55;
  --ink: #102019;
  --muted: #4f6258;
  --off-white: #f7f8f5;
  --surface-tint: #eef3ee;
  --white: #ffffff;
  --line: #d5ddd7;
  --iphone-screen: 1206 / 2622;
  --page-gutter: max(clamp(22px, 5vw, 76px), calc((100vw - 1440px) / 2 + 76px));
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --z-sticky: 20;
  --z-skip: 30;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--off-white);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
li {
  text-wrap: pretty;
}

.skip-link {
  background: var(--white);
  border-radius: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  text-decoration: none;
  top: 12px;
  transform: translateY(-150%);
  transition: transform 180ms var(--ease-out);
  z-index: var(--z-skip);
}

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

.global-launch-link {
  align-items: center;
  background: var(--lime);
  border-radius: 999px;
  color: var(--forest-deep);
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-self: end;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms var(--ease-out);
}

.global-launch-link:hover {
  background: var(--white);
  transform: translateY(-1px);
}

.global-launch-link:active {
  transform: translateY(0) scale(0.98);
}

.hero {
  align-items: center;
  background: var(--forest);
  color: var(--white);
  display: grid;
  gap: clamp(54px, 8vw, 128px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: calc(100vh - 86px);
  min-height: calc(100svh - 86px);
  overflow: hidden;
  padding: clamp(52px, 5vw, 76px) var(--page-gutter) clamp(64px, 5.5vw, 84px);
  position: relative;
}

.hero::after {
  background: var(--lime);
  border-radius: 50%;
  content: "";
  height: clamp(360px, 42vw, 620px);
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  right: clamp(-330px, -18vw, -180px);
  top: clamp(-320px, -18vw, -180px);
  width: clamp(360px, 42vw, 620px);
}

.hero-copy {
  animation: hero-copy-in 650ms var(--ease-out) both;
  max-width: 760px;
  position: relative;
  z-index: 2;
}

@keyframes hero-copy-in {
  from {
    transform: translateY(12px);
  }

  to {
    transform: translateY(0);
  }
}

.hero-kicker {
  color: var(--lime);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  font-weight: 800;
  margin: 0 0 24px;
}

h1 {
  font-size: clamp(3.2rem, 5.35vw, 5.45rem);
  letter-spacing: -0.038em;
  line-height: 0.98;
  margin: 0;
}

h1 span {
  display: block;
}

h1 span:nth-child(2) {
  color: var(--lime);
}

.hero-lede {
  color: #e5f0ea;
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.58;
  margin: 30px 0 34px;
  max-width: 670px;
}

.hero-action {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.launch-button {
  align-items: center;
  background: #0b0d0c;
  border-radius: 12px;
  color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  min-height: 64px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 180ms ease, transform 180ms var(--ease-out);
}

.launch-button:hover {
  background: #000000;
  transform: translateY(-2px);
}

.launch-button:active {
  transform: translateY(0) scale(0.98);
}

.launch-button svg {
  height: 34px;
  width: 34px;
}

.launch-button span {
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.015em;
  line-height: 1.05;
}

.launch-button small {
  display: block;
  font-size: 11px;
  font-weight: 550;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.availability {
  color: #c9ddd2;
  font-size: 14px;
  line-height: 1.5;
  margin: 2px 0 0;
  max-width: 270px;
}

.availability strong {
  color: var(--white);
  display: block;
}

.hero-product {
  align-items: center;
  animation: hero-product-in 750ms var(--ease-out) 80ms both;
  display: grid;
  justify-items: center;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

@keyframes hero-product-in {
  from {
    transform: translateY(18px) rotate(0.5deg);
  }

  to {
    transform: translateY(0) rotate(0);
  }
}

.phone-device {
  background: #0a0c0e;
  border-radius: 52px;
  box-shadow: 0 24px 48px rgba(1, 19, 8, 0.34);
  margin: 0 auto;
  max-width: 340px;
  padding: 8px;
  position: relative;
  width: 100%;
}

.phone-device::before {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 49px;
  content: "";
  inset: 3px;
  pointer-events: none;
  position: absolute;
}

.hero-phone {
  max-width: 330px;
}

.phone-screen-frame {
  aspect-ratio: var(--iphone-screen);
  background: #050608;
  border-radius: 44px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.phone-screen-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.phone-side {
  background: #11151a;
  border-radius: 999px;
  position: absolute;
  width: 4px;
}

.phone-side-left {
  height: 52px;
  left: -4px;
  top: 138px;
}

.phone-side-right {
  height: 78px;
  right: -4px;
  top: 240px;
}

.hero-product figcaption {
  color: #dcebe3;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 20px;
  max-width: 360px;
  text-align: center;
}

.hero-product figcaption span {
  color: var(--lime);
  display: block;
  font-weight: 800;
  margin-bottom: 3px;
}

.course-proof {
  align-items: center;
  background: var(--lime);
  color: var(--forest-deep);
  display: grid;
  gap: 24px 50px;
  grid-template-columns: auto 1fr;
  padding: 25px var(--page-gutter);
}

.course-proof > p {
  font-size: 15px;
  font-weight: 850;
  margin: 0;
  white-space: nowrap;
}

.course-proof ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-proof li {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
}

.course-proof li::before {
  background: var(--forest);
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
}

.journey-intro {
  display: grid;
  gap: 28px clamp(40px, 7vw, 100px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.7fr);
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(80px, 10vw, 136px) clamp(22px, 5vw, 76px) clamp(64px, 8vw, 100px);
}

.journey-intro h2,
.section-heading h2 {
  font-size: clamp(2.65rem, 4.6vw, 4.6rem);
  letter-spacing: -0.036em;
  line-height: 1;
  margin: 0;
}

.journey-intro > p,
.section-heading > p {
  align-self: end;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.25rem);
  line-height: 1.62;
  margin: 0 0 4px;
  max-width: 500px;
}

.journey {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 clamp(22px, 5vw, 76px) clamp(80px, 10vw, 136px);
}

.journey-step {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: clamp(60px, 9vw, 130px);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  padding: clamp(72px, 8vw, 112px) 0;
}

.journey-step:last-child {
  border-bottom: 1px solid var(--line);
}

.journey-step-reverse {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
}

.journey-step-reverse .journey-copy {
  order: 2;
}

.journey-copy {
  max-width: 650px;
}

.step-name {
  color: var(--forest);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 850;
  margin: 0 0 18px;
}

.journey-copy h3 {
  font-size: clamp(2.5rem, 4vw, 4.1rem);
  letter-spacing: -0.036em;
  line-height: 1;
  margin: 0;
}

.journey-copy > p:not(.step-name) {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.65;
  margin: 26px 0 28px;
  max-width: 620px;
}

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

.feature-points li {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 12px;
  line-height: 1.5;
}

.feature-points li::before {
  background: var(--lime);
  border: 4px solid var(--forest);
  border-radius: 50%;
  content: "";
  flex: 0 0 auto;
  height: 13px;
  margin-top: 5px;
  width: 13px;
}

.journey-visual {
  justify-self: center;
  margin: 0;
  max-width: 340px;
  width: 100%;
}

.journey-visual .phone-device {
  max-width: 310px;
}

.journey-visual figcaption {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  margin: 18px auto 0;
  max-width: 300px;
  text-align: center;
}

.launch-facts {
  background: var(--white);
  display: grid;
  gap: clamp(56px, 8vw, 112px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  padding: clamp(80px, 9vw, 128px) var(--page-gutter);
}

.section-heading {
  align-self: start;
  display: grid;
  gap: 24px;
  position: sticky;
  top: 34px;
}

.fact-list {
  border-top: 1px solid var(--line);
}

.fact-list details {
  border-bottom: 1px solid var(--line);
}

.fact-list summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(1.1rem, 1.6vw, 1.28rem);
  font-weight: 800;
  gap: 20px;
  justify-content: space-between;
  list-style: none;
  min-height: 76px;
  padding: 20px 2px;
}

.fact-list summary::-webkit-details-marker {
  display: none;
}

.fact-list summary::after {
  align-items: center;
  background: var(--surface-tint);
  border-radius: 50%;
  color: var(--forest);
  content: "+";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 500;
  height: 34px;
  justify-content: center;
  transition: background-color 180ms ease, transform 220ms var(--ease-out);
  width: 34px;
}

.fact-list details[open] summary::after {
  background: var(--lime);
  transform: rotate(45deg);
}

.fact-list summary:hover {
  color: var(--forest);
}

.fact-list details p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.65;
  margin: -4px 0 26px;
  max-width: 690px;
  padding-right: 56px;
}

.closing {
  align-items: center;
  background: var(--forest-deep);
  color: var(--white);
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding: clamp(70px, 8vw, 112px) var(--page-gutter);
}

.closing > div {
  max-width: 860px;
}

.closing h2 {
  font-size: clamp(2.7rem, 4.5vw, 4.7rem);
  letter-spacing: -0.036em;
  line-height: 1;
  margin: 0;
}

.closing p {
  color: #c7dbd0;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  line-height: 1.55;
  margin: 24px 0 0;
}

.launch-button-light {
  background: var(--lime);
  color: var(--forest-deep);
}

.launch-button-light:hover {
  background: var(--white);
}

.site-footer {
  align-items: flex-start;
  display: flex;
  font-size: 14px;
  gap: 48px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1360px;
  padding: 46px clamp(22px, 5vw, 76px) 58px;
}

.site-footer > p {
  color: var(--muted);
  font-weight: 700;
  margin: 5px 0 0;
}

.footer-groups {
  display: flex;
  flex-wrap: wrap;
  gap: 34px clamp(42px, 5vw, 80px);
}

.footer-groups > div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

.footer-groups span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.footer-groups a {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  min-height: 40px;
  text-decoration: none;
}

.footer-groups a:hover {
  color: var(--forest);
}

.mobile-launch-bar {
  display: none;
}

a:focus-visible,
summary:focus-visible {
  border-radius: 6px;
  box-shadow: 0 0 0 6px var(--lime);
  outline: 3px solid var(--ink);
  outline-offset: 2px;
}

.launch-button:focus-visible,
.global-launch-link:focus-visible {
  border-radius: 12px;
}

@media (min-width: 1041px) and (max-height: 820px) {
  .hero {
    align-items: start;
  }

  .hero-copy {
    padding-top: clamp(16px, 4vh, 32px);
  }
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

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

  .hero-product {
    justify-self: center;
    max-width: 620px;
  }

  .journey-step,
  .journey-step-reverse {
    gap: clamp(52px, 7vw, 84px);
  }

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

@media (max-width: 800px) {
  .journey-intro,
  .launch-facts {
    grid-template-columns: 1fr;
  }

  .journey-intro > p,
  .section-heading > p {
    max-width: 650px;
  }

  .journey-step,
  .journey-step-reverse {
    grid-template-columns: 1fr;
  }

  .journey-step-reverse .journey-copy {
    order: 0;
  }

  .journey-visual {
    max-width: 390px;
  }

  .journey-visual .phone-device {
    max-width: 340px;
  }

  .section-heading {
    position: static;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .global-launch-link {
    display: none;
  }

  .hero {
    gap: 54px;
    padding-bottom: 76px;
    padding-top: 48px;
  }

  .hero-kicker {
    margin-bottom: 18px;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 3.65rem);
    line-height: 1;
  }

  .hero-lede {
    margin-bottom: 28px;
    margin-top: 24px;
  }

  .hero-action {
    display: grid;
    grid-template-columns: 1fr;
  }

  .launch-button {
    justify-content: center;
    width: 100%;
  }

  .availability {
    margin-top: 2px;
    max-width: none;
  }

  .hero-product {
    max-width: 390px;
  }

  .hero-phone {
    max-width: min(330px, 84vw);
  }

  .phone-device {
    border-radius: 46px;
    padding: 7px;
  }

  .phone-device::before {
    border-radius: 43px;
  }

  .phone-screen-frame {
    border-radius: 39px;
  }

  .phone-side {
    display: none;
  }

  .course-proof {
    grid-template-columns: 1fr;
  }

  .course-proof > p {
    white-space: normal;
  }

  .course-proof ul {
    gap: 10px 20px;
  }

  .journey-intro {
    padding-bottom: 50px;
    padding-top: 76px;
  }

  .journey {
    padding-bottom: 88px;
  }

  .journey-step {
    gap: 48px;
    padding: 68px 0;
  }

  .journey-copy h3 {
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .journey-visual .phone-device {
    max-width: min(330px, 86vw);
  }

  .launch-facts {
    gap: 44px;
    padding-bottom: 84px;
    padding-top: 78px;
  }

  .fact-list summary {
    min-height: 72px;
  }

  .fact-list details p {
    padding-right: 8px;
  }

  .closing {
    padding-bottom: 86px;
    padding-top: 80px;
  }

  .closing h2 {
    font-size: clamp(2.65rem, 11vw, 3.5rem);
  }

  .site-footer {
    flex-direction: column;
    padding-bottom: 48px;
  }

  .footer-groups {
    width: 100%;
  }

  .mobile-launch-bar {
    align-items: center;
    background: var(--lime);
    bottom: 0;
    color: var(--forest-deep);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    left: 0;
    min-height: 68px;
    padding: 11px 20px calc(11px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    text-decoration: none;
    z-index: var(--z-sticky);
  }

  .mobile-launch-bar span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
  }

  .mobile-launch-bar strong {
    font-size: 15px;
    white-space: nowrap;
  }

  .mobile-launch-bar:active {
    background: var(--lime-strong);
  }
}

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

  .hero-copy,
  .hero-product {
    animation: none;
  }

  .fact-list summary::after,
  .global-launch-link,
  .launch-button,
  .skip-link {
    transition: none;
  }
}
