:root {
  --navy: #0d2446;
  --navy-2: #142f56;
  --blue: #1767ea;
  --blue-dark: #1052c7;
  --aqua: #14b8a6;
  --green: #07977a;
  --bg: #f5f8fd;
  --card: #ffffff;
  --ink: #091c38;
  --body: #506681;
  --muted: #778ca6;
  --line: #dce5f1;
  --light-blue: #eaf2ff;
  --shadow: 0 22px 55px rgba(15, 39, 72, .08);
  --wide-shell: min(1680px, calc(100% - 64px));
}

body {
  background:
    radial-gradient(circle at 12% 9%, rgba(23, 103, 234, .055), transparent 29rem),
    linear-gradient(180deg, #fbfdff 0, var(--bg) 34rem);
  font-family: Inter, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

.notice-bar {
  height: 40px;
  color: #607996;
  border-bottom: 1px solid #e1e8f3;
  background: #eef4fc;
  font-size: 12px;
}

.notice-dot {
  background: var(--aqua);
}

.site-header {
  height: 96px;
  padding: 0 max(calc((100% - 1860px) / 2), 28px);
  gap: clamp(25px, 2.1vw, 42px);
  border-bottom: 1px solid rgba(220, 229, 241, .92);
  background: rgba(255, 255, 255, .94);
}

.brand {
  gap: 12px;
}

.brand-mark {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: linear-gradient(140deg, #1767ea, #078ecb);
}

.brand-mark svg {
  width: 31px;
  height: 31px;
  fill: rgba(255, 255, 255, .12);
  stroke: #fff;
}

.brand strong {
  color: #091c38;
  font-family: inherit;
  font-size: 24px;
  font-weight: 750;
  letter-spacing: -.045em;
}

.brand small {
  color: #7187a3;
  letter-spacing: .29em;
}

.nav-links {
  gap: clamp(17px, 1.45vw, 28px);
  color: #495f7a;
  font-size: 15px;
  font-weight: 600;
}

.nav-links a {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #d3e0f2;
  border-radius: 22px;
  color: #344e6d;
  background: #fff;
  white-space: nowrap;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.nav-links a:hover,
.nav-links a.current {
  border-color: #b8d0f7;
  color: var(--blue);
  background: #eff5ff;
}

.nav-links a.current::after {
  display: none;
}

.nav-links .core-tool-link {
  border: 1px solid #bfd5fd;
  color: var(--blue);
  background: #eef5ff;
  font-size: 15px;
  letter-spacing: 0;
}

.nav-links .core-tool-link:hover {
  border-color: var(--blue);
  background: #e1ecff;
}

.nav-links .header-tool-link {
  font-size: 15px;
}

.nav-links .first-tool-link {
  margin-left: 0;
}

.nav-links .header-tool-link:hover {
  border-color: #aac7f7;
  color: var(--blue);
  background: #edf4ff;
}

.nav-links .barcode-link {
  border-color: #bcd4fc;
  color: var(--blue);
  background: #eef5ff;
}

.ghost-button {
  padding: 13px 17px;
  color: #344b68;
  font-weight: 600;
}

.account-entry-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d4e0ef;
  border-radius: 24px;
  background: #fff;
  white-space: nowrap;
}

.account-entry-link:hover {
  border-color: #b2ccf6;
  color: var(--blue);
  background: #f2f7ff;
}

.cart-button {
  min-height: 50px;
  padding: 0 17px;
  border-radius: 13px;
  background: var(--navy);
  font-weight: 600;
}

.cart-button b {
  color: white;
  background: var(--blue);
}

.hero-platform-shell {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto 66px;
  padding: clamp(50px, 5vw, 86px) 0 54px;
  overflow: hidden;
  border: 1px solid rgba(112, 245, 232, .18);
  border-width: 1px 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 30%),
    radial-gradient(circle at 16% 22%, rgba(57, 225, 221, .32), transparent 25rem),
    radial-gradient(circle at 48% 42%, rgba(37, 126, 199, .22), transparent 28rem),
    radial-gradient(circle at 82% 18%, rgba(96, 244, 215, .18), transparent 24rem),
    radial-gradient(circle at 88% 82%, rgba(5, 145, 160, .3), transparent 29rem),
    linear-gradient(135deg, #034c54 0%, #064966 42%, #0b3b61 73%, #053747 100%);
  box-shadow: 0 36px 96px rgba(2, 50, 62, .26);
}

.hero-platform-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(180, 255, 248, .08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(180, 255, 248, .06) 1px, transparent 1px),
    radial-gradient(circle at 50% 95%, rgba(236, 194, 69, .14), transparent 31rem);
  background-size: 52px 52px, 52px 52px, auto;
  mask-image: radial-gradient(circle at 50% 44%, #000, transparent 80%);
  opacity: .46;
}

.hero-platform-shell::after {
  content: "";
  position: absolute;
  right: -11%;
  top: -20%;
  width: 52%;
  height: 68%;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(121, 255, 234, .2), transparent 60%),
    radial-gradient(circle at 66% 76%, rgba(255, 194, 72, .12), transparent 45%);
  filter: blur(6px);
}

.hero {
  position: relative;
  z-index: 1;
  width: var(--wide-shell);
  max-width: var(--wide-shell);
  margin: 0 auto;
  min-height: auto;
  padding: 0 0 48px;
  grid-template-columns: 1.02fr .88fr;
  gap: 80px;
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--blue);
  font-size: 12px;
  letter-spacing: .25em;
}

.hero-platform-shell .eyebrow {
  color: #8affec;
}

.hero-copy h1 {
  max-width: 730px;
  margin-bottom: 25px;
  color: #f7fbff;
  font-family: inherit;
  font-size: clamp(50px, 4.5vw, 66px);
  font-weight: 760;
  line-height: 1.19;
  letter-spacing: -.078em;
}

.hero-copy h1 span {
  color: #9eeeff;
}

.hero-text {
  max-width: 670px;
  margin-bottom: 37px;
  color: rgba(232, 246, 255, .82);
  font-size: 17px;
  line-height: 1.9;
}

.hero-actions {
  gap: 16px;
  margin-bottom: 43px;
}

.primary-link,
.secondary-link {
  min-height: 56px;
  padding: 0 30px;
  border-radius: 11px;
  font-weight: 700;
}

.primary-link {
  background: var(--blue);
  box-shadow: 0 14px 25px rgba(23, 103, 234, .18);
}

.hero-platform-shell .primary-link {
  color: #08213d;
  background: linear-gradient(135deg, #8affec, #d9ffff);
  box-shadow: 0 18px 34px rgba(5, 216, 198, .22);
}

.primary-link:hover {
  background: var(--blue-dark);
}

.hero-platform-shell .primary-link:hover {
  background: linear-gradient(135deg, #72efe3, #caffff);
}

.secondary-link {
  border-color: rgba(255, 255, 255, .34);
  color: #f4fbff;
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
}

.trust-row {
  gap: 32px;
  color: rgba(226, 244, 255, .78);
  font-weight: 600;
}

.trust-row i {
  background: var(--aqua);
}

.platform-marquee {
  position: relative;
  width: 100%;
  max-width: none;
  z-index: 1;
  margin: 0;
  padding: 36px 0 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 0, rgba(20, 184, 166, .17), transparent 22rem),
    radial-gradient(circle at 90% 40%, rgba(23, 103, 234, .13), transparent 22rem),
    linear-gradient(180deg, rgba(0, 35, 49, .06), rgba(0, 27, 44, .16));
  box-shadow: none;
}

.platform-marquee::before,
.platform-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: clamp(64px, 11vw, 180px);
  height: 100%;
  pointer-events: none;
}

.platform-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(3, 70, 79, .98) 0%, rgba(3, 70, 79, 0) 100%);
}

