:root {
  color: #171714;
  background: #f7f4ec;
  font-family: "Satoshi", "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
  overflow-x: clip;
}

body {
  min-height: 100vh;
  min-height: 100svh;
  background: #f7f4ec;
  overflow: hidden;
}

.landing-page,
.landing-page body {
  background: #faf8f3;
}

main {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(2.5rem, 8vh, 5rem) 1.5rem;
}

.logo {
  position: relative;
  z-index: 10;
  width: max-content;
  margin: 0;
  margin-inline: auto;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-heading {
  position: relative;
  z-index: 10;
  max-width: 68rem;
  margin: clamp(1.25rem, 3vh, 2rem) auto 0;
  padding-inline: 1rem;
  font-family: "Satoshi", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-align: center;
  text-wrap: balance;
}

.hero-heading span {
  display: block;
  white-space: nowrap;
}

.hero-support {
  position: relative;
  z-index: 10;
  max-width: 42rem;
  margin: 1rem auto 0;
  color: rgb(23 23 20 / 64%);
  font-size: clamp(0.72rem, 1vw, 0.86rem);
  line-height: 1.45;
  text-align: center;
  text-wrap: balance;
}

.top-cta {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  width: max-content;
  margin: clamp(1.25rem, 2.5vh, 1.75rem) auto 0;
}

.start-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.15rem;
  padding: 0.85rem 1.55rem;
  border-radius: 999px;
  color: #fff;
  background: #171714;
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease;
}

.start-button:hover {
  color: #9aefae;
}

.start-button span {
  display: inline-block;
  min-width: 0.75em;
  text-align: center;
}

.start-button:focus-visible {
  outline: 2px solid #171714;
  outline-offset: 0.25rem;
}

.top-cta p {
  margin: 0;
  color: rgb(23 23 20 / 58%);
  font-size: 0.75rem;
  line-height: 1.25;
  white-space: nowrap;
}

.mobile-compute-link {
  display: none;
}

.site-footer {
  position: fixed;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 1.5rem 1.25rem;
  font-size: 0.72rem;
  line-height: 1;
}

.site-footer .compute-link {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 1.5rem;
  color: #171714;
  font-size: 0.82rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.site-footer .compute-link span {
  transition: color 160ms ease;
}

.site-footer .compute-link:hover span,
.site-footer .compute-link:focus-visible span {
  color: #239447;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.site-footer a {
  color: rgb(23 23 20 / 58%);
  text-decoration: none;
  transition: color 160ms ease;
}

.network-status {
  position: absolute;
  right: 6rem;
  bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.42rem;
  margin: 0;
  color: #171714;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
}

.network-status__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #35a853;
  box-shadow: 0 0 0.35rem rgb(53 168 83 / 45%);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #171714;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.site-footer a:focus-visible,
.back-link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 0.3rem;
}

.product-stage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  padding-top: clamp(5rem, 12vh, 8rem);
}

.product {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  isolation: isolate;
  transform: translateY(clamp(3.5rem, 8vh, 6rem));
}

.product img {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 2rem 2.5rem rgb(44 35 24 / 14%));
}

.product--macbook img {
  width: clamp(17rem, 31vw, 31rem);
}

.product--macmini img {
  width: clamp(42rem, 68vw, 68rem);
  transform: translate(-14%, 20%);
}

.mobile-about {
  display: none;
}

