/* TRAX public landing page. Every page-specific selector is namespaced so the
   Beta application flow can continue to use beta.css without regressions. */

.landing-page {
  --landing-blue: #0a1229;
  --landing-orange: #fa7a35;
  --landing-orange-hover: #ff8b4a;
  --landing-line: rgba(255, 255, 255, .12);
  --landing-muted: rgba(255, 255, 255, .68);
  --landing-soft: rgba(255, 255, 255, .04);
  min-width: 320px;
  background: var(--landing-blue);
  color: #fff;
  font-family: "IBM Plex Sans", system-ui, sans-serif;
}

.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}

.landing-page button,
.landing-page input,
.landing-page summary {
  font-family: "IBM Plex Sans", system-ui, sans-serif;
}

.landing-page main {
  overflow: clip;
}

.landing-page main:focus {
  outline: 0;
}

.landing-page img {
  display: block;
  max-width: 100%;
}

.landing-page h1,
.landing-page h2,
.landing-page h3,
.landing-page p,
.landing-page figure,
.landing-page dl,
.landing-page dd {
  margin-top: 0;
}

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

.landing-page h1,
.landing-page h2 {
  font-weight: 500;
  letter-spacing: -.045em;
}

.landing-page h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(38px, 5vw, 70px);
  line-height: 1.02;
}

.landing-page h3 {
  font-weight: 500;
}

.landing-page .button--primary,
.landing-page .landing-header__apply,
.landing-page .landing-menu__apply {
  border-color: var(--landing-orange);
  background: var(--landing-orange);
  color: #1a0e04;
}

.landing-page .button--primary:hover,
.landing-page .landing-header__apply:hover,
.landing-page .landing-menu__apply:hover {
  border-color: var(--landing-orange-hover);
  background: var(--landing-orange-hover);
  color: #1a0e04;
}

.landing-container {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.landing-container--narrow {
  width: min(920px, calc(100% - 64px));
}

.landing-skip-link {
  position: fixed;
  top: 12px;
  left: 14px;
  z-index: 100;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--landing-blue);
  font-weight: 600;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .16s ease;
}

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

.landing-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 8px max(32px, calc((100% - 1320px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: rgba(10, 18, 41, .08);
}

.landing-brand {
  min-width: 112px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}

.landing-brand img {
  width: 60px;
  height: 50px;
  object-fit: contain;
}

.landing-brand span {
  padding: 5px 9px;
  border: 1px solid var(--landing-orange);
  border-radius: 6px;
  background: rgba(10, 18, 41, .78);
  color: var(--landing-orange-hover);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
}

.landing-header__desktop {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 30px);
}

.landing-header__desktop a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}

.landing-header__desktop a:hover {
  color: #fff;
}

.landing-header__desktop .landing-header__apply {
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--landing-orange);
  border-radius: 999px;
  font-weight: 600;
}

.landing-menu {
  display: none;
}

.landing-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  isolation: isolate;
  background: var(--landing-blue);
}

.landing-hero__image,
.landing-hero__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.landing-hero__image img {
  object-fit: cover;
  object-position: right center;
}

.landing-hero__top-shade {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 320px;
  background: url("/static/public/assets/landing/generated/navigation-shade.png") top / 100% 100% no-repeat;
  pointer-events: none;
}

.landing-hero__inner {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: 104px;
  padding-bottom: 28px;
}

.landing-hero__panel {
  width: min(590px, 50%);
  padding: clamp(30px, 3vw, 42px);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 19px;
  background: rgba(10, 18, 41, .73);
  box-shadow: 0 24px 68px rgba(0, 0, 0, .26);
  backdrop-filter: blur(7px);
  transform: translateY(22px);
}

.landing-hero h1 {
  max-width: 540px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(50px, 5.3vw, 76px);
  font-weight: 600;
  line-height: .93;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.landing-hero h1 em {
  color: #fff;
  font-style: italic;
  font-weight: inherit;
}

.landing-hero__tagline {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(20px, 1.7vw, 25px);
  font-weight: 600;
  line-height: 1.25;
}

.landing-hero__body {
  max-width: 530px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15.5px;
  line-height: 1.58;
}

.landing-hero__tagline,
.landing-hero__body {
  margin-left: 3px;
}

.landing-hero__body,
.landing-product__story h3,
.landing-final__copy p {
  text-wrap: pretty;
}

.landing-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 24px;
}

