/* ===== 联系火狐体育页面 ===== */
.page-contact {
  --contact-deep: var(--huohu-border);
  --contact-cream: var(--huohu-bg);
  --contact-soft: var(--huohu-surface);
  --contact-orange: var(--huohu-primary);
  --contact-blue: var(--huohu-secondary);
  color: var(--huohu-text);
  background: var(--huohu-bg);
  font-family: var(--font-body);
}

/* ----- 顶部命令横幅 ----- */
.page-contact .contact-hero {
  position: relative;
  overflow: hidden;
  background: var(--contact-deep);
  color: var(--huohu-surface);
}

.page-contact .contact-hero__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--huohu-primary);
  z-index: 0;
}

@media (min-width: 960px) {
  .page-contact .contact-hero__decor {
    top: 0;
    right: 0;
    left: auto;
    width: 46%;
    height: 100%;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: inset 6px 0 0 var(--huohu-border);
  }

  .page-contact .contact-hero__decor::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 42%;
    height: 100%;
    background: var(--huohu-secondary);
    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  }
}

.page-contact .contact-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 48px;
}

.page-contact .contact-hero .breadcrumbs {
  margin-bottom: 28px;
  color: rgba(246, 241, 231, 0.72);
}

.page-contact .contact-hero .breadcrumbs a {
  color: var(--huohu-secondary);
}

.page-contact .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-contact .breadcrumbs__item + .breadcrumbs__item::before {
  content: "→";
  margin: 0 8px;
  color: var(--huohu-primary);
}

.page-contact .contact-hero__grid {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.page-contact .contact-hero__kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  border: 2px solid var(--huohu-primary);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--huohu-primary);
}

.page-contact .contact-hero h1 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 42px;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--huohu-surface);
}

.page-contact .contact-hero__lead {
  max-width: 660px;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(246, 241, 231, 0.88);
}

.page-contact .contact-hero__aside {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(246, 241, 231, 0.3);
  background: rgba(246, 241, 231, 0.06);
}

.page-contact .contact-hero__stat {
  margin: 0 0 4px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 64px;
  line-height: 0.9;
  color: var(--huohu-primary);
}

.page-contact .contact-hero__stat sup {
  top: -1em;
  font-size: 28px;
}

.page-contact .contact-hero__stat-label {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(246, 241, 231, 0.8);
}

@media (min-width: 960px) {
  .page-contact .contact-hero__inner {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .page-contact .contact-hero__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.6fr;
    gap: 56px;
    align-items: end;
  }

  .page-contact .contact-hero h1 {
    font-size: 64px;
  }

  .page-contact .contact-hero__lead {
    font-size: 17px;
  }
}

/* ----- 联系渠道左右分屏 ----- */
.page-contact .contact-channel {
  position: relative;
  padding: 48px 0 56px;
}

.page-contact .contact-channel__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-contact .contact-channel__left {
  padding: 26px 20px 20px;
  background: var(--huohu-surface);
  border: 3px solid var(--huohu-border);
  box-shadow: var(--shadow-hard);
}

.page-contact .contact-section-head {
  margin-bottom: 8px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--huohu-line);
}

.page-contact .contact-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  border-top: 3px solid var(--huohu-border);
}

.page-contact .contact-list__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 24px 0;
  border-bottom: 1px solid var(--huohu-line);
}

.page-contact .contact-list__label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--huohu-primary);
}

.page-contact .contact-list__value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.15;
  color: var(--huohu-text);
  text-decoration: none;
  word-break: break-all;
}

.page-contact a.contact-list__value {
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-contact a.contact-list__value:hover {
  color: var(--huohu-primary);
  border-bottom-color: var(--huohu-primary);
}

.page-contact .contact-list__value--text {
  display: block;
  margin: 0;
}

.page-contact .contact-list__value--mono {
  font-family: var(--font-mono);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.page-contact .contact-list__hint {
  font-size: 13px;
  line-height: 1.5;
  color: var(--huohu-text-sub);
}

.page-contact .contact-list__action {
  justify-self: start;
  display: inline-block;
  padding: 8px 14px;
  border: 2px solid var(--huohu-border);
  background: var(--huohu-bg);
  color: var(--huohu-border);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-contact .contact-list__action:hover {
  background: var(--huohu-primary);
  color: var(--huohu-border);
  transform: translateY(-2px);
}

.page-contact .contact-channel__right {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border: 3px solid var(--huohu-border);
  box-shadow: var(--shadow-hard);
  background: var(--huohu-surface);
}

.page-contact .contact-channel__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-contact .contact-arrow {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: 3px solid var(--huohu-border);
  background: var(--huohu-primary);
  box-shadow: 4px 4px 0 var(--huohu-border);
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: var(--huohu-border);
  transform: rotate(-6deg);
}

@media (min-width: 960px) {
  .page-contact .contact-channel {
    padding: 72px 0 80px;
  }

  .page-contact .contact-channel__grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: stretch;
  }

  .page-contact .contact-channel__left {
    padding: 36px 32px 28px;
  }

  .page-contact .contact-channel__right {
    min-height: 540px;
  }
}

/* ----- 服务时间 ----- */
.page-contact .contact-service {
  position: relative;
  overflow: hidden;
  background: var(--huohu-border);
  color: var(--huohu-surface);
}

.page-contact .contact-service::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -70px;
  width: 220px;
  height: 220px;
  background: var(--huohu-primary);
  opacity: 0.28;
  transform: rotate(18deg);
  z-index: 0;
}

.page-contact .contact-service__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding-top: 52px;
  padding-bottom: 60px;
}

