:root {
  --bg-base: #00060d;
  --glow-deep: #011d47;
  --glow-mid: #0065f7;
  --highlight: #2891e6;
  --text-main: #f5f9ff;
  --text-soft: rgba(245, 249, 255, 0.72);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background: var(--bg-base);
  color: var(--text-main);
  overflow-x: hidden;
  position: relative;
}

html {
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}

body::before {
  z-index: 1;
  background:
    radial-gradient(38% 30% at 14% 18%, rgba(40, 145, 230, 0.08), transparent 74%),
    radial-gradient(42% 34% at 82% 38%, rgba(0, 101, 247, 0.07), transparent 76%),
    radial-gradient(28% 26% at 50% 86%, rgba(40, 145, 230, 0.06), transparent 75%);
  opacity: 0.82;
}

body::after {
  z-index: 1;
  background:
    radial-gradient(circle at 8% 18%, rgba(245, 249, 255, 0.26) 0 1px, transparent 1.6px),
    radial-gradient(circle at 22% 73%, rgba(40, 145, 230, 0.24) 0 1.2px, transparent 1.8px),
    radial-gradient(circle at 37% 44%, rgba(245, 249, 255, 0.22) 0 0.9px, transparent 1.4px),
    radial-gradient(circle at 52% 11%, rgba(0, 101, 247, 0.22) 0 1px, transparent 1.5px),
    radial-gradient(circle at 66% 82%, rgba(245, 249, 255, 0.19) 0 1.1px, transparent 1.7px),
    radial-gradient(circle at 79% 28%, rgba(40, 145, 230, 0.2) 0 1px, transparent 1.6px),
    radial-gradient(circle at 91% 61%, rgba(245, 249, 255, 0.2) 0 0.9px, transparent 1.4px);
  opacity: 0.3;
  animation: particles-drift 16s ease-in-out infinite alternate;
}

.site-footer {
  width: 100%;
  margin: 0 auto;
  padding: 28px 16px 30px;
  text-align: center;
  background: #00060d;
  border-top: 0;
  position: relative;
  z-index: 2;
}

.footer-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.footer-logo {
  display: block;
  width: min(100%, 210px);
  margin: 0 auto 12px;
  height: auto;
}

.footer-brand {
  margin: 0 0 8px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 249, 255, 0.95);
}

.footer-copy {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(245, 249, 255, 0.55);
}

.footer-copy span {
  color: #2891e6;
  font-weight: 700;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  min-height: 50vh;
  height: auto;
  overflow: visible;
  background: var(--bg-base);
  z-index: 2;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  display: block;
  pointer-events: none;
  z-index: 0;
}

.hero-bg-desktop {
  display: none;
}

.hero-vignette {
  display: none;
}

.hero-beams {
  display: none;
}

.hero-money {
  display: none;
}

.hero-money-left {
  left: -58px;
  top: 24%;
  transform: rotate(-18deg);
  animation: float-left 10s ease-in-out infinite;
}

.hero-money-right {
  right: -64px;
  top: 42%;
  transform: rotate(18deg);
  animation: float-right 12s ease-in-out infinite;
}

@keyframes float-left {
  0%,
  100% {
    transform: translateY(0) rotate(-18deg);
  }
  50% {
    transform: translateY(-10px) rotate(-14deg);
  }
}

@keyframes float-right {
  0%,
  100% {
    transform: translateY(0) rotate(18deg);
  }
  50% {
    transform: translateY(12px) rotate(14deg);
  }
}

.topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 22px 12px;
  border-radius: 0;
  border-bottom: 1px solid rgba(87, 157, 235, 0.18);
  background: rgba(2, 14, 34, 0.52);
  backdrop-filter: blur(10px);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-box {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--text-main);
  border: 1px solid rgba(40, 145, 230, 0.65);
  background: rgba(0, 101, 247, 0.3);
}

.logo-text {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: rgba(245, 249, 255, 0.78);
}

.topbar-note {
  margin: 0;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 0 8px rgba(40, 145, 230, 0.55), 0 0 18px rgba(0, 101, 247, 0.42);
  animation: topbar-neon-pulse 2.4s ease-in-out infinite;
}

.topbar-cta {
  display: none;
}

.topbar-cta {
  justify-self: end;
  text-decoration: none;
  color: white;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 12px 18px;
  border-radius: 11px;
  background: linear-gradient(120deg, var(--glow-mid), var(--highlight));
  box-shadow: 0 0 0 1px rgba(40, 145, 230, 0.35), 0 10px 24px rgba(0, 101, 247, 0.45);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.topbar-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 26px rgba(40, 145, 230, 0.55), 0 12px 26px rgba(0, 101, 247, 0.56);
}

.hero-content {
  position: relative;
  z-index: 3;
  min-height: 50vh;
  height: auto;
  width: 100%;
  margin: 0 auto;
  padding: 54px 12px 15px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.hero-content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 6, 13, 0) 0%, rgba(0, 6, 13, 0.42) 45%, #00060d 92%);
  z-index: 3;
  pointer-events: none;
}

.person-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: bottom center;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}

.person-glow {
  display: none;
}