.landing-hero__actions .button,
.landing-beta-invite .button,
.landing-final .button,
.landing-newsletter .button {
  min-height: 50px;
  padding-inline: 24px;
}

.landing-kicker {
  display: block;
  color: var(--landing-orange);
  font-family: "IBM Plex Sans", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2em;
}

.landing-text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--landing-orange-hover);
  font-weight: 600;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

.landing-text-link--light {
  color: #fff;
}

.landing-text-link:hover {
  color: #fff;
}

.landing-section,
.landing-final {
  scroll-margin-top: 24px;
}

.landing-section {
  padding: clamp(84px, 8.8vw, 128px) 0;
  border-top: 1px solid var(--landing-line);
  background: var(--landing-blue);
}

.landing-section__intro {
  margin-bottom: 62px;
}

.landing-section__intro .landing-kicker {
  margin-bottom: 22px;
}

.landing-section__intro--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: 70px;
}

.landing-section__intro--split > p,
.landing-section__intro--split > div:last-child > p,
.landing-copy p,
.landing-training__copy > p,
.landing-beta-invite__copy p,
.landing-newsletter__inner > div > p,
.landing-final__inner > p {
  margin-bottom: 18px;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

.landing-section__intro--split > p,
.landing-section__intro--split > div:last-child > p {
  margin-bottom: 0;
}

.landing-copy p:last-child {
  margin-bottom: 0;
}

.landing-section__intro--center {
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}

.landing-section__intro--center .landing-kicker {
  margin-inline: auto;
}

.landing-section__intro--center h2 {
  margin-inline: auto;
}

.landing-section__intro--center > p {
  max-width: 700px;
  margin: 24px auto 0;
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 1.6;
}

.landing-beta-invite {
  padding-block: clamp(68px, 7vw, 96px);
}

.landing-beta-invite__inner {
  max-width: 900px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.landing-beta-invite .landing-kicker {
  margin-bottom: 22px;
}

.landing-beta-invite h2 {
  margin-inline: auto;
  font-size: clamp(38px, 4.7vw, 64px);
}

.landing-beta-invite__inner > p {
  max-width: 680px;
  margin: 28px auto 28px;
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.65;
}

.landing-film__facade {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--landing-line);
  border-radius: 22px;
  background: var(--landing-blue);
}

.landing-film__facade picture,
.landing-film__facade picture img,
.landing-film__facade iframe {
  width: 100%;
  height: 100%;
}

.landing-film__facade picture img {
  object-fit: cover;
  object-position: center 46%;
  filter: brightness(.77);
}

.landing-film__facade [data-vimeo-play] {
  position: absolute;
  inset: 0;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  background: rgba(10, 18, 41, .18);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease;
}

.landing-film__facade [data-vimeo-play] .icon {
  width: 68px;
  height: 68px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--landing-orange);
  color: #1a0e04;
}

.landing-film__facade [data-vimeo-play]:hover {
  background: rgba(10, 18, 41, .38);
}

.landing-film__facade iframe {
  position: absolute;
  inset: 0;
  border: 0;
}

.landing-product {
  padding-bottom: clamp(72px, 7vw, 104px);
}

.landing-product .landing-section__intro--split {
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
  align-items: center;
  gap: 60px;
}

.landing-product .landing-section__intro--split > div:first-child {
  transform: translateY(-10px);
}

.landing-product h2 {
  max-width: 720px;
  font-size: clamp(40px, 4.4vw, 62px);
}

.landing-copy {
  max-width: 520px;
  display: grid;
  gap: 20px;
}

.landing-copy p {
  padding-top: 18px;
  border-top: 1px solid var(--landing-line);
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}

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

.landing-product__story article {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto minmax(4.3rem, auto);
  padding-bottom: 34px;
  border-bottom: 1px solid var(--landing-line);
}

.landing-product__image {
  aspect-ratio: 3 / 2;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--landing-line);
  border-radius: 18px;
  background: var(--landing-blue);
}

.landing-product__image--coaching {
  background: #f1f1f5;
}