.platform-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(6, 54, 73, .98) 0%, rgba(6, 54, 73, 0) 100%);
}

.platform-marquee-head {
  position: relative;
  z-index: 3;
  max-width: 860px;
  margin: 0 auto 30px;
  padding: 0 28px;
  text-align: center;
}

.platform-marquee-head .eyebrow {
  margin-bottom: 10px;
  color: #6ee7da;
}

.platform-marquee-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 38px);
  line-height: 1.22;
  letter-spacing: -.055em;
}

.platform-marquee-head p:last-child {
  max-width: 660px;
  margin: 13px auto 0;
  color: rgba(229, 244, 255, .72);
  line-height: 1.8;
}

.platform-showcase {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6, minmax(160px, 1fr));
  gap: clamp(12px, 1.05vw, 18px);
  width: min(1540px, calc(100% - 72px));
  margin: 0 auto 32px;
}

.platform-feature-card {
  min-height: 108px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 19px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(194, 255, 248, .18);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(110, 231, 218, .27), transparent 10rem),
    linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 18px 38px rgba(0, 0, 0, .14);
  backdrop-filter: blur(12px);
}

.platform-feature-card::after {
  content: "";
  position: absolute;
  right: -32px;
  bottom: -45px;
  width: 130px;
  height: 130px;
  border-radius: 38px;
  background: rgba(255, 255, 255, .08);
  transform: rotate(18deg);
}

