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

    :root {
      --bg: #FAFAF9;
      --fg: #1A1A19;
      --muted: #8C8C88;
      --border: #E8E8E5;
      --nav-height: 72px;
    }

    html {
      font-size: 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      background: #f7f8fb;
      color: var(--fg);
    }

    h1 {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 42px;
      line-height: 1.1;
      font-weight: 900;
      letter-spacing: -0.6px;
    }

    h1 span {
      display: flex;
    }

    h2.h2-middle__content {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 900;
      color: #333;
      max-width: 500px;
      font-size: 36px;
      line-height: 1.1;
    }
	
	.block__exchange {
		width: 1204px;
		margin: 0 auto;
		display: flex;
		height: 500px;
		border-radius: 50px;
		padding: 50px;
		background: url('/img/exchange.webp') black no-repeat;
		background-size: contain;
		background-position-x: right;
		    flex-direction: column;
		    align-items: baseline;
	}
	
	.ex2 .block__exchange {		
			background: url('/img/obmen.webp') black no-repeat;	
			background-size: contain;
		background-position-x: right;	
	}
	
	.status-k h1{	
	    max-width: 500px;		
	}
	
	.main__alfa.status-k{	
	   background: url('img/statusb.webp') aliceblue no-repeat;
		background-repeat: no-repeat;
		background-size: contain;
		background-position-x: right;
		height: 520px;	
	}
	
	.main-content-s {
		display: flex;
		max-width: 1204px;
		width: 100%;
		justify-content: space-between;
		margin: 0 auto;
	}
	.faq-container {
    border-radius: 20px;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.02);
    border: 1px solid #c0c0c038;
}

.faq-header {
    border-bottom: 1px solid #c0c0c038;
    padding: 30px 40px;
}

.faq-container h2 {
    font-size: 32px;
    color: black;
}
	.faq-item {
    border-bottom: 1px solid #ececee;
    transition: all 0.2s ease;
    padding: 0px 40px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0px;
    text-align: left;
    color: black;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0.2, 1);
    font-family: 'OpenSans-SemiBold';
    font-size: 16px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1), padding 0.2s ease;
    background-color: #f7f8fb;
}

.icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background-color: #f2f2f5;
    border-radius: 30px;
    transition: background 0.2s;
    flex-shrink: 0;
	margin-left: 20px;
}

.faq-item .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16' fill='none' stroke='%231d1c1f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='12' y1='5' x2='12' y2='19'%3E%3C/line%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");
      transition: opacity 0.2s, transform 0.2s;
}

.faq-answer-content {
    color: #515154;
    border-top: none;
    font-size: 16px;
    padding-bottom: 20px;
}

.icon {
    width: 16px;
    height: 16px;
    display: block;
    transition: transform 0.3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.faq-question:hover .qq {
	color:#FF5000;
}
.faq-question:active {
    transform: scale(0.99);
}

.faq-answer-content p:last-child {
    margin-bottom: 0;

}

.faq-answer-content p{
		color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
}

span.qq {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 600;
    color: rgb(0 0 0);
    font-size: 18px;
}

button {
    font: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    color: inherit;
    background: none;
    border: none;
}
	.block__exchange-why {
		width: 1204px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;		  
	}
	
	.block__exchange-why h2 {		
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
		font-weight: 900;
		color: #333;
		
		font-size: 36px;
		line-height: 1.1;
	}
	.cryptom__content-block-item-text p{
		margin-top: 7px;
		max-width: 500px;
		font-weight: 400;
		color: #333;
		font-size: 18px;
	}
	
	.block__exchange h1{
		max-width: 500px;
		color: white;
	}
	
	.block__exchange p {
		margin-top: 30px;
		max-width: 500px;
		font-weight: 400;
		color: #ffffff94;
		font-size: 22px;
	}
	
	.block__exchange a{
	
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
		font-size: 15px;
		font-weight: 500;
		padding: 12px 24px;
		border-radius: 0.375rem;
		border: 1px solid transparent;
		cursor: pointer;
		transition: all 0.1s;
		white-space: nowrap;
		background: #ffffff;
		color: #000000;
		text-decoration: none;
		margin-top: 30px;
	
	}
	
	.cryptofoot__content-left h2{
		 font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 900;
      color: #333;
      max-width: 500px;
      font-size: 36px;
      line-height: 1.1;
	}
	
	.cryptofoot__content-left p{
		margin-top: 30px;
		max-width: 440px;
		font-weight: 400;
		color: #333;
		font-size: 22px;
	}
	
	.main__alfa {
		width: 1204px;
    margin: 0 auto;
        padding: 50px;
    background: url(img/alfa-main.webp) antiquewhite no-repeat;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    height: 520px;
    margin-top: 100px;
    border-radius: 50px;
	}
	
	.cryptofoot__content-left a {
       display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.1s;
    white-space: nowrap;
    background: #27272a;
    border-color: #27272a;
    color: #fff;
    text-decoration: none;
    margin-top: 60px;
    width: 260px;
	}
	
	
	.video-block {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 24px;
}

.video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}


	
	.cryptoabout__content span{
		flex-shrink: 0;
		display: flex;
		width: 50px;
		height: 50px;
		border: 1px solid #a3a3a3;
		align-items: center;
		justify-content: center;
		border-radius: 100px;
		font-size: 20px;
		font-weight: 400;
		margin-right: 20px;
	}
	
	.main__alfa p {
		margin-top: 30px;
		max-width: 440px;
		font-weight: 400;
		color: #333;
		font-size: 22px;
	}
	
	.cryptoabout__content-right p {
		margin-top: 30px;
		
		font-weight: 400;
		color: #333;
		font-size: 22px;
	}
	
	.cryptoabout__content-left {
    margin-right: 130px;
	display: flex;
}

