﻿.asoft-careers-page {
    background: radial-gradient(circle at 12% 0%, rgba(37, 99, 235, 0.07), transparent 22%), radial-gradient(circle at 88% 8%, rgba(14, 165, 233, 0.07), transparent 18%), linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
    color: var(--asoft-text);
}

/* HERO */
.asoft-inner-hero.asoft-careers-hero {
}

.asoft-inner-hero-grid.asoft-careers-hero-grid {
}

.asoft-careers-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.asoft-careers-point {
    padding: 11px 16px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    background: rgba(255,255,255,0.88);
    border-radius: 999px;
    color: var(--asoft-text-soft);
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(8px);
}

.asoft-inner-hero-visual.asoft-careers-hero-visual-wrap {
}

.asoft-careers-hero-visual {
    width: 100%;
    max-width: 560px;
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(226,232,240,0.92);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(14px);
    position: relative;
}

    .asoft-careers-hero-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.24), transparent 36%);
        pointer-events: none;
    }

.asoft-careers-hero-top {
    display: flex;
    gap: 8px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(226,232,240,0.78);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    position: relative;
    z-index: 1;
}

    .asoft-careers-hero-top span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #cbd5e1;
    }

.asoft-careers-hero-body {
    padding: 22px;
    display: grid;
    gap: 14px;
    position: relative;
    z-index: 1;
}

.asoft-careers-hero-media-wrap {
    position: relative;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
    border: 1px solid rgba(226,232,240,0.88);
    box-shadow: 0 18px 40px rgba(37, 99, 235, 0.10);
}

.asoft-careers-hero-image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 220px;
    max-height: 270px;
    object-fit: cover;
}

.asoft-careers-hero-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.asoft-careers-hero-card {
    min-height: 120px;
    border-radius: 18px;
    border: 1px solid rgba(226,232,240,0.86);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    overflow: hidden;
    position: relative;
}

.asoft-careers-hero-card-wide {
    grid-column: 1 / -1;
    min-height: 132px;
}

.asoft-careers-hero-card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* INTRO */
.asoft-inner-section.asoft-careers-section {
}

.asoft-inner-section.asoft-inner-section-soft.asoft-careers-section.asoft-careers-section-soft {
}

.asoft-careers-intro {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

    .asoft-careers-intro h2 {
        margin: 0 0 14px;
        font-size: clamp(2rem, 4vw, 2.95rem);
        line-height: 1.18;
        font-weight: 900;
        letter-spacing: -0.02em;
        color: var(--asoft-primary);
    }

    .asoft-careers-intro p {
        margin: 0;
        color: var(--asoft-text-soft);
        line-height: 1.95;
        font-size: 1.05rem;
    }

/* JOBS */
.asoft-jobs-grid {
    display: grid;
    gap: 24px;
}

.asoft-job-card {
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    overflow: hidden;
    position: relative;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

    .asoft-job-card::before,
    .asoft-careers-general-box::before,
    .asoft-careers-form-card::before,
    .asoft-empty-jobs::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.22), transparent 34%);
        pointer-events: none;
    }

    .asoft-job-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 26px 46px rgba(15, 23, 42, 0.10);
        border-color: rgba(37, 99, 235, 0.18);
    }

.asoft-job-card-inner {
    padding: 28px;
    position: relative;
    z-index: 1;
}

.asoft-job-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

    .asoft-job-head h3 {
        margin: 0;
        color: var(--asoft-primary);
        font-size: 1.45rem;
        font-weight: 900;
        line-height: 1.35;
    }

.asoft-job-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    font-size: 0.84rem;
    font-weight: 800;
    white-space: nowrap;
    border: 1px solid rgba(59,130,246,0.10);
}

.asoft-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.asoft-job-meta-item {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(248,250,252,0.96) 0%, rgba(241,245,249,0.92) 100%);
    border: 1px solid rgba(226,232,240,0.88);
    color: var(--asoft-text-soft);
    font-size: 0.92rem;
    font-weight: 700;
}

