/* -------------------------------------------------------------------------- */
/*                                Falcon Button                               */
/* -------------------------------------------------------------------------- */
/* prettier-ignore */

/* -------------------------------------------------------------------------- */
/*                          Reachable Landing Page                            */
/* -------------------------------------------------------------------------- */

.rl-hero-section,
.rl-showcase-section,
.rl-feature-section,
.rl-revenue-section,
.rl-steps-section,
.rl-final-section,
.rl-proof-section {
  position: relative;
}

.rl-hero-section {
  overflow: hidden;
  padding: 8.25rem 0 4.5rem;
}

.rl-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(14px);
  pointer-events: none;
}

.rl-orb-one {
  top: 7rem;
  left: -5rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, var(--rl-accent-soft) 0%, transparent 70%);
}

.rl-orb-two {
  right: -6rem;
  top: 10rem;
  width: 24rem;
  height: 24rem;
  background: radial-gradient(circle, var(--rl-accent-alt-soft) 0%, transparent 70%);
}

.rl-kicker,
.rl-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid var(--rl-border);
  background: color-mix(in srgb, var(--rl-surface-strong) 92%, transparent);
  color: var(--rl-text);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.rl-display {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: -0.065em;
  font-weight: 700;
  color: var(--rl-text);
}

.rl-rotator-shell {
  display: block;
  min-height: 1.15em;
  margin: 0.2em 0 0.12em;
}

.rl-rotator-word {
  display: inline-block;
  color: var(--rl-accent);
  text-shadow: 0 8px 28px var(--rl-glow);
}

.rl-subcopy {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  font-size: 1.08rem;
}

.rl-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.rl-primary-button {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.9rem 1.25rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--rl-button-bg-start),
    var(--rl-button-bg-end)
  );
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 30px rgba(20, 37, 43, 0.14);
}

.rl-primary-button:hover,
.rl-primary-button:focus {
  color: #fff;
  transform: translateY(-1px);
}

.rl-secondary-link {
  color: var(--rl-text);
  font-weight: 700;
  text-decoration: none;
}

.rl-secondary-link:hover {
  color: var(--rl-accent);
}

.rl-secondary-link-light {
  color: rgba(255, 255, 255, 0.78);
}

.rl-secondary-link-light:hover {
  color: #fff;
}

.rl-stage {
  position: relative;
  min-height: 38rem;
}

.rl-phone-shell {
  position: relative;
  margin-left: auto;
  max-width: 32rem;
  padding: 1rem;
  border-radius: 2rem;
  border: 1px solid var(--rl-border);
  background: color-mix(in srgb, var(--rl-surface) 92%, transparent);
  box-shadow: var(--rl-shadow);
}

.rl-phone-topbar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.2rem 0.9rem;
}

.rl-dot {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--rl-muted) 30%, transparent);
}

.rl-url-pill {
  margin-left: auto;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: var(--rl-page-bg);
  color: var(--rl-muted);
  font-size: 0.8rem;
  border: 1px solid var(--rl-border);
}

.rl-phone-body {
  padding: 1rem;
  border-radius: 1.6rem;
  background: linear-gradient(
    180deg,
    color-mix(in srgb, var(--rl-surface-strong) 96%, transparent),
    color-mix(in srgb, var(--rl-page-bg-alt) 94%, transparent)
  );
  border: 1px solid var(--rl-border);
}

.rl-profile-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.rl-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, var(--rl-accent), #ffc471);
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  box-shadow: 0 14px 30px rgba(244, 106, 67, 0.22);
}

.rl-profile-card strong,
.rl-link-copy strong,
.rl-mini-panel strong,
.rl-board-panel strong {
  display: block;
  color: var(--rl-text);
}

.rl-profile-card span,
.rl-link-copy span,
.rl-mini-panel span,
.rl-board-panel span,
.rl-chip-label,
.rl-board-label {
  color: var(--rl-muted);
  font-size: 0.86rem;
}

.rl-link-copy span {
  display: block;
  width: 100%;
}

.rl-profile-bio {
  margin: 1rem 0 1.3rem;
  color: var(--rl-muted);
  line-height: 1.65;
}

.rl-link-list {
  display: grid;
  gap: 0.85rem;
}

.rl-link-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  background: color-mix(in srgb, var(--rl-surface-strong) 96%, transparent);
  border: 1px solid var(--rl-border);
}

