:root {
  --blue: #087bff;
  --cyan: #5de7ff;
  --green: #0a66ff;
  --green-deep: #0647b6;
  --green-ink: #071b63;
  --gold: #ffd15c;
  --gold-soft: #fff4cc;
  --red: #ff3d4f;
  --red-deep: #c91f32;
  --ink: #101828;
  --muted: #667085;
  --glass: rgba(255, 255, 255, 0.66);
  --line: rgba(255, 255, 255, 0.55);
  --shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
  --radius-card: 18px;
  --radius-popup: 20px;
  --radius-button: 16px;
  --radius-input: 14px;
}

* {
  box-sizing: border-box;
}

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

body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  background: #f4f8ff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  cursor: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

body.is-preloading,
body.modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

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

button {
  cursor: pointer;
}

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

.cursor-dot,
.cursor-ring {
  display: none;
}

.cinematic-loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(10, 102, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 70% 28%, rgba(7, 136, 255, 0.13), transparent 22rem),
    #ffffff;
  transform-origin: 50% 50%;
}

.cinematic-loader::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 180deg, transparent, rgba(255, 209, 92, 0.28), transparent, rgba(7, 136, 255, 0.18), transparent);
  animation: loaderAura 5s linear infinite;
}

.cinematic-loader.is-zooming {
  animation: loaderZoom 900ms cubic-bezier(0.7, 0, 0.2, 1) forwards;
}

.loader-stage {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: min(1040px, 100%);
  padding: 28px 16px;
  text-align: center;
}

.loader-logo,
.loader-mask-text,
.loader-world,
.loader-hash {
  opacity: 0;
  transform: translateY(24px) scale(0.92);
  filter: blur(6px);
}

.loader-logo {
  display: grid;
  width: clamp(88px, 22vw, 132px);
  height: clamp(88px, 22vw, 132px);
  place-items: center;
  border: 1px solid rgba(10, 102, 255, 0.35);
  border-radius: 34px;
  color: #ffffff;
  font-size: clamp(22px, 6vw, 34px);
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 0 10px rgba(10, 102, 255, 0.08), 0 26px 60px rgba(7, 136, 255, 0.2);
  animation: cinematicReveal 700ms 500ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.loader-monument,
.festival-monument {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.loader-monument {
  width: clamp(76px, 18vw, 118px);
  height: clamp(86px, 20vw, 136px);
  margin-top: 18px;
  opacity: 0;
  transform: translateY(24px) scale(0.9);
  filter: blur(6px);
  animation: cinematicReveal 700ms 650ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.loader-monument span,
.festival-monument span {
  position: absolute;
  top: 4%;
  width: 62%;
  aspect-ratio: 1;
  border: 2px solid rgba(255, 209, 92, 0.95);
  border-radius: 36% 36% 44% 44%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.94) 0 16%, transparent 17%),
    conic-gradient(from 35deg, var(--blue), var(--green), var(--gold), var(--blue));
  box-shadow: 0 0 34px rgba(255, 209, 92, 0.28);
}

.loader-monument i,
.festival-monument i {
  position: absolute;
  top: 42%;
  width: 38%;
  height: 42%;
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(10, 102, 255, 0.92));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.loader-monument b,
.festival-monument b {
  position: absolute;
  bottom: 2%;
  width: 78%;
  height: 16%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(7, 136, 255, 0.88), rgba(255, 209, 92, 0.9));
  box-shadow: 0 16px 38px rgba(7, 27, 99, 0.16);
}

.loader-mask-text {
  position: relative;
  margin-top: 22px;
  color: transparent;
  font-size: clamp(54px, 18vw, 160px);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  background:
    radial-gradient(circle at 22% 36%, rgba(255, 209, 92, 0.98), transparent 12%),
    radial-gradient(circle at 74% 32%, rgba(93, 231, 255, 0.86), transparent 12%),
    repeating-linear-gradient(88deg, rgba(255, 255, 255, 0.92) 0 2px, transparent 2px 28px),
    radial-gradient(ellipse at 50% 72%, rgba(10, 102, 255, 0.96) 0 26%, rgba(5, 78, 168, 0.95) 44%, rgba(7, 27, 99, 0.94) 72%);
  background-size: 160% 160%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 8px 24px rgba(7, 27, 99, 0.12);
  animation: cinematicReveal 700ms 780ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards, maskMotion 4s 780ms ease-in-out infinite alternate;
}

.loader-mask-text::after {
  content: "";
  position: absolute;
  inset: 18% 10%;
  z-index: -1;
  border-radius: 999px;
  background: rgba(10, 102, 255, 0.14);
  filter: blur(8px);
}

