/* ===== Salary guides ===== */
.salary-page { max-width: 820px; margin: 0 auto; padding-bottom: 56px; }
.salary-hub-head, .salary-head { margin: 18px 0 26px; }
.salary-hub-head h1, .salary-head h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin: 12px 0; }
.salary-hub-head p { color: var(--text-soft); font-size: 1.1rem; max-width: 620px; }

.salary-figures { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 24px; margin-bottom: 30px; }
.salary-avg { display: flex; flex-direction: column; gap: 2px; margin-bottom: 26px; }
.sf-label { color: var(--text-soft); font-size: .9rem; }
.sf-value { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 2.4rem; color: var(--accent); line-height: 1; }
.sf-value small { font-size: 1rem; color: var(--text-soft); font-weight: 600; }

.salary-range { margin-top: 6px; }
.sr-track { position: relative; height: 12px; background: var(--surface-2, #eee); border-radius: 999px; margin: 38px 0 12px; }
.sr-band { position: absolute; top: 0; bottom: 0; background: linear-gradient(90deg, #9a5cff, #6d4aff); border-radius: 999px; }
.sr-marker { position: absolute; top: 50%; width: 3px; height: 22px; background: #00c2a8; transform: translate(-50%, -50%); border-radius: 2px; }
.sr-marker span { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: .78rem; font-weight: 600; color: var(--text); }
.sr-ends { display: flex; justify-content: space-between; color: var(--text); font-weight: 700; font-size: 1.05rem; }
.sr-ends small { color: var(--text-soft); font-weight: 500; font-size: .8rem; }
.sr-ends .tar { text-align: right; }
.salary-source { font-size: .85rem; margin-top: 16px; }

.salary-body h2 { margin: 30px 0 12px; font-size: 1.4rem; }
.salary-body h3 { margin: 18px 0 6px; font-size: 1.08rem; }
.salary-body ul { margin: 0 0 10px; padding-left: 20px; }
.salary-body li { margin-bottom: 8px; }

.salary-others { margin-top: 42px; }
.salary-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; margin-top: 16px; }
.salary-card { display: flex; flex-direction: column; gap: 4px; padding: 18px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; transition: border-color .2s, transform .2s; }
.salary-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.sc-role { font-weight: 700; }
.sc-avg { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.3rem; color: var(--accent); }
.sc-avg small { font-size: .72rem; color: var(--text-soft); font-weight: 600; }
.sc-range { font-size: .85rem; }
.sc-more { font-size: .85rem; color: var(--accent); font-weight: 600; margin-top: 2px; }
.salary-grid.big .salary-card { padding: 22px; }
