/* =============================================
   Cross Sports Recruitment (Saiyou) Page
   prefix: sa-
   ============================================= */

/* ===== HERO ===== */
.sa-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 100px 24px 120px;
}
.sa-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.sa-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sa-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11,43,69,.92) 0%, rgba(10,31,48,.88) 100%);
  z-index: 1;
}
.sa-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 880px;
  color: #fff;
}
.sa-hero__badge {
  display: inline-block;
  font-family: var(--cs-font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: var(--cs-teal);
  margin-bottom: 20px;
  padding: 6px 18px;
  border: 1px solid rgba(78,201,176,.4);
  border-radius: 999px;
}
.sa-hero__title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.25;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
.sa-hero__subtitle {
  font-size: 20px;
  font-weight: 700;
  color: var(--cs-teal);
  margin: 0 0 20px;
  line-height: 1.5;
}
.sa-hero__desc {
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,.85);
  margin: 0;
}
.sa-hero__mascot {
  position: absolute;
  right: -10px;
  bottom: 80px;
  z-index: 3;
  opacity: .85;
  pointer-events: none;
}
.sa-hero__diagonal {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(to bottom right, transparent 49.5%, #fff 50%);
  z-index: 2;
}

/* ===== INTRO TEXT ===== */
.sa-intro-text {
  font-size: 15px;
  line-height: 2;
  color: var(--cs-dark);
  max-width: 720px;
  margin: 0;
}

/* ===== MVV CARDS ===== */
.sa-mvv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 48px;
}
.sa-mvv__card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1.5px solid rgba(11,43,69,.08);
  transition: transform .3s, box-shadow .3s;
}
.sa-mvv__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(11,43,69,.1);
}
.sa-mvv__label {
  font-family: var(--cs-font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: var(--cs-teal-dark);
  margin-bottom: 8px;
}
.sa-mvv__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--cs-dark);
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--cs-teal);
}
.sa-mvv__main {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.6;
  color: var(--cs-dark);
  margin: 0 0 12px;
}
.sa-mvv__sub {
  font-size: 13px;
  line-height: 1.9;
  color: var(--cs-gray);
  margin: 0;
}
.sa-mvv__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sa-mvv__list li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  color: var(--cs-dark);
  padding: 10px 0;
  border-bottom: 1px solid rgba(11,43,69,.06);
  position: relative;
  padding-left: 20px;
}
.sa-mvv__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cs-teal);
}
.sa-mvv__list li:last-child {
  border-bottom: none;
}
.sa-mvv__detail {
  font-weight: 400;
  font-size: 13px;
  color: var(--cs-gray);
  line-height: 1.6;
  display: block;
  margin-top: 4px;
}
.sa-job__list a {
  color: var(--cs-teal-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.sa-job__list a:hover {
  color: var(--cs-teal);
}

/* ===== JOB DETAILS TABLE ===== */
.sa-job {
  margin-top: 40px;
  max-width: 860px;
}
.sa-job__table {
  width: 100%;
  border-collapse: collapse;
}
.sa-job__table th,
.sa-job__table td {
  padding: 24px 28px;
  font-size: 14px;
  line-height: 1.8;
  border-bottom: 1px solid rgba(11,43,69,.08);
  text-align: left;
  vertical-align: top;
}
.sa-job__table th {
  width: 140px;
  font-weight: 900;
  color: var(--cs-dark);
  background: var(--cs-cream);
  border-radius: 8px 0 0 8px;
  white-space: nowrap;
}
.sa-job__table td {
  color: var(--cs-dark);
}
.sa-job__list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.sa-job__list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
}
.sa-job__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cs-teal);
}
.sa-job__note {
  font-size: 13px;
  color: var(--cs-gray);
  margin: 0;
  padding-top: 8px;
  border-top: 1px dashed rgba(11,43,69,.1);
}

/* ===== PROCESS STEPS ===== */
.sa-process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
  position: relative;
}
.sa-process::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--cs-teal) 0%, rgba(78,201,176,.2) 100%);
  z-index: 0;
}
.sa-process__step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.sa-process__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--cs-teal);
  color: #fff;
  font-family: var(--cs-font-en);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(78,201,176,.25);
}
.sa-process__body {
  background: #fff;
  border-radius: 14px;
  padding: 24px 16px;
  border: 1.5px solid rgba(11,43,69,.06);
}
.sa-process__title {
  font-size: 16px;
  font-weight: 900;
  color: var(--cs-dark);
  margin: 0 0 8px;
}
.sa-process__text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--cs-gray);
  margin: 0;
}

/* ===== NOTES ===== */
.sa-notes {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  max-width: 800px;
}
.sa-notes li {
  position: relative;
  padding: 16px 0 16px 28px;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255,255,255,.85);
  border-bottom: 1px solid rgba(78,201,176,.15);
}
.sa-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cs-teal);
}
.sa-notes li:last-child {
  border-bottom: none;
}

/* ===== CTA ===== */
.sa-cta {
  padding: 100px 60px;
  text-align: center;
  background: var(--cs-cream);
  position: relative;
  overflow: hidden;
}
.sa-cta__inner {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.sa-cta__title {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.4;
  margin: 0 0 16px;
  color: var(--cs-dark);
}
.sa-cta__desc {
  font-size: 15px;
  color: var(--cs-gray);
  line-height: 1.8;
  margin: 0 0 36px;
}
.sa-cta__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.sa-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all .3s;
}
.sa-cta__btn:hover {
  transform: translateY(-2px);
}
.sa-cta__btn--primary {
  background: var(--cs-teal);
  color: var(--cs-navy);
}
.sa-cta__btn--primary:hover {
  background: var(--cs-teal-light);
  box-shadow: 0 8px 30px rgba(78,201,176,.3);
  color: var(--cs-navy);
}
.sa-cta__btn--line {
  background: #06C755;
  color: #fff;
}
.sa-cta__btn--line:hover {
  box-shadow: 0 8px 30px rgba(6,199,85,.3);
  color: #fff;
}
.sa-cta__mascot {
  position: absolute;
  right: -20px;
  bottom: -10px;
  opacity: .8;
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .sa-hero {
    min-height: 500px;
    padding: 80px 20px 100px;
  }
  .sa-hero__title {
    font-size: 32px;
  }
  .sa-hero__subtitle {
    font-size: 17px;
  }
  .sa-hero__desc {
    font-size: 14px;
  }
  .sa-hero__mascot {
    width: 80px;
    right: 0;
    bottom: 70px;
  }
  .sa-mvv {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sa-process {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .sa-process::before {
    display: none;
  }
  .sa-job__table th {
    width: 100px;
    padding: 16px 14px;
  }
  .sa-job__table td {
    padding: 16px 14px;
  }
}

@media (max-width: 768px) {
  .sa-hero__title {
    font-size: 26px;
  }
  .sa-hero__subtitle {
    font-size: 15px;
  }
  .sa-hero__mascot {
    display: none;
  }
  .sa-job__table,
  .sa-job__table tbody,
  .sa-job__table tr,
  .sa-job__table th,
  .sa-job__table td {
    display: block;
    width: 100%;
  }
  .sa-job__table th {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
  }
  .sa-job__table td {
    padding-top: 12px;
  }
  .sa-process {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .sa-cta {
    padding: 70px 20px;
  }
  .sa-cta__title {
    font-size: 24px;
  }
  .sa-cta__btn {
    padding: 15px 26px;
    font-size: 13px;
  }
  .sa-cta__mascot {
    width: 70px;
  }
}