.loader-world {
  margin-top: 18px;
  color: var(--green-ink);
  font-size: clamp(38px, 12vw, 112px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  animation: cinematicReveal 700ms 1000ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.loader-hash {
  position: relative;
  max-width: 100%;
  margin-top: 18px;
  color: transparent;
  font-size: clamp(18px, 5vw, 46px);
  font-weight: 900;
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  background: linear-gradient(110deg, var(--blue), var(--green), var(--gold), var(--blue));
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 16px rgba(10, 102, 255, 0.18);
  animation: cinematicReveal 700ms 1500ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards, shimmerText 1.8s 1500ms linear infinite;
}

.loader-hash::after {
  content: "";
  position: absolute;
  inset: -18px 8%;
  z-index: -1;
  border-radius: 999px;
  background: rgba(255, 209, 92, 0.2);
  filter: blur(8px);
}

.loader-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  animation: particlesIn 500ms 2500ms ease forwards;
}

.loader-particle,
.hero-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 18px rgba(255, 209, 92, 0.7);
  animation: floatParticle linear infinite;
}

.loader-progress {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  z-index: 2;
  opacity: 0;
  animation: progressIn 500ms 2000ms ease forwards;
}

.loader-progress span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-ink);
  font-size: clamp(30px, 8vw, 58px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.loader-bar {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(7, 27, 99, 0.1);
}

.loader-bar i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--gold));
  box-shadow: 0 0 20px rgba(10, 102, 255, 0.42);
}

.site-header {
  position: fixed;
  top: 12px;
  right: 12px;
  left: 12px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(9, 52, 118, 0.12);
  backdrop-filter: blur(8px) saturate(130%);
}

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

.brand-mark {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 14px 30px rgba(7, 136, 255, 0.2);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 16px;
  font-weight: 900;
}

.brand small {
  max-width: 150px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 18px 42px rgba(10, 102, 255, 0.24);
}

.header-register-cta {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
  animation: none;
}

.story-section {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  display: grid;
  place-items: end center;
  padding: 104px 16px 28px;
  color: #ffffff;
  background: #061f64;
  isolation: isolate;
}

.hero-stadium,
.hero-gradient {
  position: absolute;
  inset: 0;
}

.hero-stadium {
  z-index: -4;
  background-image: url("siu88_worldcup_background_light.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.02);
  will-change: transform;
}

.hero-stadium::before,
.hero-stadium::after {
  content: "";
  position: absolute;
  right: 8%;
  left: 8%;
  pointer-events: none;
}

.hero-stadium::before {
  display: none;
}

.hero-stadium::after {
  display: none;
}

.hero-gradient {
  z-index: -3;
  background:
    radial-gradient(circle at 14% 54%, rgba(255, 209, 92, 0.14), transparent 22rem),
    linear-gradient(90deg, rgba(3, 12, 38, 0.16), rgba(3, 14, 45, 0.42) 46%, rgba(3, 12, 38, 0.18)),
    linear-gradient(180deg, rgba(2, 9, 28, 0.08), rgba(4, 18, 56, 0.62));
}

.light-beam {
  position: absolute;
  top: -16%;
  z-index: -2;
  width: 26vw;
  height: 90vh;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.38), rgba(255, 209, 92, 0.05), transparent);
  filter: blur(8px);
  transform-origin: top center;
  mix-blend-mode: screen;
  animation: lightSweep 8s ease-in-out infinite alternate;
}

.beam-one {
  left: 4%;
  transform: rotate(18deg);
}

.beam-two {
  right: 2%;
  animation-delay: -3s;
  transform: rotate(-20deg);
}

.hero-particles {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero-shell {
  display: grid;
  gap: 16px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.glass-panel,
.glass-card {
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7));
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px) saturate(130%);
}

.hero-copy {
  padding: clamp(24px, 6vw, 52px);
  border-radius: 34px;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(6, 38, 94, 0.78), rgba(6, 38, 94, 0.48));
}

.broadcast-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.16);
}

.broadcast-pill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(255, 209, 92, 0.6);
  animation: livePulse 1.5s ease-out infinite;
}

.hero h1 {
  margin: 0;
  font-size: clamp(52px, 14vw, 150px);
  font-weight: 900;
  line-height: 0.86;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.hero p {
  max-width: 680px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 4vw, 25px);
  font-weight: 650;
  line-height: 1.45;
}

.hero-reward {
  display: grid;
  gap: 8px;
  width: min(580px, 100%);
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 209, 92, 0.5);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(10, 102, 255, 0.28), rgba(255, 209, 92, 0.16));
  box-shadow: 0 18px 44px rgba(7, 27, 99, 0.18);
}

.hero-reward strong {
  color: var(--gold);
  font-size: clamp(22px, 5vw, 38px);
  font-weight: 900;
  line-height: 1.05;
  text-shadow: 0 0 18px rgba(255, 209, 92, 0.28);
}

.hero-reward span {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 2vw, 17px);
  font-weight: 700;
  line-height: 1.4;
}