.person {
  width: auto;
  max-width: 100%;
  max-height: 26vh;
  height: 26vh;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
  filter: none;
}

.copy {
  text-align: center;
  position: relative;
  z-index: 4;
  max-width: 100%;
  margin-top: 64px;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(40, 145, 230, 0.35);
  background: rgba(0, 6, 13, 0.62);
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--highlight);
  box-shadow: 0 0 12px rgba(40, 145, 230, 0.78);
  animation: live-dot-pulse 1.7s ease-in-out infinite;
}

.badge strong {
  color: var(--highlight);
}

.badge-count {
  display: inline-block;
  min-width: 4.7ch;
  text-align: right;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.badge-count.is-updating {
  opacity: 0.78;
  transform: translateY(-1px);
}

h1 {
  margin: 5px 0;
  font-size: clamp(2rem, 5.2vw, 4.2rem);
  line-height: 1.05;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

h1 span {
  color: var(--highlight);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

.subhead {
  margin: 0 auto;
  max-width: 92%;
  font-size: clamp(0.95rem, 1.3vw, 1.18rem);
  line-height: 1.3;
  color: var(--text-soft);
}

.subhead span {
  color: rgba(40, 145, 230, 0.95);
}

.main-cta {
  margin-top: 9px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: white;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 21px;
  border-radius: 0;
  background: linear-gradient(125deg, var(--glow-mid), var(--highlight));
  filter: brightness(1.08);
  box-shadow: 0 0 34px rgba(40, 145, 230, 0.62), 0 14px 34px rgba(0, 101, 247, 0.62);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  animation: cta-gradient-shift 4.8s ease-in-out infinite, cta-bob 2.8s ease-in-out infinite;
}

.main-cta::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 34%;
  left: -42%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.42) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  animation: cta-shine 2.9s ease-in-out infinite;
  pointer-events: none;
}

.main-cta:hover {
  filter: brightness(1.12);
  box-shadow: 0 0 40px rgba(40, 145, 230, 0.72), 0 18px 38px rgba(0, 101, 247, 0.72);
}

.section-cta {
  margin-top: 16px;
}

.hero-stats-section {
  margin-top: 28px;
  padding-bottom: 26px;
}

.hero-stats {
  --stats-primary: #2891e6;
  --stats-glow: #0065f7;
  --stats-dark: #011d47;
  margin: 28px auto 0;
  width: min(100%, 370px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
}

.hero-stat-card {
  padding: 10px 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(40, 145, 230, 0.28);
  background: #0a0a0a;
  box-shadow: inset 0 0 18px rgba(1, 29, 71, 0.45), 0 8px 22px rgba(0, 0, 0, 0.36);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  animation: stat-glow-pulse 4.2s ease-in-out infinite;
}

.hero-stat-card:nth-child(2) {
  animation-delay: 0.7s;
}

.hero-stat-card:nth-child(3) {
  animation-delay: 1.4s;
}

.hero-stat-card:hover {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(40, 145, 230, 0.52);
  box-shadow: inset 0 0 22px rgba(0, 101, 247, 0.28), 0 0 18px rgba(40, 145, 230, 0.24), 0 12px 26px rgba(0, 0, 0, 0.42);
}

.hero-stat-icon {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  border: 1px solid color-mix(in srgb, var(--stats-primary) 58%, transparent);
  background: radial-gradient(
    circle at 30% 20%,
    color-mix(in srgb, var(--stats-primary) 34%, transparent),
    color-mix(in srgb, var(--stats-dark) 72%, #0a0a0a)
  );
  box-shadow: inset 0 0 14px color-mix(in srgb, var(--stats-glow) 34%, transparent),
    0 0 18px color-mix(in srgb, var(--stats-glow) 28%, transparent);
}

.hero-stat-icon-svg {
  width: 18px;
  height: 18px;
  stroke: var(--stats-primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-stat-value {
  margin: 0;
  font-size: clamp(1.58rem, 3.4vw, 2.55rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--stats-primary);
  text-transform: uppercase;
  text-shadow: 0 0 12px color-mix(in srgb, var(--stats-glow) 46%, transparent);
}

.hero-stat-title {
  margin: 6px 0 0;
  font-size: 0.94rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245, 249, 255, 0.93);
}

.hero-ribbons {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: none;
  height: 148px;
  margin: 18px auto 0;
  display: grid;
  place-items: center;
  perspective: 760px;
}

.hero-ribbon {
  position: absolute;
  left: 50%;
  width: 112vw;
  max-width: none;
  height: 56px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(40, 145, 230, 0.24);
  background: linear-gradient(
    115deg,
    rgba(40, 145, 230, 0.18),
    rgba(1, 29, 71, 0.12),
    rgba(0, 101, 247, 0.14)
  );
  backdrop-filter: blur(22px) saturate(112%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 -1px 0 rgba(255, 255, 255, 0.06),
    inset 0 0 18px rgba(40, 145, 230, 0.14), 0 10px 26px rgba(0, 0, 0, 0.28);
}

.hero-ribbon::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 14px;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.hero-ribbon-a {
  transform: translateX(-50%) rotate(-6deg) translateY(-18px) rotateX(11deg);
  z-index: 2;
}

.hero-ribbon-b {
  transform: translateX(-50%) rotate(6deg) translateY(18px) rotateX(-11deg);
  z-index: 1;
}

.hero-ribbon-track {
  white-space: nowrap;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(220, 238, 255, 0.42);
  text-shadow: 0 0 8px rgba(40, 145, 230, 0.18);
  filter: blur(0.12px);
  transform: translateZ(0);
}

@keyframes topbar-neon-pulse {
  0%,
  100% {
    opacity: 0.92;
    text-shadow: 0 0 8px rgba(40, 145, 230, 0.5), 0 0 16px rgba(0, 101, 247, 0.36);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(40, 145, 230, 0.76), 0 0 24px rgba(0, 101, 247, 0.56);
  }
}

@keyframes live-dot-pulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(40, 145, 230, 0.62);
  }
  50% {
    transform: scale(1.2);
    box-shadow: 0 0 16px rgba(40, 145, 230, 0.95), 0 0 24px rgba(0, 101, 247, 0.6);
  }
}

@keyframes cta-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes cta-shine {
  0%,
  18% {
    left: -42%;
  }
  46%,
  100% {
    left: 128%;
  }
}

@keyframes cta-gradient-shift {
  0%,
  100% {
    filter: brightness(1.08);
  }
  50% {
    filter: brightness(1.12);
  }
}

@keyframes stat-glow-pulse {
  0%,
  100% {
    box-shadow: inset 0 0 16px rgba(1, 29, 71, 0.4), 0 8px 20px rgba(0, 0, 0, 0.34);
  }
  50% {
    box-shadow: inset 0 0 22px rgba(0, 101, 247, 0.22), 0 0 12px rgba(40, 145, 230, 0.22), 0 10px 24px rgba(0, 0, 0, 0.4);
  }
}

@keyframes particles-drift {
  0% {
    transform: translateY(0);
    opacity: 0.26;
  }
  100% {
    transform: translateY(-8px);
    opacity: 0.34;
  }
}

@keyframes card-glow-pulse {
  0%,
  100% {
    box-shadow: inset 0 0 14px rgba(0, 101, 247, 0.1), 0 10px 22px rgba(0, 0, 0, 0.3), 0 0 8px rgba(40, 145, 230, 0.08);
  }
  50% {
    box-shadow: inset 0 0 20px rgba(0, 101, 247, 0.18), 0 12px 26px rgba(0, 0, 0, 0.34), 0 0 14px rgba(40, 145, 230, 0.16);
  }
}

.meta {
  margin-top: 6px;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: rgba(245, 249, 255, 0.58);
  text-transform: uppercase;
}

.games-section {
  width: 100%;
  background: #00060d;
  margin-top: 12px;
  padding: 12px 0 22px;
  position: relative;
  z-index: 3;
}

.games-wrap {
  width: min(100%, 390px);
  margin: 0 auto;
  text-align: center;
}

.games-arrow {
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  color: #2891e6;
  filter: drop-shadow(0 0 8px rgba(40, 145, 230, 0.42));
  position: relative;
  z-index: 4;
}

.games-arrow svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.games-label {
  margin: 0;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(122, 186, 247, 0.95);
}

.games-title {
  margin: 5px 0 6px;
  font-size: clamp(1.4rem, 5vw, 2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2891e6;
}

.games-subtext {
  margin: 0 auto;
  max-width: 90%;
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(245, 249, 255, 0.72);
}

.games-carousel {
  margin-top: 12px;
  width: 100%;
  overflow: hidden;
}

.games-track-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.games-track {
  --games-card-width: 184px;
  --games-card-gap: 12px;
  --games-set-size: 6;
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: var(--games-card-gap);
  animation: games-scroll 34s linear infinite;
  will-change: transform;
}

@keyframes games-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(
      calc(-1 * (var(--games-card-width) + var(--games-card-gap)) * var(--games-set-size))
    );
  }
}

.game-card {
  position: relative;
  flex: 0 0 184px;
  width: 184px;
  padding: 14px 12px 15px;
  border-radius: 14px;
  text-align: left;
  background: linear-gradient(165deg, rgba(1, 29, 71, 0.32), rgba(10, 10, 10, 0.9));
  border: 1px solid rgba(40, 145, 230, 0.25);
  box-shadow: inset 0 0 14px rgba(0, 101, 247, 0.18), 0 10px 24px rgba(0, 0, 0, 0.34);
}

.game-thumb-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 11px;
  border: 1px solid rgba(40, 145, 230, 0.3);
  margin-bottom: 11px;
  display: block;
}

.game-name {
  margin: 0;
  min-height: 2.45em;
  font-size: 0.84rem;
  line-height: 1.2;
  font-weight: 700;
  color: rgba(245, 249, 255, 0.97);
}

.game-accuracy {
  margin: 7px 0 9px;
  font-size: 0.72rem;
  line-height: 1.1;
  color: rgba(245, 249, 255, 0.78);
}

.game-progress {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(1, 29, 71, 0.72);
  overflow: hidden;
}

.game-badge {
  position: absolute;
  top: 11px;
  right: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(120deg, #0065f7, #2891e6);
  box-shadow: 0 0 10px rgba(40, 145, 230, 0.35);
}

.game-accuracy strong {
  color: #2891e6;
}

.game-progress-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(120deg, #0065f7, #2891e6);
  box-shadow: 0 0 10px rgba(40, 145, 230, 0.4);
}

.game-progress-88 {
  width: 88%;
}

.game-progress-90 {
  width: 90%;
}

.game-progress-89 {
  width: 89%;
}

.game-progress-91 {
  width: 91%;
}

.game-progress-92 {
  width: 92%;
}

.process-section {
  width: 100%;
  background: #00060d;
  padding: 38px 12px 40px;
}

.process-wrap {
  width: min(100%, 390px);
  margin: 0 auto;
  text-align: center;
}

.process-label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2891e6;
}

.process-title {
  margin: 6px 0 8px;
  font-size: clamp(1.4rem, 5vw, 2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2891e6;
}

.process-title span {
  color: rgba(245, 249, 255, 0.98);
}

.process-subtext {
  margin: 0 auto;
  max-width: 90%;
  font-size: 0.95rem;
  line-height: 1.35;
  color: rgba(245, 249, 255, 0.72);
}

.process-steps {
  margin-top: 16px;
  display: grid;
  gap: 14px;
}

.process-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 176px;
  padding: 28px 22px 28px 24px;
  border-radius: 16px;
  border: 1px solid rgba(40, 145, 230, 0.28);
  background: linear-gradient(160deg, rgba(1, 29, 71, 0.28), rgba(10, 10, 10, 0.88));
  box-shadow: inset 0 0 16px rgba(0, 101, 247, 0.16), 0 10px 22px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  animation: card-glow-pulse 9s ease-in-out infinite;
}

.process-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(40, 145, 230, 0.46);
  background: radial-gradient(circle at 30% 20%, rgba(40, 145, 230, 0.4), rgba(1, 29, 71, 0.82));
  box-shadow: inset 0 0 12px rgba(0, 101, 247, 0.34), 0 0 16px rgba(40, 145, 230, 0.18);
}

