/* Post Job Landing Page — New Design */

:root {
    --primary-2: #0024A6;
    --primary-1: #113DD9;
    --primary0: #265CFF;
    --primary1: #77A2FF;
    --primary3: #BAD2FF;
    --primary4: #EBF1FF;
    --primary-transparent: #77a2ff6b;
    --text-header: #0d0e0f;
    --text-body: #000000;
    --text-gray: #000000;
    --shadow-small: 0 8px 12px 2px rgba(0, 28, 53, 0.05);
}

/* Page wrapper */
.pjl-wrapper {
    overflow-x: hidden;
}

/* ===================== HERO SECTION ===================== */
.pjl-hero {
    background: linear-gradient(180deg, #f0f4f8 0%, #ffffff 100%);
    padding: 0;
    display: flex;
    align-items: center;
}

.pjl-hero__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 84px 24px 44px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.pjl-hero__left {
    flex: 0 0 46%;
    min-width: 0;
}

.pjl-hero__right {
    flex: 0 0 54%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 46px;
}

.pjl-hero__image {
    width: 100%;
    max-width: 720px;
    height: auto;
    margin-top: -100px;
}

/* Badge */
.pjl-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e8f0fe;
    border: 1px solid #d0dffc;
    border-radius: 50px;
    padding: 6px 16px;
    margin-bottom: 18px;
}

.pjl-badge__dot {
    width: 8px;
    height: 8px;
    background-color: var(--primary0);
    border-radius: 50%;
    flex-shrink: 0;
}

.pjl-badge__text {
    font-size: 13px;
    font-weight: 500;
    color: var(--primary0);
    line-height: 20px;
}

/* Heading */
.pjl-heading {
    font-size: 68px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--text-header);
    margin-bottom: 18px;
}

.pjl-heading--blue {
    display: block;
    color: var(--primary0);
}

/* Subtext */
.pjl-subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 24px;
    max-width: 520px;
}

/* CTA Buttons */
.pjl-cta-group {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}

.pjl-cta-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary0);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding: 16px 32px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    text-decoration: none;
}

.pjl-cta-primary:hover {
    color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(25, 25, 29, 0.06), 0px 4px 8px 0px rgba(139, 168, 255, 0.54);
    text-decoration: none;
}

.pjl-cta-arrow {
    font-size: 16px;
}

.pjl-cta-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    color: var(--text-header);
    font-size: 15px;
    font-weight: 500;
    padding: 15px 30px;
    border-radius: 10px;
    border: 1px solid #d9dde3;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
    text-decoration: none;
}

.pjl-cta-secondary:hover {
    color: var(--text-header);
    box-shadow: var(--shadow-small);
    text-decoration: none;
}

.pjl-cta-play {
    font-size: 10px;
    color: var(--text-header);
}

/* ===================== DIVIDER & STATS ===================== */
.pjl-divider {
    border: none;
    border-top: 2px solid #eff2f6;
    margin: 30px 0 24px;
    width: 720px;
    max-width: 100%;
}

.pjl-stats {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 48px;
    max-width: 620px;
}

.pjl-stat {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pjl-stat__value {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--text-header);
    margin-bottom: 2px;
}

.pjl-stat__label {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-body);
    line-height: 20px;
}

/* ===================== PARTNERS ===================== */
.pjl-partners {
    background: #f7f9fc;
    border-top: 1px solid #edf1f7;
    border-bottom: 1px solid #edf1f7;
    margin-top: 10px;
}

.pjl-partners__container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 44px 24px 44px;
    text-align: center;
}

.pjl-partners__eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #000000;
    margin-bottom: 16px;
}

.pjl-partners__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: nowrap;
}

.pjl-partners__logo {
    height: 24px;
    width: auto;
    opacity: 0.9;
}

/* ===================== AI MATCHING ===================== */
.pjl-ai {
    background: #ffffff;
}

.pjl-ai__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 24px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
}

