.csp-08 { margin: 0 8px; box-sizing: border-box; }

.csp-08__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-sizing: border-box;
}

.csp-08__title-block {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #ffe600;
  border-radius: 20px;
  box-sizing: border-box;
}

.csp-08__title {
  margin: 0;
  padding: 0;
  color: #282834;
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "salt" 1, "calt" 0;
  line-height: 1;
  letter-spacing: -1.28px;
  word-break: break-word;
}

.csp-08__cards {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
}

.csp-08__card {
  height: 344px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #ffe600;
  border-radius: 20px;
  box-sizing: border-box;
}

.csp-08__card-image {
  position: relative;
  flex: 1;
  min-height: 0;
  margin: 24px 24px 0;
  overflow: hidden;
  box-sizing: border-box;
}

.csp-08__card-img {
  position: absolute;
  display: block;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.csp-08__card-img--smart {
  width: 136.49%;
  height: 252.5%;
  left: -18.24%;
  top: -74.38%;
}

.csp-08__card-img--qr {
  inset: 0;
  width: 100%;
  height: 100%;
}

.csp-08__card-img--tap {
  width: 116.89%;
  height: 216.25%;
  left: -8.45%;
  top: -58.13%;
}

.csp-08__card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  box-sizing: border-box;
}

.csp-08__card-title {
  align-self: stretch;
  margin: 0;
  padding: 0;
  color: #282834;
  font-family: 'Proxima Nova A', 'Proxima Nova', -apple-system, 'Roboto', Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  font-feature-settings: "salt" 1, "calt" 0;
  line-height: 1.15;
  letter-spacing: -0.48px;
  word-break: break-word;
}

.csp-08__btn {
  height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #303030;
  background-color: rgba(255,255,255,0.72);
  border-radius: 8px;
  box-sizing: border-box;
  font-family: 'Inter', -apple-system, 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}

.csp-08__btn:hover { background-color: rgba(255,255,255,0.92); }
.csp-08__btn:focus-visible { outline: 2px solid #282834; outline-offset: 2px; }

@media (min-width: 768px) {
  .csp-08__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .csp-08__title-block {
    position: sticky;
    top: 76px;
    height: calc(100vh - 84px);
    padding: 40px;
  }

  .csp-08__title { font-size: 72px; letter-spacing: -2.88px; }

  .csp-08__card { height: calc(100vh - 84px); }

  .csp-08__card-image { margin: 40px 40px 0; }

  .csp-08__card-img--smart {
    width: 182.23%;
    height: 254.01%;
    left: -41.12%;
    top: -77%;
  }

  .csp-08__card-img--qr {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .csp-08__card-img--tap {
    width: 161.93%;
    height: 225.71%;
    left: -30.96%;
    top: -62.85%;
  }

  .csp-08__card-content {
    padding: 40px 80px 40px 40px;
    gap: 24px;
  }

  .csp-08__card-title {
    font-size: 48px;
    line-height: 1;
    letter-spacing: -1.92px;
  }

  .csp-08__btn {
    height: 48px;
    padding: 0 24px;
    font-size: 16px;
  }
}

@media (min-width: 1920px) {
  .csp-08 { max-width: 1904px; margin-right: auto; margin-left: auto; }
}
