.atlas-why-widget {
    --atlas-why-bg-start: #ffffff;
    --atlas-why-bg-end: #eaf5ff;
    --atlas-why-primary: #1557ff;
    --atlas-why-accent: #20c9e8;
    --atlas-why-text: #090f1c;
    --atlas-why-muted: #46536a;
    --atlas-why-border: rgba(21, 87, 255, 0.24);
    --atlas-why-hover: #0a1e4b;
    --atlas-why-sticky-offset: 112px;
    --atlas-why-card-outset: 30px;
    background: linear-gradient(90deg, var(--atlas-why-bg-start) 0%, var(--atlas-why-bg-end) 100%);
    color: var(--atlas-why-text);
    overflow: visible;
    padding: 112px 30px;
    position: relative;
}

.atlas-why-widget,
.atlas-why-widget * {
    box-sizing: border-box;
}

.atlas-why-widget__inner {
    align-items: stretch;
    display: grid;
    gap: clamp(48px, 4.5vw, 72px);
    grid-template-columns: minmax(340px, 0.38fr) minmax(0, 0.62fr);
    margin: 0 auto;
    max-width: 1440px;
    position: relative;
}

.atlas-why-widget__narrative-shell {
    align-self: stretch;
    min-width: 0;
    position: relative;
}

.atlas-why-widget__narrative {
    position: relative;
    width: 100%;
    z-index: 5;
}

.atlas-why-widget__narrative.is-pinned {
    position: fixed;
}

.atlas-why-widget__narrative.is-complete {
    position: absolute;
}

.atlas-why-widget__eyebrow {
    --atlas-section-eyebrow-color: var(--atlas-why-primary);
}

.atlas-why-widget__marker {
    color: inherit;
}