.hero-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: min(620px, 100%);
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.hero-highlights li {
  position: relative;
  min-height: 42px;
  padding: 11px 14px 11px 38px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--cyan));
  box-shadow: 0 0 16px rgba(255, 209, 92, 0.42);
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(620px, 100%);
  margin-top: 28px;
}

.hero-actions .signup-bonus-cta,
.final-actions .signup-bonus-cta {
  width: 100%;
}

.hero-side {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-radius: 28px;
  color: var(--green-ink);
}

.festival-monument {
  width: 108px;
  height: 124px;
  margin-bottom: 16px;
  animation: monumentFloat 3.6s ease-in-out infinite;
}

.side-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-side strong {
  color: var(--green-ink);
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

.hero-side span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.primary-cta,
.secondary-cta,
.reward-cta,
.signup-bonus-cta,
.submit-button,
.sticky-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35), 0 22px 55px rgba(10, 102, 255, 0.3), 0 18px 44px rgba(255, 209, 92, 0.22);
  overflow: hidden;
  transform: translateZ(0);
  animation: ctaGlow 2.8s ease-in-out infinite;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta,
.primary-cta,
.secondary-cta,
.reward-cta,
.signup-bonus-cta,
.submit-button,
.sticky-cta,
.telegram-float,
.thanks-actions a {
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.header-cta:hover,
.primary-cta:hover,
.secondary-cta:hover,
.reward-cta:hover,
.signup-bonus-cta:hover,
.submit-button:hover,
.sticky-cta:hover,
.telegram-float:hover,
.thanks-actions a:hover {
  filter: saturate(1.08);
  transform: translateY(-4px) scale(1.01);
}

.header-cta:active,
.primary-cta:active,
.secondary-cta:active,
.reward-cta:active,
.signup-bonus-cta:active,
.submit-button:active,
.sticky-cta:active,
.telegram-float:active,
.thanks-actions a:active,
.modal-close:active {
  transform: translateY(0) scale(0.97);
}

.header-cta:focus-visible,
.primary-cta:focus-visible,
.secondary-cta:focus-visible,
.reward-cta:focus-visible,
.signup-bonus-cta:focus-visible,
.submit-button:focus-visible,
.sticky-cta:focus-visible,
.telegram-float:focus-visible,
.thanks-actions a:focus-visible,
.modal-close:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(255, 209, 92, 0.9);
  outline-offset: 3px;
}

button:disabled {
  cursor: wait;
  filter: grayscale(0.15) saturate(0.9);
  opacity: 0.78;
}

.secondary-cta {
  color: var(--green-ink);
  border: 1px solid rgba(255, 209, 92, 0.72);
  background: linear-gradient(135deg, var(--gold), #fff1a8);
  box-shadow: 0 18px 42px rgba(255, 209, 92, 0.2);
  backdrop-filter: blur(8px);
  animation: none;
}

.reward-cta {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 36px rgba(7, 27, 99, 0.18);
  backdrop-filter: blur(10px);
  animation: none;
}

.signup-bonus-cta {
  color: var(--green-ink);
  border: 1px solid rgba(255, 209, 92, 0.86);
  background: linear-gradient(135deg, var(--gold), #fff7ba 46%, #5cb7ff);
  box-shadow: 0 20px 48px rgba(10, 102, 255, 0.26), 0 12px 30px rgba(255, 209, 92, 0.28);
}

.primary-cta::before,
.reward-cta::before,
.signup-bonus-cta::before,
.submit-button::before,
.sticky-cta::before {
  content: "";
  position: absolute;
  inset: -120% auto -120% -42%;
  width: 34%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent);
  transform: rotate(18deg);
  animation: buttonShine 3.1s ease-in-out infinite;
}

.ripple {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: ripple 650ms ease-out forwards;
}

.ticker {
  position: sticky;
  top: 86px;
  z-index: 24;
  overflow: hidden;
  border-block: 1px solid rgba(255, 209, 92, 0.52);
  color: var(--green-ink);
  background: linear-gradient(90deg, #fff8da, #ffffff, #eaf3ff);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: tickerMove 26s linear infinite;
}

.ticker span {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.ticker span::after {
  content: "•";
  color: var(--gold);
  font-size: 22px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.stats-section,
.benefits-section,
.experts-section,
.worldcup-section {
  padding: 76px 16px;
}

.stats-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 209, 92, 0.2), transparent 25rem),
    linear-gradient(180deg, #ffffff, #f3f8ff);
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(32px, 7vw, 70px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
  text-wrap: balance;
}

.stats-grid,
.benefit-grid,
.expert-grid {
  display: grid;
  gap: 16px;
}

.stat-card {
  min-height: 160px;
  padding: 24px;
  border-radius: 30px;
}

.stat-card strong {
  display: block;
  color: var(--green-ink);
  font-size: clamp(42px, 10vw, 74px);
  font-weight: 900;
  line-height: 0.95;
}

.stat-card span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-weight: 850;
}

.benefits-section {
  background:
    radial-gradient(circle at 80% 10%, rgba(7, 136, 255, 0.11), transparent 24rem),
    #f4f8ff;
}

.benefit-card {
  min-height: 220px;
  padding: 24px;
  border-radius: 30px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  transform-style: preserve-3d;
}

.benefit-card:hover,
.expert-card:hover {
  border-color: rgba(255, 209, 92, 0.8);
  box-shadow: 0 30px 86px rgba(7, 31, 91, 0.2), 0 0 42px rgba(255, 209, 92, 0.18);
}

.benefit-card i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 22px;
  font-style: normal;
  font-size: 26px;
  background: linear-gradient(135deg, #eaf3ff, #fff4cc);
  box-shadow: inset 0 0 0 1px rgba(10, 102, 255, 0.12);
  animation: iconFloat 3.2s ease-in-out infinite;
}

.benefit-card h3 {
  margin: 22px 0 0;
  font-size: 22px;
}

.benefit-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.experts-section {
  color: #ffffff;
  background:
    radial-gradient(circle at 14% 20%, rgba(255, 209, 92, 0.24), transparent 22rem),
    linear-gradient(135deg, #062466, #075dd6);
}

.experts-section .section-kicker,
.experts-section .section-heading h2 {
  color: #ffffff;
}

.expert-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
  transform-style: preserve-3d;
}

.expert-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.24), transparent 58%);
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 220ms ease, transform 520ms ease;
}