.rl-link-icon {
  grid-row: 1/span 2;
  align-self: start;
}

.rl-link-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
  width: 100%;
}

.rl-link-icon,
.rl-feature-icon,
.rl-revenue-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.95rem;
  background: linear-gradient(180deg, var(--rl-accent-soft), var(--rl-accent-alt-soft));
  color: var(--rl-text);
}

.rl-link-accent {
  grid-column: 2;
  grid-row: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  margin-top: 0.2rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--rl-page-bg);
  color: var(--rl-accent);
  font-size: 0.78rem;
  font-weight: 700;
  border: 1px solid var(--rl-border);
  white-space: nowrap;
}

.rl-mini-grid,
.rl-board-panels {
  display: grid;
  gap: 0.9rem;
}

.rl-mini-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.rl-mini-panel,
.rl-board-panel {
  padding: 1rem;
  border-radius: 1.15rem;
  background: color-mix(in srgb, var(--rl-page-bg) 55%, var(--rl-surface-strong));
  border: 1px solid var(--rl-border);
}

.rl-floating-chip {
  position: absolute;
  z-index: 2;
  padding: 0.9rem 1rem;
  border-radius: 1.1rem;
  background: color-mix(in srgb, var(--rl-surface-strong) 92%, transparent);
  border: 1px solid var(--rl-border);
  box-shadow: var(--rl-shadow);
}

.rl-floating-chip strong {
  display: block;
  margin-top: 0.15rem;
  color: var(--rl-text);
  font-size: 0.96rem;
}

.rl-floating-chip-left {
  top: 3rem;
  left: 0;
}

.rl-floating-chip-right {
  right: 0;
  bottom: 5.75rem;
}

.rl-proof-section,
.rl-showcase-section,
.rl-feature-section,
.rl-revenue-section,
.rl-steps-section {
  padding: 2.2rem 0 5.2rem;
}

.rl-proof-card,
.rl-feature-card,
.rl-revenue-card,
.rl-step-card,
.rl-showcase-board {
  height: 100%;
  border-radius: 1.6rem;
  border: 1px solid var(--rl-border);
  background: color-mix(in srgb, var(--rl-surface-strong) 97%, transparent);
  box-shadow: 0 16px 46px rgba(16, 27, 32, 0.06);
}

.rl-proof-card {
  padding: 1.4rem;
}

.rl-proof-value {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--rl-text);
  font-size: 1.35rem;
  font-weight: 700;
}

