body.page-lp-small-business {
  --paid-biz-shell: 1160px;
  --paid-biz-ink: #0F2D32;
  --paid-biz-copy: #365158;
  --paid-biz-orange: #F4AB4B;
  --paid-biz-paper: #FFFBF6;
  --paid-biz-warm: #FFF3E3;
  --paid-biz-mist: #EEF4F1;
  background: var(--paid-biz-paper);
  overflow-x: hidden;
}

.page-lp-small-business .container {
  width: min(var(--paid-biz-shell), calc(100% - (var(--rl-container-pad) * 2)));
}

.page-lp-small-business .section {
  padding-block: clamp(3.4rem, 6vw, 5.7rem);
}

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

.paid-biz-header__row {
  min-height: 4.65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.paid-biz-header__cta {
  min-height: 2.65rem;
  padding-inline: 1.1rem;
  font-size: 0.9rem;
  box-shadow: 0 10px 22px rgba(15, 45, 50, 0.14);
}

.paid-biz-trial {
  padding-block: 0.65rem;
  border-bottom: 1px solid #ECD7B9;
  background: #FCEBD3;
  color: var(--paid-biz-ink);
}

.paid-biz-trial p {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem 0.65rem;
  margin-block: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  text-align: center;
}

.paid-biz-trial strong {
  font-weight: 850;
}

.paid-biz-hero {
  position: relative;
  padding-block: clamp(3.4rem, 7vw, 6.1rem) clamp(4rem, 7vw, 6.4rem);
  isolation: isolate;
}

.paid-biz-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(44% 58% at 94% 18%, color-mix(in srgb, var(--paid-biz-orange) 18%, transparent), transparent 72%),
    linear-gradient(180deg, #FCEBD3 0%, var(--paid-biz-warm) 45%, var(--paid-biz-paper) 100%);
  pointer-events: none;
}

.paid-biz-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.92fr);
  gap: clamp(2.1rem, 5vw, 5rem);
  align-items: center;
}

.paid-biz-hero__copy {
  min-width: 0;
}

.paid-biz-hero h1 {
  max-width: 12ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2.55rem, 5.4vw, 4.55rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.paid-biz-hero__lede {
  max-width: 51ch;
  margin-bottom: 1.55rem;
  color: var(--paid-biz-copy);
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.62;
  text-wrap: pretty;
}

.paid-biz-hero__lede strong {
  color: var(--paid-biz-ink);
}

.paid-biz-hero__action {
  display: grid;
  justify-items: start;
  gap: 0.75rem;
}

.paid-biz-primary-cta {
  min-height: 3.45rem;
  padding-inline: clamp(1.35rem, 3vw, 2rem);
  font-size: 1.03rem;
  box-shadow:
    0 16px 30px rgba(15, 45, 50, 0.18),
    0 0 0 2px color-mix(in srgb, white 48%, transparent);
}

.paid-biz-hero__action p,
.paid-biz-pricing__action p,
.paid-biz-final__action p {
  margin: 0;
  color: #455C62;
  font-size: 0.88rem;
  line-height: 1.55;
}

.paid-biz-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 1.4rem 0 0;
  padding: 0;
}

.paid-biz-checks li {
  display: inline-flex;
  align-items: center;
  gap: 0.46rem;
  min-height: 2.25rem;
  padding: 0.48rem 0.72rem;
  border: 1px solid color-mix(in srgb, var(--rl-border-strong) 78%, white);
  border-radius: 999px;
  background: color-mix(in srgb, white 86%, transparent);
  color: var(--paid-biz-ink);
  font-size: 0.77rem;
  font-weight: 800;
  line-height: 1.28;
}

.paid-biz-checks--centred {
  width: 100%;
  justify-self: stretch;
  justify-content: center;
}

.paid-biz-checks li::before {
  content: "✓";
  display: grid;
  width: 1rem;
  height: 1rem;
  place-items: center;
  border-radius: 50%;
  background: var(--paid-biz-orange);
  color: var(--paid-biz-ink);
  font-size: 0.66rem;
  font-weight: 900;
}

.paid-biz-hero__visual {
  min-width: 0;
  display: grid;
  gap: 0.85rem;
  padding: clamp(1rem, 2.2vw, 1.45rem);
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 80%, white);
  border-radius: clamp(1.3rem, 3vw, 2rem);
  background:
    radial-gradient(68% 54% at 88% 10%, color-mix(in srgb, var(--paid-biz-orange) 18%, transparent), transparent 75%),
    linear-gradient(145deg, color-mix(in srgb, white 96%, var(--rl-color-cream-100)), color-mix(in srgb, white 91%, #E9F1F1));
  box-shadow: 0 28px 70px rgba(15, 45, 50, 0.13);
}

.paid-biz-launch__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-inline: 0.15rem;
}

.paid-biz-launch__bar p {
  margin: 0;
  color: #53666B;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.paid-biz-launch__bar p:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--paid-biz-ink);
}