.expert-card:hover::after {
  opacity: 1;
  transform: translateX(55%);
}

.expert-image {
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  transform: scale(1.04);
  transition: transform 420ms ease;
}

.expert-card:hover .expert-image {
  transform: scale(1.1);
}

.expert-one {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 209, 92, 0.42), transparent 16%),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.82) 0 10%, transparent 10.5%),
    radial-gradient(ellipse at 50% 68%, rgba(255, 255, 255, 0.62) 0 18%, transparent 18.5%),
    linear-gradient(180deg, rgba(10, 102, 255, 0.14), rgba(5, 24, 76, 0.9)),
    linear-gradient(135deg, #0b75ff, #052a74);
}

.expert-two {
  background:
    radial-gradient(circle at 50% 32%, rgba(93, 231, 255, 0.34), transparent 16%),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.82) 0 10%, transparent 10.5%),
    radial-gradient(ellipse at 50% 68%, rgba(255, 255, 255, 0.62) 0 18%, transparent 18.5%),
    linear-gradient(180deg, rgba(7, 136, 255, 0.16), rgba(5, 24, 76, 0.9)),
    linear-gradient(135deg, #087bdc, #052f84);
}

.expert-three {
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 98, 117, 0.34), transparent 16%),
    radial-gradient(circle at 50% 44%, rgba(255, 255, 255, 0.82) 0 10%, transparent 10.5%),
    radial-gradient(ellipse at 50% 68%, rgba(255, 255, 255, 0.62) 0 18%, transparent 18.5%),
    linear-gradient(180deg, rgba(255, 209, 92, 0.14), rgba(5, 24, 76, 0.9)),
    linear-gradient(135deg, #0a67e6, #204f93);
}

.expert-silhouette {
  display: grid;
  width: 118px;
  height: 118px;
  place-items: center;
  margin-bottom: 86px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 42px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 34px;
  font-weight: 900;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22), inset 0 0 42px rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.expert-content {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
  transform: translateZ(42px);
}

.expert-content span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.expert-content h3 {
  margin: 8px 0 0;
  font-size: 34px;
  line-height: 1;
}

.expert-content p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.55;
}

.worldcup-section {
  background:
    linear-gradient(90deg, rgba(7, 136, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f7fbff);
  background-size: 34px 34px, auto;
}

.timeline-layout {
  display: grid;
  gap: 18px;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline article,
.schedule-card {
  border-radius: 30px;
  border: 1px solid rgba(10, 102, 255, 0.14);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(7, 31, 91, 0.1);
}

.timeline article {
  position: relative;
  padding: 22px 22px 22px 76px;
  overflow: hidden;
}

.timeline article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  width: 2px;
  background: linear-gradient(var(--blue), var(--green), var(--gold));
}

.timeline article span {
  position: absolute;
  top: 22px;
  left: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--blue), var(--green));
}

.timeline h3 {
  margin: 0;
  font-size: 21px;
}

.timeline p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.schedule-card {
  padding: 22px;
  overflow: hidden;
}

.schedule-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.schedule-top span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-top strong {
  color: var(--green-deep);
  text-align: right;
}

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

.schedule-card li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border-radius: 18px;
  color: var(--green-ink);
  font-weight: 850;
  background: linear-gradient(90deg, rgba(10, 102, 255, 0.1), rgba(255, 209, 92, 0.12));
}