.landing-product__image picture,
.landing-product__image img {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-product__image img {
  object-fit: cover;
}

.landing-product__story article > span,
.landing-app figcaption span {
  color: var(--landing-orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
}

.landing-product__story article > span {
  width: 100%;
  display: block;
  margin-top: 24px;
}

.landing-product__story h3 {
  margin: 14px 0 0;
  font-size: clamp(22px, 1.8vw, 27px);
  line-height: 1.18;
}

.landing-app {
  padding-top: clamp(54px, 6vw, 84px);
  border-top: 0;
}

.landing-app__intro {
  align-items: center;
  margin-bottom: 42px;
}

.landing-app__sequence {
  position: relative;
  height: 340svh;
  min-height: 2500px;
}

.landing-app__stage {
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  width: min(1040px, 100%);
  height: 100svh;
  min-height: 720px;
  margin-inline: auto;
  padding: 54px 0 38px;
  overflow: hidden;
}

.landing-app figure {
  min-width: 0;
  margin: 0;
  opacity: .48;
  transition: opacity .22s ease;
}

.landing-app figure.is-active,
.landing-app figure.is-complete {
  opacity: 1;
}

.landing-app figcaption {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-inline: 4px;
  text-align: center;
  transition: opacity .22s ease;
}

.landing-app figcaption strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.landing-app figure > div {
  position: relative;
  width: min(100%, 286px);
  aspect-ratio: 1904 / 3888;
  margin-inline: auto;
}

.landing-app figure:nth-child(2) > div {
  width: min(100%, 310px);
}

.landing-app figure > div::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: url("/static/public/assets/landing/source/app-phone-frame.avif") center / 100% 100% no-repeat;
  pointer-events: none;
}

.landing-app figure picture {
  position: absolute;
  inset: 1.7% 5.8% 1.6% 6.1%;
  z-index: 1;
  overflow: hidden;
  border-radius: 12.5% / 6.2%;
  background: var(--landing-blue);
}

.landing-app figure picture img {
  width: 100%;
  height: auto;
  max-width: none;
  will-change: transform;
}

.landing-training__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(440px, 1.2fr);
  align-items: center;
  gap: 90px;
}

.landing-training__copy .landing-kicker {
  margin-bottom: 22px;
}

.landing-training__copy h2 {
  margin-bottom: 28px;
}

.landing-training__screens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 20px;
}

.landing-training__screens picture:last-child {
  transform: translateY(44px);
}

.landing-training__screens img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 38px rgba(0, 0, 0, .25));
}

.landing-faq h2 {
  margin: 22px 0 54px;
}

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

.landing-faq details {
  overflow: clip;
  border-bottom: 1px solid var(--landing-line);
}

.landing-faq summary {
  min-height: 76px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  padding: 24px 6px;
  list-style: none;
  color: #fff;
  cursor: pointer;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 500;
  line-height: 1.3;
}

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

.landing-faq summary::marker {
  content: "";
}

.landing-faq__marker {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .28em;
  color: var(--landing-orange);
  transform-origin: center;
  transition: transform .2s ease;
}

.landing-faq__marker .icon,
.landing-faq__marker svg {
  width: 100%;
  height: 100%;
  display: block;
}

.landing-faq details[open] .landing-faq__marker {
  transform: rotate(90deg);
}

.landing-faq__question {
  min-width: 0;
  display: block;
  text-wrap: pretty;
}

.landing-faq__answer {
  overflow: hidden;
}

.landing-faq details p {
  max-width: none;
  margin: -4px 0 0;
  padding: 0 8px 30px 38px;
  color: var(--landing-muted);
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-word;
  hyphens: none;
}

.landing-faq details a {
  color: var(--landing-orange-hover);
  text-underline-offset: 4px;
}

.landing-library__mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  grid-template-rows: repeat(3, 205px);
  gap: 18px;
}

.landing-library__card {
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--landing-line);
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
}

.landing-library__card--feature {
  grid-row: 1 / -1;
}

.landing-library__card picture,
.landing-library__card img {
  width: 100%;
  height: 100%;
}

.landing-library__card img {
  object-fit: cover;
  transition: transform .35s ease;
}

.landing-library__card--feature img {
  object-position: center 56%;
}

.landing-library__card > span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px 18px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 13px;
  background: rgba(10, 18, 41, .92);
}

