﻿:root {
  --bg: #0b0f14;
  --bg-2: #10171d;
  --panel: #151d24;
  --panel-soft: #1c262f;
  --text: #f5f7f8;
  --muted: #b5c1ca;
  --subtle: #7f8d98;
  --line: rgba(255, 255, 255, 0.12);
  --cyan: #28d9e6;
  --amber: #ffb44c;
  --coral: #ff6f61;
  --white-soft: rgba(255, 255, 255, 0.82);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", "Segoe UI", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  padding: 16px clamp(18px, 4vw, 52px);
  background: rgba(8, 12, 17, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-dropdown {
  position: relative;
}

.product-trigger {
  position: relative;
}

.product-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 30;
  display: grid;
  min-width: 240px;
  padding: 8px;
  background: rgba(12, 17, 23, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.nav-dropdown:hover .product-menu,
.nav-dropdown:focus-within .product-menu,
.nav-dropdown.is-open .product-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.product-menu a {
  display: block;
  padding: 10px 12px;
  color: var(--text);
  text-align: left;
  white-space: nowrap;
  border-radius: 8px;
}

.product-menu a:hover,
.product-menu a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  outline: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-text strong {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
}

.brand-text small {
  color: var(--subtle);
  font-size: 11px;
  line-height: 1.2;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #071014;
  background: linear-gradient(135deg, var(--cyan), #ffffff 54%, var(--amber));
  border-radius: 8px;
  font-size: 13px;
  font-weight: 900;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--text);
}

.ghost-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font: inherit;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 120px clamp(18px, 5vw, 72px) 64px;
  overflow: hidden;
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 10, 14, 0.96) 0%, rgba(7, 10, 14, 0.88) 33%, rgba(7, 10, 14, 0.42) 64%, rgba(7, 10, 14, 0.76) 100%),
    linear-gradient(180deg, rgba(11, 15, 20, 0.16) 0%, #0b0f14 100%);
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  width: min(650px, 100%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 12em;
  margin-bottom: 24px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-title-product,
.hero-title-detail {
  display: block;
}

.hero-title-detail {
  margin-top: 0.18em;
  font-size: 0.5em;
  line-height: 1.15;
  white-space: nowrap;
}

h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
}

.pricing-section .section-heading h2,
.closing-copy h2 {
  white-space: nowrap;
  font-size: clamp(34px, 4.6vw, 58px);
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 30px;
  color: var(--white-soft);
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
}

.primary-action {
  color: #061014;
  background: #ffffff;
}

.secondary-action {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  overflow: hidden;
}

.hero-stats div {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 18px 22px;
  background: rgba(9, 15, 20, 0.64);
}

.hero-stats dt {
  font-size: clamp(21px, 1.8vw, 27px);
  font-weight: 900;
  line-height: 1.12;
  white-space: nowrap;
}

.hero-stats dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) 0;
}

.intro {
  padding-top: 92px;
  padding-bottom: 92px;
}

.site-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  object-fit: contain;
}

.intro-video {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.video-heading {
  margin-bottom: 24px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.08;
  letter-spacing: 0;
  text-align: center;
}

.section-heading p,
.feature-item p,
.step-card p,
.scene-grid p,
.tech-panel p,
.closing-copy p {
  color: var(--muted);
  font-size: 16px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.feature-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.feature-copy {
  display: grid;
  gap: 18px;
}

.feature-item,
.step-card,
.scene-grid article,
.tech-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.028));
}

.feature-item {
  position: relative;
  padding: 22px 22px 20px 72px;
}

.feature-index {
  position: absolute;
  top: 24px;
  left: 22px;
  color: var(--amber);
  font-weight: 900;
}

.feature-item p {
  margin-bottom: 0;
}

.feature-visual {
  margin: 0;
}

.feature-visual img,
.feature-visual video {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.workflow-section {
  border-top: 1px solid var(--line);
}

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

.step-card {
  padding: 22px;
  min-height: 260px;
}

.step-card span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 30px;
  color: #061014;
  background: var(--cyan);
  border-radius: 8px;
  font-weight: 900;
}

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

.scene-grid article,
.tech-panel {
  min-height: 220px;
  padding: 24px;
}