.schedule-card b {
  color: var(--blue);
}

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

.schedule-actions .secondary-cta {
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 14px;
  font-size: 13px;
}

.final-cta {
  padding: 86px 16px 100px;
  color: #ffffff;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 209, 92, 0.34), transparent 24rem),
    linear-gradient(135deg, #062466, #0b75ff);
}

.final-cta .section-inner {
  max-width: 900px;
}

.final-cta .primary-cta,
.final-cta .reward-cta,
.final-cta .signup-bonus-cta {
  margin-top: 28px;
}

.final-actions,
.popup-actions {
  display: grid;
  gap: 12px;
  width: min(620px, 100%);
  margin: 0 auto;
}

.popup-actions {
  width: 100%;
}

.site-footer {
  padding: 28px 18px 168px;
  background: #f4f8ff;
  border-top: 1px solid rgba(10, 102, 255, 0.14);
}

.site-footer p {
  width: min(980px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
  text-align: center;
}

.privacy-section {
  padding: 38px 18px;
  background: #ffffff;
  border-top: 1px solid rgba(10, 102, 255, 0.14);
}

.privacy-section .section-inner {
  max-width: 980px;
}

.privacy-section h2 {
  margin: 0 0 12px;
  color: var(--green-ink);
  font-size: clamp(24px, 5vw, 38px);
  line-height: 1.08;
}

.privacy-section p,
.privacy-section li {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-section ul {
  display: grid;
  gap: 6px;
  margin: 12px 0;
  padding-left: 20px;
}

.sticky-cta {
  position: fixed;
  right: 14px;
  bottom: calc(max(14px, env(safe-area-inset-bottom)) + 68px);
  left: 14px;
  z-index: 35;
  margin: 0;
  min-height: 56px;
  border-radius: 18px;
}

.sticky-register-cta {
  position: fixed;
  right: 14px;
  bottom: max(14px, env(safe-area-inset-bottom));
  left: 14px;
  z-index: 35;
  min-height: 56px;
  padding-inline: 16px;
  border-radius: 18px;
}

.telegram-float {
  position: fixed;
  right: 16px;
  bottom: calc(max(14px, env(safe-area-inset-bottom)) + 144px);
  z-index: 35;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #ffffff;
  font-size: 24px;
  background: linear-gradient(135deg, #36baff, #1688c9);
  box-shadow: 0 16px 42px rgba(7, 136, 255, 0.32);
  animation: telegramNudge 5s ease-in-out infinite;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 19, 56, 0.56);
  backdrop-filter: blur(0);
  opacity: 0;
}

.modal.is-open .modal-backdrop {
  animation: backdropIn 240ms ease forwards;
}

.modal-card {
  position: relative;
  width: min(430px, 100%);
  max-height: calc(100vh - 36px);
  padding: 28px 22px 22px;
  overflow: hidden auto;
  border-radius: 24px;
  transform: scale(0.9) translateY(20px);
  opacity: 0;
  filter: blur(6px);
}

.modal.is-open .modal-card {
  animation: modalIn 300ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--green-ink);
  font-size: 26px;
  background: rgba(255, 255, 255, 0.74);
}

.modal-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  background: rgba(10, 102, 255, 0.12);
}

.modal h2 {
  margin: 0 44px 10px 0;
  color: var(--green-ink);
  font-size: 26px;
  line-height: 1.08;
}

.modal p {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.62;
}

.popup-cta-view .submit-button,
.popup-cta-view .reward-cta {
  width: 100%;
}

.popup-cta-view {
  text-align: left;
}

.popup-main-cta {
  min-height: 58px;
  margin-top: 8px;
  color: var(--green-ink);
  border: 1px solid rgba(255, 209, 92, 0.8);
  background: linear-gradient(135deg, var(--gold), #fff4a8 45%, var(--green));
  box-shadow: 0 18px 46px rgba(10, 102, 255, 0.28), 0 10px 28px rgba(255, 209, 92, 0.28);
  animation: ctaGlow 2.8s ease-in-out infinite;
}

form {
  display: grid;
  gap: 10px;
}

label {
  color: var(--green-ink);
  font-size: 14px;
  font-weight: 900;
}

input {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(10, 102, 255, 0.18);
  border-radius: 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

input:focus {
  border-color: var(--green);
  background: #ffffff;
  box-shadow: 0 0 0 5px rgba(10, 102, 255, 0.12);
}

.consent-row {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: var(--green-ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.consent-row input {
  width: 20px;
  min-height: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--green);
}

.privacy-note,
.form-status {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.form-status {
  min-height: 18px;
  font-weight: 800;
}

.form-status.is-error {
  color: var(--red);
}

.form-status.is-ok {
  color: var(--green-deep);
}

.error-message {
  min-height: 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 850;
}

.submit-button {
  width: 100%;
  margin-top: 6px;
}

.thanks-view {
  position: relative;
  text-align: center;
}

.thanks-icon {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin: 4px auto 16px;
  border-radius: 28px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--blue));
  box-shadow: 0 20px 55px rgba(7, 136, 255, 0.22);
}

.thanks-actions {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.thanks-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 14px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, var(--green), var(--green-deep));
}

.thanks-actions a:first-child {
  background: linear-gradient(135deg, #36baff, #1688c9);
}

.confetti {
  position: absolute;
  inset: -20px;
  pointer-events: none;
  overflow: hidden;
}

.confetti-piece {
  position: absolute;
  top: -12px;
  width: 7px;
  height: 12px;
  border-radius: 2px;
  opacity: 0;
  animation: confettiFall 1200ms ease-out forwards;
}

.reveal {
  opacity: 0;
  transform: translateY(44px) scale(0.98);
  filter: blur(4px);
  transition: opacity 850ms ease, transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

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

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

@keyframes progressIn {
  to {
    opacity: 1;
  }
}

@keyframes particlesIn {
  to {
    opacity: 1;
  }
}

@keyframes loaderZoom {
  0% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }

  70% {
    opacity: 1;
    transform: scale(1.28);
    filter: blur(6px);
  }

  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.72);
    filter: blur(8px);
  }
}

@keyframes shimmerText {
  to {
    background-position: 260% 50%;
  }
}

@keyframes maskMotion {
  from {
    background-position: 0% 40%;
  }

  to {
    background-position: 100% 60%;
  }
}

@keyframes lightSweep {
  to {
    transform: rotate(-12deg) translateX(12vw);
  }
}

@keyframes livePulse {
  to {
    box-shadow: 0 0 0 12px rgba(255, 209, 92, 0);
  }
}

@keyframes buttonShine {
  0%,
  42% {
    left: -42%;
  }

  72%,
  100% {
    left: 122%;
  }
}

@keyframes ctaGlow {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35), 0 18px 44px rgba(10, 102, 255, 0.25), 0 12px 30px rgba(255, 209, 92, 0.16);
  }

  50% {
    box-shadow: 0 0 0 1px rgba(255, 209, 92, 0.42), 0 24px 58px rgba(10, 102, 255, 0.36), 0 18px 42px rgba(255, 209, 92, 0.24);
  }
}

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

