/* Post a Job: page-specific static design. */
.post-job-hero {
    background: radial-gradient(circle at 10% 0, #163c60, transparent 31%), linear-gradient(110deg, var(--fx-navy) 0 64%, #112e48 64%);
    color: #fff;
    min-height: 255px;
    overflow: hidden;
    position: relative;
}

.post-job-hero:before {
    background-image: radial-gradient(rgba(255, 255, 255, .13) 1px, transparent 1px);
    background-size: 10px 10px;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 250px;
}

.post-job-hero__inner {
    align-items: center;
    display: flex;
    height: 255px;
    justify-content: space-between;
    position: relative;
}

.post-job-hero h1 {
    font-size: clamp(2.15rem, 3.7vw, 3.25rem);
    letter-spacing: -.055em;
    line-height: 1.16;
    margin: 0 0 19px;
    max-width: 650px;
}

.post-job-hero h1 span {
    color: var(--fx-gold);
}

.post-job-hero__points {
    display: flex;
    gap: 28px;
    font-size: .78rem;
    font-weight: 800;
}

.post-job-hero__points span:before {
    color: var(--fx-gold);
    content: "✓";
    margin-right: 7px;
}

.toolbox-art {
    align-items: flex-end;
    background: linear-gradient(150deg, #1e344a, #090f16);
    border: 6px solid #0c1723;
    border-radius: 13px 13px 7px 7px;
    box-shadow: 0 20px 32px rgba(0, 0, 0, .35);
    display: flex;
    height: 109px;
    justify-content: center;
    margin-right: 58px;
    position: relative;
    width: 265px;
}

.toolbox-art:before {
    background: #111d27;
    border: 6px solid #334555;
    border-radius: 45px 45px 0 0;
    content: "";
    height: 68px;
    left: 72px;
    position: absolute;
    top: -37px;
    width: 112px;
}

.toolbox-art b {
    color: var(--fx-gold);
    font-size: 4rem;
    line-height: 1;
    position: relative;
    transform: rotate(-16deg);
    z-index: 1;
}

.toolbox-art b:nth-child(2) {
    transform: rotate(8deg);
}

.toolbox-art b:nth-child(3) {
    transform: rotate(23deg);
}

.toolbox-art i {
    background: var(--fx-gold);
    border-radius: 5px;
    height: 74px;
    position: absolute;
    right: -20px;
    top: 48px;
    transform: rotate(8deg);
    width: 22px;
}

/*--------------------------------------------------------------
# Wizard Card
--------------------------------------------------------------*/
.post-job-page {
    background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 600px);
    padding: 2rem 0 1px;
}

.wizard-card,
.job-summary {
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 18px;
}

.wizard-service {
    /* padding: 1rem; */
    background: #fff;
    /* border: 1px solid #e4ebf2;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06); */
}

/*--------------------------------------------------------------
# Wizard Header
--------------------------------------------------------------*/
.wizard-service__header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #edf2f7;
}

.wizard-heading {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin: 0;
}

.wizard-heading__content {
    flex: 1;
}

.wizard-heading h2 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 700;
    color: var(--fx-navy);
}

.wizard-heading p {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5f6f82;
    max-width: 680px;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--fx-gold);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(209, 162, 63, 0.28);
}

/*--------------------------------------------------------------
# Service Grid
--------------------------------------------------------------*/
.wizard-service__body {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.service-picker {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 1rem;
}

.service-picker__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-height: 135px;
    padding: 1.5rem 1rem;
    background: #fff;
    border: 1px solid #e4ebf2;
    border-radius: 16px;
    cursor: pointer;
    transition: all .25s ease;
}

.service-picker__item:hover {
    border-color: var(--fx-gold);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.service-picker__item b {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f8fafc;
    font-size: 1.8rem;
    font-weight: normal;
    transition: all .25s ease;
}

.service-picker__item span {
    font-size: .95rem;
    font-weight: 600;
    color: var(--fx-navy);
    text-align: center;
    line-height: 1.4;
}

.service-picker__item:hover b {
    background: rgba(209, 162, 63, .12);
    transform: scale(1.05);
}

.service-picker__item.is-selected {
    border-color: var(--fx-gold);
    background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
    box-shadow: 0 12px 30px rgba(209, 162, 63, .16);
}

.service-picker__item.is-selected b {
    background: var(--fx-gold);
    color: #fff;
}

.service-picker__item i {
    position: absolute;
    top: .75rem;
    right: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--fx-gold);
    color: #fff;
    font-size: .75rem;
    font-style: normal;
    font-weight: 700;
}

