:root {
  --bg: #07111f;
  --bg-2: #0c1930;
  --panel: rgba(255, 255, 255, 0.08);
  --panel-strong: rgba(255, 255, 255, 0.13);
  --line: rgba(255, 255, 255, 0.14);
  --text: #f7fbff;
  --muted: #aebbd0;
  --blue: #3e7bff;
  --cyan: #56d7ff;
  --green: #42d580;
  --gold: #e8b74b;
  --ink: #07111f;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(62, 123, 255, 0.28), transparent 28rem),
    radial-gradient(circle at 90% 12%, rgba(232, 183, 75, 0.14), transparent 24rem),
    linear-gradient(180deg, #081222 0%, #0a1220 48%, #09101b 100%);
  color: var(--text);
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0%, rgba(86, 215, 255, 0.08) 18%, transparent 34%),
    linear-gradient(245deg, transparent 0%, rgba(232, 183, 75, 0.07) 22%, transparent 40%);
  background-size: 220% 220%;
  animation: auroraShift 16s ease-in-out infinite alternate;
}

.scroll-progress {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--gold));
  box-shadow: 0 0 18px rgba(86, 215, 255, 0.8);
}

.particle-field {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  opacity: 0.62;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 22px;
  min-height: 82px;
  padding: 12px clamp(18px, 4vw, 52px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(8, 17, 34, 0.08);
  color: #142033;
  backdrop-filter: blur(18px);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 40px rgba(2, 8, 20, 0.12);
}

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

.brand img {
  width: auto;
  height: 60px;
  border-radius: 0;
  object-fit: contain;
}

.brand span {
  color: #142033;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 26px;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  color: rgba(20, 32, 51, 0.78);
  transition: color 180ms ease;
}

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

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

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -60%;
  width: 45%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: buttonSweep 3.8s ease-in-out infinite;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 14px;
}

.btn-primary,
.btn-blue {
  color: #fff;
  background: linear-gradient(135deg, #4c90ff, #2457d6);
  box-shadow: 0 14px 34px rgba(45, 101, 229, 0.34);
}

.btn-green {
  color: #fff;
  background: linear-gradient(135deg, #53df8a, #1d9f5d);
  box-shadow: 0 14px 34px rgba(53, 201, 118, 0.3);
}

.btn-outline {
  color: #eaf2ff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(20, 32, 51, 0.16);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #142033;
}

.hero {
  position: relative;
  min-height: 720px;
  padding: 150px clamp(18px, 4vw, 52px) 76px;
  overflow: hidden;
  background:
    linear-gradient(rgba(86, 215, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 215, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #07152b 0%, #102c61 58%, #174dd4 100%);
  background-size: 74px 74px, 74px 74px, auto;
  animation: gridDrift 24s linear infinite;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -15% -36% -15%;
  height: 360px;
  background: linear-gradient(90deg, rgba(86, 215, 255, 0.22), rgba(232, 183, 75, 0.12), rgba(66, 213, 128, 0.16));
  filter: blur(80px);
  opacity: 0.85;
  animation: heroGlow 8s ease-in-out infinite alternate;
}

.hero-shine {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mouse-x, 70%) var(--mouse-y, 28%), rgba(86, 215, 255, 0.24), transparent 22rem),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.08) 38%, transparent 58%);
  mix-blend-mode: screen;
  opacity: 0.8;
  animation: shineSweep 9s ease-in-out infinite;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, 0.94fr);
  align-items: center;
  gap: clamp(36px, 6vw, 82px);
  max-width: var(--max);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 680px;
  margin-bottom: 22px;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.98;
  font-weight: 900;
  text-transform: uppercase;
}

h1 span {
  display: inline-block;
  min-width: 6.8em;
  color: transparent;
  background: linear-gradient(90deg, #fff, #85e5ff, #ffd66b, #fff);
  background-size: 220% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: textShimmer 4.8s ease-in-out infinite;
  transition: opacity 260ms ease, transform 260ms ease, filter 260ms ease;
}

h1 span.phrase-out {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(8px);
}

h1 .headline-static {
  min-width: 0;
  color: inherit;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  filter: none;
  animation: none;
}

.hero-lead {
  max-width: 610px;
  color: #d6e1ef;
  font-size: clamp(17px, 2vw, 20px);
}

.hero-points {
  display: grid;
  gap: 12px;
  margin: 28px 0 34px;
  color: #eef6ff;
}

.hero-points span {
  position: relative;
  padding-left: 34px;
}

.hero-points span::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #082033;
  background: linear-gradient(135deg, #7be7ff, #6ddc9c);
  font-size: 13px;
  font-weight: 900;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-panel {
  position: relative;
  min-height: 420px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  animation: spin 18s linear infinite;
}

.orbit-one {
  inset: 6% 5% 12% 7%;
}

.orbit-two {
  inset: 18% 16% 20% 18%;
  animation-duration: 28s;
  animation-direction: reverse;
}

.orbit-three {
  inset: 30% 27% 30% 25%;
  border-style: dashed;
  border-color: rgba(232, 183, 75, 0.24);
  animation-duration: 12s;
}

.logo-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: grid;
  place-items: center;
  width: 136px;
  height: 136px;
  border: 1px solid rgba(232, 183, 75, 0.3);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 70px rgba(232, 183, 75, 0.18);
  backdrop-filter: blur(18px);
  transform: translate(-50%, -50%) rotate(8deg);
  animation: corePulse 4.8s ease-in-out infinite;
}

.logo-core img {
  width: 92px;
  height: 92px;
  border-radius: 22px;
  object-fit: cover;
}

.glass-stack {
  position: absolute;
  inset: 32px 0;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 18px;
}

.glass-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.07));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
  animation: float 5.4s ease-in-out infinite;
  transform-style: preserve-3d;
  will-change: transform;
}

.glass-card::before,
.feature-card::before,
.mini-service::before,
.article-card::before,
.step-card::before,
.service-main::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(86, 215, 255, 0.26), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.glass-card:hover::before,
.feature-card:hover::before,
.mini-service:hover::before,
.article-card:hover::before,
.step-card:hover::before,
.service-main:hover::before {
  opacity: 1;
}

.glass-card:nth-child(2) {
  margin-left: 34px;
  animation-delay: -1.7s;
}

.glass-card:nth-child(3) {
  animation-delay: -3.2s;
}

.glass-card strong {
  display: block;
  font-size: 18px;
}

.glass-card small {
  color: #b7c5d8;
}

.icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: var(--radius);
  font-size: 26px;
  font-weight: 900;
}

