/* ===== MAIN STYLES ===== */

/* Font Face Definitions */
@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Regular-fmiJouqN.eot');
    src: local('Play Regular'), local('Play-Regular'), 
         url('../fonts/Play-Regular-fmiJouqN.eot#iefix') format('embedded-opentype'), 
         url('../fonts/Play-Regular-nx86hKOM.woff2') format('woff2'), 
         url('../fonts/Play-Regular-BSjrfb9j.woff') format('woff'), 
         url('../fonts/Play-Regular-B633umil.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/Play-Bold-BX48HfaQ.eot');
    src: local('Play Bold'), local('Play-Bold'), 
         url('../fonts/Play-Bold-BX48HfaQ.eot#iefix') format('embedded-opentype'), 
         url('../fonts/Play-Bold-ojSFwfyJ.woff2') format('woff2'), 
         url('../fonts/Play-Bold-C2CN53D2.woff') format('woff'), 
         url('../fonts/Play-Bold-CGyKpEXL.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Light-BoKY-3gC.eot');
    src: local('Unbounded Light'), local('Unbounded-Light'), 
         url('../fonts/Unbounded-Light-BoKY-3gC.eot#iefix') format('embedded-opentype'), 
         url('../fonts/Unbounded-Light-B8SZChGj.woff2') format('woff2'), 
         url('../fonts/Unbounded-Light-BKMK9Z5Y.woff') format('woff'), 
         url('../fonts/Unbounded-Light-Djki_xUq.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Regular-Dr1TvsLK.eot');
    src: local('Unbounded Regular'), local('Unbounded-Regular'), 
         url('../fonts/Unbounded-Regular-Dr1TvsLK.eot#iefix') format('embedded-opentype'), 
         url('../fonts/Unbounded-Regular-CYAi6m3V.woff2') format('woff2'), 
         url('../fonts/Unbounded-Regular-D0iwU0Nw.woff') format('woff'), 
         url('../fonts/Unbounded-Regular-OKO9X6og.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Medium-DKMGnpt2.eot');
    src: local('Unbounded Medium'), local('Unbounded-Medium'), 
         url('../fonts/Unbounded-Medium-DKMGnpt2.eot#iefix') format('embedded-opentype'), 
         url('../fonts/Unbounded-Medium-D38XZIeo.woff2') format('woff2'), 
         url('../fonts/Unbounded-Medium-Cp6BS5pc.woff') format('woff'), 
         url('../fonts/Unbounded-Medium-CGcxho3X.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Bold-BZ2gr-7s.eot');
    src: local('Unbounded Bold'), local('Unbounded-Bold'), 
         url('../fonts/Unbounded-Bold-BZ2gr-7s.eot#iefix') format('embedded-opentype'), 
         url('../fonts/Unbounded-Bold-QfjYPSYa.woff2') format('woff2'), 
         url('../fonts/Unbounded-Bold-DQaKofhU.woff') format('woff'), 
         url('../fonts/Unbounded-Bold--u0qHYNj.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Unbounded';
    src: url('../fonts/Unbounded-Black-B3xL9hgV.eot');
    src: local('Unbounded Black'), local('Unbounded-Black'), 
         url('../fonts/Unbounded-Black-B3xL9hgV.eot#iefix') format('embedded-opentype'), 
         url('../fonts/Unbounded-Black-C5N6am8g.woff2') format('woff2'), 
         url('../fonts/Unbounded-Black-CoRKmFzi.woff') format('woff'), 
         url('../fonts/Unbounded-Black-CvdJh5_m.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* CSS Variables */
:root {
  /* Modern Color Palette */
  --primary-bg: linear-gradient(135deg, #0a0a0a 0%, #0f0f0f 50%, #0a0a0a 100%);
  --secondary-bg: linear-gradient(135deg, #111111 0%, #151515 100%);
  --tertiary-bg: linear-gradient(135deg, #1a1a1a 0%, #1e1e1e 100%);
  --card-bg: linear-gradient(135deg, rgba(17, 17, 17, 0.95) 0%, rgba(21, 21, 21, 0.9) 100%);
  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-hover: rgba(255, 255, 255, 0.08);
  --glass-active: rgba(62, 150, 243, 0.15);
  --border-color: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(62, 150, 243, 0.4);
  --text-primary: #ffffff;
  --text-secondary: rgba(255, 255, 255, 0.8);
  --text-muted: rgba(255, 255, 255, 0.6);
  --accent-blue: #3e96f3;
  --accent-blue-hover: #2d87e0;
  --accent-blue-light: rgba(62, 150, 243, 0.15);
  --accent-blue-glow: rgba(62, 150, 243, 0.3);
  --accent-purple: #8b5cf6;
  --accent-cyan: #06b6d4;
  
  /* Pink variables replaced with blue values */
  --accent-pink: #3e96f3;
  --accent-pink-hover: #2d87e0;
  --accent-pink-light: rgba(62, 150, 243, 0.15);
  --accent-pink-subtle: rgba(62, 150, 243, 0.15);
  --accent-pink-glow: rgba(62, 150, 243, 0.3);
  
  /* Modern Gradients */
  --gradient-primary: linear-gradient(135deg, #3e96f3 0%, #2d87e0 50%, #1e7bd0 100%);
  --gradient-secondary: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  --gradient-accent: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
  --gradient-card: linear-gradient(135deg, rgba(17, 17, 17, 0.95) 0%, rgba(21, 21, 21, 0.9) 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  --gradient-overlay: linear-gradient(135deg, rgba(62, 150, 243, 0.1), rgba(45, 135, 224, 0.05));
  
  /* Enhanced Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 3rem;
  --spacing-3xl: 4rem;
  --spacing-4xl: 5rem;
  
  /* Modern Border Radius */
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --radius-xl: 0px;
  --radius-2xl: 0px;
  --radius-full: 0px;
  --border-radius-sm: 0px;
  --border-radius-md: 0px;
  --border-radius-lg: 0px;
  --border-radius-xl: 0px;
  --border-radius-2xl: 0px;
  --border-radius-full: 0px;
  
  /* Enhanced Shadows */
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 8px 16px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 16px 32px rgba(0, 0, 0, 0.5);
  --shadow-xl: 0 24px 48px rgba(0, 0, 0, 0.6);
  --shadow-blue: 0 0 30px rgba(62, 150, 243, 0.4);
  --shadow-glow: 0 0 40px rgba(62, 150, 243, 0.2);
  --shadow-inset: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  --shadow-pink: 0 0 10px rgba(62, 150, 243, 0.3);
  
  /* Typography */
  --font-primary: 'Unbounded', 'Play', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family: 'Play', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-headings: 'Unbounded', 'Play', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 1rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  --font-size-2xl: 1.5rem;
  --font-size-3xl: 1.875rem;
  --font-size-4xl: 2.25rem;
  --font-size-5xl: 3rem;
  --font-size-6xl: 3.75rem;
  
  /* Modern Transitions */
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-bounce: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-smooth: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  
  /* Backdrop Filters */
  --backdrop-blur-sm: blur(8px);
  --backdrop-blur-md: blur(16px);
  --backdrop-blur-lg: blur(24px);
  --backdrop-blur-xl: blur(32px);
}

/* Video Background */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
  opacity: 0.08;
  mix-blend-mode: luminosity;
}

/* Server Name Highlight */
.server-name {
  background: linear-gradient(90deg, #fff 46%, #fff6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  display: inline-block;
}

/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 16px;
  background: #000000;
}

body {
  font-family: 'Unbounded', var(--font-family);
  background: #00000000 !important;
  color: var(--text-primary);
  line-height: 1.6;
  font-size: var(--font-size-base);
  overflow-x: hidden;
  position: relative;
  background-attachment: fixed;
  max-width: 100vw;
  min-height: 100vh;
}

/* Static Background */
body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.02);
  pointer-events: none;
  z-index: -3;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.01);
  pointer-events: none;
  z-index: -2;
}

/* Static background elements */
.animated-bg {
  display: none;
}

/* Removed floating elements */
.floating-orb {
  display: none;
}

/* Static grid overlay */
.grid-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: 0.3;
}



/* Keyframe animations */
@keyframes subtleFlow {
  0%, 100% { 
    background: 
      linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
      linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
  }
  50% { 
    background: 
      linear-gradient(225deg, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
      linear-gradient(315deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
  }
}

@keyframes gentleShift {
  0%, 100% { 
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 50%, transparent 100%);
  }
  50% { 
    background: linear-gradient(225deg, transparent 0%, rgba(255, 255, 255, 0.04) 50%, transparent 100%);
  }
}

@keyframes gentleFloat {
  0%, 100% { 
    transform: translate(0, 0) scale(1);
    opacity: 0.8;
  }
  50% { 
    transform: translate(40px, -30px) scale(1.15);
    opacity: 1.0;
  }
}

@keyframes subtleFloat {
  0%, 100% { 
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }
  50% { 
    transform: translate(30px, -25px) scale(1.2);
    opacity: 0.9;
  }
}

@keyframes subtleGrid {
  0% { 
    transform: translate(0, 0);
  }
  100% { 
    transform: translate(120px, 120px);
  }
}

/* Performance optimizations */
.animated-bg,
.animated-bg *,
body::before,
body::after {
  will-change: transform, opacity;
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Responsive design - reduce animations on mobile */
@media (max-width: 768px) {
  .floating-orb {
    opacity: 0.5;
  }
  
  body::before,
  body::after {
    animation-duration: 60s;
  }
  
  .animated-bg::before,
  .animated-bg::after {
    animation-duration: 80s;
  }
}

@media (max-width: 480px) {
  .grid-pattern {
    opacity: 0.1;
  }
  
  .floating-orb {
    display: none;
  }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  .animated-bg *,
  body::before,
  body::after {
    animation: none !important;
  }
  
  .animated-bg {
    opacity: 0.3;
  }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-family-headings);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: var(--spacing-md);
}

h1 {
  font-size: var(--font-size-4xl);
  font-weight: 700;
}

h2 {
  font-size: var(--font-size-3xl);
}

h3 {
  font-size: var(--font-size-2xl);
}

h4 {
  font-size: var(--font-size-xl);
}

h5 {
  font-size: var(--font-size-lg);
}

h6 {
  font-size: var(--font-size-base);
}

p {
  margin-bottom: var(--spacing-md);
}

a {
  color: var(--accent-blue);
  text-decoration: none;
  transition: var(--transition-base);
}

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

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--spacing-lg);
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    padding: 0 var(--spacing-md);
  }
}

