/* ============================================================
   page-lianxi-women.css — 联系我们 · Split contact
   ============================================================ */

#page-lianxi a.lxc-inline,
#page-lianxi .lxc-method__action {
  text-decoration: none;
}

#page-lianxi .lxc-inline:hover {
  text-decoration: underline;
}

/* ── 50/50 split layout ────────────────────────────────────── */

.lxc-split {
  display: grid;
  grid-template-columns: 1fr;
  min-height: calc(100vh - var(--nav-height, 4rem));
  padding-bottom: 0 !important;
}

@media (min-width: 900px) {
  .lxc-split {
    grid-template-columns: 1fr 1fr;
  }
}

/* Left colored panel */
.lxc-split__left {
  display: flex;
  align-items: center;
  background: linear-gradient(160deg, #1e3a8a 0%, #1d4ed8 45%, #2563eb 100%);
  color: #fff;
  padding: 2.5rem 1.5rem;
}

@media (min-width: 900px) {
  .lxc-split__left {
    position: sticky;
    top: var(--nav-height, 4rem);
    align-self: start;
    min-height: calc(100vh - var(--nav-height, 4rem));
    padding: 3rem 2.5rem;
  }
}

.lxc-split__left-inner {
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
}

.lxc-split__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.lxc-split__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.lxc-split__lede {
  margin: 0 0 2rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.lxc-split__contact-block {
  margin-bottom: 1.75rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.lxc-split__contact-label {
  margin: 0 0 0.375rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.lxc-split__email {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

.lxc-split__email:hover {
  text-decoration: underline;
}

.lxc-split__hours {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.lxc-split__hours-row {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

.lxc-split__hours-row i {
  flex-shrink: 0;
  margin-top: 0.125rem;
  opacity: 0.75;
}

.lxc-split__hours-row strong {
  font-weight: 600;
  color: #fff;
}

/* Right panel */
.lxc-split__right {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1.5rem 3rem;
  background: #f8fafc;
}

@media (min-width: 900px) {
  .lxc-split__right {
    padding: 3rem 2.5rem 3.5rem;
  }
}

/* Contact method cards */
.lxc-method {
  padding: 1.375rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lxc-method:hover {
  border-color: #cbd5e1;
  box-shadow: 0 4px 20px -8px rgba(15, 23, 42, 0.1);
}

.lxc-method--ticket {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 40%);
}

.lxc-method__head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.lxc-method__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  color: #2563eb;
  flex-shrink: 0;
}

.lxc-method__ico--blue {
  background: #eff6ff;
  color: #2563eb;
}

.lxc-method__ico--violet {
  background: #f5f3ff;
  color: #7c3aed;
}

.lxc-method__ico--emerald {
  background: #ecfdf5;
  color: #059669;
}

.lxc-method h2 {
  margin: 0 0 0.25rem;
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'PingFang SC', sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #0f172a;
}

.lxc-method__head p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #64748b;
}

.lxc-method__note {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  color: #94a3b8;
}

.lxc-method__email {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #2563eb;
}

.lxc-muted {
  margin: 0.375rem 0 0;
  font-size: 0.8125rem;
  color: #94a3b8;
}

.lxc-method__action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.lxc-method__action--primary {
  padding: 0.6875rem 1.25rem;
  border-radius: 0.5rem;
  background: #2563eb;
  color: #fff;
  box-shadow: 0 6px 20px -8px rgba(37, 99, 235, 0.55);
}

.lxc-method__action--primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
}

.lxc-method__action--link {
  color: #2563eb;
}

.lxc-method__action--link:hover {
  color: #1d4ed8;
}

/* Tips block */
.lxc-tips-block {
  margin-top: 0.5rem;
  padding: 1.375rem 1.5rem;
  border-radius: 0.875rem;
  border: 1px dashed #cbd5e1;
  background: #fff;
}

.lxc-tips-block h2 {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #0f172a;
}

.lxc-tips {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 640px) {
  .lxc-tips {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
  }
}

.lxc-tips li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #475569;
}

.lxc-tips i {
  color: #2563eb;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.lxc-split__footer {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #64748b;
}

.lxc-split__footer .lxc-inline {
  color: #2563eb;
  font-weight: 500;
}

@media (prefers-reduced-motion: reduce) {
  .lxc-method__action--primary:hover {
    transform: none;
  }
}