.cryptoabout__content-left img {
	width:300px;
}

.cryptoabout__content-right div{
	    display: flex;
    align-items: center;
    margin-top: 40px;
}

.cryptoabout__content-right div img{
	width: 50px;
    margin-right: 20px;
}

.cryptoabout__content-right div p{
	    margin-top: 0px;
}
.cryptoabout__content-right h3{
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    color: #333;
    
    font-size: 26px;
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 50px;
	}
	.cryptoabout__content-right a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.1s;
    white-space: nowrap;
    background: #27272a;
    border-color: #27272a;
    color: #fff;
    text-decoration: none;
    margin-top: 60px;
}

.cryptofoot__content {
    width: 1204px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url(/img/boy.webp) no-repeat;
    min-height: 665px;
    background-size: contain;
}

.cryptofoot__content-left {
    background: #ffffff8a;
    padding: 50px;
    border-radius: 50px;
    width: 600px;
    z-index: 99;
    backdrop-filter: blur(12px);
}

	.alfa{
		padding-bottom: 100px;
	}	
	
	.cryptom__content-right {
		display: block;
	}
	
	.cryptom__content-right img{
		border-radius:50px;
	}
	
	.cryptom__content-left h2{
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
		font-weight: 900;
		color: #333;
		max-width: 500px;
		font-size: 36px;
		line-height: 1.1;
	}
	
	.cryptoabout__content-right h2{
		font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
		font-weight: 900;
		color: #333;
		max-width: 500px;
		font-size: 36px;
		line-height: 1.1;
	}
	
	.cryptom__content {
    width: 1204px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}

.cryptom__content-block {
    margin-top: 60px;
}

.cryptom__content-left {
    padding-right: 50px;
}

.cryptom__content-block-item {
    display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}

