/* ============================================
   Contact Page New Design - 联系我们页面全新设计
   ============================================ */

/* Hero Section */
.contact-hero-new {
  position: relative;
  height: 350px;
  margin-top: 80px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1e40af 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.contact-hero-new::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 168, 83, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.contact-hero-new::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.contact-hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
}

.contact-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.contact-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background: rgba(212, 168, 83, 0.15);
  border: 1px solid rgba(212, 168, 83, 0.3);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #d4a853;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.contact-hero-title {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.contact-hero-title span {
  font-weight: 700;
  color: #d4a853;
}

.contact-hero-desc {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
}

/* Contact Info Cards Section */
.contact-info-section-new {
  padding: 100px 0 60px;
  background: #fff;
}

.section-header-new {
  text-align: center;
  margin-bottom: 60px;
}

.section-label-new {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(212, 168, 83, 0.1);
  border: 1px solid rgba(212, 168, 83, 0.2);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  color: #966f28;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-title-new {
  font-size: 42px;
  font-weight: 300;
  color: #1a202c;
  margin-bottom: 16px;
}

.section-title-new span {
  font-weight: 700;
  color: #1a365d;
}

.section-subtitle-new {
  font-size: 17px;
  color: #64748b;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Contact Cards Grid */
.contact-cards-grid-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}

.contact-card-new {
  background: #fff;
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.4s ease;
}

.contact-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.contact-card-icon-new {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.1) 0%, rgba(44, 82, 130, 0.1) 100%);
  border: 1px solid rgba(26, 54, 93, 0.15);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.contact-card-icon-new i {
  font-size: 28px;
  color: #1a365d;
}

.contact-card-new:nth-child(2) .contact-card-icon-new {
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.1) 0%, rgba(232, 200, 120, 0.1) 100%);
  border-color: rgba(212, 168, 83, 0.2);
}

.contact-card-new:nth-child(2) .contact-card-icon-new i {
  color: #d4a853;
}

.contact-card-new:nth-child(3) .contact-card-icon-new {
  background: linear-gradient(135deg, rgba(39, 103, 73, 0.1) 0%, rgba(56, 161, 105, 0.1) 100%);
  border-color: rgba(39, 103, 73, 0.2);
}

.contact-card-new:nth-child(3) .contact-card-icon-new i {
  color: #276749;
}

.contact-card-new:nth-child(4) .contact-card-icon-new {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  border-color: rgba(124, 58, 237, 0.2);
}

.contact-card-new:nth-child(4) .contact-card-icon-new i {
  color: #7c3aed;
}

.contact-card-new h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 12px;
}

.contact-card-new p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* Contact Form Section */
.contact-form-section-new {
  padding: 80px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.contact-form-wrapper-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.contact-form-left-new {
  background: #fff;
  border-radius: 32px;
  padding: 48px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.form-header-new {
  margin-bottom: 32px;
}

.form-header-new h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 8px;
}

.form-header-new p {
  font-size: 15px;
  color: #64748b;
  margin: 0;
}

.form-group-new {
  margin-bottom: 24px;
}

.form-group-new label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 8px;
}

.form-group-new label .required {
  color: #dc2626;
  margin-left: 4px;
}

.form-control-new {
  width: 100%;
  padding: 14px 18px;
  font-size: 15px;
  color: #1a202c;
  background: #f8fafc;
  border: 1px solid rgba(26, 54, 93, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease;
  font-family: inherit;
}

.form-control-new:focus {
  outline: none;
  background: #fff;
  border-color: #d4a853;
  box-shadow: 0 0 0 3px rgba(212, 168, 83, 0.1);
}

.form-control-new::placeholder {
  color: #94a3b8;
}

select.form-control-new {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

textarea.form-control-new {
  resize: vertical;
  min-height: 120px;
}

.form-row-new {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.submit-btn-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px 32px;
  background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.submit-btn-new:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(26, 54, 93, 0.3);
}

/* Contact Info Right */
.contact-info-right-new {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.info-block-new {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.info-block-header-new {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.info-block-icon-new {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, rgba(212, 168, 83, 0.15) 0%, rgba(232, 200, 120, 0.15) 100%);
  border: 1px solid rgba(212, 168, 83, 0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-block-icon-new i {
  font-size: 20px;
  color: #d4a853;
}

.info-block-header-new h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}

.info-block-new p {
  font-size: 15px;
  color: #64748b;
  line-height: 1.8;
  margin: 0;
}

.social-links-new {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-link-new {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(26, 54, 93, 0.06);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #1a365d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link-new:hover {
  background: rgba(212, 168, 83, 0.15);
  color: #966f28;
}

.social-link-new i {
  font-size: 16px;
}

/* Map Section */
.map-section-new {
  padding: 100px 0;
  background: #fff;
}

.map-container-new {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  border-radius: 32px;
  padding: 60px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.map-icon-new {
  width: 100px;
  height: 100px;
  margin: 0 auto 32px;
  background: linear-gradient(135deg, rgba(26, 54, 93, 0.1) 0%, rgba(44, 82, 130, 0.1) 100%);
  border: 1px solid rgba(26, 54, 93, 0.15);
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.map-icon-new i {
  font-size: 40px;
  color: #1a365d;
}

.map-container-new h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 12px;
}

.map-container-new p {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 8px;
}

.map-address-new {
  font-size: 18px;
  font-weight: 600;
  color: #1a365d;
  margin-bottom: 32px;
}

.map-btn-new {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #d4a853 0%, #c49a4b 100%);
  color: #fff;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.map-btn-new:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 168, 83, 0.3);
}

/* Alert Messages */
.alert-new {
  display: none;
  padding: 16px 20px;
  border-radius: 12px;
  margin-top: 20px;
  font-size: 14px;
}

.alert-success-new {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #166534;
}

.alert-danger-new {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #991b1b;
}

.alert-new i {
  margin-right: 8px;
}

/* Responsive */
@media (max-width: 1200px) {
  .contact-cards-grid-new {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .contact-hero-new {
    height: 350px;
  }
  
  .contact-hero-title {
    font-size: 42px;
  }
  
  .contact-form-wrapper-new {
    grid-template-columns: 1fr;
  }
  
  .section-title-new {
    font-size: 36px;
  }
  
  .map-container-new {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .contact-hero-new {
    height: 300px;
  }
  
  .contact-hero-title {
    font-size: 32px;
  }
  
  .contact-cards-grid-new {
    grid-template-columns: 1fr;
  }
  
  .form-row-new {
    grid-template-columns: 1fr;
  }
  
  .contact-form-left-new {
    padding: 32px;
  }
  
  .section-title-new {
    font-size: 28px;
  }
  
  .map-container-new {
    padding: 32px 24px;
  }
  
  .social-links-new {
    flex-wrap: wrap;
  }
}
