@font-face {
  font-family: "TWKEverett";
  src: url("./assets/twkeverett-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BaselGrotesk";
  src: url("./assets/baselgrotesk-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TWKEverettMono";
  src: url("./assets/twkeverettmono-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #0000ff;
  --blue-light: #3333ff;
  --blue-dark: #0000cc;
  --navy: #0b0b1e;
  --navy-2: #131329;
  --surface: #1a1a3e;
  --white: #ffffff;
  --gray: #b0b0c8;
  --muted: #6b6b8d;
  --yellow: #ffda00;
  --line: rgba(255, 255, 255, 0.26);
  --mono: "TWKEverettMono", monospace;
  --display: "TWKEverett", Arial, sans-serif;
  --sans: "BaselGrotesk", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--navy);
  color: var(--white);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  font-family: var(--sans);
  background: var(--navy);
  color: var(--white);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page {
  min-height: 100vh;
  background: var(--navy);
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 72px;
  padding: 0 clamp(18px, 4vw, 52px);
  background: rgba(11, 11, 30, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.topbar__logo {
  width: 108px;
  height: auto;
}

.topbar__nav {
  display: flex;
  gap: 22px;
  justify-content: center;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
}

.topbar__cta {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

.badge-appstore {
  width: 156px;
  height: auto;
}

.android-pill,
.outline-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.78);
  white-space: nowrap;
}

.hero {
  position: relative;
  min-height: 92svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 118px clamp(22px, 5vw, 72px) 44px;
  background: var(--blue);
  isolation: isolate;
}

.hero--method {
  background:
    linear-gradient(90deg, rgba(0, 0, 255, 1) 0%, rgba(0, 0, 255, 0.98) 42%, rgba(0, 0, 204, 1) 100%);
}

.hero--gym {
  min-height: 94svh;
  background: var(--blue);
}

.hero--gym h1 {
  max-width: 720px;
  font-size: clamp(58px, 7.4vw, 112px);
}

.hero__stage {
  position: absolute;
  inset: 72px 0 0 0;
  z-index: -1;
  pointer-events: none;
}

.hero__shot {
  position: absolute;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: var(--navy);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__shot--main {
  right: clamp(20px, 7vw, 96px);
  bottom: -9vh;
  width: min(38vw, 420px);
  aspect-ratio: 0.52;
}

.hero__shot--side {
  right: min(42vw, 520px);
  bottom: 3vh;
  width: min(25vw, 270px);
  aspect-ratio: 0.52;
  opacity: 0.92;
}

.hero__shot--wide {
  right: -5vw;
  top: 17vh;
  width: min(45vw, 670px);
  aspect-ratio: 1.4;
  opacity: 0.84;
}

.hero__content {
  width: min(840px, 100%);
  padding-bottom: clamp(12px, 7vh, 72px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  font-family: var(--mono);
  font-size: clamp(13px, 1.5vw, 18px);
  line-height: 1;
  color: rgba(255, 255, 255, 0.86);
  text-transform: uppercase;
}

.eyebrow::after {
  content: "";
  width: min(240px, 26vw);
  height: 1px;
  background: rgba(255, 255, 255, 0.62);
}

.hero h1,
.statement h2,
.section-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 930px;
  font-size: clamp(58px, 10vw, 142px);
  line-height: 0.92;
}

.hero__sub {
  max-width: 690px;
  margin: 26px 0 0;
  font-family: var(--mono);
  font-size: clamp(17px, 2vw, 28px);
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.86);
}

.hero__actions,
.final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 32px;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.proof-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.82);
}

.below-hero {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--navy);
}

.metric {
  min-height: 138px;
  padding: 28px clamp(20px, 3vw, 46px);
  border-right: 1px solid var(--line);
}

.metric:last-child {
  border-right: 0;
}

.metric strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 400;
  line-height: 0.95;
  color: var(--yellow);
}

.metric span {
  display: block;
  max-width: 260px;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.68);
}

.band {
  padding: clamp(72px, 10vw, 148px) clamp(22px, 5vw, 72px);
  background: var(--navy);
  border-bottom: 1px solid var(--line);
}

.band--blue {
  background: var(--blue);
}

.band--yellow {
  background: var(--yellow);
  color: var(--blue);
}

.band--yellow .section-kicker,
.band--yellow .section-copy,
.band--yellow .timeline__copy,
.band--yellow .mini-label {
  color: var(--blue);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(32px, 6vw, 92px);
  align-items: start;
}

.section-kicker,
.mini-label {
  margin: 0 0 18px;
  font-family: var(--mono);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.64);
  text-transform: uppercase;
}

