html {
  scroll-behavior: smooth;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  box-sizing: border-box;
  font-family: "NEXT ART Regular", sans-serif;
}
a {
  text-decoration: none;
}
.wrapper {
  overflow-x: clip;
  padding-top: 80px;
}

/* Mobile menu - body state when menu is open */
body.menu-open {
  overflow: hidden;
}

.alert-fixed-box {
	position: fixed;
	display: block;
	/*bottom: 80px;*/
	/*left: 5px;*/
	width: max-content;
	z-index: 1000;
}
.alert-fixed-box .item {
	position: relative;
	display: flex;
	width: 310px;
	min-height: 74px;
	align-items: center;
	padding: 10px 5px 10px 0;
	background: #323b50;
	border: 1px solid #43567a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-animation-name: alert-left;
	-webkit-animation-duration: 0.5s;
}
.alert-fixed-box .item + .item {
	margin-top: 5px;
}
.alert-fixed-box .item .ico {
	position: relative;
	display: block;
	width: 90px;
	flex: none;
}
.alert-fixed-box .item .ico .svg {
	margin: 0 auto;
}
.alert-fixed-box .item .ico .svg.checked {
	width: 36px;
	height: 36px;
}
.alert-fixed-box .item .ico .svg.error {
	width: 37px;
	height: 37px;
}
.alert-fixed-box .item .desc {
	position: relative;
	display: block;
}
.alert-fixed-box .item .desc span {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}
.alert-fixed-box .item .desc p {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 12px;
	margin-top: 5px;
}
.alert-fixed-box .item .desc a {
	color: #FFC437;
	text-decoration: underline;
}
.alert-fixed-box .item.success {
	background: rgba(75, 145, 0, 0.67);
	border-color: rgba(206, 255, 166, 0.67);
}
.alert-fixed-box .item.success .svg {
	background: #61d44a;
}
.alert-fixed-box .item.warning {
	background: rgba(249, 151, 12, 0.67);
	border-color: rgba(249, 169, 58, 0.67);
}
.alert-fixed-box .item.warning .svg {
	background: #F99C1A;
}
.alert-fixed-box .item.error {
	background: rgba(157, 35, 35, 0.67);
	border-color: rgba(255, 69, 69, 0.67);
}
.alert-fixed-box .item.error .svg {
	background: #d44a4a;
}

i.svg {
	position: relative;
	display: block;
	background-color: #ffffff;
	width: 20px;
	height: 20px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
i.svg.error {
	mask: url(../../img/svg/error.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/error.svg) no-repeat center/contain;
}
i.svg.checked {
	mask: url(../../img/svg/checked.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/checked.svg) no-repeat center/contain;
}
i.svg.telegram {
	mask: url(../../img/svg/socials/telegram.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/socials/telegram.svg) no-repeat center/contain;
}
i.svg.vkontakte {
	mask: url(../../img/svg/socials/vkontakte.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/socials/vkontakte.svg) no-repeat center/contain;
}
i.svg.youtube {
	mask: url(../../img/svg/socials/youtube.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/socials/youtube.svg) no-repeat center/contain;
}
i.svg.qiwi {
	mask: url(../../img/svg/payments/qiwi.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/payments/qiwi.svg) no-repeat center/contain;
}
i.svg.yoomoney {
	mask: url(../../img/svg/payments/yoomoney.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/payments/yoomoney.svg) no-repeat center/contain;
}
i.svg.visa {
	mask: url(../../img/svg/payments/visa.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/payments/visa.svg) no-repeat center/contain;
}
i.svg.mc {
	mask: url(../../img/svg/payments/mc.svg) no-repeat center/contain;
	-webkit-mask: url(../../img/svg/payments/mc.svg) no-repeat center/contain;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background-color: rgba(19, 20, 23, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 4px 30px rgba(0, 174, 228, 0.08);
  border-bottom: 1px solid rgba(0, 174, 228, 0.15);
  overflow: visible;
}

.header__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header__menu {
  margin-left: 0;
}
.header__menu ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
}
.header__menu ul a {
  font-family: "SF UI Display Medium";
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  position: relative;
  transition: color 0.2s ease;
}
.header__menu ul a:hover {
  color: #00ace1;
}
.header__menu ul a::after {
  content: "";
  position: absolute;
}
.header__menu ul li a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background-color: #00ace1;
  transition: 0.3s all ease;
}
/* Личный кабинет - акцентная кнопка */
.header__cabinet {
  margin-left: 16px;
  padding-left: 20px;
  border-left: 1px solid rgba(255,255,255,0.15);
}
.header__cabinet a {
  background: transparent;
  color: #00aee4 !important;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid rgba(0, 174, 228, 0.5);
  font-weight: 600;
  transition: all 0.3s ease;
}
.header__cabinet a:hover {
  background: rgba(0, 174, 228, 0.1);
  border-color: #00aee4;
  color: #00c4ff !important;
}
.header__cabinet a::after {
  display: none !important;
}

.header__lang #selectLangMob,
.header__lang #selectLangPc {
  font-family: "SF UI Display Medium";
  border: none;
  background-color: transparent;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 25px 5px 5px;
  text-align: center;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  transition: 0.5s all ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23fff' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px 8px;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.header__lang #selectLangMob::-ms-expand,
.header__lang #selectLangPc::-ms-expand {
  display: none;
}

.header__lang #selectLangMob::-webkit-scrollbar,
.header__lang #selectLangPc::-webkit-scrollbar {
  width: 8px;
}

.header__lang #selectLangMob::-webkit-scrollbar-track,
.header__lang #selectLangPc::-webkit-scrollbar-track {
  background: #131417;
}

.header__lang #selectLangMob::-webkit-scrollbar-thumb,
.header__lang #selectLangPc::-webkit-scrollbar-thumb {
  background: #00ace1;
  border-radius: 4px;
}

.header__lang #selectLangMob::-webkit-scrollbar-thumb:hover,
.header__lang #selectLangPc::-webkit-scrollbar-thumb:hover {
  background: #00c0f0;
}

.header__lang #selectLangMob:hover,
.header__lang #selectLangPc:hover {
  color: #00ace1;
  border-color: #00ace1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300ace1' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
}

.header__lang #selectLangMob:focus,
.header__lang #selectLangPc:focus {
  outline: none;
  border-color: #00ace1;
  color: #00ace1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2300ace1' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
}

.header__lang #selectLangMob option,
.header__lang #selectLangPc option {
  background-color: #131417;
  color: #fff;
  font-family: "SF UI Display Medium";
  font-size: 18px;
  padding: 10px;
}

.header__lang #selectLangMob option:checked,
.header__lang #selectLangPc option:checked,
.header__lang #selectLangMob option[selected],
.header__lang #selectLangPc option[selected] {
  background-color: #00ace1;
  color: #fff;
}

/* hero */
.hero {
  background: linear-gradient(135deg, #0a0b0d 0%, #131417 40%, #0d1520 100%);
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: visible;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -10%;
  width: 60%;
  height: 120%;
  background: radial-gradient(ellipse, rgba(0, 174, 228, 0.12) 0%, transparent 60%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -5%;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse, rgba(0, 200, 255, 0.08) 0%, transparent 55%);
  pointer-events: none;
}
.hero__container {
  position: relative;
}
.hero__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  margin-bottom: 60px;
}
.hero__text {
  margin-top: 40px;
  animation: heroFadeIn 0.8s ease-out;
}
@keyframes heroFadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__title {
  font-family: "NEXT ART Bold";
  font-size: 56px;
  color: #fff;
  line-height: 1.08;
  margin-bottom: 14px;
}
.hero__title br + span,
.hero__title span {
  background: linear-gradient(90deg, #00aee4, #00d4ff, #00f0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero__subtitle {
  font-family: "NEXT ART Light";
  font-size: 22px;
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
  margin-bottom: 28px;
}

.hero__slogan {
  font-family: "Roboto Regular";
  color: rgba(255,255,255,0.85);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 520px;
  text-align: left;
}
.hero__slogan strong {
  font-weight: 400;
  color: rgba(255,255,255,0.9);
}

/* Hero Features - Mini Cards */
.hero__features {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: nowrap;
}
.hero__feature {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px 14px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  white-space: nowrap;
}
.hero__feature:hover {
  background: rgba(0, 174, 228, 0.15);
  border-color: rgba(0, 174, 228, 0.3);
  transform: translateY(-3px);
}
.hero__feature-icon {
  font-size: 20px;
  line-height: 1;
}
.hero__feature-text {
  font-family: "Roboto Regular";
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}

.hero__btn {
  display: inline-block;
  font-family: "NEXT ART SemiBold";
  font-size: 28px;
  color: #fff;
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  padding: 30px 42px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  margin: 65px 0 0 0;
  box-shadow: 0 8px 32px rgba(0, 174, 228, 0.35);
  position: relative;
  overflow: hidden;
}
.hero__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s ease;
}
.hero__btn:hover::before {
  left: 100%;
}
.hero__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 174, 228, 0.5);
}

