.page-contact {
  --contact-gold-grad: linear-gradient(135deg, #F0C57C 0%, #FF9EB8 100%);
  --contact-violet-grad: linear-gradient(135deg, #9D5CE8 0%, #FF9EB8 100%);
  background-color: #0A0710;
  color: #FFF3F6;
  overflow-x: hidden;
  position: relative;
}

.page-contact .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.page-contact .breadcrumb {
  padding: 120px 0 0;
}

.page-contact .breadcrumb ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  color: #8F7E98;
}

.page-contact .breadcrumb ol li:not(:first-child)::before {
  content: "·";
  margin-right: 10px;
  color: #3A2540;
}

.page-contact .breadcrumb a {
  color: #C2B0C5;
  text-decoration: none;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .breadcrumb a:hover {
  color: #FF9EB8;
}

.page-contact .contact-hero {
  position: relative;
  padding: 56px 0 48px;
}

.page-contact .contact-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #3A2540 18%, #3A2540 82%, transparent);
}

.page-contact .contact-hero::before {
  content: "";
  position: absolute;
  right: -10%;
  top: 15%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(157, 92, 232, 0.16), transparent 65%);
  filter: blur(30px);
  pointer-events: none;
}

.page-contact .contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-contact .hero-kicker {
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FF9EB8;
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-contact .hero-kicker::after {
  content: "";
  width: 56px;
  height: 1px;
  background: #3A2540;
}

.page-contact .contact-hero-copy h1 {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(29px, 5.8vw, 52px);
  line-height: 1.16;
  letter-spacing: 0.02em;
  margin: 0 0 22px;
  max-width: 740px;
}

.page-contact .contact-hero-copy .lede {
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #C2B0C5;
  max-width: 560px;
  margin: 0 0 30px;
}

.page-contact .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-contact .hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s, color 0.35s;
}

.page-contact .hero-actions .btn-primary {
  background: linear-gradient(135deg, #F0C57C 0%, #FF9EB8 100%);
  color: #16070D;
  font-weight: 600;
  border: 1px solid rgba(255, 158, 184, 0.5);
}

.page-contact .hero-actions .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 158, 184, 0.28);
}

.page-contact .hero-actions .btn-secondary {
  border: 1px solid #3A2540;
  color: #C2B0C5;
  background: rgba(157, 92, 232, 0.08);
}

.page-contact .hero-actions .btn-secondary:hover {
  border-color: #FF9EB8;
  color: #FF9EB8;
  transform: translateY(-2px);
}

.page-contact .contact-hero-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #3A2540;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  background: #130A1C;
}

.page-contact .contact-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(157, 92, 232, 0.22) 0%, rgba(255, 158, 184, 0.16) 100%);
  pointer-events: none;
  z-index: 1;
}

.page-contact .contact-hero-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2 / 1;
}

.page-contact .contact-channels {
  padding: 64px 0 20px;
}

.page-contact .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 36px;
}

.page-contact .section-head .index-num,
.page-contact .contact-response .index-num,
.page-contact .contact-help .index-num {
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #F0C57C;
}

.page-contact .section-head h2,
.page-contact .contact-response h2,
.page-contact .contact-help h2 {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: clamp(24px, 4vw, 36px);
  line-height: 1.3;
  margin: 0;
}

.page-contact .section-desc {
  flex-basis: 100%;
  font-size: 14px;
  color: #8F7E98;
  margin: 0;
}

.page-contact .channel-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-contact .channel-card {
  position: relative;
  background: #1D102B;
  border: 1px solid #3A2540;
  border-radius: 20px;
  padding: 30px 26px 26px;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .channel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #9D5CE8 0%, #FF9EB8 100%);
  opacity: 0.75;
}

.page-contact .channel-card::after {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  border-radius: 14px;
  pointer-events: none;
}

.page-contact .channel-card:hover {
  border-color: rgba(255, 158, 184, 0.45);
  box-shadow: 0 0 0 1px rgba(255, 158, 184, 0.18), 0 18px 44px rgba(0, 0, 0, 0.38), 0 0 40px rgba(157, 92, 232, 0.16);
  transform: translateY(-4px);
}

.page-contact .channel-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #3A2540;
  margin-bottom: 22px;
}

.page-contact .channel-icon svg {
  width: 24px;
  height: 24px;
}

.page-contact .channel-label {
  display: block;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #8F7E98;
  margin-bottom: 8px;
}

.page-contact .channel-value {
  display: inline-block;
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #FFF3F6;
  word-break: break-all;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact a.channel-value {
  border-bottom: 1px dashed #3A2540;
  padding-bottom: 2px;
}

.page-contact a.channel-value:hover {
  color: #FF9EB8;
  border-bottom-color: #FF9EB8;
}

.page-contact .channel-hint {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #8F7E98;
  max-width: 240px;
}

.page-contact .channel-code {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(240, 197, 124, 0.55);
  z-index: 1;
}

.page-contact .channel-note {
  margin-top: 28px;
  padding: 16px 20px;
  border-left: 3px solid #9D5CE8;
  border-radius: 0 14px 14px 0;
  background: rgba(29, 16, 43, 0.4);
  font-size: 13px;
  line-height: 1.7;
  color: #C2B0C5;
}

.page-contact .contact-response {
  padding: 72px 0 40px;
}

.page-contact .response-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  background: #130A1C;
  border: 1px solid #3A2540;
  border-radius: 24px;
  padding: 36px 24px;
  position: relative;
}

