:root {
    --ink: #111827;
    --muted: #667085;
    --line: #e4e7ec;
    --panel: #ffffff;
    --soft: #f6f8fb;
    --blue: #155eef;
    --blue-dark: #0f4ab8;
    --green: #078b5f;
    --orange: #d9652b;
    --shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
    --sticky-search-height: 64px;
    --active-filter-height: 0px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    color: var(--ink);
    background: #ffffff;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 14px;
    overflow-x: clip;
}

.container-xxl {
    padding-left: 28px;
    padding-right: 28px;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1360px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--blue);
}

.site-header {
    position: relative;
    z-index: 2000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(228, 231, 236, 0.95);
    backdrop-filter: blur(14px);
}

.navbar {
    min-height: 58px;
    padding: 6px 0;
}

.nav-shell {
    display: flex;
    align-items: center;
    gap: 22px;
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.brand-logo {
    width: auto;
    height: 43px;
    max-width: 190px;
    object-fit: contain;
}

.desktop-nav {
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

.desktop-nav > a,
.nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 34px;
    padding: 0 11px;
    color: #344054;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 750;
}

.desktop-nav > a.active,
.desktop-nav > a:hover,
.nav-trigger.active,
.nav-trigger:hover {
    color: var(--blue);
    background: #eef5ff;
}

.nav-trigger i {
    font-size: 0.68rem;
}

.nav-dropdown {
    position: relative;
}

.mega-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 3000;
    display: grid;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 5px 8px;
    min-width: 620px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #d8e2ef;
    border-radius: 12px;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.mega-menu.compact {
    min-width: 540px;
}

.mega-menu.align-end {
    right: 0;
    left: auto;
}

.mega-label {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 28px;
    margin: 0 2px 3px;
    padding: 0 0 8px;
    border-bottom: 1px solid #edf2f7;
}

.mega-label span {
    position: relative;
    color: #175cd3;
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mega-label span::after {
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--blue), #2dd4bf);
    border-radius: 999px;
    content: "";
}

.nav-dropdown:hover .mega-menu,
.nav-dropdown:focus-within .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu a {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-height: 54px;
    padding: 9px 10px;
    color: #344054;
    border: 1px solid transparent;
    border-radius: 9px;
}

.mega-menu a:hover {
    color: var(--blue);
    background: #f8fbff;
    border-color: #dbeafe;
    box-shadow: inset 3px 0 0 rgba(21, 94, 239, 0.9);
}

.mega-menu a > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    color: var(--blue);
    background: #eef5ff;
    border-radius: 8px;
    font-size: 0.9rem;
}

.mega-menu span,
.mega-menu small {
    display: block;
}

.mega-menu span {
    font-size: 0.8rem;
    font-weight: 800;
}

.mega-menu small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 0.68rem;
    line-height: 1.3;
    font-weight: 650;
}

.nav-actions {
    align-items: center;
    gap: 8px;
    padding-right: 10px;
}

.nav-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 5px 15px;
    font-size: 0.84rem;
    font-weight: 800;
}

.icon-nav,
.menu-toggle,
.save-job {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    color: #475467;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
}

.icon-nav:hover,
.menu-toggle:hover,
.save-job:hover,
.save-job.is-saved {
    color: var(--blue);
    background: #eef5ff;
    border-color: #bfd7ff;
}

.account-menu {
    position: relative;
    display: inline-flex;
}

.account-trigger {
    padding: 0;
    overflow: hidden;
}

.account-trigger img,
.account-dropdown-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
}

.account-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 3400;
    display: grid;
    min-width: 250px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 10px;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.14);
    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.account-menu:hover .account-dropdown,
.account-menu:focus-within .account-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.account-dropdown-head {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 9px 9px 11px;
    border-bottom: 1px solid #eef2f6;
}

.account-dropdown-head img {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
}

.account-dropdown-head strong,
.account-dropdown-head span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-dropdown-head strong {
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 850;
}

.account-dropdown-head span {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 650;
}

.account-dropdown a,
.account-dropdown button {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 38px;
    padding: 0 9px;
    color: #344054;
    background: transparent;
    border: 0;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: left;
}

.account-dropdown a:hover,
.account-dropdown button:hover {
    color: var(--blue);
    background: #f5f9ff;
}

.menu-toggle {
    margin-left: auto;
    padding: 0;
}

.menu-toggle i {
    font-size: 1.34rem;
}

.mobile-menu {
    --bs-offcanvas-width: 100%;
    --bs-offcanvas-zindex: 5000;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    margin: 0;
    border-left: 0;
    border-radius: 0;
}

.offcanvas-backdrop {
    z-index: 4990;
}

.mobile-menu-logo {
    width: auto;
    height: 42px;
    max-width: 184px;
    object-fit: contain;
}

.mobile-nav-list {
    display: grid;
    gap: 8px;
}

.mobile-nav-list a {
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 48px;
    padding: 0 14px;
    color: #344054;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    font-weight: 800;
}

.mobile-nav-list a.active,
.mobile-nav-list a:hover {
    color: var(--blue);
    background: #eef5ff;
}

.search-hero {
    padding: 8px 0 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 88%);
    border-bottom: 1px solid #eef2f6;
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 348px;
    gap: 24px;
    align-items: center;
}

.hero-copy {
    min-width: 0;
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blue);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 8px 0 7px;
    font-size: clamp(1.85rem, 3.5vw, 3rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
    animation: heroTextIn 0.55s ease both;
}

.headline-line {
    display: block;
}

.hero-copy h1 .highlight {
    color: var(--blue);
    background: linear-gradient(90deg, var(--blue), var(--green));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-copy p {
    max-width: 650px;
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.58;
    white-space: nowrap;
}

.hero-ticker {
    width: 100%;
    max-width: 650px;
    overflow: hidden;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #f8fbff;
    mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 34px, #000 calc(100% - 34px), transparent 100%);
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: tickerMove 20s linear infinite;
    will-change: transform;
}

.hero-ticker:hover .ticker-track {
    animation-play-state: paused;
}

.ticker-group {
    display: flex;
    flex: 0 0 auto;
    gap: 16px;
    padding: 6px 8px;
}

.ticker-group span {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 7px;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.ticker-group i {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #175cd3;
    background: #eef5ff;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    font-size: 0.68rem;
}

.promo-slider {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 218px;
    overflow: hidden;
    background: #101828;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.16);
}

.promo-track {
    position: relative;
    min-height: 218px;
}

.promo-slide {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 8px;
    padding: 22px;
    color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s ease;
}

.promo-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(16, 24, 40, 0.08), rgba(16, 24, 40, 0.88)),
        radial-gradient(circle at 18% 15%, rgba(21, 94, 239, 0.42), transparent 34%),
        linear-gradient(135deg, #155eef, #101828 62%);
    z-index: -1;
}

.promo-slide:nth-child(2)::before {
    background:
        linear-gradient(180deg, rgba(16, 24, 40, 0.04), rgba(16, 24, 40, 0.88)),
        radial-gradient(circle at 78% 18%, rgba(7, 139, 95, 0.52), transparent 34%),
        linear-gradient(135deg, #0f766e, #111827 64%);
}

.promo-slide:nth-child(3)::before {
    background:
        linear-gradient(180deg, rgba(16, 24, 40, 0.04), rgba(16, 24, 40, 0.88)),
        radial-gradient(circle at 22% 22%, rgba(217, 101, 43, 0.48), transparent 34%),
        linear-gradient(135deg, #d9652b, #101828 66%);
}

.promo-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.promo-slide span {
    align-self: start;
    padding: 5px 9px;
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
}

.promo-slide strong {
    max-width: 280px;
    font-size: 1.14rem;
    line-height: 1.28;
    font-weight: 800;
}

.promo-dots {
    position: absolute;
    right: 18px;
    bottom: 16px;
    display: flex;
    gap: 6px;
}

.promo-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    background: rgba(255, 255, 255, 0.42);
    border: 0;
    border-radius: 999px;
}

.promo-dots button.is-active {
    width: 18px;
    background: #ffffff;
}

.sticky-search-wrap {
    position: sticky;
    top: 0;
    z-index: 1010;
    padding: 7px 0 8px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(228, 231, 236, 0.95);
    backdrop-filter: blur(14px);
}

.home-sticky-search.is-released {
    position: static;
}

.job-search {
    display: grid;
    grid-template-columns: minmax(260px, 0.92fr) minmax(190px, 0.42fr) auto auto;
    gap: 8px;
    width: 100%;
    max-width: none;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #cfd8e3;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.search-control {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 0 12px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    transition: background-color 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.search-control:focus-within {
    background: #ffffff;
    border-color: rgba(21, 94, 239, 0.55);
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.1);
}

.search-control i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: var(--blue);
    background: #eef5ff;
    border-radius: 999px;
    font-size: 0.92rem;
}

