:root {
  --navy: #06142e;
  --navy2: #0d1b3d;
  --pink: #ff2d7a;
  --purple: #7a2dff;
  --blue: #0066ff;
  --ink: #0d1b3d;
  --muted: #65718a;
  --line: #e4e9f2;
  --soft: #f5f7fb;
  --gradient: linear-gradient(115deg, #ff2d7a, #8a2be2 48%, #0066ff);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: Prompt, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
.header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 76px;
  padding: 0 max(20px, calc((100% - 1320px) / 2));
  display: flex;
  align-items: center;
  gap: 35px;
  background: rgba(255, 255, 255, 0.91);
  border-bottom: 1px solid rgba(13, 27, 61, 0.08);
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  gap: 7px;
  font: 900 24px/1 Arial;
  letter-spacing: -1.4px;
}
.brand strong,
.phone-brand span,
.phone-brand b {
  background: var(--gradient);
  background-clip: text;
  color: transparent;
}
.brand b {
  font-style: italic;
  color: var(--navy);
}
nav {
  margin-left: auto;
  display: flex;
  gap: 32px;
}
nav a {
  font-size: 14px;
  font-weight: 600;
  color: #34405a;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.language {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: #fff;
}
.language span {
  padding: 5px 7px;
  border-radius: 99px;
  color: #8a94a7;
  font-size: 11px;
  font-weight: 700;
}
.language .active {
  background: var(--navy);
  color: #fff;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 13px;
  color: #fff;
  background: var(--gradient);
  font-size: 15px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(122, 45, 255, 0.24);
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.mini {
  min-height: 40px;
  padding: 0 17px;
  font-size: 13px;
}
.menu {
  display: none;
  width: 40px;
  height: 40px;
  padding: 10px;
  border: 0;
  border-radius: 9px;
}
.menu i {
  display: block;
  height: 2px;
  margin: 4px;
  background: var(--navy);
}
.hero {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  padding-top: 76px;
  color: #fff;
  background: radial-gradient(
    circle at 74% 40%,
    #183167,
    #0a1b41 34%,
    #06142e 70%
  );
}
.glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.25;
}
.glow.pink {
  right: 8%;
  top: 5%;
  background: var(--pink);
}
.glow.blue {
  left: -15%;
  bottom: 8%;
  background: var(--blue);
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 690px;
  padding: 75px 0 48px;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 45px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: #b8caff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.eyebrow.accent {
  color: var(--purple);
}
h1 {
  margin: 0;
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
h1 span,
h1 em {
  display: block;
}
h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #ff4f95, #b25bff 52%, #52a5ff);
  background-clip: text;
  color: transparent;
}
.intro {
  max-width: 650px;
  margin: 27px 0 0;
  color: #c6d0e4;
  font-size: 17px;
  line-height: 1.78;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.btn.outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: none;
}
.promise {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 40px;
  color: #8190aa;
  font-size: 9px;
  letter-spacing: 0.13em;
}
.promise:before {
  content: "";
  width: 34px;
  height: 1px;
  background: #66758f;
}
.promise b {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  color: #dce4f3;
  font-size: 10px;
}
.visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(123, 112, 255, 0.2);
  border-radius: 50%;
}
.orbit.one {
  width: 500px;
  height: 500px;
}
.orbit.two {
  width: 380px;
  height: 380px;
}
.phone {
  position: relative;
  z-index: 2;
  width: 280px;
  min-height: 520px;
  padding: 28px 20px 20px;
  border-radius: 38px;
  background: linear-gradient(160deg, #fff, #eaf0ff);
  color: var(--ink);
  box-shadow: 0 45px 90px rgba(0, 0, 0, 0.5);
  transform: rotateY(-7deg);
}
.phone:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 82px;
  height: 18px;
  transform: translateX(-50%);
  border-radius: 20px;
  background: var(--navy);
}
.phone-brand {
  padding: 15px 0 28px;
  text-align: center;
  font: bold 18px Arial;
}
.phone > small {
  color: #7c879c;
}
.phone h3 {
  margin: 3px 0 22px;
  font-size: 28px;
}
.phone h3 small {
  font-size: 11px;
}
.method {
  display: grid;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 9px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  font-size: 12px;
}
.method.selected {
  border-color: #bda8ff;
  box-shadow: 0 8px 20px rgba(122, 45, 255, 0.12);
}
.method span {
  color: var(--purple);
  font-size: 20px;
}
.method i {
  font-size: 20px;
  color: #9aa4b6;
}
.phone button {
  width: 100%;
  height: 45px;
  margin-top: 13px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: var(--gradient);
  font: 700 14px Prompt;
}
.float {
  position: absolute;
  z-index: 3;
  padding: 14px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--ink);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.34);
  animation: float 5s ease-in-out infinite;
}
.float.qr {
  left: 0;
  top: 82px;
  width: 144px;
  text-align: center;
  transform: rotate(-5deg);
}
.float.qr small {
  color: var(--pink);
  font-size: 8px;
  font-weight: 800;
}
.qr-pattern {
  width: 86px;
  height: 86px;
  margin: 8px auto;
  background: #fff url("assets/images/hero-pay-site-qr.png") center/contain
    no-repeat;
  border: 8px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
  image-rendering: pixelated;
}
.float.qr b {
  font-size: 8px;
  color: #68748a;
}
.float.success {
  right: -11px;
  top: 115px;
  width: 194px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.success > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #1fc579;
  color: #fff;
}
.success div {
  display: flex;
  flex-direction: column;
}
.success small {
  color: #19a665;
  font-size: 7px;
}
.success b {
  font-size: 13px;
}
.float.stats {
  right: 0;
  bottom: 65px;
  width: 180px;
}
.stats > small {
  color: #8d97aa;
}
.stats > b {
  display: block;
  font-size: 22px;
}
.bars {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 50px;
  margin: -24px 0 0 62px;
}
.bars i {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: var(--gradient);
}
.bars i:nth-child(1) {
  height: 35%;
}
.bars i:nth-child(2) {
  height: 50%;
}
.bars i:nth-child(3) {
  height: 42%;
}
.bars i:nth-child(4) {
  height: 73%;
}
.bars i:nth-child(5) {
  height: 100%;
}
.channels {
  position: relative;
  z-index: 2;
  height: 108px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px 18px 0 0;
  background: rgba(255, 255, 255, 0.06);
}
.channels div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 700;
}
.channels span {
  color: #b89aff;
  font-size: 20px;
}
.channels img {
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
}
.section {
  padding: 110px 0;
}
.section[id],
.hero[id] {
  scroll-margin-top: 76px;
}
.section h2,
.cta h2 {
  margin: 0;
  font-size: clamp(36px, 4.1vw, 58px);
  line-height: 1.13;
  letter-spacing: -0.035em;
}
.section-head {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 45px;
}
.section-head > p {
  color: var(--muted);
  line-height: 1.75;
}
.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.cards article {
  position: relative;
  min-height: 355px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: 0.25s;
}
.cards article:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 50px rgba(20, 31, 61, 0.1);
}
.cards .number {
  color: #a6afc0;
  font-size: 11px;
}
.cards article > i {
  position: absolute;
  right: 26px;
  top: 26px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 17px;
  background: #f3edff;
  color: var(--purple);
  font-style: normal;
  font-weight: 700;
}
.cards h3 {
  margin: 95px 0 12px;
  font-size: 22px;
}
.cards .solution-image {
  display: block;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  margin: 82px auto 22px;
  background: linear-gradient(145deg, #fbfaff, #f2efff);
}
.cards .visual-card h3 {
  margin: 0 0 12px;
}
.cards p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.cards small {
  display: block;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: #919cad;
}
.notice {
  margin-top: 25px;
  color: #8b95a8;
  font-size: 10px;
}
.vending-teaser {
  overflow: hidden;
  background: linear-gradient(145deg, #07152f, #0d2454);
  color: #fff;
}
.vending-teaser-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}
.vending-teaser-copy > p:not(.eyebrow) {
  margin: 22px 0 0;
  color: #aebbd0;
  line-height: 1.8;
}
.vending-teaser-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}
.vending-teaser-points span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: #c8d3e6;
  font-size: 10px;
}
.vending-teaser-media {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
  box-shadow: 0 40px 90px rgba(0,0,0,0.28);
}
.vending-teaser-media img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  border-radius: 20px;
}
.vending-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 85px;
  color: #fff;
  background: radial-gradient(circle at 78% 35%, #193775, #0a1b41 36%, #06142e 74%);
}
.vending-hero:before {
  content: "";
  position: absolute;
  right: 5%;
  top: 5%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: var(--purple);
  filter: blur(120px);
  opacity: 0.22;
}
.vending-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 70px;
  align-items: center;
}
.vending-hero h1 {
  max-width: 760px;
}
.vending-hero .intro {
  max-width: 720px;
}
.vending-hero-media {
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 30px;
  background: rgba(255,255,255,0.06);
  box-shadow: 0 45px 90px rgba(0,0,0,0.38);
}
.vending-hero-media img {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  border-radius: 22px;
}
.payment-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 64px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
}
.payment-rail div {
  min-height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-right: 1px solid rgba(255,255,255,0.1);
  font-size: 12px;
  font-weight: 700;
}
.payment-rail div:last-child {
  border-right: 0;
}
.payment-rail img {
  width: 28px;
  height: 28px;
}
.vending-intro-grid,
.integration-panel,
.benefit-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 75px;
  align-items: start;
}
.vending-lead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}
.machine-types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.machine-types > div {
  min-width: 0;
  padding: 12px 12px 22px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.machine-types > div > span {
  margin: 18px 8px 0;
  color: var(--purple);
  font-size: 10px;
}
.machine-types > div > b {
  min-height: 48px;
  margin: 10px 8px 0;
  font-size: 14px;
  line-height: 1.55;
}
.machine-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 14px;
  background: #e9e9ef;
}
.machine-photo img {
  display: block;
  width: 400%;
  max-width: none;
  height: 200%;
  object-fit: fill;
  transform-origin: top left;
}
.machine-photo-1 img { transform: translate(0, 0); }
.machine-photo-2 img { transform: translate(-25%, 0); }
.machine-photo-3 img { transform: translate(-50%, 0); }
.machine-photo-4 img { transform: translate(-75%, 0); }
.machine-photo-5 img { transform: translate(0, -50%); }
.machine-photo-6 img { transform: translate(-25%, -50%); }
.machine-photo-7 img { transform: translate(-50%, -50%); }
.machine-photo-8 img { transform: translate(-75%, -50%); }
.journey-section {
  color: #fff;
  background: linear-gradient(125deg, #101e43, #06142e);
}
.journey-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(255,255,255,0.12);
  border-left: 1px solid rgba(255,255,255,0.12);
}
.journey-flow div {
  min-height: 168px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,0.12);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.journey-flow span {
  color: #9d82ff;
  font-size: 10px;
}
.journey-flow b {
  font-size: 14px;
}
.journey-flow small {
  color: #93a2ba;
  line-height: 1.55;
}
.benefit-column {
  padding-top: 24px;
  border-top: 2px solid var(--purple);
}
.benefit-column h3 {
  margin: 0 0 24px;
  font-size: 25px;
}
.benefit-column div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.benefit-column b,
.benefit-column small {
  display: block;
}
.benefit-column small {
  margin-top: 6px;
  color: var(--muted);
  line-height: 1.65;
}
.wallet-feature {
  overflow: hidden;
  background: linear-gradient(145deg, #f8f7ff, #fff 58%, #eef5ff);
}
.wallet-feature-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 72px;
  align-items: center;
}
.wallet-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 280px;
  border-radius: 30px;
  background: var(--navy);
  box-shadow: 0 35px 75px rgba(18,31,67,0.18);
}
.wallet-logos img {
  width: 92px;
  height: 92px;
}
.wallet-feature-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}
.integration-panel {
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 30px 70px rgba(30,39,78,0.09);
}
.integration-panel h3 {
  margin: 0;
  font-size: 28px;
}
.integration-panel p {
  color: var(--muted);
  line-height: 1.8;
}
.integration-checks {
  border-top: 1px solid var(--line);
}
.integration-checks div {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  border-bottom: 1px solid var(--line);
}
.integration-checks span {
  color: var(--purple);
  font-weight: 800;
}
.pilot-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.pilot-flow div {
  min-height: 180px;
  padding: 21px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.pilot-flow span {
  color: var(--purple);
  font-size: 10px;
}
.pilot-flow b {
  font-size: 14px;
}
.pilot-flow small {
  color: var(--muted);
  line-height: 1.55;
}

.usecase-photo {
  overflow: hidden;
  background: #e9e9ef;
}
.usecase-photo > img {
  display: block;
  width: 400%;
  max-width: none;
  height: 200%;
  object-fit: fill;
  transform-origin: top left;
}
.usecase-photo-1 > img { transform: translate(0, 0); }
.usecase-photo-2 > img { transform: translate(-25%, 0); }
.usecase-photo-3 > img { transform: translate(-50%, 0); }
.usecase-photo-4 > img { transform: translate(-75%, 0); }
.usecase-photo-5 > img { transform: translate(0, -50%); }
.usecase-photo-6 > img { transform: translate(-25%, -50%); }
.usecase-photo-7 > img { transform: translate(-50%, -50%); }
.usecase-photo-8 > img { transform: translate(-75%, -50%); }
.vending-usecase {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  margin: auto;
  border-radius: 20px;
}
.payment-options > div > .payment-usecase {
  display: block;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.case-study {
  overflow: hidden;
  background: linear-gradient(145deg, #f8f7ff, #fff 58%, #eef5ff);
}
.case-heading {
  margin-bottom: 38px;
}
.case-panel {
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 35px 90px rgba(26, 39, 77, 0.12);
}
.case-media {
  position: relative;
  aspect-ratio: 1536 / 777;
  overflow: hidden;
  background: #08152e;
}
.case-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(4, 13, 32, 0.74));
  pointer-events: none;
}
.case-logo {
  width: 112px;
  height: 82px;
  margin-bottom: 24px;
  padding: 9px;
  overflow: hidden;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.2);
}
.case-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case-badge {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: rgba(6, 20, 46, 0.78);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}
.case-content {
  padding: 52px;
  color: #fff;
  background: linear-gradient(145deg, #091a3c, #06142e);
}
.case-content h3 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}
.case-content > p:not(.eyebrow) {
  max-width: 980px;
  margin: 22px 0 0;
  color: #aebbd0;
  font-size: 14px;
  line-height: 1.85;
}
.case-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.case-flow div {
  min-height: 98px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.case-flow span {
  color: #9d82ff;
  font-size: 9px;
}
.case-flow b {
  font-size: 12px;
}
.case-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}
.case-benefits span {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #c4cee0;
  font-size: 9px;
}
.insurance-study {
  background: #fff;
}
.insurance-panel {
  grid-template-columns: 0.82fr 1.18fr;
}
.insurance-media {
  min-height: 720px;
  overflow: hidden;
  background: #1d143c;
}
.insurance-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.insurance-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}
.insurance-products div {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.05);
}
.insurance-products span,
.insurance-products b {
  display: block;
}
.insurance-products span {
  margin-bottom: 8px;
  color: #91a1ba;
  font-size: 9px;
}
.insurance-products b {
  font-size: 13px;
}
.payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}
.payment-options > div {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border-radius: 15px;
  background: linear-gradient(115deg, rgba(255, 45, 122, 0.15), rgba(0, 102, 255, 0.14));
}
.payment-options > div > img {
  display: block;
  width: 68px;
  height: 68px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}