.landing-library__card small {
  grid-column: 1 / -1;
  color: var(--landing-orange-hover);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
}

.landing-library__card strong {
  overflow: hidden;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.landing-library__card em {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  white-space: nowrap;
}

.landing-library__card:not(.landing-library__card--feature) > span {
  min-height: 70px;
  padding-block: 12px;
}

.landing-library__card:hover img {
  transform: scale(1.035);
}

.landing-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
  gap: 90px;
  align-items: start;
}

.landing-newsletter .landing-kicker {
  margin-bottom: 22px;
}

.landing-newsletter h2 {
  font-size: clamp(38px, 4.5vw, 62px);
}

.landing-newsletter__inner > div > p {
  margin-top: 24px;
}

.landing-newsletter__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid var(--landing-line);
  border-radius: 20px;
  background: var(--landing-soft);
}

.newsletter-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.landing-newsletter__fields {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 22px;
}

.landing-newsletter__email {
  grid-column: 1 / -1;
}

.landing-newsletter__form label > span {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 500;
}

.landing-newsletter__form input {
  min-height: 50px;
  border-color: var(--landing-line);
  background: rgba(255, 255, 255, .035);
  color: #fff;
}

.landing-newsletter__form input:focus {
  border-color: var(--landing-orange);
  box-shadow: 0 0 0 3px rgba(250, 122, 53, .14);
}

.landing-newsletter__form .button {
  margin-top: 4px;
}

.landing-newsletter__form .landing-newsletter__consent {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .54);
  font-size: 12px;
  line-height: 1.55;
}

.landing-newsletter__consent a,
.landing-newsletter__status a {
  color: #fff;
  text-underline-offset: 3px;
}

.landing-newsletter__status {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  line-height: 1.5;
}

.landing-newsletter__status--success {
  color: #fff;
}

.landing-newsletter__status--error {
  color: #ffb59a;
}

.landing-final {
  padding: clamp(96px, 12vw, 170px) 0 90px;
  border-top: 1px solid var(--landing-line);
  background: var(--landing-blue);
}

.landing-final__inner {
  text-align: left;
}

.landing-final__top {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: end;
  gap: clamp(56px, 8vw, 120px);
}

.landing-final .landing-kicker {
  margin-bottom: 24px;
}

.landing-final h2 {
  max-width: 760px;
  margin: 0;
}

.landing-final__copy p {
  margin: 0 0 28px;
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 1.65;
}

.landing-final__top + .landing-final__facts {
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 82px 0 0;
  border-block: 1px solid var(--landing-line);
}

.landing-final__facts > div {
  padding: 24px;
  border-right: 1px solid var(--landing-line);
}

.landing-final__facts > div:last-child {
  border-right: 0;
}

.landing-final__facts dt {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .52);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.landing-final__facts dd {
  margin: 0;
  color: #fff;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 500;
}

.landing-footer {
  padding: 34px 0;
  border-top: 1px solid var(--landing-line);
  background: var(--landing-blue);
}

.landing-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px 40px;
}

.landing-footer__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.landing-footer__brand img {
  width: 58px;
  height: 48px;
  object-fit: contain;
}

.landing-footer__brand strong {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 600;
}

.landing-footer nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
}

.landing-footer a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  text-underline-offset: 4px;
}

.landing-footer a:hover {
  color: #fff;
}

.landing-footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, .46);
  font-size: 12px;
}

.landing-page.landing-menu-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .landing-header {
    min-height: 82px;
  }

  .landing-header__desktop {
    display: none;
  }

  .landing-menu {
    display: block;
  }

  .landing-menu summary {
    min-width: 48px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(10, 18, 41, .72);
    color: #fff;
    cursor: pointer;
    list-style: none;
  }

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

  .landing-menu__close {
    display: none;
  }

  .landing-menu[open] .landing-menu__open {
    display: none;
  }

  .landing-menu[open] .landing-menu__close {
    display: inline-flex;
  }

  .landing-menu nav {
    position: absolute;
    top: calc(100% - 8px);
    right: max(32px, calc((100% - 1320px) / 2));
    width: min(420px, calc(100vw - 64px));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    max-height: calc(100svh - 112px);
    padding: 18px 22px 24px;
    overflow-y: auto;
    border: 1px solid var(--landing-line);
    border-radius: 16px;
    background: var(--landing-blue);
    box-shadow: 0 24px 64px rgba(0, 0, 0, .3);
  }

  .landing-menu nav a {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    border-bottom: 1px solid var(--landing-line);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .landing-menu nav .landing-menu__apply {
    justify-content: center;
    margin-top: 18px;
    padding-inline: 22px;
    border: 1px solid var(--landing-orange);
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
  }

  .landing-hero__panel {
    width: min(580px, 62%);
  }

  .landing-section__intro--split,
  .landing-newsletter__inner {
    gap: 48px;
  }

  .landing-training__grid {
    grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
    gap: 48px;
  }

  .landing-app__stage {
    min-height: 660px;
  }
}