/* ===== PLAYON STYLE COMPONENTS ===== */
.app {
  min-height: 100vh;
  background: transparent;
  position: relative;
}

.app_Wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.page-content {
  position: relative;
  z-index: 10;
}

.content-section {
  position: relative;
  padding: 80px 0;
}

.content-section_Wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-section_Inner {
  position: relative;
  width: 100%;
}

.section {
  padding: 80px 0;
}

.section-subtitle {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ===== HERO STYLES ===== */
.hero {
  position: relative;
  text-align: center;
  padding: 100px 0;
}

/* Hero Container Layout */
.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  max-width: 1200px;
  position: relative;
  height: 100vh;
  min-height: 600px;
}

.hero--header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1;
  max-width: 600px;
}

.hero-image {
  flex: 0 0 auto;
  max-width: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.character-img {  
  transition: all 0.3s ease;
  max-width: 10000px;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  
  .hero--header {
    align-items: center;
    max-width: none;
  }
  
  .hero-image {
    order: -1;
    max-width: 300px;
  }
}

@media (max-width: 768px) {
  .hero-container {
    padding: 0 15px;
    gap: 30px;
  }
  
  .hero-image {
    max-width: 250px;
  }
}

.hero--header__heading .text {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--text-primary);
  text-shadow: 0 0 20px var(--accent-blue-glow);
  line-height: 1.2;
  margin-bottom: 0;
}

.hero--header__sub-heading .text {
  font-size: 1.3rem;
  color: var(--text-secondary);
  max-width: 600px;
  line-height: 1.6;
  margin: 0;
}

.hero--header__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===== BUTTON STYLES ===== */
.button {
  display: inline-block;
  text-decoration: none;
}

.button-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 44px;
  font-size: 21px;
  line-height: 24px;
  font-family: var(--font-heading);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: white;
  background: linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-blue-hover) 100%);
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 
    inset 0 0 14px rgba(255, 255, 255, 0.35),
    0 8px 32px rgba(62, 150, 243, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.button-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
  z-index: 1;
}

.button-primary::after {
  content: '';
  position: absolute;
  inset: 0;
  padding: 2px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  border-radius: inherit;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  z-index: 0;
}

.button-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 
    inset 0 0 14px rgba(255, 255, 255, 0.5),
    0 15px 45px rgba(62, 150, 243, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.2),
    0 0 30px rgba(62, 150, 243, 0.3);
  background: linear-gradient(135deg, var(--accent-blue-hover) 0%, var(--accent-blue) 100%);
}

.button-primary:hover::before {
  left: 100%;
}

.button-primary:active {
  transform: translateY(0) scale(0.98);
  transition: all 0.1s ease;
}

.button-primary_Inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.button-primary:hover:before {
  transform: translate(-5px, -5px);
}

.button-primary:hover:after {
  transform: translate(5px, 5px);
}

.button-primary[data-theme="accented"] {
  background: var(--accent-blue);
}

.button-primary[data-theme="accented"]:hover {
  background: var(--accent-blue-hover);
}