.hero__card {
  flex-direction: column;
  position: relative;
  border-radius: 24px;
  background: transparent;
  box-shadow: none;
  border: none;
  width: 440px;
  height: 440px;
  z-index: 121;
  overflow: visible;
  animation: heroCardFloat 0.8s ease-out 0.2s both;
  margin-top: -20px;
}
@keyframes heroCardFloat {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hero__tools .hero__tools-img {
  position: absolute;
  width: 85%;
  height: 85%;
  z-index: 2;
  top: 7.5%;
  left: 7.5%;
  object-fit: contain;
}

.hero__sq-img {
  position: absolute;
  top: -8px;
  left: -300px;
  z-index: 2;
  pointer-events: none;
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  color: #fff;
  border: none;
  cursor: pointer;
  box-shadow: 
    0 8px 25px rgba(0, 174, 228, 0.4),
    0 0 20px rgba(0, 174, 228, 0.2);
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  z-index: 9999;
  animation: backToTopFloat 3s ease-in-out infinite;
}
@keyframes backToTopFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.back-to-top.show {
  display: inline-flex;
  opacity: 1;
}
.back-to-top:active {
  animation: none;
  transform: translateY(2px);
}
.back-to-top:hover {
  background: linear-gradient(135deg, #00c4ff 0%, #00aee4 100%);
  box-shadow: 
    0 12px 35px rgba(0, 174, 228, 0.5),
    0 0 30px rgba(0, 174, 228, 0.4);
  animation-play-state: paused;
}
.hero__card-text {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 12;
    text-align: center;
    box-sizing: border-box;
}
.hero__card-text p {
    font-family: "NEXT ART Bold";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    color: #fff;
}
.hero__card-text span {
  display: block;
  color: #00d4ff;
  font-weight: bold;
}
.hero__card-price {
    font-family: "NEXT ART SemiBold";
    font-weight: 500;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 30px 30px 30px;
    z-index: 9;
    background: transparent;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 12px 16px 16px 16px;
}
.hero__price-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  padding: 0 15px;
}
.hero__price-row .price-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.hero__price-row .label {
  font-family: "NEXT ART Bold";
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 18px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero__price-row .label.label-purchase {
  background: rgba(255, 100, 120, 0.2);
  color: #ff6b7a;
}
.hero__price-row .label.label-purchase::before {
  content: '↓';
  font-size: 13px;
}
.hero__price-row .label.label-sale {
  background: rgba(100, 255, 150, 0.2);
  color: #5eff8a;
}
.hero__price-row .label.label-sale::before {
  content: '↑';
  font-size: 13px;
}
.hero__price-row .value {
  font-family: "NEXT ART Bold";
  font-size: 26px;
  display: block;
  text-align: center;
}
.hero__price-row .purchase {
  color: #ff6b7a;
}
.hero__price-row .sale {
  color: #5eff8a;
}

.hero__profit {
  font-family: "NEXT ART Bold";
  font-size: 28px;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 6px;
  align-items: center;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-radius: 16px;
  padding: 18px 20px;
  width: calc(100% - 36px);
  margin: 8px auto 0;
  box-shadow: 0 10px 30px rgba(34, 197, 94, 0.4);
  position: relative;
}
.hero__profit .label {
  display: none;
}

.hero__link {
  text-align: center;
  padding-top: 90px;
  margin-left: 0;
  animation: heroFadeIn 0.8s ease-out 0.4s both;
}
.hero__link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 24px;
  color: rgba(255,255,255,0.8);
  transition: color 0.3s ease;
}
.hero__link a:hover {
  color: #00aee4;
}
.hero__link a .hero__link-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 174, 228, 0.3);
  animation: bounceArrow 2s ease-in-out infinite;
}
@keyframes bounceArrow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}
.hero__link a:hover .hero__link-icon {
  box-shadow: 0 8px 30px rgba(0, 174, 228, 0.5);
  transform: scale(1.05);
}

.hero__more {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #00ace1;
  font-family: "NEXT ART Regular";
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
}
.hero__more::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #00aee4, #00d4ff);
  transition: width 0.3s ease;
}
.hero__more:hover::after {
  width: 100%;
}
.hero__more:hover {
  color: #00d4ff;
}
.hero__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
}
.hero__text .hero__more {
  display: inline-block;
  margin-top: 0;
}

.hero__shapes .sq-shape {
  position: absolute;
  left: -300px;
  top: 842px;
  transform: scale(0.8); 
  z-index: 1;
  opacity: 0.15;
}

.hero__shapes .plus-shape {
  position: absolute;
  left: -350px;
  bottom: 50px;
  z-index: 1;
  filter: brightness(0) invert(1);
  opacity: 0.3;
}
.hero .circle-shape {
  position: absolute;
  right: -200px;
  bottom: -180px;
  filter: brightness(0) invert(1);
  opacity: 0.3;
}
.circle-shape {
  position: absolute;
}
.x-shape {
  position: absolute;
  top: -50px;
  right: 370px;
  z-index: 1;
}

/* Hero slider÷ */

.blog-slider {
  width: 100%;
  height: 480px;
  position: relative;
  background: linear-gradient(145deg, rgba(20, 25, 35, 0.85) 0%, rgba(15, 20, 30, 0.9) 100%);
  backdrop-filter: blur(20px);
  box-shadow: 
    0 25px 70px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255,255,255,0.08),
    inset 0 1px 0 rgba(255,255,255,0.1);
  border-radius: 28px;
  transition: box-shadow 0.4s ease, transform 0.4s ease;
  overflow: hidden;
  padding: 5px 5px 5px;
  box-sizing: border-box;
  animation: cardFloat 4s ease-in-out infinite;
}
@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
/* Shine effect that sweeps across */
.blog-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
  transform: skewX(-20deg);
  z-index: 10;
  animation: cardShine 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes cardShine {
  0%, 100% { left: -100%; }
  50%, 55% { left: 150%; }
}
/* Subtle glow border on hover */
.blog-slider::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(0, 174, 228, 0.4), rgba(0, 200, 255, 0.2), rgba(0, 174, 228, 0.4));
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.blog-slider:hover::after {
  opacity: 1;
}
.blog-slider:hover {
  animation-play-state: paused;
  box-shadow: 
    0 35px 80px rgba(0, 0, 0, 0.35),
    0 0 40px rgba(0, 174, 228, 0.15),
    0 0 0 1px rgba(0, 174, 228, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.12);
}
.blog-slider__item {
  height: 100%;
  position: relative;
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img img {
  width: 100%;
  height: 240px;
  display: block;
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  object-fit: contain;
  top: 90px;
  filter: drop-shadow(0 15px 25px rgba(0,0,0,0.3));
}
.weapon-1 {
  transform: scale(1.05);
  right: 0px;
  top: 100px;
}
.weapon-2 {
  transform: scale(1);
  right: 0px;
  top: 105px;
}
.weapon-3 {
  transform: scale(0.95);
  right: 0;
  top: 105px;
}
.weapon-4 {
  transform: scale(1);
  top: 94px;
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

/* *********************** */

.income {
  background-color: #f0f0f0;
  padding-top: 75px;
  padding-bottom: 110px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.income-1 {
  position: absolute;
  top: 0;
  left: -410px;
}
.income-2 {
  position: absolute;
  bottom: -111px;
  left: -410px;
}
.income-3 {
  position: absolute;
  top: 249px;
  right: -210px;
}
.income-4 {
  position: absolute;
  bottom: -162px;
  right: -328px;
  transform: scale(0.7); 
}
.income__container {
  position: relative;
}
.title h2 {
  font-size: 38px;
  color: #00ace1;
  text-align: center;
  z-index: 99;
  margin-bottom: 40px;
}

.title h2 span {
  color: #fff;
}

.how__works {
  color: #fff;
}
.how__works .title h2,
.how__works .title h2 span,
.how__works-title,
.how__works-subtitle {
  color: #fff;
}

.income {
  color: #000;
}
.income .title h2 {
  color: #0f172a;
  font-weight: 800;
}
.income .title h2 span {
  color: #000;
}
.income .radio-list-right input[type="radio"] + label {
  color: #000;
}
.income .radio__price {
  color: #000;
}

.income {
  color: #000;
}
.income .title h2 span {
  color: #000;
}

/* Tabs */

.range input[type="range"] {
  background: linear-gradient(90deg, #00ace1 0%, #e9f5fb 0%);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 16px;
  height: 14px;
  border: 2px solid #00ace1;
  box-shadow: inset 0 2px 4px rgba(0, 172, 225, 0.15);
  display: block;
  margin: 0;
  background-clip: padding-box;
  transition: box-shadow 0.3s ease;
}
.range input[type="range"]:hover {
  box-shadow: inset 0 2px 4px rgba(0, 172, 225, 0.15), 0 0 15px rgba(0, 174, 228, 0.2);
}

/* Thumb: webkit */
.range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 32px;
  width: 32px;
  background: linear-gradient(135deg, #00c4ff 0%, #00ace1 100%);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 174, 228, 0.4), 0 0 0 0 rgba(0, 174, 228, 0.3);
  transition: all 0.2s ease;
  cursor: grab;
  animation: thumbPulse 2s ease-in-out infinite;
}
@keyframes thumbPulse {
  0%, 100% { box-shadow: 0 4px 16px rgba(0, 174, 228, 0.4), 0 0 0 0 rgba(0, 174, 228, 0.15); }
  50% { box-shadow: 0 4px 16px rgba(0, 174, 228, 0.4), 0 0 0 10px rgba(0, 174, 228, 0); }
}

/* Thumb: Firefox */
.range input[type="range"]::-moz-range-thumb {
  height: 32px;
  width: 32px;
  background: linear-gradient(135deg, #00c4ff 0%, #00ace1 100%);
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 4px 16px rgba(0, 174, 228, 0.4);
  transition: all 0.2s ease;
  cursor: grab;
}

/* Hover, active & focus Thumb: Webkit */
.range input[type="range"]::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}
.range input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
.range input[type="range"]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}

/* Hover, active & focus Thumb: Firfox */
.range input[type="range"]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 85, 0, 0.1);
}
.range input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
.range input[type="range"]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 13px rgba(255, 85, 0, 0.2);
}
/*=============
Aesthetics
=========================*/
.income__checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 55px;
}
.income__checkbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #00ace1;
  height: 100%;
  width: 4px;
}