.section-title {
  font-size: clamp(42px, 7vw, 104px);
  line-height: 0.95;
}

.section-copy {
  max-width: 670px;
  margin: 24px 0 0;
  font-family: var(--mono);
  font-size: clamp(17px, 1.6vw, 23px);
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.72);
}

.steps {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.step-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  min-height: 110px;
  padding: 24px;
  background: var(--navy-2);
}

.step-row strong {
  font-family: var(--display);
  font-size: 38px;
  font-weight: 400;
  color: var(--yellow);
}

.step-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 400;
  line-height: 1;
}

.step-row p {
  margin: 10px 0 0;
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid currentColor;
}

.timeline__item {
  min-height: 300px;
  padding: clamp(22px, 3vw, 42px);
  border-right: 1px solid currentColor;
}

.timeline__item:last-child {
  border-right: 0;
}

.timeline__weeks {
  display: inline-flex;
  margin-bottom: 44px;
  padding: 8px 12px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 13px;
}

.timeline h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
}

.timeline__copy {
  margin: 18px 0 0;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.72);
}

.screens {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.screen-card {
  position: relative;
  overflow: hidden;
  min-height: 580px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--surface);
}

.screen-card img {
  width: 100%;
  height: 100%;
  min-height: 580px;
  object-fit: cover;
  object-position: top center;
}

.screen-card figcaption {
  position: absolute;
  inset: auto 12px 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(11, 11, 30, 0.78);
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.trust-item {
  min-height: 250px;
  padding: 32px;
  background: var(--navy);
}

.trust-item h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(30px, 3.5vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.trust-item p {
  margin: 22px 0 0;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

.faq {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: clamp(30px, 7vw, 96px);
}

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

.qa details {
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
}

.qa summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--display);
  font-size: clamp(26px, 3vw, 42px);
}

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

.qa p {
  margin: 14px 0 0;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.68);
}

.final-cta {
  min-height: 72svh;
  display: grid;
  align-items: center;
  padding: clamp(74px, 10vw, 150px) clamp(22px, 5vw, 72px);
  background: var(--blue);
}

.final-cta h2 {
  max-width: 1040px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(54px, 9vw, 138px);
  line-height: 0.92;
  font-weight: 400;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 28px clamp(22px, 5vw, 72px);
  background: var(--navy);
  border-top: 1px solid var(--line);
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.54);
}

.gym-hero__poster {
  position: absolute;
  right: 0;
  top: 72px;
  bottom: 0;
  width: min(53vw, 800px);
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0.96;
}

.gym-hero__poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.gym-hero__content {
  width: min(720px, 43vw);
  align-self: center;
  padding-bottom: clamp(20px, 4vh, 56px);
}

.gym-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.gym-strip img {
  width: 100%;
  aspect-ratio: 1.1;
  object-fit: cover;
  filter: grayscale(1) contrast(1.05);
  border-right: 1px solid var(--line);
}

.station-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.station {
  min-height: 430px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  background: var(--blue);
}

.station:nth-child(even) {
  background: var(--navy);
}

.station:last-child {
  border-right: 0;
}

.station__number {
  display: block;
  margin-bottom: 70px;
  font-family: var(--mono);
  color: var(--yellow);
}

.station h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(32px, 4vw, 62px);
  font-weight: 400;
  line-height: 0.98;
}

.station p {
  margin: 24px 0 0;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.46;
  color: rgba(255, 255, 255, 0.72);
}

.level-wall {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
}

.level-image {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: var(--blue);
}

.level-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: contain;
  object-position: top center;
}

.screen-card--wide img {
  object-fit: contain;
  background: var(--navy);
}

.poster-copy {
  display: grid;
  align-content: space-between;
  min-height: 680px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.poster-copy__line {
  padding: clamp(24px, 4vw, 46px) 0;
  border-bottom: 1px solid var(--line);
}

.poster-copy__line:last-child {
  border-bottom: 0;
}

.poster-copy__line h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(42px, 6vw, 92px);
  font-weight: 400;
  line-height: 0.95;
}

.poster-copy__line p {
  max-width: 760px;
  margin: 18px 0 0;
  font-family: var(--mono);
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.68);
}

.download-ribbon {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 34px clamp(22px, 5vw, 72px);
  background: var(--yellow);
  color: var(--blue);
}

.download-ribbon h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.96;
}

.download-ribbon .android-pill {
  border-color: var(--blue);
  color: var(--blue);
}

.route-index {
  display: grid;
  min-height: 100vh;
  padding: clamp(26px, 5vw, 72px);
  background: var(--navy);
}

.route-index__logo {
  width: 130px;
}

