/* Pay Quick marketing site — product-led landing page */

.marketing-page {
  background: var(--pq-surface);
  color: var(--pq-text);
}

.marketing-page section {
  padding: 0;
}

.marketing-page .section-container {
  width: min(1180px, 100%);
}

.marketing-page main {
  overflow: hidden;
}

.marketing-hero {
  position: relative;
  min-height: 780px;
  padding: 0 24px 96px !important;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 10%, rgba(26, 92, 232, 0.38), transparent 34%),
    radial-gradient(circle at 8% 75%, rgba(108, 63, 160, 0.26), transparent 30%),
    var(--pq-gradient-ink);
}

.marketing-hero::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, rgba(7, 15, 31, 0.34));
}

.marketing-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.marketing-hero__glow--one {
  width: 430px;
  height: 430px;
  top: 14%;
  right: -220px;
  border: 1px solid rgba(145, 182, 255, 0.22);
  box-shadow: 0 0 110px rgba(26, 92, 232, 0.12);
}

.marketing-hero__glow--two {
  width: 260px;
  height: 260px;
  left: -150px;
  bottom: 70px;
  border: 1px solid rgba(189, 211, 255, 0.12);
}

.marketing-nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  min-height: 88px;
}

.marketing-nav__brand {
  display: inline-flex;
  align-items: center;
}

.marketing-nav__brand img {
  width: 136px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}

.marketing-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.marketing-nav__links a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.marketing-nav__links a:hover,
.marketing-nav__links a:focus-visible {
  color: #fff;
}

.marketing-nav__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.marketing-nav__login {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 8px 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.marketing-nav__login:hover,
.marketing-nav__login:focus-visible {
  color: #fff;
  text-decoration: none;
}

.marketing-nav .language-switcher {
  position: static;
  display: flex;
  flex-shrink: 0;
  padding: 4px;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.12);
  backdrop-filter: none;
}

.marketing-nav .lang-btn {
  min-width: 48px;
  padding: 6px 9px;
  color: rgba(255, 255, 255, 0.68);
}

.marketing-nav .lang-btn.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
}

.marketing-nav__cta {
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.marketing-nav__cta:hover,
.marketing-nav__cta:focus-visible {
  color: var(--pq-ink);
  background: #fff;
  border-color: #fff;
}

.marketing-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 84px);
  padding-top: 78px;
}

.marketing-hero__copy {
  max-width: 610px;
}

.marketing-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--pq-brand-600);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.marketing-eyebrow--light {
  color: var(--pq-brand-200);
}

.marketing-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(2.85rem, 5vw, 4.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.marketing-hero h1 .marketing-hero__emphasis {
  color: var(--pq-brand-200);
}

.marketing-hero__title,
.marketing-hero__description--desktop {
  display: inline;
}

.marketing-hero__title--mobile,
.marketing-hero__description--mobile {
  display: none;
}

.marketing-hero__description {
  max-width: 590px;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.72;
}

.marketing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.marketing-hero__actions .btn-light,
.marketing-final-cta .btn-light {
  color: var(--pq-brand-700);
  background: #fff;
  border-color: #fff;
  box-shadow: 0 12px 28px rgba(6, 13, 28, 0.22);
}

.marketing-hero__actions .btn-light:hover,
.marketing-final-cta .btn-light:hover {
  color: var(--pq-brand-800);
  background: var(--pq-brand-50);
}

.marketing-btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.marketing-btn-ghost:hover,
.marketing-btn-ghost:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.32);
}

.marketing-hero__assurances {
  display: grid;
  gap: 9px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.84rem;
  font-weight: 600;
}

.marketing-hero__assurances span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.marketing-hero__assurances i {
  color: #82e3bf;
  font-size: 1rem;
}

.product-stage {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 40px 100px rgba(4, 10, 22, 0.38);
  backdrop-filter: blur(18px);
}

.product-stage::before {
  content: '';
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(145, 182, 255, 0.28), transparent 42%, rgba(108, 63, 160, 0.22));
}

.product-stage__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 4px 13px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  font-weight: 700;
}

.product-stage__brand,
.product-stage__live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.product-stage__brand img {
  width: 17px;
  height: 19px;
  object-fit: contain;
}

.product-stage__live span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #54d49c;
  box-shadow: 0 0 0 4px rgba(84, 212, 156, 0.12);
}