.range {
  align-items: center;
  gap: 1rem;
  margin: 0 auto;
  width: 80%;
  padding: 12px 22px 14px 22px;
  position: relative;
  overflow: hidden;
}

.range__value {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00c741;
  font-family: "NEXT ART Bold";
  text-align: center;
  font-size: 24px;
  text-align: center;
  color: #52c070;
  gap: 10px;
  margin-bottom: 14px;
}

.range__title {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.range__title span {
  font-family: "NEXT ART Bold";
  color: #00ace1;
}

.income__subtitle {
  max-width: 920px;
  margin: 0 auto 10px;
  text-align: center;
  color: #0f172a;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}
.income__planner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.income__planner .range {
  width: 100%;
  max-width: 1240px;
  background: #fff;
  border: 1px solid #dfe9f3;
  border-radius: 18px;
  box-shadow: 0 14px 46px rgba(0, 172, 225, 0.08);
  padding: 22px 30px 26px;
  gap: 14px;
}
.range__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
}
.range__label {
  font-size: 16px;
  color: #0f172a;
  font-family: inherit;
  font-weight: 600;
}
.range__value {
  margin: 0;
}
.range__value .value {
  font-size: 24px;
  font-weight: 700;
}
.range__value .unit {
  color: #00ace1;
  font-weight: 700;
}
.income__hint {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  color: #0f172a;
  font-family: inherit;
  font-weight: 600;
  background: #f1fbff;
  border: 1px solid #cceffc;
  border-radius: 10px;
  padding: 8px 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  width: 100%;
  gap: 8px;
}
.income__hint-value {
  font-family: inherit;
  color: #00ace1;
  font-weight: 700;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.product-card {
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.3s ease;
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #00ace1;
}
.product-card--recommended {
  border-color: #00ace1;
  box-shadow: 0 0 0 3px rgba(0, 174, 228, 0.15), 0 10px 30px rgba(0, 174, 228, 0.12);
  animation: cardGlow 2s ease-in-out infinite;
}
@keyframes cardGlow {
  0%, 100% { box-shadow: 0 0 0 3px rgba(0, 174, 228, 0.15), 0 10px 30px rgba(0, 174, 228, 0.12); }
  50% { box-shadow: 0 0 0 5px rgba(0, 174, 228, 0.2), 0 15px 40px rgba(0, 174, 228, 0.18); }
}
.product-card--active {
  border-color: #00ace1;
  box-shadow: 0 14px 40px rgba(0, 172, 225, 0.2);
}
.product-card__header {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 12px;
  row-gap: 10px;
  align-items: start;
}
.product-card__header h3 {
  margin: 0;
  font-family: "NEXT ART Bold";
  font-size: 24px;
  line-height: 1.2;
}
.product-card__labels {
  display: flex;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  grid-column: 1 / -1;
}
.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.badge--max {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.3);
}
.badge--popular {
  background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.4);
  animation: badgePulse 2s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 2px 8px rgba(249, 115, 22, 0.4); }
  50% { box-shadow: 0 4px 16px rgba(249, 115, 22, 0.6); }
}
.product-card--ultra .badge--max {
  background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);
  color: #fff;
  box-shadow: 0 2px 10px rgba(225, 29, 72, 0.4);
}
.product-card--ultra .product-icons span:last-child {
  color: #e11d48;
  border-color: rgba(225, 29, 72, 0.35);
  background: rgba(225, 29, 72, 0.08);
}
.price {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.product-card__header .price {
  margin-left: auto;
  align-items: flex-end;
  text-align: right;
  white-space: nowrap;
  grid-column: 2 / 3;
}
.price-main.price-accent {
  font-size: 20px;
  color: #0b2842;
  background: linear-gradient(90deg, rgba(0,172,225,0.12), rgba(0,146,198,0.08));
  border: 1px solid #00ace133;
  border-radius: 10px;
  padding: 8px 10px;
  display: inline-flex;
  width: fit-content;
}
.price-main {
  font-size: 18px;
  font-weight: 700;
}
.price-note {
  font-size: 13px;
  color: #64748b;
}
.product-meta {
  list-style: none;
  padding: 12px;
  margin: 0;
  display: grid;
  gap: 8px;
  background: #f8fafc;
  border-radius: 10px;
}
.product-meta li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: #0f172a;
}
.meta-label {
  color: #64748b;
  font-family: 'Roboto', sans-serif;
}
.meta-value {
  font-weight: 700;
  color: #0f172a;
}
.product-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 11px;
  color: #0f172a;
}
.product-icons span {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  line-height: 1.1;
  transition: all 0.2s ease;
}
.product-icons span:hover {
  background: #e0f2fe;
  border-color: #00ace1;
  color: #0077a3;
}
.product-guarantee {
  margin-top: 6px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #e9f9ef;
  color: #0f5132;
  border: 1px solid #b7e4c7;
  font-size: 12px;
  font-weight: 700;
  width: fit-content;
}
.recommend-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px 12px;
  padding: 14px 18px;
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 2px solid #00ace1;
  border-radius: 16px;
  margin-top: 16px;
  box-shadow: 0 0 0 4px rgba(0, 174, 228, 0.1), 0 12px 35px rgba(0, 122, 201, 0.12);
}
.recommend-row > * {
  display: inline-flex;
  align-items: center;
}
.recommend-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #0f172a;
  opacity: 0.9;
}
.recommend-price {
  font-size: 15px;
  color: #0a2340;
  font-weight: 800;
  background: rgba(0, 146, 198, 0.1);
  border: 1px solid rgba(0, 146, 198, 0.2);
  padding: 6px 10px;
  border-radius: 10px;
}
.recommend-row .hero__more {
  font-size: 16px;
  font-weight: 800;
  color: #0080c1;
  line-height: 1.05;
  background: rgba(0, 146, 198, 0.08);
  padding: 4px 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 146, 198, 0.15);
  margin-top: 0;
}
.recommend-row .hero__more::after {
  display: none;
}
.included-card {
  margin-top: 14px;
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  border: 1px solid #dfe9f3;
  border-radius: 16px;
  padding: 20px 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.included-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}
.included-card h4 {
  margin: 0 0 14px;
  font-size: 15px;
  color: #0f172a;
}
.included-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 12px 24px;
}
.included-card ul li {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  color: #334155;
  line-height: 1.4;
}
.included-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}
.guarantee-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(0, 199, 65, 0.08);
  color: #0f5132;
  border: 1px solid rgba(0, 199, 65, 0.25);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 22px rgba(0, 199, 65, 0.12);
  width: 100%;
  flex-basis: 100%;
}

/* Marketplaces Section - Realistic */
.marketplaces {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  padding: 48px 0;
  position: relative;
  z-index: 1;
}
.mp-wrapper {
  display: flex;
  gap: 24px;
  align-items: stretch;
}
/* Vertical wrapper layout */
.mp-wrapper--vertical {
  flex-direction: column;
  gap: 28px;
}

