/* Why Attend This Free Experience — scoped redesign */
.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: #07143d;
    --sju-kv-why-free-highlight: #2b5cff;
    --sju-kv-why-free-blue: #2b5cff;
    --sju-kv-why-free-accent: #ef1f39;
    --sju-kv-why-free-muted: #303a5b;
    --sju-kv-why-free-border: #e4e9f2;
    width: 100%;
    overflow: clip;
    padding: 44px 32px 56px;
    color: var(--sju-kv-why-free-navy);
    background:
        radial-gradient(circle at 8% 18%, rgba(43, 92, 255, .045), transparent 27%),
        radial-gradient(circle at 91% 82%, rgba(43, 92, 255, .032), transparent 26%),
        #fbfdff;
    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: 1360px;
    margin: 0 auto;
}

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

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

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

.sju-kv-why-free-eyebrow {
    display: block;
    margin: 0 0 12px;
    color: var(--sju-kv-why-free-blue);
    font-size: 14px;
    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(45px, 4vw, 58px)/1.04 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -.035em;
}

.sju-kv-why-free-title-line {
    display: block;
}

.sju-kv-why-free-heading h2 strong {
    position: relative;
    z-index: 0;
    display: inline-block;
    color: var(--sju-kv-why-free-highlight);
    font-weight: inherit;
}

.sju-kv-why-free-section.has-heading-underline .sju-kv-why-free-heading h2 strong::after {
    position: absolute;
    z-index: -1;
    right: -5px;
    bottom: -8px;
    left: -3px;
    height: 9px;
    border-top: 3px solid var(--sju-kv-why-free-highlight);
    border-radius: 50%;
    content: "";
    opacity: .95;
    transform: rotate(-1.5deg);
}

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

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

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

.sju-kv-why-free-brand-lockup {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 25px;
    margin: 0 0 24px;
    padding-left: 3px;
}

.sju-kv-why-free-brand-lockup > span {
    width: 1px;
    height: 70px;
    flex: 0 0 1px;
    background: #9aa4b7;
}

.sju-kv-why-free-brand-lockup img {
    display: block;
    max-width: 100%;
    object-fit: contain;
}

.sju-kv-why-free-kv-logo {
    width: min(44%, 270px);
    height: 64px;
}

.sju-kv-why-free-sju-logo {
    width: min(33%, 182px);
    height: 76px;
}

.sju-kv-why-free-section.has-brand-lockup .sju-kv-why-free-content {
    padding-top: 106px;
}

.sju-kv-why-free-image-wrap {
    position: relative;
    width: 100%;
}

.sju-kv-why-free-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 820px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(17, 37, 82, .08);
    border-radius: 18px;
    background: #e9eef7;
    box-shadow: 0 20px 52px rgba(20, 38, 83, .09);
}

.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-vr-inset {
    position: absolute;
    z-index: 4;
    right: -18px;
    bottom: 28px;
    width: min(47%, 286px);
    aspect-ratio: 3 / 2;
    margin: 0;
    overflow: hidden;
    border: 8px solid #fff;
    border-radius: 17px;
    background: #e9eef7;
    box-shadow: 0 20px 44px rgba(7, 20, 61, .22);
}

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

@media (max-width: 767px) {
    .sju-kv-why-free-vr-inset {
        right: 12px;
        bottom: 18px;
        width: min(48%, 230px);
        border-width: 6px;
        border-radius: 14px;
    }
}

.sju-kv-why-free-dots {
    position: absolute;
    z-index: 2;
    top: -26px;
    left: -25px;
    display: none;
    width: 142px;
    height: 104px;
    pointer-events: none;
    background-image: radial-gradient(circle, var(--sju-kv-why-free-blue) 2px, transparent 2.45px);
    background-size: 18px 18px;
    opacity: .92;
}

.sju-kv-why-free-section.has-dots .sju-kv-why-free-dots {
    display: block;
}

.sju-kv-why-free-hosted {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    width: min(82%, 520px);
    min-height: 74px;
    align-items: center;
    gap: 14px;
    margin: 20px auto 0;
    padding: 11px 13px 11px 17px;
    border: 1px solid var(--sju-kv-why-free-border);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(20, 38, 83, .08);
}

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

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

.sju-kv-why-free-hosted > span {
    display: grid;
    min-height: 44px;
    place-items: center;
    padding: 9px 15px;
    border-radius: 11px;
    color: #fff;
    background: var(--sju-kv-why-free-accent);
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.sju-kv-why-free-benefits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 18px;
}