.process-icon-svg {
  width: 23px;
  height: 23px;
  stroke: #2891e6;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-content {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-right: 66px;
  padding-left: 4px;
}

.process-step-label {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(148, 203, 255, 0.94);
}

.process-step-title {
  margin: 7px 0 10px;
  font-size: 1.62rem;
  line-height: 1.2;
  font-weight: 700;
  color: rgba(245, 249, 255, 0.98);
}

.process-step-desc {
  margin: 0;
  font-size: 1.04rem;
  line-height: 1.38;
  color: rgba(245, 249, 255, 0.76);
}

.process-step-number {
  position: absolute;
  right: 16px;
  top: 14px;
  font-size: 3.35rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(40, 145, 230, 0.2);
  pointer-events: none;
  z-index: 1;
}

.profile-section {
  width: 100%;
  background: #00060d;
  padding: 38px 12px 42px;
}

.profile-wrap {
  width: min(100%, 390px);
  margin: 0 auto;
  text-align: center;
}

.profile-label {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2891e6;
}

.profile-name {
  margin: 8px 0 6px;
  font-size: clamp(1.8rem, 7vw, 2.8rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(245, 249, 255, 0.98);
}

.profile-stats {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.profile-stat-card {
  width: 100%;
  padding: 22px 20px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid rgba(40, 145, 230, 0.28);
  background: linear-gradient(160deg, rgba(1, 29, 71, 0.28), rgba(10, 10, 10, 0.9));
  box-shadow: inset 0 0 18px rgba(0, 101, 247, 0.16), 0 12px 28px rgba(0, 0, 0, 0.3);
  animation: card-glow-pulse 9s ease-in-out infinite;
  animation-delay: 0.5s;
}

.profile-stat-label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2891e6;
}

.profile-stat-value {
  margin: 9px 0 7px;
  font-size: clamp(1.55rem, 6.4vw, 2.25rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(245, 249, 255, 0.99);
}

.profile-stat-desc {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.35;
  color: rgba(245, 249, 255, 0.74);
}

.profile-description {
  margin: 12px auto 0;
  max-width: 95%;
  font-size: 1.05rem;
  line-height: 1.35;
  color: rgba(245, 249, 255, 0.86);
}

.testimonials-section {
  width: 100%;
  background: #00060d;
  padding: 38px 0 42px;
}

.testimonials-wrap {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 0 12px;
  text-align: center;
}

.testimonials-badge {
  width: fit-content;
  margin: 0 auto;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(40, 145, 230, 0.34);
  background: rgba(1, 29, 71, 0.36);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2891e6;
}

.testimonials-title {
  margin: 8px 0 7px;
  font-size: clamp(1.4rem, 5vw, 2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgba(245, 249, 255, 0.98);
}

.testimonials-subtitle {
  margin: 0 auto;
  max-width: 94%;
  font-size: 0.84rem;
  line-height: 1.35;
  color: rgba(245, 249, 255, 0.72);
}

.testimonials-lanes {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.testimonials-cta-wrap {
  width: min(100%, 390px);
  margin: 12px auto 0;
  padding: 0 12px;
  text-align: center;
}

.testimonials-row {
  width: 100%;
  overflow: hidden;
}

.testimonials-track {
  --testimonial-card-width: 264px;
  --testimonial-gap: 14px;
  --testimonial-set-size: 4;
  width: max-content;
  display: flex;
  align-items: stretch;
  gap: var(--testimonial-gap);
  will-change: transform;
}

.testimonials-row-top .testimonials-track {
  animation: testimonials-left 34s linear infinite;
}

.testimonials-row-bottom .testimonials-track {
  animation: testimonials-right 34s linear infinite;
}

@keyframes testimonials-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(
      calc(-1 * (var(--testimonial-card-width) + var(--testimonial-gap)) * var(--testimonial-set-size))
    );
  }
}

@keyframes testimonials-right {
  from {
    transform: translateX(
      calc(-1 * (var(--testimonial-card-width) + var(--testimonial-gap)) * var(--testimonial-set-size))
    );
  }
  to {
    transform: translateX(0);
  }
}

.testimonial-card {
  position: relative;
  flex: 0 0 var(--testimonial-card-width);
  width: var(--testimonial-card-width);
  min-height: 214px;
  padding: 20px 18px 18px;
  border-radius: 16px;
  border: 1px solid rgba(40, 145, 230, 0.26);
  background: linear-gradient(165deg, rgba(1, 29, 71, 0.26), rgba(10, 10, 10, 0.9));
  box-shadow: inset 0 0 18px rgba(0, 101, 247, 0.16), 0 12px 26px rgba(0, 0, 0, 0.34);
  animation: card-glow-pulse 10s ease-in-out infinite;
  animation-delay: 0.9s;
}

.testimonial-avatar {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(40, 145, 230, 0.4);
  box-shadow: 0 0 12px rgba(40, 145, 230, 0.22);
}

.testimonial-profit {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #2891e6;
}

.testimonial-member {
  margin: 8px 0 0;
  font-size: 0.72rem;
  line-height: 1.2;
  color: rgba(245, 249, 255, 0.66);
}

.testimonial-rating {
  margin: 11px 0 10px;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  color: rgba(245, 249, 255, 0.95);
}

.testimonial-proof {
  width: 52%;
  max-width: 144px;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  object-position: center;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  border: 1px solid rgba(40, 145, 230, 0.26);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.32);
}

.testimonial-text {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.42;
  color: rgba(245, 249, 255, 0.78);
}

.faq-section {
  width: 100%;
  background: #00060d;
  padding: 38px 12px 42px;
}

.faq-wrap {
  width: min(100%, 390px);
  margin: 0 auto;
  text-align: center;
}

.faq-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #2891e6;
}