.route-index h1 {
  max-width: 960px;
  margin: 18vh 0 0;
  font-family: var(--display);
  font-size: clamp(54px, 9vw, 128px);
  line-height: 0.92;
  font-weight: 400;
}

.route-index__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
}

.route-link {
  min-height: 260px;
  padding: 30px;
  background: var(--blue);
}

.route-link:nth-child(2) {
  background: var(--surface);
}

.route-link span {
  display: block;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--yellow);
  text-transform: uppercase;
}

.route-link strong {
  display: block;
  margin-top: 60px;
  font-family: var(--display);
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 400;
  line-height: 0.96;
}

.route-link p {
  max-width: 500px;
  margin: 18px 0 0;
  font-family: var(--mono);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .topbar__nav {
    display: none;
  }

  .topbar__cta .android-pill {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 104px;
  }

  .hero__stage {
    position: relative;
    inset: auto;
    z-index: 0;
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 12px;
    min-height: 430px;
    order: 2;
    margin-top: 34px;
  }

  .hero__content,
  .gym-hero__content {
    padding-bottom: 0;
  }

  .hero__shot,
  .hero__shot--main,
  .hero__shot--side,
  .hero__shot--wide {
    position: static;
    width: auto;
    height: 430px;
    aspect-ratio: auto;
    opacity: 1;
  }

  .hero__shot--wide {
    display: none;
  }

  .below-hero,
  .station-grid,
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric:nth-child(2) {
    border-right: 0;
  }

  .metric:nth-child(1),
  .metric:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .section-grid,
  .faq,
  .level-wall {
    grid-template-columns: 1fr;
  }

  .timeline,
  .screens {
    grid-template-columns: 1fr;
  }

  .timeline__item,
  .station {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .timeline__item:last-child,
  .station:last-child {
    border-bottom: 0;
  }

  .gym-hero__poster {
    position: relative;
    order: 2;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 540px;
    margin-top: 34px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
  }

  .gym-hero__content {
    order: 1;
    width: 100%;
  }

  .route-index__links,
  .download-ribbon {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar {
    height: 64px;
    padding: 0 16px;
  }

  .topbar__logo {
    width: 92px;
  }

  .badge-appstore {
    width: 132px;
  }

  .hero {
    padding: 92px 16px 26px;
  }

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

  .hero__sub {
    font-size: 16px;
  }

  .eyebrow::after {
    width: 72px;
  }

  .below-hero,
  .station-grid,
  .trust-grid,
  .gym-strip {
    grid-template-columns: 1fr;
  }

  .metric,
  .metric:nth-child(2),
  .metric:nth-child(3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric:last-child {
    border-bottom: 0;
  }

  .band,
  .final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .step-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .screen-card,
  .screen-card img {
    min-height: 470px;
  }

  .footer {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero__shot {
    animation: float-shot 9s ease-in-out infinite;
  }

  .hero__shot--side {
    animation-delay: -2s;
  }

  .hero__shot--wide {
    animation-delay: -4s;
  }

  .proof-chip,
  .step-row,
  .timeline__item,
  .station,
  .screen-card,
  .trust-item,
  .route-link {
    transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
  }

  .route-link:hover,
  .screen-card:hover,
  .station:hover {
    transform: translateY(-4px);
  }
}

@keyframes float-shot {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
/* clean route */
.clean-page {
  min-height: 100vh;
  background: #f7f8ff;
  color: var(--navy);
  font-family: var(--sans);
}

.clean-page .topbar {
  background: rgba(247, 248, 255, 0.84);
  border-bottom-color: rgba(11, 11, 30, 0.08);
}

.clean-page .topbar__nav,
.clean-page .android-pill,
.clean-page .outline-pill {
  color: rgba(11, 11, 30, 0.64);
  border-color: rgba(11, 11, 30, 0.22);
}

.clean-page .topbar__logo {
  filter: invert(1);
}

.clean-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 118px clamp(18px, 4vw, 56px) 0;
  text-align: center;
  isolation: isolate;
}

.clean-hero::before {
  content: "";
  position: absolute;
  inset: 19vh -14vw auto;
  height: 62vh;
  z-index: -1;
  background:
    radial-gradient(ellipse at 50% 16%, rgba(255,255,255,0.96) 0 18%, rgba(255,255,255,0.58) 34%, rgba(0,0,255,0.13) 56%, transparent 76%),
    linear-gradient(180deg, rgba(0,0,255,0.13), rgba(255,218,0,0.1) 62%, rgba(247,248,255,0));
  filter: blur(8px);
}

.clean-kicker {
  margin: 0 0 14px;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--blue);
  text-transform: uppercase;
}

.clean-hero h1 {
  width: min(870px, 100%);
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(50px, 8vw, 108px);
  line-height: 0.94;
  letter-spacing: 0;
}

.clean-hero__sub {
  width: min(560px, 100%);
  margin: 18px 0 0;
  font-family: var(--sans);
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.36;
  color: rgba(11, 11, 30, 0.66);
}

.clean-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.clean-actions .android-pill {
  min-height: 42px;
  background: rgba(255, 255, 255, 0.62);
}

.clean-rating {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(11, 11, 30, 0.52);
}

.clean-star {
  color: var(--yellow);
  text-shadow: 0 1px 0 rgba(11,11,30,.22);
}

.clean-device-stage {
  position: relative;
  width: min(920px, 100%);
  height: clamp(360px, 44vw, 520px);
  margin-top: clamp(34px, 6vh, 70px);
}

.clean-phone {
  position: absolute;
  top: 0;
  width: min(30vw, 250px);
  min-width: 178px;
  aspect-ratio: 0.49;
  padding: 10px;
  border-radius: 34px;
  background: #05050c;
  box-shadow: 0 30px 70px rgba(11, 11, 30, 0.22);
}

.clean-phone--left {
  left: 12%;
  transform: rotate(-8deg) translateY(42px);
}

.clean-phone--center {
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}

.clean-phone--right {
  right: 12%;
  transform: rotate(8deg) translateY(42px);
}

.clean-screen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 26px;
  background: var(--blue);
  color: var(--white);
  text-align: left;
}

.clean-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 38%;
  height: 20px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #05050c;
}

.clean-screen__inner {
  height: 100%;
  padding: 42px 18px 20px;
  display: grid;
  align-content: space-between;
}

.clean-screen .mini-label {
  margin: 0 0 12px;
  font-size: 10px;
  color: rgba(255,255,255,.82);
}

.clean-screen h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: .96;
}

