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

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

.sju-kv-five {
    --sju-five-navy: #07183f;
    --sju-five-blue: #315cf4;
    --sju-five-red: #d7192d;
    --sju-five-image-x: 50%;
    --sju-five-image-y: 50%;
    --sju-five-image-width: 52%;
    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: clip;
    color: var(--sju-five-navy);
    background-color: #f6f9ff;
    font-family: "Inter", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.sju-kv-five::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 9% 20%, rgba(49, 92, 244, .09), transparent 26%),
        radial-gradient(circle at 94% 74%, rgba(215, 25, 45, .045), transparent 24%),
        linear-gradient(rgba(49, 92, 244, .022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(49, 92, 244, .022) 1px, transparent 1px);
    background-size: auto, auto, 42px 42px, 42px 42px;
}

.sju-kv-five__inner {
    width: 100%;
    margin: 0 auto;
    padding: clamp(16px, 1.8vw, 24px);
    border: 1px solid rgba(91, 120, 173, .16);
    border-radius: 28px;
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 26px 72px rgba(28, 57, 112, .1);
}

.sju-kv-five__layout {
    display: grid;
    grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
    align-items: stretch;
    gap: clamp(16px, 1.7vw, 22px);
}

.sju-kv-five__facts,
.sju-kv-five__cta {
    min-width: 0;
}

.sju-kv-five__facts {
    padding: clamp(22px, 2.25vw, 31px);
    border: 1px solid rgba(91, 120, 173, .11);
    border-radius: 21px;
    background:
        radial-gradient(circle at 92% 4%, rgba(49, 92, 244, .09), transparent 28%),
        linear-gradient(145deg, rgba(247, 250, 255, .98), rgba(239, 245, 255, .95));
}

.sju-kv-five__header {
    max-width: 430px;
}

.sju-kv-five__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--sju-five-red);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .035em;
    text-transform: uppercase;
}

.sju-kv-five__eyebrow::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--sju-five-red);
    filter: drop-shadow(0 4px 8px rgba(215, 25, 45, .18));
}

.sju-kv-five__title {
    max-width: 350px;
    margin: 16px 0 0;
    color: var(--sju-five-navy);
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: clamp(35px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.045em;
    text-wrap: balance;
}

.sju-kv-five__header > p {
    margin: 13px 0 0;
    color: #5a6a84;
    font-size: 14px;
    line-height: 1.55;
}

.sju-kv-five__list {
    display: grid;
    gap: 8px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.sju-kv-five__item {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 29px;
    align-items: center;
    gap: 11px;
    min-width: 0;
    min-height: 67px;
    padding: 9px 11px 9px 10px;
    border: 1px solid rgba(86, 116, 169, .15);
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 8px 22px rgba(28, 57, 112, .05);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.sju-kv-five__item:hover {
    transform: translateY(-2px);
    border-color: rgba(49, 92, 244, .26);
    box-shadow: 0 13px 30px rgba(28, 57, 112, .09);
}

.sju-kv-five__number {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #ef2c42, var(--sju-five-red));
    box-shadow: 0 8px 20px rgba(215, 25, 45, .21), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.sju-kv-five__number > span {
    font-family: "Space Grotesk", "Inter", sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}

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

.sju-kv-five__item h3 {
    margin: 0;
    color: var(--sju-five-navy);
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.28;
    letter-spacing: -.015em;
}

.sju-kv-five__item p {
    margin: 3px 0 0;
    color: #53647e;
    font-size: 11.5px;
    line-height: 1.38;
}

.sju-kv-five__item-icon {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(49, 92, 244, .15);
    border-radius: 9px;
    color: var(--sju-five-blue);
    background: rgba(49, 92, 244, .045);
    font-size: 15px;
    font-style: normal;
}

.sju-kv-five__item-icon svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

.sju-kv-five__cta {
    position: relative;
    display: flex;
    min-height: 590px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 21px;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(55, 102, 230, .44), transparent 32%),
        linear-gradient(135deg, #071b46, #03102d 74%);
    box-shadow: 0 24px 62px rgba(5, 23, 61, .22);
}

.sju-kv-five__cta::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 16, 45, .99) 0%, rgba(4, 21, 57, .96) 34%, rgba(4, 19, 52, .72) 59%, rgba(3, 14, 38, .16) 100%),
        linear-gradient(0deg, rgba(2, 13, 36, .74) 0%, transparent 40%);
}

.sju-kv-five__cta::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .38;
    background:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(90deg, #000, transparent 74%);
}

.sju-kv-five__cta-media {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--sju-five-image-width);
    min-width: 0;
    margin: 0;
    overflow: hidden;
}