.faq-title {
  margin: 7px 0 7px;
  font-size: clamp(1.4rem, 5vw, 2rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2891e6;
}

.faq-title span {
  color: rgba(245, 249, 255, 0.98);
}

.faq-subtitle {
  margin: 0 auto;
  max-width: 92%;
  font-size: 0.88rem;
  line-height: 1.35;
  color: rgba(245, 249, 255, 0.72);
}

.faq-list {
  margin-top: 14px;
  display: grid;
  gap: 16px;
}

.faq-item {
  border-radius: 16px;
  border: 1px solid rgba(40, 145, 230, 0.26);
  background: linear-gradient(165deg, rgba(1, 29, 71, 0.24), rgba(10, 10, 10, 0.9));
  box-shadow: inset 0 0 16px rgba(0, 101, 247, 0.14), 0 10px 22px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: card-glow-pulse 9.4s ease-in-out infinite;
  animation-delay: 1.2s;
}

.faq-question {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 22px 18px;
  text-align: left;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #2891e6;
  border: 1px solid rgba(40, 145, 230, 0.44);
  box-shadow: inset 0 0 10px rgba(0, 101, 247, 0.24), 0 0 10px rgba(40, 145, 230, 0.16);
}

.faq-question-text {
  font-size: 1.14rem;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(245, 249, 255, 0.98);
}

.faq-toggle {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}

.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: #2891e6;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
  opacity: 0;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}