.icon-blue {
  background: linear-gradient(135deg, #64dcff, #336fff);
}

.icon-gold {
  background: linear-gradient(135deg, #ffd65d, #ff9e35);
}

.icon-green {
  background: linear-gradient(135deg, #6ded8d, #32bf82);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--max);
  margin: -42px auto 0;
  padding: 0 clamp(18px, 4vw, 0px);
  gap: 16px;
  position: relative;
  z-index: 4;
}

.marquee-section {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 18px;
  margin: 22px 0 0;
  padding: 18px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(16px);
}

.marquee-section::before,
.marquee-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.marquee-section::before {
  left: 0;
  background: linear-gradient(90deg, #07111f, transparent);
}

.marquee-section::after {
  right: 0;
  background: linear-gradient(270deg, #07111f, transparent);
}

.marquee-track {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  min-width: max-content;
  animation: marquee 50s linear infinite;
}

.marquee-track-alt {
  animation-name: marqueeAlt;
}

.marquee-track span {
  padding: 10px 16px;
  border: 1px solid rgba(86, 215, 255, 0.18);
  border-radius: 999px;
  color: #dce9f8;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.partners-section {
  position: relative;
  z-index: 4;
  margin: 0;
  padding: 0 clamp(18px, 4vw, 52px);
}

.partners-inner {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
  max-width: var(--max);
  min-height: 150px;
  margin: 0 auto;
  padding: 26px clamp(20px, 4vw, 44px);
  border: 1px solid rgba(244, 196, 91, 0.14);
  border-radius: 0 0 18px 18px;
  background:
    radial-gradient(circle at 18% 0%, rgba(87, 240, 177, 0.12), transparent 17rem),
    linear-gradient(180deg, rgba(255, 252, 242, 0.98), rgba(242, 236, 219, 0.95));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  color: #141008;
}

.partners-title .eyebrow {
  margin-bottom: 8px;
  color: #1f8f65;
  text-shadow: none;
}

.partners-title h2 {
  margin: 0;
  color: #15110a;
  font-size: clamp(22px, 2.8vw, 32px);
  line-height: 1.15;
  font-weight: 900;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(6, minmax(110px, 1fr));
  align-items: center;
  gap: clamp(14px, 2vw, 26px);
}

.partner-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 10px 8px;
  border-radius: 14px;
  color: #1c2230;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.partner-logo:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 34px rgba(20, 16, 8, 0.12);
}

.partner-logo small,
.partner-logo span {
  font-weight: 700;
}

.zalo {
  color: #1976d2;
}

.zalo span {
  margin-left: 4px;
  color: #4d8ddd;
}

.marketing {
  color: #2059a7;
  font-size: 19px;
  text-transform: uppercase;
}

.marketing::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 7px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(135deg, #27a5ff, #1659b7);
  transform: rotate(-25deg);
}

.marketing small {
  color: #31506f;
  font-size: 13px;
}

.entravision {
  color: #8c1aa3;
  font-size: 21px;
}

.entravision small {
  margin-left: 5px;
  color: #6f3a7a;
  font-size: 10px;
}

.criteo {
  color: #f05a22;
  font-size: 24px;
}

.bing {
  color: #008c6a;
}

.bing::before {
  content: "";
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #008c6a;
}

.bing span {
  margin-left: 5px;
  color: #5d786f;
}

.aws {
  color: #232f3e;
  font-size: 25px;
}

.aws small {
  max-width: 72px;
  margin-left: 8px;
  color: #6a665f;
  font-size: 11px;
  line-height: 1.05;
  text-align: left;
}

.stat {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.stat::before {
  content: "";
  position: absolute;
  inset: -80% -30%;
  background: conic-gradient(from 0deg, transparent, rgba(86, 215, 255, 0.18), transparent, rgba(232, 183, 75, 0.18), transparent);
  animation: spin 9s linear infinite;
}

.stat > * {
  position: relative;
  z-index: 1;
}

.stat strong {
  display: block;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1;
}

.stat strong::after {
  content: "+";
  color: var(--gold);
}

.stat:nth-child(2) strong::after,
.stat:nth-child(4) strong::after {
  content: "/7";
}

.stat:nth-child(4) strong::after {
  content: "%";
}

.stat:nth-child(4) strong::before {
  content: "3%-";
  color: var(--text);
}

.stat span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: 110px clamp(18px, 4vw, 0px) 0;
}

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

.section-heading h2,
.payment-card h2,
.contact-card h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 900;
}

.motion-heading {
  overflow: hidden;
  text-wrap: balance;
}

.heading-word {
  display: inline-block;
  opacity: 0;
  color: transparent;
  background: linear-gradient(100deg, #fffdf4 0%, #57f0b1 38%, #f4c45b 54%, #fffdf4 72%);
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 0 rgba(87, 240, 177, 0));
  clip-path: inset(0 100% 0 0);
  transform: translateX(-1.25em) translateY(0.18em) skewX(-8deg);
  transform-origin: 50% 100%;
  will-change: opacity, clip-path, transform, filter, background-position;
}

.reveal.in-view .heading-word {
  animation:
    headingWordRunIn 820ms calc(var(--word-index) * 72ms) cubic-bezier(0.16, 1, 0.3, 1) both,
    headingWordShimmer 5.8s calc(980ms + var(--word-index) * 72ms) ease-in-out infinite;
}

.section-heading p:not(.eyebrow),
.payment-card p,
.contact-card p {
  color: var(--muted);
  font-size: 17px;
}

.feature-grid,
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.feature-card,
.mini-service,
.article-card,
.step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.feature-card:hover,
.mini-service:hover,
.article-card:hover,
.step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(86, 215, 255, 0.42);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
}

.feature-card {
  padding: 28px;
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  border-radius: 50%;
  color: #081222;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  font-weight: 900;
  animation: iconBob 3.8s ease-in-out infinite;
}

.feature-card h3,
.mini-service h3,
.article-card h3,
.step-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.feature-card p,
.mini-service p,
.article-card p,
.step-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-section {
  max-width: 1240px;
}

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

.step-card {
  position: relative;
  min-height: 250px;
  padding: 28px;
  overflow: hidden;
}

.step-card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(86, 215, 255, 0.58), transparent 62%);
  animation: ping 2.8s ease-in-out infinite;
}

.step-card span {
  display: block;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.15);
  font-size: 76px;
  line-height: 0.75;
  font-weight: 900;
}

.payment-card,
.contact-card {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(232, 183, 75, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(232, 183, 75, 0.14), transparent 44%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: var(--shadow);
}

.payment-media {
  position: relative;
  min-height: 100%;
}

.payment-media::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(244, 196, 91, 0.24);
  border-radius: 18px;
  pointer-events: none;
  opacity: 0;
}