.earning-rate {
  position: absolute;
  z-index: 4;
  margin: 0;
  color: #239447;
  font-size: clamp(0.82rem, 1vw, 1rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
}

.product--macbook .earning-rate {
  top: calc(50% - clamp(7rem, 11vw, 11rem));
  left: 50%;
  transform: translateX(-50%);
}

.product--macmini .earning-rate {
  top: calc(50% - clamp(7rem, 11vw, 11rem));
  left: calc(50% + clamp(1.25rem, 2vw, 2rem));
  transform: translateX(-50%);
}

.glow {
  position: absolute;
  z-index: 1;
  width: min(52vw, 48rem);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(3rem);
  opacity: 0.82;
  transform: translateZ(0);
}

.glow--macbook {
  width: min(54vw, 48rem);
  opacity: 1;
  filter: blur(1.75rem);
  background: radial-gradient(
    circle,
    rgb(255 255 255 / 100%) 0%,
    rgb(255 255 255 / 100%) 28%,
    rgb(255 255 255 / 72%) 45%,
    rgb(255 255 255 / 20%) 60%,
    rgb(255 255 255 / 0%) 72%
  );
  box-shadow:
    0 0 2.5rem 0.5rem rgb(255 255 255 / 92%),
    0 0 5rem 1.5rem rgb(255 255 255 / 48%);
}

.glow--macmini {
  width: min(54vw, 48rem);
  opacity: 1;
  transform: translate(2%, 1%);
  filter: blur(1.75rem);
  background: radial-gradient(
    circle,
    rgb(255 255 255 / 100%) 0%,
    rgb(255 255 255 / 100%) 28%,
    rgb(255 255 255 / 72%) 45%,
    rgb(255 255 255 / 20%) 60%,
    rgb(255 255 255 / 0%) 72%
  );
  box-shadow:
    0 0 2.5rem 0.5rem rgb(255 255 255 / 92%),
    0 0 5rem 1.5rem rgb(255 255 255 / 48%);
}

@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    overflow-y: auto;
  }

  main {
    min-height: 100svh;
    padding: clamp(1.75rem, 5vw, 2.5rem) clamp(1.25rem, 5vw, 2.5rem)
      max(1.5rem, env(safe-area-inset-bottom));
    overflow-x: clip;
  }

  .logo {
    font-size: clamp(1.8rem, 7vw, 2.25rem);
  }

  .hero-heading {
    width: 100%;
    max-width: 35rem;
    margin-top: clamp(1.25rem, 4vw, 1.75rem);
    padding-inline: 0;
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 1;
  }

  .hero-heading span {
    white-space: normal;
  }

  .hero-support {
    width: min(100%, 27rem);
    margin-top: 1rem;
    font-size: clamp(0.78rem, 2.4vw, 0.88rem);
    line-height: 1.5;
  }

  .top-cta {
    margin: 1.35rem auto 0;
    gap: 0.65rem;
  }

  .mobile-compute-link {
    display: block;
    margin-top: 0.15rem;
    color: #171714;
    font-size: 0.78rem;
    line-height: 1.35;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.25rem;
  }

  .start-button {
    min-height: 3rem;
    padding: 0.8rem 1.4rem;
    font-size: 1rem;
  }

  .site-footer {
    position: relative;
    isolation: auto;
    margin-top: clamp(2.5rem, 8vw, 4rem);
    padding: 0;
    font-size: 0.7rem;
    line-height: 1.35;
  }

  .site-footer::before {
    position: absolute;
    z-index: 3;
    top: -9rem;
    right: 0;
    bottom: 0;
    left: calc(-1 * clamp(1.25rem, 5vw, 2.5rem));
    pointer-events: none;
    content: "";
    background: linear-gradient(
      to bottom,
      rgb(250 248 243 / 0%) 0%,
      rgb(250 248 243 / 38%) 45%,
      rgb(250 248 243 / 88%) 100%
    );
    -webkit-backdrop-filter: blur(0.9rem);
    backdrop-filter: blur(0.9rem);
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 58%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 58%, black 100%);
  }

  .site-footer .compute-link {
    display: none;
  }

  .footer-links {
    position: relative;
    z-index: 4;
    flex-wrap: wrap;
    gap: 0.75rem clamp(1rem, 5vw, 1.75rem);
    max-width: 25rem;
    margin-inline: auto;
    text-align: center;
  }

  .network-status {
    display: none;
  }

  .product-stage {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-template-columns: 1fr;
    gap: clamp(2.25rem, 8vw, 4rem);
    width: 100%;
    min-height: 0;
    padding-top: clamp(2.75rem, 9vw, 4.5rem);
  }

  .product {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    transform: none;
  }

  .product img {
    flex: 0 0 auto;
    max-width: 100%;
  }

  .product--macbook img {
    width: min(78vw, 22rem);
    margin-block: clamp(-2.4rem, -7vw, -1.65rem) clamp(-2.5rem, -7vw, -1.75rem);
  }

  .product--macmini img {
    width: min(135vw, 46rem);
    max-width: none;
    margin-top: clamp(-0.75rem, -2vw, -0.4rem);
    transform: translateX(-4%);
  }

  .product--macmini {
    isolation: auto;
  }

  .mobile-about {
    position: relative;
    z-index: 4;
    display: block;
    width: min(100%, 28rem);
    margin: clamp(-1rem, -2vw, -0.5rem) auto 0;
    color: rgb(23 23 20 / 64%);
    font-size: clamp(0.78rem, 2.4vw, 0.88rem);
    line-height: 1.5;
    text-align: center;
  }

  .mobile-about span {
    display: block;
  }

  .earning-rate {
    position: relative;
    flex: 0 0 auto;
    font-size: clamp(0.8rem, 2.4vw, 0.92rem);
  }

  .product--macbook .earning-rate,
  .product--macmini .earning-rate {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
  }

  .product--macbook .earning-rate {
    transform: translateY(-0.65rem);
  }

  .product--macmini .earning-rate {
    transform: translateY(0.6rem);
  }

  .glow {
    top: 50%;
    left: 50%;
    width: min(100vw, 34rem);
    filter: blur(2rem);
    transform: translate(-50%, -50%);
  }

  .glow--macbook {
    width: min(96vw, 34rem);
    filter: blur(1.5rem);
    box-shadow:
      0 0 2rem 0.5rem rgb(255 255 255 / 88%),
      0 0 4rem 1rem rgb(255 255 255 / 44%);
  }

  .glow--macmini {
    width: min(100vw, 36rem);
    transform: translate(-50%, -50%);
    filter: blur(1.5rem);
    box-shadow:
      0 0 2rem 0.5rem rgb(255 255 255 / 88%),
      0 0 4rem 1rem rgb(255 255 255 / 44%);
  }

}