.button-primary[data-theme="primary"] {
  background: transparent;
  color: var(--text-primary);
  box-shadow: inset 0 0 14px rgba(59, 130, 246, 0.2);
}

.button-primary[data-theme="primary"]:hover {
  background: rgba(59, 130, 246, 0.1);
}

.button-primary_Inner {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 15px;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}

/* ===== FEATURES STYLES ===== */
.features {
  position: relative;
}

.features--header {
  text-align: center;
  margin-bottom: 60px;
}

.features--header__heading .text {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #fff 46%, #fff6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 0 20px var(--accent-blue-glow);
  margin: 0;
  display: inline-block;
}

.features--list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .features--list {
    padding: 0 40px;
  }
}

@media (min-width: 1024px) {
  .features--list {
    padding: 0;
  }
}

/* ===== MODERN LIST STYLES ===== */
.feature-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.feature-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    rgba(62, 150, 243, 0.05) 0%, 
    rgba(45, 135, 224, 0.03) 50%,
    rgba(0, 191, 255, 0.02) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  border-radius: 16px;
}

.feature-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(62, 150, 243, 0.3);
  transform: translateX(8px);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.2),
    0 4px 16px rgba(62, 150, 243, 0.1);
}

.feature-item:hover::before {
  opacity: 1;
}

.feature-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.feature-item__icon svg {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease;
}

.feature-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
  position: relative;
  z-index: 2;
}

.feature-item__title {
  font-family: var(--font-family-headings);
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.01em;
  line-height: 1.3;
  margin: 0;
  transition: all 0.4s ease;
}

.feature-item__description {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  transition: all 0.4s ease;
}

.feature-item:hover .feature-item__title {
  color: #ffffff;
  text-shadow: 0 2px 12px rgba(62, 150, 243, 0.3);
}

.feature-item:hover .feature-item__description {
  color: rgba(255, 255, 255, 0.9);
}

.feature-item:hover .feature-item__icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(62, 150, 243, 0.3);
  box-shadow: 0 4px 16px rgba(62, 150, 243, 0.2);
}

.feature-item:hover .feature-item__icon svg {
  color: rgba(62, 150, 243, 1);
  transform: scale(1.1);
}

/* Responsive adjustments for feature list */
@media (max-width: 768px) {
  .feature-item {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding: 1.25rem;
  }
  
  .feature-item:hover {
    transform: translateY(-4px);
  }
  
  .feature-item__content {
    gap: 0.75rem;
  }
}

/* Background and overlay */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0a0a0a 0%, #111111 100%);
  background-attachment: fixed;
  z-index: -2;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  background-attachment: fixed;
  z-index: -1;
}

/* Минималистичный фоновый эффект */
.minimal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -2;
  background: 
    radial-gradient(circle at 20% 80%, rgba(62, 150, 243, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(45, 135, 224, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(0, 191, 255, 0.05) 0%, transparent 50%);
  animation: minimalFloat 15s ease-in-out infinite;
}

.minimal-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(45deg, transparent 30%, rgba(62, 150, 243, 0.02) 50%, transparent 70%),
    linear-gradient(-45deg, transparent 30%, rgba(45, 135, 224, 0.02) 50%, transparent 70%);
  animation: minimalShift 20s linear infinite;
}

@keyframes minimalFloat {
  0%, 100% { 
    transform: translateY(0px) scale(1);
    opacity: 0.8;
  }
  50% { 
    transform: translateY(-20px) scale(1.05);
    opacity: 1;
  }
}

@keyframes minimalShift {
  0% { transform: translateX(-100px) rotate(0deg); }
  50% { transform: translateX(100px) rotate(180deg); }
  100% { transform: translateX(-100px) rotate(360deg); }
}

/* Side navigation styles */
.side-navigation {
    position: fixed;
    top: 50%;
    right: var(--spacing-2xl);
    transform: translateY(-50%);
    z-index: 1000;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    transition: var(--transition-base);
}



.side-navigation_Wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.side-navigation--links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.side-navigation-link {
    background: linear-gradient(90deg, #fff 46%, #fff6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Unbounded', sans-serif;
    font-size: var(--font-size-sm);
    font-weight: 500;
    text-decoration: none;
    padding: var(--spacing-xs) 0;
    transition: var(--transition-smooth);
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    letter-spacing: 0.5px;
}

.side-navigation-link::before {
    content: '▶';
    margin-right: var(--spacing-sm);
    color: #3B82F6;
    font-size: 0.7rem;
    opacity: 0;
    transform: translateX(-8px);
    transition: all 0.3s ease;
}

.side-navigation-link::after {
    display: none;
}

.side-navigation-link:hover {
    background: linear-gradient(90deg, #fff 46%, #fff6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transform: translateX(-4px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}

.side-navigation-link:hover::before {
    opacity: 1;
    transform: translateX(0);
}



.side-navigation-link[data-active=""] {
    background: linear-gradient(90deg, #fff 46%, #fff6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 600;
    text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

.side-navigation-link[data-active=""]::before {
    opacity: 1;
    transform: translateX(0);
}



/* Responsive side navigation */
@media (max-width: 1023px) {
    .side-navigation {
        display: none;
    }
}

/* Enhanced animations for side navigation */
@media (prefers-reduced-motion: no-preference) {
    .side-navigation {
        animation: modernFloat 6s ease-in-out infinite;
    }
    
    .side-navigation-link {
        animation: shimmer 3s ease-in-out infinite;
        animation-delay: calc(var(--i, 0) * 0.2s);
    }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .minimal-background {
    animation-duration: 20s;
  }
  
  .minimal-background::before {
    animation-duration: 25s;
  }
  
  .btn:hover {
    transform: none;
  }
  
  .feature-card:hover,
  .roadmap-item:hover,
  .step:hover {
    transform: none;
  }
  
  .navigation-link:hover::after {
    width: 0;
  }
}

/* ===== NAVIGATION ===== */
.navigation {
  position: fixed;
  z-index: 50;
  display: flex;
  height: 80px;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid var(--glass-border);

  transition: var(--transition-base);
}

.navigation::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient-primary);
  opacity: 0.6;
}

.navigation.scrolled {
  background: #000000;
  box-shadow: var(--shadow-lg), var(--shadow-glow);
  border-bottom-color: var(--border-hover);
}

.navigation.scrolled::before {
  opacity: 1;
  box-shadow: var(--shadow-blue);
}

.navigation_Wrapper {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 0.5rem;
  width: 100%;
  max-width: 1530px;
}

.navigation_Inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  position: relative;
}

.navigation--decorative {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-blue), transparent);
}

.navigation--logo {
  position: relative;
  height: 80px;
  width: 96px;
  border-left: 1px solid rgb(40, 40, 40);
  border-right: 1px solid rgb(40, 40, 40);
  background-image: url('../images/grid.svg');
  background-size: cover;
}