.payment-content {
  display: grid;
  gap: 20px;
  align-content: start;
}

.payment-card.reveal:not(.in-view) .payment-media,
.payment-card.reveal:not(.in-view) .payment-intro,
.payment-card.reveal:not(.in-view) .wallet,
.payment-card.reveal:not(.in-view) .notice {
  opacity: 0;
  transform: translateY(22px);
}

.wallet-list {
  display: grid;
  gap: 12px;
  grid-auto-rows: max-content;
  align-self: stretch;
  align-content: start;
}

.payment-visual {
  width: 100%;
  height: 100%;
  min-height: 640px;
  border: 1px solid rgba(244, 196, 91, 0.2);
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34), 0 0 42px rgba(87, 240, 177, 0.1);
}

.wallet {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(3, 11, 25, 0.32);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.wallet::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -55%;
  width: 42%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  pointer-events: none;
}

.payment-card.in-view .payment-media {
  animation: walletRise 780ms ease 120ms both;
}

.payment-card.in-view .payment-media::after {
  animation: paymentFramePulse 4.8s ease-in-out 900ms infinite;
}

.payment-card.in-view .payment-visual {
  animation: paymentImageDrift 7s ease-in-out 900ms infinite;
}

.payment-card.in-view .payment-intro {
  animation: walletRise 680ms ease 220ms both;
}

.payment-card.in-view .wallet {
  animation: walletRise 680ms ease both;
}

.payment-card.in-view .wallet::after {
  animation: walletSweep 4.8s ease-in-out 900ms infinite;
}

.payment-card.in-view .wallet:nth-child(1) {
  animation-delay: 320ms;
}

.payment-card.in-view .wallet:nth-child(2) {
  animation-delay: 430ms;
}

.payment-card.in-view .wallet:nth-child(2)::after {
  animation-delay: 1200ms;
}

.payment-card.in-view .wallet:nth-child(3) {
  animation-delay: 540ms;
}

.payment-card.in-view .wallet:nth-child(3)::after {
  animation-delay: 1500ms;
}

.payment-card.in-view .notice {
  animation: walletRise 680ms ease 680ms both, noticeGlow 5.2s ease-in-out 1.1s infinite;
}

.wallet:hover {
  transform: translateX(4px);
  border-color: rgba(244, 196, 91, 0.34);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22), 0 0 24px rgba(244, 196, 91, 0.08);
}

.wallet span {
  color: #fff;
  font-weight: 800;
}

.wallet code {
  overflow: hidden;
  color: #c6d4e7;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wallet button {
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  color: #081222;
  background: var(--gold);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(244, 196, 91, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.wallet button:hover {
  transform: translateY(-1px) scale(1.03);
  box-shadow: 0 16px 32px rgba(244, 196, 91, 0.34);
}

.notice {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(86, 215, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(86, 215, 255, 0.08);
}

.notice strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
}

.payment-notes {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-notes li {
  color: #d9d2be;
  line-height: 1.55;
}

.support-line {
  margin: 14px 0 0;
  color: #fff7dd;
  font-weight: 800;
}

.support-line a {
  color: #57f0b1;
  text-decoration: none;
}

.support-line a:hover {
  color: #f4c45b;
}

.services-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch;
}

.service-main {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(86, 215, 255, 0.24);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(62, 123, 255, 0.26), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.service-main::after {
  content: "";
  position: absolute;
  inset: auto -20% -45% -20%;
  height: 180px;
  background: linear-gradient(90deg, rgba(86, 215, 255, 0.18), rgba(232, 183, 75, 0.22), rgba(66, 213, 128, 0.14));
  filter: blur(40px);
  animation: heroGlow 5s ease-in-out infinite alternate;
}

.badge {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #091326;
  background: linear-gradient(135deg, var(--cyan), #fff);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.service-main h3 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
}

.service-main ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.service-main li {
  position: relative;
  padding-left: 28px;
  color: #d7e3f1;
}

.service-main li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(232, 183, 75, 0.14);
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mini-service {
  padding: 28px;
}

.verticals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.verticals span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #dbe7f5;
  background: rgba(255, 255, 255, 0.07);
  font-size: 14px;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.verticals span:hover {
  transform: translateY(-4px) scale(1.03);
  border-color: rgba(232, 183, 75, 0.45);
  color: #fff;
}

.service-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-group {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(244, 196, 91, 0.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 8%, rgba(244, 196, 91, 0.12), transparent 12rem),
    linear-gradient(145deg, rgba(43, 39, 27, 0.9), rgba(12, 12, 9, 0.78));
  box-shadow: 0 30px 94px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.service-group::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -52%;
  width: 44%;
  transform: skewX(-18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transition: left 680ms ease;
  pointer-events: none;
}

.service-group:hover::after {
  left: 118%;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.service-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon-blue {
  background: linear-gradient(135deg, #38e8ff, #2f6dff);
}

.service-icon-gold {
  background: linear-gradient(135deg, #fff09b, #f4a23a);
  color: #171008;
}

.service-icon-purple {
  background: linear-gradient(135deg, #b75cff, #e04aaa);
}

.service-icon-green {
  background: linear-gradient(135deg, #57f0b1, #20b974);
  color: #07130d;
}

.service-group h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.2;
}

.service-group ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-group li {
  position: relative;
  padding-left: 28px;
  color: #d9d2be;
  line-height: 1.45;
}

.service-group li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #2457d6;
  background: rgba(231, 240, 255, 0.95);
  font-size: 12px;
  font-weight: 900;
}

.article-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px;
}

.article-card {
  isolation: isolate;
}

.article-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 0%, rgba(244, 196, 91, 0.15) 42%, transparent 64%);
  opacity: 0;
  transform: translateX(-45%);
  transition: opacity 220ms ease;
}

.article-card:hover::after {
  opacity: 1;
  animation: articleSweep 900ms ease forwards;
}

.article-image {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  margin: -12px -12px 22px;
  overflow: hidden;
  border: 1px solid rgba(244, 196, 91, 0.28);
  border-radius: 10px;
  background: #080806;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.32);
}

.article-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.62)),
    radial-gradient(circle at 80% 12%, rgba(87, 240, 177, 0.2), transparent 16rem);
  opacity: 0.76;
  transition: opacity 320ms ease;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 420ms ease, filter 420ms ease;
}

.article-card:hover .article-image img {
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05);
}

.article-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(244, 196, 91, 0.42);
  border-radius: 999px;
  color: #fffaf0;
  background:
    linear-gradient(135deg, rgba(244, 196, 91, 0.26), rgba(87, 240, 177, 0.12)),
    rgba(8, 8, 6, 0.88);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

.article-card span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #57f0b1;
  box-shadow: 0 0 14px rgba(87, 240, 177, 0.72);
}