.product-stage__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(190px, 0.92fr);
  align-items: end;
  gap: 12px;
}

.hero-menu-mock,
.hero-kds-mock {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(4, 10, 22, 0.3);
}

.hero-menu-mock {
  padding: 12px;
  color: var(--pq-ink);
}

.hero-menu-mock__venue {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 9px;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--pq-border-subtle);
}

.mock-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border: 1px solid var(--pq-brand-100);
  border-radius: 11px;
  color: var(--pq-brand-600);
  background: #fff;
  box-shadow: var(--pq-shadow-xs);
}

.hero-menu-mock__venue > span:nth-child(2) {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.hero-menu-mock__venue strong {
  overflow: hidden;
  color: var(--pq-ink);
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-menu-mock__venue small {
  overflow: hidden;
  color: var(--pq-text-muted);
  font-size: 0.56rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-menu-mock__venue small i {
  margin-right: 3px;
  color: var(--pq-brand-500);
}

.hero-menu-mock__venue > i {
  color: var(--pq-brand-700);
  font-size: 0.95rem;
}

.hero-menu-mock__heading {
  margin: 13px 0 9px;
  font-size: 0.95rem;
  font-weight: 800;
}

.mock-pills {
  display: flex;
  min-width: 0;
  gap: 6px;
  overflow: hidden;
}

.mock-pills span {
  padding: 5px 8px;
  border: 1px solid var(--pq-border);
  border-radius: var(--pq-radius-pill);
  color: var(--pq-text-muted);
  background: #fff;
  font-size: 0.55rem;
  font-weight: 700;
  white-space: nowrap;
}

.mock-pills span.active {
  color: #fff;
  background: var(--pq-ink);
  border-color: var(--pq-ink);
}

.mock-menu-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  padding: 7px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 12px;
  background: #fff;
}

.mock-menu-item__thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 48px;
  overflow: hidden;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle at 50% 40%, #efb957 0 18%, transparent 19%),
    linear-gradient(145deg, #733720, #db7c3d 48%, #386c35);
  font-size: 1.2rem;
}

.mock-menu-item__thumb--two {
  background:
    radial-gradient(circle at 50% 40%, #f0c365 0 18%, transparent 19%),
    linear-gradient(145deg, #3d6c34, #cb7542 52%, #7f3822);
}

.mock-menu-item__copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.mock-menu-item__copy strong,
.mock-menu-item__copy b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mock-menu-item__copy strong {
  font-size: 0.62rem;
}

.mock-menu-item__copy small {
  color: var(--pq-success);
  font-size: 0.49rem;
  font-weight: 700;
}

.mock-menu-item__copy small i {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 4px;
  border-radius: 50%;
  background: currentColor;
}

.mock-menu-item__copy b {
  color: var(--pq-brand-700);
  font-size: 0.56rem;
}

.mock-menu-item__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
  background: var(--pq-brand-500);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-menu-mock__cart {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 9px;
  border-radius: 12px;
  color: #fff;
  background: var(--pq-ink);
}

.hero-menu-mock__cart > span {
  display: grid;
}

.hero-menu-mock__cart small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.48rem;
}

.hero-menu-mock__cart strong {
  font-size: 0.7rem;
}

.hero-menu-mock__cart > b {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 0;
  padding: 8px;
  border-radius: 8px;
  color: var(--pq-ink);
  background: #fff;
  font-size: 0.55rem;
  text-align: center;
}

.hero-kds-mock {
  padding: 14px;
  color: var(--pq-ink);
  background: #f7f9fd;
}

.hero-kds-mock__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.hero-kds-mock__heading > span {
  display: grid;
  gap: 2px;
}

.hero-kds-mock__heading small {
  color: var(--pq-brand-600);
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-kds-mock__heading strong {
  font-size: 0.85rem;
}

.hero-kds-mock__heading > i {
  color: var(--pq-brand-500);
}

.hero-kds-mock__order {
  padding: 13px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 13px;
  background: #fff;
  box-shadow: var(--pq-shadow-xs);
}

.hero-kds-mock__order > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hero-kds-mock__order > div:first-child strong {
  font-size: 0.7rem;
}

.hero-kds-mock__order > div:first-child span {
  padding: 4px 7px;
  border-radius: var(--pq-radius-pill);
  color: #067048;
  background: #dff7ed;
  font-size: 0.48rem;
  font-weight: 800;
}

.hero-kds-mock__order > small {
  display: block;
  margin-top: 4px;
  color: var(--pq-text-muted);
  font-size: 0.53rem;
}

.hero-kds-mock__order ul {
  display: grid;
  gap: 7px;
  margin: 13px 0;
  padding: 11px 0;
  border-top: 1px solid var(--pq-border-subtle);
  border-bottom: 1px solid var(--pq-border-subtle);
  list-style: none;
}

.hero-kds-mock__order li {
  color: var(--pq-text);
  font-size: 0.56rem;
}

.hero-kds-mock__order li b {
  margin-right: 6px;
  color: var(--pq-brand-600);
}

.hero-kds-mock__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hero-kds-mock__actions span {
  padding: 7px 8px;
  border-radius: 8px;
  color: var(--pq-ink);
  background: #f5bd24;
  font-size: 0.51rem;
  font-weight: 800;
}

.hero-kds-mock__actions span i,
.hero-kds-mock__actions small i {
  margin-right: 4px;
}

.hero-kds-mock__actions small {
  color: var(--pq-text-muted);
  font-size: 0.48rem;
}

.proof-strip {
  position: relative;
  z-index: 3;
  padding: 0 24px !important;
  border-bottom: 1px solid var(--pq-border-subtle);
  background: var(--pq-surface);
}

.proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: -34px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--pq-shadow-md);
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 22px;
}

.proof-item + .proof-item {
  border-left: 1px solid var(--pq-border-subtle);
}

.proof-item > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  flex: 0 0 auto;
  border-radius: 11px;
  color: var(--pq-brand-600);
  background: var(--pq-brand-50);
  font-size: 1.05rem;
}

.proof-item span {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.proof-item strong {
  color: var(--pq-ink);
  font-size: 0.78rem;
}

.proof-item small {
  color: var(--pq-text-muted);
  font-size: 0.7rem;
  line-height: 1.45;
  white-space: normal;
}

.marketing-section {
  padding: clamp(76px, 8vw, 118px) 24px !important;
}

.marketing-section__header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.marketing-section__header--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.marketing-section__header h2,
.marketing-final-cta h2 {
  margin: 0 0 16px;
  color: var(--pq-ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.marketing-section__header p {
  max-width: 660px;
  margin: 0 auto;
  color: var(--pq-text-muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.marketing-section__header--left p {
  margin-left: 0;
}

.workflow-section {
  background: var(--pq-surface-subtle);
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.workflow-step {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: var(--pq-radius-lg);
  background: #fff;
  box-shadow: var(--pq-shadow-xs);
}

.workflow-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.workflow-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: var(--pq-brand-600);
  background: var(--pq-brand-50);
  font-size: 1.2rem;
}

.workflow-step__number {
  color: var(--pq-border);
  font-size: 1.55rem;
  font-weight: 800;
}

.workflow-step h3 {
  margin: 0 0 8px;
  color: var(--pq-ink);
  font-size: 1rem;
  font-weight: 800;
}

.workflow-step p {
  margin: 0;
  color: var(--pq-text-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.live-demo {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(38px, 6vw, 76px);
  margin-top: 70px;
  padding: clamp(32px, 5vw, 64px);
  overflow: hidden;
  border-radius: 26px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(26, 92, 232, 0.3), transparent 32%),
    var(--pq-gradient-ink);
  box-shadow: var(--pq-shadow-lg);
}

.live-demo__intro h3 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.live-demo__intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.live-demo__experience {
  min-width: 0;
}

.live-demo .demo-container {
  margin: 0;
}

.live-demo .demo-split {
  gap: 34px;
}

.live-demo .demo-phone {
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
}

.product-section {
  padding-bottom: clamp(48px, 6vw, 72px) !important;
  background: #fff;
}

.product-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.product-card {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 22px;
  background: var(--pq-surface-subtle);
  box-shadow: var(--pq-shadow-sm);
}

.product-card--guest,
.product-card--brand {
  grid-column: span 7;
}

.product-card--kitchen,
.product-card--analytics {
  grid-column: span 5;
}

.product-card__copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 34px 36px 22px;
}

.product-card__eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--pq-brand-600);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-card h3 {
  margin: 0 0 10px;
  color: var(--pq-ink);
  font-size: clamp(1.3rem, 2.2vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.product-card__copy p {
  margin: 0;
  color: var(--pq-text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.product-card__mock {
  align-self: end;
  overflow: hidden;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 18px 18px 0 0;
  background: #fff;
  box-shadow: 0 22px 48px rgba(21, 32, 58, 0.14);
}

.feature-menu-mock {
  width: min(76%, 440px);
  margin: 0 auto -24px;
  padding: 15px 16px 38px;
}

.feature-menu-mock__items {
  display: grid;
  gap: 7px;
  margin: 10px 0;
}

.feature-menu-mock__items > span {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 10px;
}

.feature-menu-mock__items > span > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #86422b, #d58b4c 58%, #467343);
}

.feature-menu-mock__items b,
.feature-menu-mock__items small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.feature-menu-mock__items b {
  font-size: 0.58rem;
}

.feature-menu-mock__items small {
  color: var(--pq-brand-700);
  font-size: 0.5rem;
  font-weight: 800;
}

.feature-menu-mock__items em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #fff;
  background: var(--pq-brand-500);
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 800;
}

.feature-menu-mock__cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 11px;
  color: #fff;
  background: var(--pq-ink);
}

.feature-menu-mock__cart > span {
  display: grid;
}

.feature-menu-mock__cart small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.46rem;
}

.feature-menu-mock__cart b {
  font-size: 0.62rem;
}

.feature-menu-mock__cart strong {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 7px;
  color: var(--pq-ink);
  background: #fff;
  font-size: 0.5rem;
}

.product-card--kitchen {
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(26, 92, 232, 0.28), transparent 34%),
    var(--pq-gradient-ink);
}

.product-card--kitchen .product-card__eyebrow {
  color: var(--pq-brand-200);
}

.product-card--kitchen h3 {
  color: #fff;
}

.product-card--kitchen .product-card__copy p {
  color: rgba(255, 255, 255, 0.66);
}

.feature-kds-mock {
  width: calc(100% - 52px);
  margin: 0 auto -26px;
  padding: 16px 18px 40px;
  border-color: rgba(255, 255, 255, 0.16);
}

.feature-kds-mock__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.feature-kds-mock__top span {
  color: var(--pq-brand-700);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.feature-kds-mock__top span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: #22b67a;
}

.feature-kds-mock__top small {
  padding: 4px 7px;
  border-radius: var(--pq-radius-pill);
  color: #067048;
  background: #dff7ed;
  font-size: 0.48rem;
  font-weight: 800;
}

.feature-kds-mock > strong {
  color: var(--pq-ink);
  font-size: 0.8rem;
}

.feature-kds-mock > p {
  margin: 2px 0 10px;
  color: var(--pq-text-muted);
  font-size: 0.54rem;
}

.feature-kds-mock ul {
  display: grid;
  gap: 6px;
  margin: 0 0 11px;
  padding: 10px 0;
  border-top: 1px solid var(--pq-border-subtle);
  border-bottom: 1px solid var(--pq-border-subtle);
  color: var(--pq-text);
  font-size: 0.56rem;
  list-style: none;
}

.feature-kds-mock li b {
  margin-right: 6px;
  color: var(--pq-brand-600);
}

.feature-kds-mock__action {
  padding: 8px;
  border-radius: 8px;
  color: var(--pq-ink);
  background: #f5bd24;
  font-size: 0.52rem;
  font-weight: 800;
  text-align: center;
}

.feature-kds-mock__action i {
  margin-right: 5px;
}

.product-card--analytics {
  background: #f7f9fd;
}

.feature-analytics-mock {
  width: calc(100% - 52px);
  margin: 0 auto -22px;
  padding: 16px 17px 35px;
}

.feature-analytics-mock__metric {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.feature-analytics-mock__metric > span {
  display: grid;
  gap: 1px;
}

.feature-analytics-mock__metric small,
.feature-analytics-mock__stats small {
  color: var(--pq-text-muted);
  font-size: 0.48rem;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-analytics-mock__metric strong {
  color: var(--pq-ink);
  font-size: 0.94rem;
}

.feature-analytics-mock__metric > i {
  color: var(--pq-brand-500);
  font-size: 1.2rem;
}

.feature-analytics-mock__chart {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 10px;
  height: 58px;
  margin: 8px 0;
  padding: 8px 9px 5px;
  border-radius: 9px;
  background: var(--pq-brand-50);
}

.feature-analytics-mock__chart > div {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 100%;
}

.feature-analytics-mock__chart span {
  width: 13%;
  min-height: 5px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to top, var(--pq-brand-600), var(--pq-brand-300));
}

.feature-analytics-mock__chart span:nth-child(1) { height: 42%; }
.feature-analytics-mock__chart span:nth-child(2) { height: 66%; }
.feature-analytics-mock__chart span:nth-child(3) { height: 52%; }
.feature-analytics-mock__chart span:nth-child(4) { height: 88%; }
.feature-analytics-mock__chart span:nth-child(5) { height: 72%; }

.feature-analytics-mock__chart > small {
  color: var(--pq-text-muted);
  font-size: 0.44rem;
  writing-mode: vertical-rl;
}

.feature-analytics-mock__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}

.feature-analytics-mock__stats span {
  display: grid;
  gap: 1px;
  padding: 7px 8px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 8px;
}

.feature-analytics-mock__stats b {
  color: var(--pq-ink);
  font-size: 0.63rem;
}

.feature-site-mock {
  width: min(76%, 440px);
  margin: 0 auto -24px;
}

.feature-site-mock__cover {
  height: 76px;
  padding: 14px;
  background:
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.64), transparent 19%),
    linear-gradient(135deg, #f4ebe6, #d8c4b9 55%, #f8f6f4);
}

.feature-site-mock__cover .mock-logo {
  border: 3px solid #fff;
}

.feature-site-mock__body {
  position: relative;
  padding: 13px 16px 35px;
}

.feature-site-mock__body > strong,
.feature-site-mock__body > small {
  display: block;
}

.feature-site-mock__body > strong {
  color: var(--pq-ink);
  font-size: 0.8rem;
}

.feature-site-mock__body > small {
  margin-top: 2px;
  color: var(--pq-text-muted);
  font-size: 0.51rem;
}

.feature-site-mock__body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 9px;
  padding: 8px 9px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 8px;
  color: var(--pq-text-muted);
  font-size: 0.49rem;
}

.feature-site-mock__body > div i {
  margin-right: 4px;
  color: var(--pq-brand-600);
}

.feature-site-mock__body > div b {
  color: var(--pq-ink);
}

.feature-site-mock__body > p {
  margin: 10px 0 6px;
  color: var(--pq-ink);
  font-size: 0.55rem;
  font-weight: 800;
}

.feature-site-mock__body > p i {
  margin-right: 4px;
  color: #f5bd24;
}

.feature-site-mock__body > section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.feature-site-mock__body > section span {
  height: 30px;
  border-radius: 7px;
  background: linear-gradient(145deg, #81432d, #dd8d50 58%, #43723f);
}

.feature-site-mock__body > section span:nth-child(2) {
  background: linear-gradient(145deg, #47713e, #e2a255 58%, #8a412e);
}

.feature-site-mock__body > section span:nth-child(3) {
  background: linear-gradient(145deg, #8d452e, #d47742 58%, #d8b164);
}

.real-product-section {
  padding-top: clamp(48px, 6vw, 72px) !important;
  border-top: 1px solid var(--pq-border-subtle);
  background: #fff;
}

.real-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.real-product-panel {
  min-width: 0;
  padding: 28px 28px 0;
  overflow: hidden;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 10%, rgba(26, 92, 232, 0.1), transparent 30%),
    var(--pq-surface-subtle);
  box-shadow: var(--pq-shadow-sm);
}

.real-product-panel--operations {
  background:
    radial-gradient(circle at 88% 10%, rgba(145, 182, 255, 0.16), transparent 30%),
    #101a2f;
}

.real-product-panel__copy {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 13px;
  margin-bottom: 24px;
}

.real-product-panel__copy > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--pq-brand-600);
  background: #fff;
  box-shadow: var(--pq-shadow-xs);
}

.real-product-panel__copy h3 {
  margin: 0 0 5px;
  color: var(--pq-ink);
  font-size: 1.1rem;
  font-weight: 800;
}

.real-product-panel__copy p {
  margin: 0;
  color: var(--pq-text-muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.real-product-panel--operations .real-product-panel__copy h3 {
  color: #fff;
}

.real-product-panel--operations .real-product-panel__copy p {
  color: rgba(255, 255, 255, 0.62);
}

.real-product-panel__screens {
  display: grid;
  align-items: end;
  gap: 14px;
  height: 370px;
}

.real-product-panel__screens--guest {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.real-product-panel__screens--operations {
  grid-template-columns: minmax(145px, 0.72fr) minmax(0, 1.28fr);
}

.real-screen {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 16px 16px 0 0;
  background: #fff;
  box-shadow: 0 18px 42px rgba(21, 32, 58, 0.17);
}

.real-screen img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.real-screen figcaption {
  padding: 10px 12px;
  border-top: 1px solid var(--pq-border-subtle);
  color: var(--pq-text-muted);
  background: #fff;
  font-size: 0.62rem;
  font-weight: 800;
}

.real-screen--venue {
  height: 92%;
}

.real-screen--menu {
  height: 100%;
}

.real-screen--kds {
  height: 100%;
}

.real-screen--reports {
  height: 88%;
}

.real-screen--reports img {
  object-position: 20% top;
}

.pricing-section {
  background: var(--pq-surface-subtle);
}

.marketing-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 940px;
  margin: 0 auto;
}

.marketing-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--pq-border-subtle);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--pq-shadow-sm);
}

.marketing-pricing-card--featured {
  border-color: var(--pq-brand-300);
  box-shadow: 0 20px 52px rgba(26, 92, 232, 0.14);
}

.marketing-pricing-card__badge {
  position: absolute;
  top: 0;
  right: 28px;
  padding: 7px 13px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background: var(--pq-brand-500);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.marketing-pricing-card__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--pq-border-subtle);
}