.search-control label {
    display: block;
    margin: 0;
    color: #344054;
    font-size: 0.66rem;
    font-weight: 800;
}

.search-control input {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.86rem;
    font-weight: 650;
}

.search-control > div {
    width: 100%;
    min-width: 0;
}

.search-submit {
    align-self: stretch;
    min-width: 104px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
}

.job-search .filter-toggle {
    border-radius: 999px;
}

.home-page .sticky-search-wrap {
    padding: 5px 0;
    background: rgba(255, 255, 255, 0.98);
}

.home-page .job-search {
    grid-template-columns: minmax(280px, 1fr) minmax(210px, 0.52fr) auto auto;
    gap: 8px;
    overflow: visible;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.home-page .home-sticky-search:not(.is-released) .job-search {
    box-shadow: none;
}

.home-page .search-control {
    min-height: 40px;
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #cfd8e3;
    border-radius: 999px;
}

.home-page .search-control:focus-within {
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-color: rgba(21, 94, 239, 0.55);
    box-shadow: 0 0 0 3px rgba(21, 94, 239, 0.1);
}

.home-page .search-control i {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    font-size: 0.95rem;
}

.home-page .search-control input {
    font-size: 0.84rem;
    font-weight: 700;
}

.home-page .filter-toggle,
.home-page .search-submit {
    min-height: 40px;
    border-radius: 999px;
}

.home-page .filter-toggle {
    min-width: 84px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
}

.home-page .search-submit {
    min-width: 108px;
    font-size: 0.8rem;
}

.home-page .search-filters {
    margin: 0 8px 8px;
    padding-right: 0;
    padding-left: 0;
}

.home-page .search-filters.is-open {
    max-height: 156px;
    padding-top: 10px;
}

.filter-toggle {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 88px;
    color: #344054;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.filter-toggle.is-active {
    color: var(--blue);
    background: #eef5ff;
    border-color: #bfd7ff;
}

.filter-chevron {
    font-size: 0.72rem;
    transition: transform 0.2s ease;
}

.filter-toggle.is-active .filter-chevron {
    transform: rotate(180deg);
}

.search-filters {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 118px) minmax(150px, 190px) minmax(0, 1fr);
    align-items: end;
    gap: 6px;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    opacity: 0;
    border-top: 1px solid #eef2f6;
    transform: translateY(-4px);
    transition: max-height 0.22s ease, opacity 0.18s ease, padding-top 0.22s ease, transform 0.22s ease;
}

.search-filters.is-open {
    max-height: 92px;
    padding-top: 5px;
    opacity: 1;
    transform: translateY(0);
}

.filter-sheet-head,
.filter-sheet-actions {
    display: none;
}

.filter-select label {
    display: block;
    margin: 0 0 3px;
    color: #344054;
    font-size: 0.64rem;
    font-weight: 800;
}

.filter-select .visually-hidden {
    margin: 0;
}

.filter-select select {
    width: 100%;
    min-height: 28px;
    padding: 0 7px;
    color: #344054;
    background: #f8fafc;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    outline: 0;
    font-size: 0.72rem;
    font-weight: 700;
}

.keyword-filter {
    min-width: 0;
    max-width: 190px;
}

.keyword-token-box {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    width: 100%;
    padding: 2px 7px;
    background: #ffffff;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
}

.keyword-token-list {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    max-width: 92px;
    overflow-x: auto;
    scrollbar-width: none;
}

.keyword-token-list::-webkit-scrollbar {
    display: none;
}

.keyword-token {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    flex: 0 0 auto;
    min-height: 20px;
    padding: 0 4px 0 7px;
    color: #175cd3;
    background: #eff8ff;
    border: 1px solid #b2ddff;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
}

.keyword-token button {
    display: inline-grid;
    place-items: center;
    width: 15px;
    height: 15px;
    padding: 0;
    color: inherit;
    background: transparent;
    border: 0;
}

.keyword-token-box input {
    flex: 1 1 80px;
    min-width: 70px;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.72rem;
    font-weight: 750;
}

.category-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: thin;
}

.category-row a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 23px;
    padding: 0 7px;
    color: #344054;
    background: #ffffff;
    border: 1px solid #e3e9f2;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    white-space: nowrap;
}

.category-row a:hover {
    color: var(--blue);
    border-color: #bfd7ff;
    background: #eef5ff;
}

.ad-reserve {
    padding: 12px 0 0;
}

.auto-ad-space {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    color: #98a2b3;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.ad-slot {
    display: block;
    width: 100%;
    margin: 18px 0;
    padding: 8px 10px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.04);
}

.ad-slot > span {
    display: block;
    margin-bottom: 6px;
    color: #98a2b3;
    font-size: 0.68rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.home-ad-section {
    padding: 4px 0 26px;
    background: #f7faff;
}

.ad-home-horizontal,
.ad-jobs-top,
.ad-seo-landing-top {
    margin: 0 0 12px;
}

.ad-home-horizontal .adsbygoogle,
.ad-jobs-top .adsbygoogle,
.ad-jobs-mid-horizontal .adsbygoogle,
.ad-seo-landing-top .adsbygoogle {
    min-height: 72px;
}

.ad-jobs-feed,
.ad-jobs-feed-text,
.ad-jobs-mid-horizontal,
.ad-seo-landing-feed,
.ad-seo-landing-feed-text {
    margin: 12px 0;
}

.ad-jobs-feed .adsbygoogle,
.ad-jobs-feed-text .adsbygoogle,
.ad-seo-landing-feed .adsbygoogle,
.ad-seo-landing-feed-text .adsbygoogle,
.ad-job-detail-bottom .adsbygoogle {
    min-height: 96px;
}

.ad-job-detail-inline,
.ad-job-detail-bottom {
    margin: 22px 0;
}

.ad-job-detail-inline .adsbygoogle {
    min-height: 120px;
}

.ad-job-detail-sidebar {
    margin: 16px 0 0;
    min-height: 280px;
}

.ad-job-detail-sidebar .adsbygoogle {
    min-height: 260px;
}

.job-detail-floating-ad {
    display: none;
}

.job-detail-floating-ad-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.job-detail-floating-ad-head span {
    color: #98a2b3;
    font-size: 0.66rem;
    font-weight: 850;
    text-transform: uppercase;
}

.job-detail-floating-ad-head button {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: #475467;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
}

.job-detail-floating-ad-head button:hover {
    color: var(--blue);
    background: #eef5ff;
    border-color: #bfd7ff;
}

.job-detail-floating-ad .ad-slot {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.job-detail-floating-ad .ad-slot > span {
    display: none;
}

.ad-job-detail-anchor .adsbygoogle {
    min-height: 50px;
}

@media (min-width: 992px) {
    .job-detail-page.has-detail-floating-ad {
        padding-bottom: 120px;
    }

    .job-detail-floating-ad {
        position: fixed;
        left: 50%;
        bottom: 20px;
        z-index: 2400;
        display: block;
        width: 300px;
        max-width: calc(100vw - 48px);
        padding: 8px;
        background: #ffffff;
        border: 1px solid #dbe4f0;
        border-radius: 8px;
        box-shadow: 0 18px 44px rgba(16, 24, 40, 0.16);
        transform: translateX(-50%);
    }
}

.board-section {
    padding: 22px 0 42px;
}

.jobs-board-section {
    padding-top: 18px;
}

.jobs-logo-bar {
    padding: 10px 0;
    background: #ffffff;
    border-bottom: 1px solid rgba(228, 231, 236, 0.95);
}

.jobs-logo-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobs-search-header {
    position: sticky;
    top: 0;
    z-index: 1800;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(228, 231, 236, 0.95);
    backdrop-filter: blur(14px);
}

.jobs-header-grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
}

.header-job-search {
    display: grid;
    grid-template-columns: minmax(170px, 0.8fr) minmax(130px, 0.55fr) auto auto auto;
    gap: 8px;
    align-items: center;
}

.header-search-control {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #cfd8e3;
    border-radius: 999px;
}

.header-search-control:focus-within,
.search-control:focus-within {
    z-index: 3300;
}

.suggestion-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: -2px;
    right: -2px;
    z-index: 3200;
    display: grid;
    max-height: 310px;
    overflow: auto;
    padding: 6px;
    background: #ffffff;
    border: 1px solid #b9c6d8;
    border-radius: 8px;
    box-shadow: 0 20px 46px rgba(16, 24, 40, 0.18);
}

