/* 양도양수 하위 페이지 공통(임시) — 디자인 개편 시 교체 예정 */
.tsub { background: #fff; }
.tsub-hero {
  position: relative;
  padding: 132px 24px 72px;
  text-align: center;
  background:
    radial-gradient(circle at 82% 22%, rgba(0,102,204,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f5f5f7 100%);
}
.tsub-eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .14em; color: #0066cc; margin-bottom: 14px; }
.tsub-hero h1 { margin: 0; font-size: clamp(28px, 4vw, 44px); font-weight: 850; letter-spacing: -0.04em; color: #1d1d1f; }
.tsub-lead { max-width: 620px; margin: 18px auto 0; color: #424245; font-size: 17px; line-height: 1.7; word-break: keep-all; }
.tsub-body { max-width: 900px; margin: 0 auto; padding: 56px 24px 96px; }
.tsub-note { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; padding: 12px 20px; border-radius: 999px; background: #f0f4fb; color: #0066cc; font-size: 14px; font-weight: 700; }
.tsub-cta { margin-top: 30px; }
.tsub-cta a { display: inline-block; background: #0066cc; color: #fff; font-weight: 800; font-size: 15px; padding: 13px 26px; border-radius: 12px; text-decoration: none; transition: background .16s ease; }
.tsub-cta a:hover { background: #0055b3; }
@media (max-width: 900px) { .tsub-hero { padding-top: 108px; } }