.marketing-pricing-card h3 {
  margin: 0 0 5px;
  color: var(--pq-ink);
  font-size: 1.3rem;
  font-weight: 800;
}

.marketing-pricing-card__header p {
  margin: 0;
  color: var(--pq-text-muted);
  font-size: 0.78rem;
}

.marketing-price {
  color: var(--pq-ink);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}

.marketing-price small {
  margin-left: 4px;
  color: var(--pq-text-muted);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0;
}

.marketing-pricing-card ul {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.marketing-pricing-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--pq-text);
  font-size: 0.86rem;
}

.marketing-pricing-card li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--pq-success);
  background: var(--pq-success-soft);
  font-size: 0.72rem;
}

.marketing-pricing-card .btn {
  margin-top: auto;
}

.payment-trust {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 17px;
  max-width: 940px;
  margin: 22px auto 0;
  padding: 22px 26px;
  border: 1px solid var(--pq-border-subtle);
  border-radius: 17px;
  background: #fff;
}

.payment-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  color: var(--pq-success);
  background: var(--pq-success-soft);
}

.payment-trust strong {
  display: block;
  margin-bottom: 3px;
  color: var(--pq-ink);
  font-size: 0.86rem;
}

.payment-trust p {
  margin: 0;
  color: var(--pq-text-muted);
  font-size: 0.75rem;
  line-height: 1.55;
}