/*--------------------------------------------------------------
# Other Service
--------------------------------------------------------------*/
.other-service {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    border: 1px dashed #d5dde6;
    border-radius: 16px;
    background: #fafbfd;
    transition: all .25s ease;
}

.other-service:hover {
    border-color: var(--fx-gold);
    background: #fffdf8;
}

.other-service__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(209, 162, 63, .12);
    color: var(--fx-gold);
    font-size: 2rem;
    font-weight: 300;
}

.other-service__content {
    flex: 1;
}

.other-service__content strong {
    display: block;
    margin-bottom: .35rem;
    font-size: 1.05rem;
    color: var(--fx-navy);
}

.other-service__content p {
    margin: 0;
    color: #66788a;
    line-height: 1.6;
    font-size: .92rem;
}

.other-service__button {
    border: 0;
    border-radius: 999px;
    padding: .85rem 1.5rem;
    background: var(--fx-navy);
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease;
}

.other-service__button:hover {
    background: var(--fx-gold);
    transform: translateY(-2px);
}

.wizard-down {
    align-items: center;
    background: #fff;
    border: 1px solid #dbe3e9;
    border-radius: 50%;
    display: flex;
    font-size: 1.8rem;
    height: 39px;
    justify-content: center;
    margin: -1px auto 7px;
    position: relative;
    width: 39px;
    z-index: 1;
}

.job-form-layout {
    align-items: start;
    display: grid;
    gap: 17px;
    grid-template-columns: 1fr 260px;
}

.job-details {
    padding: 22px;
}

.form-grid {
    display: grid;
    gap: 13px 16px;
    grid-template-columns: 1fr 1fr;
}

.form-grid p {
    margin: 0;
}

.form-grid label {
    display: block;
    font-size: .71rem;
    font-weight: 800;
    margin: 0 0 6px;
}

.form-grid input,
.form-grid textarea,
.form-grid select {
    border: 1px solid #dce4eb;
    border-radius: 4px;
    color: #607087;
    font: inherit;
    font-size: .73rem;
    padding: 10px;
    width: 100%;
}

.form-grid textarea {
    height: 55px;
    resize: vertical;
}

.upload-row {
    align-items: center;
    display: flex;
    gap: 20px;
    margin: 19px 0;
}

.upload-box {
    align-items: center;
    border: 1px dashed #98aaba;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    font-size: .69rem;
    height: 89px;
    justify-content: center;
    width: 293px;
}

.upload-box b {
    color: #0d2b47;
    font-size: 1.75rem;
    line-height: .7;
}

.upload-box button,
.draft-button {
    background: #fff;
    border: 1px solid #d6e0e7;
    border-radius: 4px;
    color: #142a44;
    cursor: pointer;
    font: inherit;
    font-size: .66rem;
    font-weight: 800;
    margin: 4px;
    padding: 6px 12px;
}

.upload-box small {
    color: #66758b;
    font-size: .62rem;
}

.upload-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.upload-row li {
    font-size: .68rem;
    margin: 8px 0;
}

.upload-row li:before {
    color: var(--fx-gold);
    content: "✓";
    font-weight: 900;
    margin-right: 9px;
}

.form-actions {
    display: flex;
    justify-content: space-between;
}

.form-actions .fixquo-button {
    min-height: 36px;
    min-width: 152px;
}

.job-summary {
    padding: 20px;
    position: sticky;
    top: 20px;
}

.job-summary__title {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.job-summary h2 {
    font-size: 1.05rem;
    margin: 0;
}

.job-summary a {
    color: #ed9703;
    font-size: .7rem;
    font-weight: 800;
}

.job-summary dl {
    margin: 21px 0 0;
}

.job-summary dt {
    font-size: .67rem;
    font-weight: 900;
    margin-top: 15px;
}

.job-summary dd {
    color: #66748a;
    font-size: .69rem;
    margin: 4px 0;
}

.job-summary dd:first-of-type {
    color: #0e2946;
    font-weight: 700;
}

.post-job-trust {
    margin-top: 26px;
}

.job-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin: 24px 0 20px;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.job-progress__item {
    display: flex;
    align-items: center;
    gap: .85rem;
    flex: 1;
}

.job-progress__number {
    width: 60px;
    height: 52px;
    border-radius: 50%;
    background: #eef3f7;
    color: #7b8794;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: .25s;
}

.job-progress__content {
    display: flex;
    flex-direction: column;
}

.job-progress__content small {
    color: #7b8794;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.job-progress__content strong {
    font-size: .9rem;
    color: var(--fx-ink);
}

.job-progress__line {
    height: 2px;
    flex: 1;
    background: #e4ebf2;
}

.job-progress__item.is-active .job-progress__number {
    background: var(--fx-gold);
    color: #fff;
    box-shadow: 0 8px 20px rgba(245, 166, 35, .35);
}

.job-progress__item.is-active strong {
    color: var(--fx-navy);
}

.service-picker__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f8fafc;
    color: var(--fx-navy);
    transition: all .25s ease;
}