.rl-section-title {
  margin: 1rem 0 0;
  max-width: 11ch;
  color: var(--rl-text);
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.rl-centered-title,
.rl-centered-copy {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rl-centered-title {
  margin-top: 1rem;
}

.rl-feature-card,
.rl-revenue-card,
.rl-step-card {
  padding: 1.5rem;
}

.rl-feature-card h3,
.rl-revenue-card h3,
.rl-step-card h3,
.rl-final-card h2,
.rl-board-hero h3 {
  color: var(--rl-text);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.rl-feature-card h3,
.rl-revenue-card h3,
.rl-step-card h3 {
  margin: 1rem 0 0.65rem;
}

.rl-showcase-board {
  padding: 1.4rem;
}

.rl-showcase-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46rem;
  padding: 2.75rem 4.75rem 2.25rem 2rem;
  border: 1px solid var(--rl-border);
  border-radius: 2.4rem;
  background:
    radial-gradient(circle at top right, rgba(244, 106, 67, 0.12), transparent 32%),
    radial-gradient(circle at bottom left, rgba(35, 193, 139, 0.14), transparent 34%),
    color-mix(in srgb, var(--rl-surface-strong) 96%, transparent);
  box-shadow: 0 26px 60px rgba(16, 27, 32, 0.08);
  isolation: isolate;
}

.rl-showcase-aura {
  position: absolute;
  z-index: 0;
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.85;
}

.rl-showcase-aura-one {
  top: 3rem;
  right: 4rem;
  width: 11rem;
  height: 10rem;
  background: rgba(244, 106, 67, 0.28);
}

.rl-showcase-aura-two {
  left: 2.5rem;
  bottom: 4rem;
  width: 10rem;
  height: 9rem;
  background: rgba(35, 193, 139, 0.24);
}

.rl-showcase-phone {
  position: relative;
  z-index: 2;
  width: min(100%, 25rem);
}

.rl-showcase-phone-frame {
  border-radius: 3.1rem;
  padding: 0.75rem;
  background: linear-gradient(180deg, #171614 0%, #26201c 100%);
  box-shadow: 0 38px 80px rgba(18, 13, 9, 0.32);
}

.rl-showcase-phone-surface {
  position: relative;
  overflow: hidden;
  min-height: 41.5rem;
  padding: 1rem;
  border-radius: 2.45rem;
  background: linear-gradient(180deg, #ffd978 0%, #ffc16b 44%, #ffab61 100%);
}

.rl-showcase-phone-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
}

.rl-showcase-phone-toolbar,
.rl-showcase-profile,
.rl-showcase-tabs,
.rl-showcase-link-stack,
.rl-showcase-video-card {
  position: relative;
  z-index: 1;
}

.rl-showcase-phone-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  color: rgba(20, 18, 14, 0.74);
}

.rl-showcase-toolbar-address {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.48rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 0 0 1px rgba(20, 18, 14, 0.06);
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

.rl-showcase-toolbar-pip {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: #14252b;
  flex-shrink: 0;
}

.rl-showcase-phone-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.rl-showcase-follow-button,
.rl-showcase-more-button,
.rl-showcase-product-action,
.rl-showcase-social-rail button,
.rl-showcase-link-card {
  border: 0;
  outline: 0;
}

.rl-showcase-follow-button,
.rl-showcase-more-button {
  background: rgba(20, 24, 28, 0.86);
  color: #fff;
  box-shadow: 0 14px 26px rgba(37, 25, 14, 0.16);
}

.rl-showcase-follow-button {
  padding: 0.75rem 1.05rem;
  border-radius: 1rem;
  font-size: 0.95rem;
  font-weight: 700;
}

.rl-showcase-more-button {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 999px;
}

.rl-showcase-profile {
  margin: 1.25rem auto 0;
  max-width: 18rem;
  text-align: center;
  color: #17120f;
}

.rl-showcase-tagline {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2rem;
  margin-bottom: 0.95rem;
  padding: 0.46rem 0.82rem;
  border-radius: 999px;
  background: rgba(255, 249, 236, 0.7);
  color: #7c4a11;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(99, 59, 15, 0.08);
}

.rl-showcase-tagline svg {
  color: var(--rl-accent);
}

.rl-showcase-avatar {
  width: 5.35rem;
  height: 5.35rem;
  margin: 0 auto 0.85rem;
  border-radius: 999px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 36px rgba(59, 33, 12, 0.18);
}

.rl-showcase-profile h3 {
  margin: 0;
  color: #14100d;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.rl-showcase-profile p {
  margin: 0.55rem auto 0;
  max-width: 25.75rem;
  color: rgba(23, 18, 15, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.rl-showcase-tabs {
  margin: 1.15rem auto 1rem;
  max-width: 17rem;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  backdrop-filter: none !important;
}

.rl-showcase-tabs .rl-store-tab {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  appearance: none;
}

.rl-showcase-link-stack {
  display: grid;
  gap: 0.72rem;
  margin-top: 0.35rem;
}

.rl-showcase-link-card {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.72rem;
  width: 100%;
  padding: 0.78rem 0.85rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 34px rgba(47, 27, 10, 0.12);
  text-align: left;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.rl-showcase-link-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(47, 27, 10, 0.16);
}

.rl-showcase-link-icon {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1rem;
  background: rgba(20, 37, 43, 0.08);
  color: #14252b;
}

.rl-showcase-link-card.is-warning .rl-showcase-link-icon {
  background: rgba(244, 106, 67, 0.12);
  color: var(--rl-accent);
}

.rl-showcase-link-card.is-info .rl-showcase-link-icon {
  background: rgba(35, 193, 139, 0.14);
  color: #117351;
}

.rl-showcase-link-copy {
  min-width: 0;
}

.rl-showcase-link-copy strong,
.rl-showcase-link-copy span {
  display: block;
}

.rl-showcase-link-copy strong {
  color: #191919;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.25;
}

.rl-showcase-link-copy span {
  margin-top: 0.12rem;
  color: rgba(25, 25, 25, 0.62);
  font-size: 0.76rem;
  line-height: 1.25;
}

.rl-showcase-link-accent {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #14252b;
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.rl-showcase-video-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 10.75rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.7rem;
  background-position: center;
  background-size: cover;
  box-shadow: 0 24px 42px rgba(24, 15, 9, 0.18);
  color: #fff;
}

.rl-showcase-video-chip {
  align-self: flex-start;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: rgba(12, 16, 19, 0.52);
  font-size: 0.74rem;
  font-weight: 700;
}

.rl-showcase-video-content {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.rl-showcase-video-button {
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 999px;
  background: rgba(244, 106, 67, 0.95);
  color: #fff;
  box-shadow: 0 16px 30px rgba(244, 106, 67, 0.28);
  flex-shrink: 0;
}

.rl-showcase-video-copy strong,
.rl-showcase-video-copy span {
  display: block;
}

.rl-showcase-video-copy strong {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-showcase-video-copy span {
  margin-top: 0.24rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  line-height: 1.35;
}

.rl-showcase-product-card,
.rl-showcase-social-rail,
.rl-showcase-metric-card {
  position: absolute;
  z-index: 3;
}

.rl-showcase-product-card {
  top: 2.5rem;
  left: 0.35rem;
  width: min(100%, 15.5rem);
  padding: 0.9rem;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 60px rgba(18, 19, 29, 0.16);
}

.rl-showcase-product-image {
  height: 6.4rem;
  border-radius: 1.2rem;
  background-position: center;
  background-size: cover;
}

.rl-showcase-product-copy {
  padding-right: 4rem;
}

.rl-showcase-product-copy span,
.rl-showcase-product-copy strong,
.rl-showcase-product-copy em {
  display: block;
}

.rl-showcase-product-copy span {
  margin-top: 0.85rem;
  color: var(--rl-muted);
  font-size: 0.76rem;
  font-weight: 600;
}

.rl-showcase-product-copy strong {
  margin-top: 0.25rem;
  color: #141414;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.rl-showcase-product-copy em {
  margin-top: 0.28rem;
  color: #b7ce39;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.rl-showcase-product-action {
  position: absolute;
  right: 0.9rem;
  bottom: 0.9rem;
  display: grid;
  place-items: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1.05rem;
  background: linear-gradient(135deg, #b49cff 0%, #7654ff 100%);
  color: #fff;
  box-shadow: 0 18px 30px rgba(118, 84, 255, 0.28);
}

.rl-showcase-social-rail {
  top: 8rem;
  right: 0;
  display: grid;
  gap: 0.9rem;
  padding: 1rem 0.85rem;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 54px rgba(18, 19, 29, 0.16);
}

.rl-showcase-social-rail button {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1.05rem;
  background: #fff;
  color: #141414;
  box-shadow: inset 0 0 0 1px rgba(20, 20, 20, 0.08);
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    background 0.18s ease;
}

.rl-showcase-social-rail button:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, rgba(244, 106, 67, 0.12), rgba(255, 217, 120, 0.55));
  color: var(--rl-accent);
}

.rl-showcase-metric-card {
  left: 1.8rem;
  bottom: 2.2rem;
  width: min(100%, 12.75rem);
  padding: 1rem 1.05rem;
  border-radius: 1.7rem;
  background: rgba(246, 242, 255, 0.97);
  box-shadow: 0 28px 54px rgba(18, 19, 29, 0.16);
  color: #24183a;
}

.rl-showcase-metric-label {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: #6550c6;
  font-size: 0.82rem;
  font-weight: 700;
}

.rl-showcase-metric-card strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.06em;
}

.rl-showcase-metric-card p {
  margin: 0.45rem 0 0;
  color: rgba(36, 24, 58, 0.72);
  font-size: 0.78rem;
  line-height: 1.42;
}

.rl-showcase-metric-bars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  gap: 0.34rem;
  height: 3rem;
  margin-top: 0.8rem;
}

.rl-showcase-metric-bars span {
  border-radius: 999px;
  background: linear-gradient(180deg, #9b87ff 0%, #6546ec 100%);
}

.rl-showcase-metric-bars span:nth-child(1) {
  height: 1.1rem;
}

.rl-showcase-metric-bars span:nth-child(2) {
  height: 1.7rem;
}

.rl-showcase-metric-bars span:nth-child(3) {
  height: 2.2rem;
}

.rl-showcase-metric-bars span:nth-child(4) {
  height: 2.8rem;
}

.rl-store-scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 33rem;
  padding: 2rem 1rem;
  isolation: isolate;
}

.rl-store-glow {
  position: absolute;
  border-radius: 999px;
  background: rgba(78, 92, 255, 0.75);
  filter: blur(42px);
  opacity: 0.6;
  z-index: 0;
}

.rl-store-glow-left {
  left: 2.5rem;
  top: 11rem;
  width: 12rem;
  height: 8rem;
}

.rl-store-glow-right {
  right: 2rem;
  top: 14rem;
  width: 10rem;
  height: 7rem;
}

.rl-store-earnings-card {
  --rl-store-earnings-text-offset: calc(2.1rem + 0.55rem);
  position: absolute;
  top: 3rem;
  left: 0;
  z-index: 4;
  width: min(100%, 16rem);
  padding: 0.5rem 1.15rem 0.5rem;
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 60px rgba(22, 25, 43, 0.18);
}

.rl-store-earnings-top {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: #191919;
  font-size: 0.86rem;
  font-weight: 500;
}

.rl-store-earnings-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 0.8rem;
  background: #fff2de;
  color: #ff9300;
  box-shadow: inset 0 0 0 1px rgba(255, 147, 0, 0.14);
}

.rl-store-growth {
  margin-left: auto;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #c5f0c0;
  color: #4abf60;
  font-size: 0.82rem;
  line-height: 1;
}

.rl-store-earnings-card strong {
  display: block;
  margin-top: 0.45rem;
  padding-inline-start: var(--rl-store-earnings-text-offset);
  color: #111;
  font-size: clamp(1rem, 4vw, 1.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.rl-store-discount-badge {
  position: absolute;
  top: 6.4rem;
  right: 0.7rem;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 4.8rem;
  height: 4.8rem;
  color: #fff;
  font-size: 2.45rem;
  line-height: 1;
  font-weight: 700;
  background: #ffb013;
  clip-path: polygon(50% 0%, 61% 9%, 75% 4%, 82% 16%, 96% 18%, 91% 32%, 100% 50%, 91% 67%, 96% 82%, 82% 84%, 75% 96%, 61% 91%, 50% 100%, 39% 91%, 25% 96%, 18% 84%, 4% 82%, 9% 67%, 0% 50%, 9% 32%, 4% 18%, 18% 16%, 25% 4%, 39% 9%);
  box-shadow: 0 24px 48px rgba(255, 176, 19, 0.3);
  transform: rotate(8deg);
}

.rl-store-floating-app {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 36px rgba(17, 20, 36, 0.16), 0 0 32px rgba(63, 86, 255, 0.45);
}

.rl-store-floating-app-one {
  left: 2rem;
  bottom: 10rem;
  color: #4660ff;
  transform: rotate(-22deg);
}

.rl-store-floating-app-two {
  left: 1.4rem;
  bottom: 3.8rem;
  color: #2962ff;
  transform: rotate(-12deg);
}

.rl-store-floating-app-three {
  right: 1.1rem;
  bottom: 1rem;
  color: #eb57ba;
  transform: rotate(20deg);
}

.rl-store-phone {
  position: relative;
  z-index: 3;
  width: min(100%, 22.75rem);
}

.rl-store-phone-frame {
  border-radius: 3rem;
  padding: 0.72rem;
  background: linear-gradient(180deg, #1b1a18 0%, #111110 100%);
  box-shadow: 0 36px 70px rgba(15, 15, 18, 0.32);
}

.rl-store-phone-surface {
  position: relative;
  overflow: hidden;
  min-height: 37rem;
  padding: 1.05rem 0.95rem 1rem;
  border-radius: 2.4rem;
  background-size: cover;
  background-position: center;
}

.rl-store-phone-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(248, 241, 227, 0.54) 0%, rgba(248, 241, 227, 0.22) 24%, rgba(16, 10, 6, 0.2) 55%, rgba(12, 7, 4, 0.5) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.rl-store-phone-toolbar,
.rl-store-profile,
.rl-store-tabs,
.rl-store-product-list {
  position: relative;
  z-index: 1;
}

.rl-store-phone-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.rl-store-toolbar-dots {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.rl-store-toolbar-dots span {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
}

.rl-store-phone-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.rl-store-follow-button,
.rl-store-more-button,
.rl-store-tab,
.rl-store-product-button {
  border: 0;
  outline: 0;
}

.rl-store-follow-button,
.rl-store-more-button {
  background: rgba(92, 78, 59, 0.88);
  color: #fff;
  box-shadow: 0 12px 26px rgba(35, 21, 10, 0.16);
}

.rl-store-follow-button {
  padding: 0.8rem 1.2rem;
  border-radius: 1.2rem;
  font-size: 1rem;
  font-weight: 700;
}

.rl-store-more-button {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
}

.rl-store-profile {
  margin: 1.45rem auto 0.9rem;
  max-width: 15.5rem;
  text-align: center;
  color: #fff;
}

.rl-store-avatar {
  width: 5.3rem;
  height: 5.3rem;
  margin: 0 auto 0.8rem;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 22px 44px rgba(12, 8, 5, 0.24);
}

.rl-store-profile h3 {
  margin: 0;
  color: #fff;
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.rl-store-profile p {
  margin: 0.55rem auto 0;
  max-width: 13.5rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  line-height: 1.38;
}

.rl-store-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.35rem;
  margin: 0 auto 1rem;
  max-width: 17rem;
}

.rl-store-tab {
  position: relative;
  padding: 0.3rem 0.25rem 0.75rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
}

.rl-store-tab.is-active {
  color: #fff;
}

.rl-store-tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  width: 2.35rem;
  height: 0.28rem;
  border-radius: 999px;
  background: #fff;
  transform: translateX(-50%);
}

.rl-store-product-list {
  display: grid;
  gap: 0.72rem;
  max-width: 19.25rem;
  margin: 0 auto;
}

.rl-store-product-card {
  display: grid;
  grid-template-columns: 2.8rem minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  padding: 0.58rem 0.7rem;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 36px rgba(14, 16, 30, 0.12);
}

.rl-store-product-card.is-featured {
  padding-bottom: 0.8rem;
}

.rl-store-product-thumb {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  background-size: cover;
  background-position: center;
}

.rl-store-product-copy {
  min-width: 0;
}

.rl-store-product-copy strong,
.rl-store-product-copy span,
.rl-store-product-copy em {
  display: block;
}

.rl-store-product-copy strong {
  color: #191919;
  overflow: hidden;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rl-store-product-copy span {
  margin-top: 0.18rem;
  color: #979797;
  font-size: 0.72rem;
  line-height: 1.2;
}

.rl-store-product-copy em {
  margin-top: 0.16rem;
  color: #141414;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
}

.rl-store-product-card.is-featured .rl-store-product-copy em {
  margin-top: 0.28rem;
  font-size: 0.84rem;
}

.rl-store-product-button {
  grid-column: 1 / -1;
  margin-top: 0.15rem;
  padding: 0.72rem 0.85rem;
  border-radius: 999px;
  background: #141414;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  box-shadow: 0 16px 30px rgba(20, 20, 20, 0.16);
}

.rl-board-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1.1rem;
  border-radius: 1.35rem;
  background: linear-gradient(135deg, var(--rl-accent-soft), var(--rl-accent-alt-soft));
  border: 1px solid var(--rl-border);
}

.rl-board-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--rl-surface-strong) 90%, transparent);
  color: var(--rl-text);
  font-weight: 700;
}

.rl-board-panels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rl-check-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.rl-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--rl-text);
}

.rl-check-item svg {
  margin-top: 0.2rem;
  color: var(--rl-accent-alt);
  flex-shrink: 0;
}

.rl-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rl-accent), #ffc471);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(244, 106, 67, 0.2);
}

