.hero-copy h1 {
    margin: 0;
    font-size: 66px;
    line-height: 1.16;
    font-weight: 700;
    letter-spacing: 0;
    color: white;
}
.hero-copy p {
    margin: 26px 0 0;
    max-width: 760px;
    color: white;
    font-size: 28px;
    line-height: 1.5;
    font-weight: 600;
}
body.service-page {
  background: #fff;
}

.service-main {
  padding-top: 0;
}

.service-intro-band {
  padding: 140px 0 34px;
  background: #fff;
}

.service-intro-head {
  position: relative;
  text-align: center;
  padding-top: 10px;
}

.service-intro-watermark {
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translateX(-50%);
  font-size: clamp(92px, 15vw, 248px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(17, 24, 39, 0.035);
  white-space: nowrap;
  pointer-events: none;
}

.service-intro-head h1 {
  position: relative;
  margin: 0;
  font-size: 60px;
  line-height: 1.04;
  font-weight: 800;
  color: #111;
}

.service-intro-line {
  display: block;
  width: 140px;
  height: 6px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #1451ca, #31c5ff);
}

.service-intro-head p {
  position: relative;
  margin: 14px 0 0;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  color: #111827;
}

.service-stats {
  margin-top: 44px;
}

.service-stats .stat {
  padding-top: 0;
}

.service-stats .stat:not(:last-child)::after {
  top: 18px;
  height: 122px;
}

.service-stats .stat-number,
.service-stats .stat-suffix {
  font-size: 80px;
}

.service-stats .stat > span {
  margin-top: 14px;
  font-size: 17px;
  color: #6b7280;
}

.service-intro-visual {
  margin-top: 38px;
  overflow: hidden;
  border-radius: 28px;
  background: #07111f;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.service-intro-visual img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.service-system {
  padding: 44px 0 56px;
  background: #ececec;
}

.service-system-head {
  text-align: center;
}

.service-system-head h1 {
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.service-system-head p {
  margin: 10px auto 0;
  max-width: 960px;
  font-size: 14px;
  line-height: 1.8;
  color: #6b7280;
}

.service-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 56px;
  margin-top: 34px;
}

.service-step-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  min-height: 98px;
  padding: 20px 22px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(17, 24, 39, 0.12);
}

.service-step-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.service-step-card h2 {
  margin: 0 0 4px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.service-step-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #4b5563;
}

.service-team-wrap {
  padding: 50px 0 72px;
  background: #fff;
}

.service-team-head {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

.service-watermark {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  font-size: 58px;
  line-height: 1;
  font-weight: 800;
  color: rgba(17, 24, 39, 0.06);
  white-space: nowrap;
  pointer-events: none;
}

.service-team-head h2 {
  position: relative;
  margin: 0;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
}

.service-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.team-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #dbe5f2;
  min-height: 0;
  aspect-ratio: 0.78 / 1;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
  transform: translateY(0);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.32s ease, filter 0.32s ease;
}

.team-card:hover,
.team-card:focus-within {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(17, 24, 39, 0.2);
}

.team-card:hover img,
.team-card:focus-within img {
  transform: scale(1.04);
  filter: saturate(1.08);
}

.team-card:hover::before,
.team-card:focus-within::before {
  opacity: 1;
}

.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 2px solid rgba(30, 160, 255, 0.9);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28);
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.team-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.team-card-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
}

.team-card-label strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

.team-card-label span {
  display: block;
  width: 34px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: #1ea0ff;
}

@media (max-width: 1180px) {
  .service-intro-head h1 {
    font-size: 50px;
  }

  .service-intro-head p {
    font-size: 22px;
  }

  .service-stats .stat-number,
  .service-stats .stat-suffix {
    font-size: 76px;
  }

  .service-intro-visual img {
    height: 300px;
  }

  .service-steps {
    gap: 24px;
  }

  .service-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .service-main {
    padding-top: 0;
  }

  .service-intro-band {
    padding: 84px 0 20px;
  }

  .service-intro-watermark {
    font-size: 56px;
    top: 2px;
  }

  .service-intro-head h1 {
    font-size: 30px;
  }

  .service-intro-line {
    width: 96px;
    height: 4px;
    margin-top: 10px;
  }

  .service-intro-head p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.7;
  }

  .service-stats {
    margin-top: 24px;
  }

  .service-stats .stat > span {
    margin-top: 10px;
    font-size: 15px;
  }

  .service-intro-visual {
    margin-top: 24px;
    border-radius: 18px;
  }

  .service-intro-visual img {
    height: 160px;
  }

  .service-system {
    padding: 28px 0 42px;
  }

  .service-system-head h1,
  .service-team-head h2 {
    font-size: 28px;
  }

  .service-system-head p {
    font-size: 13px;
    line-height: 1.75;
  }

  .service-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .service-step-card {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 16px;
    min-height: 0;
    align-items: start;
  }

  .service-step-icon {
    width: 42px;
    height: 42px;
  }

  .service-team-wrap {
    padding: 22px 0 52px;
  }

  .service-watermark {
    font-size: 34px;
    top: -2px;
  }

  .service-team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .team-card {
    aspect-ratio: 0.9 / 1;
  }
}
