.elementor-widget-sju-kv-registration-section,
.elementor-widget-sju-kv-registration-section > .elementor-widget-container {
    width: 100%;
}

.sju-kv-reg-section,
.sju-kv-reg-section * {
    box-sizing: border-box;
}

.sju-kv-reg-section {
    --sju-kv-reg-red: #df182f;
    --sju-kv-reg-blue: #315cf4;
    --sju-kv-reg-navy: #091a3a;
    --sju-kv-reg-text: #17233d;
    --sju-kv-reg-muted: #5d6880;
    --sju-kv-reg-bg: #f8faff;
    --sju-kv-reg-card: #fff;
    --sju-kv-reg-border: #dce4f1;
    width: 100%;
    padding: 96px 24px 104px;
    overflow: clip;
    background:
        linear-gradient(rgba(49, 92, 244, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 92, 244, .035) 1px, transparent 1px),
        radial-gradient(circle at 10% 20%, rgba(49, 92, 244, .07), transparent 28%),
        radial-gradient(circle at 92% 76%, rgba(38, 167, 255, .08), transparent 27%),
        var(--sju-kv-reg-bg);
    background-size: 48px 48px, 48px 48px, auto, auto, auto;
    color: var(--sju-kv-reg-text);
    font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sju-kv-reg-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.sju-kv-reg-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 56px;
}

.sju-kv-reg-trust-card {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 62px;
    gap: 13px;
    padding: 12px 16px;
    border: 1px solid var(--sju-kv-reg-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 26px rgba(24, 66, 142, .05);
    backdrop-filter: blur(16px);
}

.sju-kv-reg-trust-card strong {
    min-width: 0;
    color: var(--sju-kv-reg-navy);
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
}

.sju-kv-reg-trust-mark {
    position: relative;
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 34px;
    place-items: center;
    overflow: hidden;
    color: var(--sju-kv-reg-red);
}

.sju-kv-reg-trust-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sju-kv-reg-trust-mark--crop-left img {
    position: absolute;
    left: 0;
    width: auto;
    max-width: none;
    height: 34px;
    object-fit: initial;
}

.sju-kv-reg-trust-mark svg,
.sju-kv-reg-trust-mark i {
    width: 26px;
    height: 26px;
    font-size: 24px;
}

.sju-kv-reg-layout {
    display: grid;
    grid-template-columns: minmax(0, .42fr) minmax(0, .58fr);
    grid-template-areas:
        "heading form"
        "info form";
    gap: 30px 38px;
    align-items: start;
}

.sju-kv-reg-heading {
    grid-area: heading;
}

.sju-kv-reg-heading > span {
    display: block;
    margin-bottom: 14px;
    color: var(--sju-kv-reg-blue);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
}

.sju-kv-reg-heading h2 {
    margin: 0;
    color: var(--sju-kv-reg-navy);
    font: 700 clamp(42px, 4.3vw, 62px)/1.02 "Space Grotesk", Inter, sans-serif;
    letter-spacing: 0;
}

.sju-kv-reg-heading h2 strong {
    color: var(--sju-kv-reg-red);
    font-weight: inherit;
}

.sju-kv-reg-heading p {
    margin: 14px 0 0;
    color: var(--sju-kv-reg-muted);
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.5;
    font-weight: 400;
}

.sju-kv-reg-info-stack {
    grid-area: info;
    display: grid;
    gap: 18px;
}

.sju-kv-reg-form-column {
    grid-area: form;
    min-width: 0;
}

.sju-kv-reg-urgency {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 13px;
    color: #b10f22;
    font-size: 14px;
    font-weight: 750;
    line-height: 1.35;
}

.sju-kv-reg-urgency > span {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: var(--sju-kv-reg-red);
    box-shadow: 0 0 0 5px rgba(223, 24, 47, .12);
}

.sju-kv-reg-image {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--sju-kv-reg-border);
    border-radius: 18px;
    background: #e8eef8;
    aspect-ratio: 16 / 9;
}