/* Platforms section with title */
.mp-platforms-section {
  text-align: center;
}
.mp-platforms-section .mp-platforms {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.mp-platforms-title {
  font-size: 38px;
  font-weight: 900;
  color: #0f172a;
  margin: 20px 0 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Horizontal platforms row */
.mp-platforms--horizontal {
  display: flex;
  gap: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  justify-content: space-between;
}
.mp-platforms--horizontal .mp-platform {
  flex: 1;
  min-width: 0;
  max-width: none;
  flex-direction: column;
  text-align: center;
  padding: 0 8px;
  gap: 6px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.mp-platforms--horizontal .mp-platform__icon {
  width: 44px;
  height: 44px;
  margin-bottom: 4px;
}
.mp-platforms--horizontal .mp-platform__name {
  font-size: 13px;
  font-weight: 800;
}
.mp-platform__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin: 4px 0;
}
.mp-platform__cap {
  font-size: 20px;
  font-weight: 900;
  color: #0f172a;
}
.mp-platform__vol {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
}
.mp-platforms--horizontal .mp-platform__tag {
  font-size: 9px;
  font-weight: 700;
  padding: 5px 8px;
  margin-top: auto;
}
.mp-platform__tag--buy {
  background: #cb6624 !important;
  color: #fff !important;
}
.mp-platform__tag--sell {
  background: #1888b8 !important;
  color: #fff !important;
}
.mp-platform__tag--both {
  background: linear-gradient(90deg, #cb6624 0%, #1888b8 100%) !important;
  color: #fff !important;
}

/* Full-width scenario block */
.mp-scenario-full {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 2px solid #00ace1;
  box-shadow: 0 0 0 4px rgba(0, 174, 228, 0.1), 0 8px 32px rgba(0, 174, 228, 0.12);
}
.mp-scenario-full__header {
  margin-bottom: 16px;
}
.mp-scenario-full__badge {
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mp-scenario-full__badge::before {
  content: "⚡";
  font-size: 14px;
}
.mp-scenario-full__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* Row 1: Skin + prices - unified height */
.mp-scenario-full__row1 {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.mp-scenario-full__skin {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  background: #f8fafc;
  border-radius: 10px;
  border: 2px solid #e2e8f0;
}
.mp-scenario-full__skin-img {
  width: 100px;
  height: 75px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
}
.mp-scenario-full__skin-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mp-scenario-full__skin-name {
  font-size: 16px;
  font-weight: 900;
  color: #0f172a;
  white-space: nowrap;
}
.mp-scenario-full__skin-quality {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
}
.mp-scenario-full__flow {
  display: flex;
  align-items: stretch;
  gap: 12px;
  flex: 1;
}
.mp-scenario-full__price {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 6px 12px 6px 20px;
  border-radius: 10px;
  border: 2px solid transparent;
  flex: 1;
}
.mp-scenario-full__price--buy {
  background: rgba(203, 102, 36, 0.08);
  border-color: #cb6624;
}
.mp-scenario-full__price--sell {
  background: rgba(24, 136, 184, 0.08);
  border-color: #1888b8;
}
.mp-scenario-full__price-icon {
  width: 42px;
  height: 42px;
}
.mp-scenario-full__price-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
}
.mp-scenario-full__price-platform {
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
}
.mp-scenario-full__price-value {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.5px;
}
.mp-scenario-full__price--buy .mp-scenario-full__price-value { color: #cb6624; }
.mp-scenario-full__price--sell .mp-scenario-full__price-value { color: #1888b8; }
.mp-scenario-full__price-fee {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
}
.mp-scenario-full__price-label {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 8px;
  letter-spacing: 1px;
}
.mp-scenario-full__price--buy .mp-scenario-full__price-label {
  background: #cb6624;
  color: #fff;
}
.mp-scenario-full__price--sell .mp-scenario-full__price-label {
  background: #1888b8;
  color: #fff;
}
.mp-scenario-full__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #22c55e;
  font-weight: 700;
  animation: arrowPulse 1.5s ease-in-out infinite;
}
@keyframes arrowPulse {
  0%, 100% { transform: translateX(0); opacity: 1; }
  50% { transform: translateX(6px); opacity: 0.7; }
}
/* Row 2: Profit */
.mp-scenario-full__row2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.3);
}
.mp-scenario-full__profit {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mp-scenario-full__profit-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mp-scenario-full__profit-value {
  font-size: 40px;
  font-weight: 900;
  color: #fff;
}
.mp-scenario-full__profit-percent {
  font-size: 22px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 12px;
  border-radius: 6px;
}
/* Platforms List */
.mp-platforms {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  min-width: 320px;
}
.mp-platforms__title {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 16px;
}
.mp-platforms__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mp-platform {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 10px;
  background: #f8fafc;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.mp-platform:hover {
  transform: translateX(4px);
}
.mp-platform__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.mp-platform__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mp-platform__name {
  font-size: 14px;
  font-weight: 700;
}
.mp-platform__stats {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
}
.mp-platform__tag {
  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}
/* Market CSGO - Blue #1888b8 */
.mp-platform--market {
  border-color: rgba(24, 136, 184, 0.3);
  background: rgba(24, 136, 184, 0.05);
}
.mp-platform--market .mp-platform__icon {
  color: #1888b8;
}
.mp-platform--market .mp-platform__name {
  color: #1888b8;
}
.mp-platform--market .mp-platform__tag {
  background: #1888b8;
  color: #fff;
}
/* BitsSkins - Green #04b76f */
.mp-platform--bitskins {
  border-color: rgba(4, 183, 111, 0.3);
  background: rgba(4, 183, 111, 0.05);
}
.mp-platform--bitskins .mp-platform__icon {
  color: #04b76f;
}
.mp-platform--bitskins .mp-platform__name {
  color: #04b76f;
}
.mp-platform--bitskins .mp-platform__tag {
  background: #04b76f;
  color: #fff;
}
/* WaxPeer - Gray #606060 */
.mp-platform--waxpeer {
  border-color: rgba(96, 96, 96, 0.3);
  background: rgba(96, 96, 96, 0.05);
}
.mp-platform--waxpeer .mp-platform__icon {
  color: #606060;
}
.mp-platform--waxpeer .mp-platform__name {
  color: #606060;
}
.mp-platform--waxpeer .mp-platform__tag {
  background: #606060;
  color: #fff;
}
/* ShadowPay - Green #30bd91 */
.mp-platform--shadowpay {
  border-color: rgba(48, 189, 145, 0.3);
  background: rgba(48, 189, 145, 0.05);
}
.mp-platform--shadowpay .mp-platform__icon {
  color: #30bd91;
}
.mp-platform--shadowpay .mp-platform__name {
  color: #30bd91;
}
.mp-platform--shadowpay .mp-platform__tag {
  background: #30bd91;
  color: #fff;
}
/* Lis-Skins - Orange #cb6624 */
.mp-platform--lisskins {
  border-color: rgba(203, 102, 36, 0.3);
  background: rgba(203, 102, 36, 0.05);
}
.mp-platform--lisskins .mp-platform__icon {
  color: #cb6624;
}
.mp-platform--lisskins .mp-platform__name {
  color: #cb6624;
}
.mp-platform--lisskins .mp-platform__tag {
  background: #cb6624;
  color: #fff;
}

@media (max-width: 992px) {
  .mp-wrapper {
    flex-direction: column;
  }
  .mp-scenario-full__row1 {
    flex-direction: column;
    gap: 10px;
  }
  .mp-scenario-full__skin {
    justify-content: center;
  }
  .mp-scenario-full__flow {
    flex-direction: column;
  }
  .mp-scenario-full__arrow {
    display: none;
  }
  .mp-scenario-full__row2 {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .mp-platforms-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .mp-platforms--horizontal {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    animation: scrollHint 1.5s ease-out 0.5s 1;
  }
  @keyframes scrollHint {
    0% { transform: translateX(0); }
    30% { transform: translateX(-20px); }
    60% { transform: translateX(10px); }
    100% { transform: translateX(0); }
  }
  .mp-platforms--horizontal .mp-platform {
    min-width: 90px;
    flex: 0 0 auto;
    padding: 6px 4px;
    scroll-snap-align: start;
  }
  .mp-platforms--horizontal .mp-platform__icon {
    width: 32px;
    height: 32px;
  }
  .mp-platforms--horizontal .mp-platform__name {
    font-size: 10px;
  }
  .mp-platform__cap {
    font-size: 14px;
  }
  .mp-platform__vol {
    font-size: 9px;
  }
  .mp-platforms--horizontal .mp-platform__tag {
    font-size: 7px;
    padding: 3px 5px;
  }
  .mp-scenario-full {
    padding: 14px;
  }
  .mp-scenario-full__badge {
    font-size: 11px;
  }
  .mp-scenario-full__skin {
    padding: 10px;
    gap: 10px;
  }
  .mp-scenario-full__skin-img {
    width: 60px;
    height: 45px;
  }
  .mp-scenario-full__skin-name {
    font-size: 13px;
  }
  .mp-scenario-full__price {
    padding: 10px;
    gap: 8px;
  }
  .mp-scenario-full__price-icon {
    width: 24px;
    height: 24px;
  }
  .mp-scenario-full__price-value {
    font-size: 18px;
  }
  .mp-scenario-full__price-fee {
    font-size: 8px;
  }
  .mp-scenario-full__price-label {
    font-size: 9px;
    padding: 5px 8px;
  }
  .mp-scenario-full__row2 {
    padding: 12px 16px;
    gap: 8px;
  }
  .mp-scenario-full__profit {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .mp-scenario-full__profit-label {
    width: 100%;
    text-align: center;
    font-size: 10px;
  }
  .mp-scenario-full__profit-value {
    font-size: 28px;
  }
  .mp-scenario-full__profit-percent {
    font-size: 16px;
    padding: 4px 8px;
  }
}
@media (max-width: 480px) {
  .mp-platforms--horizontal {
    grid-template-columns: repeat(3, 1fr);
  }
  .mp-platforms--horizontal .mp-platform:nth-child(4),
  .mp-platforms--horizontal .mp-platform:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 992px) {
  .marketplaces__compact {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .marketplaces__flow {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .marketplaces__compact {
    padding: 16px 20px;
  }
  .marketplaces__flow {
    flex-direction: column;
    gap: 10px;
  }
  .mp-arrow {
    transform: rotate(90deg);
  }
}

/* Discount badges */
.discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 170, 0, 0.12);
  border: 1px solid rgba(255, 170, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  flex: 1;
  min-width: 100px;
}
.discount-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 170, 0, 0.25);
}
.discount-badge__period {
  font-size: 13px;
  color: #996600;
  font-weight: 700;
}
.discount-badge__value {
  font-size: 14px;
  font-weight: 800;
  color: #ff8800;
}
.discount-badge--best {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.18) 0%, rgba(255, 80, 0, 0.18) 100%);
  border: 1px solid rgba(255, 120, 0, 0.45);
}
.discount-badge--best .discount-badge__period {
  color: #994400;
}
.discount-badge--best .discount-badge__value {
  color: #ff6600;
  font-size: 15px;
}

@media (max-width: 992px) {
  .recommend-row {
    justify-content: flex-start;
  }
  .included-card ul {
    grid-template-columns: 1fr;
  }
}
.product-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
  justify-content: flex-start;
  padding-top: 8px;
}
.product-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.product-actions .btn.primary {
  background: linear-gradient(135deg, #00ace1 0%, #0092c6 100%);
  color: #fff;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 174, 228, 0.3);
}
.product-actions .btn.primary:hover {
  background: linear-gradient(135deg, #00c4ff 0%, #00ace1 100%);
  box-shadow: 0 8px 25px rgba(0, 174, 228, 0.45);
  transform: translateY(-2px);
}
.product-actions .btn.ghost {
  background: #fff;
  color: #0f172a;
  border: 1px solid #d1d5db;
}
.product-actions .btn.ghost:hover {
  border-color: #00ace1;
  color: #00ace1;
}

.product-common {
  margin-top: 32px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
  padding: 18px 18px 6px;
}
.product-common h4,
.product-compare h4 {
  font-size: 18px;
  margin-bottom: 12px;
  font-family: "NEXT ART Bold";
}
.product-common ul {
  list-style: none;
  padding: 0 0 8px;
  margin: 0;
  display: grid;
  gap: 10px 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.product-common ul li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
  color: #0f172a;
}
.product-common ul li::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  background-size: 14px 14px;
}


/* **************************CHeckbox************************** */
.radio-list-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 0 0 45%;
}
.radio-list-right input[type="radio"] {
  opacity: 0;
  float: left;
  width: 1px;
  margin: 0;
}
.radio-list-right input[type="radio"] + label {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding: 15px;
  border: 3px solid transparent;
  border-radius: 10px;
  transition: .3s all ease;
}
.radio-list-right input[type="radio"] + label:hover {
  box-shadow: 0 0 10px rgba(255,255,255, .5);
}
.radio-list-right input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: transparent;
  border: 3px solid #00ace1;
  border-radius: 100px;
  box-sizing: border-box;
}
.radio-list-right input:checked[type="radio"] + label {
  border-color: #00ace1;
}
.radio-list-right input:checked[type="radio"] + label:hover {
  box-shadow: none;
}
.radio-list-right input:checked[type="radio"] + label:before {
  border: 3px solid #00ace1;
}
.radio-list-right input:checked[type="radio"] + label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #00ace1;
  border-radius: 100px;
}