.page-contact .response-board::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 90px;
  background-image: radial-gradient(circle, rgba(157, 92, 232, 0.16) 1px, transparent 1px);
  background-size: 12px 12px;
  pointer-events: none;
}

.page-contact .response-copy .index-num {
  display: inline-block;
  margin-bottom: 12px;
}

.page-contact .response-copy h2 {
  margin-bottom: 18px;
}

.page-contact .response-lead {
  font-size: 16px;
  line-height: 1.9;
  color: #C2B0C5;
  max-width: 520px;
  margin: 0 0 32px;
}

.page-contact .response-flow {
  display: grid;
  gap: 0;
}

.page-contact .flow-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 14px 0;
}

.page-contact .flow-step + .flow-step {
  border-top: 1px dashed #3A2540;
}

.page-contact .flow-step-num {
  flex: 0 0 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F0C57C 0%, #FF9EB8 100%);
  color: #16070D;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.page-contact .flow-step-copy h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  line-height: 1.4;
}

.page-contact .flow-step-copy p {
  font-size: 13px;
  line-height: 1.7;
  color: #8F7E98;
  margin: 0;
}

.page-contact .response-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #3A2540;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  align-self: center;
}

.page-contact .response-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.page-contact .contact-scenarios {
  padding: 56px 0 40px;
}

.page-contact .scenario-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-contact .scenario-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 22px;
  border-radius: 18px;
  border: 1px solid #3A2540;
  background: rgba(19, 10, 28, 0.55);
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .scenario-item:hover {
  border-color: rgba(157, 92, 232, 0.55);
  background: rgba(29, 16, 43, 0.72);
}

.page-contact .scenario-tag {
  align-self: flex-start;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 12px;
  color: #FF9EB8;
  border: 1px solid rgba(255, 158, 184, 0.35);
  padding: 4px 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.page-contact .scenario-item h3 {
  font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", serif;
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
}

.page-contact .scenario-item p {
  font-size: 14px;
  line-height: 1.75;
  color: #C2B0C5;
  margin: 0 0 10px;
}

.page-contact .scenario-item a {
  align-self: flex-start;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  color: #F0C57C;
  text-decoration: none;
  border-bottom: 1px solid rgba(240, 197, 124, 0.4);
  padding-bottom: 3px;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-contact .scenario-item a::after {
  content: "→";
  margin-left: 6px;
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", sans-serif;
}

.page-contact .scenario-item a:hover {
  color: #FF9EB8;
  border-bottom-color: #FF9EB8;
}

.page-contact .contact-help {
  padding: 20px 0 90px;
}

.page-contact .help-panel {
  background: radial-gradient(ellipse at top right, rgba(157, 92, 232, 0.18), transparent 55%), #1D102B;
  border: 1px solid #3A2540;
  border-radius: 24px;
  padding: 44px 26px;
  text-align: center;
  position: relative;
}

.page-contact .help-panel .index-num {
  display: block;
  margin-bottom: 14px;
}

.page-contact .help-panel h2 {
  margin-bottom: 12px;
}

.page-contact .help-panel p {
  font-size: 14px;
  line-height: 1.75;
  color: #8F7E98;
  max-width: 520px;
  margin: 0 auto 28px;
}

.page-contact .help-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.page-contact .help-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", sans-serif;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid #3A2540;
  color: #C2B0C5;
  background: rgba(157, 92, 232, 0.08);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s, color 0.35s;
}

.page-contact .help-actions .btn:hover {
  border-color: #FF9EB8;
  color: #FF9EB8;
  transform: translateY(-2px);
}

@media (min-width: 700px) {
  .page-contact .channel-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-contact .channel-address {
    grid-column: 1 / -1;
  }

  .page-contact .response-board {
    padding: 44px 36px;
  }
}

@media (min-width: 900px) {
  .page-contact .breadcrumb {
    padding-top: 130px;
  }

  .page-contact .contact-hero {
    padding: 72px 0 64px;
  }

  .page-contact .contact-hero-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 52px;
  }

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

  .page-contact .contact-hero-media {
    transform: rotate(1.5deg) translateY(10px);
  }

  .page-contact .contact-channels {
    padding: 84px 0 28px;
  }

  .page-contact .channel-board {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-bottom: 44px;
  }

  .page-contact .channel-address {
    grid-column: auto;
  }

  .page-contact .channel-card:nth-child(2) {
    transform: translateY(42px);
  }

  .page-contact .channel-card:nth-child(2):hover {
    transform: translateY(38px);
  }

  .page-contact .contact-response {
    padding: 90px 0 60px;
  }

  .page-contact .response-board {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    padding: 52px 48px;
    align-items: center;
  }

  .page-contact .response-media {
    margin: 0;
    justify-self: end;
  }

  .page-contact .contact-scenarios {
    padding: 72px 0 56px;
  }

  .page-contact .scenario-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-contact .contact-help {
    padding: 32px 0 110px;
  }
}

@media (min-width: 1200px) {
  .page-contact .scenario-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-contact .help-panel {
    padding: 58px 48px;
  }
}