.article-card:nth-child(1) span {
  border-color: rgba(87, 240, 177, 0.42);
}

.article-card:nth-child(2) span {
  border-color: rgba(244, 196, 91, 0.46);
}

.article-card:nth-child(3) span {
  border-color: rgba(125, 211, 252, 0.46);
}

.article-card:nth-child(4) span {
  border-color: rgba(255, 158, 61, 0.46);
}

.article-card:nth-child(5) span {
  border-color: rgba(217, 164, 255, 0.46);
}

.article-card:nth-child(6) span {
  border-color: rgba(164, 255, 216, 0.46);
}

.article-card small {
  display: block;
  margin-top: auto;
  padding-top: 28px;
  color: #7f8ea5;
  font-weight: 700;
}

.article-card h3 a {
  color: inherit;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
}

summary {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
}

.inline-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--gold);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-card {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 28px;
  z-index: 35;
  display: grid;
  gap: 12px;
}

.floating-actions a {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #56d7ff, #2457d6);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  font-size: 24px;
  font-weight: 900;
  animation: floatingPulse 3.4s ease-in-out infinite;
}

.floating-actions a:nth-child(2) {
  background: linear-gradient(135deg, #53df8a, #159c59);
  animation-delay: -1.1s;
}

.floating-actions a:nth-child(3) {
  background: linear-gradient(135deg, #ffd65d, #d78d25);
  animation-delay: -2.2s;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 90px;
  padding: 34px 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.98);
  transition: opacity 720ms ease, transform 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.reveal.in-view:nth-child(2) {
  transition-delay: 80ms;
}

.reveal.in-view:nth-child(3) {
  transition-delay: 150ms;
}

.reveal.in-view:nth-child(4) {
  transition-delay: 220ms;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes showcaseLogoFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 24px rgba(244, 196, 91, 0.16));
  }
  50% {
    transform: translateY(-10px) scale(1.04);
    filter: drop-shadow(0 34px 52px rgba(0, 0, 0, 0.34)) drop-shadow(0 0 34px rgba(87, 240, 177, 0.22));
  }
}

@keyframes paymentImageDrift {
  0%,
  100% {
    transform: translateY(0) scale(1);
    filter: saturate(1);
  }
  50% {
    transform: translateY(-8px) scale(1.015);
    filter: saturate(1.12);
  }
}

@keyframes paymentFramePulse {
  0%,
  100% {
    opacity: 0.38;
    box-shadow: inset 0 0 0 rgba(244, 196, 91, 0);
  }
  50% {
    opacity: 0.82;
    box-shadow: inset 0 0 28px rgba(244, 196, 91, 0.12);
  }
}

@keyframes walletRise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes walletSweep {
  0%,
  58% {
    left: -55%;
  }
  100% {
    left: 120%;
  }
}

@keyframes noticeGlow {
  0%,
  100% {
    border-color: rgba(87, 240, 177, 0.2);
    box-shadow: 0 0 0 rgba(87, 240, 177, 0);
  }
  50% {
    border-color: rgba(87, 240, 177, 0.38);
    box-shadow: 0 0 32px rgba(87, 240, 177, 0.1);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes auroraShift {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes gridDrift {
  to {
    background-position: 74px 74px, -74px 74px, 0 0;
  }
}

@keyframes heroGlow {
  0% {
    opacity: 0.58;
    transform: translateX(-2%);
  }
  100% {
    opacity: 0.95;
    transform: translateX(2%);
  }
}

@keyframes shineSweep {
  0%,
  100% {
    transform: translateX(-8%);
    opacity: 0.58;
  }
  50% {
    transform: translateX(8%);
    opacity: 0.9;
  }
}

@keyframes textShimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes buttonSweep {
  0%,
  55% {
    left: -60%;
  }
  100% {
    left: 125%;
  }
}

@keyframes corePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) rotate(8deg) scale(1);
    box-shadow: 0 0 70px rgba(232, 183, 75, 0.18);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-5deg) scale(1.07);
    box-shadow: 0 0 110px rgba(86, 215, 255, 0.24);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 18px));
  }
}

@keyframes marqueeAlt {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 18px));
  }
}

@keyframes iconBob {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(4deg);
  }
}

@keyframes ping {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.86);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.18);
  }
}

@keyframes floatingPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.06);
  }
}

@keyframes blogFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

