/* =========================================================
   contact.css（白底轻科技 + 卡片/条目 + 弹窗）
========================================================= */

:root{
  --ct-text: rgba(15,23,42,.92);
  --ct-muted: rgba(15,23,42,.58);
  --ct-line: rgba(15,23,42,.12);
  --ct-card: rgba(255,255,255,.94);
  --ct-shadow: 0 16px 44px rgba(15,23,42,.10);
  --ct-shadow2: 0 24px 66px rgba(0,0,0,.28);
}

.is-hidden{ display:none !important; }

.ct-page{
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(83,215,255,.14), transparent 55%),
    radial-gradient(820px 520px at 88% 10%, rgba(178,140,255,.12), transparent 55%),
    linear-gradient(180deg, #ffffff, #f6f8fc);
  color: var(--ct-text);
}

.ct-wrap{
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 44px;
}

/* ===== Hero ===== */
.ct-heroCard{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--ct-line);
  border-radius: 18px;
  box-shadow: var(--ct-shadow);
  padding: 18px;
}

.ct-title{
  margin:0;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
}

.ct-lead{
  margin: 10px 0 0;
  line-height: 1.65;
  color: rgba(15,23,42,.60);
  font-size: 14px;
  font-weight: 650;
}

.ct-badges{
  margin-top: 12px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ct-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--ct-line);
  background: rgba(255,255,255,.86);
  color: rgba(15,23,42,.72);
  font-weight: 800;
  font-size: 12.5px;
}
.ct-badge i{
  width:10px;height:10px;border-radius:999px;
  background: rgba(83,215,255,.95);
  box-shadow: 0 0 0 3px rgba(83,215,255,.18);
  display:inline-block;
}
.ct-badge--v i{
  background: rgba(178,140,255,.95);
  box-shadow: 0 0 0 3px rgba(178,140,255,.18);
}
.ct-badge--g i{
  background: rgba(0,179,255,.85);
  box-shadow: 0 0 0 3px rgba(0,179,255,.14);
}

.ct-heroRight{
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(248,250,252,.92);
  border-radius: 16px;
  padding: 12px;
}

.ct-kpis{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.ct-kpi{
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.90);
  border-radius: 14px;
  padding: 10px;
}
.ct-kpiLabel{
  font-size: 12px;
  color: rgba(15,23,42,.55);
  font-weight: 800;
}
.ct-kpiValue{
  margin-top: 6px;
  font-size: 14px;
  font-weight: 900;
}
.ct-link{
  text-decoration: none;
  color: rgba(15,23,42,.92);
  font-weight: 900;
  border-bottom: 1px dashed rgba(15,23,42,.28);
}

.ct-miniNote{
  margin-top: 10px;
  color: rgba(15,23,42,.52);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.55;
}

/* ===== Controls ===== */
.ct-controls{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items:center;
  justify-content: space-between;
  margin-top: 14px;
}

.ct-search{
  flex: 1 1 360px;
  display:flex;
  align-items:center;
  gap: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(15,23,42,.14);
  box-shadow: 0 10px 28px rgba(15,23,42,.08);
  padding: 10px 12px;
}

.ct-searchIcon{ font-weight: 900; color: rgba(15,23,42,.55); }

.ct-search input{
  width: 100%;
  border:none;
  outline:none;
  background: transparent;
  color: rgba(15,23,42,.88);
  font-weight: 700;
  font-size: 14px;
}

.ct-actions{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.ct-viewSwitch{ display:inline-flex; gap:10px; }

.ct-btn{
  cursor: pointer;
  border-radius: 999px;
  padding: 10px 12px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(248,250,252,.90);
  box-shadow: 0 10px 28px rgba(15,23,42,.08);
  color: rgba(15,23,42,.82);
  font-weight: 850;
  font-size: 13px;
  transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;
}
.ct-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(83,215,255,.75);
  box-shadow: 0 14px 34px rgba(83,215,255,.16);
}
.ct-viewBtn.is-active{
  border-color: rgba(83,215,255,.85);
  background: rgba(83,215,255,.14);
}

/* ===== Meta ===== */
.ct-meta{
  margin-top: 12px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap:12px;
  flex-wrap:wrap;
}
.ct-count{
  display:inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.92);
  font-weight: 850;
  color: rgba(15,23,42,.72);
  font-size: 12.5px;
}
.ct-hint{
  color: rgba(15,23,42,.50);
  font-size: 12.5px;
  font-weight: 650;
}

/* ===== Cards ===== */
.ct-grid{
  margin-top: 12px;
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}
.ct-card{
  grid-column: span 4;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.12);
  background: var(--ct-card);
  box-shadow: var(--ct-shadow);
  padding: 14px;
  cursor:pointer;
  transition: transform .14s ease, box-shadow .14s ease, border-color .14s ease;
}
.ct-card:hover{
  transform: translateY(-2px);
  border-color: rgba(83,215,255,.60);
  box-shadow: 0 22px 56px rgba(83,215,255,.12);
}

.ct-topline{
  display:flex;
  justify-content: space-between;
  gap:10px;
  align-items:flex-start;
}
.ct-type{
  display:inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(83,215,255,.26);
  background: rgba(83,215,255,.10);
  font-weight: 900;
  font-size: 12px;
  color: rgba(15,23,42,.76);
}
.ct-chip{
  display:inline-flex;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(248,250,252,.92);
  font-weight: 900;
  font-size: 12px;
  color: rgba(15,23,42,.72);
}

.ct-label{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 950;
}
.ct-value{
  margin-top: 6px;
  color: rgba(15,23,42,.66);
  font-weight: 750;
  font-size: 13.5px;
  line-height: 1.55;
  word-break: break-word;
}

