/* ===========================
   LANDING PAGE — MOBILE FIRST
=========================== */

@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background-color: #f5f2ef;
  color: #0c0c0a;
  min-height: 100vh;
}

/* Hide scrollbars but keep scrolling functional */
html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar { width: 0; height: 0; display: none; }
body { overflow-x: hidden; }

/* ===========================
   HEADER
=========================== */

.lp-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #f5f2ef;
}

.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 56px;
  max-width: 680px;
  margin-inline: auto;
}

.lp-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.lp-logo__icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: block;
}

.lp-header__cta {
  height: 34px;
  padding: 0 14px;
  background: #0c0c0a;
  color: #ffffff;
  border-radius: 9999px;
  font-family: "Satoshi", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: background 0.15s ease;
}

.lp-header__cta:hover {
  background: #222222f6;
}

/* ===========================
   HERO
=========================== */

.lp-hero {
  padding: 28px 20px 60px;
}

.lp-hero__inner {
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.lp-hero__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 100%;
}

.lp-hero__headline {
  font-family: "Satoshi", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.1;
  color: #0c0c0a;
  letter-spacing: -0.6px;
}

.lp-hero__mockup {
  width: 100%;
  max-width: 260px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}

.lp-hero__mockup-img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  user-select: none;
}

/* ===========================
   CREAM: HOW IT WORKS
=========================== */

.lp-cream {
  padding: 72px 20px 80px;
}

.lp-cream__inner {
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-cream__label,
.lp-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #918d8a;
}

.lp-cream__headline,
.lp-section-headline {
  font-family: "Satoshi", sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.4px;
  color: #0c0c0a;
}

.lp-steps-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(12, 12, 10, 0.1);
}

.lp-step-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(12, 12, 10, 0.1);
}

.lp-step-item__num {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #918d8a;
  padding-top: 3px;
  flex-shrink: 0;
  width: 24px;
}

.lp-step-item__title {
  font-family: "Satoshi", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #0c0c0a;
  margin-bottom: 6px;
}

.lp-step-item__text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #918d8a;
  line-height: 1.6;
}

.lp-cream__cta {
  height: 56px;
  width: 100%;
  background: #0c0c0a;
  color: #ffffff;
  border-radius: 9999px;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.lp-cream__cta:hover {
  background: #222222f6;
}

/* ===========================
   SCROLL HERO
=========================== */

.lp-scroll {
  position: relative;
  height: 360vh;
}

.lp-scroll__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 24px;
  padding: 32px 20px 32px;
  overflow: hidden;
}

.lp-scroll__headline-wrap {
  text-align: center;
  width: 100%;
}

.lp-scroll__headline {
  font-family: "Satoshi", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.6px;
  color: #0c0c0a;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.lp-scroll__headline.is-hidden {
  opacity: 0;
  transform: translateY(-16px);
  pointer-events: none;
}

/* 3-column main: info | phone | stepper */
.lp-scroll__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  min-height: 0;
  align-self: center;
}

/* LEFT info panels — large headline with word-fill animation */
.lp-scroll__info {
  position: relative;
  width: 100%;
  min-height: 200px;
}

.lp-info-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.lp-info-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}

.lp-info__num {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #918d8a;
  padding-top: 8px;
  flex-shrink: 0;
}

.lp-info__title {
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #c8c4be;
  margin: 0;
}

.lp-info__word {
  color: inherit;
  transition: color 0.18s ease;
}

.lp-info__word.is-filled {
  color: #0c0c0a;
}

/* RIGHT stepper — large text per Figma spec */
.lp-scroll__stepper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.lp-scroll__stepper .stepper-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.lp-scroll__stepper .w-step {
  display: flex;
  align-items: center;
  cursor: default;
}

.lp-scroll__stepper .dot { display: none; }

.lp-scroll__stepper .step-label {
  font-family: "Satoshi", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #8f8c8b;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.lp-scroll__stepper .w-step.selected .step-label {
  color: #000000;
}

.lp-scroll__stepper .w-step.completed .step-label {
  color: #8f8c8b;
}

.lp-scroll__phone-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  will-change: transform;
}