.rl-final-section {
  padding: 0 0 5rem;
}

.rl-final-card {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: 2rem;
  background: linear-gradient(135deg, #12252b, #1c3840);
  color: #fff;
  box-shadow: 0 24px 60px rgba(10, 19, 24, 0.28);
}

.rl-final-card h2,
.rl-final-card p,
.rl-final-eyebrow {
  color: #fff;
}

.rl-final-card p {
  max-width: 40rem;
  margin: 0.75rem 0 0;
  opacity: 0.78;
}

.rl-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.rl-final-card .rl-primary-button {
  background: linear-gradient(135deg, var(--rl-accent), #ff9e54);
  color: #fff;
}

@media (max-width: 991.98px) {
  .rl-hero-section {
    padding-top: 7rem;
  }

  .rl-display,
  .rl-section-title {
    max-width: none;
  }

  .rl-stage {
    min-height: 40rem;
    width: min(100%, 31rem);
    margin: 1.5rem auto 0;
  }

  .rl-phone-shell {
    width: min(100%, 29rem);
    margin: 1.4rem auto 0;
  }

  .rl-store-scene {
    min-height: 43rem;
    padding: 4rem 0 1rem;
  }

  .rl-showcase-stage {
    min-height: 44rem;
    padding: 3.4rem 3.7rem 1.5rem 1rem;
  }

  .rl-showcase-product-card {
    top: 1.15rem;
    left: 0;
    width: min(13.75rem, calc(100% - 6rem));
  }

  .rl-showcase-social-rail {
    top: 6.8rem;
    right: 0;
    padding: 0.85rem 0.72rem;
    gap: 0.7rem;
  }

  .rl-showcase-metric-card {
    left: 0;
    bottom: 1.1rem;
    width: min(12rem, calc(100% - 9rem));
  }

  .rl-showcase-phone {
    width: min(100%, 23.1rem);
  }

  .rl-showcase-phone-surface {
    min-height: 39rem;
  }

  .rl-store-earnings-card {
    top: 1rem;
    left: 0;
    width: min(15.75rem, calc(100% - 4.5rem));
    padding: 1.1rem 1.15rem 1.2rem;
  }

  .rl-store-earnings-card strong {
    font-size: clamp(2.35rem, 10vw, 3.35rem);
  }

  .rl-store-discount-badge {
    top: 4.25rem;
    right: 0.25rem;
    width: 4.7rem;
    height: 4.7rem;
    font-size: 2.35rem;
  }

  .rl-store-floating-app {
    width: 4.75rem;
    height: 4.75rem;
    border-radius: 1.45rem;
  }

  .rl-store-floating-app-one {
    left: 0.5rem;
    bottom: 11rem;
  }

  .rl-store-floating-app-two {
    left: 0;
    bottom: 3.6rem;
  }

  .rl-store-floating-app-three {
    right: 0;
    bottom: 1.2rem;
  }

  .rl-store-phone {
    width: min(100%, 23rem);
  }

  .rl-store-phone-surface {
    min-height: 39rem;
  }

  .rl-floating-chip {
    position: absolute;
    margin-bottom: 0;
  }

  .rl-floating-chip-left {
    top: 0.35rem;
    left: 0;
  }

  .rl-floating-chip-right {
    right: 0.15rem;
    bottom: -1.1rem;
  }

  .rl-final-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .rl-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .rl-hero-section,
  .rl-proof-section,
  .rl-showcase-section,
  .rl-feature-section,
  .rl-revenue-section,
  .rl-steps-section {
    padding-bottom: 4rem;
  }

  .rl-mini-grid,
  .rl-board-panels {
    grid-template-columns: 1fr;
  }

  .rl-stage {
    min-height: 34rem;
    width: min(100%, 26rem);
  }

  .rl-phone-shell {
    width: 100%;
    padding: 0.85rem;
  }

  .rl-store-scene {
    min-height: 20rem;
    padding-top: 0.5rem;
  }

  .rl-showcase-stage {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 1.5rem;
  }

  .rl-showcase-aura-one {
    top: 2rem;
    right: 2rem;
  }

  .rl-showcase-aura-two {
    left: 1rem;
    bottom: 10rem;
  }

  .rl-showcase-phone {
    order: 1;
    width: min(100%, 22.5rem);
    margin: 0 auto;
  }

  .rl-showcase-phone-frame {
    border-radius: 2.75rem;
  }

  .rl-showcase-phone-surface {
    min-height: 35.25rem;
    padding: 0.9rem;
    border-radius: 2.15rem;
  }

  .rl-showcase-phone-toolbar {
    flex-wrap: wrap;
    justify-content: center;
  }

  .rl-showcase-follow-button {
    padding: 0.72rem 0.95rem;
    font-size: 0.9rem;
  }

  .rl-showcase-tabs {
    margin-top: 1rem;
  }

  .rl-showcase-link-card {
    grid-template-columns: 2.65rem minmax(0, 1fr);
  }

  .rl-showcase-link-accent {
    grid-column: 2;
    justify-content: space-between;
  }

  .rl-showcase-product-card,
  .rl-showcase-social-rail,
  .rl-showcase-metric-card {
    position: static;
    width: 100%;
    max-width: 22.5rem;
    margin: 1rem auto 0;
  }

  .rl-showcase-product-card {
    order: 2;
  }

  .rl-showcase-social-rail {
    order: 3;
    display: flex;
    justify-content: center;
  }

  .rl-showcase-metric-card {
    order: 4;
  }

  .rl-store-glow-left {
    left: 0.8rem;
    top: 9rem;
    width: 9rem;
    height: 6rem;
  }

  .rl-store-glow-right {
    right: 0.5rem;
    top: 12rem;
    width: 7rem;
    height: 5rem;
  }

  .rl-store-phone {
    width: min(100%, 21.75rem);
  }

  .rl-store-phone-frame {
    border-radius: 2.7rem;
    padding: 0.7rem;
  }

  .rl-store-phone-surface {
    min-height: 34.5rem;
    padding: 1rem 0.85rem 1.05rem;
    border-radius: 2.15rem;
  }

  .rl-store-follow-button {
    padding: 0.7rem 1rem;
    font-size: 0.92rem;
  }

  .rl-store-more-button {
    width: 2.55rem;
    height: 2.55rem;
  }

  .rl-store-profile {
    margin-top: 1.5rem;
    max-width: 14.75rem;
  }

  .rl-store-avatar {
    width: 5.2rem;
    height: 5.2rem;
  }

  .rl-store-profile h3 {
    font-size: 1.2rem;
  }

  .rl-store-profile p {
    margin-top: 0.55rem;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .rl-store-tabs {
    max-width: 17rem;
  }

  .rl-store-tab {
    font-size: 0.86rem;
  }

  .rl-store-tab.is-active::after {
    width: 2.2rem;
  }

  .rl-store-product-list {
    gap: 0.8rem;
  }

  .rl-store-product-card {
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.7rem 0.75rem;
    border-radius: 1.5rem;
  }

  .rl-store-product-thumb {
    width: 3rem;
    height: 3rem;
  }

  .rl-store-product-copy strong {
    font-size: 0.92rem;
  }

  .rl-store-product-copy span,
  .rl-store-product-copy em {
    font-size: 0.84rem;
  }

  .rl-store-product-button {
    padding: 0.82rem 0.95rem;
    font-size: 0.92rem;
  }

  .rl-store-earnings-card {
    --rl-store-earnings-text-offset: calc(2rem + 0.5rem);
    top: 0.45rem;
    left: -0.1rem;
    width: min(12.8rem, calc(100% - 4.25rem));
    padding: 0.82rem 1rem 0.76rem;
    border-radius: 1.45rem;
  }

  .rl-store-earnings-top {
    gap: 0.5rem;
    font-size: 0.78rem;
  }

  .rl-store-earnings-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.8rem;
  }

  .rl-store-growth {
    padding: 0.28rem 0.55rem;
    font-size: 0.74rem;
  }

  .rl-store-earnings-card strong {
    margin-top: 0.38rem;
    font-size: 2.45rem;
  }

  .rl-store-discount-badge {
    top: 4rem;
    right: -0.1rem;
    width: 3.8rem;
    height: 3.8rem;
    font-size: 1.95rem;
  }

  .rl-store-floating-app {
    width: 4rem;
    height: 4rem;
    border-radius: 1.25rem;
  }

  .rl-store-floating-app-one {
    left: 0;
    bottom: 9rem;
  }

  .rl-store-floating-app-two {
    left: -0.15rem;
    bottom: 2.8rem;
  }

  .rl-store-floating-app-three {
    right: 0;
    bottom: 1rem;
  }

  .rl-phone-topbar {
    padding-bottom: 0.75rem;
  }

  .rl-url-pill {
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .rl-link-card {
    grid-template-columns: auto 1fr;
  }

  .rl-link-accent {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .rl-floating-chip {
    min-width: 10.5rem;
    padding: 0.8rem 0.9rem;
  }

  .rl-floating-chip-left {
    top: 0;
    left: -0.2rem;
  }

  .rl-floating-chip-right {
    right: -0.1rem;
    bottom: -1.4rem;
  }

  .rl-phone-body,
  .rl-proof-card,
  .rl-feature-card,
  .rl-revenue-card,
  .rl-step-card,
  .rl-final-card,
  .rl-showcase-board {
    border-radius: 1.35rem;
  }
}

/*# sourceMappingURL=user.css.map*/