.navigation--logo:hover .logo-primary {
  transform: translateY(-2px);
}

/* Декоративные световые элементы логотипа */
.decor-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.logo-decor-light_Wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo-decor-light .light_default,
.logo-decor-light .light_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-property: opacity;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.navigation--logo .logo-decor-light .light_hover {
    opacity: 0;
}

.navigation--logo:hover .logo-decor-light .light_default,
.navigation--logo:focus .logo-decor-light .light_default {
    opacity: 0;
}

.navigation--logo:hover .logo-decor-light .light_hover,
.navigation--logo:focus .logo-decor-light .light_hover {
    opacity: 1;
}

.navigation--logo__logo {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-text {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #3B82F6;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    text-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.logo-text:hover {
    color: #3e96f3;
    text-shadow: 0 0 15px rgba(62, 150, 243, 0.6);
}

.navigation--logo svg {
  width: 100%;
  height: 100%;
  fill: var(--accent-blue);
}

.logo-primary {
  display: flex;
  align-items: center;
  font-size: var(--font-size-xl);
  font-weight: 700;
  color: var(--text-primary);
}

.navigation--links {
    display: none;
}

@media (min-width: 1024px) {
    .navigation--links {
        margin-left: 45px;
        display: flex;
    }
}

.navigation--links li {
    position: relative;
    display: flex;
    align-items: center;
}

.navigation--links li:first-child {
    padding-right: 40px;
}

.navigation--links li:last-child {
    padding-left: 40px;
}

.navigation--links li:not(:first-child, :last-child) {
    padding-left: 40px;
    padding-right: 40px;
}

.navigation--links li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    height: 16px;
    width: 1px;
    background-color: rgb(64, 64, 64);
}

.navigation-link {
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.01em;
    color: rgb(229, 229, 229);
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'Play', sans-serif;
    font-weight: 400;
}

@media (min-width: 1024px) {
  .navigation-link {
    font-size: 20px;
    line-height: 23px;
  }
}

.navigation-link:hover,
.navigation-link[data-active] {
  color: rgb(229, 229, 229)
}



.navigation--auth {
  margin-left: auto;
  display: flex;
  column-gap: 10px;
}

@media (min-width: 1024px) {
  .navigation--auth {
    column-gap: 20px;
  }
}

.auth-button {
  position: relative;
  display: flex;
  width: 43px;
  height: 43px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .auth-button {
    width: auto;
    height: auto;
  }
}

.auth-button__text {
    display: none;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgb(255, 255, 255);
    font-family: 'Play', sans-serif;
    font-weight: 400;
}

@media (min-width: 1024px) {
  .auth-button__text {
    display: block;
  }
}

.auth-button__icon {
  display: block;
  width: 25px;
  height: 25px;
}

@media (min-width: 1024px) {
  .auth-button__icon {
    display: none;
  }
}

.auth-button[data-theme="primary"] {
  background-color: rgb(62, 150, 243);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.35);
}

@media (min-width: 1024px) {
  .auth-button[data-theme="primary"] {
    padding: 12px 30px;
  }
}

.auth-button[data-theme="primary"]:before,
.auth-button[data-theme="primary"]:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 20px;
  color: white;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-color: rgba(255, 255, 255, 0.4);
}

.auth-button[data-theme="primary"]:before {
  left: 0;
  top: 0;
  border-top: 1px solid;
  border-left: 1px solid;
   color: white;
}

.auth-button[data-theme="primary"]:after {
  right: 0;
  bottom: 0;
   color: white;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

.auth-button[data-theme="primary"]:hover:before {
  transform: translate(-5px, -5px);
}

.auth-button[data-theme="primary"]:hover:after {
  transform: translate(5px, 5px);
}

.auth-button[data-theme="primary"]:hover {
  background-color: rgb(45, 135, 224);
  box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.35);
}

/* Mobile menu */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
  z-index: 1002;
  position: relative;
}

.navigation--mobile-menu-init {
  margin-left: 10px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .navigation--mobile-menu-init {
    display: none;
  }
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: var(--text-primary);
  margin: 3px 0;
  transition: var(--transition-base);
  border-radius: 0;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.mobile-menu[data-status="active"] {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu[data-status="closed"] {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.mobile-menu_Wrapper {
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 120px;
}

.mobile-menu--links {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  text-align: center;
}

.mobile-menu .navigation-link {
    color: rgb(229, 229, 229);
    font-size: 1.875rem;
    line-height: 2.25rem;
    letter-spacing: 0.01em;
    font-family: 'Play', sans-serif;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
    display: block;
    transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu .navigation-link:hover {
  color: rgb(62, 150, 243);
}

.mobile-menu .navigation--auth {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  align-items: center;
  justify-content: center;
}

.mobile-menu .btn {
  color: white;
  background: var(--gradient-primary);
  border: 2px solid transparent;
  min-width: 200px;
  justify-content: center;
}

.mobile-menu .btn-secondary {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border-color);
}

/* Modern Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--spacing-sm);
  padding: 14px 28px;
  border: none;
  border-radius: var(--border-radius-xl);
  font-family: var(--font-family-headings);
  font-size: var(--font-size-base);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: var(--transition-bounce);
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  box-shadow: var(--shadow-md), var(--shadow-inset);

}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: var(--transition-fast);
  z-index: 1;
}

.btn:hover::before {
  left: 100%;
}

.btn::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: var(--gradient-primary);
  border-radius: var(--border-radius-xl);
  z-index: -1;
  opacity: 0;
  transition: var(--transition-base);
  filter: blur(8px);
}

.btn:hover::after {
  opacity: 0.7;
  filter: blur(12px);
}

.btn-primary {
  background: var(--gradient-primary);
  color: white;
  border: 2px solid transparent;
  position: relative;
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-xl), var(--shadow-blue);
}

.btn-primary:active {
  transform: translateY(-1px) scale(1.01);
}

.btn-secondary {
  background: var(--glass-bg);
  color: var(--text-primary);
  border: 2px solid var(--glass-border);

}

.btn-secondary:hover {
  border-color: var(--accent-blue);
  color: white;
  background: var(--gradient-overlay);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), 0 0 20px rgba(62, 150, 243, 0.3);
}

.btn-lg {
  padding: 18px 36px;
  font-size: var(--font-size-lg);
  border-radius: var(--border-radius-2xl);
}

/* Main content */
.main-content {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

/* Modern Hero Section */
.hero-section {
  padding: 140px 0;
  position: relative;
  overflow: visible;
  background: var(--gradient-glass);

}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 30% 20%, rgba(62, 150, 243, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 70% 80%, rgba(139, 92, 246, 0.08) 0%, transparent 50%);
  z-index: -1;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-3xl);
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-text {
  z-index: 3;
}

.hero-title {
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 900;
  margin-bottom: var(--spacing-xl);
  font-family: var(--font-family-headings);
  background: linear-gradient(135deg, #ffffff 0%, #3e96f3 30%, #8b5cf6 60%, #ffffff 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: gradientShift 4s ease-in-out infinite;
  text-shadow: 0 0 40px rgba(62, 150, 243, 0.3);
  line-height: 1.1;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  33% { background-position: 50% 0%; }
  66% { background-position: 100% 50%; }
}

.hero-subtitle {
  font-size: var(--font-size-3xl);
  color: var(--text-secondary);
  margin-bottom: var(--spacing-xl);
  font-weight: 500;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: var(--font-size-xl);
  color: var(--text-muted);
  margin-bottom: var(--spacing-3xl);
  line-height: 1.8;
  max-width: 90%;
}

.hero-actions {
  display: flex;
  gap: var(--spacing-xl);
  flex-wrap: wrap;
}

/* Roadmap */


.roadmap-title {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-xl);
  text-align: center;
  color: var(--accent-blue);
}

.roadmap-items {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-lg);
}

.roadmap-item {
  display: flex;
  align-items: flex-start;
  gap: var(--spacing-lg);
  padding: var(--spacing-lg);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-md);
  transition: var(--transition-base);
}

.roadmap-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-hover);
  transform: translateX(8px);
}