.suggestion-item {
    display: grid;
    gap: 3px;
    width: 100%;
    padding: 10px 11px;
    text-align: left;
    color: #344054;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #edf1f6;
    border-radius: 0;
}

.suggestion-item:last-child {
    border-bottom: 0;
}

.suggestion-item:hover,
.suggestion-item.is-active {
    color: var(--blue);
    background: #eef5ff;
    border-radius: 7px;
}

.suggestion-menu span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.86rem;
    font-weight: 800;
}

.suggestion-menu small {
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 700;
}

.active-filter-strip {
    position: sticky;
    top: var(--sticky-search-height);
    z-index: 1500;
    padding: 5px 0;
    background: rgba(248, 250, 252, 0.98);
    border-bottom: 1px solid #e4e7ec;
}

.active-filter-row {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.filter-chip,
.clear-filters-link {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
}

.filter-chip {
    color: #175cd3;
    background: #eff8ff;
    border: 1px solid #b2ddff;
}

.clear-filters-link {
    color: #b42318;
    background: #fff1f3;
    border: 1px solid #fecdd6;
}

.header-search-control i {
    color: var(--blue);
}

.header-search-control input {
    width: 100%;
    min-width: 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.86rem;
    font-weight: 650;
}

.jobs-search-header .btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 0.84rem;
    font-weight: 800;
}

.account-placeholder {
    width: 40px;
    height: 40px;
}

.header-search-filters {
    grid-column: 1 / -1;
}

.board-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) 430px;
    gap: 16px;
    align-items: stretch;
}

.job-card,
.job-preview-card {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.results-column {
    min-width: 0;
}

.results-header {
    margin-bottom: 13px;
}

.results-header h2 {
    margin: 4px 0 0;
    font-size: 1.28rem;
    font-weight: 800;
}

.sort-tabs {
    display: inline-flex;
    padding: 4px;
    
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
}

.sort-tabs button,
.sort-tabs a {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 0 11px;
    color: #475467;
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
}

.sort-tabs button.active,
.sort-tabs a.active {
    color: var(--blue);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.08);
}

.job-list {
    display: grid;
    gap: 12px;
}

.feed-end-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 16px;
    padding: 16px;
    background:
        linear-gradient(135deg, rgba(239, 248, 255, 0.95), rgba(255, 255, 255, 0.98));
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.feed-end-copy {
    min-width: 0;
}

.feed-end-copy h3 {
    margin: 4px 0 4px;
    color: var(--ink);
    font-size: 1rem;
    line-height: 1.22;
    font-weight: 850;
}

.feed-end-copy p {
    margin: 0;
    color: #667085;
    font-size: 0.78rem;
    line-height: 1.42;
    font-weight: 650;
}

.feed-end-actions {
    display: flex;
    justify-content: flex-end;
}

.feed-end-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 20px;
    font-size: 0.84rem;
    font-weight: 850;
    white-space: nowrap;
}

.empty-state {
    padding: 28px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.empty-state h2 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 800;
}

.empty-state p {
    max-width: 520px;
    margin: 0 auto;
    color: var(--muted);
    line-height: 1.55;
    font-weight: 700;
}

.job-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    padding: 13px;
    transition: box-shadow 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
    cursor: pointer;
}

.job-card:hover,
.job-card.is-selected {
    border-color: rgba(21, 94, 239, 0.32);
    box-shadow: var(--shadow);
    transform: translateY(-1px);
}

.job-card.is-selected {
    background: #fbfdff;
}

.job-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 800;
}

.job-logo.blue {
    background: var(--blue);
}

.job-logo.orange {
    background: var(--orange);
}

.job-logo.green {
    background: var(--green);
}

.job-logo.image-logo {
    overflow: hidden;
    padding: 5px;
    color: transparent;
    background: #ffffff;
    border: 1px solid #e4e7ec;
}

.job-logo.image-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.job-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    margin-bottom: 4px;
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.job-topline em {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 7px;
    color: #175cd3;
    background: #eff8ff;
    border: 1px solid #b2ddff;
    border-radius: 999px;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 850;
}

.job-card.is-viewed h3 a {
    color: #475467;
}

.job-content h3 {
    margin: 0 0 5px;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 800;
}

.job-content p {
    margin: 0 0 9px;
    color: #767779;
    font-size: 0.7rem;
    line-height: 1.48;
}

.job-summary-line {
    display: -webkit-box;
    min-height: 1.35em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    color: #667085;
    font-size: 0.76rem;
    line-height: 1.28;
    font-weight: 550;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.tag-row span,
.tag-row strong {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 0.73rem;
    font-weight: 800;
    white-space: nowrap;
}

.tag-row span {
    color: #344054;
    background: #f2f5f9;
}

.tag-row strong {
    color: #067647;
    background: #ecfdf3;
}

.job-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.job-actions .btn {
    min-width: 66px;
    font-size: 0.84rem;
    font-weight: 800;
}

.account-main {
    padding: 24px 0 44px;
    background: #f8fbff;
}

.login-main {
    display: grid;
    place-items: center;
    min-height: 560px;
    padding: 24px 0 34px;
    background:
        radial-gradient(circle at 20% 0%, rgba(178, 221, 255, 0.48), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.login-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.82fr);
    gap: 16px;
    align-items: stretch;
}

.login-benefits {
    display: grid;
    align-content: center;
    padding: 28px;
    color: #ffffff;
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #063f7e 0%, #0f5fb8 54%, #139cc7 100%);
    border-radius: 14px;
    box-shadow: 0 24px 68px rgba(16, 24, 40, 0.14);
}

.login-benefits .eyebrow {
    color: #dbeafe;
}

.login-benefits h1 {
    max-width: 680px;
    margin: 9px 0 10px;
    font-size: clamp(1.8rem, 3.3vw, 2.75rem);
    line-height: 1.07;
    font-weight: 850;
}

.login-benefits > p {
    max-width: 640px;
    margin: 0 0 18px;
    color: #dbeafe;
    font-size: 1rem;
    line-height: 1.58;
    font-weight: 650;
}

.login-benefit-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.login-benefit-grid div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2px 10px;
    align-items: center;
    min-width: 0;
    padding: 11px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

.login-benefit-grid i {
    grid-row: span 2;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #083f73;
    background: #dbeafe;
    border-radius: 999px;
}

.login-benefit-grid strong {
    font-size: 0.9rem;
    font-weight: 850;
}

.login-benefit-grid span {
    color: #dbeafe;
    font-size: 0.78rem;
    line-height: 1.45;
    font-weight: 650;
}

.login-card {
    display: grid;
    justify-items: stretch;
    align-content: center;
    min-height: 100%;
    padding: 30px;
    text-align: left;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    box-shadow: 0 22px 58px rgba(16, 24, 40, 0.1);
}

.login-card img {
    width: auto;
    height: 48px;
    max-width: 210px;
    margin-bottom: 18px;
    object-fit: contain;
}

.login-card h2 {
    margin: 7px 0 8px;
    color: var(--ink);
    font-size: 1.55rem;
    line-height: 1.15;
    font-weight: 850;
}

.login-card p {
    max-width: 360px;
    margin: 0 0 20px;
    color: var(--muted);
    line-height: 1.55;
    font-weight: 650;
}

.google-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 46px;
    color: #344054;
    background: #ffffff;
    border: 1px solid #c4ccd8;
    border-radius: 999px;
    font-weight: 850;
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.06);
}