@keyframes tickerMove {
  to {
    transform: translateX(-50%);
  }
}

@keyframes floatParticle {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) scale(0.8);
  }

  22%,
  78% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -90px, 0) scale(1.1);
  }
}

@keyframes iconFloat {
  50% {
    transform: translateY(-5px) rotate(3deg);
  }
}

@keyframes monumentFloat {
  50% {
    transform: translateY(-8px) rotate(1deg);
  }
}

@keyframes telegramNudge {
  0%,
  84%,
  100% {
    transform: rotate(0deg) scale(1);
  }

  88% {
    transform: rotate(-8deg) scale(1.05);
  }

  92% {
    transform: rotate(8deg) scale(1.05);
  }

  96% {
    transform: rotate(-4deg) scale(1.03);
  }
}

@keyframes backdropIn {
  to {
    opacity: 1;
    backdrop-filter: blur(8px);
  }
}

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

@keyframes confettiFall {
  0% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateY(220px) rotate(260deg);
  }
}

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

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

@media (min-width: 720px) {
  body {
    cursor: none;
  }

  .cursor-dot,
  .cursor-ring {
    position: fixed;
    z-index: 200;
    display: block;
    pointer-events: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }

  .cursor-dot {
    width: 6px;
    height: 6px;
    background: var(--green);
    box-shadow: 0 0 18px rgba(10, 102, 255, 0.75);
  }

  .cursor-ring {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(10, 102, 255, 0.45);
    transition: width 180ms ease, height 180ms ease, border-color 180ms ease;
  }

  body.cursor-active .cursor-ring {
    width: 50px;
    height: 50px;
    border-color: rgba(255, 209, 92, 0.8);
  }

  .site-header {
    top: 18px;
    right: 28px;
    left: 28px;
    padding: 12px;
  }

  .hero {
    padding: 120px 28px 42px;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 1fr) 310px;
    align-items: end;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(760px, 100%);
  }

  .final-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .hero-actions .signup-bonus-cta,
  .final-actions .signup-bonus-cta {
    grid-column: 1 / -1;
  }

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

  .hero-side {
    min-height: 210px;
    align-content: end;
  }

  .stats-section,
  .benefits-section,
  .experts-section,
  .worldcup-section {
    padding: 104px 28px;
  }

  .stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

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

  .timeline-layout {
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: start;
  }

  .sticky-cta,
  .sticky-register-cta {
    display: none;
  }

  .telegram-float {
    bottom: 26px;
  }

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

@media (max-width: 719px) {
  .header-register-cta {
    display: none;
  }

  .telegram-float {
    display: none;
  }
}

