:root {
  --bg: #080611;
  --bg-soft: #120c1f;
  --text: #f5f1ff;
  --muted: #b2a8c9;
  --line: #2b233a;
  --white: #151022;
  --purple: #8a5cff;
  --purple-dark: #24124e;
  --purple-soft: #1d1530;
  --purple-border: #3d2f60;
  --blue-soft: #151d31;
  --blue-border: #263a63;
  --dark-soft: #1c1628;
  --dark-border: #2f2542;
  --shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
  --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.2);
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: #0a0713;
  overflow-x: hidden;
}

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

button,
a {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.container {
  width: min(calc(100% - 40px), var(--max-width));
  margin-inline: auto;
}

.topbar {
  background: #181027;
  color: #efeaff;
}

.topbar-inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.92rem;
}

.topbar p {
  margin: 0;
}

.topbar a {
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #0f0b19;
  border-bottom: 1px solid var(--line);
}

.nav-shell,
.site-nav,
.nav-actions,
.hero-actions,
.hero-tags,
.partner-grid,
.contact-actions {
  display: flex;
  align-items: center;
}

.nav-shell {
  min-height: 82px;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-icon {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7e62ff 0%, #4f31ef 100%);
  box-shadow: 0 10px 22px rgba(91, 61, 245, 0.22);
}

.brand-icon i {
  position: absolute;
  display: block;
  width: 10px;
  background: #fff;
  border-radius: 999px;
}

.brand-icon i:first-child {
  height: 24px;
  top: 9px;
  left: 12px;
  transform: rotate(24deg);
}

.brand-icon i:last-child {
  height: 18px;
  right: 12px;
  bottom: 9px;
  transform: rotate(24deg);
}

.brand-copy strong {
  display: block;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
}

.brand-copy small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav {
  gap: 26px;
  color: #d7cee8;
  font-size: 0.95rem;
}

.nav-actions {
  gap: 16px;
}

.text-link {
  color: #e7def8;
  font-weight: 700;
}

#headerPrimaryAction {
  display: none !important;
}

#headerSecondaryAction,
#heroSecondaryAction {
  display: none !important;
}

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