.paid-biz-launch__bar p:first-child span {
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background: #3F9B72;
  box-shadow: 0 0 0 0.22rem rgba(63, 155, 114, 0.13);
}

.paid-biz-launch__stage {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.75fr);
  gap: 1rem;
  align-items: center;
}

.paid-biz-launch__posters,
.paid-biz-launch__phone {
  min-width: 0;
  margin: 0;
}

.paid-biz-launch__posters {
  display: grid;
  width: min(100%, 330px);
  justify-self: center;
}

.paid-biz-launch__phone img {
  display: block;
  width: 100%;
  height: auto;
}

.paid-biz-launch__posters figcaption,
.paid-biz-launch__phone figcaption {
  padding: 0.25rem 0.35rem;
  color: var(--paid-biz-ink);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: center;
}

.paid-biz-launch__phone {
  display: grid;
  gap: 0.35rem;
  width: min(92%, 174px);
  justify-self: center;
}

.paid-biz-launch__choice {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.9rem;
  background: var(--paid-biz-ink);
  box-shadow: 0 16px 32px rgba(15, 45, 50, 0.16);
  text-align: center;
}

.paid-biz-launch__choice strong,
.paid-biz-launch__choice span {
  display: block;
}

.paid-biz-launch__choice strong {
  color: white;
  font-family: var(--rl-font-heading);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.paid-biz-launch__choice span {
  margin-top: 0.16rem;
  color: #D5E0E2;
  font-size: 0.8rem;
  line-height: 1.35;
}

.paid-biz-launch__wallets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0.65rem;
  width: min(100%, 310px);
}

.paid-biz-launch__wallets img {
  display: block;
  width: 100%;
  height: auto;
}

.paid-biz-launch__note {
  margin: 0;
  color: #596B70;
  font-size: 0.75rem;
  line-height: 1.45;
}

.paid-biz-signal {
  background: var(--paid-biz-paper);
}

.paid-biz-signal__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid #EFE5D8;
}

.paid-biz-signal__item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  padding: 1.35rem clamp(1rem, 2vw, 1.5rem);
  border-right: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, transparent);
}

.paid-biz-signal__icon {
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid #EAD5B6;
  border-radius: 13px;
  background: #FFF0D7;
  color: #86551C;
}

.paid-biz-signal__item:nth-child(2) .paid-biz-signal__icon {
  background: #EAF2ED;
  border-color: #D2E2D9;
  color: #365D4E;
}

.paid-biz-signal__item:nth-child(3) .paid-biz-signal__icon {
  background: #EAF0F2;
  border-color: #D1DFE3;
  color: #345D68;
}

.paid-biz-signal__grid p {
  display: grid;
  gap: 0.3rem;
  margin: 0;
}

.paid-biz-signal__item:first-child {
  padding-left: 0;
}

.paid-biz-signal__item:last-child {
  padding-right: 0;
  border-right: 0;
}

.paid-biz-signal__grid strong {
  color: var(--paid-biz-ink);
  font-family: var(--rl-font-heading);
  font-size: 0.9rem;
}

.paid-biz-signal__grid span {
  color: #52656A;
  font-size: 0.79rem;
  line-height: 1.42;
}

.paid-biz-section-head {
  display: grid;
  gap: 0.5rem;
  margin-bottom: clamp(1.65rem, 3vw, 2.45rem);
}

.paid-biz-product {
  background: radial-gradient(ellipse at 20% 60%, #FCEBD3, transparent 55%), var(--paid-biz-paper);
}

.paid-biz-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.paid-biz-product__stage {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.5rem);
  padding: 1rem;
  max-width: 520px;
  justify-self: center;
}

.paid-biz-product__stage figure { margin: 0; min-width: 0; }
.paid-biz-product__video { transform: rotate(-5deg) translateY(1.2rem); }
.paid-biz-product__phone { transform: rotate(3deg); }
.paid-biz-product .paid-biz-section-head { margin: 0; }
.page-lp-small-business .paid-biz-product .paid-biz-product__detail {
  margin-top: 0.7rem;
  padding-left: 1rem;
  border-left: 2px solid var(--paid-biz-orange);
  font-size: 0.88rem;
}
.paid-biz-product__stage figcaption {
  margin-top: 0.9rem;
  color: var(--paid-biz-ink);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.paid-biz-product__phone figcaption {
  /* Keep the text clear of the angled video without moving either phone. */
  padding-inline: clamp(1.5rem, 12%, 2rem);
}
.paid-biz-product__video #product-video-caption {
  margin: 0 0 1.75rem;
  color: var(--paid-biz-ink);
  font-weight: 700;
}
.paid-biz-phone-shell video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 884 / 1920;
  border-radius: calc(var(--phone-corner) - var(--phone-bezel) - var(--phone-edge));
  object-fit: contain;
  background: #132D32;
}
.paid-biz-flow-card .paid-biz-counter-video {
  width: 100%;
  align-self: center;
}
.paid-biz-counter-video video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1078 / 1192;
  object-fit: contain;
  background: #173B40;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 0.9rem;
  box-shadow: 0 16px 32px rgba(0,0,0,0.16);
}
.paid-biz-counter-video figcaption {
  margin-top: 0.8rem;
  color: #D5E0E2;
  font-size: 0.78rem;
  text-align: center;
  line-height: 1.5;
}
.paid-biz-video-player { position: relative; }