.platform-icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #08213d;
  background: linear-gradient(135deg, #86fff2, #dffcff);
  box-shadow: 0 14px 24px rgba(20, 184, 166, .2);
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -.045em;
}

.platform-icon img {
  width: 34px;
  height: 34px;
  display: block;
  object-fit: contain;
}

.logo-image {
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .95), transparent 34%),
    linear-gradient(135deg, rgba(239, 253, 255, .96), rgba(147, 244, 232, .78));
}

.logo-chatgpt {
  color: #07354a;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .85), transparent 34%),
    linear-gradient(135deg, #74f2e9, #c9fff8);
}

.logo-chatgpt i {
  position: absolute;
  width: 28px;
  height: 12px;
  border: 3px solid #063e4c;
  border-radius: 999px;
  transform-origin: 50% 50%;
  opacity: .95;
}

.logo-chatgpt i:nth-child(1) { transform: rotate(0deg) translateX(10px); }
.logo-chatgpt i:nth-child(2) { transform: rotate(60deg) translateX(10px); }
.logo-chatgpt i:nth-child(3) { transform: rotate(120deg) translateX(10px); }
.logo-chatgpt i:nth-child(4) { transform: rotate(180deg) translateX(10px); }
.logo-chatgpt i:nth-child(5) { transform: rotate(240deg) translateX(10px); }
.logo-chatgpt i:nth-child(6) { transform: rotate(300deg) translateX(10px); }

.logo-paypal {
  color: #003087;
  background: linear-gradient(135deg, #ffffff, #b9f8ff);
  font-family: Arial, sans-serif;
}

.logo-paypal b {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -.18em;
  font-style: italic;
}

.logo-paypal b:first-child {
  color: #003087;
  transform: translateX(5px);
}

.logo-paypal b:last-child {
  color: #009cde;
  transform: translateX(-5px) translateY(5px);
}

.logo-claude {
  color: #5b2c18;
  background: linear-gradient(135deg, #ffe0c2, #fff3e7);
}

.logo-claude i {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    conic-gradient(from 12deg, #d97835 0 10deg, transparent 10deg 28deg, #d97835 28deg 38deg, transparent 38deg 56deg, #d97835 56deg 66deg, transparent 66deg 84deg, #d97835 84deg 94deg, transparent 94deg 112deg, #d97835 112deg 122deg, transparent 122deg 140deg, #d97835 140deg 150deg, transparent 150deg 168deg, #d97835 168deg 178deg, transparent 178deg 196deg, #d97835 196deg 206deg, transparent 206deg 224deg, #d97835 224deg 234deg, transparent 234deg 252deg, #d97835 252deg 262deg, transparent 262deg 280deg, #d97835 280deg 290deg, transparent 290deg 308deg, #d97835 308deg 318deg, transparent 318deg 336deg, #d97835 336deg 346deg, transparent 346deg);
  opacity: .9;
}

.logo-claude b {
  position: relative;
  color: #5b2c18;
  font-size: 20px;
  z-index: 1;
}

.logo-shopify {
  color: #004c3f;
  background: linear-gradient(135deg, #b3f7d0, #edfff4);
}

.logo-shopify i {
  position: absolute;
  width: 35px;
  height: 39px;
  border-radius: 9px 9px 12px 12px;
  background: #95d5b2;
  box-shadow: inset 0 0 0 3px #004c3f;
}

.logo-shopify i::before {
  content: "";
  position: absolute;
  left: 9px;
  top: -8px;
  width: 16px;
  height: 15px;
  border: 3px solid #004c3f;
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
}

.logo-shopify b {
  position: relative;
  z-index: 1;
  color: #004c3f;
  font-size: 20px;
}

.platform-feature-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: clamp(18px, 1.18vw, 22px);
  letter-spacing: -.04em;
}

.platform-feature-card small {
  color: rgba(229, 244, 255, .68);
  font-size: 13px;
  font-weight: 700;
}

.card-ai {
  background:
    radial-gradient(circle at 85% 20%, rgba(133, 244, 234, .34), transparent 10rem),
    linear-gradient(135deg, rgba(21, 84, 140, .86), rgba(8, 30, 57, .78));
}

.card-google {
  background:
    radial-gradient(circle at 88% 18%, rgba(250, 210, 80, .18), transparent 9rem),
    linear-gradient(135deg, rgba(19, 88, 111, .8), rgba(7, 35, 56, .74));
}

.card-pay {
  transform: translateY(14px);
}

.card-cloud {
  transform: translateY(-7px);
}

.card-market {
  background:
    radial-gradient(circle at 92% 12%, rgba(23, 103, 234, .38), transparent 11rem),
    linear-gradient(135deg, rgba(19, 66, 114, .86), rgba(8, 30, 57, .78));
}

.card-binance {
  background:
    radial-gradient(circle at 90% 20%, rgba(243, 186, 47, .22), transparent 10rem),
    linear-gradient(135deg, rgba(19, 78, 98, .82), rgba(7, 34, 54, .76));
}

.platform-marquee-track {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 12px 0 18px;
  border-top: 0;
  background: transparent;
  box-shadow: none;
}

.platform-marquee-row {
  display: flex;
  width: max-content;
  align-items: center;
  gap: clamp(42px, 4.6vw, 86px);
  padding: 0;
  animation: platformMarqueeRight 38s linear infinite;
  will-change: transform;
}

.platform-marquee:hover .platform-marquee-row {
  animation-play-state: paused;
}

.platform-marquee-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  color: rgba(230, 249, 250, .82);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .01em;
  white-space: nowrap;
}

.brand-word {
  gap: 2px;
  padding: 0 4px;
  opacity: .78;
  filter: none;
  text-shadow: none;
  transition: opacity .2s ease;
}

.brand-word:hover {
  opacity: .98;
}

.brand-logo-icon {
  width: 24px;
  height: 24px;
  margin-right: 9px;
  flex: 0 0 auto;
  border-radius: 7px;
  object-fit: contain;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .16);
}

.word-paypal {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.055em;
  font-style: italic;
}

.word-paypal b:first-child {
  color: #bfd9ff;
}

.word-paypal b:last-child {
  color: #7bcfff;
}

.word-openai {
  color: #e9fffb;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -.04em;
}

.word-google {
  gap: 0;
  font-family: Arial, sans-serif;
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -.06em;
}

.word-google b:nth-child(1),
.word-google b:nth-child(4) {
  color: #8fb8ff;
}

.word-google b:nth-child(2),
.word-google b:nth-child(6) {
  color: #ffd26e;
}

.word-google b:nth-child(3) {
  color: #ff8b8b;
}

.word-google b:nth-child(5) {
  color: #87f2cf;
}

.word-apple,
.word-meta,
.word-discord,
.word-revolut,
.word-kraken,
.word-tiktok,
.word-shopify,
.word-telegram,
.word-wise,
.word-coinbase {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.035em;
}

.word-apple {
  color: #f3f9ff;
  font-family: Georgia, "Times New Roman", serif;
}

.word-meta {
  color: #83c8ff;
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: -.07em;
}

.word-discord {
  color: #a7b6ff;
  font-family: Verdana, sans-serif;
}

.word-revolut {
  color: #f2f7ff;
  font-style: italic;
}

.word-kraken {
  color: #b79cff;
}

.word-tiktok {
  color: #ffffff;
  text-shadow: -1px 0 #00f2ea, 1px 0 #ff0050, 0 10px 24px rgba(0,0,0,.28);
}

.word-shopify {
  color: #9cf4b7;
}

.word-whatsapp,
.word-binance {
  color: #92f4de;
  font-size: 20px;
  font-weight: 900;
}

.word-telegram {
  color: #8fd3ff;
}

.word-wise {
  color: #8affdc;
  font-style: italic;
}

.word-coinbase {
  color: #8ab4ff;
  letter-spacing: -.06em;
}

.word-stripe {
  color: #b8a8ff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.08em;
  text-transform: lowercase;
}

.word-amazon {
  color: rgba(255, 255, 255, .84);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.06em;
  text-transform: lowercase;
}

.word-ebay {
  gap: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.05em;
}

.word-ebay b:nth-child(1) { color: #ff7777; }
.word-ebay b:nth-child(2) { color: #8ab4ff; }
.word-ebay b:nth-child(3) { color: #ffcf70; }
.word-ebay b:nth-child(4) { color: #8ff3cf; }

@keyframes platformMarqueeRight {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.showcase-carousel {
  max-width: var(--wide-shell);
  margin: 0 auto 56px;
  padding: 34px 36px 29px;
  border: 1px solid #dce5f1;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 17px 46px rgba(15, 39, 72, .045);
}

.carousel-topline {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 27px;
}

.carousel-topline .eyebrow {
  margin-bottom: 11px;
}

.carousel-topline h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
  letter-spacing: -.045em;
}

.carousel-controls {
  display: flex;
  gap: 9px;
}

.carousel-controls button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #d5e1ef;
  border-radius: 50%;
  color: #33506f;
  background: #fff;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}

.carousel-controls button:hover {
  border-color: #bad1f8;
  color: var(--blue);
  background: #eef5ff;
}

.carousel-controls svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.carousel-stage {
  position: relative;
  min-height: 391px;
  overflow: hidden;
  border-radius: 19px;
}

.feature-slide {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: .72fr 1.22fr;
  gap: clamp(34px, 3.2vw, 58px);
  align-items: center;
  padding: 39px 44px;
  visibility: hidden;
  opacity: 0;
  transform: translateX(34px);
  transition: opacity .44s ease, transform .44s ease, visibility .44s ease;
  border-radius: 19px;
  background:
    radial-gradient(circle at 96% 3%, rgba(23,103,234,.15), transparent 19rem),
    #f4f8fe;
}

.feature-slide.is-active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.slide-label {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 12px;
  border-radius: 18px;
  color: var(--blue);
  background: #e6efff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.slide-copy h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 35px;
  letter-spacing: -.055em;
}

.slide-copy p {
  max-width: 455px;
  margin: 0 0 20px;
  color: var(--body);
  font-size: 14px;
  line-height: 1.8;
}

.slide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.slide-tags span {
  padding: 7px 12px;
  border: 1px solid #d6e3f4;
  border-radius: 18px;
  color: #4f6682;
  background: white;
  font-size: 11px;
  font-weight: 700;
}

.compact-link {
  min-height: 46px;
  padding: 0 22px;
  font-size: 14px;
}

.slide-photo {
  position: relative;
  min-height: 304px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #d9e4f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 33px rgba(15, 39, 72, .1);
}

.slide-photo img {
  width: 100%;
  height: 100%;
  min-height: 304px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.slide-photo figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  min-width: 178px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 12px;
  color: #fff;
  background: rgba(9, 28, 56, .68);
  backdrop-filter: blur(10px);
}

.slide-photo figcaption strong {
  font-size: 13px;
}

.slide-photo figcaption span {
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
}

.checker-visual,
.country-visual,
.checkout-visual {
  min-height: 296px;
  padding: 20px;
  border: 1px solid #dde7f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 11px 25px rgba(15,39,72,.04);
}

.checker-toolbar {
  min-height: 43px;
  display: flex;
  gap: 11px;
  align-items: center;
  border-bottom: 1px solid #e3ebf5;
  color: #1a3656;
  font-size: 12px;
  font-weight: 750;
}

.checker-toolbar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
}

.checker-toolbar small {
  margin-left: auto;
  padding: 6px 12px;
  border-radius: 17px;
  color: #07856e;
  background: #e6f8f3;
}

.checker-grid {
  display: grid;
  grid-template-columns: .9fr 1fr;
  gap: 14px;
  padding-top: 17px;
}

.upload-tile,
.result-tile {
  min-height: 207px;
  border: 1px solid #dde7f4;
  border-radius: 13px;
  background: #f9fbfe;
}

.upload-tile {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
  color: #233f60;
}

.upload-tile i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: white;
  background: var(--blue);
  font-style: normal;
  font-size: 23px;
}

.upload-tile small {
  color: #7b90aa;
}

.result-tile {
  padding: 19px 17px;
}

.result-tile label {
  display: block;
  margin-bottom: 14px;
  color: #7389a3;
  font-size: 11px;
}

.result-tile strong {
  display: block;
  margin-bottom: 21px;
  color: #9aaabe;
  font-size: 25px;
}

.result-tile span {
  display: block;
  height: 9px;
  margin-bottom: 13px;
  border-radius: 8px;
  background: #e8eff8;
}

.country-visual {
  display: grid;
  gap: 11px;
}

.country-chip {
  display: grid;
  grid-template-columns: 55px 1fr auto;
  gap: 17px;
  align-items: center;
  padding: 13px 18px;
  border: 1px solid #e1e9f4;
  border-radius: 13px;
  color: #284564;
}

.country-chip.active {
  border-color: #c5d9fb;
  background: #eef5ff;
}

.country-chip b {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--blue);
  background: #e9f2ff;
}

.country-chip span {
  font-weight: 700;
}

.country-chip small {
  color: #7186a1;
}

.checkout-visual {
  display: grid;
  align-content: center;
  gap: 22px;
}

.checkout-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.checkout-tabs span {
  width: 41px;
  height: 41px;
  display: grid;
  place-items: center;
  border: 1px solid #d6e2f2;
  border-radius: 50%;
  color: #7e93ad;
  font-weight: 700;
}

.checkout-tabs .done {
  color: white;
  border-color: var(--blue);
  background: var(--blue);
}

.checkout-tabs i {
  width: 65px;
  height: 1px;
  background: #d9e4f3;
}

.payment-preview {
  max-width: 380px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 72px;
  gap: 15px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #dfe8f4;
  border-radius: 14px;
}

.payment-preview small,
.payment-preview strong {
  display: block;
}

.payment-preview small {
  margin-bottom: 9px;
  color: #7e93aa;
}

.payment-preview strong {
  color: var(--ink);
  font-size: 24px;
}

.mini-qr {
  grid-row: span 2;
  background:
    linear-gradient(90deg, #102746 18%, transparent 18%, transparent 35%, #102746 35%, #102746 54%, transparent 54%, transparent 72%, #102746 72%),
    linear-gradient(#102746 18%, transparent 18%, transparent 36%, #102746 36%, #102746 50%, transparent 50%, transparent 72%, #102746 72%);
  border: 8px solid #fff;
  box-shadow: 0 0 0 1px #e0e8f3;
}

.payment-preview p {
  margin: 0;
  color: #0b8d76;
  font-size: 12px;
  font-weight: 700;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 21px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 8px;
  background: #d1ddec;
  transition: width .25s ease, background .25s ease;
}

.carousel-dots button.is-active {
  width: 31px;
  background: var(--blue);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .62s ease, transform .62s ease;
}

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

.hero-panel {
  padding: 32px 35px 33px;
  border: 1px solid rgba(174, 255, 245, .24);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(116, 255, 234, .18), transparent 12rem),
    linear-gradient(145deg, rgba(10, 68, 87, .78), rgba(5, 38, 64, .68));
  box-shadow: 0 30px 70px rgba(0, 22, 42, .24), inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(18px);
}

.panel-header {
  margin-bottom: 28px;
}

.panel-header small {
  color: rgba(168, 244, 236, .72);
  letter-spacing: .2em;
}

.panel-header strong {
  color: #f7fdff;
  font-family: inherit;
  font-size: 21px;
}

.status-pill {
  color: #053c37;
  background: linear-gradient(135deg, #8affec, #d9fff8);
  box-shadow: 0 10px 22px rgba(23, 215, 194, .16);
}

.progress-track {
  gap: 12px;
  margin-bottom: 29px;
}

.progress-line {
  border-color: rgba(168, 244, 236, .22);
}

.progress-step {
  min-height: 67px;
  gap: 20px;
  padding: 10px 15px 10px 9px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .06);
}

.progress-step.active {
  padding-left: 9px;
  background: linear-gradient(135deg, rgba(45, 112, 225, .42), rgba(116, 255, 234, .11));
  border-color: rgba(145, 205, 255, .24);
}

.progress-step > span {
  color: rgba(228, 250, 255, .82);
  border-color: rgba(202, 235, 255, .28);
  background: rgba(255, 255, 255, .08);
}

.progress-step.complete > span {
  color: #fff;
  border-color: var(--aqua);
  background: var(--aqua);
}

.progress-step.active > span {
  color: #fff;
  border-color: #5a9aff;
  background: linear-gradient(135deg, #1767ea, #4da0ff);
}

.progress-step strong {
  color: rgba(247, 253, 255, .94);
}

.progress-step small {
  color: rgba(214, 238, 246, .62);
}

.panel-note {
  padding: 18px 19px;
  border-left: 0;
  border-radius: 13px;
  color: rgba(222, 246, 251, .74);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
}

.panel-note svg {
  stroke: #8affec;
}

.panel-note strong {
  color: #f7fdff;
}

.benefits {
  max-width: var(--wide-shell);
  margin-bottom: 82px;
  border-radius: 18px;
  border-color: #dee7f2;
  background: #fff;
}

.benefits article {
  padding: 31px 35px;
}

.benefits article + article {
  border-color: #e4ebf5;
}

.benefits article > strong {
  border-radius: 11px;
  color: var(--blue);
  background: var(--light-blue);
}

.benefits h2 {
  font-family: inherit;
  font-size: 17px;
}

.section {
  max-width: var(--wide-shell);
  padding-bottom: 86px;
}

.section-heading h2,
.security-copy h2 {
  color: var(--ink);
  font-family: inherit;
  font-weight: 720;
}

.service-grid {
  gap: 22px;
}

.service-card {
  min-height: 388px;
  padding: 31px 30px 29px;
  border-color: #dce5f1;
  border-radius: 18px;
  background: #fff;
}

.service-card.featured {
  padding: 30px 29px 28px;
  border-color: var(--blue);
  border-radius: 18px;
  box-shadow: 0 15px 31px rgba(23, 103, 234, .075);
}

.popular {
  top: -13px;
  right: auto;
  left: 28px;
  padding: 6px 17px;
  border-radius: 20px;
  color: white;
  background: var(--blue);
  font-weight: 700;
}

.service-icon {
  border-radius: 12px;
  color: var(--blue);
  background: var(--light-blue);
}

.card-title h3 {
  color: var(--ink);
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
}

.service-card li::before {
  border-color: var(--aqua);
}

.price-row strong {
  color: var(--ink);
  font-family: inherit;
}

.add-button {
  border-radius: 10px;
  color: #2b4c73;
  background: #edf3fc;
}

.featured .add-button {
  color: #fff;
  background: var(--blue);
}

.products-callout {
  margin-top: 28px;
  padding: 25px 29px;
  border-color: #dce5f1;
  border-radius: 16px;
  background: #fff;
}

.products-callout strong {
  color: var(--ink);
  font-family: inherit;
  font-size: 17px;
}

.process-grid {
  gap: 19px;
}

.process-grid article {
  padding: 28px 25px 27px;
  border-color: #dce5f1;
  border-radius: 16px;
  background: #fff;
}

.process-grid span {
  color: var(--blue);
}

.process-grid h3 {
  color: var(--ink);
  font-family: inherit;
  font-size: 17px;
}

.security {
  max-width: var(--wide-shell);
  margin-bottom: 84px;
  padding: 53px 56px;
  border-color: #dce5f1;
  border-radius: 22px;
  background: #fff;
}

.security-list article + article,
.faq details {
  border-color: #dfe8f3;
}

.security-list span,
.faq summary::after {
  color: var(--blue);
}

.footer {
  padding-right: max(calc((100% - 1680px) / 2), 32px);
  padding-left: max(calc((100% - 1680px) / 2), 32px);
  border-color: #dfe8f3;
  background: #fff;
}

.cart-panel {
  background: #fff;
}

@media (max-width: 1450px) {
  .site-header {
    height: auto;
    min-height: 96px;
    flex-wrap: wrap;
    padding-right: 23px;
    padding-left: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
    gap: 20px;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 14px;
    font-size: 13px;
  }

  .nav-links .core-tool-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 13px;
  }

  .nav-links .header-tool-link {
    padding-right: 13px;
    padding-left: 13px;
    font-size: 13px;
  }

  .nav-links .first-tool-link {
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .hero,
  .section,
  .benefits,
  .showcase-carousel,
  .security {
    max-width: calc(100% - 42px);
  }

  .hero-platform-shell,
  .platform-marquee {
    max-width: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    height: auto;
    min-height: 66px;
    padding: 9px 14px;
  }

  .hero-platform-shell {
    max-width: none;
    margin: 0 auto 38px;
    padding: 26px 0 28px;
    border-radius: 0;
  }

  .hero {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 34px;
  }

  .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.6vw, 39px);
    line-height: 1.14;
    letter-spacing: -.055em;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.75;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 28px;
  }

  .hero-actions .primary-link,
  .hero-actions .secondary-link {
    width: 100%;
    justify-content: center;
  }

  .trust-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-panel {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .panel-header {
    align-items: flex-start;
    gap: 14px;
  }

  .progress-step {
    gap: 12px;
    min-height: 58px;
    padding: 9px 10px 9px 8px;
    padding-right: 12px;
  }

  .progress-step > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .showcase-carousel {
    max-width: calc(100% - 32px);
    padding: 25px 18px 20px;
  }

  .platform-marquee {
    max-width: none;
    margin: 0;
    padding: 28px 0 0;
    border-radius: 0;
  }

  .platform-marquee-head {
    margin-bottom: 17px;
    padding: 0 18px;
  }

  .platform-marquee-head h2 {
    font-size: 25px;
  }

  .platform-marquee-head p:last-child {
    font-size: 14px;
  }

  .platform-showcase {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 28px);
    gap: 10px;
    margin-bottom: 18px;
  }

  .platform-feature-card {
    min-height: 84px;
    gap: 10px;
    padding: 12px;
    border-radius: 16px;
  }

  .platform-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    font-size: 15px;
  }

  .platform-feature-card strong {
    font-size: 15px;
  }

  .platform-feature-card small {
    display: none;
  }

  .card-pay,
  .card-cloud {
    transform: none;
  }

  .platform-marquee-row {
    gap: 18px;
    animation-duration: 44s;
  }

  .platform-marquee-row span {
    font-size: 13px;
    min-height: 38px;
  }

  .brand-word {
    font-size: 17px;
  }

  .brand-logo-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }

  .feature-slide {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 24px 18px;
    position: relative;
  }

  .carousel-stage {
    min-height: 0;
    display: grid;
  }

  .feature-slide:not(.is-active) {
    position: absolute;
  }

  .feature-slide.is-active {
    position: relative;
  }

  .slide-copy h3 {
    font-size: 29px;
  }

  .slide-photo,
  .slide-photo img {
    min-height: 235px;
  }

  .carousel-topline h2 {
    font-size: 24px;
  }

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

@media (prefers-reduced-motion: reduce) {
  .platform-marquee-row {
    animation-duration: 58s;
  }
}

/* OnlyKYC header polish */
.site-header {
  gap: clamp(18px, 1.65vw, 34px);
}

.brand {
  min-width: 198px;
  height: 64px;
}

.brand::before {
  width: 198px;
  height: 58px;
}

@media (max-width: 680px) {
  .brand {
    min-width: 136px;
    height: 46px;
  }

  .brand::before {
    width: 136px;
    height: 44px;
  }
}