.scene-grid article:nth-child(2),
.tech-panel:nth-child(2) {
  border-color: rgba(255, 180, 76, 0.34);
}

.scene-grid article:nth-child(3),
.tech-panel:nth-child(3) {
  border-color: rgba(255, 111, 97, 0.34);
}

.tech-section {
  border-top: 1px solid var(--line);
}

.pricing-section {
  border-top: 1px solid var(--line);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pricing-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
}

.pricing-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.pricing-title h3 {
  margin: 0;
}

.pricing-note {
  color: var(--subtle);
  font-size: 13px;
  font-weight: 700;
}

.pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.old {
  color: var(--subtle);
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 700;
}

.price-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  color: #071014;
  background: linear-gradient(135deg, var(--cyan), #ffffff 54%, var(--amber));
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.login-download-section {
  border-top: 1px solid var(--line);
}

.two-column-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.utility-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
}

.utility-empty {
  opacity: 0.96;
}

.anchor-spacer {
  position: relative;
  top: -92px;
}

.payment-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.payment-card {
  width: min(720px, 100%);
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.payment-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.payment-summary div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.payment-summary span {
  display: block;
  margin-bottom: 8px;
  color: var(--subtle);
  font-size: 13px;
}

.payment-summary strong {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  word-break: break-all;
}

.payment-provider-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 8px;
}

.payment-provider-option {
  min-height: 44px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.payment-provider-option:disabled,
.payment-provider-option-disabled {
  color: var(--subtle);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  cursor: not-allowed;
  opacity: 0.72;
}

.payment-provider-option.is-active {
  color: #061014;
  border-color: #ffffff;
  background: #ffffff;
}

.payment-qr-wrap,
.payment-cashier-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 300px;
  margin: 18px 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.payment-qr-wrap img {
  width: min(280px, 72vw);
  height: min(280px, 72vw);
  object-fit: cover;
}

.payment-qr-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: var(--subtle);
  font-size: 14px;
}

.payment-cashier-wrap {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 28px;
  text-align: center;
}

.payment-cashier-wrap .payment-qr-fallback {
  position: static;
  display: block;
  max-width: 360px;
  line-height: 1.7;
}

.payment-inline-login {
  display: grid;
  width: min(520px, 100%);
  gap: 12px;
  text-align: left;
}

.payment-purchase-choice {
  display: grid;
  width: min(520px, 100%);
  gap: 14px;
  text-align: left;
}

.payment-purchase-choice h2 {
  margin: 0;
  font-size: 20px;
}