.paid-biz-section-head h2,
.paid-biz-section-head p {
  margin: 0;
}

.paid-biz-section-head h2 {
  max-width: 760px;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.page-lp-small-business .paid-biz-section-head > p:not(.section-label) {
  margin: 0;
  max-width: 64ch;
  color: var(--paid-biz-copy);
  font-size: 1rem;
  line-height: 1.65;
}

.paid-biz-section-head--centred {
  justify-items: center;
  text-align: center;
}

.paid-biz-section-head--inverse h2,
.page-lp-small-business .paid-biz-section-head--inverse > p:not(.section-label) {
  color: white;
}

.paid-biz-section-head--inverse .section-label {
  color: color-mix(in srgb, var(--paid-biz-orange) 86%, white);
}

.paid-biz-section-head--inverse > p:not(.section-label) {
  color: #D7E2E4;
}

.paid-biz-benefits {
  background: linear-gradient(180deg, var(--paid-biz-paper), var(--paid-biz-mist));
}

.paid-biz-notifications {
  display: grid;
  align-content: center;
  gap: 1.3rem;
  min-width: 0;
}

.paid-biz-reminder figcaption {
  color: #53666B;
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.paid-biz-return-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.paid-biz-return-card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.35rem;
  min-width: 0;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid var(--rl-border-soft);
  border-radius: 1.35rem;
  background: #FFF9F1;
}

.paid-biz-return-card h3 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.paid-biz-return-card p {
  margin: 0;
  color: var(--paid-biz-copy);
  font-size: 0.97rem;
  line-height: 1.6;
}

.paid-biz-return-card--reminder {
  background: #EDF3F2;
}

.paid-biz-return-card p.paid-biz-return-card__note {
  font-size: 0.78rem;
  line-height: 1.5;
}

.paid-biz-head-start {
  align-self: center;
  padding: 1.15rem;
  border: 1px solid #E8C49A;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 10px 25px rgba(15, 45, 50, 0.06);
}

.paid-biz-head-start__top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--paid-biz-ink);
  font-size: 0.82rem;
}

.paid-biz-stamps {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.4rem;
  margin-block: 1rem;
}

.paid-biz-stamps span {
  display: grid;
  aspect-ratio: 1;
  place-items: center;
  border: 1px dashed #AFBAB9;
  border-radius: 50%;
  color: #567171;
  font-size: clamp(0.65rem, 1.5vw, 1rem);
  font-weight: 800;
}

.paid-biz-stamps span:nth-child(-n+5) {
  border-style: solid;
  border-color: var(--paid-biz-orange);
  background: var(--paid-biz-orange);
  color: var(--paid-biz-ink);
}

.paid-biz-head-start p {
  font-size: 0.84rem;
}

.paid-biz-reminder {
  align-self: center;
  margin: 0;
}

.paid-biz-reminder img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(15, 45, 50, 0.12));
}

.paid-biz-reminder figcaption {
  margin-top: 0.85rem;
}

.paid-biz-flow {
  position: relative;
  width: min(1440px, calc(100% - clamp(1rem, 3vw, 3rem)));
  margin: clamp(1.25rem, 3vw, 2.5rem) auto 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: clamp(1.35rem, 3vw, 2.7rem);
  box-shadow: 0 18px 40px -28px rgba(15, 45, 50, 0.45);
  background:
    radial-gradient(45% 55% at 5% 10%, rgba(244, 171, 75, 0.16), transparent 74%),
    radial-gradient(40% 46% at 94% 94%, rgba(255, 255, 255, 0.07), transparent 72%),
    var(--paid-biz-ink);
}

.paid-biz-flow__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.paid-biz-flow-card {
  min-width: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 1.2rem;
  overflow: hidden;
  padding: clamp(1.1rem, 2vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.16);
}

.paid-biz-flow-card--featured {
  border-color: color-mix(in srgb, var(--paid-biz-orange) 58%, transparent);
  background: rgba(255, 255, 255, 0.11);
}

.paid-biz-flow-card__copy {
  min-width: 0;
}

.paid-biz-flow-card__step {
  display: inline-flex;
  margin-bottom: 0.7rem;
  color: var(--paid-biz-orange);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paid-biz-flow-card h3,
.paid-biz-flow-card p {
  margin: 0;
}

.paid-biz-flow-card p.paid-biz-flow-card__caption {
  align-self: end;
  text-align: center;
  font-size: 0.78rem;
  color: #BDCFD1;
}

.paid-biz-flow-card__copy strong {
  color: white;
}

.paid-biz-flow-card h3 {
  margin-bottom: 0.55rem;
  color: white;
  font-size: 1.24rem;
}

.paid-biz-flow-card p {
  color: #D5E0E2;
  font-size: 0.9rem;
  line-height: 1.58;
}

.paid-biz-flow-card figure {
  min-width: 0;
  margin: 0;
  align-self: end;
  justify-self: center;
}

.paid-biz-flow-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  align-self: center;
  width: 100%;
}

