/* Source: app/templates/pages/landing.html */
.page > .navbar,
  .page-wrapper > .footer {
    display: none;
  }

  body,
  .page,
  .page-wrapper,
  .page-body {
    background: #fff;
  }

  .page-body {
    margin-top: 0;
    padding: 0;
    font-family: "Geologica", sans-serif;
    overflow-x: hidden;
  }

  .page-body > .container-xl {
    width: 100%;
    max-width: none;
    padding: 0;
    background: #fff;
  }

  .ribele-landing {
    --ribele-blue: #513bfe;
    --ribele-ink: #050505;
    --ribele-soft: #f6f5ff;
    --ribele-line: #dedee5;
    --ribele-muted: #5c5c66;
    --landing-scale: min(calc(100vw / 1728px), 1);
    width: 1728px;
    margin-left: calc((100vw - (1728px * var(--landing-scale))) / 2);
    position: absolute;
    top: 0;
    left: 0;
    color: var(--ribele-ink);
    font-family: "Geologica", sans-serif;
    background: #fff;
    transform: scale(var(--landing-scale));
    transform-origin: top left;
  }

  .ribele-landing-viewport {
    --landing-scale: min(calc(100vw / 1728px), 1);
    width: 100%;
    min-height: calc(8393px * var(--landing-scale));
    overflow: hidden;
    position: relative;
    background: #fff;
  }

  .ribele-landing a {
    text-decoration: none;
  }

  .landing-shell {
    width: 1246px;
    margin: 34px auto 0;
  }

  .landing-hero {
    min-height: 701px;
    background-image: url("/static/img/landing-hero-bg.png?v=figma-2113");
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 78px;
    color: #fff;
    overflow: hidden;
  }

  .landing-hero-copy {
    width: min(608px, calc(100% - 40px));
    margin-left: 106px;
    margin-top: 116px;
    position: relative;
    z-index: 1;
  }

  .landing-kicker {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0;
  }

  .landing-hero h1 {
    width: 608px;
    max-width: 100%;
    margin: 0;
    font-size: 64px;
    line-height: 64px;
    font-weight: 300;
    letter-spacing: -1.92px;
    color: #fff;
  }

  .landing-hero p {
    width: 532px;
    max-width: 100%;
    margin: 32px 0 52px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 200;
    color: #fff;
  }

  .landing-hero p.landing-kicker {
    margin: 0 0 17px;
  }

  .landing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }

  .landing-hero .landing-actions .landing-pill-button:first-child {
    width: 270px;
  }

  .landing-hero .landing-actions .landing-pill-button:last-child {
    width: 224px;
  }

  .landing-pill-button {
    min-width: 210px;
    height: 50px;
    border-radius: 999px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--ribele-blue);
    color: #fff;
    border: 1px solid var(--ribele-blue);
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: -.2px;
    text-align: center;
    white-space: nowrap;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
  }

  .landing-pill-button:hover,
  .landing-pill-button:focus-visible {
    background: #111;
    border-color: #111;
    color: #fff;
  }

  .landing-pill-button.is-outline {
    background: #fff;
    color: #000;
    border-color: #fff;
  }

  .landing-pill-button.is-outline:hover,
  .landing-pill-button.is-outline:focus-visible {
    background: #111;
    border-color: #111;
    color: #fff;
  }

  .landing-hero .landing-pill-button {
    padding: 0 16px;
  }

  .landing-hero .landing-actions .landing-pill-button:first-child {
    background: #111;
    border-color: #111;
    color: #fff;
  }

  .landing-hero .landing-actions .landing-pill-button:first-child:hover,
  .landing-hero .landing-actions .landing-pill-button:first-child:focus-visible {
    background: #fff;
    border-color: #fff;
    color: #111;
  }

  .landing-hero .landing-actions .landing-pill-button.is-outline {
    background: #fff;
    border-color: #fff;
    color: #111;
  }

  .landing-hero .landing-actions .landing-pill-button.is-outline:hover,
  .landing-hero .landing-actions .landing-pill-button.is-outline:focus-visible {
    background: #111;
    border-color: #111;
    color: #fff;
  }

  .landing-hero-visual {
    position: absolute;
    left: 697px;
    top: 94px;
    width: 495px;
    height: auto;
    z-index: 0;
    pointer-events: none;
  }

  .landing-stats-title {
    margin: 0 auto 5px;
    width: min(395px, 100%);
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 200;
    text-align: center;
  }

  .landing-stats {
    width: min(1096px, 100%);
    margin: 0 auto 145px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    text-align: center;
  }

  .landing-stat-number {
    font-size: 84px;
    line-height: 105px;
    font-weight: 200;
    letter-spacing: -4.2px;
  }

  .landing-stat-label {
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 200;
  }

  .landing-band {
    width: 1728px;
    margin-left: 0;
    background: var(--ribele-soft);
  }

  .landing-section {
    padding: 100px 0;
    min-height: 800px;
  }

  .landing-section-head {
    text-align: center;
    margin-bottom: 62px;
  }

  .landing-section-head h2 {
    margin: 0 0 16px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 200;
    letter-spacing: -1.92px;
  }

  .landing-section-head p {
    width: min(502px, 100%);
    margin: 0 auto;
    font-size: 20px;
    line-height: 25px;
    font-weight: 200;
  }

  .landing-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 82px;
    align-items: start;
  }

  .landing-step {
    text-align: center;
    position: relative;
  }

  .landing-step img {
    width: min(291px, 100%);
    aspect-ratio: 1;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }

  .landing-step-number {
    width: 39px;
    height: 39px;
    margin: -33px auto 14px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--ribele-blue);
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
  }

  .landing-step h3 {
    margin: 0 0 6px;
    font-size: 23px;
    line-height: 28.75px;
    font-weight: 300;
  }

  .landing-step p {
    margin: 0 auto;
    max-width: 289px;
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 200;
  }

  .landing-advantages {
    padding: 98px 0 80px;
  }

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

  .landing-adv-card {
    min-height: 290px;
    border: 0;
    background: rgba(81, 59, 254, .05);
    padding: 46px 36px 126px;
    position: relative;
    overflow: hidden;
  }

  .landing-adv-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 28.75px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .landing-adv-card p {
    margin: 0;
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 200;
  }

  .landing-adv-card img {
    position: absolute;
    right: 30px;
    bottom: 24px;
    width: 96px;
    max-height: 96px;
    object-fit: contain;
  }

  .landing-feature {
    padding: 185px 0 76px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 608px);
    gap: 60px;
    align-items: center;
  }

  .landing-feature.is-reversed {
    grid-template-columns: minmax(0, 608px) minmax(0, 1fr);
  }

  .landing-feature-kicker {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 200;
    text-transform: uppercase;
  }

  .landing-feature h2 {
    margin: 0 0 18px;
    font-size: 48px;
    line-height: 52.8px;
    font-weight: 300;
    letter-spacing: -1.92px;
  }

  .landing-feature p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
  }

  .landing-feature p + p {
    margin-top: 0;
  }

  .landing-feature-media img {
    width: 100%;
    display: block;
  }

  .landing-divider {
    height: 1px;
    background: var(--ribele-line);
  }

  .landing-categories {
    padding: 144px 0 175px;
  }

  .landing-categories-head {
    display: grid;
    grid-template-columns: minmax(0, 608px) minmax(0, 578px);
    gap: 60px;
    align-items: start;
    margin-bottom: 86px;
  }

  .landing-categories-head h2 {
    margin: 0;
    font-size: 48px;
    line-height: 52.8px;
    font-weight: 300;
    letter-spacing: -1.92px;
  }

  .landing-categories-head p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
    letter-spacing: 0;
  }

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

  .landing-mini-card-image {
    position: relative;
    display: block;
    overflow: hidden;
  }

  .landing-mini-card-image img {
    width: 100%;
    aspect-ratio: 395 / 222;
    object-fit: cover;
    display: block;
    background: #e7e7ea;
  }

  .landing-mini-card-badges {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 14px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
  }

  .landing-mini-badge {
    min-height: 23px;
    padding: 5px 7px 0;
    background: rgba(81, 59, 254, .1);
    color: var(--ribele-blue);
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .landing-mini-badge.is-category {
    background: #f5f4af;
    color: #050505;
  }

  .landing-mini-card h3 {
    margin: 17px 0 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }

  .landing-mini-card p,
  .landing-mini-card .meta {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 200;
  }

  .landing-mini-progress {
    height: 10px;
    margin-top: 10px;
    background: rgba(81, 59, 254, .1);
    overflow: hidden;
  }

  .landing-mini-progress span {
    display: block;
    height: 100%;
    width: var(--progress-width);
    background: var(--ribele-blue);
  }

  .landing-example-card {
    width: 395px;
    height: 345px;
    display: block;
  }

  .landing-example-card img {
    width: 100%;
    height: 100%;
    display: block;
  }

  .landing-gamification {
    display: grid;
    grid-template-columns: minmax(0, 608px) minmax(0, 578px);
    column-gap: 60px;
    align-items: start;
    padding: 145px 0 233px;
  }

  .landing-gamification h2 {
    margin: 0 0 44px;
    font-size: 48px;
    line-height: 52.8px;
    font-weight: 300;
    letter-spacing: -1.92px;
  }

  .landing-gamification-copy .landing-feature-kicker {
    margin-bottom: 13px;
  }

  .landing-gamification-body {
    width: 578px;
  }

  .landing-gamification-body p {
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
  }

  .landing-gamification-body p + p {
    margin-top: 25px;
  }

  .landing-level-card {
    border: 1px solid #000;
    height: 484px;
    position: relative;
  }

  .landing-level-head {
    height: 121px;
    border-bottom: 1px solid #000;
    position: relative;
  }

  .landing-level-medal {
    position: absolute;
    top: 21px;
    left: 32px;
    width: 65px;
    height: 85px;
    object-fit: contain;
  }

  .landing-level-alien {
    position: absolute;
    top: 32px;
    right: 38px;
    width: 63px;
    height: 50px;
    object-fit: contain;
  }

  .landing-level-card h3 {
    margin: 0;
    position: absolute;
    top: 44px;
    left: 123px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .landing-level-row {
    height: 121px;
    border-bottom: 1px solid #000;
    display: grid;
    grid-template-columns: 66px 308px 1fr;
    gap: 28px;
    align-items: center;
    padding: 0 27px 0 30px;
  }

  .landing-level-row:last-child {
    border-bottom: 0;
  }

  .landing-level-dot {
    width: 66px;
    height: 66px;
    border-radius: 999px;
    background: var(--ribele-soft);
    color: var(--ribele-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
  }

  .landing-level-row strong {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }

  .landing-level-row span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
  }

  .landing-level-badge {
    min-width: 89px;
    height: 23px;
    padding: 5px 7px 0;
    justify-self: end;
    background: #f4f1ff;
    color: var(--ribele-blue);
    border-radius: 6px;
    font-size: 10px;
    line-height: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .landing-level-badge.is-creator {
    width: 143px;
  }

  .landing-gamification-copy .landing-pill-button {
    width: 270px;
    margin-top: 44px;
  }

  .landing-cta {
    min-height: 800px;
    display: grid;
    grid-template-columns: minmax(0, 608px) minmax(0, 520px);
    gap: 98px;
    align-items: center;
    color: #fff;
  }

  .landing-cta-band {
    background: linear-gradient(225deg, #19134d 0%, #513bfe 100%);
  }

  .landing-cta h2 {
    margin: 0 0 28px;
    font-size: 48px;
    line-height: 52.8px;
    font-weight: 300;
    letter-spacing: -1.92px;
  }

  .landing-cta p {
    margin: 0 0 52px;
    max-width: 570px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 200;
  }

  .landing-cta .landing-pill-button {
    background: #fff;
    color: #000;
    border-color: #fff;
    justify-content: space-between;
    width: 266px;
  }

  .landing-cta .landing-pill-button:hover,
  .landing-cta .landing-pill-button:focus-visible {
    background: #111;
    border-color: #111;
    color: #fff;
  }

  .landing-cta-media img {
    width: 100%;
    display: block;
  }

  .landing-faq {
    width: 844px;
    margin: 0 0 0 470px;
    padding: 150px 0 197px;
  }

  .landing-faq h2 {
    margin: 0 0 97px;
    text-align: center;
    font-size: 48px;
    line-height: 52.8px;
    font-weight: 300;
    letter-spacing: -1.92px;
  }

  .landing-faq-list {
    display: flex;
    flex-direction: column;
    gap: 19px;
  }

  .landing-faq-item {
    border: 0;
    border-radius: 10px;
    background: #f6f5ff;
    min-height: 65px;
    overflow: hidden;
  }

  .landing-faq-item[open] {
    min-height: 185px;
  }

  .landing-faq-summary {
    min-height: 63px;
    padding: 19px 32px 16px;
    display: grid;
    grid-template-columns: 1fr 24px;
    gap: 24px;
    align-items: start;
    cursor: pointer;
    list-style: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
  }

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

  .landing-faq-icon {
    width: 24px;
    text-align: center;
    color: #164761;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 200;
  }

  .landing-faq-icon::before {
    content: "+";
  }

  .landing-faq-item[open] .landing-faq-icon::before {
    content: "-";
  }

  .landing-faq-answer {
    width: 780px;
    max-width: calc(100% - 64px);
    padding: 4px 32px 30px;
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 200;
    letter-spacing: 0;
    color: #000;
  }

  @media (min-width: 1729px) {
    .landing-band {
      width: 100vw;
      margin-left: calc((1728px - 100vw) / 2);
    }
  }

  .landing-notify-modal {
    --tblr-modal-width: 880px;
  }

  .landing-notify-modal .modal-dialog {
    max-width: 880px;
  }

  .landing-notify-modal .modal-content {
    width: 880px;
    height: 455px;
    min-height: 455px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 67px 59px 88px 60px;
    font-family: "Geologica", sans-serif;
  }

  .landing-notify-modal .btn-close {
    position: absolute;
    top: 22px;
    right: 25px;
    width: 25px;
    height: 25px;
    padding: 0;
    opacity: 1;
  }

  .landing-notify-title {
    margin: 0 0 20px;
    color: #111;
    font-size: 48px;
    line-height: 52.8px;
    font-weight: 200;
    letter-spacing: -1.92px;
  }

  .landing-notify-desc {
    width: 641px;
    min-height: 42px;
    margin: 0 0 24px;
    color: #111;
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 200;
  }

  .landing-notify-fields {
    display: grid;
    grid-template-columns: 365px 366px;
    gap: 30px;
    margin-bottom: 54px;
  }

  .landing-notify-input {
    width: 100%;
    height: 51px;
    border: 1px solid #111;
    border-radius: 100px;
    padding: 0 28px;
    color: #111;
    font: 200 18px/22.5px "Geologica", sans-serif;
    outline: none;
  }

  .landing-notify-input::placeholder {
    color: #111;
    opacity: 1;
  }

  .landing-notify-bottom {
    display: grid;
    grid-template-columns: 161px 223px 270px;
    gap: 22px;
    align-items: start;
    margin-left: 29px;
  }

  .landing-notify-interest {
    margin: 0;
    color: #111;
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 200;
  }

  .landing-notify-checks {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .landing-notify-check {
    min-height: 23px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #111;
    font-size: 18px;
    line-height: 22.5px;
    font-weight: 200;
  }

  .landing-notify-check input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #111;
  }

  .landing-notify-privacy {
    min-height: auto;
    align-items: flex-start;
    gap: 10px;
    padding-top: 2px;
    font-size: 13px;
    line-height: 16px;
  }

  .landing-notify-privacy input {
    margin-top: 1px;
  }

  .landing-notify-privacy a {
    color: #111;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .landing-notify-submit {
    width: 270px;
    height: 50px;
    margin-left: 34px;
    border: 0;
    border-radius: 100px;
    background: #513bfe;
    color: #fff;
    font: 400 20px/25px "Geologica", sans-serif;
    letter-spacing: -.2px;
    transition: background-color .16s ease;
  }

  .landing-notify-submit:hover,
  .landing-notify-submit:focus-visible {
    background: #111;
  }

  .landing-notify-success {
    display: none;
    color: #111;
  }

  .landing-notify-modal.is-success .landing-notify-form-fields {
    display: none;
  }

  .landing-notify-modal.is-success .landing-notify-success {
    display: block;
  }

  .landing-notify-success-title {
    margin: 0 0 24px;
    color: #111;
    font-size: 48px;
    line-height: 52.8px;
    font-weight: 200;
    letter-spacing: -1.92px;
  }

  .landing-notify-success p {
    width: 680px;
    max-width: 100%;
    margin: 0 0 22px;
    color: #111;
    font-size: 22px;
    line-height: 30px;
    font-weight: 200;
  }

  .landing-notify-success a {
    color: #111;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .modal-backdrop.show {
    opacity: .76;
    background-color: #b8b4ca;
  }

  @media (max-width: 1023px) {
    body,
    .page,
    .page-wrapper,
    .page-body,
    .page-body > .container-xl,
    .ribele-landing-viewport {
      background: #fff;
    }

    .page-body {
      overflow-x: hidden;
    }

    .ribele-landing-viewport {
      min-height: auto !important;
      overflow: visible;
    }

    .ribele-landing {
      width: 100%;
      margin-left: 0;
      position: relative;
      transform: none !important;
    }

    .landing-shell,
    .landing-band {
      width: auto;
      max-width: none;
    }

    .landing-shell {
      margin-left: 24px;
      margin-right: 24px;
    }

    .landing-hero {
      min-height: auto;
      margin: 0 24px 58px;
      padding: 58px 24px 36px;
      background-position: center;
      display: block;
    }

    .landing-hero-copy {
      width: 100%;
      margin: 0;
    }

    .landing-kicker {
      font-size: 16px;
      line-height: 20px;
    }

    .landing-hero h1 {
      width: 100%;
      font-size: 44px;
      line-height: 46px;
      letter-spacing: 0;
    }

    .landing-hero p {
      width: 100%;
      margin: 24px 0 34px;
      font-size: 18px;
      line-height: 24px;
    }

    .landing-actions {
      gap: 12px;
    }

    .landing-hero .landing-actions .landing-pill-button:first-child,
    .landing-hero .landing-actions .landing-pill-button:last-child,
    .landing-pill-button {
      width: auto;
      min-width: 0;
      min-height: 48px;
      height: auto;
      padding: 12px 20px;
      font-size: 17px;
      line-height: 21px;
      white-space: normal;
    }

    .landing-hero-visual {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: min(440px, 92%);
      margin: 28px 0 0 auto;
      display: block;
    }

    .landing-stats-title {
      width: auto;
      margin: 0 24px 22px;
      font-size: 16px;
      line-height: 22px;
    }

    .landing-stats {
      width: auto;
      margin: 0 24px 72px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 26px 18px;
    }

    .landing-stat-number {
      font-size: 52px;
      line-height: 60px;
      letter-spacing: 0;
    }

    .landing-stat-label {
      font-size: 15px;
      line-height: 20px;
    }

    .landing-section {
      min-height: auto;
      padding: 72px 0;
    }

    .landing-section-head {
      margin-bottom: 42px;
    }

    .landing-section-head h2,
    .landing-feature h2,
    .landing-categories-head h2,
    .landing-gamification h2,
    .landing-cta h2,
    .landing-faq h2,
    .landing-notify-title,
    .landing-notify-success-title {
      font-size: 38px;
      line-height: 42px;
      letter-spacing: 0;
    }

    .landing-section-head p {
      width: auto;
      font-size: 18px;
      line-height: 24px;
    }

    .landing-steps,
    .landing-adv-grid,
    .landing-feature,
    .landing-feature.is-reversed,
    .landing-categories-head,
    .landing-project-strip,
    .landing-gamification,
    .landing-cta {
      grid-template-columns: 1fr;
    }

    .landing-steps {
      gap: 46px;
    }

    .landing-step img {
      width: min(260px, 78vw);
    }

    .landing-advantages {
      padding: 72px 0;
    }

    .landing-adv-grid {
      gap: 18px;
    }

    .landing-adv-card {
      min-height: 220px;
      padding: 34px 28px 106px;
    }

    .landing-feature,
    .landing-feature.is-reversed {
      padding: 72px 0;
      gap: 34px;
    }

    .landing-feature p + p {
      margin-top: 18px;
    }

    .landing-categories {
      padding: 72px 0;
    }

    .landing-categories-head {
      gap: 24px;
      margin-bottom: 42px;
    }

    .landing-project-strip {
      gap: 26px;
    }

    .landing-example-card {
      width: 100%;
      height: auto;
    }

    .landing-gamification {
      gap: 42px;
      padding: 72px 0;
    }

    .landing-gamification-copy {
      order: -1;
    }

    .landing-gamification-body {
      width: auto;
    }

    .landing-level-card {
      height: auto;
    }

    .landing-level-head {
      height: auto;
      min-height: 112px;
      display: grid;
      grid-template-columns: 58px 1fr 52px;
      gap: 18px;
      align-items: center;
      padding: 22px;
    }

    .landing-level-medal,
    .landing-level-alien,
    .landing-level-card h3 {
      position: static;
    }

    .landing-level-medal {
      width: 58px;
      height: 76px;
    }

    .landing-level-alien {
      width: 52px;
      height: auto;
    }

    .landing-level-card h3 {
      font-size: 18px;
      line-height: 23px;
    }

    .landing-level-row {
      height: auto;
      min-height: 122px;
      grid-template-columns: 56px 1fr;
      gap: 18px;
      padding: 22px;
    }

    .landing-level-dot {
      width: 56px;
      height: 56px;
      font-size: 21px;
    }

    .landing-level-row strong {
      font-size: 18px;
      line-height: 23px;
    }

    .landing-level-row span {
      font-size: 15px;
      line-height: 20px;
    }

    .landing-level-badge {
      grid-column: 2;
      justify-self: start;
    }

    .landing-gamification-copy .landing-pill-button {
      width: auto;
      margin-top: 34px;
    }

    .landing-cta {
      min-height: auto;
      gap: 44px;
      padding: 72px 0;
    }

    .landing-cta p {
      margin-bottom: 34px;
    }

    .landing-cta .landing-pill-button {
      width: auto;
      justify-content: center;
      gap: 18px;
    }

    .landing-faq {
      width: auto;
      margin: 0 24px;
      padding: 72px 0;
    }

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

    .landing-faq-summary {
      padding: 18px 20px 15px;
      font-size: 18px;
      line-height: 23px;
    }

    .landing-faq-answer {
      width: auto;
      max-width: none;
      padding: 0 20px 24px;
      font-size: 16px;
      line-height: 23px;
    }

    .landing-faq-item[open] {
      min-height: 0;
    }

    .landing-notify-modal {
      --tblr-modal-width: calc(100vw - 32px);
    }

    .landing-notify-modal .modal-dialog {
      max-width: calc(100vw - 32px);
      margin-left: auto;
      margin-right: auto;
    }

    .landing-notify-modal .modal-content {
      width: 100%;
      height: auto;
      min-height: 0;
      padding: 58px 24px 34px;
    }

    .landing-notify-desc,
    .landing-notify-success p {
      width: auto;
    }

    .landing-notify-fields,
    .landing-notify-bottom {
      grid-template-columns: 1fr;
      gap: 16px;
      margin-left: 0;
      margin-bottom: 28px;
    }

    .landing-notify-submit {
      width: 100%;
      margin-left: 0;
    }
  }

  @media (max-width: 560px) {
    .landing-shell {
      margin-left: 18px;
      margin-right: 18px;
    }

    .landing-hero {
      margin: 0 18px 48px;
      padding: 42px 20px 30px;
    }

    .landing-hero h1 {
      font-size: 36px;
      line-height: 38px;
    }

    .landing-hero p {
      font-size: 16px;
      line-height: 22px;
    }

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

    .landing-hero .landing-actions .landing-pill-button:first-child,
    .landing-hero .landing-actions .landing-pill-button:last-child,
    .landing-actions .landing-pill-button {
      width: 100%;
    }

    .landing-hero-visual {
      width: min(340px, 100%);
      margin-top: 22px;
    }

    .landing-stats {
      grid-template-columns: 1fr;
      margin-left: 18px;
      margin-right: 18px;
    }

    .landing-stat-number {
      font-size: 48px;
      line-height: 56px;
    }

    .landing-section-head h2,
    .landing-feature h2,
    .landing-categories-head h2,
    .landing-gamification h2,
    .landing-cta h2,
    .landing-faq h2,
    .landing-notify-title,
    .landing-notify-success-title {
      font-size: 32px;
      line-height: 36px;
    }

    .landing-adv-card {
      padding: 28px 24px 96px;
    }

    .landing-level-head {
      grid-template-columns: 48px 1fr;
    }

    .landing-level-alien {
      display: none;
    }

    .landing-level-row {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .landing-level-badge {
      grid-column: auto;
    }

    .landing-faq {
      margin-left: 18px;
      margin-right: 18px;
    }

  }