.google-login-btn:hover {
    color: var(--blue);
    border-color: #bfd7ff;
    background: #f8fbff;
}

.google-mark {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
}

.google-mark svg {
    display: block;
    width: 20px;
    height: 20px;
}

.login-card small {
    display: block;
    max-width: 320px;
    margin-top: 13px;
    color: var(--muted);
    font-size: 0.76rem;
    line-height: 1.45;
    font-weight: 650;
}

.login-secondary-link {
    margin-top: 14px;
    color: #475467;
    font-size: 0.82rem;
    font-weight: 800;
}

.account-panel {
    padding: 22px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    box-shadow: 0 16px 42px rgba(16, 24, 40, 0.06);
}

.account-page-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.account-page-head p {
    margin: 5px 0 0;
    color: var(--muted);
    font-weight: 650;
}

.account-page-head h1 {
    margin: 4px 0 0;
    font-size: 1.6rem;
    font-weight: 850;
}

.account-tabs {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    background: #f2f4f7;
    border: 1px solid #e4e7ec;
    border-radius: 999px;
}

.account-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 0 12px;
    color: #475467;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 850;
}

.account-tabs a.active {
    color: var(--blue);
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(16, 24, 40, 0.08);
}

.account-tabs span {
    color: inherit;
    font-size: 0.72rem;
}

.account-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.account-summary-grid div {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 3px 10px;
    align-items: center;
    padding: 13px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
}

.account-summary-grid i {
    grid-row: span 2;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--blue);
    background: #eef5ff;
    border-radius: 999px;
}

.account-summary-grid span {
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 800;
}

.account-summary-grid strong {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 850;
}

.account-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.account-toolbar > span {
    color: var(--muted);
    font-size: 0.8rem;
    font-weight: 800;
}

.account-job-list {
    display: grid;
    gap: 8px;
    max-width: 1040px;
}

.account-job-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 10px 12px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.account-job-row:hover {
    border-color: #bfd7ff;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08);
}

.account-job-row .job-logo {
    width: 40px;
    height: 40px;
}

.account-job-row-main {
    min-width: 0;
}

.account-job-row-top {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
    color: var(--muted);
    font-size: 0.74rem;
    font-weight: 800;
}

.account-job-row-top em {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    padding: 0 7px;
    color: #067647;
    background: #ecfdf3;
    border: 1px solid #abefc6;
    border-radius: 999px;
    font-size: 0.66rem;
    font-style: normal;
    font-weight: 850;
}

.account-job-row h3 {
    overflow: hidden;
    margin: 0;
    color: var(--ink);
    font-size: 0.95rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-job-row p {
    overflow: hidden;
    margin: 2px 0 0;
    color: #667085;
    font-size: 0.76rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-job-row-tags {
    display: flex;
    gap: 5px;
    overflow: hidden;
    margin-top: 6px;
}

.account-job-row-tags span {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 20px;
    padding: 0 7px;
    color: #344054;
    background: #f2f5f9;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
}

.account-job-row-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-job-row-actions .btn {
    min-width: 64px;
    font-size: 0.8rem;
    font-weight: 850;
}

.account-empty-state {
    min-height: 260px;
}

.personal-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    max-width: none;
    padding: 18px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
}

.personal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 14px;
    align-items: start;
}

.personal-side-panel {
    display: grid;
    gap: 8px;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-radius: 10px;
}

.personal-side-panel strong {
    margin-bottom: 4px;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 850;
}

.personal-side-panel a,
.personal-side-panel button {
    display: flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    color: #344054;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    font-size: 0.82rem;
    font-weight: 800;
    text-align: left;
}

.personal-side-panel a:hover,
.personal-side-panel button:hover {
    color: var(--blue);
    border-color: #bfd7ff;
    background: #eef5ff;
}

.personal-avatar {
    width: 86px;
    height: 86px;
    object-fit: cover;
    border-radius: 999px;
    border: 3px solid #ffffff;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.12);
}

.avatar-fallback {
    display: inline-grid;
    place-items: center;
    color: var(--blue);
    background: #eef5ff;
    font-size: 2rem;
}

.personal-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.personal-info-grid div {
    min-width: 0;
    padding: 13px;
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 8px;
}

.personal-info-grid span,
.personal-info-grid strong {
    display: block;
}

.personal-info-grid span {
    color: var(--muted);
    font-size: 0.75rem;
    font-weight: 800;
}

.personal-info-grid strong {
    overflow: hidden;
    margin-top: 3px;
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tool-hub-main {
    padding: 22px 0 42px;
    background: #f8fbff;
}

.tool-hub-layout {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.tool-sidebar {
    position: sticky;
    top: calc(var(--sticky-search-height) + 14px);
    display: grid;
    gap: 6px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.tool-sidebar strong {
    padding: 7px 10px;
    color: var(--ink);
    font-size: 0.86rem;
    font-weight: 850;
}

.tool-sidebar a,
.tool-bottom-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #344054;
    font-weight: 800;
}

.tool-sidebar a {
    min-height: 38px;
    padding: 0 10px;
    border-radius: 999px;
}

.tool-sidebar a:hover,
.tool-sidebar a:focus,
.tool-sidebar a.is-active {
    color: var(--blue);
    background: #eef5ff;
}

.tool-content {
    display: grid;
    gap: 12px;
}

.tool-hero-panel,
.tool-section {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.tool-hero-panel {
    padding: 24px;
}

.tool-hero-panel h1 {
    max-width: 760px;
    margin: 7px 0 8px;
    color: var(--ink);
    font-size: 2rem;
    line-height: 1.12;
    font-weight: 850;
}

.tool-hero-panel p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
    font-weight: 650;
}

.tool-section {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 120px;
    padding: 18px;
}

.tool-section > i {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--blue);
    background: #eef5ff;
    border-radius: 12px;
    font-size: 1.2rem;
}

.tool-section span {
    color: #175cd3;
    font-size: 0.74rem;
    font-weight: 850;
    text-transform: uppercase;
}

.tool-section h2 {
    margin: 3px 0 4px;
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 850;
}

.tool-section p {
    margin: 0;
    color: var(--muted);
    font-weight: 650;
}

.tool-section:not(.is-active) {
    display: none;
}

.tool-bottom-nav a.is-active {
    color: var(--blue);
    background: #eef5ff;
    border-radius: 12px;
}

.tool-bottom-nav {
    display: none;
}

.pricing-main {
    padding: 34px 0 46px;
    background:
        radial-gradient(circle at 16% 8%, rgba(178, 221, 255, 0.52), transparent 30%),
        linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 22px;
    align-items: center;
}

.pricing-copy {
    padding: 26px 0;
}

.pricing-copy h1 {
    max-width: 760px;
    margin: 8px 0 10px;
    color: var(--ink);
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 850;
}

.pricing-copy p {
    max-width: 690px;
    margin: 0;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 650;
}

.developer-note {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
    padding: 13px 15px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.developer-note > i {
    color: #e11d48;
}

.developer-note strong,
.developer-note span {
    display: block;
}

.developer-note strong {
    color: var(--ink);
    font-weight: 850;
}

.developer-note span {
    color: var(--muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.pricing-card {
    padding: 24px;
    background: #ffffff;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(16, 24, 40, 0.13);
}

.pricing-card > span {
    display: inline-flex;
    min-height: 26px;
    align-items: center;
    padding: 0 10px;
    color: #067647;
    background: #ecfdf3;
    border: 1px solid #abefc6;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 850;
}

.pricing-card h2 {
    margin: 14px 0 3px;
    color: var(--ink);
    font-size: 3rem;
    font-weight: 850;
}

.pricing-card p {
    margin: 0 0 16px;
    color: var(--muted);
    font-weight: 650;
}

.pricing-card ul {
    display: grid;
    gap: 10px;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
}

.pricing-card li {
    display: flex;
    gap: 9px;
    color: #344054;
    font-weight: 750;
}

.pricing-card li i {
    color: #067647;
}

.static-main {
    padding: 34px 0 48px;
    background: #f6f8fb;
}

.static-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.38fr) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.static-hero,
.static-card {
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.static-hero {
    position: sticky;
    top: 84px;
    padding: 22px;
}

.static-hero h1 {
    margin: 8px 0 10px;
    font-size: 2rem;
    line-height: 1.08;
    font-weight: 850;
}

.static-hero p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6;
    font-weight: 650;
}

.static-card {
    padding: 24px;
}

.static-card h2 {
    margin: 0 0 8px;
    font-size: 1.05rem;
    font-weight: 850;
}

.static-card h2:not(:first-child) {
    margin-top: 24px;
}

.static-card p {
    margin: 0;
    color: #475467;
    line-height: 1.72;
    font-weight: 620;
}

.static-form {
    display: grid;
    gap: 14px;
}

.static-form-inline {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    margin-bottom: 24px;
}

.static-form label {
    display: block;
    margin-bottom: 6px;
    color: #344054;
    font-size: 0.78rem;
    font-weight: 850;
}

.static-form input,
.static-form select,
.static-form textarea {
    width: 100%;
    min-height: 42px;
    padding: 9px 12px;
    color: var(--ink);
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    outline: 0;
    font: inherit;
    font-weight: 650;
}

.static-form textarea {
    resize: vertical;
}

.static-form input:focus,
.static-form select:focus,
.static-form textarea:focus {
    border-color: rgba(21, 94, 239, 0.55);
    box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.1);
}

.static-form .btn {
    justify-self: start;
    min-height: 42px;
    padding: 0 18px;
    font-weight: 850;
}

.static-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: 12px 14px;
    color: #067647;
    background: #ecfdf3;
    border: 1px solid #abefc6;
    border-radius: 8px;
    font-weight: 800;
}

.static-notice i {
    font-size: 1rem;
}

.right-rail {
    display: grid;
    gap: 0;
    align-self: stretch;
    min-height: 100%;
    align-content: start;
}

.job-preview-card {
    position: sticky;
    top: calc(var(--sticky-search-height) + var(--active-filter-height) + 12px);
    min-height: 520px;
    padding: 20px;
    border: 1px solid rgba(21, 94, 239, 0.24);
    box-shadow: var(--shadow);
}

.preview-company {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.preview-company span,
.preview-company strong {
    display: block;
}

.preview-company span {
    color: #344054;
    font-weight: 800;
}

.preview-company strong {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.job-preview-card h2 {
    margin: 0 0 8px;
    font-size: 1.1rem;
    line-height: 1.24;
    font-weight: 800;
}

.preview-location {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.70rem;
    margin: 0 0 14px;
    color: #475467;
    font-weight: 750;
}

.preview-summary {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #eef2f6;
}

.preview-summary h3 {
    margin: 0 0 7px;
    color: #344054;
    font-size: 0.70rem;
    font-weight: 800;
}

.preview-summary p {
    margin: 0;
    color: #475467;
    font-size: 0.75rem;
    line-height: 1.6;
}

.preview-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
    margin-bottom: 18px;
}

.preview-tags span,
.preview-tags strong {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 24px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 0.73rem;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: normal;
    white-space: nowrap;
}

.preview-tags span {
    color: #344054;
    background: #f2f5f9;
}

.preview-tags strong {
    color: #067647;
    background: #ecfdf3;
}

.preview-actions {
    display: flex;
    align-items: center;
    gap: 9px;
}

.preview-actions .btn {
    flex: 1;
    font-weight: 800;
}

.preview-save {
    flex: 0 0 auto;
}

.preview-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--blue);
    font-weight: 800;
}

