/* ============== 联系我们 ============== */
.swy-contact {
  position: relative;
  width: 100%;
  background-image: url('../images/contact-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Arial, sans-serif;
}
.swy-contact__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.78);
}
.swy-contact__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 90px;
  text-align: center;
}
.swy-contact__title {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: 2px;
}
.swy-contact__subtitle {
  margin: 14px 0 0;
  font-size: 16px;
  color: #666;
  letter-spacing: 1px;
}
.swy-contact__phone {
  display: inline-block;
  margin-top: 32px;
  font-size: 52px;
  font-weight: 700;
  color: #ff6b35;
  letter-spacing: 1.5px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.swy-contact__phone:hover { transform: scale(1.03); }
.swy-contact__email {
  margin-top: 12px;
  font-size: 18px;
  color: #ff6b35;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.swy-contact__email svg { width: 18px; height: 18px; color: #ff6b35; }

.swy-contact__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 760px;
  margin: 40px auto 0;
}
.swy-contact__card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  transition: transform 0.25s ease;
}
.swy-contact__card:hover { transform: translateY(-3px); }

.swy-contact__card--brand {
  padding: 24px 32px;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.swy-contact__card--brand img { height: 64px; width: auto; display: block; }
.swy-contact__hotline {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ff6b35;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.5px;
}
.swy-contact__hotline-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff6b35;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swy-contact__hotline-icon svg { width: 15px; height: 15px; color: white; }

.swy-contact__card--qr {
  padding: 20px 32px 24px;
  gap: 24px;
}
.swy-contact__qr {
  width: 96px;
  height: 96px;
  border-radius: 4px;
  background: white;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swy-contact__qr img { width: 100%; height: 100%; object-fit: contain; display: block; }
.swy-contact__qr-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  text-align: left;
}
.swy-contact__qr-title {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a2e;
  display: flex;
  align-items: center;
  gap: 6px;
}
.swy-contact__qr-title svg { width: 17px; height: 17px; color: #ff6b35; }
.swy-contact__qr-sub { font-size: 13px; color: #999; }
.swy-contact__qr-tip {
  font-size: 13px;
  color: #ff6b35;
  display: flex;
  align-items: center;
  gap: 4px;
}
.swy-contact__qr-tip svg { width: 13px; height: 13px; }