.service-picker__icon svg {
    display: block;
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    overflow: visible;
    transition: inherit;
}

.service-picker__item:hover .service-picker__icon {
    background: rgba(209, 162, 63, .12);
    color: var(--fx-gold);
}

.service-picker__item.is-selected .service-picker__icon {
    background: var(--fx-gold);
    color: #fff;
}

/*--------------------------------------------------------------
# Service Search
--------------------------------------------------------------*/
.wizard-service__search {
    margin-bottom: 2rem;
}

.service-search__field {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.service-search__icon {
    position: absolute;
    left: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7b8794;
    pointer-events: none;
    transition: color .25s ease;
}

.service-search__field input {
    width: 100%;
    height: 60px;
    padding: 0 1.5rem 0 3.75rem;
    border: 1px solid #d8e2ec;
    border-radius: 14px;
    background: #fff;
    font-size: 1rem;
    color: var(--fx-navy);
    transition: all .25s ease;
    box-shadow: 0 3px 10px rgba(15, 23, 42, .03);
}

.service-search__field input::placeholder {
    color: #97a6b5;
}

.service-search__field input:hover {
    border-color: #c4d0dc;
}

.service-search__field input:focus {
    outline: none;
    border-color: var(--fx-gold);
    box-shadow: 0 0 0 4px rgba(209, 162, 63, .12);
}

.service-search__field input:focus+.service-search__icon,
.service-search__field:focus-within .service-search__icon {
    color: var(--fx-gold);
}

/*--------------------------------------------------------------
# Popular Services
--------------------------------------------------------------*/
.popular-services {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
}

.popular-services span {
    font-size: .85rem;
    font-weight: 600;
    color: #6b7a8c;
    margin-right: .25rem;
}

.popular-services button {
    appearance: none;
    border: 1px solid #dce5ee;
    background: #f8fafc;
    color: var(--fx-navy);
    border-radius: 999px;
    padding: .6rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all .25s ease;
}

.popular-services button:hover {
    background: #fff;
    border-color: var(--fx-gold);
    color: var(--fx-navy);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
}

.popular-services button:focus-visible {
    outline: none;
    border-color: var(--fx-gold);
    box-shadow: 0 0 0 3px rgba(209, 162, 63, .15);
}

.popular-services {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.popular-services span {
    font-weight: 700;
    color: #6d7b88;
}

.popular-services button {
    background: #fff;
    border: 1px solid #dde4ea;
    border-radius: 30px;
    padding: .45rem 1rem;
    font: inherit;
    cursor: pointer;
    transition: .25s;
}

.popular-services button:hover {
    border-color: var(--fx-gold);
    color: var(--fx-navy);
    background: #fffaf2;
}

.other-service {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.other-service__icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--fx-gold);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}

.other-service p {
    margin: .35rem 0 0;
    color: #64748b;
    font-size: .85rem;
}

.fx-radio-card.is-selected {
    border-color: var(--fixquo-primary);
    background: #f5f9ff;
}

.fx-form__logged-in {
    padding: 2.5rem;
    text-align: center;
}

.fx-form__logged-in-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    background: #eef8f1;
    color: #1d8f4d;
    font-size: 2rem;
    font-weight: 700;
}

.fx-form__logged-in h3 {
    margin: 0 0 .75rem;
}

.fx-form__logged-in p {
    max-width: 560px;
    margin: 0 auto 2rem;
    color: var(--fx-muted);
}

