:root {
  color-scheme: light;
  --paper: #f4f3ec;
  --ink: #0b0c0c;
  --lime: #c8f24a;
  --mint: #05ce78;
  --muted: #b2bac2;
  --canvas-height: 4871px;
  --scale: min(calc(100vw / 375px), 1.1467);
  --shell-width: min(100vw, 430px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: #ecebe7;
  color: var(--ink);
  font-family: Roboto, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
video {
  display: block;
}

button,
input {
  font: inherit;
}

h1,
h2,
p {
  margin: 0;
}

strong {
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-shell {
  width: min(100vw, var(--shell-width));
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
}

.figma-viewport {
  position: relative;
  width: 100%;
  height: calc(var(--canvas-height) * var(--scale));
  overflow: hidden;
  background: var(--paper);
}

.figma-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  height: var(--canvas-height);
  overflow: hidden;
  transform: scale(var(--scale));
  transform-origin: top left;
  background: var(--paper);
}

.figma-canvas * {
  letter-spacing: 0;
}

.hero,
.onboarding,
.baseline,
.next-move,
.learning,
.plan,
.proof,
.final-cta {
  position: absolute;
  left: 0;
  width: 375px;
}

.hero {
  top: 0;
  height: 879px;
}

.hero-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 375px;
  height: 314px;
  overflow: hidden;
  background: #f5f5f1;
}

.hero-image img {
  position: absolute;
  left: -16.8%;
  top: -98.06%;
  width: 138.48%;
  height: 247.96%;
  max-width: none;
  object-fit: cover;
}

.hero-brand {
  position: absolute;
  left: 289px;
  top: 28px;
  width: 62px;
  height: 12.16px;
}

.hero-coming {
  position: absolute;
  left: 194px;
  top: 220px;
  width: 157px;
  color: #000;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  white-space: nowrap;
}

.hero-kickstarter {
  position: absolute;
  left: 199px;
  top: 256px;
  width: 152px;
  height: 16.43px;
}

.hero-panel {
  position: absolute;
  left: 0;
  top: 314px;
  width: 375px;
  height: 565px;
  background: #030404;
}

.hero-title {
  position: absolute;
  left: 24px;
  top: 325px;
  width: 351px;
  color: #fff;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.hero-title span,
.hero-title strong {
  display: block;
}

.hero-title strong {
  color: var(--mint);
  font-size: 26px;
  line-height: 44px;
  font-weight: 900;
}

.hero-copy {
  position: absolute;
  left: 24px;
  top: 464px;
  width: 327px;
  color: var(--muted);
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.hero-copy p + p {
  margin-top: 18px;
}

.hero-copy strong {
  color: #fff;
  font-weight: 700;
}

.signup-form {
  position: absolute;
  width: 327px;
  height: 150px;
}

.signup-form input,
.signup-form button {
  position: absolute;
  left: 0;
  width: 327px;
  height: 58px;
  border-radius: 8px;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

.signup-form input {
  top: 0;
  padding: 0 18px;
  border: 1px solid #dbdfe2;
  background: #fff;
  color: #111;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  outline: 0;
}

.signup-form input::placeholder {
  color: #636970;
  opacity: 1;
}

.signup-form input:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(200, 242, 74, 0.28);
}

.signup-form button {
  top: 72px;
  border: 0;
  background: var(--lime);
  color: #111;
  font-size: 18px;
  line-height: 21px;
  font-weight: 800;
  cursor: pointer;
}

.signup-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-status {
  position: absolute;
  left: 0;
  top: 138px;
  width: 327px;
  color: var(--lime);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.form-status.is-error {
  color: #ff7373;
}

.hero-form {
  left: 24px;
  top: 672px;
}

.hero-form button {
  background: var(--mint);
}

.hero-privacy {
  position: absolute;
  left: 24px;
  top: 803px;
  width: 327px;
  color: #6c6c6c;
  font-size: 10px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.hero-launch {
  position: absolute;
  left: 24px;
  top: 827px;
  width: 327px;
  color: var(--muted);
  font-size: 11px;
  line-height: 15px;
  font-weight: 600;
  text-align: center;
}

.hero-launch span {
  display: block;
}

.hero-launch strong {
  color: #fff;
}

.onboarding {
  top: 879px;
  height: 375px;
}

.onboarding h2,
.baseline h2,
.next-move h2 {
  position: absolute;
  left: 24px;
  width: 350px;
  color: #000;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
}

.onboarding h2 {
  top: 6px;
}

.onboarding h2 span,
.baseline h2 span,
.next-move h2 span,
.learning h2 span,
.proof h2 span,
.final-cta h2 span,
.final-launch span {
  display: block;
}

.phone-shot {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  background: #070a0b;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.phone-shot img,
.phone-shot video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.onboarding-video {
  left: 24px;
  top: 100px;
  width: 113px;
  height: 245px;
}

.onboarding-goal {
  position: absolute;
  left: 149px;
  top: 84px;
  width: 205px;
  color: var(--mint);
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 40px;
  line-height: 35px;
  font-weight: 900;
}

.onboarding-copy {
  position: absolute;
  left: 149px;
  top: 210px;
  width: 205px;
  color: #202121;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.onboarding-copy p + p,
.baseline-copy p + p,
.next-copy p + p,
.learning-copy p + p,
.plan-copy p + p {
  margin-top: 18px;
}

.baseline {
  top: 1254px;
  height: 388px;
  overflow: hidden;
}

.baseline h2 {
  top: 0;
}

.baseline-copy {
  position: absolute;
  left: 24px;
  top: 86px;
  width: 180px;
  color: #202121;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.baseline-photo {
  position: absolute;
  left: 213px;
  top: 86px;
  width: 138px;
  height: 245px;
  overflow: hidden;
  border-radius: 10px;
  background: #ddd;
}

.baseline-photo img {
  width: 138px;
  height: 245px;
  object-fit: cover;
}

.baseline-metrics {
  position: absolute;
  left: -326px;
  top: 301px;
  display: flex;
  width: 615px;
  gap: 8px;
  overflow: visible;
}

.metric-tile {
  flex: 0 0 115px;
  position: relative;
  height: 57px;
  padding: 7px 9px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  color: #111;
  font-family: "Roboto Condensed", Roboto, sans-serif;
}

.metric-tile.metric-wide {
  flex-basis: 143px;
}

.metric-tile span {
  display: block;
  color: #111;
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
}

.metric-tile p {
  margin-top: 2px;
  color: #111;
  font-size: 10px;
  line-height: 12px;
  font-weight: 300;
  white-space: nowrap;
}

.metric-tile strong {
  position: absolute;
  right: 9px;
  bottom: -2px;
  color: var(--mint);
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
  white-space: nowrap;
}

.next-move {
  top: 1642px;
  height: 386px;
}

.next-move h2 {
  top: 0;
}

.coach-video {
  left: 24px;
  top: 94px;
  width: 113px;
  height: 245px;
}

.next-copy {
  position: absolute;
  left: 149px;
  top: 93px;
  width: 205px;
  color: #202121;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}

.learning {
  top: 2028px;
  height: 743px;
}

.learning h2 {
  position: absolute;
  left: -16px;
  top: 0;
  width: 408px;
  color: #000;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  text-align: center;
}

.learning-image {
  position: absolute;
  left: 0;
  top: 85px;
  width: 375px;
  height: 285px;
  object-fit: cover;
}

.learning-copy {
  position: absolute;
  left: 21px;
  top: 393px;
  width: 333px;
  color: #202121;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
}

.learning-detail {
  position: absolute;
  left: 0;
  top: 500px;
  width: 375px;
  height: 211px;
  object-fit: cover;
}

.plan {
  top: 2771px;
  height: 509px;
}

.and-word {
  position: absolute;
  left: 24px;
  top: 0;
  color: var(--mint);
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 40px;
  line-height: 36px;
  font-weight: 900;
}

.plan h2 {
  position: absolute;
  left: 24px;
  top: 42px;
  width: 320px;
  color: #000;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 900;
}

.plan-bg {
  position: absolute;
  left: 0;
  top: 95px;
  width: 375px;
  height: 373px;
  overflow: hidden;
  background: #f1f1ef;
}

.plan-bg img {
  position: absolute;
  left: -92px;
  top: 0;
  width: 559px;
  height: 373px;
  max-width: none;
  object-fit: cover;
  transform: scaleX(-1);
}

.phone-stack {
  position: absolute;
  width: 62.32px;
  height: 125.22px;
}

.phone-stack .phone-frame {
  position: absolute;
  inset: 0;
  width: 62.32px;
  height: 125.22px;
}

.phone-stack .phone-screen {
  position: absolute;
  left: 3.15px;
  top: 1.86px;
  width: 56.02px;
  height: 121.49px;
  border-radius: 7px;
  object-fit: cover;
}

.phone-one {
  left: 24px;
  top: 123px;
  z-index: 4;
}

.phone-two {
  left: 68px;
  top: 135px;
  z-index: 3;
  opacity: 0.86;
}

.phone-three {
  left: 120px;
  top: 148px;
  z-index: 2;
  opacity: 0.86;
}

.glass {
  background: rgba(217, 217, 217, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.plan-metrics {
  position: absolute;
  left: 24px;
  top: 257px;
  z-index: 7;
  display: grid;
  grid-template-columns: 54px 83px 54px;
  gap: 3px;
  width: 214px;
  height: 66px;
  padding: 6px 8px;
  border-radius: 7px;
  font-family: "Roboto Condensed", Roboto, sans-serif;
}

.plan-metrics div {
  height: 54px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.plan-metrics span {
  display: block;
  color: var(--lime);
  font-size: 15px;
  line-height: 20px;
  font-weight: 900;
}

.plan-metrics strong {
  display: block;
  color: var(--lime);
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
}

.plan-metrics div:nth-child(2) strong {
  font-size: 26px;
}

.plan-copy {
  position: absolute;
  left: 20px;
  top: 331px;
  z-index: 7;
  width: 350px;
  min-height: 82px;
  padding: 7px 4px;
  border-radius: 7px;
  color: #202121;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.proof {
  top: 3280px;
  height: 1119px;
}

.proof h2 {
  position: absolute;
  left: 24px;
  top: 0;
  width: 355px;
  color: #000;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 900;
}

.proof-video {
  position: absolute;
  left: 0;
  top: 85px;
  width: 375px;
  height: 211px;
  background: #000;
  object-fit: cover;
}

.proof-copy {
  position: absolute;
  left: 24px;
  top: 316px;
  width: 316px;
  color: #272727;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.proof-img {
  position: absolute;
  left: 0;
  width: 375px;
  object-fit: cover;
}

.proof-img-one {
  top: 445px;
  height: 168px;
}

.proof-img-two {
  top: 555.5px;
  height: 228px;
}

.proof-img-three {
  top: 717px;
  height: 229px;
}

.system-statement {
  position: absolute;
  left: 24px;
  top: 977px;
  width: 327px;
  color: #272727;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 32px;
  line-height: 41px;
  font-weight: 900;
}

.final-cta {
  top: 4399px;
  height: 472px;
  background: #030404;
}

.final-cta h2 {
  position: absolute;
  left: 24px;
  top: 18px;
  width: 327px;
  color: #fff;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.final-copy {
  position: absolute;
  left: 24px;
  top: 98px;
  width: 327px;
  color: var(--muted);
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.final-form {
  left: 24px;
  top: 170px;
}

.final-launch {
  position: absolute;
  left: 24px;
  top: 324px;
  width: 327px;
  color: #fff;
  font-family: "Roboto Condensed", Roboto, sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
