/* ============================================================
   聯絡我們頁樣式
   ============================================================ */

/* 聯絡資訊卡片 */
.contact-info-row {
  margin-bottom: 0;
}

.contact-info-card {
  background: #fff;
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.contact-info-card:hover {
  border-color: var(--gold-2);
  box-shadow: var(--shadow-gold);
  transform: translateY(-3px);
}

.cic-icon {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold-4));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin: 0 auto 16px;
}

.contact-info-card h5 {
  font-family: 'Noto Serif HK', serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--text-dark);
  margin: 0 0 10px;
}

.contact-info-card p {
  font-size: 15px;
  color: var(--text-light);
  margin-bottom: 4px;
  line-height: 1.6;
}

.contact-info-card a {
  color: var(--gold-2);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info-card a:hover {
  color: var(--gold-1);
}

.cic-note {
  font-size: 13px !important;
  color: var(--text-muted) !important;
}

/* 聯絡表格 */
.contact-form {
  margin-top: 24px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 8px;
  display: block;
}

.required {
  color: #ef4444;
}

.contact-form .form-control {
  border: 1px solid rgba(208, 188, 101, 0.3);
  border-radius: 4px;
  height: 46px;
  font-size: 15px;
  font-family: 'Noto Sans HK', sans-serif;
  color: var(--text-dark);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.contact-form textarea.form-control {
  height: auto;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(208, 188, 101, 0.15);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: var(--text-muted);
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-light);
  cursor: pointer;
  font-weight: 400 !important;
}

.checkbox-label input {
  margin-top: 3px;
  flex-shrink: 0;
}

.btn-lg-gold {
  padding: 14px 36px !important;
  font-size: 16px !important;
}

/* 成功提示 */
.contact-success {
  text-align: center;
  padding: 48px 24px;
  background: #fff;
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 10px;
  margin-top: 24px;
}

.success-icon {
  font-size: 56px;
  color: #22c55e;
  margin-bottom: 20px;
}

.contact-success h4 {
  font-family: 'Noto Serif HK', serif;
  font-weight: 300;
  font-size: 24px;
  color: var(--text-dark);
  margin-bottom: 12px;
}

.contact-success p {
  font-size: 16px;
  color: var(--text-light);
}

/* 地圖佔位 */
.map-placeholder {
  height: 220px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.map-placeholder iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.map-overlay {
  position: relative;
  text-align: center;
  color: #fff;
}

.map-overlay i {
  font-size: 36px;
  color: var(--gold-1);
  display: block;
  margin-bottom: 10px;
}

.map-overlay p {
  font-family: 'Noto Serif HK', serif;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 4px;
}

.map-overlay span {
  font-size: 14px;
  color: rgba(228, 226, 223, 0.65);
}

/* 社交媒體 */
.social-card {
  background: #fff;
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.social-card h5 {
  font-family: 'Noto Serif HK', serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--text-dark);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-gold);
}

.social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.social-link i {
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.social-link.facebook {
  background: rgba(24, 119, 242, 0.08);
  color: #1877f2;
  border-color: rgba(24, 119, 242, 0.2);
}

.social-link.facebook:hover {
  background: rgba(24, 119, 242, 0.15);
}

.social-link.instagram {
  background: rgba(225, 48, 108, 0.08);
  color: #e1306c;
  border-color: rgba(225, 48, 108, 0.2);
}

.social-link.instagram:hover {
  background: rgba(225, 48, 108, 0.15);
}

.social-link.whatsapp {
  background: rgba(37, 211, 102, 0.08);
  color: #25d366;
  border-color: rgba(37, 211, 102, 0.2);
}

.social-link.whatsapp:hover {
  background: rgba(37, 211, 102, 0.15);
}

.social-link.linkedin {
  background: rgba(10, 102, 194, 0.08);
  color: #0a66c2;
  border-color: rgba(10, 102, 194, 0.2);
}

.social-link.linkedin:hover {
  background: rgba(10, 102, 194, 0.15);
}

/* 快速連結 */
.quick-links-card {
  background: #fff;
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 20px;
}

.quick-links-card h5 {
  font-family: 'Noto Serif HK', serif;
  font-weight: 400;
  font-size: 17px;
  color: var(--text-dark);
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-gold);
}

.quick-link-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(208, 188, 101, 0.1);
  color: var(--text-dark);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.quick-link-item:last-child {
  border-bottom: none;
}

.quick-link-item i:first-child {
  color: var(--gold-2);
  width: 18px;
  text-align: center;
}

.quick-link-item:hover {
  color: var(--gold-2);
}

.ml-auto {
  margin-left: auto;
  color: var(--text-muted);
  font-size: 14px;
}

/* 響應式 */
@media (max-width: 767px) {
  .contact-info-card {
    padding: 20px 16px;
  }

  .map-placeholder {
    height: 160px;
    margin-top: 24px;
  }

  .social-links {
    grid-template-columns: 1fr 1fr;
  }
}