.paid-biz-flow-photos figure {
  width: 100%;
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
}

.paid-biz-flow-photos img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.paid-biz-flow-photos figcaption {
  padding: 0.5rem 0.1rem 0.2rem;
  color: #D5E0E2;
  font-size: 0.72rem;
  text-align: center;
}

.paid-biz-flow-card__placement {
  align-self: end;
  text-align: center;
}

.paid-biz-flow-card__placement strong {
  display: block;
  color: #FFF0D7;
  font-family: var(--rl-font-heading);
  font-size: 1rem;
  line-height: 1.45;
}

.paid-biz-flow-card__placement p {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.paid-biz-flow-card__placement small {
  display: block;
  margin-top: 0.5rem;
  color: #BDCFD1;
  font-size: 0.7rem;
  line-height: 1.5;
}

.paid-biz-poster-fan {
  position: relative;
  width: 100%;
  max-width: 330px;
  aspect-ratio: 1.12;
  justify-self: center;
  isolation: isolate;
}

.paid-biz-poster-fan img {
  position: absolute;
  top: 9%;
  display: block;
  width: 44%;
  height: auto;
  border: 1px solid rgba(15, 45, 50, 0.13);
  border-radius: 0.5rem;
  box-shadow: 0 16px 28px rgba(58, 38, 18, 0.2);
}

.paid-biz-poster-fan__left {
  left: 9%;
  transform: translateY(3%) rotate(-12deg);
}

.paid-biz-poster-fan__right {
  right: 9%;
  transform: translateY(3%) rotate(12deg);
}

.paid-biz-poster-fan__front {
  left: 28%;
  z-index: 1;
}

.paid-biz-device-frame {
  width: min(100%, 164px);
}

.paid-biz-phone-shell {
  /* Pair inner and outer curves; never scale the bezel with viewport width. */
  --phone-corner: 24px;
  --phone-bezel: 3px;
  --phone-edge: 1px;
  padding: var(--phone-bezel);
  border: var(--phone-edge) solid rgba(255, 255, 255, 0.35);
  border-radius: var(--phone-corner);
  background: linear-gradient(165deg, #20353B 0%, #17272B 62%, #122126 100%);
  box-shadow: 0 18px 34px rgba(15, 45, 50, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.paid-biz-phone-shell img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--phone-corner) - var(--phone-bezel) - var(--phone-edge));
}

.paid-biz-launch__phone .paid-biz-phone-shell { --phone-corner: 20px; }

.page-lp-small-business .section.paid-biz-partners {
  padding-block: clamp(1.6rem, 3.5vw, 2.5rem);
  background: var(--paid-biz-warm);
}

.paid-biz-partners__row {
  display: grid;
  justify-items: center;
  gap: 1.6rem;
  text-align: center;
  padding-top: clamp(1.5rem, 3vw, 2rem);
  border-top: 1px solid #E8D9C4;
}

.paid-biz-associations p {
  margin: 0 0 1rem;
  max-width: none;
  color: #53666B;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.paid-biz-associations ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: clamp(1rem, 4vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.paid-biz-associations img {
  display: block;
  width: 148px;
  max-width: 100%;
  height: 50px;
  object-fit: contain;
}

.paid-biz-associations__venture img {
  width: 148px;
  height: 148px;
}

.paid-biz-associations__gca img {
  width: 82px;
  height: 82px;
}

.paid-biz-partners__action {
  display: grid;
  justify-items: center;
  gap: 0.6rem;
  flex: 0 0 auto;
  text-align: center;
}

.paid-biz-partners__action p {
  margin: 0;
  color: #53666B;
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 540px) {
  .paid-biz-associations ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
    max-width: 340px;
  }

  .paid-biz-associations li {
    min-width: 0;
  }

  .paid-biz-partners__action {
    width: 100%;
  }
}

.paid-biz-proof {
  background: linear-gradient(180deg, var(--paid-biz-mist), var(--paid-biz-paper));
}

.paid-biz-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: stretch;
}