.lp-phone {
  position: relative;
  width: 300px;
  aspect-ratio: 415 / 843;
}

.lp-phone__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.lp-phone__screen {
  position: absolute;
  top: 2.2%;
  left: 4.3%;
  right: 4.3%;
  bottom: 2.2%;
  border-radius: 13%/6.5%;
  overflow: hidden;
  background: #f5f2ef;
  z-index: 2;
}

.lp-phone__vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f5f2ef;
  opacity: 0;
  transition: opacity 0.45s ease;
}

.lp-phone__vid.is-active {
  opacity: 1;
}

.lp-phone__island {
  display: none;
  position: absolute;
  top: 1.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 31%;
  height: 4.4%;
  background: #0c0c0a;
  border-radius: 999px;
  z-index: 3;
  pointer-events: none;
}

.lp-phone__statusbar {
  display: none;
  position: absolute;
  top: 2.0%;
  left: 6%;
  right: 6%;
  width: 88%;
  height: auto;
  z-index: 4;
  pointer-events: none;
}

.lp-scroll__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 320px;
}

.lp-scroll__step {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(12,12,10,0.08);
  opacity: 0.25;
  transition: opacity 0.35s ease;
}

.lp-scroll__step:first-child {
  border-top: 1px solid rgba(12,12,10,0.08);
}

.lp-scroll__step.is-active {
  opacity: 1;
}

.lp-scroll__step-num {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  color: #918d8a;
  flex-shrink: 0;
  width: 20px;
}

.lp-scroll__step-text {
  font-family: "Satoshi", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #0c0c0a;
}

/* Tablet & up: 720px+ — 3-column with headline on top */
@media (min-width: 720px) {
  .lp-scroll__sticky {
    padding: 24px 24px 24px;
    gap: 16px;
  }

  .lp-scroll__headline {
    font-size: 56px;
    letter-spacing: -0.8px;
  }

  .lp-scroll__main {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    justify-items: center;
    gap: 32px;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    flex-direction: unset;
  }

  .lp-scroll__info {
    max-width: 340px;
    min-height: 180px;
    text-align: left;
    justify-self: end;
  }

  .lp-scroll__stepper {
    justify-self: start;
    justify-content: flex-start;
  }

  .lp-scroll__stepper .stepper-inner { gap: 8px; }
  .lp-scroll__stepper .step-label { font-size: 20px; }

  .lp-scroll__phone-wrap {
    flex: 0 0 auto;
    transform: none !important;
  }

  .lp-phone {
    width: 240px;
  }

  .lp-info__title { font-size: 24px; }
}

/* Desktop: 1024px+ */
@media (min-width: 1024px) {
  .lp-scroll__sticky {
    padding: 32px 40px 32px;
    gap: 20px;
  }

  .lp-scroll__headline {
    font-size: 72px;
  }

  .lp-scroll__main {
    gap: 64px;
  }

  .lp-scroll__info {
    max-width: 420px;
  }

  .lp-scroll__stepper .stepper-inner { gap: 10px; }
  .lp-scroll__stepper .step-label { font-size: 28px; line-height: 1.2; }

  .lp-phone {
    width: 280px;
  }

  .lp-info__title { font-size: 32px; }
  .lp-info__num { font-size: 13px; padding-top: 12px; }
}

/* Wide desktop: 1280px+ */
@media (min-width: 1280px) {
  .lp-scroll__sticky {
    padding: 40px 48px 32px;
    gap: 24px;
  }

  .lp-scroll__headline {
    font-size: 88px;
  }

  .lp-scroll__main {
    gap: 96px;
  }

  .lp-scroll__info {
    max-width: 500px;
  }

  .lp-scroll__stepper .stepper-inner { gap: 14px; }
  .lp-scroll__stepper .step-label { font-size: 36px; }

  .lp-phone {
    width: 300px;
  }

  .lp-info__title { font-size: 40px; }
}