.roadmap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--gradient-primary);
  border-radius: 0;
  color: white;
  font-size: var(--font-size-xl);
  flex-shrink: 0;
}

.roadmap-content h4 {
  font-size: var(--font-size-lg);
  margin-bottom: var(--spacing-sm);
  color: var(--text-primary);
}

.roadmap-content p {
  color: var(--text-muted);
  margin: 0;
}

/* Sections */
.section-title {
  font-size: var(--font-size-3xl);
  text-align: center;
  margin-bottom: var(--spacing-2xl);
  color: var(--text-primary);
}

/* Modern Features Section */
.features-section {
  padding: 100px 0;
  position: relative;
}

.features-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-overlay);
  opacity: 0.3;
  z-index: -1;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--spacing-2xl);
}

.feature-card {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--border-radius-2xl);
  padding: var(--spacing-3xl);
  text-align: center;
  transition: var(--transition-bounce);

  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-glass);
  opacity: 0;
  transition: var(--transition-base);
  z-index: -1;
}

.feature-card:hover {
  border-color: var(--border-hover);
  transform: translateY(-12px) scale(1.02);
  box-shadow: var(--shadow-xl), var(--shadow-glow);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: var(--gradient-primary);
  border-radius: 50%;
  margin: 0 auto var(--spacing-xl);
  color: white;
  font-size: var(--font-size-3xl);
  box-shadow: var(--shadow-lg), var(--shadow-blue);
  transition: var(--transition-bounce);
}

.feature-card:hover .feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: var(--shadow-xl), var(--shadow-glow);
}

.feature-card h3 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--spacing-lg);
  color: var(--text-primary);
  font-family: var(--font-family-headings);
  transition: var(--transition-base);
}

.feature-card:hover h3 {
  color: var(--accent-blue);
  text-shadow: 0 0 20px rgba(62, 150, 243, 0.5);
}

.feature-card p {
  color: var(--text-muted);
  margin: 0;
  font-size: var(--font-size-lg);
  line-height: 1.6;
  transition: var(--transition-base);
}

.feature-card:hover p {
  color: var(--text-secondary);
}

/* Start section */
.start-section {
  padding: 80px 0;
}

.start-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: var(--spacing-xl);
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--spacing-2xl);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-lg);
  transition: var(--transition-base);
}

.step:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--border-hover);
  transform: translateY(-4px);
}

.step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--gradient-primary);
  border-radius: 50%;
  color: white;
  font-size: var(--font-size-2xl);
  font-weight: 700;
  margin-bottom: var(--spacing-lg);
}

.step-content h3 {
  font-size: var(--font-size-xl);
  margin-bottom: var(--spacing-md);
  color: var(--text-primary);
}

.step-content p {
  color: var(--text-muted);
  margin: 0;
}

/* Contact section */
.contact-section {
  padding: 80px 0;
}

.contact-content {
  text-align: center;
}

.contact-description {
  font-size: var(--font-size-lg);
  color: var(--text-muted);
  margin-bottom: var(--spacing-2xl);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Modern Footer */
.footer {
  padding: var(--spacing-3xl) 0;
  background: var(--glass-bg);
  border-top: 1px solid var(--glass-border);
  backdrop-filter: var(--backdrop-blur-lg);
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient-primary);
  opacity: 0.6;
}

.footer-content {
  text-align: center;
  color: var(--text-secondary);
  font-size: var(--font-size-lg);
  position: relative;
  z-index: 2;
}

/* Responsive design */
@media (max-width: 1024px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: var(--spacing-xl);
    text-align: center;
  }
  
  .roadmap {
    order: 2;
  }
}

@media (max-width: 1023px) {
  .navigation--links {
    display: none;
  }
  
  .navigation--mobile-menu-init {
    display: flex;
  }
}

@media (max-width: 768px) {
  .mobile-menu.active .navigation--links {
    display: flex;
  }
  
  .navigation--auth {
    display: none;
  }
  
  .mobile-menu.active .navigation--auth {
    display: flex;
  }
  
  .mobile-menu-toggle {
    display: flex;
  }
  
  .hero-section {
    padding: 80px 0;
  }
  
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  
  .roadmap-item {
    flex-direction: column;
    text-align: center;
  }
  
  .roadmap-item:hover {
    transform: translateY(-4px);
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .start-steps {
    grid-template-columns: 1fr;
  }
  
  .feature-card {
    padding: var(--spacing-lg);
  }
  
  .step {
    padding: var(--spacing-lg);
  }
}

/* Tablet styles */
@media (max-width: 1024px) and (min-width: 769px) {
  .hero-content {
    gap: var(--spacing-xl);
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .start-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small mobile styles */
@media (max-width: 480px) {
  .container {
    padding: 0 var(--spacing-sm);
  }
  
  .navigation {
    padding: var(--spacing-sm) 0;
  }
  
  .main-content {
    margin-top: 60px;
  }
  
  .hero-section {
    padding: 60px 0;
  }
  
  .hero-title {
    font-size: 2rem;
    margin-bottom: var(--spacing-md);
  }
  
  .hero-subtitle {
    font-size: var(--font-size-lg);
    margin-bottom: var(--spacing-md);
  }
  
  .hero-description {
    font-size: var(--font-size-base);
    margin-bottom: var(--spacing-lg);
  }
  
  .section-title {
    font-size: var(--font-size-2xl);
    margin-bottom: var(--spacing-lg);
  }
  
  .btn {
    padding: 10px 20px;
    font-size: var(--font-size-sm);
    gap: var(--spacing-xs);
  }
  
  .btn-lg {
    padding: 12px 24px;
    font-size: var(--font-size-base);
  }
  
  .roadmap {
    padding: var(--spacing-lg);
  }
  
  .roadmap-title {
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-lg);
  }
  
  .roadmap-item {
    padding: var(--spacing-md);
    gap: var(--spacing-md);
  }
  
  .roadmap-icon {
    width: 40px;
    height: 40px;
    font-size: var(--font-size-lg);
  }
  
  .feature-card {
    padding: var(--spacing-lg);
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-md);
  }
  
  .step {
    padding: var(--spacing-lg);
  }
  
  .step-number {
    width: 50px;
    height: 50px;
    font-size: var(--font-size-xl);
    margin-bottom: var(--spacing-md);
  }
  
  .features-section,
  .start-section,
  .contact-section {
    padding: 60px 0;
  }
}

/* Game Start Button - точная копия auth-button[data-theme="primary"] */
.game-start-button {
    position: relative;
    display: flex;
    width: 43px;
    height: 43px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: center;
    justify-content: center;
    background-color: rgb(62, 150, 243);
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.35);
    text-decoration: none;
}

