/* 单页通用样式 - 婚礼平台优雅风格 */
@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Playfair Display', 'Noto Serif SC', 'Microsoft YaHei', serif;
  color: #5a4a3a;
  background: #fffaf7;
  line-height: 1.6;
}

.zh_container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}

/* 页面头部 - Hero区域 */
.zh_page_header {
  padding: 120px 0 100px;
  background: linear-gradient(135deg, #c9967a 0%, #d4a574 50%, #e8c9a0 100%);
  position: relative;
  overflow: hidden;
}

.zh_page_header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 5 L35 20 L50 20 L38 30 L43 45 L30 35 L17 45 L22 30 L10 20 L25 20 Z' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-opacity='0.1'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.zh_page_header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to top, #fffaf7, transparent);
}

.zh_page_header_content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.zh_page_title {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
  text-shadow: 0 2px 10px rgba(90, 74, 58, 0.2);
  letter-spacing: 2px;
}

.zh_page_subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 1px;
}

/* 装饰花朵 */
.zh_page_header .zh_decor_flower {
  position: absolute;
  opacity: 0.15;
  pointer-events: none;
}

.zh_page_header .zh_decor_flower.left {
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
}

.zh_page_header .zh_decor_flower.right {
  right: -50px;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  width: 200px;
}

/* 面包屑导航 */
.zh_breadcrumb {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid rgba(201, 150, 122, 0.15);
  margin-top: 80px;
}

.zh_breadcrumb_container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zh_breadcrumb_icon {
  color: #c9967a;
  font-size: 16px;
}

.zh_breadcrumb_text {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8a7a6a;
  font-size: 14px;
}

.zh_breadcrumb_text a {
  color: #8a7a6a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.zh_breadcrumb_text a:hover {
  color: #c9967a;
}

.zh_breadcrumb_text span {
  color: #c9967a;
  font-weight: 600;
}

/* 内容区域 */
.zh_content_section {
  padding: 80px 0;
}

.zh_content_wrapper {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  box-shadow: 0 10px 40px rgba(201, 150, 122, 0.1);
  border: 1px solid rgba(201, 150, 122, 0.1);
}

.zh_content_box {
  font-size: 16px;
  color: #6a5a4a;
  line-height: 1.9;
}

.zh_content_box h2 {
  font-size: 28px;
  font-weight: 600;
  color: #5a4a3a;
  margin: 40px 0 20px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
  position: relative;
  padding-left: 20px;
}

.zh_content_box h2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 28px;
  background: linear-gradient(180deg, #c9967a, #d4a574);
  border-radius: 2px;
}

.zh_content_box h3 {
  font-size: 22px;
  font-weight: 600;
  color: #5a4a3a;
  margin: 30px 0 15px;
}

.zh_content_box p {
  margin-bottom: 18px;
}

.zh_content_box ul,
.zh_content_box ol {
  margin: 20px 0 20px 30px;
}

.zh_content_box li {
  margin-bottom: 10px;
  position: relative;
}

.zh_content_box ul li::marker {
  color: #c9967a;
}

.zh_content_box a {
  color: #c9967a;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.zh_content_box a:hover {
  color: #b8866a;
  border-bottom-color: #b8866a;
}

/* 联系信息卡片 */
.zh_contact_section {
  padding: 80px 0;
}

.zh_contact_intro {
  text-align: center;
  margin-bottom: 60px;
}

.zh_contact_intro_title {
  font-size: 36px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 15px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
}

.zh_contact_intro p {
  font-size: 16px;
  color: #8a7a6a;
  line-height: 1.8;
  margin-bottom: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.zh_contact_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.zh_contact_card {
  background: #fff;
  border-radius: 20px;
  padding: 45px 35px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(201, 150, 122, 0.08);
  border: 1px solid rgba(201, 150, 122, 0.1);
  position: relative;
  overflow: hidden;
}

.zh_contact_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #c9967a, #d4a574, #e8c9a0);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.zh_contact_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(201, 150, 122, 0.15);
}

.zh_contact_card:hover::before {
  opacity: 1;
}

.zh_contact_icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, #c9967a, #d4a574);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(201, 150, 122, 0.3);
}

.zh_contact_icon i {
  font-size: 32px;
  color: #fff;
}

.zh_contact_title {
  font-size: 20px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 15px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
}

.zh_contact_info {
  font-size: 18px;
  font-weight: 600;
  color: #c9967a;
  margin-bottom: 10px;
  word-break: break-all;
}

.zh_contact_desc {
  font-size: 14px;
  color: #a09080;
}

.zh_contact_note {
  background: linear-gradient(135deg, rgba(201, 150, 122, 0.08), rgba(212, 165, 116, 0.05));
  border-left: 4px solid #c9967a;
  border-radius: 0 15px 15px 0;
  padding: 30px;
}