.results-count {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 700;
}

.jobs-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 18px;
}

.jobs-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 36px;
    padding: 0 12px;
    color: #344054;
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 800;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    background: #ffffff;
}

.jobs-pagination a.active {
    color: #ffffff;
    border-color: var(--blue);
    background: var(--blue);
}

.jobs-pagination a.disabled {
    pointer-events: none;
    color: #98a2b3;
    background: #f8fafc;
}

.job-detail-main {
    padding: 28px 0 54px;
}

.detail-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    min-height: 36px;
    padding: 0 13px;
    color: #175cd3;
    background: #ffffff;
    border: 1px solid #b2ddff;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
    font-size: 0.86rem;
    font-weight: 800;
}

.detail-back-link:hover {
    color: #ffffff;
    background: var(--blue);
    border-color: var(--blue);
}

.job-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}

.job-detail-card,
.job-detail-mini {
    padding: 22px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 42px rgba(16, 24, 40, 0.06);
}

.job-detail-card h1 {
    max-width: 900px;
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 2rem;
    line-height: 1.18;
    font-weight: 800;
}

.job-detail-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}

.job-detail-sidebar-actions .btn,
.job-detail-sidebar-actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    min-height: 42px;
    font-weight: 800;
}

.share-job.is-copied {
    color: #067647;
    border-color: #abefc6;
    background: #ecfdf3;
}

.mobile-detail-action-bar {
    display: none;
}

body:has(.mobile-menu.show) .mobile-detail-action-bar,
body:has(.mobile-menu.showing) .mobile-detail-action-bar,
body.mobile-menu-open .mobile-detail-action-bar {
    display: none !important;
}

body.mobile-menu-open .search-filters,
body.mobile-menu-open .active-filter-strip {
    visibility: hidden;
    pointer-events: none;
}

.mobile-job-preview-modal .modal-dialog {
    margin: 12px;
}

.mobile-job-preview-modal .modal-content {
    overflow: hidden;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(16, 24, 40, 0.24);
}

.mobile-job-preview-modal .modal-header {
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border-bottom: 1px solid #eef2f6;
}

.mobile-job-preview-modal .preview-company {
    min-width: 0;
    margin-bottom: 0;
}

.mobile-job-preview-modal .modal-body {
    padding: 14px;
}

.mobile-job-preview-modal h2 {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: 1.22rem;
    line-height: 1.25;
    font-weight: 850;
}

.mobile-job-preview-modal .preview-summary {
    padding-top: 14px;
    margin-top: 14px;
}

.mobile-job-preview-modal .preview-summary p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    font-size: 0.86rem;
}

.mobile-job-preview-modal .preview-tags {
    margin: 14px 0 0;
}

.mobile-job-preview-modal .modal-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 14px 14px;
    border-top: 1px solid #eef2f6;
}

.mobile-job-preview-modal .modal-footer .btn {
    width: 100%;
    min-height: 42px;
    font-weight: 850;
}

.job-description-full {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eef2f6;
    color: #344054;
    line-height: 1.72;
}

.job-description-full h2 {
    margin: 0 0 12px;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 800;
}

.job-detail-incontent-ad {
    display: grid;
    place-items: center;
    min-height: 120px;
    padding-top: 18px;
    margin-top: 22px;
    color: #98a2b3;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.job-detail-more-like {
    padding-top: 20px;
    margin-top: 22px;
    border-top: 1px solid #eef2f6;
}

.section-mini-head span {
    color: #175cd3;
    font-size: 0.75rem;
    font-weight: 850;
    text-transform: uppercase;
}

.section-mini-head h2 {
    margin: 3px 0 14px;
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 850;
}

.more-like-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.more-like-grid a {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 13px;
    color: var(--ink);
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
}

.more-like-grid a:hover {
    border-color: #b2ddff;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.08);
}