@media (min-width: 1024px) {
    .game-start-button {
        width: auto;
        height: auto;
        padding: 12px 30px;
    }
}

.game-start-button__icon {
    display: block;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
    .game-start-button__icon {
        display: none !important;
    }
}

.game-start-button__text {
    display: none;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgb(255, 255, 255);
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .game-start-button__text {
        display: block;
    }
}

.game-start-button:before,
.game-start-button:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 20px;
    height: 20px;
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-color: rgba(255, 255, 255, 0.4);
}

.game-start-button:before {
    left: 0;
    top: 0;
    color: white;
    border-top: 1px solid;
    border-left: 1px solid;
}

.game-start-button:after {
    right: 0;
    bottom: 0;
    border-bottom: 1px solid;
    color: white;
    border-right: 1px solid;
}

.game-start-button:hover:before {
    transform: translate(-5px, -5px);
}

.game-start-button:hover:after {
    transform: translate(5px, 5px);
}

.game-start-button:hover {
    background-color: rgb(45, 135, 224);
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.35);
}

/* Features Button - точная копия auth-button[data-theme="primary"] */
.features-button {
    position: relative;
    display: flex;
    width: 43px;
    height: 43px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    align-items: center;
    justify-content: center;
    background-color: rgb(32 78 126);
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.35);
    text-decoration: none;
}

@media (min-width: 1024px) {
    .features-button {
        width: auto;
        height: auto;
        padding: 12px 30px;
    }
}

.features-button__icon {
    display: block;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

@media (min-width: 1024px) {
    .features-button__icon {
        display: none !important;
    }
}

.features-button__text {
    display: none;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.01em;
    color: rgb(255, 255, 255);
    font-family: 'Unbounded', sans-serif;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .features-button__text {
        display: block;
    }
}

.features-button:before,
.features-button:after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 20px;
    color: white;
    height: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-color: rgba(255, 255, 255, 0.4);
}

.features-button:before {
    left: 0;
    top: 0;
    border-top: 1px solid;
     color: white;
    border-left: 1px solid;
}

.features-button:after {
    right: 0;
    bottom: 0;
    border-bottom: 1px solid;
     color: white;
    border-right: 1px solid;
}

.features-button:hover:before {
    transform: translate(-5px, -5px);
}

.features-button:hover:after {
    transform: translate(5px, 5px);
}

.features-button:hover {
    background-color: rgb(45, 135, 224);
    box-shadow: inset 0 0 14px rgba(255, 255, 255, 0.35);
}

/* Extra small mobile styles */
@media (max-width: 360px) {
  .hero-title {
    font-size: 1.75rem;
  }
  
  .hero-subtitle {
    font-size: var(--font-size-base);
  }
  
  .section-title {
    font-size: var(--font-size-xl);
  }
  
  .btn {
    padding: 8px 16px;
    font-size: var(--font-size-xs);
  }
  
  .btn-lg {
    padding: 10px 20px;
    font-size: var(--font-size-sm);
  }
  
  .roadmap-item {
    padding: var(--spacing-sm);
  }
  
  .feature-card,
  .step {
    padding: var(--spacing-md);
  }
  
  .game-start-button,
  .features-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* Секция новостей */
.news {
    padding: 80px 0;
}

.news--header {
    text-align: center;
    margin-bottom: 60px;
}

.news--header__heading h2 {
    font-family: 'Unbounded', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fff 46%, #fff6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px var(--accent-blue-glow);
    margin: 0;
    display: inline-block;
}

.news--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.news-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 60px 40px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    backdrop-filter: blur(10px);
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(62, 150, 243, 0.3);
    border-top: 3px solid var(--accent-blue);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Минималистичные кнопки для новостей */
.news-button-modern,
.news-button-gradient,
.news-button-neon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.news-button-modern:hover,
.news-button-gradient:hover,
.news-button-neon:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-decoration: none;
}

.news-button-modern .icon,
.news-button-gradient .icon,
.news-button-neon .icon {
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}

.news-button-modern:hover .icon,
.news-button-gradient:hover .icon,
.news-button-neon:hover .icon {
    transform: translateX(2px);
}

.news-placeholder .text {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin: 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    width: 100%;
}