.container,
.section-inner,
.hero-inner,
.hero-shell,
.wrapper {
  width: min(calc(100% - 28px), 1120px);
  margin-inline: auto;
}

main > section:not(.hero):not(.ticker) {
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}

.glass-panel,
.glass-card,
.hero-copy,
.hero-side,
.stat-card,
.benefit-card,
.expert-card,
.schedule-card,
.timeline article {
  border-radius: var(--radius-card) !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: blur(6px) saturate(118%) !important;
}

.hero-copy,
.hero-side,
.stat-card,
.benefit-card,
.schedule-card {
  padding: 18px !important;
}

.expert-card {
  min-height: 340px;
}

.expert-silhouette,
.thanks-icon,
.benefit-card i,
.brand-mark {
  border-radius: 16px;
}

.primary-cta,
.secondary-cta,
.signup-bonus-cta,
.submit-button,
.sticky-cta,
.header-cta,
.header-register-cta,
.thanks-actions a {
  min-height: 46px;
  padding: 12px 18px;
  border-radius: var(--radius-button);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(10, 102, 255, 0.2), 0 8px 22px rgba(255, 209, 92, 0.14);
}

.header-register-cta {
  min-height: 46px;
  padding-inline: 18px;
  font-size: 14px;
}

.secondary-cta,
.thanks-actions a {
  box-shadow: 0 10px 24px rgba(255, 209, 92, 0.18);
}

.site-header {
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(9, 52, 118, 0.1);
  backdrop-filter: blur(6px) saturate(118%);
}

input {
  height: 46px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: var(--radius-input);
  font-size: 15px;
}

.modal-card {
  width: min(440px, 100%);
  max-height: min(85svh, 620px);
  padding: 22px 18px 18px;
  border-radius: var(--radius-popup);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16) !important;
}

.modal-close,
.telegram-float {
  border-radius: 14px;
}

.modal-badge,
.broadcast-pill {
  border-radius: 12px;
}

.benefit-card:hover,
.expert-card:hover {
  box-shadow: 0 16px 42px rgba(7, 31, 91, 0.14), 0 0 24px rgba(255, 209, 92, 0.12);
}