.atlas-why-widget__heading {
    color: var(--atlas-why-text);
    font-size: clamp(40px, 3.15vw, 60px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
    max-width: 650px;
    text-transform: uppercase;
}

.atlas-why-widget__terminal {
    background: var(--atlas-why-primary);
    display: inline-block;
    height: 0.22em;
    margin-left: 0.14em;
    vertical-align: 0.02em;
    width: 0.22em;
}

.atlas-why-widget__narrative-body {
    max-width: 610px;
    width: 100%;
}

.atlas-why-widget__description {
    color: var(--atlas-why-muted);
    font-size: 17px;
    line-height: 1.58;
    margin-top: 26px;
    max-width: none;
}

.atlas-why-widget__description p {
    margin: 0 0 14px;
}

.atlas-why-widget__description p:last-child {
    margin-bottom: 0;
}

.atlas-why-widget__approach {
    height: 220px;
    margin: 0;
    max-width: none;
    overflow: hidden;
    width: 100%;
}

.elementor .elementor-widget.elementor-widget-atlas-why .atlas-why-widget .atlas-why-widget__approach {
    margin-top: 28px;
}

.atlas-why-widget__approach img {
    display: block;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center 50%;
    width: 100%;
}

.atlas-why-widget__approach--empty {
    pointer-events: none;
}

.atlas-why-widget__cta {
    display: flex !important;
    margin-left: auto;
    margin-top: 32px;
    margin-right: auto;
    width: fit-content;
}

.atlas-why-widget__cards {
    display: grid;
    gap: 36px;
    min-width: 0;
}

.atlas-why-widget__card {
    align-items: stretch;
    background: rgba(255, 255, 255, 0.42);
    color: var(--atlas-why-text);
    display: grid;
    gap: 26px;
    grid-template-columns: 92px minmax(0, 1fr) 150px;
    isolation: isolate;
    min-height: 310px;
    opacity: 1;
    padding: 34px 30px;
    position: relative;
    transform: none;
    transform-origin: center;
    z-index: 1;
}

.atlas-why-widget__card::before {
    background: var(--atlas-why-hover);
    content: "";
    inset: 0 calc(-1 * var(--atlas-why-card-outset)) 0 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transition: opacity 280ms ease;
    z-index: 0;
}

.atlas-why-widget__card-border {
    border: 1px solid var(--atlas-why-border);
    inset: 0;
    pointer-events: none;
    position: absolute;
    transition: border-color 240ms ease, box-shadow 240ms ease, right 280ms ease;
    z-index: 2;
}

.atlas-why-widget__number,
.atlas-why-widget__card-copy,
.atlas-why-widget__card-aside {
    position: relative;
    z-index: 4;
}

.atlas-why-widget__number {
    align-self: center;
    color: var(--atlas-why-primary);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(52px, 4vw, 68px);
    font-stretch: condensed;
    font-variant-numeric: tabular-nums;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.82;
}

.atlas-why-widget__card-copy {
    align-self: center;
    max-width: 520px;
}

.atlas-why-widget__card-title {
    color: var(--atlas-why-text);
    font-size: clamp(25px, 1.7vw, 32px);
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0;
    transition: color 240ms ease;
}

.atlas-why-widget__card-description {
    color: var(--atlas-why-muted);
    font-size: 16px;
    line-height: 1.55;
    margin: 13px 0 0;
    max-width: 460px;
    transition: color 240ms ease;
}

.atlas-why-widget__card-aside {
    align-self: stretch;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.atlas-why-widget__card-topic {
    display: grid;
    gap: 12px;
    justify-items: center;
    max-width: 100%;
}

.atlas-why-widget__card-label {
    color: var(--atlas-why-primary);
    font-size: 13px;
    font-weight: 750;
    letter-spacing: 1.5px;
    line-height: 1.3;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: color 240ms ease;
}

.atlas-why-widget__icon {
    align-items: center;
    color: var(--atlas-why-primary);
    display: flex;
    font-size: 64px;
    height: auto;
    justify-content: center;
    justify-self: center;
    line-height: 1;
    transition: color 240ms ease, transform 240ms ease;
    width: auto;
}

.atlas-why-widget__icon i,
.atlas-why-widget__icon svg {
    height: 1em;
    width: 1em;
}

.atlas-why-widget__icon i::before {
    font-size: inherit;
    margin: 0;
}

.atlas-why-widget__line-icon {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.55;
}

.atlas-why-widget__card-arrow,
.atlas-why-widget__card-link {
    align-items: center;
    color: var(--atlas-why-primary);
    display: flex;
    font-size: 24px;
    height: 44px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: color 240ms ease, transform 240ms ease;
    width: 44px;
}

.atlas-why-widget__card-aside > .atlas-why-widget__card-arrow,
.atlas-why-widget__card-aside > .atlas-why-widget__card-link {
    margin-top: auto;
}

.atlas-why-widget__media {
    inset: 0 0 0 46%;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transform: translateX(18px);
    transition: opacity 280ms ease, transform 340ms ease;
    z-index: 1;
}

.atlas-why-widget__media--empty {
    display: none;
}

.atlas-why-widget__media::after {
    background: linear-gradient(90deg, rgba(10, 30, 75, 0.98) 0%, rgba(10, 30, 75, 0.7) 27%, transparent 68%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.atlas-why-widget__media img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.atlas-why-widget__card:hover,
.atlas-why-widget__card:focus-visible,
.atlas-why-widget__card:focus-within,
.atlas-why-widget__card.is-active {
    outline: none;
    z-index: 6;
}

.atlas-why-widget__card:hover::before,
.atlas-why-widget__card:focus-visible::before,
.atlas-why-widget__card:focus-within::before,
.atlas-why-widget__card.is-active::before {
    opacity: 1;
}

.atlas-why-widget__card:hover .atlas-why-widget__card-border,
.atlas-why-widget__card:focus-visible .atlas-why-widget__card-border,
.atlas-why-widget__card:focus-within .atlas-why-widget__card-border,
.atlas-why-widget__card.is-active .atlas-why-widget__card-border {
    border-color: var(--atlas-why-accent);
    box-shadow: inset 4px 0 0 var(--atlas-why-accent);
    right: calc(-1 * var(--atlas-why-card-outset));
}

.atlas-why-widget__card:hover .atlas-why-widget__media,
.atlas-why-widget__card:focus-visible .atlas-why-widget__media,
.atlas-why-widget__card:focus-within .atlas-why-widget__media,
.atlas-why-widget__card.is-active .atlas-why-widget__media {
    opacity: 0.78;
    transform: translateX(0);
}

.atlas-why-widget__card:hover .atlas-why-widget__card-title,
.atlas-why-widget__card:focus-visible .atlas-why-widget__card-title,
.atlas-why-widget__card:focus-within .atlas-why-widget__card-title,
.atlas-why-widget__card.is-active .atlas-why-widget__card-title,
.atlas-why-widget__card:hover .atlas-why-widget__card-description,
.atlas-why-widget__card:focus-visible .atlas-why-widget__card-description,
.atlas-why-widget__card:focus-within .atlas-why-widget__card-description,
.atlas-why-widget__card.is-active .atlas-why-widget__card-description,
.atlas-why-widget__card:hover .atlas-why-widget__card-label,
.atlas-why-widget__card:focus-visible .atlas-why-widget__card-label,
.atlas-why-widget__card:focus-within .atlas-why-widget__card-label,
.atlas-why-widget__card.is-active .atlas-why-widget__card-label {
    color: #ffffff;
}

.atlas-why-widget__card:hover .atlas-why-widget__number,
.atlas-why-widget__card:focus-visible .atlas-why-widget__number,
.atlas-why-widget__card:focus-within .atlas-why-widget__number,
.atlas-why-widget__card.is-active .atlas-why-widget__number {
    color: var(--atlas-why-accent);
}

.atlas-why-widget__card:hover .atlas-why-widget__icon,
.atlas-why-widget__card:focus-visible .atlas-why-widget__icon,
.atlas-why-widget__card:focus-within .atlas-why-widget__icon,
.atlas-why-widget__card.is-active .atlas-why-widget__icon {
    color: #ffffff;
    transform: translateY(-2px);
}

.atlas-why-widget__card:hover .atlas-why-widget__card-arrow,
.atlas-why-widget__card:hover .atlas-why-widget__card-link,
.atlas-why-widget__card:focus-visible .atlas-why-widget__card-arrow,
.atlas-why-widget__card:focus-visible .atlas-why-widget__card-link,
.atlas-why-widget__card:focus-within .atlas-why-widget__card-arrow,
.atlas-why-widget__card:focus-within .atlas-why-widget__card-link,
.atlas-why-widget__card.is-active .atlas-why-widget__card-arrow,
.atlas-why-widget__card.is-active .atlas-why-widget__card-link {
    color: #ffffff;
    transform: translate(3px, -3px);
}

@media (min-width: 1500px) {
    .atlas-why-widget {
        --atlas-why-card-outset: calc((100vw - 1440px) / 2 + 30px);
    }
}

@media (min-width: 1112px) and (max-height: 780px) {
    .atlas-why-widget {
        --atlas-why-sticky-offset: 104px !important;
    }

    .atlas-why-widget__eyebrow {
        margin-bottom: 18px;
    }

    .atlas-why-widget__heading {
        font-size: clamp(38px, 2.75vw, 50px);
    }

    .atlas-why-widget__description {
        font-size: 16px;
        line-height: 1.48;
        margin-top: 18px;
    }

    .atlas-why-widget__description p {
        margin-bottom: 10px;
    }

    .elementor .elementor-widget.elementor-widget-atlas-why .atlas-why-widget .atlas-why-widget__approach {
        margin-top: 24px;
    }

    .atlas-why-widget__cta {
        margin-top: 28px;
    }
}

@media (max-width: 1111px) {
    .atlas-why-widget__inner {
        grid-template-columns: 1fr;
    }

    .atlas-why-widget__narrative-shell {
        min-height: 0 !important;
    }

    .atlas-why-widget__narrative,
    .atlas-why-widget__narrative.is-pinned,
    .atlas-why-widget__narrative.is-complete {
        left: auto !important;
        position: relative;
        top: auto !important;
        width: auto !important;
    }

    .atlas-why-widget__approach img {
        max-height: none;
    }

    .atlas-why-widget__card {
        min-height: 290px;
        opacity: 1 !important;
        transform: none !important;
    }

    .atlas-why-widget__card::before {
        right: 0;
    }

    .atlas-why-widget__card:hover .atlas-why-widget__card-border,
    .atlas-why-widget__card:focus-visible .atlas-why-widget__card-border,
    .atlas-why-widget__card:focus-within .atlas-why-widget__card-border,
    .atlas-why-widget__card.is-active .atlas-why-widget__card-border {
        right: 0;
    }
}

@media (max-width: 767px) {
    .atlas-why-widget {
        padding: 70px 20px;
    }

    .atlas-why-widget__heading {
        font-size: clamp(34px, 9.5vw, 42px);
        line-height: 1;
    }

    .atlas-why-widget__description {
        font-size: 16px;
        margin-top: 24px;
    }

    .elementor .elementor-widget.elementor-widget-atlas-why .atlas-why-widget .atlas-why-widget__approach {
        margin-top: 24px;
    }

    .atlas-why-widget__cards {
        gap: 20px;
    }

    .atlas-why-widget__card {
        display: grid;
        gap: 20px 15px;
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 280px;
        padding: 26px 18px;
    }

    .atlas-why-widget__number {
        font-size: 44px;
    }

    .atlas-why-widget__card-title {
        font-size: 22px;
    }

    .atlas-why-widget__card-description {
        font-size: 15px;
        margin-top: 9px;
    }

    .atlas-why-widget__card-aside {
        align-items: end;
        display: grid;
        gap: 0 16px;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto;
        justify-items: stretch;
    }

    .atlas-why-widget__card-topic {
        gap: 10px;
        grid-column: 1;
        grid-row: 1;
        justify-items: center;
    }

    .atlas-why-widget__card-label {
        text-align: center;
    }

    .atlas-why-widget__icon {
        font-size: 52px;
        justify-self: center;
    }

    .atlas-why-widget__card-arrow,
    .atlas-why-widget__card-link {
        font-size: 21px;
        grid-column: 2;
        grid-row: 1;
        height: 38px;
        justify-self: end;
        width: 38px;
    }

    .atlas-why-widget__card-aside > .atlas-why-widget__card-arrow,
    .atlas-why-widget__card-aside > .atlas-why-widget__card-link {
        margin-top: 0;
    }

    .atlas-why-widget__media {
        grid-column: 1 / -1;
        grid-row: auto;
        height: 0;
        inset: auto;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: relative;
        transform: translateY(10px);
        transition: height 300ms ease, margin-top 300ms ease, opacity 250ms ease, transform 300ms ease;
    }

    .atlas-why-widget__media::after {
        background: linear-gradient(90deg, rgba(10, 30, 75, 0.82), transparent 78%);
    }

    .atlas-why-widget__card:hover .atlas-why-widget__media,
    .atlas-why-widget__card:focus-visible .atlas-why-widget__media,
    .atlas-why-widget__card:focus-within .atlas-why-widget__media,
    .atlas-why-widget__card.is-active .atlas-why-widget__media {
        height: min(56vw, 280px);
        margin-top: 8px;
        opacity: 0.92;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .atlas-why-widget__card,
    .atlas-why-widget__card::before,
    .atlas-why-widget__media,
    .atlas-why-widget__icon,
    .atlas-why-widget__card-arrow,
    .atlas-why-widget__card-link {
        transition: none;
    }

    .atlas-why-widget__card {
        opacity: 1 !important;
        transform: none !important;
    }
}