.primary-button {
  color: #fff;
  background: linear-gradient(135deg, #8f67ff 0%, #6a40f2 100%);
  box-shadow: 0 14px 30px rgba(106, 64, 242, 0.28);
}

.secondary-button {
  color: #f5f1ff;
  background: #181223;
  border: 1px solid var(--line);
}

.secondary-button.light {
  color: #fff;
  background: transparent;
  border-color: #4b3a72;
}

.large {
  min-height: 54px;
  padding-inline: 24px;
}

.hero-section {
  background: #0a0713;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  padding: 88px 0 72px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--purple-soft);
  color: var(--purple);
  border: 1px solid var(--purple-border);
  font-size: 0.86rem;
  font-weight: 700;
}

.section-label.white {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-copy h1,
.section-head h2,
.split-copy h2,
.contact-shell h2 {
  margin: 18px 0 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.04em;
}

.hero-copy h1 {
  max-width: 860px;
  font-size: clamp(2.35rem, 4vw, 3.9rem);
  line-height: 1.12;
}

.hero-text,
.section-head p,
.metric-card p,
.service-card p,
.split-copy p,
.split-panel p,
.industry-card p,
.compliance-card p {
  color: var(--muted);
  line-height: 1.8;
}

.hero-text {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 1.03rem;
}

.hero-copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.hero-actions {
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-tags {
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-tags span,
.method-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: #1a1427;
  border: 1px solid var(--line);
  color: #ece5ff;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-visual-shell,
.metric-card,
.service-card,
.split-panel,
.industry-card,
.compliance-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-visual-shell {
  border-radius: 30px;
  padding: 22px;
}

.visual-caption {
  margin-bottom: 18px;
}

.visual-caption span,
.summary-kicker,
.panel-head span {
  display: block;
  color: var(--muted);
  font-size: 0.85rem;
}

.visual-caption strong,
.panel-head strong {
  display: block;
  margin-top: 6px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
}

.visual-window {
  border-radius: 24px;
  background: #110d1a;
  border: 1px solid var(--line);
  overflow: hidden;
}

.window-header {
  min-height: 46px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  background: #161120;
  border-bottom: 1px solid var(--line);
}

.window-header span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5b4d7c;
}

.window-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 18px;
  padding: 18px;
}

.side-summary {
  border-radius: 20px;
  background: linear-gradient(180deg, #34186f 0%, #24104f 100%);
  color: #fff;
  padding: 20px;
}

.side-summary h3 {
  margin: 10px 0 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
}

.side-summary ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.8;
}

.checkout-card {
  border-radius: 20px;
  background: #161121;
  border: 1px solid var(--line);
  padding: 20px;
}

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

.checkout-top p {
  margin: 0;
  font-weight: 800;
  font-size: 1.02rem;
}

.checkout-top span {
  color: var(--purple);
  font-weight: 800;
  font-size: 0.88rem;
}

.bank-list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bank-list button {
  min-height: 62px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: #1a1427;
  font-family: inherit;
  font-weight: 800;
  color: #f4f0ff;
  cursor: pointer;
}

.bank-list button:hover {
  border-color: #6d4fd4;
  background: #221835;
}

.bank-list button:hover,
.primary-button:hover,
.secondary-button:hover,
.service-card a:hover {
  transform: translateY(-1px);
}

.qr-preview {
  margin-top: 18px;
  border-radius: 18px;
  background: #110d1a;
  border: 1px solid var(--line);
  padding: 18px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.qr-box {
  width: 112px;
  height: 112px;
  border-radius: 14px;
  background:
    linear-gradient(90deg, #111 10px, transparent 10px) 0 0 / 28px 28px,
    linear-gradient(#111 10px, transparent 10px) 0 0 / 28px 28px,
    linear-gradient(90deg, transparent 18px, #111 18px, #111 28px, transparent 28px) 0 0 / 28px 28px,
    linear-gradient(transparent 18px, #111 18px, #111 28px, transparent 28px) 0 0 / 28px 28px,
    #fff;
  border: 1px solid #dbe1ee;
}

.qr-copy strong {
  display: block;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
}

.qr-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.metrics-section {
  padding: 30px 0 0;
}

.metrics-grid,
.service-grid,
.industry-grid,
.compliance-grid {
  display: grid;
  gap: 18px;
}

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

.metric-card {
  padding: 24px;
  border-radius: 24px;
}

.metric-card strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--purple-soft);
  color: var(--purple);
  border: 1px solid var(--purple-border);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.metric-card h3,
.service-card h3,
.industry-card h3,
.compliance-card h3 {
  margin: 18px 0 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
}

.metric-card p,
.service-card p,
.industry-card p,
.compliance-card p {
  margin: 12px 0 0;
}

.section-head {
  padding-top: 110px;
  max-width: 760px;
}

.section-head.compact {
  max-width: 740px;
  padding-top: 0;
}

.section-head.light h2,
.section-head.light p {
  color: #fff;
}

.section-head h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.1;
}

.section-head p {
  margin: 18px 0 0;
}

.service-grid {
  padding-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  padding: 28px;
  border-radius: 26px;
}

.icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  font-weight: 800;
  font-size: 0.95rem;
}

.icon-badge.purple {
  background: var(--purple-soft);
  color: var(--purple);
  border: 1px solid var(--purple-border);
}

.icon-badge.blue {
  background: var(--blue-soft);
  color: #7db2ff;
  border: 1px solid var(--blue-border);
}

.icon-badge.dark {
  background: var(--dark-soft);
  color: #ddd6ef;
  border: 1px solid var(--dark-border);
}

.service-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--purple);
  font-weight: 800;
}

.split-section {
  padding-top: 110px;
}

.split-section.alt {
  padding-top: 86px;
}

.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 26px;
  align-items: center;
}

.split-grid.reverse {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.split-copy h2 {
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 1.1;
}

.split-copy p {
  margin-top: 18px;
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin-top: 14px;
  color: #ddd5ef;
  line-height: 1.7;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 0 4px rgba(91, 61, 245, 0.12);
}

.split-panel {
  padding: 28px;
  border-radius: 28px;
}

.payment-methods {
  background: linear-gradient(180deg, #171121 0%, #120d1c 100%);
}

.panel-head {
  margin-bottom: 22px;
}

.method-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.solid-panel {
  margin-top: 22px;
  padding: 22px;
  border-radius: 22px;
  background: #23114c;
  color: #fff;
}

.solid-panel h3 {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1.2rem;
}

.solid-panel p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.timeline-panel {
  background: #151022;
}

.timeline-line article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
}

.timeline-line article + article {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.timeline-line span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: var(--purple-soft);
  color: var(--purple);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
}

.timeline-line h3 {
  margin: 0;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 1.06rem;
}

.timeline-line p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.industry-section {
  padding-top: 110px;
}

.industry-grid {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-card,
.compliance-card {
  padding: 28px;
  border-radius: 24px;
}

.partner-section {
  margin-top: 110px;
  padding: 100px 0;
  background: linear-gradient(135deg, #1a1032 0%, #11091f 100%);
}

.partner-grid {
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 14px;
}

.partner-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 144px;
  min-height: 58px;
  padding: 0 20px;
  border-radius: 16px;
  background: #221835;
  border: 1px solid #3a2d57;
  color: #fff;
  font-weight: 800;
}

.compliance-section {
  padding-top: 110px;
}

.compliance-grid {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-section {
  padding: 92px 0 56px;
}

.contact-shell {
  border-radius: 26px;
  background: linear-gradient(135deg, #1d1038 0%, #12091f 100%);
  padding: 28px 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  gap: 18px;
  align-items: center;
  box-shadow: var(--shadow);
}

.contact-copy {
  max-width: 620px;
}

.contact-shell h2 {
  color: #fff;
  max-width: 540px;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 1.12;
}

.contact-copy p {
  margin: 14px 0 0;
  color: #c9bddf;
  line-height: 1.7;
}

.contact-actions {
  gap: 12px;
}

.contact-list {
  display: grid;
  gap: 10px;
}

.contact-item {
  width: 100%;
  display: block;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #3b2b5e;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.contact-item span {
  display: block;
  color: #c9bddf;
  font-size: 0.88rem;
}

.contact-item strong {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 0.98rem;
}

.contact-item small {
  display: block;
  margin-top: 8px;
  color: var(--purple);
  font-size: 0.8rem;
  font-weight: 700;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 500ms ease, transform 500ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .nav-shell {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .site-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-grid,
  .split-grid,
  .split-grid.reverse,
  .contact-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 28px), var(--max-width));
  }

  .nav-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    justify-content: stretch;
    gap: 14px 12px;
    padding: 12px 0;
  }

  .brand {
    min-width: 0;
    gap: 10px;
  }

  .brand-copy small {
    font-size: 0.72rem;
  }

  .topbar-inner,
  .hero-actions,
  .contact-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .nav-actions {
    width: auto;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  .nav-actions .text-link {
    white-space: nowrap;
  }

  .nav-actions .primary-button,
  .nav-actions .secondary-button {
    width: auto;
    min-height: 42px;
    padding-inline: 14px;
    white-space: nowrap;
  }

  .window-body,
  .metrics-grid,
  .service-grid,
  .industry-grid,
  .compliance-grid {
    grid-template-columns: 1fr;
  }

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

  .qr-preview {
    grid-template-columns: 1fr;
  }

  .qr-box {
    width: 132px;
    height: 132px;
  }

  .site-nav {
    order: initial;
    grid-column: 1 / -1;
    width: calc(100% + 28px);
    margin-inline: -14px;
    padding: 0 14px 4px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .hero-grid {
    padding: 56px 0 48px;
    gap: 16px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .section-head h2,
  .split-copy h2,
  .contact-shell h2 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .hero-tags {
    width: 100%;
    justify-content: center;
    gap: 10px 8px;
  }

  .hero-tags span {
    min-height: 34px;
    padding-inline: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 480px) {
  .nav-shell {
    grid-template-columns: 1fr;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .site-nav {
    gap: 14px;
  }

  .hero-tags {
    gap: 8px 6px;
  }

  .hero-tags span {
    min-height: 32px;
    padding-inline: 10px;
    font-size: 0.8rem;
  }
}