.sju-kv-reg-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.sju-kv-reg-card {
    border: 1px solid var(--sju-kv-reg-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 14px 34px rgba(24, 66, 142, .06);
    backdrop-filter: blur(16px);
}

.sju-kv-reg-benefits {
    padding: 24px;
}

.sju-kv-reg-benefits h3,
.sju-kv-reg-support h3 {
    margin: 0;
    color: var(--sju-kv-reg-navy);
    font-size: 18px;
    line-height: 1.3;
    font-weight: 650;
}

.sju-kv-reg-benefits ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
    margin: 18px 0;
    padding: 0;
    list-style: none;
}

.sju-kv-reg-benefits li {
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: 9px;
    color: var(--sju-kv-reg-muted);
    font-size: 13px;
    line-height: 1.45;
}

.sju-kv-reg-benefits li > span {
    color: var(--sju-kv-reg-blue);
    font-weight: 700;
}

.sju-kv-reg-cost {
    display: block;
    padding-top: 15px;
    border-top: 1px solid var(--sju-kv-reg-border);
    color: var(--sju-kv-reg-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
}

.sju-kv-reg-support {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
}

.sju-kv-reg-support-icon {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border-radius: 50%;
    background: #eef3ff;
    color: var(--sju-kv-reg-blue);
    font-size: 28px;
}

.sju-kv-reg-support a,
.sju-kv-reg-support p {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 9px 0 0;
    color: var(--sju-kv-reg-muted);
    font-size: 13px;
    line-height: 1.35;
    text-decoration: none;
}

.sju-kv-reg-support a:hover,
.sju-kv-reg-support a:focus-visible {
    color: var(--sju-kv-reg-blue);
}

.sju-kv-reg-support a:focus-visible,
.sju-kv-reg-profile a:focus-visible {
    outline: 3px solid rgba(49, 92, 244, .25);
    outline-offset: 3px;
}

.sju-kv-reg-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 18px;
    padding: 20px 22px;
    border-color: rgba(49, 92, 244, .28);
    background: rgba(244, 247, 255, .92);
}

.sju-kv-reg-profile strong {
    color: var(--sju-kv-reg-navy);
    font-size: 15px;
}

.sju-kv-reg-profile p {
    margin: 5px 0 0;
    color: var(--sju-kv-reg-muted);
    font-size: 12px;
    line-height: 1.5;
}

.sju-kv-reg-profile a {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 12px 16px;
    border: 1px solid var(--sju-kv-reg-blue);
    border-radius: 10px;
    color: var(--sju-kv-reg-blue);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.sju-kv-reg-form-missing {
    padding: 24px;
    border: 1px solid #f4c4cc;
    border-radius: 12px;
    background: #fff3f5;
    color: #8f2031;
}

@media (max-width: 1024px) {
    .sju-kv-reg-section {
        padding: 72px 22px 80px;
    }

    .sju-kv-reg-trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 46px;
    }

    .sju-kv-reg-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "heading"
            "form"
            "info";
        gap: 28px;
    }

    .sju-kv-reg-heading {
        max-width: 720px;
    }

    .sju-kv-reg-image {
        max-height: 520px;
    }
}

@media (max-width: 767px) {
    .sju-kv-reg-section {
        padding: 54px 14px 64px;
    }

    .sju-kv-reg-trust-grid {
        gap: 9px;
        margin-bottom: 38px;
    }

    .sju-kv-reg-trust-card {
        min-height: 58px;
        gap: 9px;
        padding: 10px;
    }

    .sju-kv-reg-trust-card strong {
        font-size: 11px;
    }

    .sju-kv-reg-trust-mark {
        flex-basis: 34px;
        width: 34px;
        height: 30px;
    }

    .sju-kv-reg-trust-mark--crop-left img {
        height: 30px;
    }

    .sju-kv-reg-heading > span {
        margin-bottom: 11px;
        font-size: 11px;
    }

    .sju-kv-reg-heading h2 {
        font-size: clamp(35px, 10vw, 46px);
    }

    .sju-kv-reg-heading p {
        font-size: 15px;
    }

    .sju-kv-reg-benefits,
    .sju-kv-reg-support {
        padding: 20px;
    }

    .sju-kv-reg-benefits ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sju-kv-reg-support {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;
    }

    .sju-kv-reg-support-icon {
        width: 54px;
        height: 54px;
        font-size: 23px;
    }

    .sju-kv-reg-profile {
        align-items: stretch;
        flex-direction: column;
    }

    .sju-kv-reg-profile a {
        display: grid;
        width: 100%;
        place-items: center;
    }
}