@media (max-width: 430px) {
  .hero-heading {
    font-size: clamp(1.9rem, 9vw, 2.35rem);
  }
}

.information-page {
  overflow: auto;
}

.information-page main {
  display: block;
  width: min(100% - 3rem, 42rem);
  min-height: 100svh;
  margin-inline: auto;
  padding: 3rem 0 5rem;
}

.information-page .logo {
  margin-inline: 0;
  font-size: 1.5rem;
}

.information-content {
  margin-top: clamp(5rem, 14vh, 8rem);
}

.information-content h2 {
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.information-content p {
  max-width: 36rem;
  margin: 0 0 1rem;
  color: rgb(23 23 20 / 68%);
  font-size: 0.95rem;
  line-height: 1.65;
}

.back-link {
  display: inline-block;
  margin-top: 2rem;
  color: #171714;
  font-size: 0.8rem;
  text-underline-offset: 0.25rem;
}

.privacy-page {
  --privacy-ink: #20201d;
  --privacy-ink-muted: rgb(32 32 29 / 68%);
  --privacy-line: rgb(32 32 29 / 13%);
  overflow: auto;
  color: var(--privacy-ink);
  background: #faf9f5;
}

.privacy-page a {
  color: inherit;
}

.privacy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 3rem, 72rem);
  margin-inline: auto;
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--privacy-line);
}

