body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222;
  background: #f7f7f7;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

header.header {
  background: white;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

header .logo {
  font-weight: 700;
  font-size: 24px;
  line-height: 127%;
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
}

header nav {
  display: flex;
  gap: 60px;
  padding: 10px 0;
}

header nav a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 127%;
  letter-spacing: 0;

}

.hero {
  background: white;
  padding: 66px 0;
}

.hero-content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.hero-text h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 0 0 50px 0;
}

.hero-text h1 span {
  color: #F49A20;
}

.btn {
  background: #fff;
  border: 2px solid #F49A20;
  width: 326px;
  height: 68px;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2px;
}

.btn:hover {
  background: #F49A20;
  border: 1px solid #F49A20;
}

.hero-text .hero-description {
  padding: 35px 0;
  line-height: 21px;
  max-width: 580px;
}
.video-placeholder {
  width: 667px;
  height: 406px;
  opacity: 1;
  border-radius: 15px;
  background: #ddd url("../img/video.jpg") 0 0 no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
}

.stats {
  background: black;
  color: white;
  padding: 53px 0 25px 0;
  margin: 20px auto 50px auto;
  border-radius: 50px;
}

.stats--inner {
  display: flex;
  justify-content: space-between;
}

.stats--inner div {
  min-width: 50%;
}

.stats--inner .stats-box {
  box-sizing: border-box;
  padding: 0 114px;
}

.stats--inner .stats-info {
  padding-top: 40px;
}

.stats--inner .stats-info span {
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  background-image:  linear-gradient(180deg, #F49A20 0%, #FFC4A9 100%);
  color: transparent;
  background-clip: text;
}

.stats--inner .stats-text {
  padding: 18px 87px;
  box-sizing: border-box;
}

.stats--inner .stats-text h3 {
  position: relative;
}

.stats--inner .stats-text h3:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/star.svg");
  position: absolute;
  left: -50px;
  top: -5px;
}

.stats--inner .stats-text p {
  line-height: 160%;
}

.stats--inner h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.features .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.features .features-strategy {
  text-align: center;
  padding: 61px 0 77px 0;
}

.feature-card {
  padding: 30px;
  border-radius: 12px;
  background: #F3F1EB;
}

.feature-card h3 {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 26px;
  margin: 22px 0 26px 0;
}

.feature-card p {
  font-weight: 400;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: 0;
}

.slider-container {
  background: white;
  padding: 80px 36px 50px 36px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 836px;
}

.slider-wrapper {
  position: relative;
  width: 720px;
  margin-bottom: 35px;
}

input[type=range] {
  width: 100%;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 3px;
  background: black;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid black;
  border-radius: 50%;
  cursor: pointer;
}

.slider-label {
  position: absolute;
  top: -70px;
  transform: translateX(-50%);
  padding: 11px;
  box-sizing: border-box;
  width: 175px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  border: 2px solid #000;
  font-size: 14px;
  /*background: #fff url("../img/subtract.svg") 0 0 no-repeat;*/
}

.slider-label span {
  font-weight: 600;
  font-size: 18px;
}

.slider-range {
  display: flex;
  justify-content: space-between;
  width: 720px;
  font-size: 20px;
  margin-bottom: -15px;
}

.income-box {
  border: 2px solid black;
  border-radius: 15px;
  padding: 14px 14px;
  width: 222px;
  text-align: center;
}

.income {
  font-size: 24px;
  font-weight: 700;
}

.income-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 720px;
}

.start-btn {
  background: #f8981d;
  border: none;
  padding: 14px 40px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  font-size: 18px;
  height: 80px;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.ecosystem {
  padding: 50px 0 30px 0;
}

.ecosystem h2 {
  text-align: center;
  font-weight: 700;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0;
}

.ecosystem .ecosystem-text {
  text-align: center;
  max-width: 585px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin: 28px auto;
}

.btn.default {
  background: #F49A20;
  color: #000;
  border-radius: 10px;
}

.job-description {
  background: #000;
  padding: 75px 0;
  color: #fff;
}

.job-description-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.job-description-container > div {
  width: 50%;
}

.job-description h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.job-description-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 664px;
  min-width: 664px;
  height: 591px;
  opacity: 1;
  border-radius: 15px;
  overflow: hidden;
  background: url("../img/image.png") 0 0 no-repeat;
}