.radio-list-right input[type="radio"] + label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "NEXT ART Bold";
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.radio__img {
  display: flex;
  align-items: center;
  gap: 25px;
}
.radio__price {
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  padding-right: 50px;
  font-weight: 200;
}
.radio-list-right input[type="radio"] + label:before {
  height: 18px;
  width: 18px;
}
.income__checkbox-txt {
  flex-basis: 40%;
}
.income__checkbox-txt ul {
  font-family: "Roboto Thin";
  color: #000;
  font-size: 18px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.income__checkbox-txt ul li {
  position: relative;
}
.income__checkbox-txt ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  left: -40px;
}
.income__checkbox-txt ul li.grey::before {
  background-image: url(../images/checked-gray.svg);
}

/* how__works */

.how__works {
  padding: 80px 0;
  background-color: #131417;
  color: #fff;
  position: relative;
  z-index: 1;
}
.how__works-container {
  position: relative;
}
.income-plus-img {
  position: absolute;
  right: 189px;
  top: -120px;
}
.how__works-img1 {
  position: absolute;
  bottom: -190px;
  right: -220px;
}
.how__works-img {
  position: absolute;
  top: 206px;
  left: 36%;
}
.how__works .title h2 {
  color: #fff;
}
.how__works-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.force__block {
  padding: 40px;
}
.how__works-title {
  font-family: "NEXT ART Bold";
  font-size: 21px;
  margin-bottom: 10px;
  color: #fff;
}

.how__works-subtitle {
  font-family: "Roboto Light";
  font-size: 18px;
  max-width: 440px;
  color: #fff;
}

.right-subtitle {
  border-left: 3px solid #00ace1;
  padding-left: 20px;
  margin-left: -20px;
}
.blocks-right {
  margin: 0 auto;
  transform: translateX(180px);
}
.blocks-left {
  transform: translateX(-180px);
}
.how__works-item-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.how__works-item-img img {
  position: relative;
  z-index: 5;
}
.how__works-item-img span {
  position: relative;
  z-index: 6;
}
.force-line-img {
  position: absolute;
  top: -58px;
  left: 113px;
  z-index: 1;
}
.force-line-img1 {
  position: absolute;
  top: -85px;
  left: -43px;
  z-index: -1;
}
.force-img {
  z-index: 10;
}
.how__works-item-img span {
  font-size: 140px;
  display: block;
  position: absolute;
  color: #fff;
  z-index: 10;
}

.force-1 {
  left: 79px;
  top: 10px;
}

.force-2 {
  left: 90px;
  top: 2px;
}

.force-3 {
  left: 55px;
  top: 6px;
}
.force-4 {
  left: 67px;
  top: 5px;
}
.force-5 {
  left: 50px;
  top: 12px;
}
.blocks-left {
  text-align: right;
}

.left-subtitle {
  border-right: 3px solid #00ace1;
  padding-right: 20px;
  margin-right: -20px;
}

/* video */
/* ===========================================
   SCANNER PROMO BLOCK
   =========================================== */
