/* ============================================================
   专业变现力测评 · 样式（白底 + 深蓝 #0F2C5C + 香槟金 #B89968）
   ============================================================ */

:root {
  --navy: #0F2C5C;
  --navy-2: #16397a;
  --navy-ink: #0a1f42;
  --gold: #B89968;
  --gold-2: #d4bd93;
  --gold-deep: #9a7c4d;
  --bg: #f7f5f1;
  --card: #ffffff;
  --ink: #1e2430;
  --muted: #6b7280;
  --line: #e7e2d8;
  --radius: 14px;
  --shadow: 0 6px 24px rgba(15, 44, 92, .08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }

/* ---------- 顶部导航 ---------- */
.qnav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.qnav-in { max-width: 1080px; margin: 0 auto; padding: 12px 22px; display: flex; align-items: center; gap: 14px; }
.qnav-logo { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--gold); object-fit: cover; }
.qnav-brand { font-weight: 700; color: var(--navy); font-size: 15px; letter-spacing: .5px; }
.qnav-brand small { display: block; font-size: 11px; color: var(--muted); font-weight: 400; letter-spacing: 0; }
.qnav-links { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.qnav-links a { padding: 7px 13px; font-size: 14px; color: #3c4356; border-radius: 8px; transition: .2s; }
.qnav-links a:hover { color: var(--navy); background: #f0ede5; }
.qnav-links a.on { color: var(--navy); font-weight: 600; }
.qnav-cta {
  background: var(--navy); color: #fff !important; padding: 8px 16px !important;
  border-radius: 999px !important; font-weight: 600;
}
.qnav-cta:hover { background: var(--navy-2) !important; }
@media (max-width: 720px) { .qnav-links a:not(.qnav-cta) { display: none; } }

/* ---------- 通用 ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 30px; border-radius: 999px; font-size: 15px; font-weight: 600;
  transition: transform .15s, box-shadow .2s, background .2s;
}
.btn:active { transform: scale(.97); }
.btn-gold { background: linear-gradient(135deg, #c9ab7b, var(--gold)); color: #fff; box-shadow: 0 6px 18px rgba(184,153,104,.4); }
.btn-gold:hover { box-shadow: 0 8px 24px rgba(184,153,104,.55); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--navy); background: #fff; }
.btn-ghost:hover { border-color: var(--gold); }
.btn-sm { padding: 9px 20px; font-size: 13.5px; }

.sec { padding: 64px 0; }
.sec-kicker { color: var(--gold-deep); font-size: 13px; font-weight: 700; letter-spacing: 3px; text-align: center; }
.sec-title { text-align: center; font-size: 30px; color: var(--navy); font-weight: 800; margin: 8px 0 10px; }
.sec-sub { text-align: center; color: var(--muted); font-size: 15px; max-width: 640px; margin: 0 auto; }

/* ---------- 首页 hero ---------- */
.hero {
  background:
    radial-gradient(900px 420px at 50% -120px, rgba(184,153,104,.20), transparent 60%),
    linear-gradient(180deg, var(--navy-ink) 0%, var(--navy) 78%, #12305f 100%);
  color: #fff; text-align: center; padding: 74px 22px 84px;
  position: relative; overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(1.5px 1.5px at 12% 30%, rgba(255,255,255,.5), transparent),
    radial-gradient(1px 1px at 32% 14%, rgba(255,255,255,.4), transparent),
    radial-gradient(1.5px 1.5px at 68% 22%, rgba(255,255,255,.45), transparent),
    radial-gradient(1px 1px at 84% 40%, rgba(255,255,255,.35), transparent),
    radial-gradient(1.5px 1.5px at 48% 8%, rgba(255,255,255,.4), transparent);
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(184,153,104,.55); color: var(--gold-2);
  font-size: 12.5px; letter-spacing: 2px; padding: 6px 18px; border-radius: 999px; margin-bottom: 26px;
}
.hero-logo { width: 86px; height: 86px; border-radius: 50%; border: 3px solid var(--gold); margin: 0 auto 22px; box-shadow: 0 0 34px rgba(184,153,104,.45); object-fit: cover; }
.hero h1 { font-size: 44px; font-weight: 900; letter-spacing: 2px; }
.hero h1 em { font-style: normal; color: var(--gold-2); }
.hero-en { color: rgba(255,255,255,.5); letter-spacing: 4px; font-size: 13px; margin-top: 8px; text-transform: uppercase; }
.hero-sub { color: rgba(255,255,255,.82); font-size: 16.5px; margin-top: 18px; }
.hero-stats { display: flex; justify-content: center; gap: 34px; margin-top: 30px; flex-wrap: wrap; position: relative; z-index: 1; }
.hero-stats div { text-align: center; }
.hero-stats b { display: block; font-size: 24px; color: var(--gold-2); font-weight: 800; }
.hero-stats span { font-size: 12.5px; color: rgba(255,255,255,.62); }
@media (max-width: 640px) { .hero h1 { font-size: 32px; } }

/* ---------- 版本选择卡 ---------- */
.versions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; }
.ver-card {
  background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; text-align: left; transition: .22s; position: relative; display: block; width: 100%;
}
.ver-card:hover { border-color: var(--gold); box-shadow: var(--shadow); transform: translateY(-3px); }
.ver-card .v-n { font-size: 40px; font-weight: 900; color: var(--navy); line-height: 1; }
.ver-card .v-n small { font-size: 15px; font-weight: 600; color: var(--gold-deep); margin-left: 4px; }
.ver-card h3 { color: var(--navy); font-size: 18px; margin: 12px 0 6px; }
.ver-card p { color: var(--muted); font-size: 13.5px; min-height: 44px; }
.ver-card .v-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; padding-top: 14px; border-top: 1px dashed var(--line); }
.ver-card .v-time { font-size: 12.5px; color: var(--gold-deep); font-weight: 600; }
.ver-card .v-go { font-size: 13.5px; color: var(--navy); font-weight: 700; }
.ver-card.rec { border-color: var(--gold); }
.ver-card.rec::before {
  content: "推荐"; position: absolute; top: -11px; right: 18px;
  background: var(--gold); color: #fff; font-size: 11.5px; padding: 3px 12px; border-radius: 999px; letter-spacing: 1px;
}
@media (max-width: 820px) { .versions { grid-template-columns: 1fr; } }

/* ---------- 测评说明条 ---------- */
.how { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.how div { background: #fbfaf7; border: 1px solid var(--line); border-radius: 12px; padding: 18px 16px; text-align: center; }
.how b { display: block; color: var(--navy); font-size: 15px; margin-bottom: 4px; }
.how span { font-size: 12.5px; color: var(--muted); }
.how i { display: block; font-style: normal; font-size: 22px; margin-bottom: 8px; }
@media (max-width: 720px) { .how { grid-template-columns: repeat(2, 1fr); } }

/* ---------- 答题页 ---------- */
.quiz-top { max-width: 760px; margin: 0 auto; padding: 34px 22px 0; }
.q-progress-info { display: flex; justify-content: space-between; align-items: baseline; font-size: 13.5px; color: var(--muted); margin-bottom: 8px; }
.q-progress-info b { color: var(--navy); font-size: 15px; }
.q-progress { height: 8px; background: #e9e4d9; border-radius: 999px; overflow: hidden; }
.q-progress i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--navy), #2c4f96 60%, var(--gold)); transition: width .3s; }
.q-dim-tag { text-align: center; margin: 26px 0 10px; }
.q-dim-tag span {
  display: inline-block; font-size: 12.5px; letter-spacing: 2px; color: var(--gold-deep);
  border: 1px solid rgba(184,153,104,.5); padding: 4px 14px; border-radius: 999px; background: #fff;
}
.q-card {
  max-width: 760px; margin: 14px auto 0; background: var(--card);
  border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow);
  padding: 44px 40px 38px;
}
.q-text { font-size: 21px; font-weight: 700; color: var(--navy-ink); text-align: center; line-height: 1.8; min-height: 76px; display: flex; align-items: center; justify-content: center; }
.likert { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 34px; }
.likert button {
  border: 1.5px solid var(--line); background: #fff; border-radius: 12px;
  padding: 14px 4px; transition: .18s; text-align: center;
}
.likert button i { display: block; font-style: normal; font-size: 20px; font-weight: 800; color: var(--navy); }
.likert button span { display: block; font-size: 11px; color: var(--muted); margin-top: 4px; line-height: 1.3; }
.likert button:hover { border-color: var(--gold); background: #fdfaf3; transform: translateY(-2px); }
.likert button.sel { border-color: var(--gold); background: linear-gradient(180deg, #f7efdd, #f3e8d1); box-shadow: 0 4px 12px rgba(184,153,104,.3); }
.q-foot { max-width: 760px; margin: 18px auto 60px; display: flex; justify-content: space-between; align-items: center; }
.q-back { color: var(--muted); font-size: 14px; padding: 8px 14px; border-radius: 8px; }
.q-back:hover { color: var(--navy); background: #efece4; }
.q-back:disabled { opacity: .35; cursor: default; background: none; }
.q-note { font-size: 12.5px; color: #a8adba; }
@media (max-width: 640px) {
  .q-card { padding: 32px 20px 28px; }
  .q-text { font-size: 18px; }
  .likert { grid-template-columns: repeat(5, 1fr); gap: 6px; }
  .likert button span { display: none; }
}

/* ---------- 升级弹层 / 通用弹层 ---------- */
.modal-mask {
  position: fixed; inset: 0; background: rgba(10, 20, 40, .55); z-index: 100;
  display: flex; align-items: center; justify-content: center; padding: 20px;
  backdrop-filter: blur(4px);
}
.modal {
  background: #fff; border-radius: 18px; max-width: 460px; width: 100%;
  padding: 34px 30px; text-align: center; box-shadow: 0 20px 60px rgba(0,0,0,.25);
  animation: pop .25s ease;
}
@keyframes pop { from { transform: scale(.92); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.modal h3 { color: var(--navy); font-size: 20px; margin-bottom: 10px; }
.modal p { color: var(--muted); font-size: 14px; margin-bottom: 22px; }
.modal .m-btns { display: flex; flex-direction: column; gap: 10px; }
.modal img.qr { width: 200px; height: 200px; margin: 6px auto 12px; border: 1px solid var(--line); border-radius: 10px; }
.modal .m-close { position: absolute; }

/* ---------- 报告页 ---------- */
.rp-head {
  background: linear-gradient(160deg, var(--navy-ink), var(--navy) 70%, #1a3f7e);
  color: #fff; padding: 54px 22px 46px; text-align: center; position: relative; overflow: hidden;
}
.rp-head::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(1.5px 1.5px at 18% 30%, rgba(255,255,255,.45), transparent),
    radial-gradient(1px 1px at 76% 20%, rgba(255,255,255,.4), transparent),
    radial-gradient(1.5px 1.5px at 60% 44%, rgba(255,255,255,.3), transparent);
}
.rp-ver-badge {
  display: inline-block; font-size: 12px; letter-spacing: 2px; color: var(--gold-2);
  border: 1px solid rgba(184,153,104,.5); border-radius: 999px; padding: 5px 16px; margin-bottom: 20px;
}
.rp-code { font-size: 54px; font-weight: 900; letter-spacing: 6px; color: var(--gold-2); line-height: 1.1; }
.rp-name { font-size: 34px; font-weight: 800; margin-top: 6px; }
.rp-en { color: rgba(255,255,255,.55); font-size: 14px; letter-spacing: 3px; margin-top: 4px; font-style: italic; }
.rp-tags { display: flex; justify-content: center; gap: 10px; margin-top: 18px; flex-wrap: wrap; position: relative; z-index: 1; }
.rp-tags span { font-size: 12.5px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.85); padding: 4px 14px; border-radius: 999px; }
.rp-brief { margin-top: 22px; font-size: 16.5px; color: rgba(255,255,255,.92); position: relative; z-index: 1; }
.rp-brief::before { content: "「"; color: var(--gold-2); }
.rp-brief::after { content: "」"; color: var(--gold-2); }
@media (max-width: 640px) { .rp-code { font-size: 40px; } .rp-name { font-size: 26px; } }

.rp-sec { max-width: 980px; margin: 0 auto; padding: 46px 22px 0; }
.rp-sec:last-of-type { padding-bottom: 30px; }
.rp-sec-h { display: flex; align-items: baseline; gap: 10px; margin-bottom: 20px; }
.rp-sec-h::before { content: ""; width: 5px; height: 20px; background: var(--gold); border-radius: 3px; align-self: center; }
.rp-sec-h h2 { font-size: 21px; color: var(--navy); font-weight: 800; }
.rp-sec-h small { color: var(--muted); font-size: 12.5px; font-weight: 400; }

.panel { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }

/* 六维倾向 + 雷达 */
.rp-grid2 { display: grid; grid-template-columns: 1.1fr 1fr; gap: 20px; }
@media (max-width: 820px) { .rp-grid2 { grid-template-columns: 1fr; } }
.dimbar { margin-bottom: 18px; }
.dimbar:last-child { margin-bottom: 0; }
.dimbar-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.dimbar-top b { color: var(--navy); font-size: 14.5px; }
.dimbar-top b small { color: var(--muted); font-weight: 400; font-size: 11.5px; margin-left: 6px; }
.dimbar-top span { font-size: 13px; font-weight: 700; color: var(--gold-deep); }
.dimbar-track { height: 9px; background: #eee9dd; border-radius: 999px; overflow: hidden; }
.dimbar-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--navy), #2c4f96 70%, var(--gold)); width: 0; transition: width 1s ease .2s; }
.dimbar-fill.low { background: linear-gradient(90deg, #97a3ba, #b6bfce); }
.radar-box { display: flex; align-items: center; justify-content: center; }
.radar-box svg { max-width: 340px; width: 100%; height: auto; }

/* 成熟度 */
.lv-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.lv-badge {
  width: 74px; height: 74px; border-radius: 50%; flex-shrink: 0;
  border: 3px solid var(--gold); color: var(--navy);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: radial-gradient(circle at 35% 30%, #fff, #f3ecdc);
  box-shadow: 0 0 0 5px rgba(184,153,104,.15);
}
.lv-badge b { font-size: 17px; font-weight: 900; }
.lv-badge span { font-size: 11px; color: var(--gold-deep); font-weight: 700; }
.lv-info { flex: 1; min-width: 220px; }
.lv-info h3 { color: var(--navy); font-size: 17px; margin-bottom: 4px; }
.lv-info p { color: var(--muted); font-size: 13.5px; }
.lv-track { margin-top: 18px; position: relative; height: 10px; background: #eee9dd; border-radius: 999px; }
.lv-fill { position: absolute; inset: 0 auto 0 0; border-radius: 999px; background: linear-gradient(90deg, var(--navy), var(--gold)); width: 0; transition: width 1.2s ease .3s; }
.lv-scale { display: flex; justify-content: space-between; font-size: 11px; color: #b0b6c2; margin-top: 6px; }

/* 优劣两栏 */
.rp-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 720px) { .rp-cols { grid-template-columns: 1fr; } }
.rp-col { border-radius: var(--radius); padding: 24px 24px 20px; border: 1px solid var(--line); background: var(--card); }
.rp-col h3 { font-size: 15.5px; margin-bottom: 14px; display: flex; align-items: center; gap: 8px; }
.rp-col.good h3 { color: var(--navy); }
.rp-col.bad h3 { color: var(--gold-deep); }
.rp-col ul { list-style: none; }
.rp-col li { font-size: 14px; color: #39404f; padding: 7px 0 7px 22px; position: relative; border-bottom: 1px dashed #f0ece2; }
.rp-col li:last-child { border-bottom: none; }
.rp-col.good li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 8px; height: 8px; border-radius: 50%; background: var(--navy); }
.rp-col.bad li::before { content: ""; position: absolute; left: 2px; top: 15px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); }

/* 六维明细 */
.scan-item { padding: 16px 0; border-bottom: 1px dashed #ece7db; }
.scan-item:last-child { border-bottom: none; }
.scan-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 6px; }
.scan-top b { color: var(--navy); font-size: 14.5px; }
.scan-band { font-size: 11.5px; font-weight: 700; padding: 2px 10px; border-radius: 999px; }
.scan-band.high { background: #e9eef9; color: var(--navy); }
.scan-band.mid { background: #f6efdf; color: var(--gold-deep); }
.scan-band.low { background: #f3f4f6; color: #8a92a3; }
.scan-text { font-size: 13.5px; color: var(--muted); margin-top: 6px; }

/* 课程重点 */
.day-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.day-chips span {
  background: linear-gradient(135deg, #f4ecdb, #efe3c8); color: #7a6234;
  border: 1px solid rgba(184,153,104,.45); font-size: 13px; font-weight: 700;
  padding: 6px 16px; border-radius: 999px;
}
.course-text { font-size: 14.5px; color: #39404f; }

/* 教学提示卡 */
.tip-panel { background: linear-gradient(150deg, #fbf7ee, #f6efdd); border: 1px solid rgba(184,153,104,.4); }
.tip-panel p { font-size: 14.5px; color: #4d4433; }
.tip-panel .tip-who { font-size: 12px; color: var(--gold-deep); font-weight: 700; letter-spacing: 1px; margin-bottom: 8px; }

/* 报告尾 CTA */
.rp-cta {
  max-width: 980px; margin: 46px auto 0; padding: 0 22px 60px;
}
.rp-cta-card {
  background: linear-gradient(160deg, var(--navy-ink), var(--navy)); color: #fff;
  border-radius: 18px; padding: 38px 30px; text-align: center;
}
.rp-cta-card h2 { font-size: 22px; margin-bottom: 8px; }
.rp-cta-card h2 em { color: var(--gold-2); font-style: normal; }
.rp-cta-card p { color: rgba(255,255,255,.78); font-size: 14px; max-width: 560px; margin: 0 auto 20px; }
.rp-cta-card img.qr { width: 168px; height: 168px; margin: 0 auto 12px; border-radius: 12px; border: 3px solid rgba(184,153,104,.6); background: #fff; padding: 6px; }
.rp-cta-card .qr-note { font-size: 12.5px; color: rgba(255,255,255,.6); }
.rp-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.rp-disclaimer { text-align: center; font-size: 12px; color: #a3a9b6; padding: 0 22px 50px; }

/* ---------- 图鉴 ---------- */
.atlas-hero { background: linear-gradient(160deg, var(--navy-ink), var(--navy)); color: #fff; text-align: center; padding: 56px 22px 50px; }
.atlas-hero h1 { font-size: 34px; font-weight: 900; }
.atlas-hero h1 em { color: var(--gold-2); font-style: normal; }
.atlas-hero p { color: rgba(255,255,255,.75); font-size: 14.5px; margin-top: 10px; }
.atlas-group { max-width: 1080px; margin: 0 auto; padding: 44px 22px 0; }
.atlas-group:last-child { padding-bottom: 60px; }
.ag-head { display: flex; align-items: baseline; gap: 12px; margin-bottom: 20px; }
.ag-head h2 { font-size: 19px; color: var(--navy); font-weight: 800; }
.ag-head span { font-size: 12.5px; color: var(--muted); letter-spacing: 1px; }
.ag-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.ag-grid.g1 { grid-template-columns: repeat(1, minmax(0, 340px)); justify-content: center; }
@media (max-width: 960px) { .ag-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ag-grid { grid-template-columns: 1fr; } }
.type-card {
  background: #0d1f40; border-radius: 16px; overflow: hidden; text-align: left;
  border: 1px solid rgba(184,153,104,.25); transition: .25s; display: block; width: 100%;
  box-shadow: 0 8px 22px rgba(10,25,55,.25);
}
.type-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 14px 34px rgba(10,25,55,.4); }
.type-card .tc-img { position: relative; aspect-ratio: 3/2; overflow: hidden; }
.type-card .tc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.type-card:hover .tc-img img { transform: scale(1.05); }
.type-card .tc-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(10,22,45,.92)); }
.type-card .tc-code {
  position: absolute; left: 16px; bottom: 12px; z-index: 2;
  font-size: 26px; font-weight: 900; letter-spacing: 3px; color: var(--gold-2);
}
.type-card .tc-body { padding: 14px 16px 16px; }
.type-card h3 { color: #fff; font-size: 17.5px; font-weight: 800; }
.type-card .tc-en { color: rgba(255,255,255,.5); font-size: 12px; font-style: italic; margin-top: 2px; }
.type-card .tc-brief { color: rgba(255,255,255,.72); font-size: 12.5px; margin-top: 10px; min-height: 54px; }
.type-card .tc-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
.type-card .tc-tags span { font-size: 10.5px; color: var(--gold-2); border: 1px solid rgba(184,153,104,.45); padding: 2px 9px; border-radius: 999px; }

/* ---------- 型格详情 ---------- */
.td-hero { position: relative; min-height: 380px; display: flex; align-items: flex-end; overflow: hidden; }
.td-hero img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.td-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,22,45,.25), rgba(10,22,45,.88) 82%); }
.td-hero-in { position: relative; z-index: 2; max-width: 980px; margin: 0 auto; padding: 40px 22px 34px; width: 100%; color: #fff; }
.td-hero-in .td-code { font-size: 46px; font-weight: 900; letter-spacing: 5px; color: var(--gold-2); line-height: 1.05; }
.td-hero-in h1 { font-size: 32px; font-weight: 800; margin-top: 4px; }
.td-hero-in .td-en { font-style: italic; color: rgba(255,255,255,.6); letter-spacing: 2px; font-size: 14px; }
.td-hero-in .rp-tags { justify-content: flex-start; margin-top: 14px; }
.td-body { max-width: 980px; margin: 0 auto; padding: 40px 22px 60px; }
.dom-explain { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 720px) { .dom-explain { grid-template-columns: 1fr; } }
.dom-cell { border: 1px solid var(--line); border-radius: 12px; padding: 18px; text-align: center; background: #fff; }
.dom-cell b { display: block; font-size: 22px; font-weight: 900; color: var(--navy); }
.dom-cell b i { font-style: normal; font-size: 12px; vertical-align: super; margin-left: 2px; }
.dom-cell .dc-name { font-size: 13.5px; font-weight: 700; color: var(--ink); margin-top: 4px; }
.dom-cell .dc-state { font-size: 11px; font-weight: 700; margin-top: 6px; display: inline-block; padding: 2px 10px; border-radius: 999px; }
.dom-cell .dc-state.hi { background: #e9eef9; color: var(--navy); }
.dom-cell .dc-state.lo { background: #f3f4f6; color: #8a92a3; }
.dom-cell p { font-size: 12px; color: var(--muted); margin-top: 8px; }
.td-cta { text-align: center; margin-top: 40px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.back-link { display: inline-flex; align-items: center; gap: 6px; color: var(--muted); font-size: 13.5px; margin-bottom: 4px; padding: 6px 10px; border-radius: 8px; }
.back-link:hover { color: var(--navy); background: #efece4; }