.job-description-img.cad {
  height: 475px;
}

.job-description-text p:first-child {
  font-weight: 800;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0;
}

.job-description-text {
}

.job-description-text p {
  margin-bottom: 40px;
  line-height: 110%;
}

.job-description-start-title {
  margin: 0 auto 80px auto;
  max-width: 715px;
  text-align: center;
}

.job-description-start {
  padding: 80px 0 20px 0;
}

.job-description-steps {
  display: flex;
  justify-content: space-between;
  width: 1070px;
  height: 148px;
  border-radius: 15px;
  background: rgba(244, 154, 32, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin: 0 auto;
  align-items: center;
  padding: 0 25px;
}

.job-description-steps-info.cad {
  color: #fff;
  margin-bottom: 50px;
}

.job-description-step {
  width: 98px;
  height: 98px;
  border: 1px solid rgba(255, 255, 255, 0.31);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;

}

.center-button {
  text-align: center;
}

.job-description-step:nth-child(1) {
  background: rgba(244, 154, 32, 1);;
}

.job-description-step:nth-child(2) {
  position: relative;
}

.job-description-step:nth-child(2):before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 335px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  left: 125px;
}

.job-description-step:nth-child(2):after {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 335px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  right: 125px;
}

.job-description-steps-info {
  width: 1120px;
  margin: 25px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.job-description-step-info {
  width: 230px;
}

.job-description-step-info span {
  color: #F49A20;
}

.earn {
  background: rgba(243, 241, 235, 1);
  padding: 58px 0;
}

.earn-card {
  display: flex;
  justify-content: space-between;
}

.earn-card-text {
  max-width: 340px;
}

.earn-card-text h2 {
  margin: 17px 0 55px 0;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1;
}

.reviews {
  background: #000;
  padding: 85px 0;
}

.reviews h2 {
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFF;
  max-width: 650px;
  margin: 0;
}

.reviews-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 50px 0;
  scrollbar-width: thin; /* Firefox */
}

.reviews-container::-webkit-scrollbar {
  height: 10px;
}
.reviews-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

.review-item {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 439px; /* фикс ширину карточки */
  color: #000;
  border-radius: 15px;
  padding: 20px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);background: rgba(243, 241, 235, 1);;
}

.review-item:before {
  content: '';
  position: absolute;
  width: 38px;
  height: 55px;
  bottom: -15px;
  left: -1px;
  box-sizing: border-box;
  border-left: 1px solid rgba(243, 241, 235, 1);
  border-bottom: 1px solid rgba(243, 241, 235, 1);
  border-radius: 0 0 0 9px;
  transform-origin: center center;
  transform: skewY(-37deg);
  background: linear-gradient(37deg, rgba(243, 241, 235, 1) 50%, rgba(243, 241, 235, 1) 50%);
  z-index: 1;
}

.review-item-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.review-item-owner {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.review-item-owner-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
}

.review-item-owner-age {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgba(140, 140, 140, 1);
}

.review-item--text {
  font-weight: 300;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
}

.form-container {
  background: #000;
  color: #fff;
  padding: 25px 30px;
  border-radius: 15px;
  width: 490px;
  border: 1px solid #F49A20;
  text-align: center;
}

.form-container h2 {
  font-size: 29px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.form-container input {
  width: 100%;
  padding: 14px 22px;
  margin: 5px 0;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  box-sizing: border-box;
  letter-spacing: 0;
}

.iti.iti--allow-dropdown {
  width: 100%;
  color: #000;
  margin: 10px 0;
}

.form-container #phone {
  width: 100%;
}

.form-container .btn {
  width: 100%;
  margin: 10px 0;
}

.form-container input:focus {
  outline: 2px solid #3a9cff;
}