.paid-biz-insights { min-width: 0; }
.paid-biz-insights__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}
.paid-biz-insights__intro .paid-biz-section-head { margin: 0; }
.paid-biz-insights__intro .paid-biz-data-highlights { margin: 0; }
.paid-biz-insights__devices {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.48fr);
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(1rem, 3vw, 2.3rem);
  margin-top: 2rem;
  border: 1px solid #D7E3DC;
  border-radius: 1.5rem;
  background: radial-gradient(ellipse at 82% 30%, #FFE9CA, transparent 65%), #F8FBF8;
}
.paid-biz-insights__desktop { min-width: 0; margin: 0; }
.paid-biz-desktop-shell {
  display: block;
  padding: 0.3rem;
  border: 1px solid #677C7D;
  border-radius: 0.85rem;
  background: #153339;
  box-shadow: 0 20px 40px -15px rgba(15,45,50,0.35);
  text-decoration: none;
}
.paid-biz-browser-bar {
  display: flex;
  align-items: center;
  gap: 0.28rem;
  padding: 0.45rem 0.45rem 0.65rem;
  color: #ECF4F2;
  font-size: 0.63rem;
  letter-spacing: 0.02em;
}
.paid-biz-browser-bar i { width: 5px; height: 5px; background: #8EACAD; border-radius: 50%; }
.paid-biz-browser-bar span:first-of-type { flex: 1; text-align: center; }
.paid-biz-desktop-shell img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
}
.paid-biz-insights__devices .paid-biz-proof-card__ipad {
  align-self: center;
  width: 100%;
  margin: 0;
  transform: rotate(3deg);
}
.paid-biz-insights__devices figcaption {
  margin-top: 0.85rem;
  color: var(--paid-biz-copy);
  font-size: 0.74rem;
  line-height: 1.5;
  text-align: center;
}
.paid-biz-insight-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: 2rem;
}
.paid-biz-insight-notes article { min-width: 0; }
.paid-biz-insight-notes a {
  display: block;
  overflow: hidden;
  border: 1px solid #D8E2DC;
  border-radius: 0.8rem;
  background: #FFFEFB;
  color: var(--paid-biz-ink);
  text-decoration: none;
  box-shadow: 0 10px 22px -15px rgba(15,45,50,0.25);
}
.paid-biz-insight-notes img { display: block; width: 100%; height: auto; }
.paid-biz-insight-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.36fr);
  align-items: center;
  gap: clamp(0.5rem, 1vw, 0.8rem);
}
.paid-biz-insight-media > .paid-biz-phone-shell {
  --phone-corner: 10px;
  --phone-bezel: 1.5px;
  padding: var(--phone-bezel);
  border: var(--phone-edge) solid #718085;
  border-radius: var(--phone-corner);
  background: linear-gradient(165deg, #20353B, #122126);
  box-shadow: 0 12px 24px -10px rgba(15,45,50,0.3);
}
.paid-biz-insight-notes a span {
  display: block;
  padding: 0.65rem 0.85rem;
  border-top: 1px solid #E8E5DE;
  font-size: 0.75rem;
  font-weight: 800;
}
.paid-biz-insight-notes h3 {
  margin: 1rem 0 0.5rem;
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  line-height: 1.25;
}
.paid-biz-insight-notes p {
  margin: 0;
  color: var(--paid-biz-copy);
  font-size: 0.88rem;
  line-height: 1.65;
}
.paid-biz-insights__note {
  margin: 1.6rem 0 0;
  color: #53666B;
  font-size: 0.74rem;
  line-height: 1.6;
}
.paid-biz-preview {
  width: min(1180px, calc(100% - 1.5rem));
  max-height: calc(100dvh - 2rem);
  padding: clamp(0.8rem, 2vw, 1.25rem);
  border: 1px solid #D7E3DC;
  border-radius: 1rem;
  background: #FFFBF6;
  color: #0F2D32;
  box-shadow: 0 25px 90px rgba(0,0,0,0.3);
}
.paid-biz-preview::backdrop { background: rgba(9,30,34,0.8); }
.paid-biz-preview__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-bottom: 0.75rem; }
.paid-biz-preview h2 { margin: 0; font-size: clamp(1rem, 2vw, 1.3rem); }
.paid-biz-preview button { min-width: 80px; min-height: 44px; padding: 0.5rem; border: 1px solid #BDCCC8; border-radius: 0.6rem; background: white; color: #0F2D32; font: inherit; cursor: pointer; }
.paid-biz-preview img { display: block; width: 100%; max-height: calc(100dvh - 11rem); object-fit: contain; border-radius: 0.4rem; }
.paid-biz-preview p { margin: 0.75rem 0 0; font-size: 0.75rem; color: #365158; }
.paid-biz-preview__footer { display: flex; justify-content: space-between; align-items: center; gap: 0.5rem 1rem; flex-wrap: wrap; }
.paid-biz-preview__footer a { display: inline-flex; align-items: center; min-height: 44px; color: #0F2D32; font-size: 0.78rem; font-weight: 700; text-underline-offset: 3px; }
.cafe-preview-open { overflow: hidden; }
.page-lp-small-business [data-cafe-preview]:focus-visible,
.page-lp-small-business video:focus-visible,
.paid-biz-preview button:focus-visible { outline: 3px solid #D98926; outline-offset: 4px; }

@media (max-width: 850px) {
  .paid-biz-product__grid { grid-template-columns: 1fr; gap: 2rem; }
  .paid-biz-product .paid-biz-section-head { grid-row: 1; }
  .paid-biz-product__stage { width: min(100%, 440px); }
  .paid-biz-insights__intro { grid-template-columns: 1fr; gap: 1.5rem; }
  .paid-biz-insights__intro .paid-biz-data-highlights { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
}
@media (max-width: 600px) {
  .paid-biz-insights__intro .paid-biz-data-highlights { grid-template-columns: 1fr; }
  .paid-biz-insights__devices { grid-template-columns: 1fr; gap: 1.5rem; padding: 0.85rem; }
  .paid-biz-insights__devices .paid-biz-proof-card__ipad { width: min(70%, 290px); transform: rotate(2deg); }
  .paid-biz-insight-notes { grid-template-columns: 1fr; gap: 1.7rem; }
  .paid-biz-insight-notes article { display: block; }
  .paid-biz-insight-notes a span { padding: 0.4rem; font-size: 0.64rem; }
  .paid-biz-insight-notes h3 { margin: 1rem 0 0.5rem; font-size: 1rem; }
  .paid-biz-insight-notes p { font-size: 0.82rem; line-height: 1.55; }
}
@media (max-width: 370px) {
  .paid-biz-insight-notes article { grid-template-columns: 1fr; }
  .paid-biz-insight-notes a { grid-row: auto; margin-bottom: 0.4rem; }
}

.paid-biz-proof-card {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, white);
  border-radius: 1.35rem;
  background: white;
  box-shadow: 0 18px 44px -18px rgba(15, 45, 50, 0.12);
}

.paid-biz-proof-card figcaption {
  color: #53666B;
  font-size: 0.78rem;
  line-height: 1.5;
}

.paid-biz-proof-card__copy {
  min-width: 0;
}

.paid-biz-proof-card--dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    radial-gradient(65% 56% at 100% 0%, rgba(211, 229, 221, 0.3), transparent 74%),
    #FFFEFB;
}

.paid-biz-proof-card--dashboard h2,
.paid-biz-proof-card--dashboard p,
.paid-biz-proof-card--dashboard figure {
  margin: 0;
}

.paid-biz-proof-card--dashboard h2 {
  max-width: none;
  margin-bottom: 0.55rem;
  font-size: clamp(1.8rem, 3.4vw, 2.7rem);
}

.paid-biz-data-highlights {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.paid-biz-data-highlights li {
  display: grid;
  gap: 0.25rem;
  padding-left: 1rem;
  border-left: 2px solid var(--paid-biz-orange);
  line-height: 1.5;
}

.paid-biz-data-highlights strong {
  color: var(--paid-biz-ink);
  font-size: 0.95rem;
}

.paid-biz-data-highlights span {
  color: var(--paid-biz-copy);
  font-size: 0.87rem;
}

.paid-biz-proof-card--dashboard p {
  max-width: 56ch;
  color: var(--paid-biz-copy);
  font-size: 0.95rem;
  line-height: 1.62;
}

.paid-biz-proof-card__eyebrow {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: color-mix(in srgb, var(--paid-biz-orange) 70%, var(--paid-biz-ink));
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paid-biz-proof-card__ipad {
  display: grid;
  gap: 0.55rem;
  width: min(100%, 360px);
  justify-self: center;
  align-self: start;
}

.paid-biz-tablet-shell {
  --tablet-corner: 16px;
  --tablet-bezel: 4px;
  --tablet-edge: 1px;
  position: relative;
  display: block;
  padding: var(--tablet-bezel);
  border: var(--tablet-edge) solid #718085;
  border-radius: var(--tablet-corner);
  background: linear-gradient(165deg, #20353B 0%, #16282C 62%, #122126 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.18),
    0 3px 5px rgba(15, 45, 50, 0.12),
    0 20px 34px -10px rgba(15, 45, 50, 0.25);
}

.paid-biz-tablet-shell::before {
  content: "";
  position: absolute;
  top: calc(var(--tablet-bezel) / 2 - 1px);
  left: calc(50% - 1px);
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #071317;
  box-shadow: inset 0 0 0 0.6px #345761;
}

.paid-biz-proof-card__ipad img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: calc(var(--tablet-corner) - var(--tablet-bezel) - var(--tablet-edge));
}

.paid-biz-proof-card__ipad figcaption {
  padding: 0 0.35rem 0.22rem;
}

.paid-biz-pricing {
  background:
    radial-gradient(55% 55% at 50% 42%, rgba(244, 171, 75, 0.1), transparent 76%),
    linear-gradient(180deg, var(--paid-biz-warm), var(--paid-biz-paper));
}

.paid-biz-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.paid-biz-price-card {
  position: relative;
  min-width: 0;
  padding: clamp(1.2rem, 2.4vw, 1.55rem);
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 84%, white);
  border-radius: 1.25rem;
  background: color-mix(in srgb, white 95%, var(--rl-color-cream-100));
  box-shadow: 0 16px 38px rgba(15, 45, 50, 0.08);
}

.paid-biz-price-card__name,
.paid-biz-price-card__price,
.paid-biz-price-card h3,
.paid-biz-price-card > p:last-child {
  margin: 0;
}

.paid-biz-price-card__name {
  color: var(--paid-biz-ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paid-biz-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-block: 0.55rem 0.9rem;
  color: var(--paid-biz-ink);
}

.paid-biz-price-card__price strong {
  font-family: var(--rl-font-heading);
  font-size: clamp(2.05rem, 4vw, 2.75rem);
  line-height: 1;
}

.paid-biz-price-card__price span {
  color: #596A6E;
  font-size: 0.82rem;
  font-weight: 800;
}

.paid-biz-price-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}

.paid-biz-price-card ul {
  display: grid;
  gap: 0.6rem;
  margin: 1rem 0 0;
  padding-left: 1.15rem;
  color: var(--paid-biz-copy);
  font-size: 0.91rem;
  line-height: 1.5;
}

.paid-biz-price-card li::marker {
  color: #A7671E;
}

.paid-biz-billing-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}

.paid-biz-billing-trust img {
  width: 42px;
  height: auto;
  flex: 0 0 auto;
}

.paid-biz-price-card > p:last-child {
  color: #40575D;
  font-size: 0.9rem;
  line-height: 1.55;
}

.paid-biz-pricing__action {
  display: grid;
  justify-items: center;
  gap: 0.75rem;
  margin-top: 1.7rem;
  text-align: center;
}

.paid-biz-faq {
  background: var(--paid-biz-paper);
}

.paid-biz-faq__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}

.paid-biz-faq__grid .paid-biz-section-head {
  position: sticky;
  top: 7rem;
  margin-bottom: 0;
}

.paid-biz-faq__list {
  display: grid;
  gap: 0.75rem;
}

.paid-biz-faq details {
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, white);
  border-radius: 1rem;
  background: white;
  box-shadow: 0 10px 26px rgba(15, 45, 50, 0.06);
}

.paid-biz-faq summary {
  position: relative;
  min-height: 3.55rem;
  display: flex;
  align-items: center;
  padding: 1rem 3.2rem 1rem 1.1rem;
  color: var(--paid-biz-ink);
  font-family: var(--rl-font-heading);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.paid-biz-faq summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--paid-biz-orange) 22%, white);
  color: var(--paid-biz-ink);
  font-family: var(--rl-font-body);
  font-size: 1.2rem;
  transform: translateY(-50%);
}

