:root {
  --navy: #0b2447;
  --navy-2: #12385f;
  --blue: #0d65d9;
  --teal: #12afa2;
  --teal-dark: #078b83;
  --gold: #ffb21a;
  --ink: #10233e;
  --muted: #66778e;
  --line: #dde7ee;
  --mist: #f3f8fc;
  --white: #fff;
  --shadow-sm: 0 12px 35px rgba(12, 35, 67, .08);
  --shadow-lg: 0 30px 90px rgba(12, 35, 67, .15);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 820px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; padding: 12px 18px; left: 12px; top: 12px; background: #fff; color: var(--navy); z-index: 99999; border-radius: 10px; box-shadow: var(--shadow-sm); }

.site-header { position: sticky; top: 0; z-index: 80; height: 88px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(16,35,62,.07); backdrop-filter: blur(18px); transition: box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(10,33,63,.08); }
.site-header__inner { height: 100%; display: flex; align-items: center; gap: 32px; }
.site-branding { flex: 0 0 245px; }
.brand-default, .custom-logo-link { display: inline-flex; align-items: center; text-decoration: none; }
.brand-default img, .custom-logo { display: block; width: auto; height: 58px; object-fit: contain; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul, .primary-navigation .menu { list-style: none; display: flex; align-items: center; gap: 24px; padding: 0; margin: 0; }
.primary-navigation a { color: #40516a; text-decoration: none; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 0; border-radius: 12px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; width: 22px; margin: 5px auto; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 800; font-size: 14px; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 11px 18px; }
.button--primary { color: #fff; background: var(--navy); box-shadow: 0 13px 28px rgba(11,36,71,.2); }
.button--primary:hover { background: #061c38; box-shadow: 0 17px 35px rgba(11,36,71,.27); }
.button--gold { background: var(--gold); color: #13253f; box-shadow: 0 12px 26px rgba(255,178,26,.25); }
.button--ghost { color: var(--navy); background: #f4f7fa; }
.button--outline { border-color: #cedbe6; color: var(--navy); background: rgba(255,255,255,.7); }
.button--white { background: #fff; color: var(--navy); }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.button--full { width: 100%; }
.text-link, .job-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 800; text-decoration: none; }
.text-link svg, .job-link svg, .button svg { transition: transform .2s ease; }
.text-link:hover svg, .job-link:hover svg, .button:hover svg { transform: translateX(4px); }

.hero-section { position: relative; overflow: hidden; background: radial-gradient(circle at 86% 18%, rgba(18,175,162,.16), transparent 32%), radial-gradient(circle at 7% 80%, rgba(255,178,26,.13), transparent 28%), linear-gradient(180deg, #fff 0%, #fbfdff 100%); }
.hero-section::after { content: ""; position: absolute; width: 540px; height: 540px; right: -270px; bottom: -310px; border: 78px solid rgba(13,101,217,.04); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 64px; padding-block: 76px; }
.hero-copy { max-width: 610px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 14px 7px 7px; border-radius: 999px; background: #e9f8f6; color: #087b73; font-size: 12px; font-weight: 800; }
.eyebrow span { padding: 5px 9px; background: var(--teal-dark); color: #fff; border-radius: 999px; font-size: 10px; letter-spacing: .08em; }
.hero-copy h1 { max-width: 650px; margin: 24px 0 18px; font-size: clamp(3.2rem, 5.7vw, 5.9rem); line-height: .94; letter-spacing: -.065em; color: var(--ink); }
.hero-copy h1 em { display: inline-block; color: var(--teal-dark); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: #5c6e86; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-actions .button { min-width: 200px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; color: #687a91; font-size: 13px; }
.hero-trust span { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { color: var(--teal); padding: 3px; background: #e6f8f6; border-radius: 50%; }

.hero-visual { position: relative; }
.dashboard-window { position: relative; padding: 28px; background: rgba(255,255,255,.92); border: 1px solid #dce7ee; border-radius: 28px; box-shadow: var(--shadow-lg); transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.dashboard-heading, .pipeline-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.dashboard-heading strong { font-size: 17px; }
.live-dot { padding: 5px 9px; border-radius: 999px; background: #e6f7f5; color: #087f76; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.dashboard-top, .dashboard-bottom { display: grid; grid-template-columns: 1.3fr .85fr; gap: 14px; }
.profile-card, .journey-card, .mini-job { padding: 18px; background: #fff; border: 1px solid #dce6ee; border-radius: 18px; }
.profile-card { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; }
.avatar, .mini-avatar { display: grid; place-items: center; background: linear-gradient(145deg, var(--navy-2), var(--blue)); color: #fff; border-radius: 13px; font-weight: 800; }
.avatar { width: 52px; height: 52px; }
.profile-card small, .journey-card small, .mini-job small, .pipeline-card small { display: block; color: #7a8a9e; font-size: 11px; line-height: 1.5; }
.verified { display: inline-block; margin-top: 7px; padding: 4px 9px; color: #087c73; background: #e3f7f4; border-radius: 999px; font-size: 10px; font-weight: 800; }
.progress-label { grid-column: 1/-1; display: flex; justify-content: space-between; font-size: 10px; color: #6d7b8e; }
.progress { grid-column: 1/-1; height: 7px; overflow: hidden; background: #edf3f6; border-radius: 999px; }
.progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--teal), #5fd5ca); border-radius: inherit; }
.match-card { display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px 12px; min-height: 180px; border-radius: 18px; background: linear-gradient(145deg, #0d5371, #068a83); color: #fff; text-align: center; box-shadow: 0 16px 32px rgba(7,108,111,.25); }
.match-card strong { font-size: 48px; line-height: 1; letter-spacing: -.04em; }
.match-card span, .match-card small { color: #d8fffa; }
.dashboard-bottom { margin-top: 14px; }
.journey-card > div { display: flex; justify-content: space-between; }
.journey-card ul { list-style: none; margin: 14px 0 0; padding: 0; }
.journey-card li { position: relative; margin-top: 9px; padding-left: 18px; color: #718097; font-size: 11px; }
.journey-card li::before { content: ""; position: absolute; left: 0; top: 4px; width: 8px; height: 8px; border: 2px solid #c6d4dd; border-radius: 50%; }
.journey-card li.done::before { background: var(--teal); border-color: var(--teal); box-shadow: inset 0 0 0 2px #fff; }
.mini-job { position: relative; display: flex; flex-direction: column; gap: 6px; border-left: 4px solid var(--gold); }
.mini-job > span { width: max-content; padding: 4px 7px; background: #fff5dc; color: #946300; border-radius: 999px; font-size: 8px; font-weight: 900; }
.mini-job b { width: max-content; margin-top: auto; padding: 5px 8px; border-radius: 999px; background: #eef4fa; color: #35506f; font-size: 9px; }
.floating-notice { position: absolute; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: #fff; border: 1px solid #dfe8ee; border-radius: 15px; box-shadow: var(--shadow-sm); }
.floating-notice > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; font-weight: 900; }
.floating-notice strong, .floating-notice small { display: block; font-size: 10px; }
.floating-notice small { color: #8290a2; margin-top: 2px; }
.floating-notice--match { left: -38px; bottom: 68px; }
.floating-notice--match > span { background: #fff2d1; color: #a66a00; }
.floating-notice--verified { right: -28px; top: 56px; }
.floating-notice--verified > span { background: #e0f7f4; color: #087f76; }

.features-section { padding: 92px 0; background: var(--mist); }
.section-heading { margin-bottom: 34px; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.section-heading h2, .journey-copy h2, .audience-card h2, .final-cta h2, .page-hero h1, .portal-page-hero h1 { margin: 0; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
.section-heading p { max-width: 570px; margin: 0; color: #728198; text-align: right; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 250px; padding: 25px; background: #fff; border: 1px solid #dce7ee; border-radius: 18px; box-shadow: 0 8px 25px rgba(15,43,75,.025); transition: transform .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.icon-box { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; }
.icon-box svg { width: 21px; height: 21px; }
.icon-box--1 { color: #078c83; background: #e4f7f5; }
.icon-box--2 { color: #a96e00; background: #fff2d7; }
.icon-box--3 { color: #315bbc; background: #e9eefc; }
.icon-box--4 { color: #8542ba; background: #f4eafb; }
.feature-card h3 { margin: 27px 0 12px; font-size: 18px; }
.feature-card p { margin: 0; color: #728299; font-size: 14px; line-height: 1.7; }

.journey-section { padding: 100px 0; }
.journey-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 64px; }
.section-kicker { display: inline-flex; margin-bottom: 14px; padding: 7px 12px; border-radius: 999px; color: #087b73; background: #e8f7f5; font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.journey-copy > p { color: #718197; font-size: 16px; line-height: 1.7; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.stats-grid div { padding: 17px; border: 1px solid #dbe6ed; border-radius: 15px; }
.stats-grid strong { display: block; font-size: 26px; color: var(--navy); }
.stats-grid span { display: block; margin-top: 4px; color: #8090a4; font-size: 10px; text-transform: uppercase; }
.pipeline-card { padding: 28px; background: var(--navy-2); color: #fff; border-radius: 28px; box-shadow: 0 28px 60px rgba(15,48,84,.22); }
.pipeline-header span { padding: 6px 10px; border-radius: 999px; background: rgba(18,175,162,.16); color: #73e0d7; font-size: 9px; }
.pipeline-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.pipeline-steps > div { min-height: 142px; padding: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.09); border-radius: 14px; }
.pipeline-steps > div.active { color: var(--ink); background: #fff; }
.pipeline-steps b { display: grid; place-items: center; width: 26px; height: 26px; margin-bottom: 20px; border-radius: 8px; background: rgba(255,255,255,.09); font-size: 9px; }
.pipeline-steps .active b { color: #078b83; background: #e3f7f4; }
.pipeline-steps strong { display: block; font-size: 12px; }
.pipeline-steps small { margin-top: 7px; font-size: 9px; color: #9bb0c4; }
.pipeline-steps .active small { color: #74849a; }
.pipeline-match { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-top: 14px; padding: 14px; color: var(--ink); background: #fff; border-radius: 15px; }
.mini-avatar { width: 38px; height: 38px; font-size: 11px; }
.pipeline-match strong { display: block; font-size: 12px; }
.pipeline-match b { padding: 6px 9px; color: #087d74; background: #e2f7f4; border-radius: 999px; font-size: 9px; }

.jobs-section { padding: 95px 0; background: linear-gradient(180deg, #fbfdff, #fff); }
.job-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.job-card { padding: 25px; background: #fff; border: 1px solid #dbe6ed; border-radius: 20px; box-shadow: 0 12px 34px rgba(15,43,75,.04); transition: transform .25s ease, box-shadow .25s ease; }
.job-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.job-card__top { display: flex; align-items: center; justify-content: space-between; }
.company-mark { display: grid; place-items: center; width: 44px; height: 44px; background: linear-gradient(145deg, var(--navy), var(--blue)); color: #fff; border-radius: 13px; font-weight: 900; }
.match-pill { padding: 6px 10px; color: #087d74; background: #e3f7f4; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.job-card h3 { margin: 25px 0 5px; font-size: 22px; }
.job-card h3 a { text-decoration: none; }
.company-name { margin: 0 0 18px; color: #6c7d93; }
.job-meta { display: flex; flex-wrap: wrap; gap: 12px; padding-top: 15px; border-top: 1px solid #edf2f5; color: #65768d; font-size: 12px; }
.job-meta span { display: flex; align-items: center; gap: 6px; }
.job-meta svg { color: var(--teal-dark); }
.job-link { margin-top: 22px; font-size: 13px; }

.audience-section { padding: 70px 0 100px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { position: relative; overflow: hidden; min-height: 440px; padding: 48px; border-radius: 28px; }
.audience-card::after { content: ""; position: absolute; width: 300px; height: 300px; right: -130px; bottom: -130px; border: 55px solid rgba(255,255,255,.08); border-radius: 50%; }
.audience-card > * { position: relative; z-index: 2; }
.audience-card--candidate { color: #fff; background: linear-gradient(145deg, #0b315c, #0d65d9); }
.audience-card--company { color: #fff; background: linear-gradient(145deg, #087e78, #13afa2); }
.audience-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 46px; color: #fff; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; }
.audience-card > span { font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.audience-card h2 { max-width: 480px; margin-top: 12px; color: #fff; font-size: clamp(2rem, 3.3vw, 3.5rem); }
.audience-card p { max-width: 490px; margin: 18px 0 28px; color: rgba(255,255,255,.78); font-size: 15px; line-height: 1.7; }

.final-cta { padding: 0 0 100px; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 48px 54px; color: #fff; background: var(--navy); border-radius: 28px; box-shadow: var(--shadow-lg); }
.final-cta h2 { max-width: 680px; color: #fff; font-size: clamp(2rem, 3.5vw, 3.7rem); }
.final-cta p { margin-bottom: 0; color: #b9c9da; }
.final-cta__inner > div > span { color: #71ddd5; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.final-cta__actions { display: flex; flex-direction: column; min-width: 230px; gap: 10px; }

.site-footer { padding-top: 70px; color: #b3c2d2; background: #071b35; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .9fr .9fr 1fr; gap: 50px; padding-bottom: 60px; }
.footer-brand .brand-default img, .footer-brand .custom-logo { height: 68px; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 350px; color: #8fa3b9; }
.site-footer h3 { margin: 7px 0 20px; color: #fff; font-size: 15px; }
.site-footer a { color: #b4c2d1; text-decoration: none; }
.footer-menu, .site-footer .menu { list-style: none; display: block; margin: 0; padding: 0; }
.footer-menu li, .site-footer .menu li { margin-bottom: 9px; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.08); color: #71859b; font-size: 12px; }

.content-area { min-height: 60vh; }
.page-hero { padding: 95px 0 65px; background: radial-gradient(circle at 85% 10%, rgba(18,175,162,.13), transparent 26%), var(--mist); }
.page-hero p { max-width: 640px; color: #65778e; font-size: 18px; }
.content-shell { padding-block: 70px 100px; }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card__image img { transform: scale(1.04); }
.post-card__body { padding: 24px; }
.post-card__body small { color: #8290a1; }
.post-card__body h2 { margin: 8px 0 12px; font-size: 22px; }
.post-card__body h2 a { text-decoration: none; }
.post-card__body p { color: #697a91; }
.prose-content { padding-block: 60px 100px; font-size: 17px; line-height: 1.8; }
.prose-content > * { max-width: 780px; margin-left: auto; margin-right: auto; }
.prose-content > .alignwide { max-width: var(--shell); }
.prose-content > .alignfull { max-width: none; }
.prose-content h2 { margin-top: 1.7em; font-size: 2.2rem; }
.prose-content h3 { margin-top: 1.5em; font-size: 1.6rem; }
.single-featured { max-width: 100% !important; overflow: hidden; border-radius: 24px; margin-bottom: 40px !important; }

.archive-toolbar { padding: 36px 0 28px; }
.job-search { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.job-search label { position: relative; display: flex; align-items: center; }
.job-search label svg { position: absolute; left: 17px; color: #718199; }
.job-search input { width: 100%; min-height: 52px; padding: 12px 18px 12px 50px; border: 1px solid #d5e1e9; border-radius: 14px; font: inherit; }
.archive-job-grid { padding-bottom: 50px; }
.pagination-wrap { padding-bottom: 80px; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; color: var(--navy); text-decoration: none; background: #f2f6f9; border-radius: 10px; }
.page-numbers.current { color: #fff; background: var(--navy); }

.job-detail-hero { padding: 88px 0 60px; background: radial-gradient(circle at 82% 10%, rgba(18,175,162,.15), transparent 28%), var(--mist); }
.job-detail-grid { display: grid; grid-template-columns: 1fr 270px; gap: 60px; align-items: center; }
.job-detail-grid h1 { margin: 0; font-size: clamp(3rem, 5vw, 5.2rem); line-height: .96; letter-spacing: -.055em; }
.job-company-large { color: #63758c; font-size: 20px; }
.job-meta--large { padding-top: 0; border-top: 0; font-size: 14px; }
.job-score { display: flex; flex-direction: column; align-items: center; padding: 30px 20px; color: #fff; background: linear-gradient(145deg, #0b5271, #078d85); border-radius: 22px; text-align: center; box-shadow: 0 20px 48px rgba(8,111,115,.24); }
.job-score strong { font-size: 64px; line-height: 1; }
.job-score span, .job-score small { color: #d5fffa; }
.job-detail-content { display: grid; grid-template-columns: 1fr 330px; gap: 65px; align-items: start; padding-block: 70px 100px; }
.job-detail-content .prose-content { padding: 0; }
.apply-card { position: sticky; top: 112px; padding: 28px; border: 1px solid #d9e5ec; border-radius: 20px; box-shadow: var(--shadow-sm); }
.apply-card h2 { margin-top: 0; }
.apply-card p { color: #66778d; }
.apply-card .button + .button { margin-top: 10px; }
.salary-box { margin-top: 20px; padding-top: 18px; border-top: 1px solid #e2e9ee; }
.salary-box small, .salary-box strong { display: block; }
.salary-box small { color: #78889b; }
.salary-box strong { margin-top: 4px; }

.portal-page-hero { padding: 95px 0; overflow: hidden; }
.portal-page-hero--candidate { background: radial-gradient(circle at 86% 15%, rgba(18,175,162,.19), transparent 30%), var(--mist); }
.portal-page-hero--company { color: #fff; background: radial-gradient(circle at 82% 20%, rgba(18,175,162,.25), transparent 30%), var(--navy); }
.portal-page-hero--company h1 { color: #fff; }
.portal-page-hero--company p { color: #c0ccda !important; }
.portal-page-grid { display: grid; grid-template-columns: 1fr .72fr; align-items: center; gap: 80px; }
.portal-page-hero h1 { max-width: 760px; }
.portal-page-hero p { max-width: 660px; color: #65778e; font-size: 18px; line-height: 1.7; }
.portal-demo-card { padding: 36px; background: #fff; border: 1px solid #dbe7ee; border-radius: 26px; box-shadow: var(--shadow-lg); }
.profile-progress-ring { display: grid; place-items: center; width: 110px; height: 110px; margin: 0 auto 18px; border: 12px solid #dff5f2; border-top-color: var(--teal); border-right-color: var(--teal); border-radius: 50%; color: var(--navy); font-size: 28px; font-weight: 900; }
.portal-demo-card h3 { text-align: center; }
.portal-demo-card ul { list-style: none; padding: 0; color: #697a90; line-height: 2; }
.company-dashboard-demo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.company-dashboard-demo div { padding: 25px; color: var(--ink); background: #fff; border-radius: 18px; }
.company-dashboard-demo small, .company-dashboard-demo strong { display: block; }
.company-dashboard-demo small { color: #738397; }
.company-dashboard-demo strong { margin-top: 8px; font-size: 34px; }
.portal-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding-block: 70px; }
.portal-benefits article { padding: 30px; border: 1px solid #dce6ed; border-radius: 20px; }
.portal-benefits h2 { margin-top: 0; font-size: 22px; }
.portal-benefits p { margin-bottom: 0; color: #6a7a90; }

.dashboard-page { padding: 50px 0 90px; background: #f3f7fa; }
.dashboard-layout { display: grid; grid-template-columns: 250px 1fr; gap: 24px; align-items: start; }
.dashboard-sidebar { position: sticky; top: 112px; padding: 24px; background: var(--navy); color: #fff; border-radius: 22px; }
.dashboard-user { display: flex; align-items: center; gap: 11px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.1); }
.dashboard-user > span { display: grid; place-items: center; width: 42px; height: 42px; background: var(--teal); border-radius: 13px; font-weight: 900; }
.dashboard-user strong, .dashboard-user small { display: block; }
.dashboard-user small { color: #9db0c5; }
.dashboard-sidebar nav { display: grid; gap: 4px; margin-top: 20px; }
.dashboard-sidebar nav a { padding: 11px 13px; color: #b9c8d8; text-decoration: none; border-radius: 10px; }
.dashboard-sidebar nav a.active, .dashboard-sidebar nav a:hover { color: #fff; background: rgba(255,255,255,.09); }
.dashboard-main { min-width: 0; }
.dashboard-title { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 8px 0 25px; }
.dashboard-title h1 { margin: 0; font-size: clamp(2.1rem, 3.8vw, 3.6rem); letter-spacing: -.04em; }
.dashboard-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dashboard-kpis article, .dashboard-panel { padding: 25px; background: #fff; border: 1px solid #dce6ed; border-radius: 18px; }
.dashboard-kpis small, .dashboard-kpis strong, .dashboard-kpis span { display: block; }
.dashboard-kpis small { color: #76869a; }
.dashboard-kpis strong { margin: 8px 0 5px; font-size: 36px; }
.dashboard-kpis span { color: #0b8d83; font-size: 12px; }
.dashboard-columns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; margin-top: 14px; }
.dashboard-panel h2 { margin-top: 0; }
.activity-list { list-style: none; margin: 0; padding: 0; }
.activity-list li { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-top: 1px solid #edf2f5; }
.activity-list li > span { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 5px; color: #087f76; background: #e5f7f5; border-radius: 12px; font-weight: 900; font-size: 11px; }
.activity-list strong, .activity-list small { display: block; }
.activity-list small { margin-top: 3px; color: #7d8b9d; }
.big-progress { height: 12px; overflow: hidden; background: #edf3f6; border-radius: 999px; }
.big-progress i { display: block; height: 100%; background: linear-gradient(90deg, var(--teal), var(--blue)); }

.error-page { display: grid; place-items: center; min-height: 70vh; padding: 80px 0; text-align: center; background: var(--mist); }
.error-code { display: block; color: var(--teal); font-size: clamp(6rem, 18vw, 14rem); line-height: .8; font-weight: 900; letter-spacing: -.08em; opacity: .18; }
.error-page h1 { margin: 25px 0 10px; font-size: clamp(2.3rem, 5vw, 4.8rem); }
.error-page p { color: #697b91; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1120px) {
  .site-branding { flex-basis: 205px; }
  .brand-default img, .custom-logo { height: 50px; }
  .primary-navigation ul, .primary-navigation .menu { gap: 15px; }
  .primary-navigation a { font-size: 13px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .journey-grid { gap: 35px; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 920px) {
  .site-header { height: 76px; }
  .site-branding { flex: 1; }
  .brand-default img, .custom-logo { height: 46px; }
  .menu-toggle { display: block; order: 3; }
  .header-actions { margin-left: auto; }
  .primary-navigation { position: fixed; inset: 76px 0 auto; display: none; max-height: calc(100vh - 76px); overflow: auto; padding: 24px 20px 35px; background: rgba(255,255,255,.98); border-top: 1px solid #e5ecf1; box-shadow: 0 30px 40px rgba(13,36,68,.12); }
  .primary-navigation.is-open { display: block; }
  .primary-navigation ul, .primary-navigation .menu { display: grid; gap: 0; }
  .primary-navigation li { border-bottom: 1px solid #edf2f5; }
  .primary-navigation a { display: block; padding: 16px 4px; font-size: 16px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 65px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 690px; }
  .journey-grid, .portal-page-grid, .job-detail-grid { grid-template-columns: 1fr; }
  .journey-grid { gap: 45px; }
  .job-detail-grid { gap: 35px; }
  .job-score { max-width: 300px; align-items: flex-start; text-align: left; }
  .job-detail-content { grid-template-columns: 1fr; }
  .apply-card { position: static; }
  .audience-card { padding: 38px; }
  .final-cta__inner { align-items: flex-start; flex-direction: column; }
  .final-cta__actions { width: 100%; flex-direction: row; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-sidebar { position: static; }
  .dashboard-sidebar nav { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .header-actions .button--ghost { display: none; }
  .header-actions .button { min-height: 38px; padding: 10px 13px; font-size: 12px; }
  .hero-grid { padding-block: 50px; gap: 50px; }
  .hero-copy h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-trust { display: grid; gap: 10px; }
  .dashboard-window { padding: 18px; transform: none; }
  .dashboard-top, .dashboard-bottom { grid-template-columns: 1fr; }
  .match-card { min-height: 130px; }
  .floating-notice { display: none; }
  .features-section, .journey-section, .jobs-section { padding-block: 70px; }
  .split-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .section-heading p { text-align: left; }
  .feature-grid, .job-grid, .audience-grid, .portal-benefits, .post-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .pipeline-steps { grid-template-columns: 1fr 1fr; }
  .pipeline-match { grid-template-columns: auto 1fr; }
  .pipeline-match > b { grid-column: 1/-1; width: max-content; }
  .audience-card { min-height: 400px; padding: 34px 27px; }
  .final-cta { padding-bottom: 70px; }
  .final-cta__inner { padding: 36px 26px; }
  .final-cta__actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero { padding-block: 70px 50px; }
  .job-search { grid-template-columns: 1fr; }
  .job-search .button { width: 100%; }
  .job-detail-content { padding-block: 45px 70px; }
  .dashboard-title { align-items: flex-start; flex-direction: column; }
  .dashboard-kpis, .dashboard-columns { grid-template-columns: 1fr; }
  .dashboard-sidebar nav { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 470px) {
  .site-branding { max-width: 165px; }
  .brand-default img, .custom-logo { height: 42px; max-width: 165px; }
  .header-actions { display: none; }
  .hero-copy h1 { font-size: 3.25rem; }
  .stats-grid, .company-dashboard-demo { grid-template-columns: 1fr; }
  .pipeline-steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

/* WordPress ↔ Laravel v1.2 */
.job-filter-form{display:grid;grid-template-columns:1.5fr repeat(3,1fr) auto;gap:12px;align-items:end;width:100%}.job-filter-form label{display:grid;gap:6px;font-size:.78rem;font-weight:700;color:#143958}.job-filter-form input,.job-filter-form select{width:100%;min-height:48px;border:1px solid #d5e0ea;border-radius:12px;background:#fff;padding:0 13px;font:inherit;color:#092a49}.job-filter-form .button{min-height:48px}.sj-sync-note{padding:12px 16px;border:1px solid #d8e4ee;border-radius:12px;background:#f7fafc;color:#4f6579}@media(max-width:900px){.job-filter-form{grid-template-columns:1fr 1fr}.job-filter-form .button{grid-column:1/-1}}@media(max-width:600px){.job-filter-form{grid-template-columns:1fr}}