.pjl-ai__left {
    flex: 0 0 46%;
    min-width: 0;
}

.pjl-ai__right {
    flex: 0 0 54%;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 52px;
}

.pjl-ai__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef3ff;
    color: var(--primary0);
    margin-bottom: 24px;
}

.pjl-ai__badge-icon {
    width: 16px;
    height: 16px;
    display: block;
}

.pjl-ai__badge-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.pjl-ai__heading {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--text-header);
    margin-bottom: 22px;
}

.pjl-ai__heading-blue {
    color: var(--primary0);
}

.pjl-ai__subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    max-width: 520px;
    margin-bottom: 26px;
}

.pjl-ai__features {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pjl-ai__feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.pjl-ai__feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
}

.pjl-ai__feature-icon img {
    width: 50px;
    height: 50px;
    display: block;
}

.pjl-ai__feature-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-header);
    line-height: 24px;
    margin-bottom: 4px;
}

.pjl-ai__feature-desc {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    max-width: 520px;
}

.pjl-ai__card {
    width: min(720px, 100%);
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.pjl-ai__image {
    width: 100%;
    height: auto;
    display: block;
}

/* ===================== RECEIVE APPLICATIONS ===================== */
.pjl-free {
    background: #F8FAFC;
}

.pjl-free__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 24px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 32px;
}

.pjl-free__left {
    flex: 0 0 54%;
    min-width: 0;
}

.pjl-free__image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 720px;
    margin-top: -60px;
}

.pjl-free__right {
    flex: 0 0 46%;
    min-width: 0;
}

.pjl-free__heading {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.15;
    color: var(--text-header);
    margin-bottom: 18px;
}

.pjl-free__heading-blue {
    display: block;
    color: var(--primary0);
}

.pjl-free__subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    max-width: 520px;
    margin-bottom: 22px;
}

.pjl-free__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 30px;
}

.pjl-free__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.pjl-free__check {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--primary0);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    flex: 0 0 18px;
    margin-top: 3px;
}

.pjl-free__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
}

.pjl-free__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 26px;
    background: var(--primary0);
    color: #ffffff;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0px 10px 24px rgba(38, 92, 255, 0.22);
}

.pjl-free__cta:hover {
    color: #ffffff;
    text-decoration: none;
}

/* ===================== PRICING ===================== */
.pjl-pricing {
    background: #ffffff;
}

.pjl-pricing__container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 24px 72px;
}

.pjl-pricing__header {
    text-align: center;
    margin-bottom: 38px;
}

.pjl-pricing__title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-header);
    margin-bottom: 10px;
}

.pjl-pricing__subtitle {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

.pjl-pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 360px));
    gap: 18px;
    align-items: start;
    justify-content: center;
}

.pjl-price-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e6edf7;
    border-radius: 18px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
    padding: 30px 30px 26px;
    display: flex;
    flex-direction: column;
}

.pjl-price-card--featured {
    border: 2px solid var(--primary0);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
    transform: translateY(-10px);
}

.pjl-price-card__badge {
    position: absolute;
    top: -12px;
    right: 26px;
    background: var(--primary0);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
}

.pjl-price-card__name {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-header);
    margin-bottom: 14px;
}

.pjl-price-card__price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-bottom: 10px;
}

.pjl-price-card__amount {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-header);
}

.pjl-price-card__unit {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

.pjl-price-card__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    margin-bottom: 18px;
}

.pjl-price-card__features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 6px;
    margin-bottom: 26px;
}

.pjl-price-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

.pjl-price-card__check {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    flex: 0 0 18px;
    margin-top: 2px;
}

.pjl-price-card__check--green {
    color: #00bf58;
    background: transparent;
}

.pjl-price-card__check--gray {
    color: #64748b;
    background: transparent;
}