.paid-biz-faq details[open] summary::after {
  content: "−";
}

.paid-biz-faq details p {
  margin: 0;
  padding: 0 1.1rem 1.15rem;
  color: var(--paid-biz-copy);
  font-size: 0.91rem;
  line-height: 1.65;
}

.paid-biz-final {
  padding-top: clamp(1.2rem, 3vw, 2.2rem) !important;
  background: linear-gradient(180deg, var(--paid-biz-paper), var(--paid-biz-warm));
}

.paid-biz-final__panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: clamp(1.35rem, 3vw, 2rem);
  background:
    radial-gradient(55% 92% at 0% 0%, rgba(244, 171, 75, 0.2), transparent 70%),
    var(--paid-biz-ink);
  box-shadow: 0 26px 64px rgba(15, 45, 50, 0.19);
}

.paid-biz-final .section-label {
  color: color-mix(in srgb, var(--paid-biz-orange) 86%, white);
}

.paid-biz-final h2,
.paid-biz-final__panel > div > p:not(.section-label) {
  margin: 0;
  color: white;
}

.paid-biz-final h2 {
  max-width: 24ch;
  margin-bottom: 0.6rem;
  font-size: clamp(1.8rem, 3.6vw, 2.75rem);
  line-height: 1.05;
}

.paid-biz-final__panel > div > p:not(.section-label) {
  color: #D5E0E2;
  line-height: 1.6;
}

