:root {
  --lp-shell-max: 1180px;
}

body.page-lp {
  --rl-section-pad-y: clamp(1.7rem, 3vw, 2.75rem);
}

body.page-lp .container {
  width: min(var(--lp-shell-max), calc(100% - (var(--rl-container-pad) * 2)));
}

.lp-header {
  position: sticky;
  top: 0;
  z-index: 120;
  border-bottom: 1px solid color-mix(in srgb, var(--rl-border-soft) 78%, transparent);
  background: color-mix(in srgb, var(--rl-bg-page) 92%, white);
  backdrop-filter: blur(10px);
}

.lp-header__row {
  min-height: 4.9rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
}

.lp-header__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
}

.lp-header__links a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 0.8rem;
  border-radius: var(--rl-radius-pill);
  color: var(--rl-text-strong);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.lp-header__links a:hover {
  background: color-mix(in srgb, var(--rl-color-teal-900) 8%, white);
}

.lp-header__actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  justify-self: end;
}

.lp-header__actions .btn {
  min-height: 2.55rem;
  padding-inline: 1rem;
  font-size: 0.9rem;
}

.page-lp .hero {
  padding-top: clamp(1.6rem, 3.2vw, 2.6rem);
  padding-bottom: clamp(2.6rem, 5vw, 4.3rem);
}

.page-lp .hero__grid {
  align-items: start;
}

.page-lp .hero__lede {
  font-size: clamp(1.02rem, 1.35vw, 1.14rem);
  line-height: 1.7;
  color: #335056;
}

.page-lp .hero__lede strong {
  color: var(--rl-text-strong);
}

.lp-note,
.lp-microcopy {
  margin: 0;
  color: #4C5E63;
}

.lp-note {
  font-size: 0.92rem;
  line-height: 1.6;
}

.lp-microcopy {
  font-size: 0.84rem;
  line-height: 1.55;
}

.lp-quickproof {
  display: grid;
  gap: 0.8rem;
}

.lp-quickproof__item {
  padding: 1rem 1.05rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, white);
  border-radius: var(--rl-radius-md);
  background: color-mix(in srgb, var(--rl-color-white) 92%, var(--rl-color-cream-100));
  box-shadow: var(--rl-shadow-soft);
}

.lp-quickproof__item strong,
.lp-tech-card strong,
.lp-step strong,
.lp-metric strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--rl-text-strong);
  font-family: var(--rl-font-heading);
  font-size: 1rem;
  line-height: 1.2;
}

.lp-quickproof__item p,
.lp-tech-card p,
.lp-step p,
.lp-metric p {
  margin: 0;
  max-width: none;
  color: #40565B;
  font-size: 0.92rem;
  line-height: 1.55;
}

.lp-proof-grid,
.lp-tech-grid,
.lp-step-grid,
.lp-metric-grid {
  display: grid;
  gap: 1rem;
}

.lp-proof-grid,
.lp-metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lp-tech-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.lp-proof-grid--print {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lp-proof-card,
.lp-tech-card,
.lp-step,
.lp-metric {
  padding: 1.15rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, white);
  border-radius: var(--rl-radius-lg);
  background: color-mix(in srgb, var(--rl-color-white) 94%, var(--rl-color-cream-100));
  box-shadow: var(--rl-shadow-soft);
}

.lp-proof-card figure,
.lp-tech-card figure {
  margin: 0 0 0.9rem;
}

.lp-proof-card img {
  width: 100%;
  border-radius: calc(var(--rl-radius-md) + 0.05rem);
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 58%, white);
  background: var(--rl-color-white);
}

.lp-proof-card figcaption {
  margin-top: 0.6rem;
  font-size: 0.78rem;
  line-height: 1.45;
  color: #58696D;
}

.lp-section-head {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.95rem;
}

.lp-section-head h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.lp-section-head p:not(.section-label) {
  max-width: 68ch;
  margin: 0;
  color: #40565B;
  font-size: 0.98rem;
  line-height: 1.62;
}

.lp-proof-grid--journey {
  align-items: stretch;
}

