:root {
  --bg: #152036;
  --bg-soft: #1c2942;
  --graphite: #2a3550;
  --text: #f8faff;
  --muted: #c9d4e8;
  --gold: #d6a84a;
  --gold-soft: rgba(214, 168, 74, 0.34);
  --glass: rgba(255, 255, 255, 0.11);
  --glass-stroke: rgba(255, 255, 255, 0.22);
  --ok: #1f9f68;
  --tel: #2f8de0;
  --sig-cyan: #7fc8ff;
  --sig-blue: #3d78c4;
  --sig-ink: #0e1728;
  --ease: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  --mobile-gutter: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  min-height: 100vh;
  width: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
  overflow-x: clip;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

.bg-gradient,
.bg-light,
.particle-field {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -3;
}

.bg-gradient {
  background:
    radial-gradient(circle at 14% 14%, rgba(214, 168, 74, 0.17), transparent 40%),
    radial-gradient(circle at 86% 22%, rgba(121, 156, 225, 0.2), transparent 36%),
    linear-gradient(170deg, #162136 0%, #1a2740 40%, #1d2d49 100%);
}

.bg-light {
  z-index: -2;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.42;
}

.bg-light-a {
  top: -12vw;
  left: -9vw;
  background: rgba(214, 168, 74, 0.35);
  transform: translateY(calc(var(--scroll-depth, 0px) * -0.35));
}

.bg-light-b {
  right: -12vw;
  bottom: -9vw;
  background: rgba(102, 134, 201, 0.23);
  transform: translateY(calc(var(--scroll-depth, 0px) * 0.25));
}

.particle-field {
  z-index: -1;
}

.particle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.05));
  opacity: 0.16;
  animation: particleFloat linear infinite;
}

@keyframes particleFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -36px, 0);
  }
}

.page {
  width: min(100% - 16px, 1480px);
  margin-inline: auto;
  padding: 10px 0 34px;
  overflow-x: clip;
}

.section {
  position: relative;
  padding: 18px 0;
}

.hero {
  min-height: 100svh;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  padding-top: 12px;
}

.hero-3d-layer {
  position: absolute;
  border-radius: 28px;
  pointer-events: none;
  max-width: 100%;
}

.hero-3d-layer-a {
  width: 45vw;
  max-width: 250px;
  aspect-ratio: 1.1 / 1;
  top: 12%;
  right: -8%;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(214, 168, 74, 0.12));
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  transform: translate3d(var(--mx, 0px), var(--my, 0px), 0) rotate(8deg);
}