.fx-form__review-list {
    display: inline-grid;
    gap: .75rem;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.fx-form__review-list strong {
    display: inline-block;
    min-width: 90px;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 991px) {
    .toolbox-art {
        display: none;
    }

    .post-job-hero__inner {
        min-height: 260px;
        height: auto;
        padding: 3rem 0;
    }

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

    .job-summary {
        position: static;
        margin-top: 2rem;
    }

    .service-picker {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .job-summary dl {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem 1.5rem;
    }

    .upload-row {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }

    .post-job-hero__points {
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .post-job-page {
        padding: 1.5rem 0;
    }

    .job-progress {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .job-progress__line {
        display: none;
    }

    .job-progress__item {
        display: flex;
        align-items: center;
        gap: .75rem;
        padding: .9rem 1rem;
        background: #fff;
        border: 1px solid #e5ebf2;
        border-radius: 12px;
    }

    .job-progress__number {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
    }

    .job-progress__content small {
        display: block;
        font-size: .75rem;
    }

    .job-progress__content strong {
        display: block;
        font-size: .9rem;
        line-height: 1.3;
    }

    .wizard-service,
    .job-details,
    .job-summary {
        padding: 1.5rem;
    }

    .wizard-service__header {
        margin-bottom: 1.5rem;
        padding-bottom: 1.25rem;
    }

    .wizard-heading {
        align-items: flex-start;
    }

    .wizard-heading h2 {
        font-size: 1.4rem;
    }

    .wizard-heading p {
        font-size: .9rem;
    }

    .wizard-service__trust {
        flex-wrap: wrap;
        gap: .5rem;
        margin-top: 1rem;
    }

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

    .popular-services {
        gap: .5rem;
    }

    .other-service {
        flex-direction: column;
        text-align: center;
    }

    .other-service__button {
        width: 100%;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .post-job-hero__inner {
        padding: 2.5rem 0;
        min-height: auto;
    }

    .post-job-hero h1 {
        font-size: 2rem;
    }

    .job-progress {
        grid-template-columns: 1fr;
        gap: .75rem;
    }

    .job-progress__item {
        padding: .9rem;
    }

    .job-progress__number {
        width: 38px;
        height: 38px;
        font-size: .95rem;
    }

    .job-progress__content small {
        font-size: .7rem;
    }

    .job-progress__content strong {
        font-size: .85rem;
    }

    .wizard-service,
    .job-details,
    .job-summary {
        padding: 1.25rem;
        border-radius: 14px;
    }

    .step-number {
        width: 44px;
        height: 44px;
        font-size: 1.1rem;
    }

    .wizard-heading {
        gap: .75rem;
    }

    .wizard-heading h2 {
        font-size: 1.25rem;
    }

    .wizard-heading p {
        font-size: .875rem;
    }

    .service-picker {
        grid-template-columns: 1fr;
    }

    .service-picker__item {
        min-height: 110px;
    }

    .service-search__field input {
        height: 54px;
        padding-left: 3.25rem;
    }

    .upload-box {
        width: 100%;
    }

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

    .popular-services {
        justify-content: center;
    }
}

/* ==========================================================================
   Job Selector
   ========================================================================== */
.fx-job-selector {
    width: 100%;
}

/* ==========================================================================
   Empty State
   ========================================================================== */
.fx-job-selector__empty {
    padding: 2rem;
    text-align: center;
    color: #64748b;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 1rem;
}

/* ==========================================================================
   Service Card
   ========================================================================== */
.fx-job-selector__service-card {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    padding: 2rem;
    margin-bottom: 2rem;
    background: #ffffff;
    border: 1px solid #dbe6f4;
    border-radius: 1rem;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.fx-job-selector__service-card:hover {
    border-color: var(--fx-primary);
    box-shadow: 0 15px 35px rgba(15, 23, 42, .08);
    transform: translateY(-2px);
}

/* ==========================================================================
   Service Icon
   ========================================================================== */
.fx-job-selector__service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.fx-job-selector__service-icon svg {
    width: 44px;
    height: 44px;
    display: block;
}

.fx-job-selector__service-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

/* ==========================================================================
   Service Content
   ========================================================================== */
.fx-job-selector__service-content {
    flex: 1;
}

.fx-job-selector__service-title {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
}

.fx-job-selector__service-description {
    margin: .75rem 0 1.25rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #64748b;
    max-width: 720px;
}

.fx-job-selector__service-meta {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
}

.fx-job-selector__count {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem 1rem;
    border-radius: 999px;
    background: rgba(59, 130, 246, .08);
    color: var(--fx-primary);
    font-size: .875rem;
    font-weight: 600;
}

/* ==========================================================================
   Intro
   ========================================================================== */
.fx-job-selector__intro {
    margin-bottom: 1.5rem;
}

.fx-job-selector__intro strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.fx-job-selector__intro p {
    margin-top: .5rem;
    color: #64748b;
    line-height: 1.6;
}

/* ==========================================================================
   Grid
   ========================================================================== */
.fx-job-selector__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

/* ==========================================================================
   Job Card
   ========================================================================== */
.fx-job-selector__option {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-height: 220px;
    padding: 1.75rem;
    background: #ffffff;
    border: 1px solid #dbe6f4;
    border-radius: 1rem;
    cursor: pointer;
    text-align: left;
    transition:
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease,
        background .25s ease;
}

.fx-job-selector__option:hover {
    border-color: var(--fx-primary);
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(15, 23, 42, .08);
}

.fx-job-selector__option:focus-visible {
    outline: 3px solid rgba(59, 130, 246, .25);
    outline-offset: 2px;
}

/* ==========================================================================
   Selected State
   ========================================================================== */
.fx-job-selector__option.is-selected {
    background: #f8fbff;
    border: 2px solid var(--fx-primary);
    box-shadow: 0 15px 35px rgba(59, 130, 246, .12);
}

.fx-job-selector__option.is-selected::after {
    content: "✓";
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--fx-primary);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}

/* ==========================================================================
   Badge
   ========================================================================== */
.fx-job-selector__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
}

/* ==========================================================================
   Title
   ========================================================================== */
.fx-job-selector__title {
    display: block;
    margin-bottom: .75rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
    color: #0f172a;
}

/* ==========================================================================
   Description
   ========================================================================== */
.fx-job-selector__subtitle {
    display: block;
    flex: 1;
    color: #64748b;
    font-size: .95rem;
    line-height: 1.7;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.fx-job-selector__footer {
    width: 100%;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid #edf2f7;
}

.fx-job-selector__action {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    color: var(--fx-primary);
    font-weight: 600;
    transition: color .25s ease;
}

.fx-job-selector__action::after {
    content: "→";
    transition: transform .25s ease;
}

.fx-job-selector__option:hover .fx-job-selector__action::after {
    transform: translateX(4px);
}

.fx-job-selector__option.is-selected .fx-job-selector__action {
    color: var(--fx-primary);
    font-weight: 700;
}

/* ==========================================================================
   Animations
   ========================================================================== */
.fx-job-selector__option,
.fx-job-selector__service-card {
    animation: fxFadeIn .25s ease;
}

@keyframes fxFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 992px) {
    .fx-job-selector__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .fx-job-selector__service-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1.5rem;
    }

    .fx-job-selector__service-content {
        width: 100%;
    }

    .fx-job-selector__service-meta {
        justify-content: center;
    }

    .fx-job-selector__service-title {
        font-size: 1.5rem;
    }

    .fx-job-selector__option {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .fx-job-selector__service-icon {
        width: 72px;
        height: 72px;
    }

    .fx-job-selector__service-icon svg,
    .fx-job-selector__service-icon img {
        width: 34px;
        height: 34px;
    }

    .fx-job-selector__title {
        font-size: 1.05rem;
    }

    .fx-job-selector__subtitle {
        font-size: .9rem;
    }

    .fx-job-selector__count {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   Selected Card
   ========================================================================== */
.fx-job-selector__option.is-selected {
    position: relative;
    border: 2px solid var(--fx-primary);
    background: linear-gradient(135deg,
            #f8fbff 0%,
            #eef6ff 100%);
    box-shadow:
        0 12px 30px rgba(37, 99, 235, .18),
        0 0 0 4px rgba(37, 99, 235, .08);
    transform: translateY(-4px) scale(1.01);
    overflow: hidden;
}

/* Top Accent */
.fx-job-selector__option.is-selected::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg,
            #2563eb,
            #3b82f6,
            #60a5fa);
}

/* Check */
.fx-job-selector__option.is-selected::after {
    content: "✓";
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,
            #2563eb,
            #1d4ed8);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .35);
    animation: fxSelectedPop .25s ease;
}

.fx-job-selector__option.is-selected .fx-job-selector__badge {
    background: linear-gradient(135deg,
            #2563eb,
            #3b82f6);
    color: #fff;
    box-shadow: 0 5px 15px rgba(37, 99, 235, .25);
}

.fx-job-selector__option.is-selected .fx-job-selector__title {
    color: var(--fx-primary);
}

.fx-job-selector__option.is-selected .fx-job-selector__subtitle {
    color: #334155;
}

.fx-job-selector__option.is-selected .fx-job-selector__action {
    color: #1d4ed8;
    font-weight: 700;
}

.fx-job-selector__option.is-selected .fx-job-selector__action::after {
    content: "";
}

@keyframes fxSelectedPop {
    0% {
        opacity: 0;
        transform: scale(.5);
    }

    70% {
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}