.payment-purchase-choice p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.payment-purchase-choice-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.payment-purchase-choice-primary,
.payment-purchase-choice-secondary {
  min-height: 46px;
  border-radius: 8px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.payment-purchase-choice-primary {
  color: #071014;
  border: 0;
  background: linear-gradient(135deg, var(--cyan), #ffffff 54%, var(--amber));
}

.payment-purchase-choice-secondary {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
}

.payment-purchase-choice[hidden],
.payment-inline-login[hidden],
.payment-qr-fallback[hidden] {
  display: none;
}

.payment-inline-login-title {
  margin: 0 0 2px;
  color: var(--text);
  font-size: 18px;
}

.payment-inline-login label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.payment-inline-login input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  outline: none;
}

.payment-inline-login input:focus {
  border-color: rgba(40, 217, 230, 0.7);
}

.payment-inline-login-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.payment-inline-login-code,
.payment-inline-login-submit {
  min-height: 46px;
  padding: 0 16px;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.payment-inline-login-code {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.payment-inline-login-submit {
  color: #071014;
  border: 0;
  background: linear-gradient(135deg, var(--cyan), #ffffff 54%, var(--amber));
}

.payment-inline-login-code:disabled,
.payment-inline-login-submit:disabled,
.primary-action:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.payment-inline-login-status {
  min-height: 22px;
  margin: 0;
  color: var(--cyan);
  font-size: 14px;
}

.payment-qr-image {
  width: min(280px, 72vw);
  height: min(280px, 72vw);
  padding: 12px;
  border-radius: 8px;
  background: #ffffff;
}

.payment-qr-image[hidden],
.payment-cashier-link[hidden] {
  display: none;
}

.payment-image-wrap {
  padding: 16px;
  min-height: 520px;
}

.payment-qr-fallback {
  max-width: 560px;
  text-align: center;
  line-height: 1.6;
}

.payment-tip,
.payment-status {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 15px;
}

.payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
}

.login-modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.login-modal.is-open {
  display: flex;
}

.login-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 10, 0.72);
  backdrop-filter: blur(12px);
}

.login-card {
  position: relative;
  z-index: 1;
  width: min(460px, 100%);
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111920;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.login-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  color: var(--muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.login-form {
  display: grid;
  gap: 12px;
}

.login-form label {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.login-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  outline: none;
}

.login-form input:focus {
  border-color: rgba(40, 217, 230, 0.7);
}

.login-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.code-button,
.login-submit {
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  font-weight: 900;
  cursor: pointer;
}

.code-button {
  color: var(--text);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  white-space: nowrap;
}

.login-submit {
  color: #071014;
  background: linear-gradient(135deg, var(--cyan), #ffffff 54%, var(--amber));
}

.login-status {
  min-height: 24px;
  margin: 0;
  color: var(--cyan);
  font-size: 14px;
}

.closing-section {
  padding: clamp(70px, 10vw, 130px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(40, 217, 230, 0.18), rgba(255, 180, 76, 0.12) 48%, rgba(255, 111, 97, 0.16)),
    #0d1318;
}

.closing-copy {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.release-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(232px, 0.55fr);
  gap: clamp(40px, 9vw, 140px);
  align-items: center;
}

.release-current {
  min-width: 0;
}

.release-history {
  display: grid;
  gap: 2px;
  margin: 28px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 16px;
  list-style: none;
}

.release-history li {
  display: grid;
  grid-template-columns: 56px auto;
  column-gap: 16px;
  align-items: baseline;
}

.release-actions {
  display: grid;
  gap: 42px;
  width: min(100%, 232px);
  justify-self: start;
}

.release-download {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  color: #071014;
  background: linear-gradient(135deg, var(--cyan), #ffffff 54%, var(--amber));
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: filter 160ms ease;
}

.release-download:hover,
.release-download:focus-visible {
  filter: brightness(1.08);
}

.closing-copy h2 {
  max-width: none;
}

.closing-copy p:last-child {
  max-width: 760px;
  margin-bottom: 0;
}

.site-footer {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 18px 0 28px;
  color: var(--subtle);
  border-top: 1px solid var(--line);
  text-align: center;
}

.site-footer small {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  font-size: 12px;
  line-height: 1.8;
}

.beian-link {
  display: inline-flex;
  align-items: center;
}

.beian-police {
  gap: 4px;
}

.beian-icon {
  width: 12px;
  height: 13px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--text);
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-nav {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 120px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(7, 10, 14, 0.96) 0%, rgba(7, 10, 14, 0.76) 100%),
      linear-gradient(180deg, rgba(11, 15, 20, 0.06) 0%, #0b0f14 100%);
  }

  .feature-layout {
    grid-template-columns: 1fr;
  }

  .pricing-section .section-heading h2,
  .closing-copy h2 {
    white-space: normal;
  }

  .steps,
  .scene-grid,
  .tech-grid,
  .pricing-grid,
  .two-column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero {
    padding-bottom: 44px;
  }

  h1 {
    font-size: 43px;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .release-summary {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .release-actions {
    gap: 18px;
    width: 100%;
    justify-self: stretch;
  }

  .hero-stats dt {
    white-space: normal;
  }

  .section {
    width: min(100% - 28px, var(--max));
    padding: 70px 0;
  }

  .feature-item {
    padding: 22px;
  }

  .feature-index {
    position: static;
    display: block;
    margin-bottom: 12px;
  }

  .steps,
  .scene-grid,
  .tech-grid,
  .pricing-grid,
  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .step-card,
  .scene-grid article,
  .tech-panel,
  .pricing-panel,
  .utility-panel {
    min-height: auto;
  }

  .header-actions {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .product-menu {
    right: 0;
    left: auto;
  }

  .login-row {
    grid-template-columns: 1fr;
  }

  .payment-inline-login-row {
    grid-template-columns: 1fr;
  }

  .payment-purchase-choice-actions {
    grid-template-columns: 1fr;
  }

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