.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer p {
  margin: 0;
  overflow: hidden;
  padding: 0 18px 22px 74px;
  font-size: 1rem;
  line-height: 1.46;
  text-align: left;
  color: rgba(245, 249, 255, 0.8);
}

.guarantee-section {
  width: 100%;
  background: #00060d;
  padding: 36px 12px 40px;
}

.guarantee-wrap {
  width: min(100%, 390px);
  margin: 0 auto;
}

.guarantee-card {
  width: 100%;
  padding: 32px 24px 30px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid rgba(255, 45, 45, 0.58);
  background: linear-gradient(168deg, rgba(22, 8, 8, 0.95), rgba(10, 10, 10, 0.96));
  box-shadow: inset 0 0 18px rgba(122, 12, 12, 0.42), 0 16px 36px rgba(0, 0, 0, 0.42),
    0 0 26px rgba(229, 9, 20, 0.28);
}

.guarantee-badge {
  width: fit-content;
  margin: 0 auto 9px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: linear-gradient(120deg, #e50914, #ff2d2d);
  box-shadow: 0 0 16px rgba(229, 9, 20, 0.42);
}

.guarantee-title {
  margin: 0;
  font-size: clamp(1.7rem, 7.6vw, 2.4rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: rgba(255, 248, 232, 0.98);
}

.guarantee-value {
  margin: 10px 0 8px;
  font-size: clamp(3rem, 15vw, 4.4rem);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ff2d2d;
  text-shadow: 0 0 14px rgba(255, 45, 45, 0.48), 0 0 28px rgba(229, 9, 20, 0.34);
}

.guarantee-description {
  margin: 0 auto;
  max-width: 96%;
  font-size: 1rem;
  line-height: 1.42;
  color: rgba(255, 245, 224, 0.86);
}

.guarantee-final-line {
  margin: 12px 0 0;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: 700;
  color: rgba(255, 214, 214, 0.98);
}

.guarantee-cta {
  margin-top: 14px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 94, 94, 0.72);
  background: linear-gradient(120deg, #e50914, #ff2d2d);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px rgba(255, 109, 109, 0.34), 0 14px 30px rgba(122, 12, 12, 0.48),
    0 0 20px rgba(229, 9, 20, 0.42);
  transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease;
}

.guarantee-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 0 0 1px rgba(255, 125, 125, 0.44), 0 18px 36px rgba(122, 12, 12, 0.58),
    0 0 26px rgba(229, 9, 20, 0.5);
}

.final-cta-section {
  width: 100%;
  background: #00060d;
  padding: 38px 12px 42px;
}

.final-cta-wrap {
  width: min(100%, 390px);
  margin: 0 auto;
  text-align: center;
}

.final-cta-label {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2891e6;
}

.final-cta-title {
  margin: 7px 0 8px;
  font-size: clamp(1.8rem, 8.2vw, 2.8rem);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #2891e6;
}

.final-cta-title span {
  color: rgba(245, 249, 255, 0.99);
}

.final-cta-subtext {
  margin: 0 auto;
  max-width: 94%;
  font-size: 1rem;
  line-height: 1.4;
  color: rgba(245, 249, 255, 0.78);
}

.final-cta-benefits {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
}

.final-cta-benefits p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.25;
  font-weight: 600;
  color: rgba(245, 249, 255, 0.86);
}