.payment-trust__providers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.payment-trust__providers span {
  padding: 7px 10px;
  border: 1px solid var(--pq-border);
  border-radius: 8px;
  color: var(--pq-ink);
  background: var(--pq-surface-subtle);
  font-size: 0.68rem;
  font-weight: 800;
}

.faq-section {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: clamp(48px, 8vw, 110px);
}

.faq-layout .marketing-section__header {
  position: sticky;
  top: 34px;
  margin-bottom: 0;
}

.marketing-faq-list {
  border-top: 1px solid var(--pq-border-subtle);
}

.marketing-faq-item {
  border-bottom: 1px solid var(--pq-border-subtle);
}

.marketing-faq-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  padding: 23px 0;
  color: var(--pq-ink);
  font-size: 0.95rem;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.marketing-faq-item summary i {
  color: var(--pq-brand-600);
  transition: transform var(--pq-transition-base);
}

.marketing-faq-item[open] summary i {
  transform: rotate(45deg);
}

.marketing-faq-item p {
  max-width: 680px;
  margin: -7px 0 23px;
  color: var(--pq-text-muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.marketing-final-cta {
  padding: 0 24px 96px !important;
  background: #fff;
}

.marketing-final-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
  padding: clamp(42px, 6vw, 72px);
  overflow: hidden;
  border-radius: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(26, 92, 232, 0.36), transparent 32%),
    var(--pq-gradient-ink);
  box-shadow: var(--pq-shadow-lg);
}