.clean-screen p {
  margin: 12px 0 0;
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.35;
  color: rgba(255,255,255,.78);
}

.clean-meter {
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  margin: 22px auto 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.95), rgba(180,230,255,.52) 26%, rgba(255,255,255,.08) 62%, transparent 74%);
  font-family: var(--display);
  font-size: 52px;
  color: var(--white);
}

.clean-cta-bar {
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--white);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 11px;
}

.clean-panel {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 70px);
  background: var(--white);
}

.clean-panel--blue {
  background: var(--blue);
  color: var(--white);
}

.clean-panel--navy {
  background: var(--navy);
  color: var(--white);
}

.clean-panel__header {
  width: min(760px, 100%);
  margin: 0 auto 46px;
  text-align: center;
}

.clean-panel__header h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(42px, 6vw, 88px);
  line-height: .96;
}

.clean-panel__header p {
  margin: 18px auto 0;
  width: min(560px, 100%);
  font-size: 18px;
  line-height: 1.42;
  color: rgba(11, 11, 30, 0.62);
}

.clean-panel--blue .clean-panel__header p,
.clean-panel--navy .clean-panel__header p {
  color: rgba(255,255,255,.68);
}

.clean-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(1000px, 100%);
  margin: 0 auto;
}

.clean-card {
  min-height: 230px;
  padding: 26px;
  border-radius: 24px;
  background: #f4f5ff;
  border: 1px solid rgba(11, 11, 30, 0.08);
}

.clean-panel--blue .clean-card,
.clean-panel--navy .clean-card {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.16);
}

.clean-card .mini-label {
  margin: 0 0 46px;
  color: var(--blue);
}

.clean-panel--blue .clean-card .mini-label,
.clean-panel--navy .clean-card .mini-label {
  color: var(--yellow);
}

.clean-card h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

.clean-card p {
  margin: 14px 0 0;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.45;
  color: rgba(11, 11, 30, 0.6);
}

.clean-panel--blue .clean-card p,
.clean-panel--navy .clean-card p {
  color: rgba(255,255,255,.68);
}

.clean-final {
  min-height: 78svh;
  display: grid;
  place-items: center;
  padding: clamp(80px, 11vw, 150px) 20px;
  text-align: center;
  background: #f7f8ff;
}

.clean-final h2 {
  width: min(820px, 100%);
  margin: 0;
  font-family: var(--display);
  font-size: clamp(52px, 8vw, 108px);
  font-weight: 400;
  line-height: .94;
}

.clean-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 70px);
  background: #f7f8ff;
  color: rgba(11,11,30,.48);
  border-top: 1px solid rgba(11,11,30,.08);
  font-family: var(--mono);
  font-size: 12px;
}