.lp-proof-grid--journey .lp-proof-card {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 100%;
}

.lp-proof-grid--journey .lp-proof-card h3 {
  margin: 0;
  color: var(--rl-text-strong);
  font-family: var(--rl-font-heading);
  font-size: 1.1rem;
  line-height: 1.2;
}

.lp-proof-grid--journey .lp-proof-card p {
  margin: 0;
  color: #40565B;
  font-size: 0.9rem;
  line-height: 1.52;
}

.lp-proof-card--photo img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 42%;
}

.lp-proof-card--video .app-video-preview {
  width: min(100%, 138px);
  justify-self: center;
}

.lp-proof-card__phone {
  width: min(100%, 138px);
  margin: 0 auto;
}

.lp-proof-card--phone {
  justify-items: start;
}

.lp-proof-card--phone .lp-proof-card__phone {
  justify-self: center;
}

.lp-notification-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 0.95fr);
  gap: 1rem;
  align-items: stretch;
}

.lp-notification-card {
  display: grid;
  align-content: start;
  gap: 0.65rem;
  min-width: 0;
  padding: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 78%, white);
  border-radius: var(--rl-radius-lg);
  background: color-mix(in srgb, var(--rl-color-white) 94%, var(--rl-color-cream-100));
  box-shadow: var(--rl-shadow-soft);
}

.lp-notification-card img {
  display: block;
  width: min(100%, 340px);
  height: auto;
  justify-self: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lp-notification-card h3 {
  margin: 0;
  color: var(--rl-text-strong);
  font-family: var(--rl-font-heading);
  font-size: 1.04rem;
  line-height: 1.2;
}

.lp-notification-card p {
  margin: 0;
  color: #40565B;
  font-size: 0.9rem;
  line-height: 1.5;
}

.lp-launch-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.2rem, 3vw, 2.25rem);
  align-items: center;
}

.lp-launch-proof__copy {
  display: grid;
  gap: 0.8rem;
}

.lp-launch-proof__copy h2,
.lp-launch-proof__copy p {
  margin: 0;
}

.lp-launch-proof__copy p:not(.section-label) {
  color: #40565B;
  line-height: 1.62;
}

.lp-launch-proof__media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
  justify-content: end;
  justify-self: end;
  width: min(100%, 640px);
}

.lp-launch-proof__media figure {
  margin: 0;
  min-width: 0;
}

.lp-launch-proof__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--rl-radius-lg);
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 68%, white);
  box-shadow: var(--rl-shadow-soft);
}

.lp-launch-proof__media figcaption,
.lp-data-proof__caption {
  margin-top: 0.55rem;
  color: #58696D;
  font-size: 0.78rem;
  line-height: 1.45;
}

.lp-data-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(1.2rem, 3vw, 2.25rem);
  align-items: center;
}

.lp-data-proof > article {
  display: grid;
  gap: 0.8rem;
}

.lp-data-proof h2,
.lp-data-proof p {
  margin: 0;
}

.lp-data-proof p:not(.section-label) {
  color: #40565B;
  line-height: 1.62;
}

.lp-data-proof__media {
  display: grid;
  grid-template-columns: minmax(154px, 0.36fr) minmax(0, 0.64fr);
  gap: 1rem;
  align-items: center;
  justify-content: end;
}

.lp-data-proof__tablet {
  width: min(100%, 176px);
  margin: 0;
  justify-self: center;
  --rl-tablet-shell-inner-radius: 0.22rem;
  --rl-tablet-shell-radius: 0.30rem;
  border-radius: var(--rl-tablet-shell-radius) !important;
  border: 1px solid color-mix(in srgb, var(--rl-color-white) 24%, transparent);
  box-shadow:
    inset 0 0 0 0.75px rgba(255, 255, 255, 0.24),
    0 14px 30px rgba(15, 45, 50, 0.18);
  padding: 1px;
  border-color: color-mix(in srgb, var(--rl-color-white) 24%, transparent);
  overflow: hidden;
}

.lp-data-proof__tablet img {
  border-radius: var(--rl-tablet-shell-inner-radius) !important;
}