@media (max-width: 360px) {
    .sju-kv-reg-trust-grid {
        grid-template-columns: 1fr;
    }

    .sju-kv-reg-trust-card {
        min-height: 54px;
    }
}

/* SJU KV Why Free Section */
.elementor-widget-sju-kv-why-free-section,
.elementor-widget-sju-kv-why-free-section > .elementor-widget-container {
    width: 100%;
}

.sju-kv-why-free-section,
.sju-kv-why-free-section * {
    box-sizing: border-box;
}

.sju-kv-why-free-section {
    --sju-kv-why-free-navy: #071d43;
    --sju-kv-why-free-red: #e21e36;
    --sju-kv-why-free-blue: #2f63f5;
    --sju-kv-why-free-muted: #5f6f8e;
    --sju-kv-why-free-border: #dce5f2;
    width: 100%;
    padding: 100px 24px 104px;
    overflow: clip;
    color: var(--sju-kv-why-free-navy);
    background:
        linear-gradient(rgba(47, 99, 245, .026) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 99, 245, .026) 1px, transparent 1px),
        radial-gradient(circle at 7% 18%, rgba(47, 99, 245, .075), transparent 27%),
        radial-gradient(circle at 93% 82%, rgba(226, 30, 54, .045), transparent 25%),
        #f9fbff;
    background-size: 52px 52px, 52px 52px, auto, auto, auto;
    font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sju-kv-why-free-inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.sju-kv-why-free-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.27fr) minmax(0, 1fr);
    grid-template-areas: "visual content";
    gap: 56px;
    align-items: start;
}

.sju-kv-why-free-content {
    grid-area: content;
    display: grid;
    min-width: 0;
    gap: 28px;
}

.sju-kv-why-free-heading {
    animation: sju-kv-why-free-rise .58s ease-out both;
}