.payment-options p,
.payment-options b,
.payment-options small {
  display: block;
  margin: 0;
}
.payment-options b {
  font-size: 11px;
}
.payment-options small {
  margin-top: 3px;
  color: #9facbf;
  font-size: 8px;
  line-height: 1.45;
}
.insurance-flow {
  margin-top: 24px;
}
.case-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  margin-top: 24px;
  padding: 0 18px;
  border-radius: 12px;
  background: var(--gradient);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(122, 45, 255, 0.22);
  transition: transform 0.2s, box-shadow 0.2s;
}
.case-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(122, 45, 255, 0.3);
}
.case-disclaimer {
  margin-top: 18px !important;
  color: #77869e !important;
  font-size: 9px !important;
  line-height: 1.6 !important;
}
.dark,
.integration {
  color: #fff;
  background: var(--navy);
}
.why-grid,
.integration-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: center;
}
.features {
  margin-top: 40px;
}
.features > div {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.features > div > span {
  color: #74819a;
  font-size: 10px;
}
.features p {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.features b {
  font-size: 17px;
}
.features small {
  margin-top: 5px;
  color: #9eabc0;
  line-height: 1.6;
}
.dashboard {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.04)
  );
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.25);
}
.dash-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dash-top small {
  color: #8f9db5;
}
.metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
  margin: 18px 0;
}
.metrics div {
  position: relative;
  padding: 17px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.13);
}
.metrics small,
.metrics b {
  display: block;
}
.metrics b {
  font-size: 24px;
}
.metrics em {
  position: absolute;
  right: 15px;
  top: 20px;
  color: #31d598;
  font-size: 9px;
}
.chart {
  height: 190px;
  padding: 20px;
  display: flex;
  align-items: end;
  gap: 8px;
  border-radius: 17px;
  background: rgba(0, 0, 0, 0.14);
}
.chart i {
  flex: 1;
  border-radius: 5px 5px 0 0;
  background: var(--gradient);
}
.chart i:nth-child(1) {
  height: 25%;
}
.chart i:nth-child(2) {
  height: 40%;
}
.chart i:nth-child(3) {
  height: 34%;
}
.chart i:nth-child(4) {
  height: 57%;
}
.chart i:nth-child(5) {
  height: 49%;
}
.chart i:nth-child(6) {
  height: 78%;
}
.chart i:nth-child(7) {
  height: 92%;
}
.row {
  display: grid;
  grid-template-columns: 9px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 3px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 10px;
}
.row b {
  display: flex;
  flex-direction: column;
}
.row small {
  color: #76849c;
}
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.dot.p {
  background: var(--pink);
}
.dot.b {
  background: var(--blue);
}
.dot.v {
  background: var(--purple);
}
.soft {
  background: var(--soft);
}
.center {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}
.industries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #dfe5ee;
  border-left: 1px solid #dfe5ee;
}
.industries > div {
  min-width: 0;
  padding: 12px 12px 22px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #dfe5ee;
  border-bottom: 1px solid #dfe5ee;
  background: #fff;
}
.industries > div > span {
  margin: 18px 8px 0;
  color: var(--purple);
  font-size: 9px;
}
.industries > div > b {
  min-height: 48px;
  margin: 10px 8px 0;
  font-size: 14px;
  line-height: 1.55;
}
.industry-photo {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #e9e9ef;
}
.industry-photo img {
  display: block;
  width: 400%;
  max-width: none;
  height: 200%;
  object-fit: fill;
  transform-origin: top left;
}
.industry-photo-1 img { transform: translate(0, 0); }
.industry-photo-2 img { transform: translate(-25%, 0); }
.industry-photo-3 img { transform: translate(-50%, 0); }
.industry-photo-4 img { transform: translate(-75%, 0); }
.industry-photo-5 img { transform: translate(0, -50%); }
.industry-photo-6 img { transform: translate(-25%, -50%); }
.industry-photo-7 img { transform: translate(-50%, -50%); }
.industry-photo-8 img { transform: translate(-75%, -50%); }
.integration {
  background: linear-gradient(125deg, #101e43, #07152f);
}
.integration-grid > div:first-child > p:not(.eyebrow) {
  color: #9cabc3;
  line-height: 1.8;
}
.text-link {
  display: inline-block;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8e73ff;
  font-weight: 700;
}
.code {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 23px;
  background: #071127;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}
.code-head {
  height: 46px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.code-head i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5f57;
}
.code-head i:nth-child(2) {
  background: #febc2e;
}
.code-head i:nth-child(3) {
  background: #28c840;
}
.code-head span {
  margin-left: auto;
  color: #66758e;
  font: 9px monospace;
}
.code pre {
  margin: 0;
  padding: 36px;
  color: #d8e1f1;
  font: 14px/2 monospace;
}
.code pre > span {
  color: #ff5d9a;
}
.code pre b {
  color: #69a4ff;
}
.code pre em {
  color: #7ee787;
}
.response {
  margin: 0 20px 20px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #98a7bf;
  font: 10px monospace;
}
.response span,
.response b {
  color: #69e3a8;
}
.response b {
  float: right;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.steps article {
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
}
.steps article > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--gradient);
  color: #fff;
  font-weight: 800;
}
.steps h3 {
  margin: 46px 0 10px;
}
.steps p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.faq {
  background: linear-gradient(145deg, #f8f7ff, #fff 55%, #eef5ff);
}
.faq-head {
  max-width: 820px;
  margin-bottom: 42px;
}
.faq-head > p:not(.eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: var(--muted);
  line-height: 1.8;
}
.faq-list {
  max-width: 980px;
  border-top: 1px solid #dfe5ee;
}
.faq-list details {
  border-bottom: 1px solid #dfe5ee;
  background: rgba(255, 255, 255, 0.72);
}
.faq-list summary {
  position: relative;
  padding: 26px 64px 26px 22px;
  cursor: pointer;
  list-style: none;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #f0eaff;
  color: var(--purple);
  font-size: 20px;
  font-weight: 500;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  max-width: 850px;
  margin: -4px 64px 0 22px;
  padding: 0 0 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}
.inquiry {
  background: linear-gradient(145deg, #f6f8ff, #fff 55%, #fdf4ff);
}
.inquiry-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 72px;
  align-items: start;
}
.inquiry-copy {
  position: sticky;
  top: 118px;
}
.inquiry-copy > p:not(.eyebrow) {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.8;
}
.inquiry-points {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}
.inquiry-points div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.inquiry-points span {
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
}
.inquiry-points b {
  font-size: 14px;
}
.inquiry-form {
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(30, 39, 78, 0.1);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.inquiry-form label {
  display: flex;
  flex-direction: column;
  gap: 9px;
  color: #273653;
  font-size: 12px;
  font-weight: 700;
}
.inquiry-form .form-wide {
  grid-column: 1 / -1;
}
.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 1px solid #dce3ef;
  border-radius: 12px;
  outline: none;
  background: #fbfcff;
  color: var(--ink);
  font: 400 14px/1.5 Prompt, Arial, sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.inquiry-form input,
.inquiry-form select {
  min-height: 52px;
  padding: 0 15px;
}
.inquiry-form textarea {
  min-height: 130px;
  padding: 14px 15px;
  resize: vertical;
}
.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  border-color: #9e74ff;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(122, 45, 255, 0.09);
}
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder {
  color: #9ba6b8;
}
.inquiry-form .consent {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.65;
}
.consent input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  accent-color: var(--purple);
}
.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.turnstile-container {
  min-height: 0;
  margin-top: 20px;
}
.turnstile-container:empty {
  display: none;
}
.form-submit {
  width: 100%;
  margin-top: 22px;
  border: 0;
  cursor: pointer;
  font-family: Prompt, Arial, sans-serif;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}
.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.form-status.success {
  color: #138653;
}
.form-status.error {
  color: #c92f5d;
}
.cta {
  padding: 105px 0;
  color: #fff;
  background: var(--gradient);
  text-align: center;
}
.cta .container {
  max-width: 850px;
}
.cta > div > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
}
.actions.centered {
  justify-content: center;
}
.btn.white {
  background: #fff;
  color: var(--purple);
}
footer {
  padding: 70px 0 25px;
  color: #fff;
  background: #040d20;
}
.brand.inverse b {
  color: #fff;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr 0.7fr;
  gap: 80px;
}
.footer-grid p,
.footer-grid a {
  color: #8491a7;
  font-size: 12px;
  line-height: 1.8;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
}
.footer-grid small {
  color: #65738b;
}
.copyright {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #56647c;
  font-size: 9px;
}
@keyframes float {
  50% {
    transform: translateY(-8px);
  }
}
@media (max-width: 900px) {
  nav {
    position: fixed;
    display: none;
    inset: 68px 12px auto;
    flex-direction: column;
    padding: 12px;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 20px 50px #0002;
  }
  nav.open {
    display: flex;
  }
  nav a {
    padding: 12px;
  }
  .header {
    height: 68px;
    padding: 0 12px;
  }
  .header .mini {
    display: none;
  }
  .menu {
    display: block;
  }
  .hero {
    padding-top: 68px;
  }
  .hero-grid,
  .why-grid,
  .integration-grid,
  .inquiry-grid,
  .case-panel,
  .section-head {
    grid-template-columns: 1fr;
  }
  .vending-teaser-grid,
  .vending-hero-grid,
  .vending-intro-grid,
  .integration-panel,
  .benefit-split,
  .wallet-feature-grid {
    grid-template-columns: 1fr;
  }
  .journey-flow {
    grid-template-columns: repeat(3, 1fr);
  }
  .machine-types {
    grid-template-columns: repeat(2, 1fr);
  }
  .pilot-flow {
    grid-template-columns: repeat(2, 1fr);
  }
  .payment-rail {
    grid-template-columns: repeat(2, 1fr);
  }
  .payment-rail div {
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .insurance-media {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }
  .case-media {
    aspect-ratio: 1536 / 777;
  }
  .case-content {
    padding: 38px;
  }
  .case-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .integration-grid {
    gap: 38px;
  }
  .inquiry-copy {
    position: static;
  }
  .hero-grid {
    text-align: center;
  }
  .intro {
    margin-inline: auto;
  }
  .actions,
  .promise {
    justify-content: center;
  }
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .industries {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .channels {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
  .channels div {
    min-height: 72px;
  }
  .section {
    padding: 80px 0;
  }
  .section[id],
  .hero[id] {
    scroll-margin-top: 68px;
  }
}
@media (max-width: 560px) {
  .container {
    width: calc(100% - 32px);
  }
  h1 {
    font-size: 45px;
  }
  .hero-grid {
    padding-top: 48px;
  }
  .actions {
    flex-direction: column;
  }
  .promise {
    align-items: flex-start;
    text-align: left;
  }
  .visual {
    transform: scale(0.88);
    margin: -10px -25px -35px;
  }
  .phone {
    width: 258px;
  }
  .float.qr {
    left: 4px;
  }
  .float.success {
    right: 0;
    width: 174px;
  }
  .float.stats {
    right: 4px;
  }
  .channels {
    width: 100%;
    border-radius: 0;
  }
  .section h2,
  .cta h2 {
    font-size: 36px;
  }
  .cards,
  .industries,
  .steps,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .vending-hero {
    padding: 120px 0 64px;
  }
  .payment-rail,
  .machine-types,
  .journey-flow,
  .pilot-flow {
    grid-template-columns: 1fr;
  }
  .wallet-logos {
    min-height: 220px;
  }
  .wallet-logos img {
    width: 70px;
    height: 70px;
  }
  .integration-panel {
    padding: 30px 20px;
  }
  .case-media {
    aspect-ratio: 1536 / 777;
  }
  .case-logo {
    width: 94px;
    height: 68px;
    margin-bottom: 20px;
  }
  .case-badge {
    left: 16px;
    bottom: 16px;
  }
  .case-content {
    padding: 30px 20px;
  }
  .case-flow {
    grid-template-columns: 1fr;
  }
  .insurance-products,
  .payment-options {
    grid-template-columns: 1fr;
  }
  .inquiry-form {
    padding: 24px 18px;
  }
  .inquiry-form .form-wide {
    grid-column: auto;
  }
  .metrics {
    grid-template-columns: 1fr;
  }
  .dashboard {
    padding: 16px;
  }
  .code pre {
    padding: 25px 18px;
    font-size: 11px;
  }
  .actions.centered {
    flex-direction: column;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: auto;
  }
}
