/* ════ #targets 适用对象（P08 · 源 App.tsx L1217-1387 1:1）════ */

.sec-targets {
  position: relative;
  padding-block: 64px;
  padding-inline: var(--section-px);
  background: #F8F7F5;
  overflow: hidden;
}
@media (min-width: 1024px) { .sec-targets { padding-block: 112px; } }

/* 装饰大字水印 WHO：右溢出 40px，纯装饰 */
.t-watermark {
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%);
  pointer-events: none; user-select: none;
  font-family: var(--font-latin); font-weight: 800;
  font-size: clamp(180px, 22vw, 320px);
  line-height: 1; letter-spacing: -0.04em;
  color: rgba(0, 0, 0, 0.028);
}

.t-inner { position: relative; max-width: 1100px; margin-inline: auto; }

/* ── 头行：胶囊 + H2 + lg 副题 ── */
.t-head { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
@media (min-width: 1024px) {
  .t-head { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 56px; }
}

.t-pill {
  display: inline-flex; align-items: center; gap: 8px;
  margin-bottom: 16px; padding: 6px 14px; border-radius: 999px;
  font-size: 11.5px; font-weight: 600;
  background: #FFF2EB; color: #C44000; border: 1px solid #FFDABF;
}
.t-pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--c-brand); animation: blink 2.4s infinite; }

.t-title {
  font-family: var(--font-latin); font-weight: 700;
  font-size: clamp(26px, 4vw, 50px); line-height: 1.35; letter-spacing: -0.03em;
  color: #111;
}
.t-title span { color: var(--c-brand); }