.pjl-price-card__cta {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.pjl-price-card__cta--muted {
    background: #f1f5f9;
    color: #0f172a;
}

.pjl-price-card__cta--primary {
    background: var(--primary0);
    color: #ffffff;
    box-shadow: 0px 10px 24px rgba(38, 92, 255, 0.22);
}

.pjl-price-card__cta--outline {
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #cbd5e1;
}

.pjl-price-card__cta:hover {
    text-decoration: none;
}

.pjl-price-card__cta--primary:hover {
    color: #ffffff;
}

/* ===================== TESTIMONIALS ===================== */
.pjl-testimonials {
    background: #F8FAFC;
}

.pjl-testimonials__container {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 64px 24px 72px;
}

.pjl-testimonials__stage {
    position: relative;
    overflow: visible;
}

.pjl-testimonials__frame {
    overflow: visible;
}

.pjl-testimonials__slider {
    position: relative;
}

.pjl-testimonials__viewport {
    overflow: hidden;
    border-radius: 20px;
    padding: 0;
    background: #F8FAFC;
}

.pjl-testimonials__track {
    display: flex;
    width: 100%;
    gap: 0;
    transform: translateX(0%);
    transition: transform 280ms ease;
}

.pjl-testimonial {
    flex: 0 0 100%;
    padding: 12px;
    box-sizing: border-box;
    background: #F8FAFC;
}

.pjl-testimonial__card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 44% 56%;
    overflow: hidden;
}

.pjl-testimonial__media {
    position: relative;
    background: #e8edf5;
}

.pjl-testimonial__image {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    object-fit: cover;
    object-position: center;
}

.pjl-testimonial__meta {
    position: absolute;
    left: 18px;
    bottom: 16px;
    color: #ffffff;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.pjl-testimonial__stars {
    color: #fbbf24;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.pjl-testimonial__verified {
    font-size: 13px;
    font-weight: 600;
}

.pjl-testimonial__content {
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pjl-testimonial__quote {
    font-size: 44px;
    line-height: 1;
    color: #b6c7ff;
    margin-bottom: 12px;
}

.pjl-testimonial__text {
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    color: #0f172a;
    margin-bottom: 22px;
}

.pjl-testimonial__name {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 2px;
}

.pjl-testimonial__title {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
}

.pjl-testimonials__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.9);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.14);
    z-index: 2;
}

.pjl-testimonials__nav:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.pjl-testimonials__nav--prev {
    left: -22px;
}

.pjl-testimonials__nav--next {
    right: -22px;
}

.pjl-testimonials__nav--mobile {
    display: none;
}

.pjl-testimonials__nav--desktop {
    display: inline-flex;
}

.pjl-testimonials__controls {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    min-height: 44px;
}

.pjl-testimonials__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.pjl-testimonials__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: none;
    background: #dbe4ff;
    cursor: pointer;
}

.pjl-testimonials__dot.is-active {
    background: var(--primary0);
    width: 24px;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1200px) {
    .pjl-hero__container {
        padding: 40px 24px 40px;
    }

    .pjl-heading {
        font-size: 42px;
    }
}