.sju-kv-five__cta-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--sju-five-image-x) var(--sju-five-image-y);
}

.sju-kv-five__cta-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 1 64%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    max-width: 620px;
    padding: clamp(30px, 3.8vw, 50px);
    padding-bottom: 98px;
}

.sju-kv-five__cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dbe6ff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.sju-kv-five__cta-eyebrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff3951;
    box-shadow: 0 0 13px rgba(255, 57, 81, .86);
}

.sju-kv-five__cta-title {
    max-width: 535px;
    margin: 17px 0 0;
    color: #fff;
    font-family: "Space Grotesk", "Inter", Arial, sans-serif;
    font-size: clamp(31px, 2.55vw, 39px);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -.04em;
    text-wrap: balance;
}

.sju-kv-five__cta-title span,
.sju-kv-five__cta-title strong {
    display: block;
}

.sju-kv-five__cta-title strong {
    margin-top: 5px;
    color: #fff;
    font-weight: inherit;
}

/* Keep CTA contrast intact when an Elementor site kit styles heading text later. */
.sju-kv-five .sju-kv-five__cta-title,
.sju-kv-five .sju-kv-five__cta-title span,
.sju-kv-five .sju-kv-five__cta-title strong {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.sju-kv-five__cta-lines {
    display: grid;
    gap: 11px;
    max-width: 460px;
    margin-top: 25px;
}

.sju-kv-five__cta-lines p {
    margin: 0;
    color: rgba(255, 255, 255, .83);
    font-size: 13.5px;
    line-height: 1.47;
}

.sju-kv-five__cta-lines .is-highlight {
    color: #fff;
    font-weight: 650;
}

.sju-kv-five__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 57px;
    margin-top: 27px;
    padding: 15px 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #ef223a, var(--sju-five-red));
    box-shadow: 0 16px 38px rgba(215, 25, 45, .32);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

/* Theme link colors must not reduce the primary CTA's contrast. */
.sju-kv-five a.sju-kv-five__button,
.sju-kv-five a.sju-kv-five__button span,
.sju-kv-five a.sju-kv-five__button i {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

.sju-kv-five__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .3), transparent);
    transform: skewX(-18deg);
    transition: left .5s ease;
}

.sju-kv-five__button:hover,
.sju-kv-five__button:focus-visible {
    color: #fff;
    filter: saturate(1.08);
    transform: translateY(-2px);
    box-shadow: 0 21px 46px rgba(215, 25, 45, .42);
}

.sju-kv-five__button:hover::before,
.sju-kv-five__button:focus-visible::before {
    left: 145%;
}

.sju-kv-five__button:focus-visible {
    outline: 3px solid #9bb8ff;
    outline-offset: 4px;
}

.sju-kv-five__button i {
    font-size: 21px;
    font-style: normal;
}

.sju-kv-five__seat-note {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    margin: 0;
    padding: 13px 24px;
    border-top: 1px solid rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .86);
    background: rgba(3, 24, 61, .9);
    backdrop-filter: blur(9px);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: .085em;
    text-align: center;
    text-transform: uppercase;
}

.sju-kv-five__seat-note::before {
    content: "";
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--sju-five-red);
    box-shadow: 0 0 12px rgba(215, 25, 45, .75);
}

.sju-kv-five__cta:not(.has-image) {
    min-height: 520px;
}

.sju-kv-five__cta:not(.has-image)::before {
    background:
        radial-gradient(circle at 80% 18%, rgba(49, 92, 244, .4), transparent 32%),
        linear-gradient(120deg, rgba(4, 20, 55, .28), rgba(10, 48, 113, .22));
}

.sju-kv-five__cta:not(.has-image) .sju-kv-five__cta-copy {
    flex-basis: 100%;
    max-width: 760px;
}

