.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 {
  background-color: #ffe600;
  border-radius: 20px;
  padding: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

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

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

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

.csp-08__card-image {
  position: relative;
  height: 184px;
  margin: 24px 24px 0;
  box-sizing: border-box;
  overflow: hidden;
}
.csp-08__card-media {
  position: absolute;
  inset: 0;
  display: block;
}
.csp-08__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

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

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

  .csp-08__title-block {
    position: sticky;
    top: 8px;
    height: calc(100vh - 16px);
    padding: 40px;
    justify-content: flex-start;
  }
  .csp-08__title { font-size: 72px; letter-spacing: -2.88px; }

  .csp-08__card { height: calc(100vh - 16px); }
  .csp-08__card-image {
    flex: 1;
    min-height: 0;
    height: auto;
    margin: 40px 40px 0;
  }
  .csp-08__card-img {
    inset: auto;
    max-width: none;
    max-height: none;
  }
  .csp-08__card-img--smart {
    width: 189.73%;
    height: 201.7%;
    left: -44.86%;
    top: -50.85%;
  }
  .csp-08__card-img--tap {
    width: 173.97%;
    height: 196.39%;
    left: -36.99%;
    top: -48.2%;
  }
  .csp-08__card-content {
    padding: 40px;
    padding-right: 80px;
    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;
  }
}