.zh_note_content {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.zh_note_content i {
  font-size: 24px;
  color: #c9967a;
  flex-shrink: 0;
  margin-top: 2px;
}

.zh_note_text h4 {
  font-size: 18px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 10px;
}

.zh_note_content p,
.zh_note_text p {
  font-size: 15px;
  color: #7a6a5a;
  line-height: 1.7;
  margin-bottom: 8px;
}

/* 表单样式 */
.zh_merchant_section,
.zh_feedback_section {
  padding: 80px 0;
}

.zh_merchant_wrapper,
.zh_feedback_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.zh_merchant_info,
.zh_feedback_info {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(201, 150, 122, 0.1);
  border: 1px solid rgba(201, 150, 122, 0.1);
}

.zh_merchant_icon,
.zh_feedback_icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #c9967a, #d4a574);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(201, 150, 122, 0.3);
}

.zh_merchant_icon i,
.zh_feedback_icon i {
  font-size: 36px;
  color: #fff;
}

.zh_merchant_title,
.zh_feedback_title {
  font-size: 32px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 20px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
}

.zh_merchant_divider,
.zh_feedback_divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #c9967a, #d4a574);
  border-radius: 2px;
  margin-bottom: 25px;
}

.zh_merchant_text,
.zh_feedback_text {
  font-size: 16px;
  color: #7a6a5a;
  line-height: 1.8;
  margin-bottom: 15px;
}

.zh_merchant_benefits,
.zh_feedback_features {
  margin-top: 30px;
}

.zh_benefit_item,
.zh_feature_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 0;
  color: #5a4a3a;
  font-size: 16px;
  border-bottom: 1px solid rgba(201, 150, 122, 0.1);
}

.zh_benefit_item:last-child,
.zh_feature_item:last-child {
  border-bottom: none;
}

.zh_benefit_item i,
.zh_feature_item i {
  color: #c9967a;
  font-size: 18px;
  width: 24px;
}

.zh_merchant_form,
.zh_feedback_form {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  box-shadow: 0 10px 40px rgba(201, 150, 122, 0.1);
  border: 1px solid rgba(201, 150, 122, 0.1);
}

.zh_form_title {
  font-size: 28px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 10px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
}

.zh_form_subtitle {
  font-size: 15px;
  color: #a09080;
  margin-bottom: 30px;
}

.zh_tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.zh_tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 20px;
  background: rgba(201, 150, 122, 0.1);
  color: #8a7a6a;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

.zh_tab:hover {
  background: rgba(201, 150, 122, 0.2);
}

.zh_tab.active {
  background: linear-gradient(135deg, #c9967a, #d4a574);
  color: #fff;
  box-shadow: 0 6px 20px rgba(201, 150, 122, 0.3);
}

.zh_form_section {
  margin-bottom: 30px;
}

.zh_form_section_title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(201, 150, 122, 0.15);
}

.zh_form_section_title i {
  color: #c9967a;
}

.zh_form_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.zh_form_group {
  margin-bottom: 25px;
}

.zh_form_field {
  margin-bottom: 20px;
}

.zh_form_field_full {
  grid-column: 1 / -1;
}

.zh_form_label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 10px;
}

.zh_form_label i {
  color: #c9967a;
  font-size: 14px;
}

.zh_form_label .zh_required {
  color: #c9967a;
  margin-left: 4px;
}

.zh_form_input,
.zh_form_textarea,
.zh_form_select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid rgba(201, 150, 122, 0.2);
  border-radius: 12px;
  font-size: 15px;
  color: #5a4a3a;
  background: #fff;
  transition: all 0.3s ease;
  font-family: inherit;
}

.zh_form_input:focus,
.zh_form_textarea:focus,
.zh_form_select:focus {
  outline: none;
  border-color: #c9967a;
  box-shadow: 0 0 0 4px rgba(201, 150, 122, 0.1);
}

.zh_form_input::placeholder,
.zh_form_textarea::placeholder {
  color: #b0a090;
}

.zh_form_input.error,
.zh_form_textarea.error {
  border-color: #e07060;
}

.zh_form_textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

.zh_form_error {
  display: none;
  font-size: 13px;
  color: #e07060;
  margin-top: 6px;
}

.zh_form_hint {
  font-size: 13px;
  color: #a09080;
  margin-top: 6px;
}

.zh_form_upload {
  border: 2px dashed rgba(201, 150, 122, 0.3);
  border-radius: 12px;
  padding: 35px;
  text-align: center;
  transition: all 0.3s ease;
  background: rgba(201, 150, 122, 0.02);
}

.zh_form_upload:hover {
  border-color: #c9967a;
  background: rgba(201, 150, 122, 0.05);
}

.zh_form_file {
  display: none;
}

.zh_upload_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(135deg, #c9967a, #d4a574);
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 12px;
  font-weight: 500;
}

.zh_upload_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 150, 122, 0.35);
}

.zh_upload_text {
  font-size: 13px;
  color: #a09080;
}

.zh_form_agreement {
  margin: 30px 0;
  padding: 20px;
  background: rgba(201, 150, 122, 0.05);
  border-radius: 12px;
}

.zh_form_checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #7a6a5a;
}

.zh_form_checkbox input[type="checkbox"] {
  display: none;
}

