/* ===== Переменные ===== */
:root {
  --container-width: 1280px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Inter", sans-serif;
	--1: #14141d;
	--2: #8686b0;
	--4: #09090a;
	--5: #fff;
	--6: #ff0069;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #131a21;
}

.he2e8fbc6-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .he2e8fbc6-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .he2e8fbc6-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  text-transform: capitalize;
  text-align: center;
  color: var(--5);
  margin: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 44px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  text-transform: capitalize;
  color: var(--5);
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--5);
  margin: 0px;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--5);
  margin: 0px;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

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

img{
  max-width: 100%;
  min-width: 0px;
}

section {
  margin-bottom: 100px;
}

@media (max-width: 990px) {
  section {
    margin-bottom: 70px;
  }
}

@media (max-width: 600px) {
  section {
    margin-bottom: 40px;
  }
}

.he2e8fbc6-header-container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.he2e8fbc6-nav-list{
  flex-direction: row;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: var(--5);
  gap: 40px;
}

.he2e8fbc6-header-actions{
  display: flex;
  gap: 60px;
  align-items: center;
  max-width: 415px;
  width: 100%;
}

.he2e8fbc6-site-header{
  padding: 12px 0px;
}


.he2e8fbc6-header-cta{
  border-bottom: 2px solid var(--2);
  border-radius: 30px;
  box-shadow: 0 6px 10px 0 rgba(79, 82, 188, 0.5);
  background: linear-gradient(180deg, #8686b0 0%, #2b2b52 100%);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--5);
  max-width: 146px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}

.he2e8fbc6-hero-section{
  background: url("/he2e8fbc6-ui/he2e8fbc6-assets/he2e8fbc6-img/he2e8fbc6-hero_bg.webp");
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
}

.he2e8fbc6-hero-content{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--2);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  box-shadow: 0 6px 10px 0 rgba(85, 85, 206, 0.5);
  background: rgba(0, 0, 0, 0.4);
}

.he2e8fbc6-hero-description{
  font-size: 20px;
}

.he2e8fbc6-hero-cta{
  max-width: 388px;
  width: 100%;
  border-bottom: 2px solid var(--2);
  border-radius: 30px;
  box-shadow: 0 6px 10px 0 rgba(85, 85, 206, 0.5);
  background: linear-gradient(180deg, #8686b0 0%, #2b2b52 100%);
  padding: 10px 0px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--5);
}

