.hiw-page { padding-bottom: 40px; }

.hiw-section-title {
  text-align: center;
  color: #01338E;
  font-size: 1.5rem;
  margin: 0 0 28px;
}

.hiw-flow {
  padding: 40px 20px 60px;
  max-width: 1200px;
  margin: 0 auto;
}

.steps-grid--page {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1100px) {
  .steps-grid--page { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .steps-grid--page { grid-template-columns: 1fr; }
}

.hiw-sport {
  max-width: 1100px;
  margin: 0 auto 48px;
  padding: 0 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.hiw-sport-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  color: #fff;
}
.hiw-sport-header i { font-size: 1.5rem; }
.hiw-sport-header h2 { margin: 0; font-size: 1.35rem; }
.cricket-bg { background: linear-gradient(90deg, #0d47a1, #1565c0); }
.volleyball-bg { background: linear-gradient(90deg, #00695c, #00A86B); }
.badminton-bg { background: linear-gradient(90deg, #e65100, #ff8f00); }

.hiw-sport-body {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 28px 24px;
}
.hiw-sport-body.reverse { flex-direction: row-reverse; }

.hiw-steps-list {
  flex: 1;
  margin: 0;
  padding-left: 20px;
  color: #444;
  line-height: 1.8;
  font-size: 15px;
}
.hiw-steps-list li { margin-bottom: 8px; }

.hiw-screenshot {
  flex: 0 0 220px;
}
.hiw-screenshot img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.hiw-cta {
  text-align: center;
  padding: 48px 20px 64px;
  background: #f8fafc;
}
.hiw-cta h2 { color: #01338E; margin: 0 0 8px; }
.hiw-cta p { color: #555; margin: 0 0 24px; }

@media (max-width: 768px) {
  .hiw-sport-body,
  .hiw-sport-body.reverse {
    flex-direction: column;
    text-align: center;
  }
  .hiw-steps-list { text-align: left; }
  .hiw-screenshot { flex: none; width: 100%; max-width: 260px; }
}