/* Ultra-wide: 1600px+ */
@media (min-width: 1600px) {
  .lp-scroll__sticky {
    padding: 48px 64px 40px;
    gap: 28px;
  }

  .lp-scroll__headline {
    font-size: 104px;
  }

  .lp-scroll__main {
    gap: 120px;
  }

  .lp-scroll__info {
    max-width: 580px;
  }

  .lp-scroll__stepper .stepper-inner { gap: 18px; }
  .lp-scroll__stepper .step-label { font-size: 40px; line-height: 1.15; }

  .lp-phone {
    width: 320px;
  }

  .lp-info__title { font-size: 44px; line-height: 1.1; letter-spacing: -0.8px; }
  .lp-info__num { font-size: 14px; padding-top: 14px; }
}

/* Full Figma spec: 1920px+ */
@media (min-width: 1920px) {
  .lp-scroll__sticky {
    padding: 56px 96px 48px;
    gap: 32px;
  }

  .lp-scroll__headline {
    font-size: 120px;
  }

  .lp-scroll__main {
    gap: 160px;
  }

  .lp-scroll__info {
    max-width: 660px;
  }

  .lp-scroll__stepper .stepper-inner { gap: 22px; }
  .lp-scroll__stepper .step-label {
    font-size: 44px;
    line-height: 1.1;
  }

  .lp-phone {
    width: 340px;
  }

  .lp-info__title { font-size: 44px; line-height: 1.1; letter-spacing: -0.8px; }
}

/* ===========================
   FEATURES SECTION
=========================== */

.lp-features {
  padding: 32px 20px 80px;
}

.lp-features__inner {
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
}

.lp-feature-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px 0 24px 18px;
  border-left: 1px solid rgba(12, 12, 10, 0.1);
}

.lp-feature-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #0c0c0a;
}

.lp-feature-item__title {
  font-family: "Satoshi", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #0c0c0a;
}

.lp-feature-item__text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #918d8a;
  line-height: 1.6;
}

/* ===========================
   PAPERS SHOWCASE
=========================== */

.lp-papers {
  padding: 0 20px 80px;
}

.lp-papers__inner {
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-papers__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-paper-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  background: #faf9f7;
  border: 1px solid transparent;
  border-radius: 18px;
  transition: border-color 0.15s ease;
}

.lp-paper-card:hover {
  border-color: #0c0c0a;
}

.lp-paper-card__label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c2410c;
}

.lp-paper-card__title {
  font-family: "Satoshi", sans-serif;
  font-size: 19px;
  font-weight: 400;
  color: #0c0c0a;
  line-height: 1.3;
}

.lp-paper-card__text {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #918d8a;
  line-height: 1.6;
}

/* ===========================
   FAQ SECTION
=========================== */

.lp-faq {
  background: #f5f2ef;
  padding: 64px 20px 80px;
  width: 100%;
}