.paid-biz-final__action {
  display: grid;
  justify-items: center;
  gap: 0.72rem;
}

.paid-biz-final__action p {
  color: #D5E0E2;
  text-align: center;
}

.paid-biz-final__action a:not(.btn) {
  color: white;
  font-weight: 800;
  text-underline-offset: 0.2em;
}

.paid-biz-footer {
  padding-block: 1.7rem;
  border-top: 1px solid color-mix(in srgb, var(--rl-border-soft) 78%, transparent);
  background: var(--paid-biz-warm);
}

.paid-biz-footer__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  flex-wrap: wrap;
}

.paid-biz-footer__brand {
  width: fit-content;
  margin-bottom: 0.5rem;
}

.paid-biz-footer__brand span {
  font-size: 1.05rem;
}

.paid-biz-footer p {
  margin: 0;
  color: #53666B;
  font-size: 0.79rem;
}

.paid-biz-footer nav {
  display: flex;
  align-items: center;
  gap: 0.7rem 1rem;
  flex-wrap: wrap;
}

.paid-biz-footer nav a {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  color: var(--paid-biz-ink);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.paid-biz-footer nav a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media (max-width: 980px) {
  .paid-biz-hero__grid {
    grid-template-columns: 1fr;
  }

  .paid-biz-hero__copy {
    max-width: 760px;
  }

  .paid-biz-hero h1 {
    max-width: 14ch;
  }

  .paid-biz-hero__visual {
    width: min(100%, 580px);
    justify-self: center;
  }

  .paid-biz-flow__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .paid-biz-flow-card:last-child {
    grid-column: auto;
  }

  .paid-biz-faq__grid {
    grid-template-columns: 1fr;
  }

  .paid-biz-faq__grid .paid-biz-section-head {
    position: static;
  }

  .paid-biz-final__panel {
    grid-template-columns: 1fr;
  }

  .paid-biz-final__action {
    justify-items: start;
  }

  .paid-biz-final__action p {
    text-align: left;
  }
}

@media (min-width: 721px) and (max-width: 980px) {
  .paid-biz-flow__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .paid-biz-flow-card:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto auto;
    gap: 1rem 1.6rem;
  }

  .paid-biz-flow-card:first-child .paid-biz-flow-card__copy {
    grid-column: 1;
  }

  .paid-biz-flow-photos {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .paid-biz-flow-card__placement {
    grid-column: 1;
    text-align: left;
  }
}

@media (max-width: 720px) {
  .page-lp-small-business .section {
    padding-block: clamp(2.9rem, 12vw, 4.1rem);
  }

  .paid-biz-header__row {
    min-height: 4.1rem;
  }

  .paid-biz-header__cta {
    min-height: 2.45rem;
    padding-inline: 0.9rem;
    font-size: 0.82rem;
  }

  .paid-biz-hero {
    padding-block: 2.2rem 3rem;
  }

  .paid-biz-hero h1 {
    max-width: 13ch;
    font-size: clamp(2.45rem, 12.8vw, 3.55rem);
  }

  .paid-biz-hero__lede {
    font-size: 1.03rem;
  }

  .paid-biz-primary-cta {
    width: 100%;
  }

  .paid-biz-checks {
    gap: 0.55rem;
  }

  .paid-biz-checks li {
    width: fit-content;
  }

  .paid-biz-hero__visual {
    padding: 0.8rem;
  }

  .paid-biz-launch__stage {
    gap: 0.62rem;
  }

  .paid-biz-launch__bar p {
    font-size: 0.67rem;
  }

  .paid-biz-return-grid,
  .paid-biz-proof__grid {
    grid-template-columns: 1fr;
  }

  .paid-biz-signal__grid {
    grid-template-columns: 1fr;
    padding-block: 0.35rem;
  }

  .paid-biz-signal__item,
  .paid-biz-signal__item:first-child,
  .paid-biz-signal__item:last-child {
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--rl-border-soft) 82%, transparent);
  }

  .paid-biz-signal__item:last-child {
    border-bottom: 0;
  }

  .paid-biz-flow__grid {
    grid-template-columns: 1fr;
  }

  .paid-biz-flow-card,
  .paid-biz-flow-card:last-child {
    grid-column: auto;
    grid-row: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .paid-biz-flow-card {
    gap: 1.1rem;
    padding: 1.35rem;
  }

  .paid-biz-flow-card p {
    font-size: 0.95rem;
  }

  .paid-biz-stamps span {
    font-size: 0.75rem;
  }

  .paid-biz-pricing__grid {
    grid-template-columns: 1fr;
  }

  .paid-biz-proof-card--dashboard {
    grid-template-columns: 1fr;
  }

  .paid-biz-proof-card--dashboard h2 {
    max-width: 22ch;
  }

  .paid-biz-proof-card__ipad {
    width: min(100%, 360px);
    justify-self: center;
  }

  .paid-biz-final__action {
    justify-items: stretch;
  }

  .paid-biz-final__action p {
    text-align: center;
  }

  .paid-biz-footer__row {
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  .paid-biz-header .logo-lockup span {
    display: none;
  }

  .paid-biz-header .logo-lockup img {
    width: 34px;
    height: 34px;
  }

  .paid-biz-hero__visual {
    border-radius: 1.2rem;
  }

  .paid-biz-launch__choice {
    padding: 0.75rem;
  }

  .paid-biz-launch__choice strong {
    font-size: 1rem;
  }

  .paid-biz-launch__choice span {
    font-size: 0.75rem;
  }

  .paid-biz-final__panel {
    padding: 1.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-lp-small-business *,
  .page-lp-small-business *::before,
  .page-lp-small-business *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Trades strip — names the verticals RewardLoop suits. */
.paid-biz-trades {
  text-align: center;
}

.paid-biz-trades > .container > p {
  max-width: 54ch;
  margin-inline: auto;
}

.paid-biz-trades .paid-biz-checks {
  margin-top: 1.75rem;
}

.paid-biz-trades__note {
  margin-top: 1.5rem;
  opacity: 0.78;
  font-size: 0.95rem;
}