@media (max-width: 860px) {
  .clean-phone--left,
  .clean-phone--right {
    display: none;
  }

  .clean-phone--center {
    width: min(72vw, 270px);
  }

  .clean-device-stage {
    height: 470px;
  }

  .clean-grid-3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .clean-hero {
    padding: 92px 16px 0;
  }

  .clean-hero h1 {
    font-size: clamp(46px, 14vw, 66px);
  }

  .clean-actions {
    margin-top: 20px;
  }

  .clean-footer {
    flex-direction: column;
  }
}

/* Download-first Mobbin pass: Bevel/Sana structure translated to LAST */
.download-page {
  min-height: 100vh;
  overflow: hidden;
  background: #f7f8ff;
  color: var(--navy);
}

.download-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  height: 74px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(247, 248, 255, 0.88);
  border-bottom: 1px solid rgba(11, 11, 30, 0.08);
  backdrop-filter: blur(18px);
}

.download-nav__logo {
  width: 94px;
  height: auto;
}

.download-nav__mark {
  justify-self: start;
  font-family: var(--mono);
  font-size: 20px;
  color: var(--navy);
  text-transform: uppercase;
}

.download-nav__links {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(11, 11, 30, 0.58);
  text-transform: uppercase;
}

.download-nav__badge {
  justify-self: end;
}

.download-hero {
  min-height: 90svh;
  display: grid;
  align-content: end;
  gap: clamp(34px, 5vw, 58px);
  padding: 118px clamp(16px, 5vw, 70px) 0;
  background: #f7f8ff;
  text-align: center;
}

.download-hero__copy {
  width: min(900px, 100%);
  margin: 0 auto;
}

.download-kicker {
  margin: 0 0 22px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.2;
  color: rgba(11, 11, 30, 0.58);
  text-transform: uppercase;
}

.download-hero h1,
.download-section h2,
.download-final h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
}

.download-hero h1 {
  font-size: clamp(72px, 11vw, 178px);
  line-height: 0.88;
}

.download-hero__text {
  width: min(690px, 100%);
  margin: 26px auto 0;
  font-size: clamp(19px, 2vw, 26px);
  line-height: 1.28;
  color: rgba(11, 11, 30, 0.66);
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.badge-appstore--large {
  width: 184px;
}

.download-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(11, 11, 30, 0.18);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(11, 11, 30, 0.58);
  white-space: nowrap;
}

.download-pill--dark {
  border-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.7);
}

.download-proof {
  margin: 18px 0 0;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.35;
  color: rgba(11, 11, 30, 0.46);
}

.download-product {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(8px, 2.4vw, 28px);
  width: min(980px, 100%);
  min-height: 410px;
  margin: 0 auto;
}

.download-phone {
  flex: 0 0 auto;
  width: min(22vw, 230px);
  aspect-ratio: 0.49;
  padding: 10px;
  border-radius: 34px;
  background: #05050c;
  box-shadow: 0 30px 80px rgba(11, 11, 30, 0.22);
}

.download-phone--main {
  width: min(26vw, 282px);
  transform: translateY(1px);
}

.download-phone--side {
  opacity: 0.96;
  transform: translateY(48px);
}

.download-screen {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: grid;
  align-content: space-between;
  padding: 46px 18px 20px;
  border-radius: 26px;
  background: var(--white);
  color: var(--navy);
  text-align: left;
}

.download-screen--blue {
  background: var(--blue);
  color: var(--white);
}

.download-notch {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 38%;
  height: 20px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #05050c;
}

.download-screen__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  font-family: var(--mono);
  font-size: 10px;
  color: rgba(11, 11, 30, 0.52);
  text-transform: uppercase;
}

.download-screen--blue .download-screen__top {
  color: rgba(255, 255, 255, 0.72);
}

.download-screen h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3.3vw, 44px);
  font-weight: 400;
  line-height: 0.98;
}

.download-screen p {
  margin: 14px 0 0;
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.72);
}

.download-screen button {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
}

.download-screen:not(.download-screen--blue) button {
  background: var(--blue);
  color: var(--white);
}

.download-slider,
.download-progress {
  height: 4px;
  margin: 42px 0 0;
  border-radius: 999px;
  background: rgba(11, 11, 30, 0.13);
}

.download-slider span,
.download-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: var(--blue);
}

.download-session {
  display: grid;
  place-items: center;
  width: 150px;
  height: 150px;
  margin: 28px auto 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 252, 255, 0.9), rgba(186, 236, 255, 0.36) 42%, rgba(255, 255, 255, 0.07) 72%);
  color: var(--white);
}