.sju-kv-why-free-benefit {
    display: flex;
    min-width: 0;
    min-height: 218px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid var(--sju-kv-why-free-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 35px rgba(20, 38, 83, .07);
    animation: sju-kv-why-free-rise .5s calc(.12s + var(--sju-kv-why-free-delay)) ease-out both;
}

.sju-kv-why-free-icon {
    position: relative;
    display: grid;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    place-items: center;
    border-radius: 50%;
    color: var(--sju-kv-why-free-blue);
    background: #f0f4ff;
    font-size: 26px;
}

.sju-kv-why-free-benefit.is-red .sju-kv-why-free-icon {
    color: var(--sju-kv-why-free-accent);
    background: #fff0f2;
}

.sju-kv-why-free-benefit.is-blue .sju-kv-why-free-icon {
    color: var(--sju-kv-why-free-blue);
    background: #f0f4ff;
}

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

.sju-kv-why-free-icon small {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 24px;
    padding: 2px 3px;
    border-radius: 4px;
    color: #fff;
    background: var(--sju-kv-why-free-accent);
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
    transform: translate(-50%, -31%);
}

.sju-kv-why-free-benefit h3 {
    margin: 0;
    color: var(--sju-kv-why-free-navy);
    font-size: clamp(17px, 1.35vw, 19px);
    line-height: 1.25;
    font-weight: 750;
    letter-spacing: -.01em;
}

.sju-kv-why-free-benefit p {
    margin: 8px 0 0;
    color: var(--sju-kv-why-free-muted);
    font-size: clamp(14px, 1.08vw, 16px);
    line-height: 1.52;
}

.sju-kv-why-free-audience {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    animation: sju-kv-why-free-rise .55s .38s ease-out both;
}

.sju-kv-why-free-audience-heading {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 17px;
}

.sju-kv-why-free-audience h3 {
    flex: 0 0 auto;
    margin: 0;
    color: var(--sju-kv-why-free-navy);
    font: 700 clamp(24px, 2vw, 29px)/1.15 "Space Grotesk", Inter, sans-serif;
    letter-spacing: -.025em;
}

.sju-kv-why-free-audience-heading > span {
    display: none;
    height: 2px;
    flex: 1 1 auto;
    border-radius: 999px;
    background: var(--sju-kv-why-free-blue);
    opacity: .9;
}

.sju-kv-why-free-section.has-audience-rule .sju-kv-why-free-audience-heading > span {
    display: block;
}

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

.sju-kv-why-free-audience li {
    display: flex;
    min-width: 0;
    min-height: 108px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 9px;
    border: 1px solid var(--sju-kv-why-free-border);
    border-radius: 13px;
    color: var(--sju-kv-why-free-navy);
    background: #fff;
    box-shadow: 0 9px 24px rgba(20, 38, 83, .055);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
}

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

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

@media (max-width: 1180px) and (min-width: 1025px) {
    .sju-kv-why-free-layout {
        grid-template-columns: minmax(0, .98fr) minmax(0, 1fr);
        gap: 28px;
    }

    .sju-kv-why-free-heading h2 {
        font-size: 45px;
    }

    .sju-kv-why-free-benefit {
        min-height: 224px;
        padding: 18px;
    }

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

@media (max-width: 1024px) {
    .sju-kv-why-free-section {
        padding: 64px 28px 68px;
    }

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

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

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

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

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

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

    .sju-kv-why-free-section.has-brand-lockup .sju-kv-why-free-content {
        padding-top: 0;
    }

    .sju-kv-why-free-brand-lockup {
        margin-bottom: 20px;
    }

    .sju-kv-why-free-heading h2 {
        font-size: clamp(46px, 6.3vw, 58px);
    }

    .sju-kv-why-free-heading p {
        max-width: 760px;
    }

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

    .sju-kv-why-free-benefit {
        min-height: 205px;
    }
}

@media (max-width: 767px) {
    .sju-kv-why-free-section {
        padding: 52px 18px 60px;
    }

    .sju-kv-why-free-layout {
        gap: 24px;
    }

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

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

    .sju-kv-why-free-brand-lockup {
        min-height: 62px;
        gap: 16px;
        margin-bottom: 16px;
    }

    .sju-kv-why-free-brand-lockup > span {
        height: 54px;
    }

    .sju-kv-why-free-kv-logo {
        width: min(48%, 210px);
        height: 48px;
    }

    .sju-kv-why-free-sju-logo {
        width: min(36%, 145px);
        height: 58px;
    }

    .sju-kv-why-free-image {
        height: 500px;
        border-radius: 18px;
    }

    .sju-kv-why-free-dots {
        top: -18px;
        left: -12px;
        width: 106px;
        height: 78px;
        background-size: 15px 15px;
    }

    .sju-kv-why-free-benefits {
        grid-template-columns: minmax(0, 1fr);
        gap: 14px;
    }

    .sju-kv-why-free-benefit {
        min-height: 0;
        gap: 14px;
        padding: 18px;
    }

    .sju-kv-why-free-icon {
        width: 56px;
        height: 56px;
        flex-basis: 56px;
    }

    .sju-kv-why-free-benefit h3 {
        font-size: 19px;
    }

    .sju-kv-why-free-benefit p {
        font-size: 15px;
    }

    .sju-kv-why-free-audience-heading {
        gap: 14px;
        margin-bottom: 15px;
    }

    .sju-kv-why-free-audience h3 {
        font-size: 25px;
    }

    .sju-kv-why-free-audience ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .sju-kv-why-free-audience li {
        min-height: 106px;
        padding: 12px 8px;
        font-size: 13px;
    }

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

    .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: 40px;
        padding: 8px 9px;
        font-size: 9.5px;
    }
}

@media (max-width: 390px) {
    .sju-kv-why-free-heading h2 {
        font-size: clamp(34px, 9.7vw, 38px);
    }

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

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

@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;
    }
}
