* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }

.hg-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #eaf2f8;
  color: #1a2a3a;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.6;
}

.hg-header {
  background: linear-gradient(180deg, #0f3b66 0%, #1d5a91 60%, #2d7ab8 100%);
  border-bottom: 3px solid #1a4a7a;
  padding: 24px 16px;
}

.hg-header-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hg-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.hg-main {
  flex: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.hg-card {
  background: #ffffff;
  border: 1px solid #cfd8e3;
  border-radius: 4px;
  padding: 36px 40px;
  box-shadow: 0 2px 8px rgba(15, 59, 102, 0.08);
}

.hg-title {
  color: #1a5a92;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 24px;
  line-height: 1.3;
}

.hg-section { margin-top: 28px; }

.hg-subtitle {
  color: #1a5a92;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 12px;
}

.hg-list {
  margin: 0;
  padding-left: 22px;
  list-style: disc outside;
}

.hg-list li { margin-bottom: 6px; }

.hg-contact {
  background: #f3f8fc;
  border-left: 4px solid #2d7ab8;
  padding: 16px 20px;
  border-radius: 2px;
}

.hg-contact p { margin: 4px 0; }

.hg-contact-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f3b66;
}

.hg-label {
  display: inline-block;
  min-width: 70px;
  font-weight: 600;
  color: #1a5a92;
}

.hg-contact a {
  color: #1a5a92;
  text-decoration: none;
}

.hg-contact a:hover { text-decoration: underline; }

.hg-footer {
  text-align: center;
  padding: 20px 16px;
  font-size: 0.85rem;
  color: #5a6a7a;
  background: #dbe6ef;
  border-top: 1px solid #c0cedb;
}

@media (max-width: 600px) {
  .hg-card { padding: 24px 20px; }
  .hg-title { font-size: 1.3rem; }
}