.page-contact .contact-service .section-kicker {
  color: var(--huohu-primary);
}

.page-contact .contact-service .section-title {
  color: var(--huohu-surface);
}

.page-contact .contact-service .section-desc {
  color: rgba(246, 241, 231, 0.82);
}

.page-contact .contact-hours {
  margin: 28px 0 20px;
  padding: 0;
}

.page-contact .contact-hours__row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid rgba(214, 202, 187, 0.3);
}

.page-contact .contact-hours__row:last-child {
  border-bottom: 1px solid rgba(214, 202, 187, 0.3);
}

.page-contact .contact-hours dt {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--huohu-primary);
}

.page-contact .contact-hours dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(246, 241, 231, 0.9);
}

.page-contact .contact-service__note {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--huohu-secondary);
  background: rgba(0, 196, 255, 0.12);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(246, 241, 231, 0.86);
}

.page-contact .contact-service__figure {
  margin: 0;
  padding: 8px;
  background: var(--huohu-surface);
  border: 3px solid var(--huohu-border);
  box-shadow: 8px 8px 0 var(--huohu-primary);
}

.page-contact .contact-service__img {
  display: block;
  width: 100%;
  height: auto;
}

.page-contact .contact-service__caption {
  padding: 12px 8px 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--huohu-text-sub);
}

@media (min-width: 900px) {
  .page-contact .contact-service__grid {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 88px;
  }
}

/* ----- 自助优先级 ----- */
.page-contact .contact-selfhelp {
  padding: 56px 0 64px;
}

.page-contact .contact-selfhelp__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.page-contact .contact-selfhelp__card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 24px;
  background: var(--huohu-surface);
  border: 3px solid var(--huohu-border);
  box-shadow: var(--shadow-hard);
  text-decoration: none;
  color: var(--huohu-text);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.page-contact .contact-selfhelp__card:hover {
  background: #fff2e4;
  box-shadow: 8px 8px 0 var(--huohu-border);
}

.page-contact .contact-selfhelp__num {
  min-width: 44px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: var(--huohu-primary);
}

.page-contact .contact-selfhelp__body {
  flex: 1;
  min-width: 0;
}

.page-contact .contact-selfhelp__title {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-contact .contact-selfhelp__desc {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--huohu-text-sub);
}

.page-contact .contact-selfhelp__arrow {
  font-family: var(--font-display);
  font-size: 30px;
  line-height: 1;
  color: var(--huohu-border);
  transition: transform 0.2s ease, color 0.2s ease;
}

.page-contact .contact-selfhelp__card:hover .contact-selfhelp__arrow {
  transform: translateX(4px);
  color: var(--huohu-primary);
}

@media (min-width: 800px) {
  .page-contact .contact-selfhelp__list {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

/* ----- 隐私与使用说明 ----- */
.page-contact .contact-legal {
  padding: 56px 0 64px;
  background: var(--huohu-surface);
}

.page-contact .contact-legal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.page-contact .contact-legal__desc {
  max-width: 680px;
  margin: 18px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--huohu-text-sub);
}

.page-contact .contact-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.page-contact .contact-legal__side {
  padding: 26px 22px;
  border: 3px solid var(--huohu-border);
  border-top: 10px solid var(--huohu-primary);
  background: var(--huohu-bg);
  box-shadow: var(--shadow-hard);
}

.page-contact .contact-legal__note {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--huohu-text);
}

.page-contact .contact-legal__meta {
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--huohu-line);
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--huohu-text-sub);
}

@media (min-width: 900px) {
  .page-contact .contact-legal {
    padding: 80px 0;
  }

  .page-contact .contact-legal__grid {
    grid-template-columns: 1.35fr 0.65fr;
    gap: 64px;
    align-items: center;
  }
}
