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

html,
body {
  min-height: 100%;
  background: #fff;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    Helvetica,
    Segoe UI,
    Arial,
    Roboto,
    "PingFang SC",
    "Hiragino Sans GB",
    "Microsoft Yahei",
    sans-serif;
  color: #333;
}

a {
  color: #b3861a;
  text-decoration: none;
}

a:hover {
  color: #8a6410;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.header_container {
  position: relative;
  width: 100%;
  padding: 28px 48px 56px;
  background: #120c08 url("./index_bg.png") center 32% / cover no-repeat;
  overflow: hidden;
}

.header_container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(18, 12, 8, 0.28),
    rgba(18, 12, 8, 0.55)
  );
  pointer-events: none;
}

.term_box {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  margin: 0 auto;
}

.term_box .brand {
  display: inline-block;
}

.higolive {
  height: 36px;
  width: auto;
  display: block;
}

.term_box p,
.inner-title {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.5px;
  padding-top: 40px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.45);
}

.inner-subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  margin-top: 10px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.content_box {
  width: min(960px, 92%);
  margin: 0 auto;
  padding: 40px 0 64px;
  line-height: 1.75;
  font-size: 16px;
  color: #3a3a3a;
  flex: 1;
}

.content_box a {
  word-break: break-word;
}

.child-safety-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 8px 0 12px;
  padding: 20px;
  background: #faf6ec;
  border: 1px solid #ead9a8;
  border-radius: 12px;
}

.child-safety-text {
  flex: 1;
}

.child-safety-img {
  flex-shrink: 0;
  width: 120px;
  cursor: pointer;
}

.child-safety-img img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #e0d0a0;
  transition: opacity 0.2s;
}

.child-safety-img img:hover {
  opacity: 0.85;
}

.img-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.img-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  object-fit: contain;
}

.inner-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 28px 16px 40px;
  background: #fff;
  border-top: 1px solid #eee;
}

.bottom_link {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.bottom_link a {
  color: #6f6f6f;
  padding: 0 28px;
  text-align: center;
}

.bottom_link a:hover {
  color: #333;
}

.bottom_link a:first-child {
  border-right: 1px solid #d0d0d0;
}

/* Support */
.support-intro {
  margin-bottom: 24px;
}

.contact-card {
  background: linear-gradient(135deg, #c9a227 0%, #e6c14a 48%, #a67c12 100%);
  border-radius: 16px;
  padding: 28px 32px;
  color: #fff;
  margin: 28px 0;
  box-shadow: 0 10px 28px rgba(166, 124, 18, 0.22);
}

.contact-card h2 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #fff;
}

.contact-card p {
  line-height: 1.6;
  margin-bottom: 16px;
}

.contact-email {
  display: inline-block;
  background: #fff;
  color: #8a6410;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  word-break: break-all;
}

.contact-email:hover {
  color: #8a6410;
  filter: brightness(0.97);
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 12px;
  color: #2b2b2b;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #2b2b2b;
}

.faq-item p {
  color: #555;
}

.footer-note {
  margin-top: 32px;
  color: #888;
  font-size: 14px;
}

/* Music */
.music-lead {
  margin-bottom: 18px;
}

.disclaimer-box {
  background: #faf6ec;
  border-left: 4px solid #c9a227;
  padding: 20px 22px;
  margin: 24px 0;
  border-radius: 0 12px 12px 0;
}

.disclaimer-box h2 {
  font-size: 20px;
  margin: 0 0 12px;
  color: #2b2b2b;
}

.disclaimer-box p {
  margin-bottom: 12px;
}

.disclaimer-box p:last-child {
  margin-bottom: 0;
}

.content_box h2 {
  font-size: 22px;
  color: #2b2b2b;
  margin: 28px 0 14px;
  font-weight: 700;
}

.content_box p {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  .header_container {
    padding: 20px 20px 36px;
  }

  .higolive {
    height: 28px;
  }

  .term_box p,
  .inner-title {
    font-size: 28px;
    padding-top: 24px;
  }

  .content_box {
    width: 90%;
    font-size: 15px;
    line-height: 1.7;
    padding: 28px 0 48px;
  }

  .child-safety-section {
    flex-direction: column;
    align-items: center;
  }

  .child-safety-img {
    width: 40vw;
    max-width: 180px;
  }

  .contact-card {
    padding: 20px;
  }

  .contact-email {
    font-size: 16px;
    padding: 10px 16px;
  }

  .bottom_link a {
    padding: 0 16px;
    font-size: 13px;
  }
}