@media (max-width: 900px) {
  .landing-hero__panel {
    width: min(560px, 72%);
  }

  .landing-section__intro--split,
  .landing-beta-invite__inner,
  .landing-training__grid,
  .landing-newsletter__inner {
    grid-template-columns: 1fr;
  }

  .landing-section__intro--split {
    align-items: start;
  }

  .landing-product .landing-section__intro--split > div:first-child {
    transform: none;
  }

  .landing-section__intro--split > p,
  .landing-section__intro--split > div:last-child {
    max-width: 680px;
  }

  .landing-product__story {
    grid-template-columns: 1fr;
  }

  .landing-product__story article {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
    grid-template-rows: auto 1fr;
    gap: 8px 28px;
    align-items: start;
  }

  .landing-product__image {
    grid-row: 1 / 3;
    height: auto;
    margin-bottom: 0;
  }

  .landing-product__story h3 {
    margin-top: 8px;
  }

  .landing-product__story article > span {
    margin-top: 8px;
  }

  .landing-app__stage {
    min-height: 600px;
    padding-inline: 16px;
  }

  .landing-app figcaption strong {
    font-size: 14px;
  }

  .landing-training__copy {
    max-width: 700px;
  }

  .landing-training__screens {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .landing-library__mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 430px 220px 220px;
  }

  .landing-library__card--feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .landing-library__card:last-child {
    grid-column: 1 / -1;
  }

  .landing-newsletter__form {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .landing-container,
  .landing-container--narrow {
    width: min(100% - 40px, 620px);
  }

  .landing-page h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .landing-header {
    min-height: 76px;
    padding: 6px 20px;
  }

  .landing-brand {
    min-width: auto;
    min-height: 52px;
  }

  .landing-brand img {
    width: 56px;
    height: 48px;
  }

  .landing-brand span {
    font-size: 10px;
  }

  .landing-menu nav {
    top: calc(100% - 6px);
    right: 20px;
    width: calc(100vw - 40px);
    padding-inline: 18px;
  }

  .landing-hero {
    min-height: 0;
  }

  .landing-hero__image {
    bottom: auto;
    height: 520px;
  }

  .landing-hero__image img {
    object-position: center top;
  }

  .landing-hero__inner {
    align-items: flex-start;
    min-height: 0;
    padding-top: 270px;
    padding-bottom: 32px;
  }

  .landing-hero__panel {
    width: 100%;
    padding: 25px 24px 24px;
    border-radius: 18px;
    background: rgba(10, 18, 41, .8);
    transform: none;
  }

  .landing-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(44px, 13.5vw, 60px);
  }

  .landing-hero__tagline {
    font-size: 20px;
  }

  .landing-hero__body {
    font-size: 14.5px;
    line-height: 1.5;
  }

  .landing-hero__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 20px;
  }

  .landing-hero__actions .button,
  .landing-hero__actions .landing-text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .landing-section {
    padding-block: 76px;
  }

  .landing-section__intro {
    margin-bottom: 42px;
  }

  .landing-section__intro--split,
  .landing-training__grid,
  .landing-newsletter__inner {
    gap: 36px;
  }

  .landing-beta-invite__inner {
    gap: 0;
  }

  .landing-section__intro--split > p,
  .landing-section__intro--split > div:last-child > p,
  .landing-copy p,
  .landing-training__copy > p,
  .landing-beta-invite__inner > p,
  .landing-newsletter__inner > div > p,
  .landing-final__inner > p {
    font-size: 16px;
  }

  .landing-beta-invite {
    padding-block: 72px;
  }

  .landing-beta-invite .button {
    width: 100%;
  }

  .landing-film__facade {
    aspect-ratio: 4 / 3;
    border-radius: 16px;
  }

  .landing-film__facade picture img {
    object-position: 58% center;
  }

  .landing-film__facade [data-vimeo-play] .icon {
    width: 58px;
    height: 58px;
  }

  .landing-product__story article {
    display: block;
  }

  .landing-product .landing-section__intro--split {
    display: block;
  }

  .landing-product .landing-section__intro--split > div,
  .landing-product .landing-copy {
    width: 100%;
    max-width: none;
    min-width: 0;
  }

  .landing-product h2 {
    max-width: none;
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.02;
  }

  .landing-product .landing-copy {
    margin-top: 38px;
    gap: 18px;
  }

  .landing-product .landing-copy p {
    width: 100%;
    margin-bottom: 0;
    padding-top: 18px;
    text-align: left;
  }

  .landing-product__image {
    height: auto;
    margin-bottom: 22px;
  }

  .landing-product__story article > span {
    display: block;
  }

  .landing-product__story h3 {
    margin: 12px 0 0;
  }

  .landing-app__stage {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    height: auto;
    min-height: 0;
    padding: 10px 0 18px;
    overflow: visible;
  }

  .landing-app__sequence {
    height: auto;
    min-height: 0;
  }

  .landing-app figure,
  .landing-app figure:nth-child(1),
  .landing-app figure:nth-child(2),
  .landing-app figure:nth-child(3) {
    width: min(100%, 360px);
    opacity: 1;
    transform: none;
  }

  .landing-app figcaption {
    justify-content: center;
  }

  .landing-training__screens {
    gap: 10px;
  }

  .landing-training__screens picture:last-child {
    transform: translateY(24px);
  }

  .landing-faq h2 {
    margin-bottom: 36px;
  }

  .landing-faq summary {
    min-height: 68px;
    grid-template-columns: 16px minmax(0, 1fr);
    column-gap: 12px;
    padding: 20px 4px;
    font-size: 19px;
  }

  .landing-faq__marker {
    width: 16px;
    height: 16px;
    margin-top: .22em;
  }

  .landing-faq details p {
    margin-left: 0;
    padding: 0 4px 26px 32px;
    font-size: 15px;
  }

  .landing-library__mosaic {
    display: flex;
    flex-direction: column;
  }

  .landing-library__card,
  .landing-library__card--feature {
    min-height: 310px;
  }

  .landing-library__card strong {
    white-space: normal;
  }

  .landing-library__card > span,
  .landing-library__card:not(.landing-library__card--feature) > span {
    min-height: 0;
  }

  .landing-newsletter__form {
    padding: 22px;
  }

  .landing-newsletter__fields {
    grid-template-columns: 1fr;
  }

  .landing-newsletter__form .button {
    width: 100%;
  }

  .landing-final {
    padding-top: 96px;
  }

  .landing-final__top {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 32px;
  }

  .landing-final__copy p {
    font-size: 16px;
  }

  .landing-final__top + .landing-final__facts {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 52px;
  }

  .landing-final__facts > div {
    min-width: 0;
    width: 100%;
    padding: 22px 0;
    border-right: 0;
    border-bottom: 1px solid var(--landing-line);
  }

  .landing-final__facts > div:last-child {
    border-bottom: 0;
  }

  .landing-footer__inner {
    grid-template-columns: 1fr;
  }

  .landing-footer nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 22px;
  }

  .landing-footer p {
    grid-column: auto;
  }
}

@media (max-width: 380px) {
  .landing-container,
  .landing-container--narrow {
    width: calc(100% - 32px);
  }

  .landing-hero__panel {
    padding: 24px 20px;
  }

  .landing-hero__image {
    height: 500px;
  }

  .landing-hero__inner {
    padding-top: 250px;
  }

  .landing-hero h1 {
    font-size: 45px;
  }

  .landing-hero__body {
    font-size: 14px;
  }

  .landing-library__card,
  .landing-library__card--feature {
    min-height: 280px;
  }

  .landing-library__card > span {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 14px;
  }
}

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

  .landing-page *,
  .landing-page *::before,
  .landing-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .landing-app figure picture img {
    transform: none !important;
  }
}