.download-session span {
  display: block;
  font-family: var(--display);
  font-size: 48px;
  line-height: 1;
}

.download-session small {
  display: block;
  margin-top: 8px;
  font-family: var(--mono);
  font-size: 9px;
  color: rgba(255, 255, 255, 0.68);
}

.download-strip {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 5vw, 64px);
  padding: 22px clamp(16px, 5vw, 70px);
  background: var(--white);
  border-top: 1px solid rgba(11, 11, 30, 0.08);
  border-bottom: 1px solid rgba(11, 11, 30, 0.08);
  font-family: var(--mono);
  font-size: 12px;
  color: rgba(11, 11, 30, 0.56);
  text-transform: uppercase;
}

.download-section {
  padding: clamp(78px, 11vw, 150px) clamp(18px, 6vw, 84px);
  background: var(--white);
}

.download-section--blue {
  background: var(--blue);
  color: var(--white);
}

.download-section--blue .download-kicker,
.download-section--blue .download-section__intro p {
  color: rgba(255, 255, 255, 0.72);
}

.download-section__intro {
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

.download-section h2 {
  font-size: clamp(48px, 7vw, 108px);
  line-height: 0.94;
}

.download-section__intro p {
  width: min(620px, 100%);
  margin: 22px auto 0;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.34;
  color: rgba(11, 11, 30, 0.62);
}

.download-steps {
  width: min(900px, 100%);
  margin: clamp(46px, 6vw, 76px) auto 0;
  border-top: 1px solid rgba(11, 11, 30, 0.12);
}

.download-steps article {
  display: grid;
  grid-template-columns: 64px minmax(180px, 0.9fr) minmax(220px, 1fr);
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid rgba(11, 11, 30, 0.12);
}

.download-steps span,
.download-timeline strong,
.download-timeline span,
.download-reassurance p {
  font-family: var(--mono);
}

.download-steps span {
  color: var(--blue);
  font-size: 13px;
}

.download-steps h3 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1;
}

.download-steps p {
  margin: 0;
  font-size: 18px;
  line-height: 1.38;
  color: rgba(11, 11, 30, 0.58);
}

.download-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(980px, 100%);
  margin: clamp(44px, 6vw, 76px) auto 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.download-timeline div {
  min-height: 180px;
  padding: 24px;
  display: grid;
  align-content: space-between;
  background: rgba(255, 255, 255, 0.08);
}

.download-timeline strong {
  font-size: 13px;
  color: var(--yellow);
}

.download-timeline span {
  font-size: 20px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.86);
}

.download-reassurance {
  width: min(860px, 100%);
  margin: clamp(42px, 6vw, 72px) auto 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(11, 11, 30, 0.12);
}

.download-reassurance p {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid rgba(11, 11, 30, 0.12);
  font-size: clamp(22px, 3vw, 36px);
  color: rgba(11, 11, 30, 0.82);
}

.download-final {
  min-height: 82svh;
  display: grid;
  place-items: center;
  padding: clamp(88px, 12vw, 160px) 18px;
  text-align: center;
  background: var(--navy);
  color: var(--white);
}

.download-final h2 {
  width: min(900px, 100%);
  font-size: clamp(54px, 8vw, 122px);
  line-height: 0.92;
}

.download-final .download-kicker {
  color: rgba(255, 255, 255, 0.68);
}

.download-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 70px);
  background: var(--navy);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.48);
  font-family: var(--mono);
  font-size: 12px;
}

@media (max-width: 900px) {
  .download-nav {
    grid-template-columns: auto 1fr;
  }

  .download-nav__links {
    display: none;
  }

  .download-nav__badge {
    justify-self: end;
  }

  .download-phone--side {
    display: none;
  }

  .download-phone--main {
    width: min(76vw, 300px);
  }

  .download-product {
    min-height: 500px;
  }

  .download-steps article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .download-timeline {
    grid-template-columns: 1fr;
  }

  .download-timeline div {
    min-height: 138px;
  }
}

@media (max-width: 640px) {
  .download-nav {
    height: 66px;
    padding: 0 16px;
  }

  .download-nav__logo {
    width: 82px;
  }

  .download-nav__mark {
    font-size: 17px;
  }

  .download-nav__badge .badge-appstore {
    width: 128px;
  }

  .download-hero {
    min-height: 88svh;
    padding: 92px 14px 0;
  }

  .download-hero h1 {
    font-size: clamp(58px, 18vw, 86px);
  }

  .download-hero__text {
    font-size: 18px;
  }

  .download-product {
    min-height: 450px;
  }

  .download-phone--main {
    width: min(82vw, 292px);
  }

  .download-strip {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
    white-space: normal;
  }

  .download-section,
  .download-final {
    padding-left: 16px;
    padding-right: 16px;
  }

  .download-section h2,
  .download-final h2 {
    font-size: clamp(46px, 14vw, 74px);
  }

  .download-actions {
    flex-direction: column;
  }

  .download-footer {
    flex-direction: column;
  }
}