.sju-kv-why-free-eyebrow {
    display: block;
    margin-bottom: 15px;
    color: var(--sju-kv-why-free-blue);
    font-size: 13px;
    line-height: 1.1;
    font-weight: 750;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.sju-kv-why-free-heading h2 {
    margin: 0;
    color: var(--sju-kv-why-free-navy);
    font: 700 clamp(44px, 4vw, 62px)/1.03 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.sju-kv-why-free-heading h2 strong {
    color: var(--sju-kv-why-free-red);
    font-weight: inherit;
}

.sju-kv-why-free-heading p {
    max-width: 590px;
    margin: 18px 0 0;
    color: var(--sju-kv-why-free-muted);
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.55;
}

.sju-kv-why-free-heading p + p {
    margin-top: 8px;
}

.sju-kv-why-free-visual {
    position: relative;
    grid-area: visual;
    min-width: 0;
    padding-top: 20px;
    animation: sju-kv-why-free-rise .62s .06s ease-out both;
}

.sju-kv-why-free-image {
    position: relative;
    width: 100%;
    height: 760px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(20, 53, 104, .09);
    border-radius: 24px;
    background: #e8eef7;
    box-shadow: 0 28px 65px rgba(17, 50, 105, .11);
}

.sju-kv-why-free-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
}

.sju-kv-why-free-dots {
    position: absolute;
    z-index: 2;
    top: -3px;
    left: 38px;
    width: 122px;
    height: 88px;
    pointer-events: none;
    background-image: radial-gradient(circle, var(--sju-kv-why-free-navy) 2px, transparent 2.4px);
    background-size: 19px 19px;
    opacity: .92;
}

.sju-kv-why-free-hosted {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    width: min(78%, 520px);
    min-height: 76px;
    gap: 16px;
    margin: 24px auto 0;
    padding: 12px 14px 12px 18px;
    border: 1px solid var(--sju-kv-why-free-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 40px rgba(21, 55, 110, .1);
}

.sju-kv-why-free-hosted img {
    display: block;
    width: 54px;
    height: 48px;
    padding-right: 14px;
    border-right: 1px solid var(--sju-kv-why-free-border);
    object-fit: contain;
}

.sju-kv-why-free-hosted strong {
    min-width: 0;
    color: var(--sju-kv-why-free-navy);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.sju-kv-why-free-hosted > span {
    display: grid;
    min-height: 46px;
    place-items: center;
    padding: 10px 17px;
    border-radius: 12px;
    color: #fff;
    background: var(--sju-kv-why-free-red);
    box-shadow: 0 8px 20px rgba(226, 30, 54, .2);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.sju-kv-why-free-benefits {
    display: grid;
    grid-auto-rows: 1fr;
    gap: 16px;
}

.sju-kv-why-free-benefit {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 102px;
    gap: 18px;
    align-items: center;
    padding: 17px 20px;
    border: 1px solid var(--sju-kv-why-free-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(21, 55, 110, .055);
    animation: sju-kv-why-free-rise .5s calc(.12s + var(--sju-kv-why-free-delay)) ease-out both;
}

.sju-kv-why-free-icon {
    display: grid;
    width: 56px;
    height: 56px;
    place-items: center;
    border-radius: 17px;
    color: var(--sju-kv-why-free-blue);
    background: linear-gradient(145deg, #edf3ff, #f7f9ff);
    font-size: 24px;
}

.sju-kv-why-free-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.sju-kv-why-free-benefit:nth-child(3) .sju-kv-why-free-icon {
    color: var(--sju-kv-why-free-red);
}

.sju-kv-why-free-benefit h3,
.sju-kv-why-free-audience h3 {
    margin: 0;
    color: var(--sju-kv-why-free-navy);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 750;
}

.sju-kv-why-free-benefit p {
    margin: 6px 0 0;
    color: var(--sju-kv-why-free-muted);
    font-size: 14px;
    line-height: 1.45;
}

.sju-kv-why-free-audience {
    padding: 24px;
    border: 1px solid var(--sju-kv-why-free-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(21, 55, 110, .055);
    animation: sju-kv-why-free-rise .55s .38s ease-out both;
}

.sju-kv-why-free-audience ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px 14px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.sju-kv-why-free-audience li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    min-height: 56px;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid #e1e8f3;
    border-radius: 11px;
    color: #425170;
    background: #fff;
    font-size: 12.5px;
    line-height: 1.35;
}

.sju-kv-why-free-audience li > span:first-child {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    color: var(--sju-kv-why-free-red);
}

.sju-kv-why-free-audience li svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@keyframes sju-kv-why-free-rise {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1024px) {
    .sju-kv-why-free-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, .94fr);
        gap: 36px;
    }

    .sju-kv-why-free-content {
        gap: 22px;
    }

    .sju-kv-why-free-image {
        height: 650px;
    }

    .sju-kv-why-free-hosted {
        width: 92%;
        grid-template-columns: 46px minmax(0, 1fr) auto;
        gap: 11px;
        padding-left: 13px;
    }

    .sju-kv-why-free-hosted img {
        width: 46px;
        height: 40px;
        padding-right: 10px;
    }

    .sju-kv-why-free-hosted strong {
        font-size: 12px;
    }

    .sju-kv-why-free-hosted > span {
        padding-inline: 12px;
        font-size: 11px;
    }

    .sju-kv-why-free-benefit {
        grid-template-columns: 50px minmax(0, 1fr);
        min-height: 94px;
        gap: 14px;
        padding: 15px;
    }

    .sju-kv-why-free-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }

    .sju-kv-why-free-audience {
        padding: 20px;
    }

    .sju-kv-why-free-audience ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .sju-kv-why-free-section {
        padding: 58px 16px 68px;
    }

    .sju-kv-why-free-layout {
        grid-template-columns: minmax(0, 1fr);
        grid-template-areas:
            "header"
            "visual"
            "benefits"
            "audience";
        gap: 26px;
    }

    .sju-kv-why-free-content {
        display: contents;
    }

    .sju-kv-why-free-heading {
        grid-area: header;
    }

    .sju-kv-why-free-benefits {
        grid-area: benefits;
    }

    .sju-kv-why-free-audience {
        grid-area: audience;
    }

    .sju-kv-why-free-heading h2 {
        font-size: clamp(38px, 11vw, 44px);
        line-height: 1.04;
    }

    .sju-kv-why-free-heading p {
        margin-top: 14px;
        font-size: 16px;
        line-height: 1.52;
    }

    .sju-kv-why-free-heading p + p {
        margin-top: 7px;
    }

    .sju-kv-why-free-visual {
        grid-area: visual;
        padding-top: 14px;
    }

    .sju-kv-why-free-image {
        height: 440px;
        border-radius: 20px;
    }

    .sju-kv-why-free-dots {
        left: 20px;
        width: 92px;
        height: 67px;
        background-size: 16px 16px;
    }

    .sju-kv-why-free-hosted {
        grid-template-columns: 40px minmax(0, 1fr) auto;
        width: calc(100% - 18px);
        min-height: 66px;
        gap: 9px;
        margin-top: 18px;
        padding: 9px 9px 9px 12px;
    }

    .sju-kv-why-free-hosted img {
        width: 40px;
        height: 36px;
        padding-right: 8px;
    }

    .sju-kv-why-free-hosted strong {
        font-size: 10.5px;
    }

    .sju-kv-why-free-hosted > span {
        min-height: 42px;
        padding: 8px 10px;
        border-radius: 10px;
        font-size: 10px;
    }

    .sju-kv-why-free-benefits {
        gap: 14px;
    }

    .sju-kv-why-free-benefit {
        grid-template-columns: 48px minmax(0, 1fr);
        min-height: 92px;
        gap: 13px;
        padding: 15px;
    }

    .sju-kv-why-free-icon {
        width: 46px;
        height: 46px;
    }

    .sju-kv-why-free-benefit h3,
    .sju-kv-why-free-audience h3 {
        font-size: 16px;
    }

    .sju-kv-why-free-benefit p {
        margin-top: 4px;
        font-size: 13.5px;
    }

    .sju-kv-why-free-audience {
        padding: 20px 16px;
    }

    .sju-kv-why-free-audience ul {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 15px;
    }

    .sju-kv-why-free-audience li {
        min-height: 52px;
        font-size: 13px;
    }
}

@media (max-width: 370px) {
    .sju-kv-why-free-section {
        padding-inline: 13px;
    }

    .sju-kv-why-free-image {
        height: 420px;
    }

    .sju-kv-why-free-hosted strong {
        font-size: 9.5px;
    }

    .sju-kv-why-free-hosted > span {
        padding-inline: 8px;
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sju-kv-why-free-heading,
    .sju-kv-why-free-visual,
    .sju-kv-why-free-benefit,
    .sju-kv-why-free-audience {
        animation: none !important;
    }
}

/* High-demand careers grid */
.sju-kv-careers-section,
.sju-kv-careers-section * {
    box-sizing: border-box;
}

.sju-kv-careers-section {
    --sju-kv-careers-navy: #071f46;
    --sju-kv-careers-blue: #285dff;
    --sju-kv-careers-red: #e51f3f;
    --sju-kv-careers-muted: #667493;
    position: relative;
    overflow: hidden;
    padding: 84px 24px 96px;
    color: var(--sju-kv-careers-navy);
    background-color: #f8fbff;
    background-image:
        radial-gradient(circle at 50% 0%, rgba(40, 93, 255, 0.08), transparent 34%),
        linear-gradient(rgba(40, 93, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(40, 93, 255, 0.025) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
    font-family: Inter, Arial, sans-serif;
}

.sju-kv-careers-inner {
    position: relative;
    z-index: 1;
    width: min(1300px, 100%);
    margin: 0 auto;
}

.sju-kv-careers-heading {
    max-width: 1000px;
    margin: 0 auto 36px;
    text-align: center;
}

.sju-kv-careers-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: var(--sju-kv-careers-blue);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sju-kv-careers-heading h2 {
    margin: 0;
    color: var(--sju-kv-careers-navy);
    font-family: "Space Grotesk", Inter, Arial, sans-serif;
    font-size: clamp(38px, 4vw, 62px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

.sju-kv-careers-heading p {
    margin: 18px 0 0;
    color: var(--sju-kv-careers-muted);
    font-size: clamp(17px, 1.5vw, 21px);
    font-weight: 500;
    line-height: 1.55;
}

.sju-kv-careers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.sju-kv-career-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(31, 63, 118, 0.14);
    border-radius: 20px;
    box-shadow: 0 16px 42px rgba(8, 33, 77, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sju-kv-career-card:hover {
    transform: translateY(-4px);
    border-color: rgba(40, 93, 255, 0.3);
    box-shadow: 0 22px 54px rgba(8, 33, 77, 0.14);
}

.sju-kv-careers-media {
    position: relative;
    width: 100%;
    height: 210px;
    margin: 0;
    overflow: hidden;
    background: #eaf1ff;
}

.sju-kv-careers-media::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 34%;
    content: "";
    pointer-events: none;
    background: linear-gradient(to top, rgba(7, 31, 70, 0.12), transparent);
}

.sju-kv-careers-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.sju-kv-career-card:hover .sju-kv-careers-media img {
    transform: scale(1.035);
}

.sju-kv-careers-media.is-placeholder {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 32% 24%, rgba(255, 255, 255, 0.88), transparent 28%),
        linear-gradient(135deg, #eef4ff 0%, #dfe9ff 54%, #f8fbff 100%);
}

.sju-kv-careers-placeholder {
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    color: rgba(40, 93, 255, 0.62);
    font-size: 50px;
    border: 1px solid rgba(40, 93, 255, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 45px rgba(40, 93, 255, 0.12);
}

.sju-kv-careers-placeholder svg {
    width: 1em;
    height: 1em;
}

.sju-kv-careers-placeholder i,
.sju-kv-careers-placeholder svg,
.sju-kv-career-icon i,
.sju-kv-career-icon svg {
    color: inherit !important;
    fill: currentColor !important;
}

.sju-kv-careers-placeholder svg path,
.sju-kv-career-icon svg path {
    fill: currentColor !important;
}

.sju-kv-career-body {
    display: flex;
    min-height: 104px;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
}

.sju-kv-career-icon {
    display: grid;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    place-items: center;
    color: var(--sju-kv-careers-blue);
    font-size: 30px;
    border: 1px solid rgba(40, 93, 255, 0.09);
    border-radius: 18px;
    background: linear-gradient(145deg, #f8fbff, #e9f0ff);
}

.sju-kv-career-icon svg {
    width: 1em;
    height: 1em;
}

.sju-kv-career-copy {
    min-width: 0;
}

.sju-kv-career-copy h3 {
    margin: 0;
    color: var(--sju-kv-careers-navy);
    font-family: "Space Grotesk", Inter, Arial, sans-serif;
    font-size: clamp(19px, 1.5vw, 24px);
    font-weight: 750;
    line-height: 1.2;
}

.sju-kv-career-salary {
    margin: 6px 0 0;
    color: var(--sju-kv-careers-red);
    font-size: clamp(18px, 1.45vw, 22px);
    font-weight: 800;
    line-height: 1.15;
}

.sju-kv-careers-disclaimer {
    display: flex;
    max-width: 1020px;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
    margin: 28px auto 0;
    color: var(--sju-kv-careers-muted);
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

.sju-kv-careers-disclaimer > span {
    display: inline-grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    color: #587096;
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 2px solid #94a4bf;
    border-radius: 50%;
}

.sju-kv-careers-cta {
    display: grid;
    grid-template-columns: minmax(180px, 250px) minmax(0, 1fr) auto;
    min-height: 146px;
    align-items: center;
    gap: 28px;
    margin-top: 30px;
    padding: 18px 28px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(40, 93, 255, 0.18);
    border-radius: 22px;
    box-shadow: 0 18px 48px rgba(8, 33, 77, 0.07);
    backdrop-filter: blur(8px);
}

.sju-kv-careers-cta-media {
    display: grid;
    height: 110px;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
}

.sju-kv-careers-cta-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sju-kv-careers-cta-media.is-placeholder {
    color: rgba(40, 93, 255, 0.7);
    font-family: "Space Grotesk", Inter, sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.04em;
    background: linear-gradient(135deg, rgba(40, 93, 255, 0.1), rgba(229, 31, 63, 0.08));
}

.sju-kv-careers-cta-copy h3 {
    margin: 0;
    color: var(--sju-kv-careers-navy);
    font-family: "Space Grotesk", Inter, Arial, sans-serif;
    font-size: clamp(22px, 2vw, 29px);
    font-weight: 750;
    line-height: 1.2;
}

.sju-kv-careers-cta-copy p {
    margin: 8px 0 0;
    color: var(--sju-kv-careers-muted);
    font-size: 17px;
    line-height: 1.5;
}

.sju-kv-careers-cta-button {
    display: inline-flex;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px 28px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background: var(--sju-kv-careers-red);
    border: 2px solid transparent;
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(229, 31, 63, 0.22);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.sju-kv-careers-cta-button,
.sju-kv-careers-cta-button:visited,
.sju-kv-careers-cta-button:hover,
.sju-kv-careers-cta-button:focus,
.sju-kv-careers-cta-button span {
    color: #fff !important;
}

.sju-kv-careers-cta-button:hover {
    transform: translateY(-2px);
    filter: brightness(0.96);
    box-shadow: 0 17px 34px rgba(229, 31, 63, 0.3);
}

.sju-kv-careers-cta-button:focus-visible {
    outline: 3px solid #fff;
    box-shadow: 0 0 0 6px var(--sju-kv-careers-blue), 0 17px 34px rgba(229, 31, 63, 0.25);
}

.sju-kv-careers-cta-button > span:last-child {
    font-size: 25px;
    font-weight: 500;
    transition: transform 0.2s ease;
}

.sju-kv-careers-cta-button:hover > span:last-child {
    transform: translateX(3px);
}

@media (max-width: 1024px) {
    .sju-kv-careers-section {
        padding: 68px 24px 76px;
    }

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

    .sju-kv-careers-cta {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .sju-kv-careers-cta-button {
        grid-column: 1 / -1;
        justify-self: stretch;
    }
}

@media (max-width: 767px) {
    .sju-kv-careers-section {
        padding: 54px 16px 62px;
    }

    .sju-kv-careers-heading {
        margin-bottom: 28px;
    }

    .sju-kv-careers-heading h2 {
        font-size: clamp(33px, 10vw, 44px);
    }

    .sju-kv-careers-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .sju-kv-careers-media {
        height: 210px;
    }

    .sju-kv-career-body {
        min-height: 96px;
        gap: 14px;
        padding: 16px;
    }

    .sju-kv-career-icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
        font-size: 26px;
        border-radius: 16px;
    }

    .sju-kv-careers-disclaimer {
        justify-content: flex-start;
        margin-top: 24px;
        text-align: left;
    }

    .sju-kv-careers-cta {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        margin-top: 26px;
        padding: 18px;
        text-align: center;
    }

    .sju-kv-careers-cta-media {
        height: 96px;
    }

    .sju-kv-careers-cta-button {
        grid-column: auto;
        width: 100%;
        min-height: 58px;
        padding: 15px 20px;
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sju-kv-career-card,
    .sju-kv-careers-media img,
    .sju-kv-careers-cta-button,
    .sju-kv-careers-cta-button > span:last-child {
        transition: none;
    }

    .sju-kv-career-card:hover,
    .sju-kv-career-card:hover .sju-kv-careers-media img,
    .sju-kv-careers-cta-button:hover,
    .sju-kv-careers-cta-button:hover > span:last-child {
        transform: none;
    }
}