@media (min-width: 1024px) {
  .hero {
    max-width: 100%;
    min-height: 700px;
  }

  .topbar {
    justify-content: center;
    padding: 26px 20px;
  }

  .hero-content {
    max-width: 960px;
    min-height: 700px;
    padding: 96px 28px 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .copy {
    margin-top: 0;
    max-width: 760px;
    text-align: center;
  }

  .badge,
  h1,
  .subhead {
    text-align: center;
  }

  h1 {
    font-size: clamp(2.6rem, 4.3vw, 4.3rem);
  }

  .subhead {
    max-width: 760px;
    font-size: 1.08rem;
  }

  .main-cta {
    margin-top: 16px;
  }

  .hero-bg {
    display: none;
  }

  .hero-bg-desktop {
    display: none;
  }

  .hero-stats-section {
    margin-top: 24px;
    max-width: 760px;
  }

  .hero-stats {
    width: min(100%, 620px);
    gap: 12px;
  }

  .hero-ribbons {
    display: none;
  }

  .games-section,
  .process-section,
  .profile-section,
  .testimonials-section,
  .faq-section,
  .guarantee-section,
  .final-cta-section {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .games-wrap,
  .process-wrap,
  .profile-wrap,
  .testimonials-wrap,
  .faq-wrap,
  .guarantee-wrap,
  .final-cta-wrap,
  .testimonials-cta-wrap {
    width: min(100%, 1240px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .games-track {
    --games-card-width: 208px;
    --games-card-gap: 16px;
  }

  .testimonials-lanes {
    width: min(100%, 1240px);
    margin: 20px auto 0;
    padding: 0 24px;
    gap: 18px;
  }

  .testimonials-track {
    --testimonial-card-width: 290px;
    --testimonial-gap: 18px;
  }

  .process-steps {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .profile-stats {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .profile-description {
    max-width: 880px;
  }

  .faq-list {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  .guarantee-card {
    max-width: 820px;
    margin: 0 auto;
  }

  .final-cta-subtext {
    max-width: 860px;
  }

  .final-cta-benefits {
    justify-content: center;
    gap: 12px 22px;
  }

  .site-footer {
    padding-top: 34px;
    padding-bottom: 36px;
  }
}

@media (max-width: 980px) {
  .topbar {
    gap: 10px;
    text-align: center;
  }

  .logo-wrap {
    justify-self: center;
  }

  .person-wrap {
    width: 100%;
    bottom: 0;
    transform: translateX(-50%);
  }

  .copy {
    margin-top: 52px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .hero {
    min-height: 50vh;
    height: auto;
  }

  .topbar {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 18px 10px;
    min-height: 0;
    border-radius: 0;
    gap: 0;
    text-align: center;
  }

  .logo-wrap {
    justify-self: center;
  }

  .topbar-note {
    display: block;
    font-size: 12px;
    letter-spacing: 0.07em;
  }

  .logo-text {
    font-size: 0.58rem;
    letter-spacing: 0.05em;
  }

  .hero-content {
    min-height: 50vh;
    height: auto;
    padding: 36px 8px 0;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .copy {
    margin-top: 286px;
    max-width: 100%;
  }

  h1 {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 7.1vw, 2rem);
    line-height: 0.94;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .badge {
    font-size: 0.78rem;
    padding: 7px 12px;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
  }

  .subhead {
    margin: 0 auto;
    max-width: 92%;
    font-size: 0.74rem;
    line-height: 1.08;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .main-cta {
    width: 100%;
    max-width: 300px;
    margin-top: 22px;
    padding: 18px 16px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.045em;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #1f7ee3;
    filter: brightness(1.08);
    box-shadow: 0 0 24px rgba(40, 145, 230, 0.54), 0 12px 24px rgba(0, 14, 34, 0.56);
  }

  .section-cta {
    margin-top: 14px;
  }

  .main-cta::after {
    content: "→";
    font-size: 1em;
    line-height: 1;
  }

  .hero-stats-section {
    margin-top: 26px;
    padding-bottom: 22px;
  }

  .hero-stats {
    margin-top: 0;
    width: min(100%, 374px);
    gap: 6px;
  }

  .hero-stat-card {
    padding: 9px 6px 10px;
    border-radius: 10px;
  }

  .hero-stat-icon {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
    border-radius: 8px;
  }

  .hero-stat-icon-svg {
    width: 15px;
    height: 15px;
  }

  .hero-stat-value {
    font-size: clamp(1.24rem, 5.9vw, 1.76rem);
    letter-spacing: 0.01em;
  }

  .hero-stat-title {
    font-size: 0.66rem;
    letter-spacing: 0.04em;
  }

  .hero-ribbons {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    height: 132px;
    margin-top: 16px;
  }

  .hero-ribbon {
    width: 114vw;
    height: 48px;
    padding: 0;
  }

  .hero-ribbon-a {
    transform: translateX(-50%) rotate(-5deg) translateY(-16px) rotateX(9deg);
  }

  .hero-ribbon-b {
    transform: translateX(-50%) rotate(5deg) translateY(16px) rotateX(-9deg);
  }

  .hero-ribbon-track {
    font-size: 0.56rem;
    letter-spacing: 0.14em;
  }

  .meta {
    font-size: 0.5rem;
    margin-top: 3px;
    letter-spacing: 0.06em;
  }

  .person-wrap {
    width: 100%;
    bottom: 12vh;
    transform: translateX(-50%);
  }

  .person-glow {
    display: none;
  }

  .person {
    height: 36vh;
    width: auto;
    max-height: 36vh;
    object-fit: cover;
    object-position: center 18%;
    transform: none;
  }

  .hero-money {
    width: 160px;
    height: 230px;
    opacity: 0.06;
  }

  .hero-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
  }

  .site-footer {
    padding: 22px 14px 24px;
  }

  .footer-logo {
    width: min(100%, 178px);
    margin-bottom: 10px;
  }

  .footer-brand {
    margin-bottom: 7px;
    font-size: 0.88rem;
  }

  .footer-copy {
    font-size: 0.7rem;
  }

  .games-section {
    margin-top: 10px;
    padding: 10px 0 18px;
  }

  .games-arrow {
    margin-bottom: 9px;
  }

  .games-label {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
  }

  .games-title {
    margin-top: 4px;
    font-size: clamp(1.18rem, 6.4vw, 1.72rem);
  }

  .games-subtext {
    max-width: 94%;
    font-size: 0.7rem;
  }

  .games-carousel {
    margin-top: 10px;
  }

  .games-track {
    --games-card-width: 152px;
    --games-card-gap: 10px;
    gap: var(--games-card-gap);
    animation-duration: 30s;
  }

  .game-card {
    flex-basis: 152px;
    width: 152px;
    padding: 11px 9px 12px;
    border-radius: 12px;
  }

  .game-badge {
    top: 9px;
    right: 9px;
    padding: 2px 7px;
    font-size: 0.5rem;
  }

  .game-name {
    min-height: 2.3em;
    font-size: 0.68rem;
  }

  .game-accuracy {
    margin: 6px 0 8px;
    font-size: 0.6rem;
  }

  .game-progress {
    height: 7px;
  }

  .process-section {
    padding: 32px 10px 34px;
  }

  .process-label {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
  }

  .process-title {
    margin: 6px 0 7px;
    font-size: clamp(1.18rem, 6.4vw, 1.72rem);
    line-height: 1;
  }

  .process-subtext {
    max-width: 94%;
    font-size: 0.86rem;
  }

  .process-steps {
    margin-top: 14px;
    gap: 12px;
  }

  .process-card {
    min-height: 154px;
    padding: 24px 16px 24px 14px;
    border-radius: 14px;
    gap: 14px;
  }

  .process-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .process-icon-svg {
    width: 20px;
    height: 20px;
  }

  .process-content {
    padding-right: 56px;
    padding-left: 3px;
  }

  .process-step-label {
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .process-step-title {
    margin: 5px 0 6px;
    font-size: 1.24rem;
  }

  .process-step-desc {
    font-size: 0.87rem;
    line-height: 1.3;
  }

  .process-step-number {
    right: 12px;
    top: 11px;
    font-size: 2.7rem;
  }

  .profile-section {
    padding: 32px 10px 34px;
  }

  .profile-label {
    font-size: 0.84rem;
    letter-spacing: 0.13em;
  }

  .profile-name {
    margin-top: 7px;
    font-size: clamp(1.58rem, 8.2vw, 2.25rem);
  }

  .profile-stats {
    margin-top: 12px;
    gap: 12px;
  }

  .profile-stat-card {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .profile-stat-label {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .profile-stat-value {
    margin: 8px 0 6px;
    font-size: clamp(1.28rem, 7.6vw, 1.9rem);
  }

  .profile-stat-desc {
    font-size: 0.81rem;
  }

  .profile-description {
    margin-top: 10px;
    font-size: 0.92rem;
  }

  .testimonials-section {
    padding: 32px 0 36px;
  }

  .testimonials-wrap {
    padding: 0 10px;
  }

  .testimonials-badge {
    padding: 5px 12px;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
  }

  .testimonials-title {
    margin: 7px 0 6px;
    font-size: clamp(1.18rem, 6.4vw, 1.72rem);
  }

  .testimonials-subtitle {
    font-size: 0.74rem;
  }

  .testimonials-lanes {
    margin-top: 12px;
    gap: 10px;
  }

  .testimonials-cta-wrap {
    margin-top: 10px;
    padding: 0 10px;
  }

  .testimonials-track {
    --testimonial-card-width: 236px;
    --testimonial-gap: 10px;
  }

  .testimonials-row-top .testimonials-track,
  .testimonials-row-bottom .testimonials-track {
    animation-duration: 30s;
  }

  .testimonial-card {
    min-height: 196px;
    padding: 16px 14px 15px;
    border-radius: 14px;
  }

  .testimonial-avatar {
    top: 10px;
    right: 10px;
    width: 42px;
    height: 42px;
  }

  .testimonial-profit {
    font-size: 1.34rem;
  }

  .testimonial-member {
    margin-top: 7px;
    font-size: 0.64rem;
  }

  .testimonial-rating {
    margin: 9px 0 8px;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }

  .testimonial-proof {
    width: 52%;
    max-width: 126px;
    margin-bottom: 8px;
    border-radius: 9px;
  }

  .testimonial-text {
    font-size: 0.82rem;
    line-height: 1.38;
  }

  .faq-section {
    padding: 32px 10px 34px;
  }

  .faq-label {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
  }

  .faq-title {
    margin: 6px 0 6px;
    font-size: clamp(1.18rem, 6.4vw, 1.72rem);
  }

  .faq-subtitle {
    font-size: 0.78rem;
  }

  .faq-list {
    margin-top: 12px;
    gap: 12px;
  }

  .faq-question {
    padding: 18px 14px;
    gap: 12px;
  }

  .faq-number {
    width: 36px;
    height: 36px;
    font-size: 0.72rem;
  }

  .faq-question-text {
    font-size: 0.96rem;
    line-height: 1.28;
  }

  .faq-toggle {
    width: 20px;
    height: 20px;
  }

  .faq-answer p {
    padding: 0 14px 18px 62px;
    font-size: 0.88rem;
  }

  .guarantee-section {
    padding: 30px 10px 32px;
  }

  .guarantee-card {
    padding: 26px 16px 24px;
    border-radius: 16px;
  }

  .guarantee-badge {
    margin-bottom: 12px;
    padding: 6px 14px;
    font-size: 0.7rem;
  }

  .guarantee-title {
    font-size: clamp(1.4rem, 7.8vw, 1.95rem);
  }

  .guarantee-value {
    margin: 8px 0 7px;
    font-size: clamp(2.6rem, 17vw, 3.6rem);
  }

  .guarantee-description {
    font-size: 0.88rem;
    line-height: 1.38;
  }

  .guarantee-final-line {
    margin-top: 10px;
    font-size: 0.96rem;
  }

  .guarantee-cta {
    margin-top: 12px;
    padding: 14px 14px;
    border-radius: 11px;
    font-size: 0.9rem;
  }

  .final-cta-section {
    padding: 32px 10px 34px;
  }

  .final-cta-label {
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }

  .final-cta-title {
    margin: 6px 0 7px;
    font-size: clamp(1.48rem, 8.8vw, 2.25rem);
  }

  .final-cta-subtext {
    font-size: 0.88rem;
    line-height: 1.36;
  }

  .final-cta-benefits {
    margin-top: 10px;
    display: grid;
    gap: 7px;
    justify-items: center;
  }

  .final-cta-benefits p {
    font-size: 0.82rem;
  }
}