@media (max-width: 1100px) {
    .sju-kv-five__layout {
        grid-template-columns: minmax(315px, .75fr) minmax(0, 1.25fr);
        gap: 16px;
    }

    .sju-kv-five__facts {
        padding: 23px 20px;
    }

    .sju-kv-five__title {
        font-size: clamp(33px, 3.6vw, 39px);
    }

    .sju-kv-five__item {
        grid-template-columns: 36px minmax(0, 1fr) 27px;
        gap: 9px;
        padding-inline: 9px;
    }

    .sju-kv-five__number {
        width: 36px;
        height: 36px;
    }

    .sju-kv-five__cta {
        min-height: 570px;
    }

    .sju-kv-five__cta-copy {
        flex-basis: 70%;
        padding: 32px 28px 94px;
    }

    .sju-kv-five__cta-title {
        font-size: clamp(29px, 3vw, 35px);
    }
}

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

    .sju-kv-five__facts {
        padding: 28px;
    }

    .sju-kv-five__header {
        max-width: 660px;
    }

    .sju-kv-five__title {
        max-width: none;
    }

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

    .sju-kv-five__item:last-child {
        grid-column: 1 / -1;
    }

    .sju-kv-five__cta {
        min-height: 585px;
    }

    .sju-kv-five__cta-media {
        width: 100%;
    }

    .sju-kv-five__cta-copy {
        flex-basis: 68%;
        max-width: 600px;
        padding: 42px 38px 100px;
    }

    .sju-kv-five__cta::before {
        background:
            linear-gradient(90deg, rgba(3, 16, 45, .99) 0%, rgba(4, 21, 57, .94) 42%, rgba(4, 19, 52, .56) 72%, rgba(3, 14, 38, .16) 100%),
            linear-gradient(0deg, rgba(2, 13, 36, .78) 0%, transparent 42%);
    }
}

@media (max-width: 767px) {
    .sju-kv-five__inner {
        padding: 15px;
        border-radius: 21px;
    }

    .sju-kv-five__facts {
        padding: 22px 18px;
        border-radius: 17px;
    }

    .sju-kv-five__eyebrow {
        font-size: 11px;
    }

    .sju-kv-five__title {
        margin-top: 14px;
        font-size: clamp(34px, 9.8vw, 42px);
    }

    .sju-kv-five__list {
        grid-template-columns: 1fr;
        margin-top: 21px;
    }

    .sju-kv-five__item:last-child {
        grid-column: auto;
    }

    .sju-kv-five__cta {
        min-height: 610px;
        border-radius: 18px;
    }

    .sju-kv-five__cta-copy {
        flex-basis: 100%;
        width: 100%;
        max-width: none;
        padding: 32px 23px 95px;
        justify-content: center;
    }

    .sju-kv-five__cta::before {
        background:
            linear-gradient(90deg, rgba(3, 16, 45, .98), rgba(4, 20, 54, .76)),
            linear-gradient(0deg, rgba(2, 13, 36, .92) 0%, rgba(2, 13, 36, .2) 64%);
    }

    .sju-kv-five__cta-title {
        max-width: 510px;
        font-size: clamp(31px, 8.9vw, 38px);
    }

    .sju-kv-five__cta-lines {
        margin-top: 22px;
    }

    .sju-kv-five__cta-lines p {
        font-size: 13px;
    }

    .sju-kv-five__button {
        width: 100%;
        min-height: 55px;
        margin-top: 24px;
    }

    .sju-kv-five__seat-note {
        min-height: 62px;
        padding-inline: 17px;
        font-size: 9px;
        letter-spacing: .065em;
    }
}

@media (max-width: 430px) {
    .sju-kv-five__facts {
        padding-inline: 14px;
    }

    .sju-kv-five__item {
        grid-template-columns: 35px minmax(0, 1fr) 27px;
        gap: 8px;
        padding: 9px 8px;
    }

    .sju-kv-five__number {
        width: 35px;
        height: 35px;
    }

    .sju-kv-five__item h3 {
        font-size: 12.5px;
    }

    .sju-kv-five__item p {
        font-size: 11px;
    }

    .sju-kv-five__cta {
        min-height: 640px;
    }

    .sju-kv-five__cta-copy {
        padding-inline: 19px;
    }
}

@media (max-width: 340px) {
    .sju-kv-five__inner {
        padding: 11px;
    }

    .sju-kv-five__facts {
        padding-inline: 12px;
    }

    .sju-kv-five__title {
        font-size: 33px;
    }

    .sju-kv-five__item {
        grid-template-columns: 33px minmax(0, 1fr) 25px;
        padding-inline: 7px;
    }

    .sju-kv-five__number {
        width: 33px;
        height: 33px;
    }

    .sju-kv-five__item-icon {
        width: 25px;
        height: 25px;
    }

    .sju-kv-five__cta-copy {
        padding-inline: 16px;
    }

    .sju-kv-five__button {
        gap: 8px;
        padding-inline: 13px;
        font-size: 13.5px;
    }

    .sju-kv-five__button span {
        white-space: nowrap;
    }

    .sju-kv-five__seat-note {
        padding-inline: 12px;
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sju-kv-five__item,
    .sju-kv-five__button,
    .sju-kv-five__button::before {
        transition: none;
    }

    .sju-kv-five__item:hover,
    .sju-kv-five__button:hover,
    .sju-kv-five__button:focus-visible {
        transform: none;
    }
}
