.hmp-hub {
  background: #fff;
  border: 1px solid #dfe6e8;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(32, 45, 54, 0.1);
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 24px;
}

.hmp-hub-head {
  margin: 0 auto 18px;
  max-width: 780px;
  text-align: center;
}

.hmp-kicker {
  color: #1866b4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.hmp-hub h2 {
  color: #1f2f38;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.hmp-hub-head p:last-child {
  color: #4f5f66;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.hmp-choice-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hmp-choice-card {
  background: #f7f9f8;
  border: 1px solid #dfe6e8;
  border-top: 5px solid #1866b4;
  border-radius: 8px;
  box-sizing: border-box;
  color: #26343a;
  display: block;
  min-height: 176px;
  padding: 16px;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.hmp-choice-card:hover,
.hmp-choice-card:focus-visible {
  border-color: #b8c8ce;
  box-shadow: 0 8px 18px rgba(32, 45, 54, 0.12);
  color: #26343a;
  outline: none;
  transform: translateY(-2px);
  text-decoration: none;
}

.hmp-choice-icon {
  align-items: center;
  background: #e8f2f8;
  border-radius: 8px;
  color: #1866b4;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin: 0 0 12px;
  width: 38px;
}

.hmp-choice-card strong {
  color: #1f2f38;
  display: block;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.hmp-choice-card span:last-child {
  color: #526168;
  display: block;
  font-size: 14px;
  line-height: 1.42;
}

.hmp-choice-live {
  border-top-color: #1866b4;
}

.hmp-choice-print {
  border-top-color: #1d9771;
}

.hmp-choice-routes {
  border-top-color: #f27a24;
}

.hmp-choice-beaches {
  border-top-color: #2e86de;
}

.hmp-choice-hana {
  border-top-color: #6f56a6;
}

.hmp-choice-packet {
  border-top-color: #c3232f;
}

.hmp-island-strip {
  align-items: center;
  background: #f1f5f6;
  border: 1px solid #d8e1e4;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: center;
  margin-top: 14px;
  padding: 12px;
}

.hmp-island-strip span {
  color: #526168;
  font-size: 14px;
  font-weight: 800;
}

.hmp-island-strip a {
  background: #fff;
  border: 1px solid #dfe6e8;
  border-radius: 8px;
  color: #1866b4;
  font-size: 14px;
  font-weight: 800;
  padding: 8px 12px;
  text-decoration: none;
}

.hmp-island-strip a:hover,
.hmp-island-strip a:focus-visible {
  background: #e8f2f8;
  color: #13528f;
  outline: none;
  text-decoration: none;
}

.hmp-return-note {
  background: #f8f9fa;
  border: 1px solid #dfe6e8;
  border-radius: 8px;
  color: #45565e;
  font-size: 15px;
  line-height: 1.5;
  margin: 15px 0 25px;
  padding: 14px 16px;
}

.hmp-return-note i {
  color: #1866b4;
}

@media (max-width: 900px) {
  .hmp-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .hmp-hub {
    margin-left: 10px;
    margin-right: 10px;
    padding: 18px 14px;
  }

  .hmp-hub h2 {
    font-size: 24px;
  }

  .hmp-choice-grid {
    grid-template-columns: 1fr;
  }

  .hmp-choice-card {
    min-height: 0;
  }
}