.more-like-grid strong {
    overflow: hidden;
    color: var(--ink);
    font-size: 0.9rem;
    line-height: 1.32;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more-like-grid span {
    overflow: hidden;
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job-detail-side {
    position: sticky;
    top: calc(var(--sticky-search-height) + 14px);
    display: grid;
    gap: 14px;
}

.job-detail-mini {
    display: grid;
    gap: 6px;
}

.job-detail-mini strong {
    color: var(--ink);
}

.job-detail-mini span {
    color: var(--muted);
    font-size: 0.9rem;
}

.similar-jobs-box {
    gap: 12px;
}

.similar-jobs-list {
    display: grid;
    gap: 10px;
}

.similar-jobs-list a {
    display: grid;
    gap: 3px;
    padding-bottom: 10px;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid #eef2f6;
}

.similar-jobs-list a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.similar-jobs-list span {
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
}

.similar-jobs-list small {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 700;
}

.job-detail-sidebar-actions {
    gap: 10px;
}

@keyframes heroTextIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tickerMove {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-copy h1 {
        animation: none;
    }

    .ats-row-source,
    .ats-row-line::after {
        animation: none;
    }
}

.ats-flow-section {
    padding: 30px 0 42px;
    background:
        linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #e4e7ec;
}

.ats-flow-shell {
    display: grid;
    grid-template-columns: minmax(270px, 0.86fr) minmax(430px, 1.38fr) minmax(265px, 0.76fr);
    gap: 14px;
    align-items: stretch;
    padding: 14px;
    color: #e7edf7;
    background:
        radial-gradient(circle at 50% 0%, rgba(45, 212, 191, 0.2), transparent 28%),
        linear-gradient(135deg, #0b1220 0%, #111827 52%, #142033 100%);
    border: 1px solid #1d2939;
    border-radius: 8px;
    box-shadow: 0 24px 62px rgba(16, 24, 40, 0.18);
}

.ats-flow-copy,
.ats-flow-graphic,
.ats-action-panel {
    min-width: 0;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 8px;
}

.ats-flow-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 22px;
    background: rgba(15, 23, 42, 0.78);
}

.ats-flow-copy .eyebrow {
    color: #93c5fd;
}

.ats-flow-copy h2 {
    margin: 8px 0 9px;
    color: #ffffff;
    font-size: clamp(1.48rem, 2vw, 2.08rem);
    line-height: 1.08;
    font-weight: 850;
}

.ats-flow-copy p {
    margin: 0;
    color: #cbd5e1;
    font-size: 0.92rem;
    line-height: 1.55;
    font-weight: 650;
}

.ats-flow-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ats-flow-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 15px;
    font-size: 0.82rem;
    font-weight: 850;
}

.ats-flow-actions .btn-light {
    color: #e7edf7;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
}

.ats-flow-actions .btn-light:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
}

.ats-flow-graphic {
    position: relative;
    overflow: hidden;
    padding: 18px;
    background:
        linear-gradient(rgba(148, 163, 184, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(148, 163, 184, 0.06) 1px, transparent 1px),
        rgba(2, 6, 23, 0.72);
    background-size: 24px 24px;
}

.ats-pipeline-card {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
    padding: 14px;
    background: rgba(248, 250, 252, 0.96);
    border: 1px solid rgba(191, 219, 254, 0.66);
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.1), 0 18px 44px rgba(2, 6, 23, 0.36);
}

.ats-pipeline-card::before {
    position: absolute;
    inset: -2px;
    z-index: -1;
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.78), rgba(45, 212, 191, 0.66), rgba(21, 94, 239, 0.34));
    border-radius: 10px;
    opacity: 0.56;
    filter: blur(10px);
    content: "";
}

.ats-pipeline-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e7ec;
}

.ats-pipeline-head span {
    color: #182230;
    font-size: 0.82rem;
    font-weight: 900;
}

.ats-pipeline-head strong {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #067647;
    font-size: 0.72rem;
    font-weight: 900;
}

.ats-job-stream {
    display: grid;
    gap: 9px;
    overflow: hidden;
}

.ats-job-stream.is-changing .ats-row-job {
    opacity: 0;
    transform: translateY(6px);
}

.ats-flow-row {
    display: grid;
    grid-template-columns: 142px 38px minmax(0, 1fr);
    gap: 0;
    align-items: center;
}

.ats-row-source {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-height: 46px;
    padding: 8px;
    background: rgba(15, 23, 42, 0.94);
    border: 1px solid rgba(96, 165, 250, 0.34);
    border-radius: 8px;
    animation: atsNodePulse 4.6s ease-in-out infinite;
}

.ats-row-source.green {
    border-color: rgba(52, 211, 153, 0.34);
}

.ats-row-source.orange {
    border-color: rgba(251, 146, 60, 0.34);
}

.ats-row-source.teal {
    border-color: rgba(45, 212, 191, 0.34);
}

.ats-row-source span {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    color: #bfdbfe;
    background: rgba(37, 99, 235, 0.24);
    border: 1px solid rgba(96, 165, 250, 0.42);
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 900;
}

.ats-row-source.green span {
    color: #bbf7d0;
    background: rgba(5, 150, 105, 0.22);
    border-color: rgba(52, 211, 153, 0.42);
}

.ats-row-source.orange span {
    color: #fed7aa;
    background: rgba(234, 88, 12, 0.22);
    border-color: rgba(251, 146, 60, 0.42);
}

.ats-row-source.teal span {
    color: #99f6e4;
    background: rgba(13, 148, 136, 0.22);
    border-color: rgba(45, 212, 191, 0.42);
}

.ats-row-source strong {
    overflow: hidden;
    color: #e7edf7;
    font-size: 0.78rem;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ats-row-line {
    position: relative;
    height: 2px;
    background: linear-gradient(90deg, rgba(96, 165, 250, 0.14), rgba(45, 212, 191, 0.76));
}

.ats-row-line::after {
    position: absolute;
    top: -3px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #5eead4;
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(94, 234, 212, 0.9);
    animation: atsSignalMove 2.7s linear infinite;
    content: "";
}

.ats-flow-row:nth-child(2) .ats-row-line::after {
    animation-delay: 0.45s;
}

.ats-flow-row:nth-child(3) .ats-row-line::after {
    animation-delay: 0.9s;
}

.ats-flow-row:nth-child(4) .ats-row-line::after {
    animation-delay: 1.35s;
}

.ats-row-job {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 46px;
    padding: 8px 10px;
    color: inherit;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    transition: opacity 0.24s ease, transform 0.24s ease, border-color 0.16s ease, box-shadow 0.16s ease;
}

.ats-row-job:hover {
    color: inherit;
    border-color: rgba(21, 94, 239, 0.32);
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.12);
}

.ats-row-job strong,
.ats-row-job span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ats-row-job strong {
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 850;
}

.ats-row-job span {
    margin-top: 2px;
    color: #667085;
    font-size: 0.72rem;
    font-weight: 700;
}

.ats-row-job em {
    min-height: 24px;
    padding: 4px 8px;
    color: #175cd3;
    background: #eef5ff;
    border: 1px solid #bfd7ff;
    border-radius: 999px;
    font-size: 0.68rem;
    font-style: normal;
    font-weight: 850;
    white-space: nowrap;
}

.ats-action-panel {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 13px;
    padding: 18px;
    background: rgba(15, 23, 42, 0.82);
}

.ats-action-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.ats-action-head span {
    color: #94a3b8;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.ats-action-head strong {
    color: #5eead4;
    font-size: 0.78rem;
    font-weight: 850;
}

.ats-action-stack {
    display: grid;
    gap: 8px;
}

.ats-action-stack a {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    min-height: 46px;
    padding: 8px;
    color: #e7edf7;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 800;
}

.ats-action-stack a:hover {
    color: #ffffff;
    background: rgba(37, 99, 235, 0.22);
    border-color: rgba(96, 165, 250, 0.38);
}

.ats-action-stack i {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #bfdbfe;
    background: rgba(96, 165, 250, 0.14);
    border-radius: 8px;
}

.ats-action-stack span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ats-quick-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.ats-quick-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 34px;
    padding: 0 8px;
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 850;
    white-space: nowrap;
}

.ats-quick-links a:hover {
    color: #ffffff;
    background: rgba(45, 212, 191, 0.14);
    border-color: rgba(94, 234, 212, 0.34);
}

@keyframes atsSignalMove {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(38px);
    }
}

@keyframes atsNodePulse {
    0%,
    100% {
        box-shadow: 0 0 0 rgba(96, 165, 250, 0);
        transform: translateX(0);
    }
    45% {
        box-shadow: 0 0 26px rgba(96, 165, 250, 0.2);
        transform: translateX(2px);
    }
}

@keyframes atsJobFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    45% {
        transform: translateY(-4px);
    }
}

.site-footer {
    padding: 32px 0 0;
    color: #dbeafe;
    background:
        radial-gradient(circle at 12% 0%, rgba(178, 221, 255, 0.72), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #e9f6ff 100%);
}

.footer-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 2.4fr);
    gap: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #063f7e 0%, #0f5fb8 52%, #139cc7 100%);
    border: 1px solid rgba(178, 221, 255, 0.8);
    border-radius: 0;
    box-shadow: 0 18px 46px rgba(16, 24, 40, 0.1);
    margin-bottom: 18px;
}