.asoft-job-summary {
    margin: 0 0 18px;
    color: var(--asoft-text-soft);
    line-height: 1.95;
}

.asoft-job-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

.asoft-job-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: var(--asoft-primary);
    font-size: 0.88rem;
    font-weight: 700;
}

.asoft-job-details {
    border-top: 1px solid rgba(226,232,240,0.88);
    margin-top: 18px;
    padding-top: 18px;
}

.asoft-job-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.asoft-job-details-grid-spaced {
    margin-top: 18px;
}

.asoft-job-detail-box {
    background: linear-gradient(180deg, rgba(248,250,252,0.96) 0%, rgba(241,245,249,0.92) 100%);
    border: 1px solid rgba(226,232,240,0.88);
    border-radius: 20px;
    padding: 18px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

    .asoft-job-detail-box:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
        border-color: rgba(37, 99, 235, 0.16);
    }

    .asoft-job-detail-box strong {
        display: block;
        margin-bottom: 10px;
        color: var(--asoft-primary);
        font-size: 1rem;
        font-weight: 800;
    }

.asoft-job-detail-list {
    margin: 0;
    padding-right: 18px;
    color: var(--asoft-text-soft);
}

    .asoft-job-detail-list li {
        margin-bottom: 8px;
        line-height: 1.8;
    }

.asoft-job-detail-text {
    margin: 0;
    color: var(--asoft-text-soft);
    line-height: 1.9;
}

.asoft-job-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.asoft-job-anchor-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 55%, #0ea5e9 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
    overflow: hidden;
}

    .asoft-job-anchor-btn::before,
    .asoft-submit-btn::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255,255,255,0.18), transparent 42%);
        pointer-events: none;
    }

    .asoft-job-anchor-btn:hover {
        color: #fff;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 18px 30px rgba(37, 99, 235, 0.24);
    }

.asoft-job-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(148, 163, 184, 0.16);
    color: var(--asoft-primary);
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
    transition: all 0.22s ease;
}

    .asoft-job-secondary-btn:hover {
        color: var(--asoft-primary);
        text-decoration: none;
        background: #f8fafc;
        border-color: rgba(37, 99, 235, 0.18);
        transform: translateY(-2px);
    }

    .asoft-job-secondary-btn::-webkit-details-marker {
        display: none;
    }

