.sc-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 115px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('/landing/images/sc/sc.png') center top / cover no-repeat;
}
.sc-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(90deg, rgba(7,18,42,0.8) 0%, rgba(7,18,42,0.2) 50%, rgba(7,18,42,0.8) 100%),
    linear-gradient(180deg, rgba(7,18,42,0.6) 0%, rgba(7,18,42,0.0) 40%, rgba(7,18,42,0.8) 100%);
  z-index: 1;
}
.sc-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.sc-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}
.sc-subtitle {
  color: #fff;
  font-family: 'SeoulHangang', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
}
.sc-desc {
  color: rgba(255,255,255,0.85);
  font-family: 'SeoulHangang', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  max-width: 80%;
  margin: 0;
}
@media (max-width: 899px) {
  .sc-hero {
    padding-top: 56px;
    background-image: url('/landing/images/sc/sc_mobi.png');
  }
  .sc-desc {
    max-width: 95%;
    font-size: 14px;
  }
}

.sc-tasks {
  width: 100%;
  background: #07122A;
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
}

.sc-tasks-container {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sc-tasks-title {
  margin: 0 0 40px;
  color: #FFF;
  font-family: 'SeoulHangang', sans-serif;
  font-weight: 400;
  font-size: 32px;
}

.sc-task-list {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.sc-task {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #82ECFF;
  font-family: 'SeoulHangang', sans-serif;
  font-size: 18px;
}

.sc-task-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 12px;
}

.sc-tasks-desc {
  margin-top: 24px;
  color: #FFF;
  font-family: 'SeoulHangang', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 599px) {
  .sc-task-list {
    flex-direction: column;
    gap: 24px;
  }
}

.sc-next,
.sc-usage {
  width: 100%;
  background: #07122A;
  display: flex;
  justify-content: center;
  padding: 60px 20px;
  box-sizing: border-box;
}

.sc-next-container,
.sc-usage-container {
  max-width: 1100px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sc-next-title,
.sc-usage-title {
  margin: 0 0 40px;
  color: #FFF;
  font-family: 'SeoulHangang', sans-serif;
  font-weight: 400;
  font-size: 32px;
}

.sc-next-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sc-next-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border: 1px solid #62d0f8;
  border-radius: 12px;
  background: #07122A;
  color: #fff;
  font-family: 'SeoulHangang', sans-serif;
  text-align: left;
  height: 100%;
}

.sc-next-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.sc-usage-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
}

.sc-usage-card {
  padding: 24px;
  border: 1px solid #62d0f8;
  border-radius: 12px;
  background: #07122A;
  color: #fff;
  font-family: 'SeoulHangang', sans-serif;
  text-align: left;
}

/* === SC final block === */
.sc-final-block {
  width: 100%;
  background: #0A1B35;
  display: flex;
  justify-content: center;
  border-top: 2px solid #62d0f8;
  border-bottom: 2px solid #62d0f8;
  box-sizing: border-box;
}

.sc-final-container {
  max-width: 1100px;
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  font-family: 'SeoulHangang', sans-serif;
  color: #fff;
}

.sc-final-title {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  color: #62d0f8;
}

.sc-final-subtitle {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: #b6f0fa;
}

.sc-final-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  flex-direction: row;
}

.sc-final-buttons .hero-btn {
  width: fit-content;
}

@media (max-width: 1099px) and (min-width: 600px) {
  .sc-next-card { padding: 20px; }
  .sc-next-cards { gap: 24px; grid-template-columns: repeat(2, 1fr); }
  .sc-usage-cards { gap: 24px; }
  .sc-final-container { padding: 32px 20px; }
  .sc-final-title { font-size: 24px; }
  .sc-final-subtitle { font-size: 18px; }
  .sc-final-buttons { gap: 20px; }
}

@media (max-width: 599px) {
  .sc-next-card {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  .sc-next-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sc-usage-cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .sc-usage-card { text-align: center; }
  .sc-final-container { padding: 24px 16px; }
  .sc-final-title { font-size: 20px; }
  .sc-final-subtitle { font-size: 16px; }
  .sc-final-buttons {
    flex-direction: column;
    gap: 20px;
  }
  .sc-final-buttons .hero-btn {
    width: 100%;
  }
}

/* Remove footer gradient on SC page */
.footer-fade {
  display: none;
}
