/*
 * style.css
 * /home/tnmpl/public_html/www/pracujesz.pl/assets/css/style.css
 * Ostatnia aktualizacja: 2026-08-04 23:11:42 Europe/Warsaw
 */

:root {
    --navy: #102a43;
    --navy-2: #163c5c;
    --teal: #0b8f87;
    --teal-dark: #08726c;
    --orange: #f59e0b;
    --paper: #f5f8fb;
    --ink: #172b3a;
    --muted: #657786;
    --line: #dce6ee;
}

html { scroll-behavior: smooth; }
body { color: var(--ink); background: #fff; font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif; }
a { color: var(--teal-dark); }
.site-nav { background: rgba(16, 42, 67, .96); backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(8, 31, 51, .14); }
.navbar-brand { letter-spacing: -.02em; }
.brand-mark { display: inline-grid; place-items: center; width: 36px; height: 36px; background: var(--orange); color: #1b2b35; border-radius: 10px; }
.site-nav .nav-link { color: rgba(255,255,255,.78); font-weight: 600; }
.site-nav .nav-link:hover { color: #fff; }

.hero-section { position: relative; min-height: 650px; background: url('/assets/img/hero-praca.webp') center 42%/cover no-repeat; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,29,48,.94) 0%, rgba(13,57,78,.82) 48%, rgba(8,37,55,.35) 100%); }
.min-vh-hero { min-height: 570px; }
.text-white-75 { color: rgba(255,255,255,.82); max-width: 760px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: .45rem; color: var(--orange); text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .78rem; }
.btn-accent { background: var(--orange); border-color: var(--orange); color: #172b3a; font-weight: 800; }
.btn-accent:hover { background: #ffb52e; border-color: #ffb52e; color: #172b3a; }
.region-panel { background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.65); padding: 1.6rem; border-radius: 22px; box-shadow: 0 26px 70px rgba(0,0,0,.22); }
.data-time { font-size: .83rem; color: var(--muted); text-align: center; }

.stats-strip { position: relative; margin-top: -48px; z-index: 3; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; min-height: 145px; padding: 1.35rem; box-shadow: 0 15px 40px rgba(19,57,83,.10); display: flex; flex-direction: column; justify-content: center; }
.stat-card strong { font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.05; color: var(--navy); margin-top: .8rem; }
.stat-card small { color: var(--muted); margin-top: .35rem; }
.stat-icon { color: var(--teal); font-size: 1.4rem; }

.section-heading { max-width: 1100px; }
.visible-counter { padding: .6rem 1rem; border-radius: 999px; color: var(--navy); background: #eaf4f4; font-weight: 800; white-space: nowrap; }
.filter-panel { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 1.25rem; }
.input-group-text { background: #fff; color: var(--teal); }
.job-card { border: 1px solid var(--line); border-radius: 20px; padding: 1.5rem; background: #fff; box-shadow: 0 9px 30px rgba(13,49,72,.07); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.job-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(13,49,72,.13); border-color: #b7d8d6; }
.job-title { color: var(--navy); line-height: 1.25; }
.company-name { color: var(--muted); font-weight: 650; }
.division-icon { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 14px; background: #e9f6f5; color: var(--teal); font-size: 1.25rem; }
.badge-remote { background: #d9f5e7; color: #166534; }
.badge-hybrid { background: #e8e7ff; color: #4c3e9e; }
.job-meta { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .7rem 1rem; font-size: .92rem; color: #405969; }
.job-meta div { display: flex; align-items: flex-start; gap: .55rem; }
.job-meta i { color: var(--teal); margin-top: .1rem; }
.salary-line { color: var(--navy) !important; font-weight: 800; }
.skills-list, .skill-cloud { display: flex; flex-wrap: wrap; gap: .5rem; }
.skills-list span { font-size: .78rem; color: #405969; background: #f2f5f7; border: 1px solid #e2e9ee; border-radius: 999px; padding: .32rem .62rem; }
.job-footer { border-top: 1px solid #edf1f4; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }

.market-section { background: var(--paper); }
.market-note { display: flex; gap: .8rem; background: #e2f4f2; border-left: 4px solid var(--teal); border-radius: 10px; padding: 1rem; color: #29514e; }
.market-card, .insight-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 1.5rem; box-shadow: 0 12px 34px rgba(13,49,72,.06); }
.metric-row + .metric-row { margin-top: 1rem; }
.progress { height: .55rem; background: #e8eff3; }
.progress-bar { background: linear-gradient(90deg, var(--teal), #1eb8ad); }
.skill-cloud span { padding: .55rem .75rem; border-radius: 10px; background: #edf6f5; color: #28514e; font-weight: 650; }
.skill-cloud small { opacity: .7; margin-left: .25rem; }
.experience-list { display: grid; gap: .8rem; }
.experience-list div { display: flex; justify-content: space-between; padding-bottom: .75rem; border-bottom: 1px solid #edf1f4; }

.photo-card { position: relative; overflow: hidden; border-radius: 22px; margin: 0; height: 390px; box-shadow: 0 15px 45px rgba(16,42,67,.14); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.photo-card:hover img { transform: scale(1.03); }
.photo-card::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,27,42,.86)); }
.photo-card figcaption { position: absolute; z-index: 2; left: 1.4rem; right: 1.4rem; bottom: 1.25rem; color: #fff; display: flex; flex-direction: column; }
.photo-card figcaption strong { font-size: 1.35rem; }
.photo-card figcaption span { font-size: .78rem; opacity: .78; }

.sources-section { background: #fff; }
.source-card { border: 1px solid var(--line); border-radius: 18px; padding: 1.4rem; background: #fff; }
.source-logo { display: inline-grid; place-items: center; min-width: 50px; height: 50px; padding: 0 .7rem; border-radius: 14px; background: var(--navy); color: #fff; font-weight: 900; }
.source-logo-gov { background: #8b1e2d; }
.source-logo-gus { background: #005da9; }
.source-card p { color: var(--muted); }
.source-card a { font-weight: 750; text-decoration: none; }
.source-errors { color: #64727d; font-size: .85rem; }
.site-footer { background: var(--navy); color: rgba(255,255,255,.82); }
.site-footer a { color: #f9c65b; }

@media (max-width: 991.98px) {
    .hero-section { min-height: auto; }
    .min-vh-hero { min-height: auto; padding-top: 2rem; padding-bottom: 5rem; }
    .hero-overlay { background: rgba(8,36,55,.83); }
    .stats-strip { margin-top: -35px; }
}
@media (max-width: 767.98px) {
    .hero-section h1 { font-size: 2.55rem; }
    .job-meta { grid-template-columns: 1fr; }
    .job-footer { align-items: stretch; flex-direction: column; }
    .job-footer .btn { width: 100%; }
    .photo-card { height: 320px; }
    .stat-card { min-height: 130px; padding: 1rem; }
}

.api-market-panel { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 1.5rem; box-shadow: 0 15px 40px rgba(13,49,72,.07); }
.api-stat { background: var(--paper); border-radius: 16px; padding: 1rem; height: 100%; display: flex; flex-direction: column; }
.api-stat strong { color: var(--navy); font-size: clamp(1.3rem, 2.4vw, 2rem); line-height: 1.1; }
.api-stat span { color: var(--muted); font-size: .84rem; margin-top: .35rem; }
.trend-chart { height: 190px; display: flex; gap: .65rem; align-items: stretch; border-top: 1px solid #edf1f4; padding-top: 1rem; overflow-x: auto; }
.trend-column { min-width: 62px; flex: 1 0 62px; display: grid; grid-template-rows: 22px 1fr 24px; align-items: end; text-align: center; color: var(--muted); }
.trend-column > span { font-size: .75rem; font-weight: 750; color: var(--navy); align-self: start; }
.trend-bar { width: 68%; min-height: 8px; margin: 0 auto; border-radius: 8px 8px 2px 2px; background: linear-gradient(180deg, #1eb8ad, var(--teal)); }
.trend-column small { font-size: .68rem; margin-top: .35rem; }