.news-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.news-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(var(--accent-blue-rgb), 0.3);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.news-title {
    margin: 0 0 12px 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.news-title a {
    color: var(--text-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

.news-title a:hover {
    color: var(--accent-blue);
}

.news-excerpt {
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0 0 16px 0;
    font-size: 0.95rem;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: var(--text-secondary);
}

.news-meta a {
    color: var(--accent-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.news-meta a:hover {
    color: var(--accent-blue-light);
}

.error-message {
    text-align: center;
    color: var(--text-secondary);
    font-size: 1.1rem;
    padding: 40px;
    grid-column: 1 / -1;
}

/* Roadmap Section */
.roadmap {
    max-width: 1200px;
    margin: 0 auto;
}

.roadmap--header {
    text-align: center;
    margin-bottom: 2rem;
}

.roadmap--header__heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fff 46%, #fff6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px var(--accent-blue-glow);
    margin-bottom: 1rem;
    display: inline-block;
}

.roadmap--list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .roadmap--list {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .roadmap--list {
        padding: 0;
    }
}

.roadmap-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

.roadmap-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, 
        rgba(62, 150, 243, 0.05) 0%, 
        rgba(45, 135, 224, 0.03) 50%,
        rgba(0, 191, 255, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    border-radius: 16px;
}

.roadmap-item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(62, 150, 243, 0.3);
    transform: translateX(8px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.2),
        0 4px 16px rgba(62, 150, 243, 0.1);
}

.roadmap-item:hover::before {
    opacity: 1;
}

.roadmap-item:hover::before {
    opacity: 1;
}

.roadmap-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.roadmap-item__icon svg {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s ease;
}

.roadmap-item:hover .roadmap-item__icon {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(62, 150, 243, 0.3);
    box-shadow: 0 4px 16px rgba(62, 150, 243, 0.2);
}

.roadmap-item:hover .roadmap-item__icon svg {
    color: rgba(62, 150, 243, 1);
    transform: scale(1.1);
}

.roadmap-item__content {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
    position: relative;
    z-index: 2;
}

.roadmap-item__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.roadmap-item__title {
    font-family: var(--font-family-headings);
    font-size: 1.25rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin: 0;
    transition: all 0.4s ease;
    flex: 1;
}

.roadmap-item:hover .roadmap-item__title {
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(62, 150, 243, 0.3);
}

.roadmap-item__description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.01em;
    margin: 0;
    transition: all 0.4s ease;
}

.roadmap-item:hover .roadmap-item__description {
    color: rgba(255, 255, 255, 0.9);
}

.roadmap-item__date {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.75rem;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    flex-shrink: 0;
    white-space: nowrap;
}

.roadmap-item:hover .roadmap-item__date {
    background: rgba(62, 150, 243, 0.2);
    color: rgba(62, 150, 243, 1);
    border-color: rgba(62, 150, 243, 0.4);
    box-shadow: 0 2px 8px rgba(62, 150, 243, 0.2);
    transform: scale(1.05);
}

/* Start Playing Section */
.start-playing {
    max-width: 1000px;
    margin: 0 auto;
}

.start-playing--header {
    text-align: center;
    margin-bottom: 3rem;
}

.start-playing--header__heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(90deg, #fff 46%, #fff6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px var(--accent-blue-glow);
    margin-bottom: 1rem;
    display: inline-block;
}

.start-playing--steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.step-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 3rem 2.5rem;
    background: linear-gradient(135deg, rgba(17, 17, 17, 0.95) 0%, rgba(21, 21, 21, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(20px);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.step-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(62, 150, 243, 0.1), rgba(45, 135, 224, 0.05));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.step-card:hover {
    border-color: rgba(62, 150, 243, 0.4);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(62, 150, 243, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: translateY(-8px) scale(1.02);
}

.step-card:hover::before {
    opacity: 1;
}

.step-card__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #3e96f3, #2d87e0);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
    box-shadow: 0 6px 20px rgba(62, 150, 243, 0.4);
    transition: all 0.3s ease;
}

.step-card:hover .step-card__number {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(62, 150, 243, 0.6);
}

.step-card__content {
    position: relative;
    z-index: 2;
}

.step-card__content h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1.2rem;
    transition: all 0.3s ease;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.step-card:hover .step-card__content h3 {
    color: #ffffff;
    text-shadow: 0 0 15px rgba(62, 150, 243, 0.6);
    transform: translateY(-2px);
}

.step-card__content p {
    color: var(--text-secondary);
    line-height: 1.6;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.step-card:hover .step-card__content p {
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

/* Modern Contact Section */
.contact {
    padding: 120px 0;
    position: relative;
    backdrop-filter: var(--backdrop-blur-sm);
}

.contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.contact--header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.contact--header__heading h2 {
    font-family: var(--font-family-headings);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #fff 46%, #fff6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 20px var(--accent-blue-glow);
    display: inline-block;
}

.contact--header__description .text {
    color: var(--text-secondary);
    font-size: var(--font-size-xl);
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.contact--links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.contact--links .button {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 0;
    padding: 2rem;
    color: #ffffff;
    font-family: var(--font-family-headings);
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 140px;
    cursor: pointer;
}

.contact--links .button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
}

.contact--links .button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #3e96f3;
    transition: all 0.3s ease;
    z-index: 1;
}

.contact--links .button .icon {
    display: none;
}

.contact--links .button[href*="t"]:hover {
    box-shadow: 0 8px 25px rgba(84, 199, 236, 0.4);
    border-color: #54C7EC;
}

.contact--links .button[href*="vk"]:hover {
    box-shadow: 0 8px 25px rgba(76, 117, 163, 0.4);
    border-color: #4C75A3;
}

.contact--links .button .text {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
}

.contact--links .button .subtitle {
    font-size: 0.8rem;
    color: #666666;
    font-weight: 400;
    transition: all 0.3s ease;
}

.contact--links .button:hover {
    transform: translateY(-2px);
}

.contact--links .button:hover::before {
    opacity: 1;
}

.contact--links .button:hover::after {
    width: 100%;
}

.contact--links .button:hover .text {
    color: #ffffff;
}

.contact--links .button:hover .subtitle {
    color: #999999;
}

.contact--links .button:active {
    transform: translateY(0);
    transition: all 0.1s ease;
}





/* Адаптивные стили для мобильных устройств */
@media (max-width: 768px) {
    .contact--links {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0 1rem;
    }
    
    .contact--links .button {
        padding: 1.5rem;
        min-height: 120px;
        font-size: 1rem;
    }
    
    .contact--links .button .icon {
        font-size: 1.8rem;
        margin-bottom: 0.8rem;
    }
    
    .contact--links .button .text {
        font-size: 0.9rem;
    }
    
    .contact--links .button .subtitle {
        font-size: 0.75rem;
    }
    
    .contact--links .button:hover {
        transform: translateY(-1px);
    }
}

@media (max-width: 480px) {
    .contact--links {
        gap: 0.8rem;
    }
    
    .contact--links .button {
        padding: 1.2rem;
        min-height: 100px;
    }
    
    .contact--links .button .icon {
        font-size: 1.6rem;
        margin-bottom: 0.6rem;
    }
    
    .contact--links .button .text {
        font-size: 0.85rem;
    }
    
    .contact--links .button .subtitle {
        font-size: 0.7rem;
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .news--header__heading h2,
    .contact--header__heading h2 {
        font-size: 2rem;
    }
    
    .news,
    .contact {
        padding: 60px 0;
    }
    
    .news--header,
    .contact--header {
        margin-bottom: 40px;
    }
    
    .contact--links {
        gap: 20px;
        flex-direction: column;
    }
    
    .news-placeholder {
        padding: 40px 20px;
    }
    
    .news-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    /* Roadmap mobile styles */
    .roadmap--header__heading h2 {
        font-size: 2rem;
    }
    
    .roadmap--list {
        gap: 1rem;
        padding: 0 1rem;
        max-width: 100%;
    }
    
    .roadmap-item {
        gap: 0.75rem;
        padding: 1rem;
        border-radius: 12px;
    }
    
    .roadmap-item__icon {
        width: 48px;
        height: 48px;
        border-radius: 8px;
    }
    
    .roadmap-item__icon svg {
        width: 20px;
        height: 20px;
    }
    
    .roadmap-item__title {
        font-size: 1.1rem;
    }
    
    .roadmap-item__description {
        font-size: 0.85rem;
    }
    
    .roadmap-item__date {
        font-size: 0.7rem;
        padding: 0.3rem 0.6rem;
    }
    
    /* Start playing mobile styles */
    .start-playing--header__heading h2 {
        font-size: 2rem;
    }
    
    .start-playing--steps {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .step-card {
        padding: 2rem 1.5rem;
    }
    
    /* Navigation mobile improvements */
    .navigation_Inner {
        height: 60px;
    }
    
    .navigation--logo {
        font-size: 1.5rem;
    }
}

/* Additional Modern Animations */
@keyframes modernPulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes modernShimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes modernGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(62, 150, 243, 0.3);
  }
  50% {
    box-shadow: 0 0 40px rgba(62, 150, 243, 0.6), 0 0 60px rgba(139, 92, 246, 0.3);
  }
}

@keyframes modernFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-15px) rotate(1deg);
  }
  66% {
    transform: translateY(-25px) rotate(-1deg);
  }
}

/* Utility Classes for Modern Effects */
.glass-effect {
  background: var(--glass-bg);

  border: 1px solid var(--glass-border);
}

.glow-effect {
  animation: modernGlow 2s ease-in-out infinite;
}

.pulse-effect {
  animation: modernPulse 2s ease-in-out infinite;
}

.float-effect {
  animation: modernFloat 6s ease-in-out infinite;
}

.shimmer-effect {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  animation: modernShimmer 2s infinite;
}

/* Стили для новостных карточек в стиле playon */
.news-decor-light {
    position: absolute;
    top: -50px;
    right: -100px;
    z-index: 0;
    pointer-events: none;
}

.news--header__description {
    margin-top: 16px;
    opacity: 0.8;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    z-index: 10;
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (min-width: 769px) and (max-width: 1023px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Новостные карточки в стиле playon */
.news-article-card {
    position: relative;
    display: flex;
    height: 300px;
    width: 100%;
}

@media (min-width: 1024px) {
    .news-article-card {
        height: 350px;
    }
}

.news-article-card .card-decor-background {
    z-index: 0;
}

.news-article-card .card-decor-background .background {
    width: 100%;
    height: 100%;
    background-image: url('../images/01JV2VAVNMWEB0SEBMV77V925X.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(16 16 16);
}

/* Уникальные фоны для каждой новости */
.news-article-card[data-figure-variant="1"] .card-decor-background .background {
    background-image: url('../images/character1.png');
}

.news-article-card[data-figure-variant="2"] .card-decor-background .background {
    background-image: url('../images/character1.png');
}

.news-article-card[data-figure-variant="3"] .card-decor-background .background {
    background-image: url('../images/character1.png');
}

.news-article-card .card-decor-borders .borders {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(51 51 51);
}

.news-article-card .card-decor-gradient {
    z-index: 4;
}

.news-article-card .card-decor-gradient .gradient {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-article-card .card-decor-gradient .gradient_Wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.news-article-card .card-decor-gradient .gradient__main {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 408px;
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgb(16, 16, 16) 74.5%);
}

.news-article-card_Wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.news-article-card_Inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 20;
    padding: 0.5rem 0.75rem;
}

@media (min-width: 1024px) {
    .news-article-card_Inner {
        padding: 30px 20px;
    }
}

.news-article-card__date {
    position: absolute;
    top: 0.5rem;
    left: 0.75rem;
}

@media (min-width: 1024px) {
    .news-article-card__date {
        top: 30px;
        left: 17px;
    }
}

.news-article-card__badges {
    z-index: 10;
    display: flex;
    width: max-content;
    column-gap: 5px;
}

@media (min-width: 1024px) {
    .news-article-card__badges {
        column-gap: 10px;
    }
}

.news-article-card__title {
    position: relative;
    margin-top: 12px;
}

.news-article-card__title .title {
    text-transform: uppercase;
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

@media (min-width: 1024px) {
    .news-article-card__title .title {
        font-size: 24px;
        line-height: 140%;
    }
}

.news-article-card__title .title_cover {
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(62 150 243);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-article-card__title .title_main {
    position: relative;
    background: linear-gradient(90deg, #fff 46%, rgba(255, 255, 255, 0.7));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-article-card__description {
    overflow: hidden;
    margin-top: 5px;
    height: 75.6px;
}

@media (min-width: 1024px) {
    .news-article-card__description {
        overflow: visible;
    }
}

.news-article-card__description .description {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(178 178 178);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .news-article-card__description .description {
        font-size: 18px;
    }
}

.news-article-card__button {
    position: relative;
    z-index: 10;
    margin-top: 20px;
}

.news-article-card__link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
}

/* Hover эффекты */
.news-article-card:hover .news-article-card__title .title_cover,
.news-article-card:focus .news-article-card__title .title_cover {
    opacity: 1;
}

.news-article-card:hover .news-article-card__title .title_main,
.news-article-card:focus .news-article-card__title .title_main {
    opacity: 0;
}

/* Клип-пути для карточек */
.news-article-card[data-template="variant-1"] .card-decor-background,
.news-article-card[data-template="variant-1"] .card-decor-borders {
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 7%, 8% 0);
}

.news-article-card[data-template="variant-1"] .card-decor-borders {
    z-index: 7;
}

@media (min-width: 1024px) {
    .news-article-card[data-template="variant-1"] .card-decor-borders {
    }
}

/* Бейджи */
.badge-secondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: rgba(62, 150, 243, 0.1);
    border: 1px solid rgba(62, 150, 243, 0.3);
    border-radius: 20px;
}

.badge-secondary__text {
    font-size: 12px;
    color: rgb(62 150 243);
    font-weight: 500;
}

.badge-primary {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 20px;
}

.badge-primary__text {
    font-size: 12px;
    color: rgb(59 130 246);
    font-weight: 500;
}

/* Кнопки */
.button-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(62, 150, 243, 0.1);
    border: 1px solid rgba(62, 150, 243, 0.3);
    border-radius: 6px;
    color: rgb(62 150 243);
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button-primary:hover {
    background: rgba(62, 150, 243, 0.2);
    border-color: rgba(62, 150, 243, 0.5);
}

.button-primary__icon {
    width: 12px;
    height: 12px;
}

/* Обновленный загрузчик */
.spinner-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(62, 150, 243, 0.3);
    border-radius: 50%;
    border-top-color: rgb(62 150 243);
    animation: spin 1s ease-in-out infinite;
    margin-bottom: 16px;
}

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