.footer-brand-block {
    position: relative;
    min-height: 90%;
    display: grid;
    border-radius: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    align-content: center;
    padding: 30px;
    color: #101828;
    background:
        white;
    overflow: hidden;
}

.footer-brand-block::after {
    content: "";
    position: absolute;
    top: -12%;
    right: -42px;
    z-index: 0;
    width: 86px;
    height: 124%;
    
    border-right: 1px solid rgba(178, 221, 255, 0.65);
    transform: skewX(-10deg);
    transform-origin: center;
    box-shadow: 18px 0 34px rgba(6, 63, 126, 0.08);
}

.footer-brand-block::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 1;
    border: 1px solid rgba(178, 221, 255, 0.7);
    border-radius: 14px;
    pointer-events: none;
}

.footer-brand-block > * {
    position: relative;
    z-index: 2;
}

.footer-blue-panel {
    display: grid;
    gap: 22px;
    padding: 28px 30px 28px 52px;
    min-width: 0;

}

.footer-logo {
    width: auto;
    height: 48px;
    max-width: 210px;
    object-fit: contain;
}

.footer-brand-block h2 {
    margin: 22px 0 0;
    color: #101828;
    font-size: 1.36rem;
    line-height: 1.18;
    font-weight: 850;
}

.site-footer p {
    margin: 12px 0 0;
    color: #344054;
    max-width: 330px;
    line-height: 1.58;
    font-weight: 650;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.footer-badges span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 9px;
    color: #175cd3;
    background: #eff8ff;
    border: 1px solid #b2ddff;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
}

.footer-brand-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    min-height: 40px;
    margin-top: 22px;
    padding: 0 16px;
    color: #ffffff;
    background: var(--blue);
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 850;
    box-shadow: 0 12px 28px rgba(21, 94, 239, 0.24);
}

.footer-brand-cta:hover {
    color: #ffffff;
    background: #0b4fbd;
}

.footer-cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(219, 234, 254, 0.34);
    border-radius: 14px;
    backdrop-filter: blur(10px);
}

.footer-cta-strip span,
.footer-cta-strip strong {
    display: block;
}

.footer-cta-strip span {
    color: #bfdbfe;
    font-size: 0.75rem;
    font-weight: 850;
    text-transform: uppercase;
}

.footer-cta-strip strong {
    margin-top: 3px;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.25;
}