/* LAST brand hero pass: App Store-first, real product art, science-driven copy */
.download-page--brand {
  background: var(--blue);
  color: var(--white);
}

.download-nav--brand {
  background: rgba(0, 0, 255, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.18);
}

.download-nav--brand .download-nav__logo-link {
  display: inline-flex;
  align-items: center;
  justify-self: start;
}

.download-nav--brand .download-nav__logo {
  width: 112px;
  height: auto;
}

.download-nav--brand .download-nav__links {
  color: rgba(255, 255, 255, 0.74);
}

.download-nav--brand .download-nav__links a,
.download-nav--brand .download-nav__badge {
  transition: opacity 180ms ease, transform 180ms ease;
}

.download-nav--brand .download-nav__links a:hover,
.download-nav--brand .download-nav__badge:hover {
  opacity: 0.72;
}

.last-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 116px clamp(22px, 5vw, 72px) 58px;
  background: var(--blue);
  isolation: isolate;
}

.last-hero__copy {
  position: relative;
  z-index: 2;
  width: min(610px, 100%);
}

.last-hero__logo {
  width: 156px;
  height: auto;
  margin: 0 0 54px;
}

.last-hero .download-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.last-hero h1,
.last-section h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0;
}

.last-hero h1 {
  max-width: 610px;
  font-size: 78px;
  line-height: 0.96;
}

.last-hero__text {
  max-width: 560px;
  margin: 24px 0 0;
  font-family: var(--mono);
  font-size: 20px;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.78);
}

.last-hero .download-actions {
  justify-content: flex-start;
}

.last-hero .download-pill {
  border-color: rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.05);
}

.last-hero .download-proof {
  color: rgba(255, 255, 255, 0.58);
}

.last-hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  pointer-events: none;
}

.last-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 255, 0.98) 0%, rgba(0, 0, 255, 0.86) 35%, rgba(0, 0, 255, 0.12) 68%, rgba(0, 0, 255, 0) 100%);
  pointer-events: none;
}

.last-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(11, 11, 30, 0.08);
  background: var(--white);
  color: var(--blue);
}

.last-proof-strip article {
  min-height: 154px;
  padding: 30px clamp(18px, 3vw, 42px);
  border-right: 1px solid rgba(11, 11, 30, 0.08);
}

.last-proof-strip article:last-child {
  border-right: 0;
}

.last-proof-strip strong {
  display: block;
  font-family: var(--display);
  font-size: 58px;
  font-weight: 400;
  line-height: 0.95;
}

.last-proof-strip span {
  display: block;
  max-width: 180px;
  margin-top: 16px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.35;
  color: rgba(11, 11, 30, 0.58);
}

.last-section {
  padding: 112px clamp(22px, 6vw, 86px);
  background: var(--white);
  color: var(--navy);
  border-bottom: 1px solid rgba(11, 11, 30, 0.08);
}

.last-section--science {
  background: #f7f8ff;
}

.last-section--program {
  background: var(--blue);
  color: var(--white);
}

.last-section--method {
  background: var(--navy);
  color: var(--white);
}

.last-section--expectations {
  background: var(--yellow);
  color: var(--blue);
}

.last-section__intro {
  width: min(900px, 100%);
  margin: 0 auto 58px;
  text-align: center;
}

.last-section__intro .download-kicker {
  margin-bottom: 16px;
}

.last-section h2 {
  font-size: 74px;
  line-height: 0.98;
}

.last-section__intro p {
  width: min(680px, 100%);
  margin: 22px auto 0;
  font-size: 20px;
  line-height: 1.42;
  color: rgba(11, 11, 30, 0.62);
}

.last-section--program .last-section__intro p,
.last-section--method .last-section__intro p {
  color: rgba(255, 255, 255, 0.7);
}

.last-science-grid,
.last-method-grid,
.last-results {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.last-science-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.last-science-grid article,
.last-method-grid article,
.last-results article {
  border-radius: 8px;
}

.last-science-grid article {
  min-height: 278px;
  padding: 30px;
  background: var(--white);
  border: 1px solid rgba(11, 11, 30, 0.08);
}

.last-science-grid span,
.last-method-grid span,
.last-phase-list span {
  display: block;
  margin-bottom: 46px;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--blue);
  text-transform: uppercase;
}