.ct-foot{
  margin-top: 12px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap:10px;
  padding-top: 10px;
  border-top: 1px solid rgba(15,23,42,.08);
}
.ct-mini{
  color: rgba(15,23,42,.56);
  font-weight: 800;
  font-size: 12.5px;
}
.ct-cta{
  font-weight: 900;
  color: rgba(15,23,42,.86);
  font-size: 12.5px;
}

/* ===== List/Table ===== */
.ct-listWrap{ margin-top: 12px; }

.ct-table{
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.92);
  box-shadow: var(--ct-shadow);
  overflow:hidden;
}
.ct-thead,
.ct-row{
  display:grid;
  grid-template-columns: 170px 1.9fr 140px;
  gap: 10px;
  align-items:center;
}
.ct-thead{
  padding: 12px 14px;
  background: rgba(248,250,252,.92);
  border-bottom: 1px solid rgba(15,23,42,.10);
  font-weight: 950;
  color: rgba(15,23,42,.72);
  font-size: 12.5px;
}
.ct-row{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(15,23,42,.06);
  cursor:pointer;
  transition: background .12s ease;
}
.ct-row:hover{ background: rgba(83,215,255,.08); }

.ct-openBtn{
  justify-self:end;
  border-radius: 999px;
  padding: 8px 10px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.86);
  font-weight: 900;
  font-size: 12.5px;
}

/* ===== Modal ===== */
.ct-zoomOverlay{
  position: fixed;
  inset: 0;
  z-index: 999;
  display:none;
  align-items:center;
  justify-content:center;
  padding: 18px;
  background: rgba(2,6,23,.42);
  backdrop-filter: blur(10px);
}
.ct-zoomOverlay.is-open{ display:flex; }

.ct-zoomCard{
  width: min(980px, 100%);
  max-height: 86vh;
  border-radius: 22px;
  position: relative;
  border: 1px solid rgba(255,255,255,.25);
  background:
    radial-gradient(900px 520px at 14% 10%, rgba(83,215,255,.30), transparent 55%),
    radial-gradient(820px 520px at 86% 12%, rgba(178,140,255,.26), transparent 55%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,250,252,.92));
  box-shadow: var(--ct-shadow2);
  overflow:hidden;
}

.ct-zoomGlow{
  position:absolute;
  inset:-2px;
  pointer-events:none;
  background:
    radial-gradient(680px 240px at 18% 16%, rgba(83,215,255,.26), transparent 60%),
    radial-gradient(620px 240px at 82% 14%, rgba(178,140,255,.22), transparent 60%);
}

.ct-zoomHead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.45);
  backdrop-filter: blur(12px);
}
.ct-zoomTitle{ margin:0; font-weight:950; font-size: 16.5px; }
.ct-zoomMeta{ margin-top: 6px; display:flex; flex-wrap:wrap; gap:8px; }
.ct-zoomPill{
  display:inline-flex;
  align-items:center;
  border-radius: 999px;
  padding: 6px 10px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.78);
  color: rgba(15,23,42,.70);
  font-weight: 850;
  font-size: 12.5px;
}

.ct-zoomClose{
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.80);
  color: rgba(15,23,42,.78);
  font-weight: 950;
  cursor:pointer;
}

.ct-zoomBody{
  padding: 14px 16px 16px;
  overflow:auto;
  max-height: calc(86vh - 68px);
}

.ct-section{
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 30px rgba(15,23,42,.08);
  padding: 12px;
  margin-bottom: 12px;
}
.ct-sectionTitle{ font-weight:950; font-size:13px; }
.ct-sectionText{
  margin-top: 8px;
  color: rgba(15,23,42,.82);
  font-weight: 700;
  line-height: 1.72;
  font-size: 13.5px;
  white-space: pre-line;
  word-break: break-word;
}

.ct-miniActions{
  margin-top: 10px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.ct-miniBtn{
  cursor:pointer;
  border-radius: 999px;
  padding: 9px 10px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(248,250,252,.92);
  font-weight: 900;
  font-size: 12.5px;
  box-shadow: 0 10px 26px rgba(15,23,42,.08);
}

.ct-notes{ border-style: dashed; background: rgba(248,250,252,.86); }
.ct-list{
  margin: 8px 0 0;
  padding-left: 18px;
  color: rgba(15,23,42,.76);
  font-weight: 650;
  line-height: 1.72;
  font-size: 13px;
}
.ct-list li{ margin: 6px 0; }

.ct-foot{
  margin-top: 4px;
  display:grid;
  gap: 10px;
  padding: 12px;
  border-radius: 16px;
  border: 1px dashed rgba(15,23,42,.18);
  background: rgba(248,250,252,.92);
}

.ct-disclaimer{
  color: rgba(15,23,42,.55);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.6;
}

.ct-ctaRow{
  display:flex;
  gap: 10px;
  justify-content:flex-end;
  flex-wrap: wrap;
}
.ct-ctaBtn{
  cursor:pointer;
  border-radius: 999px;
  padding: 10px 12px;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(255,255,255,.88);
  color: rgba(15,23,42,.82);
  font-weight: 900;
  font-size: 13px;
  box-shadow: 0 10px 28px rgba(15,23,42,.08);
  text-decoration:none;
}
.ct-ctaBtn--ghost{ background: rgba(248,250,252,.92); }

/* ===== Responsive ===== */
@media (max-width: 1000px){
  .ct-heroCard{ grid-template-columns: 1fr; }
  .ct-card{ grid-column: span 6; }
}
@media (max-width: 680px){
  .ct-card{ grid-column: span 12; }
}
@media (max-width: 860px){
  .ct-thead{ display:none; }
  .ct-row{ grid-template-columns: 1fr; gap: 6px; }
  .ct-openBtn{ justify-self:start; }
}
