.solutions__list {
  font-size: 18px;
  margin-top: 32px;
}

.solutions__list li {
  position: relative;
  padding-left: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.solutions__list li::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 24px;
  height: 24px;
  mask-image: url('/src/icon/check.svg');
  -webkit-mask-image: url('/src/icon/check.svg');
  background-color: var(--primary);
}

/* hero  */

.hero__content {
  max-width: 742px;
  width: 100%;
}

/* platform  */

.platform .section__title span {
  color: var(--primary);
}

.platform__content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.platform__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  gap: 24px;
}

@media (max-width: 1023px) {
  .platform__list {
    grid-template-columns: 1fr;
  }
}

.platform__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.platform__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -8px rgba(0, 0, 0, 0.15);
}

.platform__item h3 {
  font-size: 24px;
  min-height: calc(24px * 1.5 + 24px);
}

@media (max-width: 1023px) {
  .platform__item h3 {
    min-height: auto;
  }
}

.platform__item p {
  flex: 1;
  margin-top: 16px;
}

.platform__item .button {
  margin-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
  align-self: center;
}

.platform__link {
  position: absolute;
  inset: 0;
}

.platform__content .button {
  margin-left: auto;
  margin-right: auto;
}

.techno-base {
  background: var(--bg-hover);
  border-radius: 28px;
  padding: 120px 176px;
}

@media (max-width: 1365px) {
  .techno-base {
    padding: 96px 64px;
    gap: 80px;
  }
}

@media (max-width: 1023px) {
  .techno-base {
    flex-direction: column;
    gap: 72px;
  }
}

@media (max-width: 719px) {
  .techno-base {
    padding: 64px 32px;
    gap: 48px;
  }
}

@media (max-width: 479px) {
  .techno-base {
    padding: 56px 8px 42px;
    border-radius: 16px;
  }
}

.techno-base__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 96px;
  gap: 16px;
}

@media (max-width: 1365px) {
  .techno-base__list {
    margin-top: 72px;
  }
}

@media (max-width: 1023px) {
  .techno-base__list {
    margin-top: 48px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 719px) {
  .techno-base__list {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }
}

.techno-base__item {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: var(--bg-main);
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.techno-base__item-image {
  width: 56px;
  min-width: 56px;
  height: 56px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: var(--primary);
}

@media (max-width: 1365px) {

  .techno-base__item {
    gap: 8px;
    padding: 12px;
    font-size: 18px;
  }
}

@media (max-width: 719px) {

  .techno-base__item-image {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.techno-base__item-image--trade {
  mask-image: url('/src/images/solutions/trade.svg');
}

.techno-base__item-image--crm {
  mask-image: url('/src/images/solutions/crm.svg');
}

.techno-base__item-image--payment {
  mask-image: url('/src/images/solutions/payment.svg');
}

.techno-base__item-image--liquidity {
  mask-image: url('/src/images/solutions/liquidity.svg');
}

.techno-base__item-image--manage {
  mask-image: url('/src/images/solutions/manage.svg');
}

.techno-base__item-image--mobile {
  mask-image: url('/src/images/solutions/mobile.svg');
}

.techno-base__item-image--api {
  mask-image: url('/src/images/solutions/api.svg');
}

.techno-base__item-image--platform {
  mask-image: url('/src/images/solutions/platform.svg');
}


/* binary */

.binary {
  position: relative;
  padding-bottom: 100px;
}

.binary__content {
  max-width: 680px;
}

.binary__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 780px;
  z-index: -1;
}

@media (max-width: 1023px) {
  .binary {
    padding-bottom: 0;
  }

  .binary__content {
    max-width: none;
  }
  
  .binary__image {
    position: static;
    margin-top: 64px;
    width: 100%;
  }
}

@media (max-width: 719px) {
  .binary__image {
    margin-top: 32px;
  }
}

/* forex */

.forex {
  position: relative;
}

.forex__content {
  max-width: 580px;
  margin-left: auto;
}

.forex__image {
  position: absolute;
  left: 0;
  top: 180px;
  width: 600px;
  z-index: -1;
}

@media (max-width: 1365px) {

  .forex__image {
    width: 440px;
  }
}

@media (max-width: 1023px) {

  .forex__content {
    max-width: none;
    margin-left: none;
  }
  
  .forex__image {
    position: static;
    margin-top: 64px;
    width: 100%;
  }
}

@media (max-width: 719px) {
  .forex__image {
    margin-top: 32px;
  }
}

/* turnkey */

.turnkey {
  position: relative;
  padding-bottom: 60px;
}

.turnkey__content {
  max-width: 720px;
}

.turnkey__image {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 660px;
  z-index: -1;
}

@media (max-width: 1023px) {
  .turnkey {
    padding-bottom: 0;
  }

  .turnkey__content {
    max-width: none;
  }
  
  .turnkey__image {
    position: static;
    margin-top: 64px;
    width: 100%;
  }
}

@media (max-width: 719px) {
  .turnkey__image {
    margin-top: 32px;
  }
}

.binary .section__title,
.forex .section__title,
.turnkey .section__title {
  font-size: 56px;
}

/* why-we */

.why-we .section__title {
  text-align: center;
}


.why-we__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 48px;
  gap: 24px;
}

@media (max-width: 1023px) {
  .why-we__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 719px) {
  .why-we__list {
    grid-template-columns: 1fr;
  }
}

.why-we__item {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid var(--border);
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all .3s ease;
}

.why-we__item h3 {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  height: calc(24px * 1.3 + 24px);
}

@media (max-width: 1023px) {

  .why-we__item h3 {
    height: auto;
  }
}

.why-we__item p {
  flex: 1;
  margin-top: 24px;
  font-size: 15px;
}