.he2e8fbc6-slots-list{
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.he2e8fbc6-slots-item {
  max-width: 305px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid var(--2);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


.he2e8fbc6-risk-content-wrapper{
  display: flex;
  gap: 20px;
}

.he2e8fbc6-risk-text-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.he2e8fbc6-risk-warning{
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid var(--2);
  border-radius: 20px;
  box-shadow: 0 6px 10px 0 rgba(85, 85, 206, 0.5);
  background: linear-gradient(180deg, #8686b0 0%, #2b2b52 100%);
}

.he2e8fbc6-risk-image{
  flex: 1;
}

.he2e8fbc6-pressure-container{
  flex-wrap: nowrap;
}

.he2e8fbc6-pressure-media-wrapper{
  display: flex;
  gap: 20px;
}

.he2e8fbc6-game{
  flex: 1;
  aspect-ratio: 630 / 400;
  min-width: 0px;
  border: 1px solid var(--2);
  border-radius: 20px;
  height: fit-content;
  align-self: center;
}

.he2e8fbc6-pressure-warning{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  border-bottom: 2px solid var(--2);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 6px 10px 0 rgba(85, 85, 206, 0.5);
  background: linear-gradient(180deg, #8686b0 0%, #2b2b52 100%);
  max-width: 630px;
  box-sizing: border-box;
}

.he2e8fbc6-pressure-warning-title{
  font-size: 30px;
}

.he2e8fbc6-pressure-warning-text{
  font-size: 14px;
}

.he2e8fbc6-awareness-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.he2e8fbc6-awareness-item {
  display: flex;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--5);
  padding: 40px 20px;
  box-sizing: border-box;
  border: 1px solid var(--2);
  border-radius: 16px;
  box-shadow: 0 6px 10px 0 rgba(85, 85, 206, 0.5);
  background: var(--4);
}

.he2e8fbc6-support-container{
  flex-direction: row;
  gap: 20px;
}

.he2e8fbc6-support-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  border-bottom: 2px solid var(--2);
  border-radius: 20px;
  padding: 40px 20px;
  box-sizing: border-box;
  box-shadow: 0 6px 10px 0 rgba(85, 85, 206, 0.5);
  background: linear-gradient(180deg, #8686b0 0%, #2b2b52 100%);
  max-width: 630px;
}

.he2e8fbc6-support-image{
  flex: 1;
}




.he2e8fbc6-steps-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.he2e8fbc6-step-item {
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid var(--2);
  border-radius: 20px;
}

.he2e8fbc6-step-number {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 40px;
  text-transform: capitalize;
  color: var(--2);
}

.he2e8fbc6-faq-list{
  gap: 20px;
}

.he2e8fbc6-faq-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  box-sizing: border-box;
  background: var(--5);
  border-radius: 20px;
  position: relative;
}

.he2e8fbc6-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.he2e8fbc6-faq-question-title {
  color: var(--4);
}

.he2e8fbc6-faq-toggle {
  padding: 0px;
  border: 0px;
  background: transparent;
  cursor: pointer;
}

.he2e8fbc6-faq-toggle::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.he2e8fbc6-faq-answer {
  color: var(--4);
}

.he2e8fbc6-faq-answer {
  color: var(--4);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.he2e8fbc6-faq-item.he2e8fbc6-active .he2e8fbc6-faq-answer {
  max-height: 200px; /* enough to fit content */
}

.he2e8fbc6-faq-toggle svg {
  transition: transform 0.3s ease;
}

.he2e8fbc6-faq-item.he2e8fbc6-active .he2e8fbc6-faq-toggle svg {
  transform: rotate(180deg);
}



.he2e8fbc6-support-start-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  background: var(--6);
}

.he2e8fbc6-support-start-cta{
  max-width: 295px;
  border: 1px solid var(--5);
  border-radius: 30px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: var(--4);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--5);
}


footer{
  background: var(--4);
  padding: 60px 0px;
}

.he2e8fbc6-footer-container{
    flex-direction: row;
    gap: 27px;
    flex-wrap: nowrap;
}

.he2e8fbc6-footer-brand{
max-width: 305px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.he2e8fbc6-footer-disclaimer{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.he2e8fbc6-footer-disclaimer-title{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    color: var(--5);
}

.he2e8fbc6-footer-links{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 948px;
}

.he2e8fbc6-footer-nav-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.he2e8fbc6-footer-nav-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--5);
}

.he2e8fbc6-footer-disclaimer-text{
  font-size: 14px;
}

.he2e8fbc6-footer-nav-list {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: var(--5);
  gap: 20px;
}

.he2e8fbc6-footer-legal-group{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.he2e8fbc6-footer-partners{
  max-width: 536px;
  width: 100%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.he2e8fbc6-footer-partners-list{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.he2e8fbc6-about-section{
  margin-top: 100px;
}

.he2e8fbc6-about-content{
    display: flex;
    gap: 20px;
}

.he2e8fbc6-about-description{
  flex: 1;
}

.he2e8fbc6-about-image{
  flex: 1;
}

.he2e8fbc6-contact-section{
  margin-top: 100px;
}

.he2e8fbc6-contact-content{
  display: flex;
  gap: 24px;
}

.he2e8fbc6-contact-image{
  flex: 1;
}

.he2e8fbc6-contact-form{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.he2e8fbc6-form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  color: var(--5);
}

.he2e8fbc6-form-input {
  padding: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 0px;
}

.he2e8fbc6-form-textarea{
  height: 99px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 4px;
}

.he2e8fbc6-form-submit{
  padding: 10px 20px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  color: var(--5);
  border-bottom: 2px solid var(--2);
  border-radius: 30px;
  box-shadow: 0 6px 10px 0 rgba(85, 85, 206, 0.5);
  background: linear-gradient(180deg, #8686b0 0%, #2b2b52 100%);
}

@media screen and (max-width: 1140px) {
  .he2e8fbc6-footer-container{
    flex-direction: column;
    gap: 30px;
  }

  .he2e8fbc6-footer-links{
    flex-direction: column;
    gap: 20px;
  }

  .he2e8fbc6-footer-partners-list{
    flex-wrap: wrap;
    gap: 20px;
  }
}

@media screen and (max-width: 990px) {
  .he2e8fbc6-support-container{
    flex-direction: column;
  }

  .he2e8fbc6-support-content{
    max-width: none;
  }

  .he2e8fbc6-steps-list{
    grid-template-columns: 1fr 1fr 1fr;
  }

  .he2e8fbc6-risk-content-wrapper{
    flex-direction: column;
  }

  .he2e8fbc6-awareness-list{
    grid-template-columns: 1fr 1fr;
  }

  .he2e8fbc6-about-content{
    flex-direction: column;
  }
}

@media screen and (max-width: 800px) {
  .he2e8fbc6-steps-list{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  .he2e8fbc6-hero-section{
    background: url("/he2e8fbc6-ui/he2e8fbc6-assets/he2e8fbc6-img/he2e8fbc6-hero_bg-mobile.webp");
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
  }

  .he2e8fbc6-hero-content{
    padding: 20px;
  }

  .he2e8fbc6-hero-description{
    font-size: 14px;
  }

  .he2e8fbc6-steps-list{
    grid-template-columns: 1fr;
  }

  .he2e8fbc6-awareness-list{
    grid-template-columns: 1fr;
  }

  .he2e8fbc6-awareness-item{
    padding: 20px;
    font-size: 14px;
  }

  .he2e8fbc6-support-start-content{
    padding: 20px;
  }
}

.he2e8fbc6-policy_section{
  margin-top: 100px;
}

.he2e8fbc6-policy_section ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--5);
  list-style: disc;
  padding-left: 20px;
}

@media screen and (max-width: 600px) {
  .he2e8fbc6-policy_section{
    margin-top: 40px;
  }
}

.he2e8fbc6-message{
  display: none;
}

.he2e8fbc6-active .he2e8fbc6-message{
  display: block;
}

/* ===== Burger ===== */
.he2e8fbc6-burger {
  display: none;
  width: 50px;
  height: 30px;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.he2e8fbc6-burger span {
  position: absolute;
  left: 4px;
  width: 42px;
  height: 2px;
  background: white;
  border-radius: 1px;
  transition: all 0.3s ease;
}

.he2e8fbc6-burger span:nth-child(1) {
  top: 6px;
}

.he2e8fbc6-burger span:nth-child(2) {
  top: 14px;
}

.he2e8fbc6-burger span:nth-child(3) {
  top: 22px;
}

/* ===== Burger Active (cross) ===== */
.he2e8fbc6-burger.he2e8fbc6-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 14px;
}

.he2e8fbc6-burger.he2e8fbc6-active span:nth-child(2) {
  opacity: 0;
}

.he2e8fbc6-burger.he2e8fbc6-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 14px;
}

/* ===== Mobile Styles ===== */
@media (max-width: 1029px) {
  .he2e8fbc6-burger {
    display: block;
  }

  .he2e8fbc6-main-navigation {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: var(--1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s ease;
    z-index: 1000;
  }

  .he2e8fbc6-main-navigation.he2e8fbc6-active {
    right: 0;
  }

  .he2e8fbc6-nav-list {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    font-size: 24px;
  }

  .he2e8fbc6-header-actions {
    display: none;
  }
}

.he2e8fbc6-lock {
  overflow: hidden;
}

.he2e8fbc6-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}