.last-science-grid h3,
.last-method-grid h3,
.last-phase-list h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.last-science-grid p,
.last-method-grid p,
.last-phase-list p {
  margin: 18px 0 0;
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.48;
}

.last-science-grid p {
  color: rgba(11, 11, 30, 0.58);
}

.last-phase-list {
  width: min(1080px, 100%);
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.last-phase-list article {
  display: grid;
  grid-template-columns: 180px minmax(260px, 0.8fr) minmax(320px, 1fr);
  gap: 28px;
  align-items: start;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.last-phase-list span,
.last-method-grid span {
  color: var(--yellow);
}

.last-phase-list p,
.last-method-grid p {
  color: rgba(255, 255, 255, 0.7);
}

.last-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.last-method-grid article {
  min-height: 340px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
}

.last-method-grid h3 {
  font-size: 34px;
}

.last-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(0, 0, 255, 0.48);
}

.last-results article {
  min-height: 250px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.34);
  color: var(--blue);
}

.last-results strong {
  display: block;
  margin-bottom: 70px;
  font-family: var(--display);
  font-size: 46px;
  font-weight: 400;
  line-height: 1;
}

.last-results span {
  display: block;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.45;
}

.download-page--brand .download-final {
  background: var(--blue);
}

.download-page--brand .download-final h2 {
  font-size: 82px;
  line-height: 0.96;
}

.download-proof--final {
  color: rgba(255, 255, 255, 0.58);
}

@media (prefers-reduced-motion: no-preference) {
  .last-hero__image {
    animation: last-phone-float 9s ease-in-out infinite;
  }

  .last-science-grid article,
  .last-method-grid article,
  .last-results article {
    transition: transform 180ms ease, border-color 180ms ease;
  }

  .last-science-grid article:hover,
  .last-method-grid article:hover,
  .last-results article:hover {
    transform: translateY(-4px);
  }

  .badge-appstore,
  .download-pill {
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .badge-appstore:hover,
  .download-pill:hover {
    transform: translateY(-2px);
  }
}

@keyframes last-phone-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -10px, 0) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  .last-hero__image,
  .last-science-grid article,
  .last-method-grid article,
  .last-results article,
  .badge-appstore,
  .download-pill {
    animation: none;
    transition: none;
  }
}

@media (max-width: 1020px) {
  .last-hero {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .last-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 255, 0.98) 0%, rgba(0, 0, 255, 0.78) 48%, rgba(0, 0, 255, 0) 100%);
  }

  .last-hero__copy {
    width: min(680px, 100%);
    padding-bottom: 26px;
  }

  .last-hero__image {
    position: relative;
    inset: auto;
    width: calc(100% + 44px);
    height: auto;
    margin: 10px -22px 0;
    object-fit: contain;
  }

  .last-proof-strip,
  .last-science-grid,
  .last-method-grid,
  .last-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .last-phase-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .last-phase-list span,
  .last-science-grid span,
  .last-method-grid span {
    margin-bottom: 12px;
  }
}

@media (max-width: 700px) {
  .download-nav--brand {
    grid-template-columns: auto 1fr;
    height: 66px;
  }

  .download-nav--brand .download-nav__logo {
    width: 86px;
  }

  .download-nav--brand .download-nav__badge .badge-appstore {
    width: 126px;
  }

  .last-hero {
    display: block;
    padding: 86px 16px 0;
  }

  .last-hero__copy {
    width: 100%;
    max-width: 358px;
  }

  .last-hero__logo {
    display: none;
  }

  .last-hero h1 {
    font-size: 48px;
  }

  .last-hero__text {
    font-size: 16px;
  }

  .last-hero .download-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .last-hero .download-kicker,
  .last-hero .download-proof {
    max-width: 330px;
  }

  .last-hero__image {
    width: 720px;
    max-width: none;
    margin: -34px 0 0 -258px;
  }

  .last-proof-strip,
  .last-science-grid,
  .last-method-grid,
  .last-results {
    grid-template-columns: 1fr;
  }

  .last-proof-strip article,
  .last-science-grid article,
  .last-method-grid article,
  .last-results article {
    min-height: auto;
  }

  .last-proof-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(11, 11, 30, 0.08);
  }

  .last-section {
    padding: 78px 16px;
  }

  .last-section h2,
  .download-page--brand .download-final h2 {
    font-size: 52px;
  }

  .last-section__intro p {
    font-size: 17px;
  }

  .last-science-grid h3,
  .last-phase-list h3 {
    font-size: 34px;
  }

  .last-method-grid h3 {
    font-size: 30px;
  }

  .last-results strong {
    margin-bottom: 26px;
  }
}