@keyframes articleSweep {
  from {
    transform: translateX(-55%);
  }
  to {
    transform: translateX(65%);
  }
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav,
  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .site-header.menu-open .nav,
  .site-header.menu-open .header-actions {
    display: flex;
  }

  .site-header.menu-open {
    grid-template-columns: auto auto;
    align-items: start;
  }

  .site-header.menu-open .menu-toggle {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .site-header.menu-open .nav {
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 14px;
  }

  .site-header.menu-open .nav a {
    padding: 13px 0;
    border-top: 1px solid rgba(20, 32, 51, 0.08);
  }

  .site-header.menu-open .header-actions {
    grid-column: 1 / -1;
    flex-wrap: wrap;
  }

  .hero-grid,
  .services-layout,
  .payment-card {
    grid-template-columns: 1fr;
  }

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

  .hero-panel {
    min-height: 390px;
  }

  .stats-band,
  .feature-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 700px) {
  .site-header {
    min-height: 72px;
    padding: 10px 16px;
  }

  .brand img {
    width: auto;
    height: 48px;
  }

  .brand {
    min-width: 150px;
  }

  .brand span {
    font-size: 14px;
  }

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

  h1 {
    font-size: 44px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-panel {
    min-height: 360px;
  }

  .glass-card,
  .glass-card:nth-child(2) {
    margin-left: 0;
  }

  .stats-band,
  .feature-grid,
  .article-grid,
  .timeline,
  .service-groups,
  .service-cards,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .service-group {
    min-height: auto;
  }

  .section {
    padding-top: 78px;
  }

  .stat,
  .feature-card,
  .mini-service,
  .article-card,
  .step-card,
  .service-main,
  .payment-card,
  .contact-card {
    padding: 24px;
  }

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

  .contact-actions .btn {
    width: 100%;
  }

  .floating-actions {
    right: 14px;
    bottom: 14px;
  }

  .floating-actions a {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .footer {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}

/* Distinct SaaS command-center layout */
.hero {
  min-height: 760px;
  padding-top: 138px;
  background:
    linear-gradient(rgba(86, 215, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 215, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 70% 35%, rgba(232, 183, 75, 0.18), transparent 21rem),
    linear-gradient(145deg, #050b17 0%, #0a1e3a 48%, #102f7c 100%);
}

.hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
}

.hero-copy {
  padding: 28px 0;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(46px, 6.4vw, 78px);
  text-transform: none;
}

.hero-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 28px 0;
}

.hero-kpis div {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(14px);
}

.hero-kpis div::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -80%;
  width: 70%;
  transform: rotate(18deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  animation: buttonSweep 5s ease-in-out infinite;
}

.hero-kpis strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.hero-kpis span {
  display: block;
  margin-top: 8px;
  color: #b9c7da;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel {
  min-height: 520px;
  perspective: 1200px;
}

.resource-showcase {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 28% 12%, rgba(86, 215, 255, 0.22), transparent 19rem),
    radial-gradient(circle at 84% 80%, rgba(232, 183, 75, 0.16), transparent 18rem),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(24px);
}

.resource-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(#000, transparent 88%);
  pointer-events: none;
}

.showcase-top,
.resource-list {
  position: relative;
  z-index: 1;
}

.showcase-top {
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.showcase-top img {
  width: clamp(190px, 26vw, 280px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.38)) drop-shadow(0 0 24px rgba(244, 196, 91, 0.16));
  animation: showcaseLogoFloat 5.6s ease-in-out infinite;
}

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

.resource-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 10px 14px 10px 12px;
  border: 1px solid rgba(244, 196, 91, 0.22);
  border-left: 4px solid var(--gold);
  border-radius: 8px 18px 18px 8px;
  background:
    linear-gradient(90deg, rgba(244, 196, 91, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.resource-card::before {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 196, 91, 0.2), transparent 68%);
  opacity: 0.7;
  pointer-events: none;
}

.resource-card::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent);
  pointer-events: none;
}

.resource-card:hover {
  transform: translateX(6px);
  border-color: rgba(244, 196, 91, 0.46);
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.resource-card > span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  color: #120f08;
  background: linear-gradient(135deg, var(--cyan), var(--gold));
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(244, 196, 91, 0.2), 0 0 0 5px rgba(244, 196, 91, 0.07);
}

.resource-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  font-size: clamp(15px, 1.55vw, 18px);
  line-height: 1.15;
  letter-spacing: 0;
  text-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
}