.form-container .info {
  text-align: left;
  font-weight: 300;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-container .info span {
  color: #F49A20;
  font-size: 26px;
  line-height: 26px;
}

.form-container .info > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.free-registration-container {
  display: flex;
  justify-content: space-between;
}

.free-registration-info {
  max-width: 718px;
}

.free-registration-info h3 {
  font-weight: 700;
  font-size: 37px;
  line-height: 120%;
  letter-spacing: 0;
  margin: 4px 0;
}

.free-registration-info p {
  font-weight: 700;
  font-size: 37px;
  line-height: 103%;
  letter-spacing: 0;
  color: #F49A20;
  margin: 27px 0;
}

.free-registration {
  padding: 45px 0;
}

.free-registration-list {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0;
  padding: 30px 0;
  gap: 15px;
}

.free-registration-list > div {
  display: flex;
  align-items: center;
}

.free-registration-list > div:before {
  content: '';
  display: block;
  width: 53px;
  height: 42px;
  background: url('../img/arrows.svg') 0 0 no-repeat;
}

.faq-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 21px;
}

.faq {
  padding: 30px 0;
}

.faq h2 {
  text-align: center;
  font-size: 34px;
  margin: 2px;
}

.faq-list {
  max-width: 1115px;
  margin: 60px auto;
}

.faq-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(0, 24, 71, 0.12);
  padding-bottom: 11px;
  margin-bottom: 35px;
}

.faq-item-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 115%;
  letter-spacing: 0;
  display: none;
}

.faq-item-text.is-active {
  display: block;
}

.faq-toggle {
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}

.faq-toggle::before {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: rgba(0, 24, 71, 1);
  position: absolute;
  top: 50%;
  left: 0;
}

.faq-toggle::after {
  content: '';
  display: block;
  width: 1px;
  height: 25px;
  background: rgba(0, 24, 71, 1);
  position: absolute;
  left: 50%;
  top: 0;
}

.faq-toggle.active::after {
  opacity: 0;
}

.make-decision {
  background: #000;
  padding: 70px 0;
}


.make-decision-content {
  text-align: center;
  color: #fff;
}

.make-decision-header {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 127%;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 75px;
}

.make-decision-body {
  font-size: 37px;
  font-weight: 600;
  max-width: 550px;
  margin: 0 auto 45px auto;
}

footer.footer {
  background: white;
  padding: 47px 0;
}

.footer__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}

footer .logo {
  font-weight: 700;
  font-size: 24px;
  line-height: 127%;
  letter-spacing: 0;
  text-transform: capitalize;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000000;
}

footer nav {
  display: flex;
  gap: 60px;
  padding: 10px 0;
}

footer nav a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 127%;
  letter-spacing: 0;
}

.footer.cad {
  background: #000;
  color: #fff;
}

.footer.cad .logo {
  color: #fff;
}

.footer.cad  nav a {
  color: #fff;
}
.high-risk-notice {
  font-size: 18px;
}

.high-risk-notice h4 {
  margin-bottom: 0;
}
.high-risk-notice p {
  margin-top: 0;
  margin-bottom: 28px;
}

.lang-dropdown {
  position: relative;
  display: inline-block;
  width: 78px;
  background: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  user-select: none;
}

.lang-selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang-selected img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 50%;
}

.lang-selected .arrow img {
  width: 12px;
  height: auto;
}

.lang-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 6px;
  margin-top: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: none;
  z-index: 10;
}

.lang-option {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.lang-option img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  border-radius: 50%;
}

.lang-option:hover {
  background: #f2f2f2;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background-color: #fff;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h3 {
  margin: 0;
  color: #333;
}

.close-modal {
  font-size: 24px;
  cursor: pointer;
  color: #888;
  transition: color 0.2s;
}

.close-modal:hover {
  color: #333;
}

.modal-body {
  padding: 20px;
}

.modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}

.modal-success .modal-header {
  background-color: #e8f5e9;
}

.modal-success #modalTitle {
  color: #2e7d32;
}

.modal-error .modal-header {
  background-color: #ffebee;
}

.modal-error #modalTitle {
  color: #c62828;
}