.lp-data-proof__dashboard {
  min-width: 0;
  width: min(100%, 360px);
  margin: 0;
}

.lp-data-proof__dashboard img {
  display: block;
  width: 100%;
  border-radius: var(--rl-radius-md);
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 62%, white);
  box-shadow: var(--rl-shadow-soft);
}

.lp-data-proof__caption {
  grid-column: 1 / -1;
  justify-self: end;
  width: min(100%, 520px);
  margin-top: 0;
  text-align: right;
}

.lp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lp-plan-card {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-width: 0;
  padding: 1.15rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, white);
  border-radius: var(--rl-radius-lg);
  background: color-mix(in srgb, var(--rl-color-white) 94%, var(--rl-color-cream-100));
  box-shadow: var(--rl-shadow-soft);
}

.lp-plan-card--featured {
  border-color: color-mix(in srgb, var(--rl-color-orange-500) 48%, var(--rl-border-soft));
  box-shadow: 0 16px 34px rgba(15, 45, 50, 0.12);
}

.lp-plan-card span {
  color: color-mix(in srgb, var(--rl-color-orange-600) 72%, var(--rl-text-strong));
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lp-plan-card h3 {
  margin: 0;
  color: var(--rl-text-strong);
  font-family: var(--rl-font-heading);
  font-size: 1.06rem;
  line-height: 1.2;
}

.lp-plan-card p {
  margin: 0;
  color: #40565B;
  font-size: 0.9rem;
  line-height: 1.52;
}

.lp-feature-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.15rem;
}

.lp-feature-list li,
.lp-step-list li {
  color: #33494F;
}

.lp-step-list {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.15rem;
}

.lp-shift {
  display: grid;
  gap: 1rem;
}

.lp-shift__header {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  align-items: start;
  gap: 0.9rem;
}

.lp-shift__header h2 {
  margin-bottom: 0.5rem;
}

.lp-shift__header p:not(.section-label) {
  max-width: 68ch;
  margin: 0;
  color: #40565B;
  font-size: 0.98rem;
  line-height: 1.62;
}

.lp-shift__header .lp-inline-links {
  justify-content: flex-start;
}

.lp-shift__proof-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(340px, 1.08fr);
  grid-template-areas:
    "qr wallet"
    "qr nudge";
  gap: 1rem;
  align-items: stretch;
}