.resource-card-green {
  border-color: rgba(87, 240, 177, 0.3);
  border-left-color: var(--green);
  background:
    linear-gradient(90deg, rgba(87, 240, 177, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
}

.resource-card-green > span {
  background: linear-gradient(135deg, #9dffd8, #57f0b1);
  box-shadow: 0 14px 34px rgba(87, 240, 177, 0.24);
}

.resource-card-blue {
  border-color: rgba(183, 92, 255, 0.34);
  border-left-color: #b75cff;
  background:
    linear-gradient(90deg, rgba(183, 92, 255, 0.14), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045));
}

.resource-card-blue > span {
  color: #fff;
  background: linear-gradient(135deg, #d9b1ff, #b75cff);
  box-shadow: 0 14px 34px rgba(183, 92, 255, 0.24), 0 0 0 8px rgba(183, 92, 255, 0.08);
}

.trust-panel {
  margin-top: 36px;
  padding: 0 clamp(18px, 4vw, 0px);
}

.section {
  max-width: 1220px;
}

.feature-grid {
  grid-template-columns: 1.15fr 0.85fr 1fr;
  grid-auto-rows: minmax(190px, auto);
}

.feature-card:nth-child(1),
.feature-card:nth-child(3) {
  grid-row: span 2;
}

.feature-card:nth-child(1) {
  background:
    linear-gradient(145deg, rgba(232, 183, 75, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.06);
}

.feature-card:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(86, 215, 255, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.06);
}

.timeline {
  grid-template-columns: 0.9fr 1.1fr 0.9fr 1.1fr;
  align-items: stretch;
}

.step-card:nth-child(even) {
  transform: translateY(36px);
}

.services-layout {
  grid-template-columns: 1.1fr 0.9fr;
}

.service-cards {
  grid-template-columns: 1fr;
}

.mini-service {
  min-height: 152px;
}

.payment-card {
  grid-template-columns: 0.82fr 1.18fr;
}

@keyframes barWave {
  0%,
  100% {
    transform: scaleY(0.84);
    filter: saturate(0.94);
  }
  50% {
    transform: scaleY(1.08);
    filter: saturate(1.2);
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .feature-grid,
  .timeline,
  .services-layout,
  .payment-card {
    grid-template-columns: 1fr;
  }

  .payment-visual {
    min-height: auto;
    max-height: 520px;
    aspect-ratio: 16 / 10;
  }

  .feature-card:nth-child(1),
  .feature-card:nth-child(3) {
    grid-row: auto;
    grid-column: auto;
  }

  .step-card:nth-child(even) {
    transform: none;
  }

  .partners-inner {
    grid-template-columns: 1fr;
  }

  .partner-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .hero {
    padding-top: 116px;
  }

  .hero h1 {
    font-size: 42px;
  }

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

  .hero-panel {
    min-height: auto;
  }

  .resource-showcase {
    padding: 16px;
    border-radius: 18px;
  }

  .showcase-top img {
    width: 178px;
    height: auto;
  }

  .resource-card {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 10px;
    min-height: 54px;
    padding: 10px 12px;
    border-radius: 8px 14px 14px 8px;
  }

  .resource-card > span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 9px;
  }

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

  .partners-section {
    padding: 0 18px;
  }

  .partners-inner {
    min-height: auto;
    padding: 24px 18px;
  }

  .partner-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .partner-logo {
    min-width: 0;
    min-height: 58px;
    font-size: 18px;
    overflow-wrap: anywhere;
  }

  .entravision {
    flex-direction: column;
    font-size: 15px;
  }

  .entravision small {
    margin-left: 0;
    margin-top: 3px;
    font-size: 9px;
  }

  .aws {
    flex-direction: column;
    font-size: 20px;
  }

  .aws small {
    max-width: none;
    margin-left: 0;
    margin-top: 3px;
    text-align: center;
  }
}

/* Higher contrast, deeper visual depth */
:root {
  --bg: #030713;
  --bg-2: #07152a;
  --panel: rgba(7, 18, 39, 0.78);
  --panel-strong: rgba(14, 32, 67, 0.9);
  --line: rgba(125, 211, 252, 0.22);
  --text: #fbfdff;
  --muted: #c4d2e6;
  --blue: #2f6dff;
  --cyan: #38e8ff;
  --green: #4dff9a;
  --gold: #ffd05a;
  --shadow: 0 34px 110px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body {
  background:
    radial-gradient(circle at 8% 10%, rgba(47, 109, 255, 0.34), transparent 26rem),
    radial-gradient(circle at 82% 8%, rgba(255, 208, 90, 0.2), transparent 22rem),
    radial-gradient(circle at 62% 72%, rgba(56, 232, 255, 0.14), transparent 30rem),
    linear-gradient(180deg, #030713 0%, #07101f 42%, #03050c 100%);
}

body::before {
  background:
    linear-gradient(112deg, transparent 0%, rgba(56, 232, 255, 0.16) 18%, transparent 36%),
    linear-gradient(248deg, transparent 0%, rgba(255, 208, 90, 0.13) 24%, transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035), transparent 34rem);
}

.site-header {
  background: rgba(244, 248, 255, 0.9);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
}

.hero {
  background:
    linear-gradient(rgba(56, 232, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(56, 232, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(255, 208, 90, 0.28), transparent 20rem),
    radial-gradient(circle at 66% 62%, rgba(47, 109, 255, 0.36), transparent 24rem),
    linear-gradient(145deg, #020612 0%, #071a36 46%, #08277a 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.08), transparent 16rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28), transparent 42%, rgba(0, 0, 0, 0.18));
}

.hero-lead,
.hero-points,
.section-heading p:not(.eyebrow),
.payment-card p,
.contact-card p,
.feature-card p,
.mini-service p,
.article-card p,
.step-card p,
details p {
  color: #d5e2f3;
}

.eyebrow {
  color: #58efff;
  text-shadow: 0 0 26px rgba(56, 232, 255, 0.45);
}

h1 span {
  background: linear-gradient(90deg, #ffffff, #7ef4ff, #ffd76d, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 22px rgba(255, 208, 90, 0.26));
}

.btn-primary,
.btn-blue {
  background: linear-gradient(135deg, #5de7ff 0%, #2f6dff 46%, #1d3bd7 100%);
  box-shadow: 0 20px 46px rgba(47, 109, 255, 0.45), 0 0 30px rgba(56, 232, 255, 0.18);
}

.btn-green {
  background: linear-gradient(135deg, #5cffaa 0%, #20bd6f 55%, #087942 100%);
  box-shadow: 0 20px 46px rgba(32, 189, 111, 0.38), 0 0 30px rgba(77, 255, 154, 0.18);
}

.btn-outline {
  border-color: rgba(125, 211, 252, 0.38);
  background: rgba(8, 20, 45, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-kpis div,
.stat,
.feature-card,
.mini-service,
.article-card,
.step-card,
.service-main,
.payment-card,
.contact-card,
details,
.resource-showcase {
  border-color: rgba(125, 211, 252, 0.24);
  background:
    linear-gradient(145deg, rgba(18, 43, 88, 0.82), rgba(5, 13, 31, 0.72)),
    rgba(8, 18, 38, 0.88);
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.resource-showcase {
  background:
    radial-gradient(circle at 23% 12%, rgba(56, 232, 255, 0.28), transparent 19rem),
    radial-gradient(circle at 84% 74%, rgba(255, 208, 90, 0.24), transparent 18rem),
    linear-gradient(145deg, rgba(21, 49, 97, 0.9), rgba(4, 10, 24, 0.92));
  box-shadow: 0 42px 140px rgba(0, 0, 0, 0.62), 0 0 80px rgba(47, 109, 255, 0.16);
}

.hero-kpis strong,
.stat strong,
.resource-card strong,
.feature-card h3,
.mini-service h3,
.article-card h3,
.step-card h3,
summary {
  color: #ffffff;
  text-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.feature-card:nth-child(1),
.feature-card:nth-child(3),
.service-main,
.payment-card,
.contact-card {
  border-color: rgba(255, 208, 90, 0.3);
}

.feature-icon,
.badge {
  background: linear-gradient(135deg, #fff3a0 0%, #ffd05a 38%, #38e8ff 100%);
  box-shadow: 0 14px 34px rgba(255, 208, 90, 0.22);
}

.marquee-section {
  background: rgba(3, 7, 19, 0.7);
  border-color: rgba(125, 211, 252, 0.16);
}

.marquee-track span,
.verticals span {
  border-color: rgba(125, 211, 252, 0.24);
  background: linear-gradient(135deg, rgba(25, 55, 105, 0.72), rgba(6, 14, 32, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

/* Graphite/emerald/gold palette to avoid the navy-blue Empire look */
:root {
  --bg: #090907;
  --bg-2: #12120f;
  --panel: rgba(24, 25, 21, 0.82);
  --panel-strong: rgba(34, 35, 28, 0.94);
  --line: rgba(244, 196, 91, 0.22);
  --text: #fffdf4;
  --muted: #d4cfbf;
  --blue: #d6a63a;
  --cyan: #57f0b1;
  --green: #57f0b1;
  --gold: #f4c45b;
  --ink: #090907;
  --shadow: 0 36px 120px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

body {
  background:
    radial-gradient(circle at 10% 8%, rgba(87, 240, 177, 0.2), transparent 24rem),
    radial-gradient(circle at 86% 10%, rgba(244, 196, 91, 0.2), transparent 23rem),
    radial-gradient(circle at 56% 78%, rgba(183, 92, 255, 0.12), transparent 28rem),
    linear-gradient(180deg, #090907 0%, #12110e 45%, #070706 100%);
}

body::before {
  background:
    linear-gradient(112deg, transparent 0%, rgba(87, 240, 177, 0.11) 18%, transparent 36%),
    linear-gradient(248deg, transparent 0%, rgba(244, 196, 91, 0.13) 24%, transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.035), transparent 34rem);
}

.scroll-progress {
  background: linear-gradient(90deg, #57f0b1, #f4c45b, #b75cff);
  box-shadow: 0 0 18px rgba(244, 196, 91, 0.72);
}

.particle-field {
  opacity: 0.42;
  filter: hue-rotate(118deg) saturate(0.85);
}

.site-header {
  background: rgba(250, 247, 238, 0.92);
  border-bottom-color: rgba(30, 26, 18, 0.12);
}

.site-header.scrolled {
  background: rgba(255, 252, 244, 0.96);
}

.nav a:hover {
  color: #987223;
}

.btn-primary,
.btn-blue {
  color: #141008;
  background: linear-gradient(135deg, #fff09b 0%, #f4c45b 45%, #b5741c 100%);
  box-shadow: 0 20px 48px rgba(244, 196, 91, 0.34), 0 0 34px rgba(244, 196, 91, 0.14);
}

.btn-green {
  color: #07130d;
  background: linear-gradient(135deg, #92ffd0 0%, #57f0b1 48%, #1c9b69 100%);
  box-shadow: 0 20px 48px rgba(87, 240, 177, 0.24), 0 0 34px rgba(87, 240, 177, 0.12);
}

.btn-outline {
  color: #fff9e8;
  border-color: rgba(244, 196, 91, 0.34);
  background: rgba(20, 18, 13, 0.72);
}

.hero {
  background:
    linear-gradient(rgba(244, 196, 91, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 196, 91, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 76% 18%, rgba(244, 196, 91, 0.25), transparent 20rem),
    radial-gradient(circle at 64% 64%, rgba(87, 240, 177, 0.18), transparent 24rem),
    linear-gradient(145deg, #070706 0%, #15130d 46%, #29200e 100%);
}

.hero::before {
  background:
    radial-gradient(circle at 18% 26%, rgba(255, 244, 198, 0.08), transparent 16rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 44%, rgba(0, 0, 0, 0.22));
}

.hero-shine {
  background:
    radial-gradient(circle at var(--mouse-x, 70%) var(--mouse-y, 28%), rgba(87, 240, 177, 0.18), transparent 22rem),
    linear-gradient(120deg, transparent 0%, rgba(244, 196, 91, 0.09) 38%, transparent 58%);
}

.eyebrow {
  color: #57f0b1;
  text-shadow: 0 0 26px rgba(87, 240, 177, 0.36);
}

h1 span {
  background: linear-gradient(90deg, #fffdf4, #57f0b1, #f4c45b, #fffdf4);
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 22px rgba(244, 196, 91, 0.25));
}

.hero-lead,
.hero-points,
.section-heading p:not(.eyebrow),
.payment-card p,
.contact-card p,
.feature-card p,
.mini-service p,
.article-card p,
.step-card p,
details p,
.glass-card small {
  color: #d9d2be;
}

.hero-points span::before {
  color: #07130d;
  background: linear-gradient(135deg, #57f0b1, #f4c45b);
}

.hero-kpis div,
.stat,
.feature-card,
.mini-service,
.article-card,
.step-card,
.service-main,
.payment-card,
.contact-card,
details,
.resource-showcase {
  border-color: rgba(244, 196, 91, 0.2);
  background:
    linear-gradient(145deg, rgba(43, 39, 27, 0.9), rgba(12, 12, 9, 0.78)),
    rgba(16, 15, 11, 0.9);
  box-shadow: 0 30px 94px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.065);
}

.resource-showcase {
  background:
    radial-gradient(circle at 23% 12%, rgba(87, 240, 177, 0.18), transparent 19rem),
    radial-gradient(circle at 84% 74%, rgba(244, 196, 91, 0.25), transparent 18rem),
    linear-gradient(145deg, rgba(46, 41, 27, 0.94), rgba(8, 8, 7, 0.94));
  box-shadow: 0 44px 145px rgba(0, 0, 0, 0.64), 0 0 80px rgba(244, 196, 91, 0.12);
}

.resource-showcase::before {
  background:
    linear-gradient(rgba(244, 196, 91, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 196, 91, 0.045) 1px, transparent 1px);
}

.feature-card:nth-child(1),
.feature-card:nth-child(3),
.service-main,
.payment-card,
.contact-card {
  border-color: rgba(87, 240, 177, 0.24);
}

.feature-card:nth-child(1) {
  background:
    linear-gradient(145deg, rgba(87, 240, 177, 0.13), rgba(18, 16, 11, 0.85)),
    rgba(16, 15, 11, 0.9);
}

.feature-card:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(244, 196, 91, 0.15), rgba(18, 16, 11, 0.85)),
    rgba(16, 15, 11, 0.9);
}

.feature-icon,
.badge {
  color: #120e06;
  background: linear-gradient(135deg, #57f0b1 0%, #fff09b 46%, #f4c45b 100%);
  box-shadow: 0 14px 34px rgba(244, 196, 91, 0.2);
}

.service-main li::before {
  background: #57f0b1;
  box-shadow: 0 0 0 5px rgba(87, 240, 177, 0.12);
}

.marquee-section {
  background: rgba(9, 9, 7, 0.74);
  border-color: rgba(244, 196, 91, 0.14);
}

.marquee-section::before {
  background: linear-gradient(90deg, #090907, transparent);
}

.marquee-section::after {
  background: linear-gradient(270deg, #090907, transparent);
}

.marquee-track span,
.verticals span {
  border-color: rgba(244, 196, 91, 0.22);
  background: linear-gradient(135deg, rgba(42, 38, 25, 0.78), rgba(10, 10, 8, 0.78));
  color: #f4eedb;
}

.verticals span:hover {
  border-color: rgba(87, 240, 177, 0.38);
}

.wallet {
  background: rgba(8, 8, 6, 0.48);
  border-color: rgba(244, 196, 91, 0.14);
}

.wallet button {
  color: #120e06;
  background: linear-gradient(135deg, #fff09b, #f4c45b);
}

.notice {
  border-color: rgba(87, 240, 177, 0.2);
  background: rgba(87, 240, 177, 0.065);
}

.floating-actions a {
  color: #120e06;
  background: linear-gradient(135deg, #fff09b, #f4c45b);
}

.floating-actions a:nth-child(2) {
  background: linear-gradient(135deg, #92ffd0, #57f0b1);
}

.floating-actions a:nth-child(3) {
  background: linear-gradient(135deg, #d9a4ff, #b75cff);
}

/* Partner logo spacing fix */
.partner-logos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.partner-logo {
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 72px;
  padding: 12px 14px;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.marketing,
.entravision,
.aws {
  flex-direction: column;
  gap: 3px;
}

.marketing::before {
  margin-right: 0;
  margin-bottom: 4px;
}

.marketing small,
.entravision small,
.aws small {
  display: block;
  margin-left: 0;
  max-width: none;
  text-align: center;
}

.entravision {
  font-size: 18px;
}

.criteo {
  font-size: 22px;
}

.aws {
  font-size: 22px;
}

@media (max-width: 1100px) {
  .partner-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .partner-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-logo {
    min-width: 0;
    max-width: none;
    min-height: 70px;
    font-size: 17px;
  }

  .marketing,
  .entravision,
  .aws {
    font-size: 15px;
  }

  .criteo,
  .bing {
    font-size: 18px;
  }
}

/* Main page motion pass */
body:not(.page-ready) .site-header,
body:not(.page-ready) .hero-copy > *,
body:not(.page-ready) .hero-panel {
  opacity: 0;
  transform: translateY(18px);
}

.site-header {
  animation: mainHeaderDrop 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.brand img {
  animation: none;
}

.nav a {
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav a.active {
  color: var(--blue);
}

.nav a.active::after,
.nav a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.page-ready .hero-copy > .eyebrow {
  animation: mainFadeUp 740ms 80ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .hero-copy h1 {
  animation: mainFadeUp 780ms 160ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .hero-lead {
  animation: mainFadeUp 780ms 250ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .hero-kpis {
  animation: mainFadeUp 780ms 340ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .hero-points {
  animation: mainFadeUp 780ms 430ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .hero-actions {
  animation: mainFadeUp 780ms 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.page-ready .hero-panel {
  animation: mainPanelIn 900ms 320ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-shine {
  transform: translateY(calc(var(--hero-shift, 0px) * -0.34));
}

.resource-showcase {
  transform: translateY(calc(var(--hero-shift, 0px) * -0.18));
  transition: transform 120ms linear;
}

.resource-card {
  animation: resourceBreath 6.4s ease-in-out infinite;
}

.resource-card:nth-child(2) {
  animation-delay: -1.5s;
}

.resource-card:nth-child(3) {
  animation-delay: -3s;
}

.marquee-section {
  transform: translateX(calc((var(--scroll-ratio, 0) - 0.5) * -16px));
  transition: transform 120ms linear;
}

.article-card.in-view .article-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.28) 42%, transparent 58%);
  transform: translateX(-115%);
  animation: mainImageSweep 950ms 180ms ease forwards;
}

.feature-card,
.step-card,
.service-group,
.article-card,
.wallet,
.btn,
.floating-actions a {
  position: relative;
}

.service-group::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 0%), rgba(86, 215, 255, 0.16), transparent 34%);
  opacity: 0;
  transition: opacity 220ms ease;
}

.service-group:hover::before {
  opacity: 1;
}

.is-pressed::after {
  content: "";
  position: absolute;
  left: var(--press-x, 50%);
  top: var(--press-y, 50%);
  z-index: 5;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.42);
  transform: translate(-50%, -50%) scale(0);
  animation: tapRipple 560ms ease-out;
}

.article-card.is-pressed::after,
.feature-card.is-pressed::after,
.step-card.is-pressed::after,
.service-group.is-pressed::after {
  background: rgba(86, 215, 255, 0.24);
}

@keyframes mainHeaderDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mainFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
    filter: blur(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes mainPanelIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.975);
    filter: blur(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes brandPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(62, 123, 255, 0);
  }

  50% {
    box-shadow: 0 0 24px rgba(62, 123, 255, 0.24);
  }
}

@keyframes resourceBreath {
  0%,
  100% {
    filter: saturate(1);
  }

  50% {
    filter: saturate(1.12) brightness(1.06);
  }
}

@keyframes mainImageSweep {
  to {
    transform: translateX(115%);
  }
}

@keyframes tapRipple {
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(18);
  }
}

@keyframes headingWordRunIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateX(-1.25em) translateY(0.18em) skewX(-8deg);
    filter: drop-shadow(0 0 0 rgba(87, 240, 177, 0));
  }

  62% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0.08em) translateY(0) skewX(0deg);
    filter: drop-shadow(0 0 18px rgba(87, 240, 177, 0.32));
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateX(0) translateY(0) skewX(0deg);
    filter: drop-shadow(0 0 10px rgba(244, 196, 91, 0.16));
  }
}

@keyframes headingWordShimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

/* Gold logo header theme */
.site-header,
.site-header.scrolled {
  color: #fff7df;
  background:
    linear-gradient(115deg, rgba(244, 196, 91, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(24, 20, 13, 0.96), rgba(9, 9, 7, 0.94));
  border-bottom-color: rgba(244, 196, 91, 0.26);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.34), 0 0 28px rgba(244, 196, 91, 0.1);
}

.site-header.scrolled {
  background:
    linear-gradient(115deg, rgba(244, 196, 91, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(17, 14, 9, 0.98), rgba(8, 8, 6, 0.97));
}

.brand span {
  color: #fff2c8;
}

.nav a {
  color: rgba(255, 247, 223, 0.76);
}

.nav a:hover,
.nav a.active {
  color: #f4c45b;
}

.nav a::after {
  background: linear-gradient(90deg, #f4c45b, #fff09b, #57f0b1);
}

.menu-toggle {
  border-color: rgba(244, 196, 91, 0.28);
  background: rgba(255, 247, 223, 0.1);
}

.menu-toggle span {
  background: #f4c45b;
}

.site-header.menu-open .nav a {
  border-top-color: rgba(244, 196, 91, 0.16);
}

@media (prefers-reduced-motion: reduce) {
  body:not(.page-ready) .site-header,
  body:not(.page-ready) .hero-copy > *,
  body:not(.page-ready) .hero-panel,
  .resource-showcase,
  .marquee-section {
    opacity: 1;
    transform: none;
  }

  .article-card.in-view .article-image::before,
  .is-pressed::after {
    display: none;
  }

  .heading-word {
    opacity: 1;
    color: inherit;
    background: none;
    clip-path: none;
    filter: none;
    transform: none;
  }
}

/* ===== Payment methods accepted band ===== */
.payment-methods-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 66px 24px;
  text-align: center;
  background: #0b1220;
}

.payment-methods-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: url("images/blog/bitcoin.png?v=20260707-blog-new") center / cover no-repeat;
  opacity: 0.55;
}

.payment-methods-band::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(6, 11, 22, 0.82), rgba(6, 11, 22, 0.62));
}

.payment-methods-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.payment-methods-title {
  margin: 0 0 30px;
  font-size: clamp(16px, 2.4vw, 22px);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f6f9ff;
}

.payment-method-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.pay-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 22px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pay-chip:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.46);
}

.pay-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.pay-glyph-btc { background: #f7931a; }
.pay-glyph-usdt { background: #26a17b; }

.pay-word {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #3a4256;
}

.pay-word-payoneer { color: #ff4b00; }

.pay-svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #2457d6;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pay-word-bank {
  color: #2457d6;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ===== FAQ divider heading ===== */
.faq-divider {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 780px;
  margin: 0 auto 44px;
}

.faq-divider::before,
.faq-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 196, 91, 0.45), transparent);
}

.faq-divider span {
  white-space: nowrap;
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
}

@media (max-width: 620px) {
  .payment-method-logos { gap: 12px; }
  .pay-chip { min-height: 50px; padding: 10px 16px; }
  .pay-word { font-size: 18px; }
  .pay-word-bank { font-size: 15px; }
  .faq-divider { gap: 12px; }
  .faq-divider span { white-space: normal; }
}