@media (max-width: 768px) {
  .grid,
  .benefits-grid,
  .benefit-grid,
  .experts-grid,
  .expert-grid,
  .stats-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  section {
    padding: 42px 0;
  }

  main > section:not(.hero):not(.ticker) {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .benefit-card,
  .expert-card,
  .stat-card {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .benefit-card h3,
  .expert-content h3,
  .timeline h3 {
    margin-bottom: 6px !important;
    font-size: 18px !important;
  }

  .benefit-card p,
  .expert-content p,
  .timeline p {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .hero,
  .ticker,
  .modal,
  .cinematic-loader {
    max-width: 100%;
    overflow-x: hidden;
  }

  .stats-section,
  .benefits-section,
  .experts-section,
  .worldcup-section,
  .final-cta,
  .privacy-section {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: 160px !important;
  }

  .site-header {
    top: 8px;
    right: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 8px;
    border-radius: 16px;
  }

  .brand-mark {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    font-size: 14px;
  }

  .brand small {
    max-width: 112px;
  }

  .header-cta {
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 12px;
  }

  .cinematic-loader {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    overflow: hidden !important;
  }

  .loader-logo {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 10px !important;
    border-radius: 16px;
    font-size: 17px;
  }

  .loader-monument {
    width: 44px !important;
    height: 44px !important;
    margin: 0 auto 8px !important;
  }

  .loader-title,
  .loader-world,
  .mask-text,
  .loader-mask-text {
    max-width: 300px !important;
    margin: 0 auto 8px !important;
    font-size: clamp(32px, 11vw, 42px) !important;
    line-height: 0.98 !important;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .loader-hashtag,
  .loader-hash {
    display: none !important;
  }

  .loader-stage {
    width: min(320px, calc(100vw - 40px)) !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    transform: none !important;
  }

  .loader-progress {
    position: static !important;
    opacity: 1 !important;
    width: 220px !important;
    max-width: 80vw !important;
    margin: 14px auto 0 !important;
    animation: none !important;
  }

  .loader-progress span {
    margin: 0 0 8px !important;
    font-size: 13px !important;
  }

  .hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100svh !important;
    padding: 16px 18px 18px !important;
  }

  .hero-inner,
  .hero-shell {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    margin-inline: 0;
    place-items: center;
  }

  .hero-card,
  .hero-copy {
    width: 100%;
    max-width: 340px !important;
    margin: 0 auto !important;
    padding: 14px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .broadcast-pill {
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .hero-title,
  .hero h1 {
    max-width: 100%;
    margin: 4px 0 8px !important;
    font-size: clamp(30px, 10vw, 40px) !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
    word-break: normal;
    overflow-wrap: normal;
    text-align: center;
  }

  .hero-subtitle,
  .hero p {
    max-width: 300px !important;
    margin: 0 auto 10px !important;
    font-size: 12.8px !important;
    line-height: 1.32 !important;
    text-align: center;
  }

  .hero-reward {
    gap: 6px;
    max-width: 312px;
    margin: 8px auto 0;
    padding: 10px 12px;
    border-radius: 14px;
    text-align: center;
  }

  .hero-reward strong {
    font-size: clamp(20px, 7vw, 28px);
  }

  .hero-reward span {
    font-size: 12.5px;
    line-height: 1.32;
  }

  .hero-highlights {
    max-width: 312px;
    margin: 8px auto 0;
    gap: 6px;
  }

  .hero-highlights li {
    min-height: 0;
    padding: 9px 10px 9px 30px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.25;
    text-align: left;
  }

  .hero-highlights li::before {
    top: 12px;
    left: 12px;
    width: 8px;
    height: 8px;
  }

  .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 8px !important;
    width: 100%;
    margin-top: 8px !important;
  }

  .hero-actions .signup-bonus-cta {
    display: none;
  }

  .btn,
  .primary-cta,
  .secondary-cta,
  .reward-cta,
  .signup-bonus-cta,
  .submit-button {
    width: 100%;
    min-height: 42px !important;
    justify-content: center;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    text-align: center;
  }

  .hero-side {
    display: none !important;
  }

  .festival-monument {
    width: 48px !important;
    height: 48px !important;
    margin: 6px auto 8px !important;
  }

  .hero-side strong {
    font-size: 28px;
  }

  .hero-side span {
    font-size: 12px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(28px, 10vw, 42px);
    line-height: 1.05;
  }

  .stat-card,
  .benefit-card,
  .expert-card,
  .schedule-card,
  .timeline article {
    max-width: 100%;
  }

  .expert-card {
    min-height: 300px;
  }

  .timeline article {
    padding-right: 16px;
    padding-left: 68px;
  }

  .modal {
    justify-content: center !important;
    align-items: center;
    padding: 0 !important;
  }

  .modal-card,
  .popup-card {
    width: min(340px, calc(100vw - 36px)) !important;
    max-width: min(340px, calc(100vw - 36px)) !important;
    max-height: min(560px, calc(100svh - 40px)) !important;
    overflow-y: auto !important;
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

  .modal-badge,
  .popup-badge {
    padding: 6px 10px !important;
    margin-bottom: 8px !important;
    border-radius: 12px !important;
    font-size: 11.5px !important;
  }

  .modal-title,
  .popup-title,
  .modal h2 {
    margin-right: 34px;
    margin-bottom: 8px !important;
    font-size: 22px !important;
    line-height: 1.08 !important;
  }

  .modal p,
  .popup-desc,
  .modal-desc {
    margin-bottom: 10px !important;
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  form {
    gap: 5px;
  }

  label {
    margin-bottom: 5px !important;
    font-size: 12.5px !important;
  }

  input,
  button {
    font-size: 16px;
  }

  input {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
  }

  .consent-row {
    gap: 7px !important;
    margin: 8px 0 !important;
    font-size: 11.5px;
    line-height: 1.28;
  }

  .consent-row input[type="checkbox"] {
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    min-height: 18px !important;
    margin-top: 2px;
  }

  .consent-row span,
  .consent-row label {
    font-size: 11.5px !important;
    line-height: 1.28 !important;
  }

  .privacy-note {
    margin-bottom: 8px !important;
    font-size: 10.8px !important;
    line-height: 1.3 !important;
  }

  .error-message {
    min-height: 14px;
    font-size: 12px;
  }

  .form-status {
    min-height: 16px;
    font-size: 12px;
  }

  .submit-button {
    position: relative;
    bottom: auto;
    z-index: 2;
    min-height: 50px !important;
    margin-top: 8px !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
  }

  .modal-close,
  .popup-close {
    top: 8px !important;
    right: 8px !important;
    width: 32px !important;
    height: 32px !important;
  }

  .sticky-cta {
    right: 14px !important;
    bottom: calc(max(10px, env(safe-area-inset-bottom)) + 60px) !important;
    left: 14px !important;
    width: auto;
    min-height: 56px !important;
    border-radius: 16px !important;
    font-size: 14px;
  }

  .sticky-register-cta {
    right: 14px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
    left: 14px !important;
    width: auto;
    min-height: 56px !important;
    padding: 10px 12px !important;
    border-radius: 16px !important;
    font-size: 12.8px !important;
    line-height: 1.2;
  }

  .floating-telegram,
  .telegram-float {
    right: 14px !important;
    bottom: calc(max(10px, env(safe-area-inset-bottom)) + 120px) !important;
    width: 46px !important;
    height: 46px !important;
    border-radius: 14px !important;
  }

  .site-footer {
    padding-bottom: 24px;
  }
}