@media (max-width: 991px) {
    .pjl-hero__container {
        flex-direction: column;
        padding: 44px 20px 34px;
        gap: 20px;
    }

    .pjl-hero__left {
        flex: none;
        width: 100%;
        text-align: center;
    }

    .pjl-badge {
        justify-content: center;
        text-align: center;
    }

    .pjl-heading,
    .pjl-subtext {
        margin-left: auto;
        margin-right: auto;
    }

    .pjl-hero__right {
        justify-content: center;
        padding-top: 0;
    }

    .pjl-hero__image {
        margin-top: 0;
    }

    .pjl-heading {
        font-size: 36px;
    }

    .pjl-subtext {
        max-width: 100%;
    }

    .pjl-cta-group {
        justify-content: center;
        flex-wrap: wrap;
    }

    .pjl-divider {
        margin-left: auto;
        margin-right: auto;
    }

    .pjl-stats {
        justify-content: center;
        flex-wrap: wrap;
        gap: 34px;
        max-width: 100%;
    }

    .pjl-badge {
        margin-left: auto;
        margin-right: auto;
    }

    .pjl-partners__container {
        padding: 40px 20px;
    }

    .pjl-partners__logos {
        flex-wrap: wrap;
        gap: 22px;
    }

    .pjl-ai__container,
    .pjl-free__container {
        flex-direction: column;
        padding: 48px 20px;
        gap: 24px;
    }

    .pjl-ai__left,
    .pjl-ai__right,
    .pjl-free__left,
    .pjl-free__right {
        flex: none;
        width: 100%;
    }

    .pjl-ai__right,
    .pjl-free__left {
        justify-content: center;
        display: flex;
        padding-top: 0;
    }

    .pjl-free__image {
        margin-top: 0;
    }

    .pjl-pricing__container {
        padding: 54px 20px 60px;
    }

    .pjl-pricing__grid {
        grid-template-columns: repeat(2, minmax(0, 360px));
        gap: 16px;
        justify-content: center;
    }

    .pjl-testimonials__container {
        padding: 54px 20px 60px;
    }

    .pjl-testimonial__card {
        grid-template-columns: 40% 60%;
    }

    .pjl-testimonial__content {
        padding: 28px 28px;
    }

    .pjl-testimonials__nav--prev {
        left: -16px;
    }

    .pjl-testimonials__nav--next {
        right: -16px;
    }
}

@media (max-width: 767px) {
    .pjl-heading {
        font-size: 32px;
    }

    .pjl-ai__heading,
    .pjl-free__heading {
        font-size: 34px;
    }

    .pjl-ai__container,
    .pjl-free__container {
        padding: 44px 20px;
    }

    .pjl-partners__container {
        padding: 42px 16px;
    }

    .pjl-pricing__container {
        padding: 54px 16px 60px;
    }

    .pjl-free__right {
        order: 1;
    }

    .pjl-free__left {
        order: 2;
    }

    .pjl-testimonial__card {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        min-height: 520px;
    }

    .pjl-testimonial__content {
        min-height: 260px;
        padding: 22px 18px 24px;
    }

    .pjl-testimonial__text {
        font-size: 16px;
        line-height: 26px;
    }

    .pjl-testimonials__nav {
        position: static;
        transform: none;
        width: 40px;
        height: 40px;
        font-size: 26px;
    }

    .pjl-testimonials__controls {
        justify-content: space-between;
        gap: 10px;
        margin-top: 10px;
        min-height: 40px;
    }

    .pjl-testimonials__dots {
        gap: 8px;
    }

    .pjl-testimonials__nav--desktop {
        display: none;
    }

    .pjl-testimonials__nav--mobile {
        display: inline-flex;
    }
}

@media (max-width: 575px) {
    .pjl-heading {
        font-size: 30px;
    }

    .pjl-stat__value {
        font-size: 28px;
    }

    .pjl-cta-group {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .pjl-cta-primary,
    .pjl-cta-secondary {
        width: 260px;
        max-width: 100%;
        justify-content: center;
        padding-left: 22px;
        padding-right: 22px;
    }

    .pjl-partners__logos {
        gap: 16px;
    }

    .pjl-pricing__grid {
        grid-template-columns: 1fr;
    }

    .pjl-price-card--featured {
        transform: none;
    }

    .pjl-testimonials__container {
        padding: 48px 16px 54px;
    }

    .pjl-testimonial {
        padding: 8px;
    }

    .pjl-testimonials__controls {
        margin-top: 8px;
        min-height: 38px;
    }

    .pjl-testimonials__dots {
        gap: 8px;
    }

    .pjl-testimonials__dot {
        width: 8px;
        height: 8px;
    }

    .pjl-testimonials__dot.is-active {
        width: 20px;
    }

    .pjl-testimonials__nav--next {
        right: -12px;
    }
}