.scanner-promo {
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  padding: 16px 0;
  position: relative;
  z-index: 1;
}
.scanner-promo__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.scanner-promo__name {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.scanner-promo__divider {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
}
.scanner-promo__title {
  font-size: 14px;
  color: rgba(255,255,255,0.9);
  white-space: nowrap;
}
.scanner-promo__feature {
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  white-space: nowrap;
}
.scanner-promo__btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: #fff;
  color: #00aee4;
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.scanner-promo__btn:hover {
  background: rgba(255,255,255,0.9);
  transform: scale(1.02);
}
@media (max-width: 768px) {
  .scanner-promo__content {
    gap: 12px;
  }
  .scanner-promo__divider {
    display: none;
  }
  .scanner-promo__name {
    font-size: 16px;
  }
  .scanner-promo__title,
  .scanner-promo__feature {
    font-size: 12px;
  }
}
@media (max-width: 580px) {
  .scanner-promo {
    padding: 14px 0;
  }
  .scanner-promo__content {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .scanner-promo__feature {
    display: none;
  }
}

.video {
  padding: 80px 0;
  background-color: #131417;
  position: relative;
  z-index: 1;
}
.video .title h2,
.video .subtitle {
  cursor: context-menu;
}
.subtitle {
  text-align: center;
  font-size: 24px;
  color: #fff;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.3;
}

.video__block {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

.video__block iframe {
  display: block;
  width: 100%;
  max-width: 1220px;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0 auto;
}
.payment__method {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
.payment__method a {
  display: block;
}

.payment__method img {
  text-align: center;
  object-fit: contain;
}

/* .trader */
.trader {
  padding-top: 70px;
  padding-bottom: 135px;
  position: relative;
  z-index: 1;
}
.trader__container {
  position: relative;
}
.trader__block {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 99;
}
.trade-shape-1 {
  position: absolute;
  transform: scale(0.7);
  top: -70px;
  left: -262px;
}
.trade-shape-2 {
  position: absolute;
  bottom: -130px;
  right: -290px;
}
.trader__block-img img {
  width: 100%;
}
.trader__block-txt {
  font-family: "Roboto Regular";
  font-size: 24px;
  color: #0a090a;
  max-width: 600px;
  margin-bottom: 55px;
  padding-top: 35px;
}

.trader__block-slogan {
  font-family: "Roboto Medium";
  color: #0a090a;
  font-size: 24px;
  max-width: 600px;
  margin-bottom: 85px;
}

.trader__link {
  font-family: "NEXT ART Bold";
  display: inline-block;
  font-size: 21px;
  color: #fff;
  background-color: #00ace1;
  padding: 25px 30px;
  border-radius: 50px;
  letter-spacing: 1px;
  transition: .3s all ease;
}
.trader__link:hover {
  color: #00ace1;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0, .3);
}

/* cashback */
.cashback {
  background-color: #0a090a;
  padding-top: 90px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.cashback__subtitle {
  font-family: "Roboto Light";
  font-size: 24px;
  color: #fff;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
}

/* Stepper */
.cashback__step {
  width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
.cashback__step ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.cashback__step ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cashback__step ul::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 4px;
  background-color: transparent;
  border: 1px solid #00ace1;
  left: 15px;
  top: 47px;
}

.cashback__step ul li .icons {
  font-family: "Roboto Regular";
  font-size: 24px;
  color: #52c070;
  display: block;
}

.cashback__step ul li .label {
  font-family: "Roboto Regular";
  font-size: 24px;
  color: #fff;
  display: block;
}

.cashback__step ul li .step {
  width: 20px;
  height: 20px;
  background-color: #00ace1;
  border-radius: 50%;
  margin: 16px 0 10px;
  display: grid;
  place-items: center;
  position: relative;
  cursor: pointer;
}

.first::after {
  width: 0;
  height: 0;
}

.cashback__step ul li .step .awesome {
  display: none;
}

.cashback__step ul li .step p {
  font-size: 18px;
}

.cashback__step ul li .active {
  background-color: #1b761b;
}

.cashback__step li .active::after {
  background-color: #1b761b;
}

.cashback__step ul li .active p {
  display: none;
}

.cashback__step ul li .active .awesome {
  display: flex;
}
.cashback__info {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 120px;
}
.cashback__info-txt {
  font-family: "Roboto Light";
  font-size: 24px;
  color: #fff;
  flex: 0 0 49%;
}
.cashback__info-txt p {
  margin-bottom: 40px;
  line-height: 1.2;
}
.cashback__info-txt a {
  font-family: "Roboto Medium";
  color: #00ace1;
}

.cashback__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.cashback__social a {
  display: block;
}
.cashback__social a svg {
  transition: .3s all ease;
}
.cashback__social a:hover svg  {
  fill: #fff;
}

/* Support Channels */
.support-channels {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.support-channel {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(0, 174, 228, 0.1);
  border: 1px solid rgba(0, 174, 228, 0.2);
  border-radius: 12px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.support-channel:hover {
  background: rgba(0, 174, 228, 0.2);
  border-color: rgba(0, 174, 228, 0.4);
  transform: translateY(-2px);
}
.support-channel__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00aee4;
}
.support-channel__text {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .support-channels {
    justify-content: center;
  }
  .support-channel {
    padding: 10px 16px;
  }
}

.cashback__btm-txt {
  font-family: "Roboto Light";
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.cashback__btm-txt a {
  color: #00ace1;
}

.menu-opener {
  display: none;
}
.mob {
  display: none !important;
}



.login-sec .circle-shape {
  right: -300px;
  bottom: -440px;
}
.login-sec .hero__shapes .sq-shape {
  left: -300px;
  top: 40px;
}
.login-sec .hero__shapes .plus-shape {
  left: 0;
  bottom: -340px;
}
.login-sec {
  padding: 300px 0;
}
.login-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login-block .form-group {
  margin-bottom: 50px;
}
.login-block .form-group input {
  border: none;
  padding: 0;
  max-width: 440px;
  width: 100%;
  border: 1px solid #00ace1;
  transition: .3s all;
  font-size: 24px;
  font-weight: 600;
  color: #00ace1;
  padding: 18px 30px;
  border-radius: 50px;
  box-sizing: border-box;
}
.login-block .form-group input::placeholder {
  font-size: 24px;
  font-weight: 600;
  color: #00ace1;
  font-family: "NEXT ART Bold";
}
.login-block .form-group input:focus {
  outline: none;
}
.form-btn {
  margin: 20px 0 45px;
}
.form-btn button {
  font-family: "NEXT ART Bold";
  font-size: 24px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  width: 100%;
  padding: 24px;
  background: #00ace1;
  border-radius: 50px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: .3s all ease;
}
.form-btn button:hover {
  color: #00ace1;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0, .3);
}

.create-link {
  text-align: center;
}
.create-link a {
  font-family: "NEXT ART Bold";
  font-size: 18px;
  color: #00ace1;
  text-align: center;
  letter-spacing: 1.6px;
}
.create-link a:hover {
  text-decoration: underline;
}





@media (max-width: 1550px) {
  .login-sec .circle-shape {
    right: -100px;
    bottom: -440px;
  }
  .login-sec .hero__shapes .sq-shape {
    left: -100px;
    top: 40px;
  }
  .login-sec .hero__shapes .plus-shape {
    left: 0;
    bottom: -340px;
  }
}


@media (max-width: 1250px) {
  .trader__link {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .trader__link {
    font-size: 16px;
  }
  .container {
    padding: 0 30px;
  }
  .hero__text {
    padding-right: 30px;
  }
  .blocks-left,
  .blocks-right {
    transform: translate(0);
  }
  .how__works-item .how__works-item-img:after {
    display: none;
  }
  .login-sec .circle-shape {
    bottom: -440px;
  }
  .login-sec .hero__shapes .sq-shape {
    top: 40px;
  }
  .login-sec .hero__shapes .plus-shape {
    left: 0;
    bottom: -340px;
  }
  .login-sec .x-shape {
    top: -243px;
    right: 70px;
    left: auto;
    display: block;
  }
}

@media (max-width: 1024px) {
  .hero__card {
    width: 350px;
  }
  .hero {
    padding: 50px 0;
  }
  .hero__title {
    font-size: 22px;
  }
  .hero__subtitle {
    font-size: 15px;
  }
  .hero__slogan {
    font-size: 14px;
    margin-bottom: 35px;
    max-width: 402px;
  }
  .hero__features {
    gap: 8px;
    margin-bottom: 0;
  }
  .hero__feature {
    padding: 10px 12px;
    gap: 8px;
  }
  .hero__feature-icon {
    font-size: 20px;
  }
  .hero__feature-text {
    font-size: 11px;
  }
  .hero__btn {
    font-size: 17px;
    padding: 17px 25px;
  }
  .hero__card {
    height: 420px;
  }
  .hero__card-price p {
    justify-content: space-around;
    gap: 0px;
    font-size: 26px;
  }
  .income {
    padding: 50px 0;
  }
  .radio-list-right input[type="radio"] + label {
    font-size: 20px;
  }
  .radio-list-right input[type="radio"] + label {
    width: 85%;
  }
  .radio__price {
    font-size: 20px;
    padding-right: 30px;
  }
  .income__checkbox-txt ul {
    font-size: 16px;
    gap: 22px;
  }
  .how__works {
    padding: 50px 0;
  }
  .title h2 {
    font-size: 30px;
  }
  .how__works-title {
    font-size: 16px;
  }
  .how__works-subtitle {
    font-size: 14px;
  }
  .video {
    padding: 50px 0;
  }
  .subtitle,
  .cashback__subtitle {
    font-size: 16px;
    max-width: 528px;
    line-height: 1.3;
  }
  .video__block iframe {
    width: 100%;
    max-width: 1220px;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0 auto;
  }
  .payment__method {
    gap: 30px;
  }
  .payment__method img {
    width: 100%;
  }
  .trader__block-txt {
    font-size: 18px;
  }
  .trader__block-slogan {
    font-size: 18px;
    margin-bottom: 60px;
  }

  .trader__link {
    font-family: "NEXT ART Bold";
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #00ace1;
    padding: 20px 18px;
    border-radius: 50px;
    letter-spacing: 1px;
  }
  .trader__block-img img {
    width: 85%;
  }
  .cashback {
    padding: 50px 0;
  }
  .cashback__step ul li .icons,
  .cashback__step ul li .label {
    font-size: 18px;
  }
  .cashback__step ul::after {
    top: 42px;
  }
  .cashback__info-txt {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .pc {
    display: none !important;
  }
  .mob {
    display: block !important;
  }

  .login-sec .hero__shapes img {
    width: 20%;
  }
  .login-sec .circle-shape {
    right: -100px;
    bottom: -440px;
  }
  .login-sec .hero__shapes .sq-shape {
    left: -100px;
    top: 40px;
  }
  .login-sec .hero__shapes .plus-shape {
    left: 0;
    bottom: -340px;
  }
  .login-sec .x-shape {
    top: -243px;
    right: 70px;
  }

  .trader__link {
    padding: 18px 10px;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .income-plus-img {
    right: 120px;
    top: -105px;
    height: 110px;
  }
  .income__checkbox-txt ul li {
    line-height: 1.2;
  }
  .radio__img {
    gap: 0 18px;
    font-size: 16px;
  }
  .radio__price {
    font-size: 16px;
  }
  .header__lang.mob {
    text-align: center;
    margin-top: 30px;
  }
  .header__menu {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(19, 20, 23, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 280px;
    max-width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: right 0.4s ease;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.5);
    border-left: 1px solid rgba(0, 174, 228, 0.2);
  }
  .header__menu ul {
    flex-direction: column;
    padding: 100px 30px 30px;
    gap: 0;
  }
  .header__menu ul li {
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }
  .header__menu ul li:last-child {
    border-bottom: none;
  }
  .header__menu ul a {
    display: block;
    padding: 16px 0;
  }
  .header__menu.active {
    right: 0;
  }
  /* Убираем backdrop-filter с header при открытом меню, иначе position:fixed меню ограничено областью header */
  /* КРИТИЧНО: Меню находится внутри header в HTML, что в Chrome на iOS создает проблему ТОЛЬКО на главной странице.
     На других страницах (partner, protection) меню работает нормально, потому что там нет элементов с высоким z-index.
     Header с position: fixed создает stacking context, который "запирает" меню внутри себя.
     Решение: делаем header position: static при открытом меню, чтобы меню могло выйти из его stacking context.
     Это правило применяется ко всем страницам, но на других страницах оно не ломает layout, так как там нет конфликтующих элементов */
  body.menu-open .header {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    position: static !important;
    z-index: auto !important;
    overflow: visible !important;
  }
  /* Меню должно быть поверх всего контента - выносим его из stacking context header */
  /* Chrome на iOS: делаем меню position: fixed с transform для создания нового независимого stacking context */
  body.menu-open .header__menu {
    position: fixed !important;
    z-index: 999999 !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: 280px !important;
    max-width: 80% !important;
  }
  /* КРИТИЧНО для Chrome на iOS: wrapper с overflow-x: clip создает stacking context и ограничивает меню */
  body.menu-open .wrapper {
    overflow-x: visible !important;
  }
  /* КРИТИЧНО: На главной странице .hero__block (z-index: 99) и .hero__card (z-index: 121) создают stacking context
     и перекрывают меню в Chrome на iOS. На других страницах таких элементов нет. Убираем z-index при открытом меню */
  body.menu-open .hero__block,
  body.menu-open .hero__card {
    z-index: auto !important;
  }
  /* Стили кнопки кабинета в мобильном меню */
  .header__cabinet {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .header__cabinet a {
    display: inline-block;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .menu-opener {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px 0;
    position: relative;
    z-index: 1000000;
    cursor: pointer;
    padding: 10px;
    margin: -10px;
  }
  /* Кнопка закрытия меню должна быть всегда видна поверх меню */
  /* Chrome на iOS: делаем кнопку position: fixed, чтобы она была вне stacking context header и всегда видна поверх меню */
  body.menu-open .menu-opener {
    position: fixed !important;
    top: 24px !important;
    right: 20px !important;
    z-index: 10000000 !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    pointer-events: auto !important;
  }
  .menu-opener span {
    position: relative;
    width: 24px;
    height: 2px;
    background: #fff;
    transition: 0.5s all ease;
  }
  .menu-opener.active .one {
    transform: rotate(45deg);
    top: 7px;
  }
  .menu-opener.active .three {
    transform: rotate(-45deg);
    top: -7px;
  }
  .menu-opener.active .two {
    opacity: 0;
  }
}

@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 14px;
  }
  .product-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .product-card__header h3 {
    font-size: 18px;
  }
  .product-card__header .price {
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
  }
  .price-main.price-accent {
    font-size: 14px;
    padding: 5px 8px;
  }
  .badge {
    font-size: 10px;
    padding: 3px 8px;
  }
  .product-icons span {
    font-size: 9px;
    padding: 3px 6px;
  }
  .product-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .weapon-1 {
    top: 0px;
  }
  .weapon-2 {
    top: 0px;
  }
  .weapon-3 {
    top: 0px;
  }
  .weapon-4 {
    top: 0px;
  }
  .header__menu ul a {
    font-size: 14px;
  }
  .hero__block {
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero__text {
    text-align: center;
    margin-bottom: 30px;
  }
  .hero__slogan {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-bottom: 20px;
  }
  .hero__feature {
    padding: 10px;
    flex-direction: column;
    text-align: center;
    gap: 6px;
  }
  .hero__feature-text {
    font-size: 11px;
  }
  .hero__feature-text br {
    display: none;
  }
  .x-shape {
    left: 0;
  }
  .hero__link {
    margin: 0;
  }
  .hero__shapes .plus-shape {
    left: 0;
    width: 20%;
  }
  .title h2 {
    font-size: 26px;
  }
  .range__title {
    font-size: 20px;
  }
  .range__value {
    margin-bottom: 15px;
  }
  .radio-list-right input[type="radio"] + label {
    font-size: 15px;
  }
  .radio__img img {
    width: 20%;
  }
  .radio__price {
    font-size: 16px;
  }
  .radio-list-right input[type="radio"] + label:before,
  .radio-list-right input:checked[type="radio"] + label::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .income__checkbox-txt ul {
    gap: 16px;
  }
  .income-plus-img {
    left: 0;
    top: 0;
  }
  .force-img {
    width: 100%;
  }
  .how__works-item-img span {
    font-size: 120px;
  }
  .force-1 {
    left: 62px;
    top: 2px;
  }
  .force-2 {
    left: 67px;
    top: 0px;
  }
  .force-3 {
    left: 39px;
    top: 5px;
  }
  .force-4 {
    left: 54px;
    top: 2px;
  }
  .force-5 {
    left: 44px;
    top: 9px;
  }
  .how__works-item:nth-child(1) .how__works-item-img:nth-child(1):after {
    top: -40px;
    left: 89px;
  }
  .how__works-item:nth-child(2) .how__works-item-img:nth-child(2):after {
    top: -55px;
    left: -5px;
  }
  .how__works-item:nth-child(3) .how__works-item-img:nth-child(1):after {
    top: -55px;
    left: 81px;
  }
  .how__works-item:nth-child(4) .how__works-item-img:nth-child(2):after {
    top: -56px;
    left: -7px;
  }
  .how__works-item:nth-child(5) .how__works-item-img:nth-child(1):after {
    top: -55px;
    left: 78px;
  }
  .payment__method img {
    width: 100%;
  }
  .payment__method a {
    text-align: center;
  }
  .trader__block-txt {
    padding: 0;
  }
  .trader__block {
    justify-self: center;
  }
  .trader__block-img {
    display: none;
  }
  .trader__block-txt,
  .trader__block-slogan {
    text-align: center;
    margin-bottom: 40px;
  }
  .trader__link {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .trader {
    padding: 50px 0;
  }
  .cashback__info-img {
    display: none;
  }
  .cashback__info-txt {
    flex-basis: 80%;
  }
  .cashback__info {
    margin-bottom: 60px;
  }
}

@media (max-width: 735px) {
  .form-btn button {
    width: 340px;
  }
  .header__menu ul {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }
  .x-shape {
    display: none;
  }
  .hero__block {
    padding: 15px 0;
  }
  .hero__card {
    width: 100%;
    height: 370px;
  }
  .weapon-1,
  .weapon-2,
  .weapon-3,
  .weapon-4 {
    transform: scale(1);
    top: 0;
    left: 0;
  }
  .hero__card-price p {
    font-size: 20px;
  }
  .hero__card-price {
    padding: 0 10px 15px 10px;
    gap: 10px;
  }
  .hero__link a .hero__link-icon {
    width: 30px;
    height: 30px;
  }
  .hero__link a .hero__link-icon img {
    height: 9px;
  }
  .hero__link a {
    font-size: 16px;
    gap: 0 15px;
  }
  .title h2 {
    font-size: 18px;
    line-height: 1.3;
  }

  .range__title {
    font-size: 16px;
    line-height: 1.3;
  }
  .income__subtitle {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 6px;
  }
  .income__planner .range {
    padding: 14px 14px 18px;
  }
  .range__top {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .product-card {
    padding: 16px;
  }
  .product-card__header {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .product-card__header h3 {
    font-size: 20px;
  }
  .product-card__header .price {
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
  }
  .price-main.price-accent {
    font-size: 16px;
    padding: 6px 10px;
  }
  .product-icons {
    gap: 6px;
  }
  .product-icons span {
    font-size: 10px;
    padding: 4px 8px;
  }
  .product-actions .btn {
    width: 100%;
    justify-content: center;
  }
  .compare-row {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
  .income__checkbox {
    flex-wrap: wrap;
  }
  .radio-list-right {
    flex-basis: 100%;
  }
  .income__checkbox::after {
    display: none;
  }
  .income__checkbox-txt {
    flex-basis: 100%;
    margin-top: 30px;
    padding-left: 60px;
    padding-top: 30px;
  }
  .income__checkbox-txt ul {
    font-size: 14px;
    line-height: 1.3;
  }
  .income-plus-img {
    display: none;
  }
  .force__block {
    padding: 0;
  }
  .force-img {
    width: auto;
  }
  .blocks-right,
  .blocks-left {
    transform: translate(0);
  }
  .how__works-item:nth-child(1) .how__works-item-img:nth-child(1):after,
  .how__works-item:nth-child(2) .how__works-item-img:nth-child(2):after,
  .how__works-item:nth-child(3) .how__works-item-img:nth-child(1):after,
  .how__works-item:nth-child(4) .how__works-item-img:nth-child(2):after,
  .how__works-item:nth-child(5) .how__works-item-img:nth-child(1):after {
    display: none;
  }
  .how__works-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .how__works-title,
  .how__works-subtitle {
    text-align: center;
    line-height: 1.2;
  }
  .force-img {
    display: none;
  }
  .how__works-item {
    margin: 0;
    gap: 0;
  }
  .how__works-item-img span {
    display: none;
  }
  .force__block {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .trader__link {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.3;
  }
  .cashback__step ul {
    flex-direction: column;
  }
  .cashback__step ul li {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px 20px;
  }
  .cashback__step ul li .icons,
  .cashback__step ul li .label {
    flex: 0 0 50px;
  }
  .cashback__step ul li .step {
    flex: 0 0 20px;
  }
  .cashback__step ul::after {
    height: 83%;
    width: 4px;
    left: 49.5%;
    top: 19px;
  }
  .trader__block {
    justify-content: center;
  }
  .radio-list-right input[type="radio"] + label {
    width: 90%;
  }
}



@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
  .product-card {
    padding: 14px;
  }
  .product-card__header {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .product-card__header h3 {
    font-size: 18px;
  }
  .product-card__header .price {
    align-items: flex-start;
    text-align: left;
    margin-left: 0;
  }
  .product-card__labels {
    flex-wrap: wrap;
  }
  .badge {
    font-size: 10px;
    padding: 3px 8px;
  }
  .price-main.price-accent {
    font-size: 15px;
    padding: 5px 8px;
  }
  .product-meta li {
    font-size: 13px;
  }
  .product-icons {
    gap: 5px;
  }
  .product-icons span {
    font-size: 9px;
    padding: 3px 6px;
  }
  .cashback__info-txt {
    flex-basis: 100%;
  }
  .cashback__social a svg {
    width: 60px;
    height: 60px;
  }
  .blog-slider__img .weapon-4 {
    height: auto;
    margin-top: 40px;
    transform: scale(1.5);
  }
  .blog-slider__img .weapon-3,
  .blog-slider__img .weapon-2,
  .blog-slider__img .weapon-1 {
    margin-top: -30px;
  }
  .hero {
    padding: 30px 0 50px;
  }
  .hero__text {
    padding-right: 0;
  }

  .radio__img img {
    width: 30px;
  }
  .login-sec {
    padding: 100px 0 200px;
  }
  .login-sec .x-shape {
    top: -100px;
  }
  .login-sec .circle-shape {
      right: auto;
      left: 10px;
      bottom: -160px;
  }
  .login-sec img.circle-shape {
    width: 14%;
  }
  .login-block .form-group input,
  .login-block .form-group input::placeholder {
    font-size: 20px;
  }
  .login-block .form-group {
    margin-bottom: 30px;
  }
  .form-btn button {
    padding: 19px;
    font-size: 20px;
  }
  .range__title span {
    display: block;
  }
  .range-title-in {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 6px;
  }
  .title h2 {
    margin-bottom: 30px;
  }
  .container {
    padding: 0 20px;
  }
  .range {
    width: 90%;
  }
}


@media (max-width: 320px) {
  .form-btn button {
    width: 100%;
  }
}

/* ===========================================
   STATS BLOCK - Реальная статистика
   =========================================== */
.stats {
  background: #f0f0f0;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(0, 174, 228, 0.05) 0%, transparent 50%);
  pointer-events: none;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}
.stats__item {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s, box-shadow 0.3s;
}
.stats__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 174, 228, 0.15);
}
.stats__number {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 48px;
  color: #00aee4;
  line-height: 1;
  margin-bottom: 10px;
}
.stats__label {
  font-size: 16px;
  color: #64748b;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .stats__number {
    font-size: 38px;
  }
  .stats__label {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .stats__item {
    padding: 20px 12px;
  }
  .stats__number {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .stats__label {
    font-size: 12px;
    line-height: 1.3;
  }
  .stats {
    padding: 50px 0;
  }
}
@media (max-width: 400px) {
  .stats__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .stats__item {
    padding: 16px 8px;
  }
  .stats__number {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .stats__label {
    font-size: 10px;
    line-height: 1.2;
  }
  .stats {
    padding: 35px 0;
  }
}

/* ===========================================
   REVIEWS BLOCK - Отзывы
   =========================================== */
.reviews {
  background: #131417;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto 0;
}
.review-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 174, 228, 0.12);
}
.review-card__header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.review-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #00aee4;
}
.review-card__info {
  flex: 1;
}
.review-card__name {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 4px;
}
.review-card__meta {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.review-card__stars {
  color: #fbbf24;
  font-size: 16px;
  letter-spacing: 2px;
}
.review-card__text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
}
.review-card__text {
  flex: 1;
}
.review-card__profit {
  margin-top: auto;
  padding: 12px 16px;
  padding-top: 20px;
  background: rgba(0, 174, 228, 0.1);
  border-radius: 10px;
  border-left: 3px solid #00aee4;
}
.review-card__profit-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.review-card__profit-value {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 22px;
  color: #00aee4;
}
.reviews__more {
  text-align: center;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.reviews__more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #00aee4;
  font-size: 16px;
  text-decoration: none;
  padding: 12px 24px;
  border: 1px solid rgba(0, 174, 228, 0.3);
  border-radius: 30px;
  transition: all 0.3s;
}
.reviews__more a:hover {
  background: rgba(0, 174, 228, 0.1);
  border-color: #00aee4;
}
.reviews__chat-link {
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  color: #fff !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 174, 228, 0.4);
}
.reviews__chat-link:hover {
  background: linear-gradient(135deg, #00c4ff 0%, #00aee4 100%) !important;
  box-shadow: 0 6px 20px rgba(0, 174, 228, 0.5);
  transform: translateY(-2px);
}
@media (max-width: 1000px) {
  .reviews__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .reviews__grid {
    grid-template-columns: 1fr;
  }
  .reviews {
    padding: 50px 0;
  }
  .reviews__more {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .reviews__more a {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    font-size: 14px;
    padding: 14px 20px;
  }
  .reviews__chat-link {
    font-size: 13px;
    padding: 12px 18px;
  }
}
@media (max-width: 480px) {
  .reviews__more a {
    font-size: 12px;
    padding: 12px 16px;
    max-width: 280px;
  }
  .reviews__chat-link {
    font-size: 12px;
    padding: 10px 14px;
  }
}

/* ===========================================
   FAQ BLOCK - Частые вопросы
   =========================================== */
.faq {
  background: #0a0b0d;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.faq__list {
  max-width: 800px;
  margin: 40px auto 0;
}
.faq__item {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.faq__question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.faq__question-text {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
}
.faq__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 174, 228, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00aee4;
  font-size: 20px;
  flex-shrink: 0;
  transition: transform 0.3s, background 0.3s;
}
.faq__item.active .faq__icon {
  transform: rotate(45deg);
  background: #00aee4;
  color: #000;
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.faq__item.active .faq__answer {
  max-height: 300px;
  padding-bottom: 24px;
}
.faq__answer-text {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
}
@media (max-width: 600px) {
  .faq__question-text {
    font-size: 16px;
  }
  .faq {
    padding: 50px 0;
  }
}

/* ===========================================
   CTA SECTIONS - Призывы к действию
   =========================================== */
.cta-section {
  background: linear-gradient(135deg, #00aee4 0%, #0095c8 100%);
  padding: 50px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.cta-section__text {
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.cta-section__buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.cta-section__btn {
  display: inline-block;
  padding: 18px 40px;
  background: #fff;
  color: #00aee4;
  font-family: "NEXT ART Bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s;
}
.cta-section__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.cta-section__btn--chat {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
.cta-section__btn--chat:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}
@media (max-width: 600px) {
  .cta-section__text {
    font-size: 18px;
  }
  .cta-section__btn {
    padding: 14px 30px;
    font-size: 14px;
  }
}