.lp-shift-live {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.35rem);
  align-items: center;
  margin-bottom: 1rem;
  padding: clamp(1rem, 1.8vw, 1.28rem);
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 80%, white);
  border-radius: var(--rl-radius-lg);
  background:
    radial-gradient(58% 52% at 14% 12%, color-mix(in srgb, var(--rl-color-orange-500) 12%, transparent), transparent 72%),
    linear-gradient(150deg, color-mix(in srgb, var(--rl-color-white) 97%, var(--rl-color-cream-100)), color-mix(in srgb, white 91%, #EEF4F4));
  box-shadow: var(--rl-shadow-soft);
}

.lp-shift-live__media {
  --app-video-max-width: 300px;
  justify-self: center;
}

.lp-shift-live__copy {
  display: grid;
  gap: 0.52rem;
  align-content: center;
}

.lp-shift-live__copy h3,
.lp-shift-live__copy p {
  margin: 0;
}

.lp-shift-live__copy h3 {
  color: var(--rl-text-strong);
  font-family: var(--rl-font-heading);
  font-size: clamp(1.3rem, 2vw, 1.74rem);
  line-height: 1.12;
}

.lp-shift-live__copy p {
  max-width: 62ch;
  color: #40565B;
  font-size: 0.95rem;
  line-height: 1.55;
}

.lp-shift-live__steps {
  list-style: none;
  margin: 0.2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.lp-shift-live__steps li {
  min-width: 0;
  padding: 0.58rem 0.64rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, white);
  border-radius: var(--rl-radius-md);
  background: color-mix(in srgb, var(--rl-color-white) 94%, var(--rl-color-cream-100));
  color: #27464D;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.lp-shift-proof {
  position: relative;
  overflow: hidden;
  min-width: 0;
  display: grid;
  gap: 0.95rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 78%, white);
  border-radius: var(--rl-radius-lg);
  background:
    radial-gradient(60% 56% at 92% 8%, color-mix(in srgb, var(--rl-color-orange-500) 11%, transparent), transparent 72%),
    linear-gradient(180deg, color-mix(in srgb, var(--rl-color-white) 96%, var(--rl-color-cream-100)), color-mix(in srgb, var(--rl-color-white) 90%, #EEF4F4));
  padding: clamp(1rem, 1.6vw, 1.3rem);
  box-shadow: var(--rl-shadow-soft);
}

.lp-shift-proof--qr {
  grid-area: qr;
  align-content: start;
  min-height: 340px;
}

.lp-shift-proof--wallet {
  grid-area: wallet;
  grid-template-columns: minmax(0, 1fr) minmax(112px, 0.34fr);
  align-items: center;
}

.lp-shift-proof--nudge {
  grid-area: nudge;
  align-items: center;
}

.lp-shift-proof__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.lp-shift-proof__eyebrow {
  display: block;
  margin-bottom: 0.42rem;
  color: color-mix(in srgb, var(--rl-color-orange-600) 70%, var(--rl-text-strong));
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.lp-shift-proof h3 {
  margin: 0 0 0.38rem;
  color: var(--rl-text-strong);
  font-family: var(--rl-font-heading);
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  line-height: 1.15;
}

.lp-shift-proof p {
  margin: 0;
  color: #40565B;
  font-size: 0.9rem;
  line-height: 1.5;
}

.lp-shift-proof__phone {
  align-self: center;
  justify-self: center;
  width: min(100%, 132px);
  margin: 0;
}

.lp-shift-proof__media {
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-shift-proof__media img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lp-shift-proof__media--wallet img {
  width: min(100%, 112px);
}

.lp-shift-proof__media--notification {
  padding: 0.15rem 0.1rem 0;
}

.lp-shift-proof__media--notification img {
  width: min(100%, 430px);
}

@media (min-width: 1081px) {
  .page-lp main > .section:not(.hero) {
    padding-block: clamp(1.65rem, 2.4vw, 2.6rem);
  }

  .page-lp main > .section:not(.hero) h2 {
    max-width: 660px;
    font-size: clamp(1.7rem, 2.1vw, 2.16rem);
    line-height: 1.12;
  }

  .lp-shift__header {
    grid-template-columns: minmax(0, 650px) minmax(220px, auto);
    align-items: end;
  }

  .lp-shift__header .lp-inline-links {
    justify-content: flex-end;
  }

  .lp-shift__proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-areas: "qr wallet nudge";
    align-items: stretch;
  }

  .lp-shift-proof {
    min-height: 224px;
    padding: 1rem;
    gap: 0.85rem;
  }

  .lp-shift-proof--qr,
  .lp-shift-proof--wallet {
    grid-template-columns: 96px minmax(0, 1fr);
    align-content: center;
    align-items: center;
  }

  .lp-shift-proof--qr .lp-shift-proof__copy,
  .lp-shift-proof--wallet .lp-shift-proof__copy {
    grid-column: 2;
    grid-row: 1;
  }

  .lp-shift-proof--qr .lp-shift-proof__phone,
  .lp-shift-proof--wallet .lp-shift-proof__media {
    grid-column: 1;
    grid-row: 1;
  }

  .lp-shift-proof--nudge {
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    align-items: start;
  }

  .lp-shift-proof__phone {
    width: min(100%, 96px);
  }

  .lp-shift-proof__media--wallet img {
    width: min(100%, 84px);
  }

  .lp-shift-proof__media--notification {
    grid-column: 1 / -1;
    justify-content: flex-start;
    padding-top: 0.25rem;
  }

  .lp-shift-proof__media--notification img {
    width: min(100%, 285px);
  }

  .lp-proof-grid--journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-proof-grid--journey .lp-proof-card {
    grid-template-columns: minmax(104px, 0.46fr) minmax(0, 1fr);
    align-items: center;
    align-content: center;
    min-height: 190px;
  }

  .lp-proof-grid--journey .lp-proof-card figure {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .lp-proof-grid--journey .lp-proof-card h3,
  .lp-proof-grid--journey .lp-proof-card p {
    grid-column: 2;
  }

  .lp-proof-card--photo img {
    aspect-ratio: 1 / 1;
  }

  .lp-notification-grid {
    align-items: start;
  }

  .lp-notification-card img {
    width: min(100%, 285px);
  }

  .lp-launch-proof__media {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 600px);
  }

  .lp-data-proof__tablet {
    width: min(100%, 154px);
  }

  .lp-data-proof__dashboard {
    width: min(100%, 310px);
  }
}

.lp-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}

.lp-inline-links a {
  color: var(--rl-text-strong);
  font-weight: 800;
  text-decoration: none;
}

.lp-inline-links a:hover {
  text-decoration: underline;
}

.lp-visual-stack {
  display: grid;
  gap: 1rem;
}

.lp-visual-stack--dual {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lp-visual-stack figure,
.lp-poster-stack figure {
  margin: 0;
}

.lp-visual-stack img,
.lp-poster-stack img {
  width: 100%;
  border-radius: var(--rl-radius-md);
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 58%, white);
  background: var(--rl-color-white);
  box-shadow: var(--rl-shadow-soft);
}

.lp-visual-stack img[src*="app-store-custom-notification-clean"],
.lp-visual-stack img[src*="notification-close-to-reward-clean"],
.lp-visual-stack img[src*="notification-reward-ready-clean"],
.lp-visual-stack img[src*="app-wallet-pass-iso-clean"] {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.lp-visual-stack figcaption,
.lp-poster-stack figcaption {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: #59686C;
}

.lp-poster-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lp-tech-card {
  display: grid;
  gap: 0.95rem;
  align-content: start;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
}

.lp-tech-card figure {
  width: 100%;
  box-sizing: border-box;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0.92rem;
  padding: 1rem 1.08rem;
  border-radius: var(--rl-radius-md);
  background: linear-gradient(180deg, color-mix(in srgb, var(--rl-color-white) 98%, #EFF4F5), color-mix(in srgb, var(--rl-color-white) 94%, #E9F0F2));
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 74%, white);
}

.lp-tech-card img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
  object-position: center center;
  margin-inline: auto;
}

.lp-tech-card--square img {
  max-height: 72px;
  max-width: 84px;
}

.lp-tech-card--cloud img {
  max-height: 66px;
  max-width: 120px;
  transform: translateY(-4px);
}

.lp-tech-card--wordmark img {
  max-height: 34px;
  max-width: 138px;
}

.lp-tech-card--platform img {
  max-height: 38px;
  max-width: 174px;
}

.lp-tech-card--wallet img {
  max-height: 46px;
  max-width: 194px;
}

.lp-tech-card--trust {
  min-height: 100%;
  box-shadow: var(--rl-shadow-soft);
}

.lp-tech-intro {
  margin-bottom: 1.15rem;
  max-width: 54rem;
  color: #40565B;
  font-size: 0.96rem;
  line-height: 1.6;
}

.lp-tech-card--trust strong {
  margin-bottom: 0.35rem;
}

.lp-tech-card--trust p {
  font-size: 0.88rem;
  line-height: 1.55;
}

.lp-tech-card figure + strong {
  margin-top: 0;
  align-items: center;
}

@media (max-width: 1100px) {
  .lp-tech-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .lp-tech-grid {
    grid-template-columns: 1fr;
  }
}

.lp-cta-panel {
  display: grid;
  gap: 1rem;
}

.lp-cta-panel .actions {
  margin-top: 0;
}

.lp-footer {
  padding: 1.6rem 0 2.1rem;
  border-top: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, transparent);
  background: color-mix(in srgb, var(--rl-bg-alt) 72%, white);
}

.lp-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.lp-footer p {
  margin: 0;
  font-size: 0.84rem;
  color: #4C5D61;
}

.lp-footer__links {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.lp-footer__links a {
  color: var(--rl-text-strong);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.lp-footer__links a:hover {
  text-decoration: underline;
}

.lp-footer .site-social {
  margin: 0;
}

.lp-footer .site-social__label {
  color: #596A6E;
}

.lp-footer .site-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.5rem 0.68rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 86%, white);
  border-radius: 999px;
  border-color: color-mix(in srgb, var(--rl-border-soft) 86%, white);
  background: color-mix(in srgb, var(--rl-color-white) 90%, var(--rl-bg-alt));
  color: var(--rl-text-strong);
  font-size: 0.76rem;
  box-shadow: 0 8px 20px rgba(15, 45, 50, 0.06);
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.lp-footer .site-social__link:hover {
  border-color: color-mix(in srgb, var(--rl-color-orange-500) 58%, var(--rl-border-soft));
  background: color-mix(in srgb, var(--rl-color-orange-500) 9%, white);
  color: var(--rl-text-strong);
  text-decoration: none;
  transform: translateY(-2px);
}

.page-lp .media-proof figure {
  margin: 0;
}

.page-lp .media-proof figcaption {
  margin-top: 0.55rem;
  font-size: 0.78rem;
  color: #58686D;
}

@media (max-width: 1080px) {
  .lp-header__row {
    grid-template-columns: auto auto;
    justify-items: start;
    align-items: center;
    min-height: 3.7rem;
    padding-block: 0.85rem;
  }

  .lp-header__links {
    display: none;
    justify-content: flex-start;
  }

  .lp-header__actions {
    justify-self: end;
    flex-wrap: wrap;
  }

  .lp-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-proof-grid,
  .lp-metric-grid,
  .lp-poster-stack,
  .lp-notification-grid,
  .lp-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-launch-proof,
  .lp-data-proof {
    grid-template-columns: 1fr;
  }

  .lp-proof-grid--print {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-shift__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lp-shift__header .lp-inline-links {
    justify-content: flex-start;
  }

  .lp-shift__proof-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "qr"
      "wallet"
      "nudge";
  }

  .lp-shift-live {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-shift-live__media {
    --app-video-max-width: 300px;
  }

  .lp-shift-proof--qr {
    min-height: 0;
  }

  .lp-shift-proof--wallet {
    grid-template-columns: minmax(0, 1fr) minmax(104px, 132px);
  }

  .lp-shift-proof__phone {
    width: min(100%, 188px);
  }
}

@media (max-width: 760px) {
  .lp-header__links {
    display: none;
  }

  .lp-header__row {
    grid-template-columns: auto auto;
    min-height: 3.2rem;
    padding-block: 0.45rem;
  }

  .lp-header__actions {
    justify-self: end;
    width: auto;
    gap: 0.45rem;
    flex-wrap: nowrap;
  }

  .lp-header__actions .btn {
    flex: 0 0 auto;
    min-height: 2rem;
    padding-inline: 0.78rem;
    font-size: 0.84rem;
  }

  .lp-proof-grid,
  .lp-step-grid,
  .lp-metric-grid,
  .lp-poster-stack,
  .lp-visual-stack--dual,
  .lp-notification-grid,
  .lp-plan-grid {
    grid-template-columns: 1fr;
  }

  .lp-proof-grid--print {
    grid-template-columns: 1fr;
  }

  .lp-shift__proof-grid {
    gap: 0.85rem;
  }

  .lp-shift-live {
    padding: 0.9rem;
  }

  .lp-shift-live__media {
    width: min(100%, 280px);
  }

  .lp-shift-live__steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-shift-proof {
    padding: 1rem;
  }

  .lp-shift-proof--wallet {
    grid-template-columns: 1fr;
  }

  .lp-shift-proof__phone {
    width: min(100%, 172px);
  }

  .lp-shift-proof__media--wallet img {
    width: min(100%, 154px);
  }

  .lp-launch-proof__media,
  .lp-data-proof__media {
    grid-template-columns: 1fr;
  }

  .lp-launch-proof__media img {
    aspect-ratio: 4 / 3;
  }

  .lp-data-proof__tablet {
    width: min(100%, 186px);
  }
}