.t-sub { display: none; }
@media (min-width: 1024px) {
  .t-sub { display: block; max-width: 300px; margin-bottom: 4px; border-left: 2px solid #FFD0B0; padding-left: 16px; }
}
.t-sub p { font-size: 15px; line-height: 1.85; color: #666; }
.t-sub b { font-weight: 600; color: #555; }

/* ── 非对称网格：featured 大卡 + 右列两小卡 ── */
.t-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 1024px) { .t-grid { grid-template-columns: 1.15fr 0.85fr; } }

/* 卡基类（Single Sink：三卡共用） */
.tcard {
  position: relative; display: flex; flex-direction: column;
  overflow: hidden; background: #fff;
  border: 1.5px solid #EDE9E4; border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 12px 40px rgba(0, 0, 0, 0.05);
}
.tstripe { height: 4px; width: 100%; }
.tstripe-orange  { background: linear-gradient(90deg, #FF5200, #FF8C42); }
.tstripe-purple  { background: linear-gradient(90deg, #6366F1, #818CF8); }
.tstripe-green   { background: linear-gradient(90deg, #10B981, #34D399); }

/* ── featured 卡 ── */
.tcard-feat { min-height: 340px; }
.tcard-feat .tcard-body {
  display: flex; flex-direction: column; flex: 1;
  position: relative; padding: 20px;
}
@media (min-width: 1024px) { .tcard-feat .tcard-body { padding: 36px; } }

.t-num {
  position: absolute; bottom: 16px; right: 24px;
  pointer-events: none; user-select: none;
  font-family: var(--font-latin); font-weight: 700;
  font-size: 120px; line-height: 1; letter-spacing: -0.04em;
  color: rgba(255, 82, 0, 0.06);
}

.tcard-top { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 28px; }
.t-icon {
  display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 16px; font-size: 24px; flex-shrink: 0;
  background: linear-gradient(135deg, #FFF0E5, #FFE4CC); border: 1.5px solid #FFDEC8;
}
.t-badge {
  font-size: 11px; font-weight: 700; letter-spacing: 0.025em;
  padding: 6px 12px; border-radius: 999px;
  background: #FFF2EB; color: #C44000; border: 1px solid #FFDABF;
}

.t-eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; margin-bottom: 8px; color: var(--c-brand);
}
.tcard-title {
  font-family: var(--font-latin); font-weight: 700; line-height: 1.25;
  font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.02em;
  color: #111; margin-bottom: 8px;
}
.tcard-text { font-size: 14.5px; line-height: 1.625; color: #555; max-width: 380px; margin-bottom: 28px; }

.t-tags { display: flex; flex-wrap: nowrap; gap: 6px; margin-bottom: 32px; }
.t-tags span {
  font-size: 11px; font-weight: 500; padding: 6px 10px; border-radius: 999px; white-space: nowrap;
  background: #FFF6F1; color: #CC4400; border: 1px solid #FFDEC8;
}

.tcard-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: auto; padding-top: 24px; border-top: 1px solid #F0EDE8;
}
.t-avatars { display: flex; }
.t-avatars .t-av { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; }   /* 源 L1304-1311 img；.t-av-more 为 span 不受 object-fit 影响 */
.t-avatars .t-av + .t-av { margin-left: -8px; }
.t-av-more { display: flex; align-items: center; justify-content: center; background: #F0EDE8; color: #888; font-size: 9px; font-weight: 700; }

/* 区块 CTA（两处同款，Single Sink） */
.tcta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px; border: 0; border-radius: 12px; cursor: pointer;
  font-size: 13.5px; font-weight: 600; color: #fff; white-space: nowrap;
  background: var(--c-brand);
  box-shadow: 0 4px 16px rgba(255, 82, 0, 0.28);
  transition: filter 0.2s ease, transform 0.1s ease;
}
.tcta:hover { filter: brightness(1.05); }
.tcta:active { transform: scale(0.98); }

/* ── 右列两小卡（移动 2 列 / ≥1024 单列堆叠）── */
.t-side { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (min-width: 1024px) { .t-side { grid-template-columns: 1fr; } }

.tcard-sm { border-radius: 16px; }
@media (min-width: 1024px) { .tcard-sm { border-radius: 24px; } }
.tcard-sm .tcard-body { display: flex; flex-direction: column; flex: 1; padding: 16px; }
@media (min-width: 1024px) { .tcard-sm .tcard-body { padding: 28px; } }

.tcard-sm-head { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
@media (min-width: 1024px) { .tcard-sm-head { gap: 12px; margin-bottom: 20px; } }

.t-icon-sm {
  display: flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 12px; font-size: 18px; flex-shrink: 0;
}
@media (min-width: 1024px) { .t-icon-sm { width: 44px; height: 44px; font-size: 20px; } }
.t-icon-purple { background: linear-gradient(135deg, #EEF2FF, #E0E7FF); border: 1.5px solid #C7D2FE; }
.t-icon-green  { background: linear-gradient(135deg, #ECFDF5, #D1FAE5); border: 1.5px solid #A7F3D0; }

.t-eyebrow-sm { font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 2px; }
@media (min-width: 1024px) { .t-eyebrow-sm { font-size: 10px; } }
.t-eyebrow-purple { color: #6366F1; }
.t-eyebrow-green  { color: #059669; }

.tcard-sm-title {
  font-family: var(--font-latin); font-weight: 700; line-height: 1.25;
  font-size: 13px; letter-spacing: -0.01em; color: #111;
}
@media (min-width: 1024px) { .tcard-sm-title { font-size: 17px; } }
.tcard-sm-text { font-size: 12px; line-height: 1.625; color: #666; }
@media (min-width: 1024px) { .tcard-sm-text { font-size: 14px; } }

/* ── 底咨询条 ── */
.t-strip {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 12px; margin-top: 32px; padding: 20px; border-radius: 16px; text-align: center;
  background: #fff; border: 1.5px solid #EDE9E4;
}
.t-strip p { font-size: 14px; line-height: 1.375; color: #555; }
@media (min-width: 640px) { .t-strip p { font-size: 15px; } }
.t-strip b { font-weight: 600; color: #111; }

@media (hover: none) {
  .tcta:hover { filter: none; }
  .tcta:active { transform: none; }
}