.hero-3d-layer-b {
  width: 34vw;
  max-width: 180px;
  aspect-ratio: 1 / 1.15;
  left: -6%;
  bottom: 14%;
  background: linear-gradient(170deg, rgba(79, 95, 133, 0.22), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(12px);
  transform: translate3d(calc(var(--mx, 0px) * -0.8), calc(var(--my, 0px) * -0.8), 0) rotate(-10deg);
}

.glass-card {
  background: var(--glass);
  border: 1px solid var(--glass-stroke);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 22px;
  box-shadow:
    0 12px 26px rgba(8, 14, 28, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.logo-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(158, 200, 255, 0.34);
  background:
    radial-gradient(circle at 11% 20%, rgba(214, 168, 74, 0.2), transparent 36%),
    radial-gradient(circle at 88% 80%, rgba(98, 172, 255, 0.2), transparent 42%),
    linear-gradient(145deg, rgba(35, 52, 82, 0.88), rgba(20, 34, 56, 0.94));
  box-shadow:
    0 14px 30px rgba(6, 12, 26, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.logo-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 168, 74, 0.06), rgba(214, 168, 74, 0.75), rgba(127, 200, 255, 0.75), rgba(127, 200, 255, 0.06));
  pointer-events: none;
}

.hero-top-row {
  width: min(100%, 430px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.lang-switch {
  position: static;
  flex: 0 0 auto;
  width: fit-content;
  display: inline-flex;
  gap: 4px;
  padding: 2px;
  border-radius: 10px;
  border: 1px solid rgba(166, 205, 255, 0.34);
  background: linear-gradient(150deg, rgba(20, 36, 58, 0.76), rgba(14, 26, 44, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.lang-btn {
  border: 1px solid rgba(176, 206, 246, 0.3);
  background: rgba(255, 255, 255, 0.07);
  color: #eef5ff;
  border-radius: 8px;
  min-height: 30px;
  min-width: 96px;
  padding: 0 8px;
  font-size: 0.67rem;
  font-weight: 700;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  transition: background var(--ease), border-color var(--ease), transform var(--ease);
}

.lang-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(195, 223, 255, 0.5);
  background: rgba(255, 255, 255, 0.09);
}

.lang-btn.is-active {
  background: linear-gradient(160deg, rgba(61, 120, 196, 0.5), rgba(127, 200, 255, 0.3));
  border-color: rgba(145, 202, 255, 0.76);
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(42, 122, 206, 0.28);
}

.lang-flag {
  width: 14px;
  height: 10px;
  border-radius: 2px;
  flex: 0 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.22) inset;
}

.flag-ru {
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 33.33%,
    #1f5bc4 33.33%,
    #1f5bc4 66.66%,
    #d1322e 66.66%,
    #d1322e 100%
  );
}

.flag-kz {
  background:
    radial-gradient(circle at 72% 50%, #f4c558 0 19%, transparent 21%),
    linear-gradient(
      to right,
      #f4c558 0%,
      #f4c558 14%,
      #00afca 14%,
      #00afca 100%
    );
}

.hero-proof-wrap {
  width: min(100%, 430px);
  margin-inline: auto;
  margin-top: 8px;
  margin-bottom: 10px;
}

.brand-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
  align-items: flex-start;
  gap: 1px;
  padding-left: 1px;
  color: var(--text);
  text-decoration: none;
}

.brand-kicker {
  display: block;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #f0c874;
  text-transform: uppercase;
  line-height: 1;
}

.brand-title {
  display: block;
  font-size: 1.07rem;
  font-weight: 800;
  letter-spacing: 0.005em;
  color: #f7fbff;
  text-shadow: 0 1px 1px rgba(5, 10, 22, 0.5);
  background: linear-gradient(180deg, #ffffff 4%, #e8f2ff 56%, #cfe3ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  line-height: 1.1;
}

.brand-sub {
  display: block;
  margin-top: 1px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #86d3ff;
  text-shadow: 0 0 10px rgba(85, 184, 255, 0.26);
  white-space: nowrap;
  opacity: 1;
}

.hero-content {
  width: min(100%, 1080px);
  margin-inline: auto;
  padding: 24px 14px 20px;
  display: grid;
  justify-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(124, 186, 255, 0.16), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.07));
  border-color: rgba(176, 216, 255, 0.26);
  box-shadow:
    0 20px 44px rgba(8, 14, 28, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: visible;
}

.eyebrow {
  margin: 0;
  color: var(--gold);
  font-size: 0.77rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.02em;
}

h1 {
  margin-top: 10px;
  max-width: 24ch;
  font-size: clamp(1.68rem, 4.6vw, 3rem);
  line-height: 1.08;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.subheadline {
  margin: 12px 0 0;
  max-width: 46ch;
  margin-inline: auto;
  font-size: clamp(1.02rem, 4.7vw, 1.3rem);
  line-height: 1.3;
  color: #e8ecf8;
  overflow-wrap: normal;
}

.trust-line {
  margin: 12px 0 0;
  max-width: 52ch;
  margin-inline: auto;
  color: #c4d0e8;
  font-size: 0.94rem;
  line-height: 1.35;
  overflow-wrap: normal;
}

.proof-card {
  margin: 0;
  padding: 9px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 24px rgba(8, 14, 28, 0.3);
}

.proof-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 8px;
  color: #e7edf9;
  font-size: 0.83rem;
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: 0.01em;
  text-transform: none;
}

.proof-label::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 999px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%2328b8ff'/%3E%3Cpath d='M7 12.4l2.8 2.8L17 8' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 0 0 rgba(40, 184, 255, 0.55);
  animation: trustPulse 1.9s ease-out infinite;
}

@keyframes trustPulse {
  0% {
    transform: scale(0.96);
    box-shadow: 0 0 0 0 rgba(40, 184, 255, 0.52);
  }
  65% {
    transform: scale(1);
    box-shadow: 0 0 0 8px rgba(40, 184, 255, 0);
  }
  100% {
    transform: scale(0.98);
    box-shadow: 0 0 0 0 rgba(40, 184, 255, 0);
  }
}

.proof-viewport {
  overflow: hidden;
  border-radius: 12px;
}

.proof-notice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  min-height: 76px;
  border-radius: 12px;
  background: #f3f4f6;
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 8px 20px rgba(8, 12, 22, 0.26);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: blur(0);
  overflow: hidden;
  transition:
    transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.34s ease,
    filter 0.36s ease;
}

.proof-notice::before,
.proof-notice::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

.proof-notice::before {
  inset: -20% -30%;
  background: linear-gradient(
    112deg,
    transparent 38%,
    rgba(255, 255, 255, 0.78) 50%,
    rgba(255, 255, 255, 0.12) 58%,
    transparent 70%
  );
  transform: translateX(-120%) rotate(-5deg);
}

.proof-notice::after {
  inset: -1px;
  border-radius: inherit;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 0 22px rgba(255, 80, 80, 0.45);
}

.proof-notice.is-exit {
  transform: translate3d(0, 8px, 0) scale(0.992);
  opacity: 0.2;
  filter: blur(1.2px);
}

.proof-notice.is-enter {
  animation: proofSlideDown 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.proof-notice.is-flash::before {
  opacity: 1;
  animation: proofBeam 0.68s cubic-bezier(0.22, 1, 0.36, 1);
}

.proof-notice.is-flash::after {
  opacity: 1;
  animation: proofGlowPulse 0.66s ease;
}

.proof-notice-icon {
  width: 42px;
  height: 42px;
  border-radius: 11px;
  flex: 0 0 auto;
  display: block;
  object-fit: contain;
  object-position: center;
  background: #eceef2;
  padding: 3px;
}

.proof-notice-copy {
  display: grid;
  grid-template-rows: 20px auto auto;
  align-content: center;
  min-width: 0;
}

.proof-notice-title {
  margin: 0;
  height: 20px;
  display: flex;
  align-items: center;
  color: #101722;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.16;
}

.proof-pay-wordmark {
  display: none;
  margin: 0;
  height: 20px;
  line-height: 1;
  white-space: nowrap;
}

.proof-pay-kaspi,
.proof-pay-pay {
  display: block;
  color: #4b4f56;
  letter-spacing: 0.01em;
}

.proof-pay-kaspi {
  font-size: 0.88rem;
  font-weight: 700;
}

.proof-pay-pay {
  margin-top: 0;
  margin-left: 4px;
  font-size: 0.92rem;
  font-weight: 800;
}

.proof-notice.is-pay .proof-pay-wordmark {
  display: inline-flex;
  align-items: baseline;
}

.proof-notice-line {
  margin: 2px 0 0;
  color: #212d3c;
  font-size: 0.9rem;
  line-height: 1.18;
}

.proof-notice-name {
  color: #4a5568;
}

.proof-notice.is-pay .proof-notice-title {
  display: none;
}

@keyframes proofSlideDown {
  from {
    transform: translate3d(0, -14px, 0) scale(0.994);
    opacity: 0.24;
    filter: blur(1.2px);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes proofBeam {
  0% {
    transform: translateX(-125%) rotate(-6deg);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateX(120%) rotate(-6deg);
    opacity: 0;
  }
}

@keyframes proofGlowPulse {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.cta-group {
  margin-top: 18px;
  display: grid;
  gap: 10px;
  width: min(100%, 620px);
  margin-inline: auto;
  justify-items: center;
}

.cta-primary {
  position: relative;
  width: 100%;
  max-width: 620px;
}

.cta-primary .btn-telegram {
  min-height: 72px;
  padding: 0 158px 0 30px;
  border-radius: 22px;
  border: 1px solid rgba(162, 221, 255, 0.76);
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  font-weight: 800;
  letter-spacing: 0.01em;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 48%),
    linear-gradient(145deg, #61b4ff, #2f7cc7);
  box-shadow:
    0 18px 34px rgba(47, 141, 224, 0.34),
    0 0 0 1px rgba(120, 201, 255, 0.52) inset,
    0 0 28px rgba(77, 178, 255, 0.38);
}

.cta-primary .btn-telegram:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow:
    0 22px 38px rgba(47, 141, 224, 0.38),
    0 0 0 1px rgba(160, 225, 255, 0.58) inset,
    0 0 34px rgba(77, 178, 255, 0.42);
}

.hot-badge {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #17293f;
  background: linear-gradient(135deg, #efd08e 0%, #e1b764 58%, #f7e2b6 100%);
  border: 1px solid rgba(255, 233, 182, 0.82);
  box-shadow: 0 8px 18px rgba(214, 168, 74, 0.36), 0 0 0 1px rgba(20, 32, 48, 0.12) inset;
  backdrop-filter: blur(2px);
  white-space: nowrap;
}

.cta-hint {
  margin: 18px 0 0;
  max-width: 46ch;
  color: #e0e9fb;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.3;
}

.cta-trust {
  margin: 10px 2px 0;
  max-width: 54ch;
  margin-inline: auto;
  color: #b9c6df;
  font-size: 0.86rem;
}

.cta-micro-trust {
  margin-top: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: center;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(164, 201, 246, 0.32);
  background: linear-gradient(150deg, rgba(96, 135, 186, 0.16), rgba(255, 255, 255, 0.04));
  color: #deebff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.earnings-highlight {
  margin: 16px 0 0;
  max-width: 52ch;
  margin-inline: auto;
  font-size: clamp(1.08rem, 4.8vw, 1.24rem);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: -0.01em;
  background: linear-gradient(140deg, #f6d488 0%, #d6a84a 45%, #f3e3b7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 3px 16px rgba(214, 168, 74, 0.25);
  overflow-wrap: normal;
}

.earnings-note {
  margin: 8px 0 0;
  max-width: 56ch;
  margin-inline: auto;
  color: #c5d2ea;
  font-size: 0.9rem;
  line-height: 1.36;
  overflow-wrap: normal;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: 100%;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--ease), box-shadow var(--ease), background var(--ease), border-color var(--ease), color var(--ease);
}

.btn:active {
  transform: translateY(1px) scale(0.995);
}

.btn-primary {
  color: #16100a;
  background: linear-gradient(150deg, #e5bc67, var(--gold));
  box-shadow: 0 12px 24px rgba(214, 168, 74, 0.26), 0 0 0 1px rgba(255, 225, 168, 0.4) inset;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(214, 168, 74, 0.34);
}

.btn-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.28);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.45);
}

.ai-teaser {
  margin: 12px 2px 0;
  max-width: 58ch;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(214, 168, 74, 0.16);
  background: linear-gradient(145deg, rgba(214, 168, 74, 0.04), rgba(255, 255, 255, 0.02));
  color: #c6d3ee;
  font-size: 0.9rem;
}

.hero-disclaimer {
  margin: 10px 2px 0;
  max-width: 60ch;
  color: #9eb0cc;
  font-size: 0.75rem;
  line-height: 1.35;
  opacity: 0.9;
}

.section-head h2 {
  font-size: clamp(1.44rem, 7vw, 2.2rem);
}

.card-grid {
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.process-card {
  padding: 16px;
  transition: transform var(--ease), border-color var(--ease), box-shadow var(--ease);
}

.process-card:hover {
  transform: translateY(-4px) rotateX(1deg);
  border-color: rgba(255, 255, 255, 0.32);
  box-shadow: 0 16px 32px rgba(4, 8, 18, 0.58);
}

.icon-chip {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(214, 168, 74, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.icon-chip svg {
  width: 18px;
  height: 18px;
  fill: #f0f4ff;
}

.process-card h3 {
  margin-top: 12px;
  font-size: 1.07rem;
}

.checklist {
  margin: 14px 0 0;
  padding: 12px;
  list-style: none;
}

.checklist li {
  position: relative;
  padding: 12px 12px 12px 38px;
  border-radius: 14px;
  font-size: 1rem;
}

.checklist li + li {
  margin-top: 4px;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 35% 35%, rgba(255, 255, 255, 0.6), transparent 45%),
    linear-gradient(145deg, rgba(214, 168, 74, 0.8), rgba(131, 101, 37, 0.9));
  box-shadow: 0 0 0 2px rgba(214, 168, 74, 0.25);
}

.contact-actions {
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.btn-whatsapp {
  color: #f1fff7;
  background: linear-gradient(145deg, #279e6b, #177650);
  box-shadow: 0 12px 24px rgba(31, 159, 104, 0.28);
}

.btn-secondary-action {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.01em;
  background: linear-gradient(145deg, rgba(10, 20, 35, 0.6), rgba(8, 18, 31, 0.48));
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 10px 22px rgba(0, 175, 202, 0.2), inset 0 0 0 1px rgba(8, 18, 31, 0.32);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.78), 0 2px 10px rgba(0, 0, 0, 0.45);
}

.btn-secondary-action::before {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -2;
  background-image: url("../images/Flag_of_Kazakhstan.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(1.4px) saturate(1.08);
  transform: scale(1.03);
}

.btn-secondary-action::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 12, 22, 0.16), rgba(5, 12, 22, 0.34)),
    linear-gradient(90deg, rgba(14, 92, 62, 0.46) 0%, rgba(14, 92, 62, 0.42) 46%, rgba(0, 108, 130, 0.42) 54%, rgba(0, 108, 130, 0.46) 100%);
}

.btn-telegram {
  color: #f3f9ff;
  background: linear-gradient(145deg, #4f9fe8, #2f78be);
  box-shadow: 0 16px 30px rgba(47, 141, 224, 0.32);
}

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

.contact-note {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.chat-block {
  position: relative;
  padding: 20px 16px;
  border: 1px solid rgba(140, 196, 255, 0.2);
  background:
    radial-gradient(circle at 88% 18%, rgba(84, 152, 236, 0.18), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
  box-shadow:
    0 14px 30px rgba(8, 14, 28, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.legal-section {
  padding-top: 8px;
}

.legal-card {
  padding: 18px 16px;
  border: 1px solid rgba(214, 168, 74, 0.34);
  background:
    radial-gradient(circle at 85% 14%, rgba(214, 168, 74, 0.15), transparent 48%),
    linear-gradient(145deg, rgba(34, 48, 73, 0.86), rgba(18, 29, 48, 0.92));
}

.legal-kicker {
  margin: 0;
  color: #f0c874;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-title {
  margin-top: 8px;
  font-size: clamp(1.2rem, 4.5vw, 1.5rem);
  color: #f6fbff;
}

.legal-line {
  margin: 9px 0 0;
  color: #dfe9fb;
  font-size: 0.9rem;
  line-height: 1.35;
}

.legal-line strong {
  color: #ffffff;
  font-weight: 800;
}

.legal-line-soft {
  color: #afbed7;
  font-size: 0.8rem;
}

.chat-block p {
  margin: 10px 0 16px;
  color: var(--muted);
}

.chat-lead {
  margin: 10px 0 0;
  font-size: 0.95rem;
  color: #e4eeff;
  line-height: 1.4;
}

.chat-points {
  margin: -3px 0 16px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.chat-points li {
  position: relative;
  padding: 8px 10px 8px 28px;
  border-radius: 11px;
  background: rgba(10, 28, 52, 0.4);
  border: 1px solid rgba(144, 186, 236, 0.2);
  color: #d7e5fb;
  font-size: 0.86rem;
  line-height: 1.34;
}

.chat-points li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(145deg, #7cc5ff, #4e88da);
  box-shadow: 0 0 8px rgba(96, 169, 245, 0.6);
}

.btn-disabled {
  color: #c5cee1;
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
  opacity: 0.75;
}

.footer {
  width: min(100% - 16px, 1480px);
  margin: 4px auto 22px;
  color: #a4b1c8;
  font-size: 0.84rem;
  text-align: center;
}

.site-footer {
  margin-top: 4px;
}

.footer-inner {
  display: grid;
  gap: 14px;
  padding: 16px;
  text-align: left;
  border: 1px solid rgba(214, 168, 74, 0.24);
  background:
    radial-gradient(circle at 88% 10%, rgba(214, 168, 74, 0.14), transparent 46%),
    linear-gradient(145deg, rgba(32, 46, 72, 0.86), rgba(18, 29, 47, 0.94));
}

.footer-brand {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #f2f7ff;
}

.footer-title {
  margin: 0 0 6px;
  color: #f0c874;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-line {
  margin: 0;
  color: #d2deef;
  font-size: 0.84rem;
  line-height: 1.35;
}

.footer-line + .footer-line {
  margin-top: 4px;
}

.footer-line-soft {
  color: #9db0cc;
}

.footer-contact,
.footer-docs {
  display: grid;
  gap: 6px;
}

.footer-link {
  color: #dfe9fb;
  font-size: 0.84rem;
  text-decoration: none;
  transition: color var(--ease);
}

.footer-link:hover {
  color: #ffffff;
}

.footer-copy {
  margin: 11px 0 0;
  color: #98a9c4;
  font-size: 0.74rem;
  text-align: center;
}

.doc-page-shell {
  position: relative;
}

.doc-main {
  width: min(100% - 28px, 860px);
  margin: 0 auto;
  padding: 24px 0 34px;
}

.doc-card {
  padding: 24px 20px;
}

.doc-kicker {
  margin: 0 0 10px;
  color: #f0c874;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.doc-title {
  margin: 0;
  font-size: clamp(1.9rem, 5vw, 2.7rem);
  line-height: 1.08;
}

.doc-copy {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.doc-copy p {
  margin: 0;
  color: #dfe9fb;
  font-size: 1rem;
  line-height: 1.65;
}

.doc-updated {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #afbed7;
  font-size: 0.92rem;
}

.doc-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #dfe9fb;
  text-decoration: none;
  font-weight: 700;
}

.doc-back:hover {
  color: #ffffff;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.5s ease, transform 0.6s ease;
}

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

.ai-focus .hero {
  min-height: auto;
  align-content: start;
  padding-bottom: 0;
}

.ai-focus #chat {
  padding-top: 12px;
}

@media (min-width: 760px) {
  .page {
    width: min(100% - 32px, 1480px);
    padding-top: 16px;
  }

  .hero-content {
    max-width: 1080px;
    padding: 28px 12px 24px;
  }

  .hero-proof-wrap {
    width: min(62%, 420px);
  }

  .cta-group {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 680px;
  }

  .legal-card {
    padding: 22px 24px;
  }

  .bg-light {
    width: 26vw;
    height: 26vw;
  }

  .footer-inner {
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: start;
    padding: 20px 22px;
  }
}

@media (max-width: 759px) {
  .page {
    width: 100%;
    padding-inline: var(--mobile-gutter);
  }

  .doc-main {
    width: 100%;
    padding: 18px var(--mobile-gutter) 28px;
  }

  .hero {
    justify-items: center;
  }

  .hero-top-row {
    margin-bottom: 10px;
  }

  .hero-top-row,
  .logo-wrap,
  .hero-proof-wrap,
  .hero-content {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }

  .logo-wrap {
    padding-inline: var(--mobile-gutter);
  }

  .hero-content {
    padding: 20px 8px 18px;
  }

  .cta-primary .btn-telegram {
    min-height: 66px;
    padding: 0 132px 0 22px;
    font-size: 1.05rem;
  }

  .doc-card {
    padding: 22px var(--mobile-gutter) 20px;
  }

  .proof-card,
  .proof-viewport,
  .proof-notice {
    width: 100%;
  }

  .proof-card,
  .chat-block {
    padding-inline: var(--mobile-gutter);
  }

  .hero-proof-wrap {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .hero-3d-layer-a,
  .hero-3d-layer-b {
    display: none;
  }
}

@media (max-width: 390px) {
  .page {
    width: 100%;
    padding-inline: var(--mobile-gutter);
  }

  .hero-top-row {
    gap: 6px;
  }

  .brand-kicker {
    font-size: 0.54rem;
    letter-spacing: 0.12em;
  }

  .brand-title {
    font-size: 0.92rem;
  }

  .brand-sub {
    font-size: 0.56rem;
    letter-spacing: 0.04em;
  }

  .lang-btn {
    min-width: 88px;
    font-size: 0.61rem;
    padding: 0 6px;
  }

  h1 {
    font-size: clamp(1.78rem, 8.9vw, 2.32rem);
    line-height: 1.08;
  }

  .btn {
    min-height: 50px;
    font-size: 0.95rem;
  }

  .cta-hint {
    font-size: 0.9rem;
  }

  .cta-trust {
    font-size: 0.82rem;
  }

  .cta-micro-trust {
    gap: 6px;
  }

  .trust-badge {
    min-height: 24px;
    padding-inline: 9px;
    font-size: 0.72rem;
  }

  .hot-badge {
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    padding: 4px 8px;
    font-size: 0.64rem;
  }

  .cta-primary .btn-telegram {
    padding-right: 106px;
  }

  .earnings-note {
    font-size: 0.88rem;
  }

  .hero-disclaimer {
    font-size: 0.7rem;
  }

  .proof-label {
    font-size: 0.78rem;
  }

  .chat-block {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .chat-lead {
    font-size: 0.9rem;
  }

  .chat-points li {
    font-size: 0.82rem;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .force-proof-motion .proof-notice {
    transition:
      transform 0.42s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.34s ease,
      filter 0.36s ease !important;
  }

  .force-proof-motion .proof-notice.is-enter {
    animation: proofSlideDown 0.7s cubic-bezier(0.22, 1, 0.36, 1) !important;
  }
}
