:root {
  color-scheme: light;
  --paper: #f4f3ec;
  --ink: #0b0c0c;
  --lime: #d4ff54;
  --muted: #b2bac2;
  --scale: 1;
  --shell-width: 375px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.82), transparent 38%),
    #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;
}

.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 {
  width: 100%;
  height: calc(4871px * var(--scale));
  overflow: hidden;
  background: var(--paper);
}

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

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

h1,
h2,
p {
  margin: 0;
}

h1,
h2,
.and-word,
.outline-title,
.metric-tile,
.plan-metrics,
.system-statement,
.final-launch {
  font-family: "Roboto Condensed", sans-serif;
}

strong {
  font-weight: 900;
}

.hero {
  position: absolute;
  inset: 0 auto auto 0;
  width: 375px;
  height: 860px;
}

.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: 42px;
  width: 62px;
  height: 12px;
}

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

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

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

.hero-panel h1 {
  position: absolute;
  left: 24px;
  top: 10px;
  width: 351px;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  font-weight: 900;
}

.hero-panel h1 span {
  display: block;
}

.hero-panel h1 span:nth-child(3) {
  color: var(--lime);
}

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

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

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

.signup-form input {
  position: absolute;
  left: 0;
  top: 0;
  width: 327px;
  height: 58px;
  padding: 0 18px;
  border: 1px solid #dbdfe2;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-family: Inter, system-ui, sans-serif;
  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(212, 255, 84, 0.28);
}

.signup-form button {
  position: absolute;
  left: 0;
  top: 72px;
  width: 327px;
  height: 58px;
  border: 0;
  border-radius: 8px;
  background: var(--lime);
  color: #111;
  font-family: Inter, system-ui, sans-serif;
  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;
}

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

.hero-form {
  left: 24px;
  top: 358px;
  height: 132px;
}

.hero-launch {
  position: absolute;
  left: 24px;
  top: 494px;
  width: 327px;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}

.hero-launch span {
  display: block;
}

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

.onboarding {
  top: 860px;
  height: 370px;
}

.onboarding h2,
.baseline h2,
.next-move h2 {
  position: absolute;
  left: 24px;
  width: 335px;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
}

.onboarding h2 {
  top: 25px;
}

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

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

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

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

.onboarding-goal {
  position: absolute;
  left: 149px;
  top: 109px;
  width: 205px;
  color: var(--lime);
  font-size: 40px;
  line-height: 35px;
  font-weight: 900;
  -webkit-text-stroke: 1px #000;
  text-shadow: 0 1px 0 #000;
}

.onboarding-goal span {
  display: block;
}

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

.baseline {
  top: 1230px;
  height: 412px;
}

.baseline h2 {
  top: 24px;
}

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

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

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

.baseline-metrics {
  position: absolute;
  left: 5px;
  top: 325px;
  display: flex;
  width: 365px;
  gap: 8px;
  overflow-x: auto;
  padding: 0 0 10px 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.baseline-metrics::-webkit-scrollbar {
  display: none;
}

.metric-tile {
  flex: 0 0 115px;
  height: 57px;
  padding: 9px 10px 8px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  color: #111;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.32), 0 10px 18px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

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

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

.metric-tile p {
  margin-top: 5px;
  color: rgba(17, 17, 17, 0.62);
  font-family: Roboto, sans-serif;
  font-size: 9px;
  line-height: 10px;
  font-weight: 700;
}

.metric-tile strong {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 16px;
  line-height: 16px;
}

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

.next-move h2 {
  top: 0;
}

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

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

.learning {
  top: 1995px;
  height: 745px;
}

.learning h2 {
  position: absolute;
  left: 24px;
  top: 33px;
  width: 327px;
  color: #000;
  font-size: 26px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
}

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

.learning-copy {
  position: absolute;
  left: 21px;
  top: 426px;
  width: 333px;
  color: #202123;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.plan {
  top: 2740px;
  height: 520px;
}

.and-word {
  position: absolute;
  left: 24px;
  top: 31px;
  color: var(--lime);
  font-size: 40px;
  line-height: 36px;
  font-weight: 900;
  -webkit-text-stroke: 1px #000;
  text-shadow: 0 1px 0 #000;
}

.plan h2 {
  position: absolute;
  left: 24px;
  top: 73px;
  width: 351px;
  color: #000;
  font-size: 34px;
  line-height: 36px;
  font-weight: 900;
}

.plan-bg {
  position: absolute;
  left: 0;
  top: 146px;
  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: 8px;
  object-fit: cover;
}

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

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

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

.glass {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(42, 42, 42, 0.54);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.16), 0 12px 24px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.plan-metrics {
  position: absolute;
  left: 24px;
  top: 308px;
  z-index: 7;
  display: grid;
  grid-template-columns: 54px 83px 54px;
  gap: 3px;
  width: 214px;
  height: 66px;
  padding: 6px 8px;
  border-radius: 6px;
}

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

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

.plan-metrics strong {
  display: block;
  margin-top: -1px;
  color: var(--lime);
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
}

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

.plan-copy {
  position: absolute;
  left: 20px;
  top: 382px;
  z-index: 7;
  width: 350px;
  min-height: 82px;
  padding: 7px 4px;
  border-radius: 6px;
  color: #202123;
  background: rgba(255, 255, 255, 0.2);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

.proof {
  top: 3260px;
  height: 1139px;
}

.proof h2 {
  position: absolute;
  left: 24px;
  top: 20px;
  width: 355px;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: 900;
}

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

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

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

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

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

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

.system-statement {
  position: absolute;
  left: 24px;
  top: 1008px;
  width: 327px;
  color: #202123;
  font-size: 31px;
  line-height: 38px;
  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-size: 26px;
  line-height: 36px;
  font-weight: 900;
}

.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;
  height: 132px;
}

.final-launch {
  position: absolute;
  left: 24px;
  top: 324px;
  width: 327px;
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: 900;
}