.cryptom__content-block-item img{
	    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.white{
	    background-color: white;
		    padding-top: 80px;
    padding-bottom: 80px;
}

.cryptoabout__content {
    width: 1204px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: white;
    
    
}

section.main__section {
    width: 100%;
    background-color: white;
    position: relative;
    overflow: hidden;
}

.fee__block{
	width: 1204px;
    margin: 0 auto;
    background: url(/img/fees.webp);
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
    border-radius: 50px;
    padding: 50px;
    display: flex;
	    margin-bottom: 50px;
}

.fee__section {
	width: 1204px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
}

.fee__section-alfa {
   display: flex;
    align-items: flex-start;
    padding: 30px;
 padding-bottom: 10px;
  justify-content: space-around;  

}

.fee__section h2 img{
	margin-left: 15px;
    height: 16px;
    width: auto;
	margin-right: 30px;
}
.fee__section h2{
	padding-left: 30px;
    display:flex;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #c0c0c07a;
    padding-bottom: 10px;
    padding-top: 10px;
    align-items: center;
    font-size: 18px;
	border-left: 3px solid #ff5000;
}
.fee__section-item{
background:white;
    width: 576px;
	    cursor: pointer;
	margin-bottom: 40px;
box-shadow: 2px 2px 2px 0px #8080807a;	
}

.about__card a {
   display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.1s;
    white-space: nowrap;
    background: #27272a;
    border-color: #27272a;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    width: 200px;
}

.about__card {
    display: flex;
    flex-direction: column;
}

.about__card a:hover{
	opacity: 0.8;
}



.fee__section-alfa-item {
        display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.fee__section-alfa-item span{
  color: #000000b5;
    font-size: 14px;
    font-weight: 400;
}

.fee__section-alfa-item p{
  color: black;
    font-weight: 600;
    font-size: 22px;
}

.fee__section-alfa img{
   width:200px;
   
}

.row__fee {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: baseline;
}

.fee__block .h1_drop{
	    margin-top: auto;
    background: #ffffff73;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 12px;
    max-width: 480px;
}

.fee__block p {
    margin-top: 30px;
    max-width: 440px;
    font-weight: 400;
    color: #333;
    font-size: 22px;
}
	
	.main__alfa a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.1s;
    white-space: nowrap;
    background: #27272a;
    border-color: #27272a;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
}

    .main__screen {
      width: 1204px;
      margin: 0 auto;
      padding-top: 200px;
      background: url(img/bg_main_all.webp) no-repeat;
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: right;
      height: 700px;
    }

    .main__screen p {
      margin-top: 30px;
      max-width: 540px;
      font-weight: 400;
      color: #333;
      font-size: 22px;
    }

    .main__screen a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 15px;
      font-weight: 500;
      padding: 12px 24px;
      border-radius: 0.375rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.1s;
      white-space: nowrap;
      background: #27272a;
      border-color: #27272a;
      color: #fff;
      text-decoration: none;
      margin-top: 30px;
    }

    .main__screen a:hover { opacity: 0.75; }
    .main__screen a:active { opacity: 0.6; }

    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 100;
      height: var(--nav-height);
      display: flex;
      align-items: center;
      justify-content: center;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid transparent;
      transition: border-color 0.3s ease, background 0.3s ease;
    }

    .nav.scrolled {
      border-bottom-color: var(--border);
      background: rgba(250, 250, 249, 0.95);
    }

    .nav-inner {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1204px;
    }

    .logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    }
	
	.logo img{
		width: 160px;
		height: auto;
	}

    .menu {
      display: flex;
      align-items: center;
      gap: 4px;
      list-style: none;
    }

    .menu-link {
      display: block;
      padding: 8px 16px;
      font-size: 15px;
      font-weight: 500;
      color: #000000;
      text-decoration: none;
      border-radius: 8px;
      transition: color 0.2s ease, background 0.2s ease;
    }

    .menu-link:hover {
      color: var(--fg);
      background: rgba(26, 26, 25, 0.04);
    }

    .menu-link.active {
      color: var(--fg);
      font-weight: 600;
      background: rgba(26, 26, 25, 0.06);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 13px;
      font-weight: 500;
      padding: 0.5rem 0.875rem;
      border-radius: 0.375rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.1s;
      white-space: nowrap;
      background: #27272a;
      border-color: #27272a;
      color: #fff;
	  text-decoration: none;
    }

    .nav-cta:hover { opacity: 0.75; }
    .nav-cta:active { opacity: 0.6; }

    .burger {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      background: none;
      border: none;
      cursor: pointer;
      border-radius: 10px;
      transition: background 0.2s ease;
      position: relative;
      z-index: 110;
    }

    .burger:hover { background: rgba(26, 26, 25, 0.06); }

    .burger span {
      display: block;
      width: 20px;
      height: 1.5px;
      background: var(--fg);
      border-radius: 2px;
      transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
    }

    .burger span + span { margin-top: 5px; }

    .burger.open span:nth-child(1) { transform: translateY(3.25px) rotate(45deg); }
    .burger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
    .burger.open span:nth-child(3) { transform: translateY(-3.25px) rotate(-45deg); }

    .mobile-menu {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 99;
      background: var(--bg);
      padding: calc(var(--nav-height) + 24px) 32px 32px;
      opacity: 0;
      transform: translateY(-8px);
      transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
      pointer-events: none;
    }

    .mobile-menu.open {
      opacity: 1;
      transform: translateY(0);
      pointer-events: all;
    }

    .mobile-menu-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

    .mobile-menu-list a {
      display: block;
      padding: 0px;
      font-size: 18px;
      font-weight: 600;
      color: #333;
      text-decoration: none;
      border-radius: 12px;
      transition: color 0.2s ease, background 0.2s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
      transform: translateX(-12px);
      opacity: 0;
    }
	
	.mobile-menu-list li {
		margin-bottom: 20px;
	}

    .mobile-menu.open .mobile-menu-list a {
      transform: translateX(0);
      opacity: 1;
    }

    .mobile-menu.open .mobile-menu-list li:nth-child(1) a { transition-delay: 0.06s; }
    .mobile-menu.open .mobile-menu-list li:nth-child(2) a { transition-delay: 0.1s; }
    .mobile-menu.open .mobile-menu-list li:nth-child(3) a { transition-delay: 0.14s; }
    .mobile-menu.open .mobile-menu-list li:nth-child(4) a { transition-delay: 0.18s; }
    .mobile-menu.open .mobile-menu-list li:nth-child(5) a { transition-delay: 0.22s; }

    .mobile-menu-list a:hover,
    .mobile-menu-list a.active {
      color: var(--fg);
      background: rgba(26, 26, 25, 0.04);
    }

    .mobile-cta-wrap {
      margin-top: 24px;
      
      opacity: 0;
      transform: translateY(8px);
      transition: opacity 0.3s ease 0.26s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) 0.26s;
    }

    .mobile-menu.open .mobile-cta-wrap {
      opacity: 1;
      transform: translateY(0);
    }

    .mobile-cta-wrap .nav-cta {
      width: 100%;
      justify-content: center;
      padding: 16px 24px;
      font-size: 1rem;
    }

    body.locked { overflow: hidden; }

    section.hero {
      width: 100%;
      background-color: white;
      position: relative;
      overflow: hidden;
    }

    .middle__content {
      width: 1304px;
      margin: 0 auto;
      min-height: 300px;
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .middle-h2-block {
      background: white;
      border-radius: 50px;
      padding: 50px;
      min-height: 520px;
    }

    .middle__content-right {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: absolute;
      bottom: 50px;
      left: 50px;
      width: calc(100% - 100px);
    }

    .middle__content-left {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
    }

    section.middle {
      width: 100%;
      margin-top: 110px;
    }

    .middle__content-left p {
      margin-top: 20px;
      max-width: 540px;
      font-weight: 400;
      color: #333;
      font-size: 22px;
    }

    .middle__content-right img { width: 100px; }

    .we__content {
      width: 1204px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .we__content-h2 span {
      background: linear-gradient(120deg, #F97316, #3B82F6);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .we__content-left { width: 500px; }

    h2.we__content-h2 {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 900;
      color: #333;
      line-height: 1.1;
      text-align: left;
      font-size: 36px;
    }

    .we__content-left p {
      margin-top: 20px;
      max-width: 540px;
      font-weight: 400;
      color: #333;
      font-size: 22px;
    }

    .we__content-right { max-width: 600px; }
    .we__content-right img { width: 100%; }

    .we__content-left a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 15px;
      font-weight: 500;
      padding: 12px 24px;
      border-radius: 0.375rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.1s;
      white-space: nowrap;
      background: #27272a;
      border-color: #27272a;
      color: #fff;
      text-decoration: none;
      margin-top: 30px;
    }
	
	

    .why__content {
      width: 1204px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: baseline;
    }

    .why__content-item h3 {
      text-align: center;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: #333;
      margin-bottom: 15px;
      margin-top: 15px;
    }

    .why__content-item img { width: 130px; }

    .why__content-item p {
      text-align: center;
      max-width: 540px;
      font-weight: 400;
      color: #333;
      font-size: 18px;
    }

    .why__content-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px;
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .crypto__content {
      width: 1204px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .crypto__content-left h2 {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 900;
      color: #333;
      max-width: 500px;
      font-size: 36px;
      line-height: 1.1;
    }

    .crypto__content-left p {
      margin-top: 20px;
      max-width: 540px;
      font-weight: 400;
      color: #333;
      font-size: 22px;
    }

    .crypto__content-left {
      width: 600px;
      flex-shrink: 0;
    }

    .crypto__content-right img { width: 100%; }

    .crypto__content-left a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 15px;
      font-weight: 500;
      padding: 12px 24px;
      border-radius: 0.375rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.1s;
      white-space: nowrap;
      background: #27272a;
      border-color: #27272a;
      color: #fff;
      text-decoration: none;
      margin-top: 30px;
    }

    .crypto__content-status {
      width: 1304px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: white;
      padding: 50px;
      border-radius: 50px;
      position: relative;
      overflow: hidden;
    }

    .crypto__content-status-right h2 {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 900;
      color: #333;
      max-width: 500px;
      font-size: 36px;
      line-height: 1.1;
    }

    .crypto__content-status-right p {
      margin-top: 20px;
      max-width: 540px;
      font-weight: 400;
      color: #333;
      font-size: 22px;
    }

    .crypto__content-status-right {
      width: 600px;
      flex-shrink: 0;
    }

    .crypto__content-status-left img { width: 80%; }

    .crypto__content-status-right a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 15px;
      font-weight: 500;
      padding: 12px 24px;
      border-radius: 0.375rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.1s;
      white-space: nowrap;
      background: #27272a;
      border-color: #27272a;
      color: #fff;
      text-decoration: none;
      margin-top: 30px;
    }

    .map__content {
      width: 1304px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .why__content-item:first-child { padding-left: 0px; }
    .why__content-item:last-child { padding-right: 0px; }

    .map__content-right {
      width: 600px;
      flex-shrink: 0;
      padding: 20px;
    }

    .map__content-right img { width: 100%; }

    .map__content-left {
      width: 100%;
      background: white;
      padding: 50px;
      border-radius: 50px;
    }

    .map__content-left h2 {
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-weight: 900;
      color: #333;
      max-width: 500px;
      font-size: 36px;
      line-height: 1.1;
    }

    .map__content-left p {
      margin-top: 20px;
      max-width: 540px;
      font-weight: 400;
      color: #333;
      font-size: 22px;
    }

    .map__content-left a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      font-size: 15px;
      font-weight: 500;
      padding: 12px 24px;
      border-radius: 0.375rem;
      border: 1px solid transparent;
      cursor: pointer;
      transition: all 0.1s;
      white-space: nowrap;
      background: #27272a;
      border-color: #27272a;
      color: #fff;
      text-decoration: none;
      margin-top: 30px;
    }

    section.footer {
      background: white;
      padding: 50px 0px;
      margin-top: 150px;
    }

    p.whitebird {
      font-size: 26px;
      font-weight: 900;
      letter-spacing: 7px;
      text-transform: uppercase;
      color: #000000;
    }

    .footer__content {
      width: 1204px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
    }

    .footer__content ul {
      list-style: none;
      margin-top: 40px;
    }

    .footer__content ul li { margin-bottom: 12px; }

    .footer__content ul a {
      text-decoration: none;
      color: #333;
      font-weight: 400;
    }

    .footer__content ul li:hover a { font-weight: 500; }

    h4 {
      margin-top: 40px;
      margin-bottom: 20px;
      font-size: 15px;
      color: #333;
      font-weight: 600;
    }

    p.about {
      font-weight: 400;
      font-size: 14px;
      color: #808080db;
      margin-bottom: 10px;
    }

    p.copy {
      margin-top: 20px;
      font-weight: 400;
      font-size: 16px;
	  
    }
	
	a.btn-crypto-mobile{
		display: none;
    align-items: center;
    justify-content: center;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.1s;
    white-space: nowrap;
    background: #27272a;
    border-color: #27272a;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
	}
	
	.cryptofoot__content-left div{
		display: flex;
		align-items: center;
		margin-top: 40px;
	}
	.cryptofoot__content-left div img{
		width: 70px;
		margin-right: 30px;
	}
	.cryptofoot__content-left div p{
		margin-top: 0px;
	}
	
	.burger { display: none ; }
      .mobile-menu { display: none ; }
	  
	  img.mobile-alfa {
		display: none;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	
	@media (max-width: 1364px) {
		.middle__content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.map__content{
			width:100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.crypto__content{
			width: 100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.crypto__content-status{
			width: 100%;
			
		}
		
		.crypto__content-left{
			width:400px;
		}
		
		#status{
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.crypto__content-status-right{
			width:400px;
		}
		
	}
	
	
	@media (max-width: 1264px) {
		
		.block__exchange{
			width:100%;
			
		}
		
		.ex{
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.fee__section{
			width:100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.fee__section-item{
			width:49%;
		}
		
		.main__alfa p{
			font-size:18px;
			width:100%;
			margin-top:20px;
			
			
		}
		.main__alfa{
		margin-top: 80px;
		}
		.cryptofoot__content{
			width:100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.fee__block{
			width:100%;
			height:400px;
			min-height:initial;
		}
		
		section.main__section{
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.cryptoabout__content-left {
			margin-right: 60px;
		}
		
		.cryptom__content{
			width:100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		.cryptoabout__content{
			width:100%;
			padding-left: 30px;
			padding-right: 30px;
		}
		
		
		.cryptofoot__content-left p{
			font-size:18px;
			width:100%;
			max-width:100%;
		}
		
		.cryptofoot__content-left h2{
				font-size:28px;
				width:100%;
		}
		
		
		.cryptoabout__content-right h2{
				font-size:28px;
				width:100%;
		}
		.cryptoabout__content-right p{
			font-size:18px;
			width:100%;
		}
		
		.cryptoabout__content-right h3{
			font-size:20px;
			width:100%;
		}
		
		.h1_drop h1{
			font-size: 28px;
		}
		
		.h1_drop p{
			font-size: 18px;
			margin-top: 10px;
		}
		
		.cryptom__content-right img {
   
				width: 100%;
			}
		
		p.whitebird{
			letter-spacing: 2px;
			font-size: 18px;
		}
		
		.footer__content{
			width:100%;
		}
		
		section.footer{
			    padding-left: 30px;
				padding-right: 30px;
				        margin-top: 50px;
		}
		
		.we__content{
			width:100%;
			
		}
		
		.main__alfa{
			width:100%;
		}
		
		.alfa {   
			padding-bottom: 30px!important;
		}
		
		
		.crypto__content-status{
			border-radius: 20px;
			padding: 30px;
		}
		
		
		.cryptom__content-left h2{
				font-size:28px;
				width:100%;
				max-width: 100%;
		}
		.cryptom__content-left p{
			font-size:18px;
			width:100%;
		}
		
		
		
		
		.map__content-left h2{
				font-size:28px;
				width:100%;
		}
		.map__content-left p{
			font-size:18px;
			width:100%;
		}
		
		.crypto__content-status-right h2{
			font-size:28px;
		}
		
		.crypto__content-status-right p{
			font-size:18px;
		}
		
		.we__content-left h2{
			font-size:28px;
		}
		
		.we__content-left p{
			font-size:18px;
		}
		
		.crypto__content-left h2{
			font-size:28px;
		}
		
		.crypto__content-left p{
			font-size:18px;
		}
		
		section.middle {
    
			margin-top: 70px;
		}
		
		.middle-h2-block {
   
			 min-height: initial;
		}


		
		h2.h2-middle__content {
			
			font-size: 28px;
			
		}
		
		.middle__content-left p {
   
			font-size: 18px;
		}
		
		.middle__content-right{
			    position: relative;
				width: 100%;
				margin-top: 40px;
				bottom: initial;
				left: initial;
				flex-wrap: wrap;
				justify-content: center;
		}
		
		.middle__content-right img {
			margin-right: 10px;
			margin-bottom: 10px;
			width: 80px;
			margin-left: 10px;
			margin-top: 10px;
		}
		
		
		
		.why__content {
			flex-wrap: wrap;
			width:100%;
			padding-left: 30px;
        padding-right: 30px;
		}
		
		.why__content-item{
			width:50%;
		}
		
		.main__screen {
			width:100%;
		}
		
		section.hero.hero-loaded {
			padding: 0px 30px;
		}
		
		.nav-inner{
			width:100%;
		}
		
		.nav{
			 padding: 0px 30px;
		}
		
		 h1 {
		  max-width: 370px;
	  }
	  
	  .main__screen p{
		      max-width: 400px;
	  }
	  
	  .main__alfa {
		  height: 450px;
	  }
	  
	  .block__exchange p {
        font-size: 18px;
        width: 100%;
        margin-top: 20px;
    }
		
		
	}
	
	
	
	
	@media (max-width: 1024px) {
		
		.main__alfa.status-k{
		height:initial;
		background: aliceblue;
	}
		
		.block__exchange{
			background:black!important;
			border-radius: 20px;
			padding: 30px;
			height: initial;
		}
		
		
		
		
		
		.fee__section-item{
			width:100%;
		}
	
      .menu, .nav-inner > .nav-cta { display: none; }
      .burger { display: flex; }
      .mobile-menu { display: block; }
	  
	 .main__screen{
		 background-size: 460px;
		background-position-y: bottom;
		
		padding-top: 100px;
    
		height: 600px;
	 }
	 
	 .map__content-right {
  
		flex-shrink: initial;
   
		}
		
		.main__alfa{
			height:initial;
			background:antiquewhite;
		}
		
		.main__alfa p{
			max-width:100%;
			width:100%;
		}
		
		img.mobile-alfa {
			display:flex;
		}
		
		.main__alfa a {
        width: 100%;
        height: 56px;
    }
	
	}
	
	@media (max-width: 896px) {
		
		.cryptom__content{
			    flex-direction: column;
		}
		
		.cryptom__content-left{
			padding-right:0px;
			width:100%;
		}
		
		.cryptom__content-right {
			width: 100%;
		}
		
		
		
		.map__content-left {
    
			padding: 30px;
			border-radius: 20px;
}
		
		.map__content{
			flex-direction: column;
		}
		
		.map__content-right{
			width:100%;
		}
		
		.we__content{
			padding-left: 30px;
			padding-right: 30px;
			flex-direction: column;
		}
		
		.we__content-left h2{
			width:100%;
			max-width:100%;
		}
		
		.we__content-left p{
			width:100%;
			max-width:100%;
		}
		
		.we__content-right {
			
			width: 100%;
			max-width: 100%;
		}
		
		.we__content-left{
			width: 100%;
			max-width: 100%;
		}
		
		.crypto__content-status{
			flex-direction: column-reverse;
		}
		
		.crypto__content-status-right {
			width: 100%;
		}
		
		.crypto__content-status-right h2{
			max-width:100%;
			width:100%;
		}
		
		.crypto__content-status-right p{
			max-width:100%;
			width:100%;
		}
		
		.crypto__content-status-left img {
			width: 100%;
		}
		.crypto__content-status-left{
			margin-top: 30px;
			margin-bottom: 30px;
		}
		
		
		
		.crypto__content-right {
			margin-top: 30px;
			margin-bottom: 30px;
		}
		
		.main__screen a{
			width:100%;
			height: 56px;
		}
		
		.map__content-left a{
			width:100%;
			height: 56px;
		}
		
		.we__content-left a{
			width:100%;
			height: 56px;
		}
		
		a.btn-crypto-mobile{
			display:inline-flex;
			width:100%;
			height: 56px;
		}
		
		.crypto__content{
			flex-direction: column;
			align-items: baseline;
		}
		
		.crypto__content-left {
       
			width: 100%;
		}
		
		.crypto__content-left p{
			    max-width: 100%;
				width: 100%;
		}
		
		.btn-crypto{
			display:none!important;
		}
		
		h1{
			    width: 100%;
				max-width: 100%;
		}
		.main__screen p {
			width: 100%;
			max-width: 100%;
		}
		
		.main__screen{
			background:none;
			height:initial;
			margin-bottom: 30px;
			padding-top: 520px;
		}
		
		h1{
			font-size:28px;
		}
		
		.main__screen p{
			font-size: 18px;
			
		}
		
		
		
		    section.hero.hero-loaded {
      
				padding-left: 20%;
				padding-right: 20%;
				background: url(img/bg_main_all2.webp) no-repeat;
				background-size: auto 600px;
				background-position-y: 75px;
				background-position-x: 50%;
				
			}
			
			.hero:after{
					content:"";				
					position: absolute;
					bottom: 0;
					left: 0;
					right: 0;					
					height: 45%;
					background: linear-gradient(
					to bottom,
					rgba(255, 255, 255, 0) 0%,
					rgba(255, 255, 255, 0.55) 8%,
					rgba(255, 255, 255, 0.85) 18%,
					rgba(255, 255, 255, 0.96) 30%,
					rgba(255, 255, 255, 1) 40%,
					rgba(255, 255, 255, 1) 100%
					);
			
			
			}
			
			section.hero.alfa {
				
				padding-left: 30px;
				padding-right: 30px;
				background: none;
				background-size: initial;
				background-position-y: initial;
				background-position-x: initial;
			}
		
			.alfa:after {
				background:none!important;
				height:0px!important;
			}
		
		
	}


	@media (max-width: 768px) {
		
		.block__exchange a{
			width:100%;
		}
		
		.fee__section-alfa{
			padding: 30px;
			justify-content: space-between;
		}
		
		.fee__block{
			height: 300px;
        padding: 20px;
        border-radius: 20px;
		}
		
		.main__alfa{
			border-radius: 20px;
				padding: 30px;
		}
		
		.cryptofoot__content{
			height:initial;
			min-height: initial;
		}
		
		.cryptofoot__content-left{
			    backdrop-filter: initial;
				border-radius: 20px;
				padding: 30px;
		}
		
		.cryptofoot__content-left a {
			width: 100%;
			height: 56px;
		}
		
		.cryptofoot__content-left{
			width:100%;
		}
		
		.cryptoabout__content-right a {
        width: 100%;
        height: 56px;
    }
		
		.cryptoabout__content{
			flex-direction: column-reverse;
		}
		
		.cryptoabout__content-right {
			width: 100%;
			margin-bottom: 40px;
		}
		
		.cryptoabout__content-left {
			margin-right: 0px;
			width: 101%;
		}
		
		.cryptoabout__content-left img {
			width: 70%;
			display: block;
			margin: 0 auto;
		}
		
		.main__alfa a{
			width:100%;
		}
		
		.middle-h2-block {
     
      border-radius: 20px;
      padding: 30px;
     
    }
		
		 section.hero.hero-loaded {
				background-position-x: 30px;
				padding-left: 30px;
				padding-right: 30px;
				
			}
			
			.why__content-item{
				width:100%;
				flex-direction:row;
				justify-content: flex-start;
				padding: 0px;
				margin-bottom: 40px;
			}
			.why__content-item img {
				width: 60px;
				display: flex;
				margin-right: 30px;
			}
			
			.why__content-item div {
				display: flex;
				flex-direction: column;
				align-items: baseline;
			}
			
			.why__content-item p{
				text-align:left;
				font-size: 16px;
			}
			
			.why__content-item h3 {
				
				font-size: 18px;
				        text-align: left;
				margin-bottom: 5px;
				margin-top: initial;
			}
		
	}
	
	
	@media (max-width: 524px) {
		.fee__section-alfa img {
			width: 100%;
		}
		
		.about__card a{
			width: 100%;
			
		}
		
		.fee__section-alfa{
			flex-wrap: wrap;
		}
		
		.about__card{
			width: 100%;
		}
		
		.row__fee{
			width:100%;
			margin-top: 30px;
		}
		
	}
	
	
	@media (max-width: 468px) {
	
		.hero:after {
        
			height: 50%;
		}
		
		    section.hero.hero-loaded {
       
				background-size: auto 560px;
			}
		
	}
    

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

    /* ===== СКОЛЛ-АНИМАЦИИ ===== */

    [data-anim] {
      opacity: 0;
      will-change: transform, opacity, filter;
    }

    [data-anim="fade-up"] {
      transform: translateY(60px);
      transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="fade-up"].visible { opacity: 1; transform: translateY(0); }

    [data-anim="fade-up-scale"] {
      transform: translateY(50px) scale(0.95);
      transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="fade-up-scale"].visible { opacity: 1; transform: translateY(0) scale(1); }

    [data-anim="slide-left"] {
      transform: translateX(100px);
      transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="slide-left"].visible { opacity: 1; transform: translateX(0); }

    [data-anim="slide-right"] {
      transform: translateX(-100px);
      transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="slide-right"].visible { opacity: 1; transform: translateX(0); }

    [data-anim="slide-left-rotate"] {
      transform: translateX(80px) rotate(2deg);
      transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="slide-left-rotate"].visible { opacity: 1; transform: translateX(0) rotate(0deg); }

    [data-anim="slide-right-rotate"] {
      transform: translateX(-80px) rotate(-2deg);
      transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="slide-right-rotate"].visible { opacity: 1; transform: translateX(0) rotate(0deg); }

    [data-anim="zoom-in"] {
      transform: scale(0.7);
      filter: blur(4px);
      transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                  filter 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="zoom-in"].visible { opacity: 1; transform: scale(1); filter: blur(0px); }

    [data-anim="flip-x"] {
      transform: perspective(800px) rotateX(25deg);
      transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="flip-x"].visible { opacity: 1; transform: perspective(800px) rotateX(0deg); }

    [data-stagger] > [data-anim] {
      transition-delay: calc(var(--stagger-index, 0) * 0.12s);
    }

    /* Hero-анимации при загрузке */
    .hero-loaded [data-hero] {
      opacity: 1;
      transform: translate(0, 0) scale(1) rotate(0deg);
      filter: blur(0px);
    }

    [data-hero="fade-up"] {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    }

    [data-hero="fade-up-delay-1"] {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s,
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
    }

    [data-hero="fade-up-delay-2"] {
      opacity: 0;
      transform: translateY(40px);
      transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s,
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
    }

    [data-hero="nav-reveal"] {
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s,
                  transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    }

    [data-anim="crypto-icon"] {
      transform: translateY(30px) scale(0.5);
      opacity: 0;
      transition: opacity 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
                  transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    }
    [data-anim="crypto-icon"].visible { opacity: 1; transform: translateY(0) scale(1); }

    [data-anim="btn-reveal"] {
      transform: translateY(20px);
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    }
    [data-anim="btn-reveal"].visible { opacity: 1; transform: translateY(0); }

    [data-anim="footer-fade"] {
      transform: translateY(20px);
      opacity: 0;
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    [data-anim="footer-fade"].visible { opacity: 1; transform: translateY(0); }

    /* Shimmer-блик на контейнере (только декоративный эффект, НЕ скрывает элемент) */
    .shimmer-reveal {
      position: relative;
      overflow: hidden;
    }

    .shimmer-reveal::after {
      content: '';
      position: absolute;
      inset: 0;
      border-radius: inherit;
      background: linear-gradient(90deg, transparent 30%, rgba(255,255,255,0.5) 50%, transparent 70%);
      background-size: 200% 100%;
      background-position: -200% 0;
      pointer-events: none;
      opacity: 0;
      transition: none;
    }

    .shimmer-reveal.visible::after {
      animation: shimmerSweep 1s ease forwards;
    }

    @keyframes shimmerSweep {
      0% { opacity: 1; background-position: -200% 0; }
      100% { opacity: 0; background-position: 200% 0; }
    }

    /* Параллакс */
    [data-parallax] {
      will-change: transform;
    }

    /* Декоративные орбы */
    .hero-orb {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      opacity: 0.15;
      pointer-events: none;
      z-index: 0;
    }

    .hero-orb-1 {
      width: 500px; height: 500px;
      background: #3B82F6;
      top: -100px; right: 100px;
      animation: orbFloat1 8s ease-in-out infinite;
    }

    .hero-orb-2 {
      width: 400px; height: 400px;
      background: #F97316;
      bottom: -50px; left: 200px;
      animation: orbFloat2 10s ease-in-out infinite;
    }

    @keyframes orbFloat1 {
      0%, 100% { transform: translate(0, 0); }
      33% { transform: translate(-30px, 20px); }
      66% { transform: translate(20px, -15px); }
    }

    @keyframes orbFloat2 {
      0%, 100% { transform: translate(0, 0); }
      33% { transform: translate(25px, -20px); }
      66% { transform: translate(-15px, 25px); }
    }

    /* Частицы */
    .hero-particles {
      position: absolute;
      inset: 0;
      overflow: hidden;
      pointer-events: none;
      z-index: 0;
    }

    .hero-particle {
      position: absolute;
      border-radius: 50%;
      opacity: 0;
      animation: particleFloat linear infinite;
    }

    @keyframes particleFloat {
      0% { opacity: 0; transform: translateY(0) scale(0); }
      10% { opacity: 0.6; transform: translateY(-10vh) scale(1); }
      90% { opacity: 0.3; }
      100% { opacity: 0; transform: translateY(-100vh) scale(0.5); }
    }