@media screen and (max-width: 768px) {
  header nav {
    display: none;
  }
  .hero {
    padding: 30px 0;
  }

  .hero-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .hero-text .hero-description {
    font-size: 14px;
    padding: 15px 0;
  }

  .stats--inner h2 {
    font-size: 30px;
  }

  .stats {
    padding: 20px;
    border-radius: 20px;
    margin: 0 20px;
  }

  .stats--inner h2 {
    text-align: center;
  }
  .stats--inner .stats-text h3:before {
    display: none;
  }

  .stats--inner .stats-info span {
    font-size: 42px;
  }

  .stats--inner .stats-text {
    font-size: 14px;
    padding: 16px 0;
  }
  .stats--inner .stats-box {
    padding: 0;
  }

  .video-placeholder {
    width: 100%;
    height: 250px;
    background: #fff url(../img/video.jpg) 0 0 no-repeat;
    background-size: cover;
  }

  .video-placeholder img {
    width: 70px;
    height: 70px;
  }

  .hero-content {
    flex-direction: column;
  }
  .stats--inner {
    flex-direction: column;
  }

  .features .grid {
    display: flex;
    flex-direction: column;
  }

  .job-description {
    padding: 40px 0;
  }

  .job-description-steps {
    flex-direction: column;
    width: 100%;
    height: auto;
    background: none;
    border: none;
    gap: 40px;
    box-sizing: border-box;
  }

  .job-description-step:nth-child(2):after, .job-description-step:nth-child(2):before {
    display: none;
  }

  .job-description-steps-info {
    display: none;
  }

  .earn-card {
    flex-direction: column;
  }

  .free-registration-container {
    flex-direction: column;
  }

  .job-description-container {
    flex-direction: column-reverse;
  }

  .job-description-img {
    width: 100%;
    min-width: 100%;
    height: 350px;
    background-size: cover;
  }

  .job-description-img img {
    width: 302px;
  }

  .job-description h2 {
    font-size: 30px;
    text-align: center;
    line-height: 35px;
  }

  .job-description-text p:first-child {
    font-size: 14px;
  }

  .job-description-text p {
    font-size: 14px;
  }

  .job-description-container > div {
    width: 100%;
  }

  .job-description-start {
    padding: 40px 0;
  }

  .make-decision-body {
    font-size: 30px;
  }
  .footer__inner {
    text-align: center;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  footer .logo {
    margin: 0 auto;
  }

  footer nav {
    text-align: center;
    gap: 10px;
    flex-direction: column;
  }

  .ecosystem h2 {
    font-size: 30px;
    text-align: center;
  }

  .ecosystem .ecosystem-text {
    text-align: center;
    max-width: 90%;
    font-size: 14px;
    margin: 10px auto;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-card h3 {
    font-size: 18px;
    margin: 10px 0;
  }

  .feature-card p {
    font-size: 14px;
  }

  .btn {
    font-size: 18px;
  }

  .earn-card-text h2 {
    font-size: 30px;
    text-align: center;
  }

  .slider-container {
    width: 100%;
    box-sizing: border-box;
    padding: 110px 20px 20px 20px
  }

  .slider-wrapper {
    width: 100%;
    box-sizing: border-box;
  }

  .slider-range {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: -62px;
  }

  .start-btn {
    box-sizing: border-box;
    padding: 12px;
    width: 100%;
  }

  .income-container {
    flex-direction: column;
    gap: 10px;
  }

  .income-box {
    width: 100%;
    box-sizing: border-box;
  }

  .reviews h2 {
    font-size: 30px;
    text-align: center;
  }

  .review-item {
    flex: 0 0 340px;
  }

  .form-container {
    width: 100%;
    box-sizing: border-box;
  }

  .free-registration-info h3 {
    font-size: 28px;
  }

  .free-registration-info p {
    font-size: 27px;
  }

  .free-registration-list {
    font-size: 14px;
    padding: 10px 0;
  }

  .free-registration-list > div:before {
    width: 22px;
    height: 18px;
    background-size: contain;
  }

  .form-container .info > div {
    font-size: 10px;
  }

  .form-container .info {
    gap: 0;
  }

  .faq h2 {
    font-size: 30px;
  }

  .faq-item-title {
    font-size: 16px;
  }

  .faq-item-text {
    font-size: 14px;
  }

  .high-risk-notice {
    font-size: 12px;
  }


  input.invalid {
    border: 1px solid red !important;
  }

  input.valid {
    border: 1px solid green !important;
  }

  .iti {
    width: 100%;
  }

  .modal-content {
    width: 95%;
    max-width: 350px;
  }

  .modal-header h3 {
    font-size: 18px;
  }

  .modal-body {
    padding: 15px;
  }
}