.footer-alert-form {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    flex: 0 1 430px;
    min-height: 48px;
    padding: 5px 5px 5px 2px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid rgba(219, 234, 254, 0.72);
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(6, 63, 126, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.footer-alert-form:focus-within {
    border-color: rgba(147, 197, 253, 0.95);
    box-shadow: 0 18px 38px rgba(6, 63, 126, 0.22), 0 0 0 4px rgba(191, 219, 254, 0.28);
}

.footer-alert-form i {
    color: #0b4f8f;
    margin-left: 12px;
}

.footer-alert-form input {
    flex: 1;
    min-width: 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 0.82rem;
    font-weight: 750;
}

.footer-alert-form button {
    flex: 0 0 auto;
    min-height: 38px;
    padding: 0 15px;
    color: #ffffff;
    background: var(--blue);
    border: 0;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 850;
}

.footer-link-panel {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 22px;
}

.footer-bottom {
    width: 100%;
    margin-top: 0;
    color: #ffffff;
    background: #05070d;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 0.8rem;
    font-weight: 700;
}

.footer-bottom-inner nav {
    display: inline-flex;
    gap: 12px;
}

.footer-bottom a {
    color: #ffffff;
    font-weight: 800;
}

.footer-bottom a:hover {
    color: #93c5fd;
}

.footer-links {
    display: grid;
    align-content: start;
    gap: 9px;
    color: #e0f2fe;
    font-weight: 750;
}

.footer-links strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 7px;
    color: #ffffff;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0;
}

.footer-links strong i {
    display: inline-grid;
    place-items: center;
    width: 24px;
    height: 24px;
    color: #083f73;
    background: #b9efff;
    border-radius: 999px;
    font-size: 0.78rem;
}

.footer-links a {
    color: #d7ecff;
    font-size: 0.86rem;
    font-weight: 750;
    transition: color 0.16s ease, transform 0.16s ease;
}

.footer-links a:hover {
    color: #ffffff;
    transform: translateX(2px);
}

@media (max-width: 1199.98px) {
    .board-layout {
        grid-template-columns: minmax(0, 1fr) 380px;
    }

    .right-rail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hero-layout > * {
        min-width: 0;
    }

    .job-search {
        grid-template-columns: 1fr;
    }

    .home-page .job-search {
        grid-template-columns: 1fr;
        gap: 7px;
        overflow: visible;
        padding: 7px;
        border-radius: 10px;
    }

    .home-page .search-control {
        min-height: 44px;
        border: 1px solid #e4e7ec;
        border-radius: 8px;
    }

    .home-page .filter-toggle,
    .home-page .search-submit {
        min-height: 44px;
        border-radius: 8px;
    }

    .home-page .filter-toggle {
        border: 1px solid #d0d5dd;
    }

    .feed-end-panel {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .feed-end-actions {
        justify-content: flex-start;
    }

    .search-submit,
    .filter-toggle {
        min-height: 46px;
    }

    .search-filters {
        grid-template-columns: repeat(3, minmax(0, 118px)) minmax(150px, 1fr);
    }

    .jobs-header-grid {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .header-job-search {
        grid-template-columns: minmax(150px, 1fr) minmax(120px, 0.8fr) auto auto;
    }

    .account-placeholder {
        display: none;
    }

    .category-row {
        grid-column: 1 / -1;
    }

    .board-layout {
        grid-template-columns: 1fr;
    }

    .right-rail {
        grid-template-columns: 1fr;
    }

    .job-preview-card {
        position: static;
    }

    .ats-flow-shell {
        grid-template-columns: 1fr;
    }

    .ats-flow-graphic {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-shell {
        grid-template-columns: 1fr;
    }

    .footer-brand-block {
        border-right: 0;
        border-bottom: 1px solid rgba(178, 221, 255, 0.75);
    }

    .footer-link-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    body {
        width: 100%;
        max-width: 100vw;
    }

    .search-hero {
        padding: 22px 0 14px;
    }

    .sticky-search-wrap {
        position: static;
        padding: 0 0 8px;
        border: 0;
        background: transparent;
    }

    .jobs-search-header {
        position: sticky;
        top: 0;
        padding: 8px 0 10px;
    }

    .jobs-header-grid {
        grid-template-columns: 1fr auto;
        gap: 9px;
    }

    .jobs-search-header .brand-lockup {
        grid-column: 1;
    }

    .jobs-search-header .menu-toggle {
        grid-column: 2;
        grid-row: 1;
    }

    .header-job-search {
        grid-column: 1 / -1;
        grid-template-columns: 1fr 1fr auto;
        gap: 7px;
    }

    .header-search-control {
        min-height: 36px;
        padding: 0 10px;
    }

    .header-search-control input {
        font-size: 0.78rem;
    }

    .jobs-search-header .search-submit {
        width: 100%;
    }

    .jobs-search-header .filter-toggle {
        width: 42px;
        min-width: 42px;
        padding: 0;
    }

    .jobs-search-header .filter-toggle span,
    .jobs-search-header .filter-toggle .filter-label,
    .jobs-search-header .filter-toggle .filter-chevron {
        display: none;
    }

    .jobs-search-header .search-submit {
        grid-column: 1 / -1;
        order: 5;
        min-height: 36px;
    }

    .header-search-filters,
    .sticky-search-wrap .search-filters {
        position: static;
        grid-column: 1 / -1;
        order: 4;
        max-height: 0;
        overflow: hidden;
        padding: 0;
        background: #ffffff;
        border: 0;
        border-radius: 10px;
        box-shadow: none;
        transform: none;
        transition: max-height 0.22s ease, opacity 0.18s ease, padding 0.22s ease;
    }

    .feed-end-panel {
        padding: 12px;
    }

    .feed-end-actions {
        flex-direction: column;
    }

    .feed-end-actions .btn {
        justify-content: center;
        width: 100%;
    }

    .header-search-filters.is-open,
    .sticky-search-wrap .search-filters.is-open {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        max-height: 260px;
        overflow: auto;
        padding: 8px;
        border: 1px solid #d0d5dd;
        transform: none;
    }

    .filter-sheet-head,
    .filter-sheet-actions {
        display: flex;
        align-items: center;
    }

    .filter-sheet-head {
        position: sticky;
        top: -10px;
        z-index: 2;
        justify-content: space-between;
        padding: 3px 0 9px;
        background: #ffffff;
        border-bottom: 1px solid #eef2f6;
    }

    .filter-sheet-head strong {
        color: var(--ink);
        font-size: 0.95rem;
    }

    .filter-close {
        display: inline-grid;
        place-items: center;
        width: 34px;
        height: 34px;
        color: #344054;
        background: #f2f4f7;
        border: 1px solid #e4e7ec;
        border-radius: 999px;
    }

    .filter-sheet-actions {
        position: sticky;
        bottom: -10px;
        gap: 8px;
        padding-top: 8px;
        background: #ffffff;
    }

    .filter-sheet-actions .btn {
        flex: 1;
        min-height: 40px;
        font-weight: 800;
    }

    .keyword-token-box {
        min-height: 34px;
    }

    .keyword-filter {
        max-width: none;
    }

    .keyword-token-list {
        max-width: 55vw;
    }

    .tool-hub-main {
        padding-bottom: 84px;
    }

    .tool-hub-layout,
    .pricing-layout {
        grid-template-columns: 1fr;
    }

    .tool-sidebar {
        display: none;
    }

    .tool-hero-panel {
        padding: 18px;
    }

    .tool-hero-panel h1 {
        font-size: 1.45rem;
    }

    .tool-section {
        min-height: 104px;
        padding: 14px;
    }

    .tool-bottom-nav {
        position: fixed;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: 2600;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 4px;
        padding: 7px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #d0d5dd;
        border-radius: 18px;
        box-shadow: 0 18px 44px rgba(16, 24, 40, 0.18);
    }

    .tool-bottom-nav a {
        justify-content: center;
        flex-direction: column;
        gap: 2px;
        min-height: 48px;
        color: #475467;
        font-size: 0.62rem;
        text-align: center;
    }

    .tool-bottom-nav i {
        color: var(--blue);
        font-size: 1rem;
    }

    .tool-bottom-nav span {
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .pricing-copy {
        padding: 8px 0;
    }

    .pricing-copy h1 {
        font-size: 2rem;
    }

    .pricing-card {
        padding: 20px;
    }

    .static-layout,
    .static-form-inline {
        grid-template-columns: 1fr;
    }

    .static-hero {
        position: static;
    }

    .developer-note {
        align-items: flex-start;
    }

    .active-filter-strip {
        top: var(--sticky-search-height);
        padding: 5px 0;
    }

    .suggestion-menu {
        position: fixed;
        top: auto;
        left: 12px;
        right: 12px;
        bottom: 74px;
        max-height: 44vh;
        border-radius: 10px;
    }

    .mobile-menu {
        --bs-offcanvas-width: 100%;
        width: 100%;
        max-width: none;
    }

    .brand-logo {
        height: 40px;
        max-width: 178px;
    }

    .hero-copy h1 {
        font-size: 2rem;
        overflow-wrap: anywhere;
    }

    .hero-copy p {
        font-size: 0.95rem;
        white-space: normal;
    }

    .hero-ticker {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        border-radius: 8px;
        mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 18px, #000 calc(100% - 18px), transparent 100%);
    }

    .ticker-track {
        max-width: none;
        animation-duration: 16s;
    }

    .ticker-group {
        gap: 12px;
        padding: 6px 7px;
    }

    .ticker-group span {
        font-size: 0.74rem;
    }

    .promo-slider,
    .job-search,
    .board-layout,
    .job-card,
    .job-preview-card,
    .auto-ad-space {
        max-width: 100%;
    }

    .jobs-page .right-rail {
        display: none;
    }

    .home-page .right-rail {
        display: none;
    }

    .promo-slider {
        min-height: 190px;
    }

    .promo-track {
        min-height: 190px;
    }

    .headline-line {
        display: inline;
    }

    .results-header,
    .job-card,
    .footer-shell {
        align-items: stretch;
        grid-template-columns: 1fr;
    }

    .results-header,
    .footer-shell {
        display: flex;
        flex-direction: column;
    }

    .sort-tabs {
        width: 100%;
    }

    .sort-tabs button,
    .sort-tabs a {
        flex: 1;
    }

    .job-actions {
        width: 100%;
    }

    .job-actions .btn {
        flex: 1;
    }

    .search-filters {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .category-row {
        padding-bottom: 4px;
    }

    .preview-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .job-detail-layout {
        grid-template-columns: 1fr;
    }

    .job-detail-side {
        position: static;
    }

    .job-detail-card h1 {
        font-size: 1.55rem;
    }

    .job-detail-page {
        padding-bottom: 72px;
    }

    .job-detail-sidebar-actions {
        display: none;
    }

    .more-like-grid {
        grid-template-columns: 1fr;
    }

    .mobile-detail-action-bar {
        position: fixed;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: 2500;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 46px 46px;
        gap: 8px;
        padding: 8px;
        background: rgba(255, 255, 255, 0.96);
        border: 1px solid #d0d5dd;
        border-radius: 999px;
        box-shadow: 0 18px 44px rgba(16, 24, 40, 0.18);
    }

    .mobile-detail-action-bar .btn,
    .mobile-detail-action-bar button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        font-weight: 800;
    }

    .mobile-detail-action-bar button {
        color: #344054;
        background: #f8fafc;
        border: 1px solid #d0d5dd;
        border-radius: 999px;
    }

    .jobs-pagination {
        justify-content: center;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-shell {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-brand-block,
    .footer-blue-panel {
        padding: 22px;
    }

    .footer-brand-block::before {
        inset: 10px;
        border-radius: 10px;
    }

    .footer-brand-block::after {
        display: none;
    }

    .footer-brand-block h2 {
        font-size: 1.18rem;
    }

    .footer-blue-panel {
        padding: 22px;
    }

    .footer-cta-strip {
        align-items: stretch;
        flex-direction: column;
    }

    .footer-alert-form {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        width: 100%;
        flex: none;
        gap: 8px;
        padding: 8px;
    }

    .footer-alert-form button {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 38px;
    }

    .footer-link-panel {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .footer-bottom-inner nav {
        flex-wrap: wrap;
    }

    .account-page-head,
    .personal-card {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .login-main {
        min-height: auto;
        padding: 20px 0 34px;
    }

    .login-layout {
        grid-template-columns: 1fr;
    }

    .login-card {
        order: -1;
    }

    .login-benefits {
        padding: 22px;
    }

    .login-benefits h1 {
        font-size: 1.65rem;
    }

    .login-benefit-grid {
        grid-template-columns: 1fr;
    }

    .login-card {
        padding: 22px;
    }

    .login-card h2 {
        font-size: 1.45rem;
    }

    .account-page-head {
        flex-direction: column;
    }

    .account-tabs {
        width: 100%;
    }

    .account-tabs a {
        flex: 1;
        justify-content: center;
    }

    .account-summary-grid,
    .personal-layout {
        grid-template-columns: 1fr;
    }

    .account-job-row {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .account-job-row-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }

    .account-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .personal-info-grid {
        grid-template-columns: 1fr;
    }

    .personal-avatar {
        width: 72px;
        height: 72px;
    }

    .ats-flow-section {
        padding: 22px 0 28px;
    }

    .ats-flow-shell {
        gap: 10px;
        padding: 10px;
    }

    .ats-flow-copy,
    .ats-flow-graphic,
    .ats-action-panel {
        padding: 16px;
    }

    .ats-flow-copy h2 {
        font-size: 1.38rem;
    }

    .ats-flow-row {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .ats-row-line {
        width: 2px;
        height: 14px;
        justify-self: center;
        background: linear-gradient(180deg, rgba(96, 165, 250, 0.14), rgba(45, 212, 191, 0.76));
    }

    .ats-row-line::after {
        top: 0;
        left: -3px;
        animation: none;
    }

    .ats-quick-links {
        grid-template-columns: 1fr 1fr;
    }
}