.zh_checkbox_mark {
  width: 22px;
  height: 22px;
  border: 2px solid rgba(201, 150, 122, 0.4);
  border-radius: 6px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.zh_form_checkbox input[type="checkbox"]:checked + .zh_checkbox_mark {
  background: linear-gradient(135deg, #c9967a, #d4a574);
  border-color: #c9967a;
}

.zh_form_checkbox input[type="checkbox"]:checked + .zh_checkbox_mark::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -60%) rotate(45deg);
}

.zh_checkbox_text {
  flex: 1;
  line-height: 1.6;
}

.zh_agreement_link {
  color: #c9967a;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.zh_agreement_link:hover {
  color: #b8866a;
  text-decoration: underline;
}

.zh_form_buttons {
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

.zh_btn_submit,
.zh_btn_reset {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.zh_btn_submit {
  background: linear-gradient(135deg, #c9967a, #d4a574);
  color: #fff;
  box-shadow: 0 8px 25px rgba(201, 150, 122, 0.35);
}

.zh_btn_submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(201, 150, 122, 0.45);
}

.zh_btn_reset {
  background: #fff;
  color: #c9967a;
  border: 2px solid #c9967a;
}

.zh_btn_reset:hover {
  background: rgba(201, 150, 122, 0.08);
}

.zh_form_success {
  text-align: center;
  padding: 60px 40px;
}

.zh_success_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px;
  background: linear-gradient(135deg, #c9967a, #d4a574);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(201, 150, 122, 0.3);
}

.zh_success_icon i {
  font-size: 50px;
  color: #fff;
}

.zh_success_title {
  font-size: 28px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 15px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
}

.zh_success_message {
  font-size: 16px;
  color: #7a6a5a;
  line-height: 1.8;
  margin-bottom: 35px;
}

.zh_success_btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 35px;
  background: linear-gradient(135deg, #c9967a, #d4a574);
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(201, 150, 122, 0.3);
}

.zh_success_btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(201, 150, 122, 0.4);
}

/* 关于我们特殊样式 */
.zh_about_intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.zh_about_intro_content h2 {
  font-size: 36px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 20px;
  font-family: 'Playfair Display', 'Noto Serif SC', serif;
}

.zh_about_intro_content p {
  font-size: 16px;
  color: #7a6a5a;
  line-height: 1.9;
  margin-bottom: 15px;
}

.zh_about_intro_image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(201, 150, 122, 0.2);
}

.zh_about_intro_image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.zh_about_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.zh_about_feature {
  background: rgba(201, 150, 122, 0.05);
  border-radius: 16px;
  padding: 35px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.zh_about_feature:hover {
  background: #fff;
  box-shadow: 0 10px 40px rgba(201, 150, 122, 0.15);
  transform: translateY(-5px);
}

.zh_about_feature_icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #c9967a, #d4a574);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zh_about_feature_icon i {
  font-size: 28px;
  color: #fff;
}

.zh_about_feature h4 {
  font-size: 18px;
  font-weight: 600;
  color: #5a4a3a;
  margin-bottom: 10px;
}

.zh_about_feature p {
  font-size: 14px;
  color: #8a7a6a;
  line-height: 1.7;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .zh_contact_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .zh_about_features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .zh_page_title {
    font-size: 40px;
  }

  .zh_merchant_wrapper,
  .zh_feedback_wrapper {
    grid-template-columns: 1fr;
  }

  .zh_contact_grid {
    grid-template-columns: 1fr;
  }

  .zh_form_grid {
    grid-template-columns: 1fr;
  }

  .zh_about_intro {
    grid-template-columns: 1fr;
  }

  .zh_about_intro_image {
    order: -1;
  }

  .zh_about_intro_image img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .zh_container {
    padding: 0 20px;
  }

  .zh_breadcrumb {
    margin-top: 70px;
  }

  .zh_page_header {
    padding: 80px 0 70px;
  }

  .zh_page_title {
    font-size: 32px;
    letter-spacing: 1px;
  }

  .zh_page_subtitle {
    font-size: 16px;
  }

  .zh_content_section,
  .zh_contact_section,
  .zh_merchant_section,
  .zh_feedback_section {
    padding: 50px 0;
  }

  .zh_content_wrapper {
    padding: 30px;
    border-radius: 15px;
  }

  .zh_content_box h2 {
    font-size: 24px;
  }

  .zh_merchant_info,
  .zh_feedback_info,
  .zh_merchant_form,
  .zh_feedback_form {
    padding: 30px 25px;
  }

  .zh_form_buttons {
    flex-direction: column;
  }

  .zh_about_features {
    grid-template-columns: 1fr;
  }

  .zh_contact_card {
    padding: 35px 25px;
  }
}

@media (max-width: 480px) {
  .zh_page_title {
    font-size: 28px;
  }

  .zh_form_title {
    font-size: 24px;
  }

  .zh_merchant_title,
  .zh_feedback_title {
    font-size: 26px;
  }

  .zh_tabs {
    flex-direction: column;
  }
}