.marketing-final-cta h2 {
  max-width: 680px;
  color: #fff;
}

.marketing-final-cta p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

.marketing-final-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  min-width: 220px;
}

.marketing-page footer {
  margin: 0;
  padding: 54px 24px 26px;
  color: #fff;
  background: #0d1629;
}

.marketing-page .footer-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  width: min(1180px, 100%);
  max-width: none;
  margin: 0 auto;
  text-align: left;
}

.marketing-page .footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.marketing-page .footer-logo-mark {
  width: 28px;
  height: 31px;
  margin: 0;
  object-fit: contain;
}

.marketing-page .footer-logo p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.marketing-page .footer-links {
  justify-content: flex-end;
  gap: 16px;
}

.marketing-page .footer-links span,
.marketing-page footer a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.76rem;
}

.marketing-page footer a:hover {
  color: #fff;
  text-decoration: none;
}

.marketing-page .footer-bottom {
  width: min(1180px, 100%);
  max-width: none;
  margin-top: 28px;
  padding: 20px 0 0;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.46);
}

.marketing-page .footer-bottom p {
  margin: 0;
}

@media (max-width: 1060px) {
  .marketing-nav__links {
    display: none;
  }

  .marketing-nav {
    grid-template-columns: 1fr auto;
  }

  .marketing-hero__grid {
    grid-template-columns: minmax(0, 0.82fr) minmax(430px, 1.18fr);
    gap: 40px;
  }

  .workflow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .live-demo {
    grid-template-columns: 1fr;
  }

  .live-demo__intro {
    max-width: 640px;
  }

  .live-demo__experience {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 860px) {
  .marketing-hero {
    min-height: auto;
    padding-bottom: 100px !important;
  }

  .marketing-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 56px;
  }

  .marketing-hero__copy {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
  }

  .marketing-hero__description {
    margin-right: auto;
    margin-left: auto;
  }

  .marketing-hero__actions {
    justify-content: center;
  }

  .marketing-hero__assurances {
    justify-content: center;
    grid-template-columns: repeat(3, auto);
  }

  .product-stage {
    width: min(640px, 100%);
    margin: 0 auto;
  }

  .proof-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(3) {
    border-left: 0;
  }

  .proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--pq-border-subtle);
  }

  .product-card--guest,
  .product-card--brand,
  .product-card--kitchen,
  .product-card--analytics {
    grid-column: span 6;
  }

  .product-card {
    min-height: 390px;
  }

  .feature-menu-mock,
  .feature-site-mock {
    width: calc(100% - 52px);
  }

  .real-product-grid {
    grid-template-columns: 1fr;
  }

  .real-product-panel {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .faq-layout .marketing-section__header {
    position: static;
  }

  .marketing-final-cta__inner {
    grid-template-columns: 1fr;
  }

  .marketing-final-cta__actions {
    flex-direction: row;
    min-width: 0;
  }

  .marketing-page .footer-content {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .marketing-page .footer-links {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .marketing-hero {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  .marketing-nav {
    gap: 12px;
    min-height: 76px;
  }

  .marketing-nav__brand img {
    width: 112px;
    height: 42px;
  }

  .marketing-nav__cta {
    display: none;
  }

  .marketing-nav__actions {
    gap: 8px;
  }

  .marketing-nav__login {
    padding-right: 2px;
    padding-left: 2px;
  }

  .marketing-nav .language-switcher {
    padding: 3px;
  }

  .marketing-nav .lang-btn {
    min-width: 44px;
    min-height: 40px;
  }

  .marketing-hero__grid {
    padding-top: 42px;
  }

  .marketing-hero__title--desktop,
  .marketing-hero__description--desktop {
    display: none;
  }

  .marketing-hero__title--mobile,
  .marketing-hero__description--mobile {
    display: inline;
  }

  .marketing-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.4rem);
  }

  .marketing-hero__description {
    max-width: 480px;
    margin-bottom: 24px;
    line-height: 1.58;
  }

  .marketing-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .marketing-hero__assurances {
    grid-template-columns: 1fr;
    justify-items: start;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
  }

  .marketing-hero__assurances span:nth-child(n + 2) {
    display: none;
  }

  .product-stage {
    padding: 10px;
    border-radius: 22px;
  }

  .product-stage__grid {
    grid-template-columns: 1fr;
  }

  .hero-menu-mock,
  .hero-kds-mock {
    width: min(420px, 100%);
    margin: 0 auto;
  }

  .marketing-section {
    padding: 72px 18px !important;
  }

  .product-section {
    padding-bottom: 44px !important;
  }

  .real-product-section {
    padding-top: 44px !important;
  }

  .marketing-section__header {
    margin-bottom: 34px;
  }

  .workflow-grid {
    grid-template-columns: 1fr;
  }

  .workflow-step {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    padding: 20px;
  }

  .workflow-step__top {
    grid-row: span 2;
    display: block;
    margin: 0;
  }

  .workflow-step__number {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 0.74rem;
  }

  .workflow-step h3 {
    align-self: end;
  }

  .live-demo {
    margin-top: 48px;
    padding: 30px 18px;
  }

  .live-demo .demo-split {
    gap: 28px;
  }

  .product-bento {
    grid-template-columns: 1fr;
  }

  .product-card--guest,
  .product-card--brand,
  .product-card--kitchen,
  .product-card--analytics {
    grid-column: auto;
  }

  .product-card {
    min-height: 390px;
  }

  .product-card__copy {
    padding: 28px 26px 18px;
  }

  .feature-menu-mock,
  .feature-kds-mock,
  .feature-analytics-mock,
  .feature-site-mock {
    width: calc(100% - 48px);
  }

  .real-product-panel {
    padding: 22px 22px 0;
  }

  .real-product-panel__screens {
    height: 330px;
  }

  .real-product-panel__screens--operations {
    grid-template-columns: minmax(120px, 0.72fr) minmax(0, 1.28fr);
  }

  .marketing-pricing-grid {
    grid-template-columns: 1fr;
  }

  .payment-trust {
    grid-template-columns: auto 1fr;
    padding: 20px;
  }

  .payment-trust__providers {
    grid-column: 1 / -1;
    padding-left: 61px;
  }

  .marketing-final-cta {
    padding: 0 18px 72px !important;
  }

  .marketing-final-cta__inner {
    padding: 36px 26px;
    border-radius: 22px;
  }

  .marketing-final-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .marketing-page footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .marketing-page .footer-logo {
    flex-direction: column;
  }

  .marketing-page .footer-links {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
  }

  .marketing-page .footer-links span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .marketing-nav {
    gap: 8px;
  }

  .marketing-nav__brand img {
    width: 96px;
  }

  .marketing-nav__actions {
    gap: 6px;
  }

  .marketing-nav__login {
    min-height: 38px;
    font-size: 0.76rem;
  }

  .marketing-nav .lang-btn {
    min-width: 36px;
    min-height: 36px;
    padding-right: 6px;
    padding-left: 6px;
  }

  .marketing-hero h1 {
    font-size: 2.3rem;
  }

  .hero-menu-mock {
    padding: 10px;
  }

  .mock-menu-item {
    grid-template-columns: 44px minmax(0, 1fr) 24px;
    gap: 7px;
    padding: 6px;
  }

  .mock-menu-item__thumb {
    width: 44px;
    height: 44px;
  }

  .hero-kds-mock {
    padding: 12px;
  }

  .real-product-panel {
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 20px;
  }

  .real-product-panel__screens {
    gap: 8px;
    height: 300px;
  }

  .real-screen figcaption {
    padding: 8px;
    font-size: 0.55rem;
  }

  .proof-strip {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  .proof-strip__grid {
    grid-template-columns: 1fr;
    margin-top: -26px;
  }

  .proof-item + .proof-item,
  .proof-item:nth-child(3) {
    border-top: 1px solid var(--pq-border-subtle);
    border-left: 0;
  }

  .marketing-pricing-card__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-trust {
    grid-template-columns: 1fr;
  }

  .payment-trust__providers {
    grid-column: auto;
    padding-left: 0;
  }
}