.privacy-header__logo {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.privacy-header nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.privacy-header nav a {
  color: var(--privacy-ink-muted);
  font-size: 0.74rem;
  text-decoration: none;
}

.privacy-header nav a:hover,
.privacy-header nav a:focus-visible,
.privacy-toc a:hover,
.privacy-toc a:focus-visible,
.privacy-policy a:hover,
.privacy-policy a:focus-visible {
  color: #171714;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.privacy-page .privacy-main {
  display: block;
  min-height: 100svh;
  padding: 0 0 clamp(6rem, 12vw, 10rem);
}

.privacy-hero {
  width: min(100% - 3rem, 46rem);
  margin-inline: auto;
  padding-block: clamp(5rem, 9vw, 8rem) clamp(6rem, 10vw, 8rem);
}

.privacy-eyebrow,
.privacy-toc > p {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.privacy-eyebrow {
  color: var(--privacy-ink-muted);
}

.privacy-hero h1 {
  max-width: 12ch;
  margin: 1.5rem 0 0;
  font-size: clamp(3.25rem, 6vw, 5.25rem);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.privacy-intro {
  max-width: 42rem;
  margin-top: clamp(2.75rem, 5vw, 3.75rem);
}

.privacy-intro p {
  margin: 0;
  color: var(--privacy-ink-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  letter-spacing: -0.015em;
}

.privacy-intro p + p {
  margin-top: 1.25rem;
}

.privacy-updated {
  margin: 2.5rem 0 0;
  color: var(--privacy-ink-muted);
  font-size: 0.78rem;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 12rem minmax(0, 44rem);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
  width: min(100% - 3rem, 68rem);
  margin-inline: auto;
}

.privacy-toc {
  position: sticky;
  top: 1.5rem;
  padding-top: 0.25rem;
}

.terms-page .privacy-toc {
  max-height: calc(100svh - 3rem);
  overflow-y: auto;
  scrollbar-width: thin;
}

.privacy-toc ol {
  display: grid;
  gap: 0.65rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.privacy-toc a {
  color: var(--privacy-ink-muted);
  font-size: 0.75rem;
  line-height: 1.4;
  text-decoration: none;
}

.privacy-policy {
  min-width: 0;
}

.privacy-policy section {
  scroll-margin-top: 2rem;
}

.privacy-policy section + section {
  margin-top: clamp(4.5rem, 8vw, 6.5rem);
  padding-top: clamp(3rem, 5vw, 4rem);
  border-top: 1px solid var(--privacy-line);
}

.privacy-section-heading {
  display: grid;
  grid-template-columns: 2rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: baseline;
  margin-bottom: 2.25rem;
}

.privacy-section-heading span {
  color: rgb(32 32 29 / 36%);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}

.privacy-section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.privacy-policy h3 {
  margin: 2.25rem 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.privacy-policy p,
.privacy-policy ul {
  max-width: 42rem;
  margin: 0 0 1.2rem;
  color: var(--privacy-ink-muted);
  font-size: clamp(0.96rem, 1.2vw, 1.04rem);
  line-height: 1.72;
}

.privacy-policy ul {
  display: grid;
  gap: 0.35rem;
  padding-left: 1.25rem;
}

.privacy-policy a {
  color: #171714;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2rem;
}

@media (max-width: 900px) {
  .privacy-header {
    align-items: flex-start;
  }

  .privacy-header nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 14rem;
    row-gap: 0.6rem;
  }

  .privacy-hero {
    padding-block: 5rem 6rem;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .privacy-toc {
    position: static;
    padding-block: 0 2.5rem;
    border-bottom: 1px solid var(--privacy-line);
  }

  .terms-page .privacy-toc {
    max-height: none;
    overflow-y: visible;
  }

  .privacy-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
}

@media (max-width: 500px) {
  .privacy-header,
  .privacy-hero,
  .privacy-layout {
    width: min(100% - 2rem, 84rem);
  }

  .privacy-header__logo {
    font-size: 1.35rem;
  }

  .privacy-header nav {
    gap: 0.75rem 1rem;
    max-width: 12rem;
  }

  .privacy-header nav a {
    font-size: 0.7rem;
  }

  .privacy-hero h1 {
    margin-top: 1.75rem;
    font-size: clamp(3.15rem, 15vw, 4.25rem);
  }

  .privacy-toc ol {
    grid-template-columns: 1fr;
  }

  .privacy-section-heading {
    grid-template-columns: 1.75rem minmax(0, 1fr);
    gap: 0.5rem;
    margin-bottom: 2.5rem;
  }

  .privacy-section-heading h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .privacy-policy h3 {
    margin-top: 2.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  /* The page has no motion; transforms are used only for product positioning. */
}