.lp-faq__inner {
  max-width: 1300px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-faq__heading {
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  color: #000;
  letter-spacing: -0.5px;
}

.lp-faq__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-faq__item {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.lp-faq__q {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 20px 22px 24px;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #0f0f0f;
}

.lp-faq__q::-webkit-details-marker { display: none; }
.lp-faq__q::marker { content: ''; }

.lp-faq__plus {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(231, 225, 216, 0.69);
  position: relative;
  transition: background 0.2s ease;
}

.lp-faq__plus::before,
.lp-faq__plus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  background: #000d26;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}

.lp-faq__plus::after { transform: translate(-50%, -50%) rotate(90deg); }

.lp-faq__item[open] .lp-faq__plus::after { transform: translate(-50%, -50%) rotate(0deg); }
.lp-faq__item[open] .lp-faq__plus { background: rgba(15, 15, 15, 0.06); }

.lp-faq__a {
  padding: 0 24px 22px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #555550;
}

/* Tablet ≥ 720px */
@media (min-width: 720px) {
  .lp-faq { padding: 96px 40px 120px; }
  .lp-faq__inner { gap: 40px; }
  .lp-faq__heading { font-size: 72px; }
  .lp-faq__list { gap: 18px; }
  .lp-faq__q { padding: 32px 30px 32px 40px; font-size: 24px; }
  .lp-faq__plus { width: 48px; height: 48px; }
  .lp-faq__plus::before, .lp-faq__plus::after { width: 18px; }
  .lp-faq__a { padding: 0 40px 28px; font-size: 16px; }
}

/* Desktop ≥ 1024px */
@media (min-width: 1024px) {
  .lp-faq { padding: 110px 60px 140px; }
  .lp-faq__heading { font-size: 96px; }
  .lp-faq__list { gap: 24px; }
  .lp-faq__q { padding: 40px 28px 40px 52px; font-size: 32px; }
  .lp-faq__plus { width: 56px; height: 56px; }
  .lp-faq__plus::before, .lp-faq__plus::after { width: 22px; }
  .lp-faq__a { padding: 0 52px 36px; font-size: 17px; }
}

/* Wide ≥ 1440px */
@media (min-width: 1440px) {
  .lp-faq { padding: 130px 200px 160px; }
  .lp-faq__heading { font-size: 110px; }
  .lp-faq__list { gap: 30px; }
  .lp-faq__q { padding: 50px 30px 50px 60px; font-size: 40px; }
  .lp-faq__plus { width: 60px; height: 60px; }
  .lp-faq__plus::before, .lp-faq__plus::after { width: 24px; }
  .lp-faq__a { padding: 0 60px 44px; font-size: 18px; }
}

/* Ultra-wide ≥ 1920px — full Figma spec */
@media (min-width: 1920px) {
  .lp-faq { padding: 130px 310px 160px; }
  .lp-faq__heading { font-size: 120px; line-height: 120px; }
  .lp-faq__q { font-size: 44px; line-height: 46px; }
}

/* ===========================
   DARK SECTION (stats)
=========================== */

.lp-dark {
  padding: 80px 20px 80px;
  background: #0c0c0a;
}

.lp-dark__inner {
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-dark__label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555550;
}

.lp-dark__headline {
  font-family: "Satoshi", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.4px;
  color: #ffffff;
}

.lp-dark__stats {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #222220;
}

.lp-dark__stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #222220;
}

.lp-dark__stat-value {
  font-family: "Satoshi", sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.lp-dark__stat-label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #555550;
}

.lp-dark__cta {
  height: 56px;
  width: 100%;
  background: #ffffff;
  color: #0c0c0a;
  border-radius: 9999px;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.lp-dark__cta:hover {
  background: #f0ede8;
}

/* ===========================
   FOOTER
=========================== */

.lp-footer {
  padding: 40px 20px 32px;
  background: #0c0c0a;
}

.lp-footer__inner {
  max-width: 480px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.lp-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-top: 32px;
  border-top: 1px solid #222220;
}

.lp-footer__logo {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  filter: invert(1);
}

.lp-footer__tagline {
  font-family: "Satoshi", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #ffffff;
}

.lp-footer__cta {
  height: 56px;
  width: 100%;
  background: #ffffff;
  color: #0c0c0a;
  border-radius: 9999px;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}

.lp-footer__cta:hover {
  background: #f0ede8;
}

.lp-footer__links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.lp-footer__col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-footer__col-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #555550;
}

.lp-footer__link {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.15s ease;
}

.lp-footer__link:hover {
  color: #918d8a;
}

.lp-footer__bottom {
  padding-top: 24px;
  border-top: 1px solid #222220;
}

.lp-footer__copyright {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #555550;
}

/* ===========================
   DESKTOP ADJUSTMENTS
=========================== */

@media (min-width: 680px) {
  .lp-hero {
    padding: 48px 20px 80px;
  }

  .lp-hero__headline {
    font-size: 56px;
  }

  .lp-hero__mockup {
    max-width: 300px;
  }

  .lp-section-headline,
  .lp-cream__headline {
    font-size: 40px;
  }

  .lp-dark__headline {
    font-size: 44px;
  }

  .lp-hero__inner,
  .lp-cream__inner,
  .lp-features__inner,
  .lp-papers__inner,
  .lp-dark__inner,
  .lp-footer__inner {
    max-width: 560px;
  }

  .lp-papers__cards {
    flex-direction: row;
    gap: 16px;
  }

  .lp-paper-card {
    flex: 1;
  }
}