/* EMPTY */
.asoft-empty-jobs {
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .asoft-empty-jobs h3 {
        margin: 0 0 12px;
        color: var(--asoft-primary);
        font-size: 1.4rem;
        font-weight: 900;
        position: relative;
        z-index: 1;
    }

    .asoft-empty-jobs p {
        margin: 0;
        color: var(--asoft-text-soft);
        line-height: 1.9;
        position: relative;
        z-index: 1;
    }

/* GENERAL + FORM */
.asoft-careers-general-box,
.asoft-careers-form-card {
    background: rgba(255,255,255,0.90);
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    padding: 30px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(12px);
}

    .asoft-careers-general-box h2,
    .asoft-careers-form-card h2 {
        margin: 0 0 12px;
        color: var(--asoft-primary);
        font-size: clamp(1.9rem, 4vw, 2.4rem);
        font-weight: 900;
        line-height: 1.3;
        position: relative;
        z-index: 1;
    }

    .asoft-careers-general-box p,
    .asoft-careers-form-card p {
        margin: 0;
        color: var(--asoft-text-soft);
        line-height: 1.9;
        position: relative;
        z-index: 1;
    }

.asoft-careers-form-card {
    margin-top: 24px;
}

.asoft-form-alert {
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 700;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.asoft-form-alert-success {
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
    color: #166534;
}

.asoft-form-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
}

.asoft-validation-summary {
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 14px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #9a3412;
    position: relative;
    z-index: 1;
}

    .asoft-validation-summary:empty {
        display: none;
    }

.asoft-careers-form {
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.asoft-careers-grid {
    display: grid;
    gap: 16px;
}

.asoft-careers-grid-2 {
    grid-template-columns: 1fr 1fr;
}

.asoft-field {
    margin-bottom: 16px;
}

    .asoft-field label {
        display: block;
        margin-bottom: 8px;
        color: var(--asoft-primary);
        font-size: 0.96rem;
        font-weight: 800;
    }

.asoft-input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #dbe4ee;
    border-radius: 16px;
    background: rgba(255,255,255,0.94);
    color: var(--asoft-text);
    font-size: 1rem;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

    .asoft-input:focus {
        outline: none;
        border-color: rgba(14, 165, 233, 0.7);
        box-shadow: 0 0 0 0.12rem #ffffff, 0 0 0 0.28rem rgba(14, 165, 233, 0.18);
        background: #fff;
    }

    .asoft-input.input-validation-error {
        border-color: #fca5a5;
        background: #fffdfd;
    }

.asoft-validation {
    display: block;
    margin-top: 7px;
    color: #b91c1c;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.6;
}

.asoft-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position: calc(18px) calc(50% - 3px), calc(12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-left: 34px;
}

.asoft-textarea {
    min-height: 150px;
    padding: 14px 16px;
    resize: vertical;
}

.asoft-file-input {
    padding-top: 12px;
    padding-bottom: 12px;
}

.asoft-submit-btn {
    min-width: 200px;
    min-height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 55%, #0ea5e9 100%);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    position: relative;
    overflow: hidden;
}

    .asoft-submit-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 30px rgba(37, 99, 235, 0.24);
    }

    .asoft-submit-btn:focus {
        outline: none;
        box-shadow: 0 0 0 0.12rem #ffffff, 0 0 0 0.28rem rgba(14, 165, 233, 0.28);
    }

/* CTA */
.asoft-inner-cta-wrap.asoft-careers-cta-wrap {
}

.asoft-inner-cta.asoft-careers-cta {
    position: relative;
    overflow: hidden;
}

.asoft-careers-cta-visual-layer {
    position: absolute;
    inset: 0;
    opacity: 0.16;
    pointer-events: none;
}

.asoft-careers-cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.asoft-careers-cta-content {
    position: relative;
    z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1100px) {
    .asoft-job-details-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .asoft-careers-grid-2,
    .asoft-careers-hero-cards-grid {
        grid-template-columns: 1fr;
    }

    .asoft-careers-hero-card-wide {
        grid-column: auto;
    }
}

@media (max-width: 767.98px) {
    .asoft-careers-general-box,
    .asoft-careers-form-card,
    .asoft-job-card-inner,
    .asoft-empty-jobs {
        padding: 22px;
    }

    .asoft-job-head {
        align-items: flex-start;
    }

    .asoft-submit-btn {
        width: 100%;
    }

    .asoft-careers-hero-image {
        min-height: 180px;
        max-height: 210px;
    }

    .asoft-careers-cta-visual-layer {
        opacity: 0.12;
    }
}

.asoft-hp-field {
    display: none !important;
}

.asoft-field-help {
    display: block;
    margin-top: 8px;
    color: var(--asoft-text-faint);
    font-size: 0.9rem;
    line-height: 1.7;
}
.asoft-submit-btn.is-loading,
.asoft-submit-btn:disabled {
    opacity: .75;
    cursor: wait;
    pointer-events: none;
}
.asoft-submit-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
}

.asoft-submit-btn-loader {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #ffffff;
    border-radius: 50%;
    display: none;
    animation: asoft-spin 0.75s linear infinite;
    flex: 0 0 18px;
}

.asoft-submit-btn.is-loading,
.asoft-submit-btn:disabled {
    opacity: .88;
    cursor: wait;
    pointer-events: none;
}

@keyframes asoft-spin {
    to {
        transform: rotate(360deg);
    }
}