:root {
    --odt-mwhy-dark: #0b1530;
    --odt-mwhy-blue: #00529b;
    --odt-mwhy-red: #ed1c24;
    --odt-mwhy-soft: #f8fafc;
}

body .odt-mwhy {
    font-family: inherit;
}

.odt-mwhy-intro {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.odt-mwhy-intro > .elementor-container,
.odt-mwhy-transition > .elementor-container,
.odt-mwhy-promises > .elementor-container,
.odt-mwhy-cta > .elementor-container {
    width: min(1120px, calc(100% - 2rem)) !important;
    max-width: none !important;
}

.odt-mwhy-title .elementor-heading-title {
    color: var(--odt-mwhy-dark);
    font-size: clamp(2.6rem, 6vw, 5.6rem);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 0.95;
    text-transform: uppercase;
}

.odt-mwhy-title .elementor-heading-title::first-letter {
    color: inherit;
}

.odt-mwhy-title-divider .elementor-divider-separator,
.odt-mwhy-transition-divider .elementor-divider-separator {
    border-radius: 999px;
}

.odt-mwhy-slide {
    --odt-mwhy-accent: var(--odt-mwhy-red);
    width: min(1060px, calc(100% - 2rem));
    max-width: none !important;
    margin: 0 auto clamp(3.2rem, 7vw, 5.6rem) !important;
    padding: 0 !important;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: clamp(2rem, 4vw, 3.4rem);
    overflow: hidden;
    background: var(--odt-mwhy-soft);
    box-shadow: 0 36px 70px -42px rgba(15, 23, 42, 0.85);
    display: none;
}

.odt-mwhy-slide.is-active {
    display: block;
    animation: odtMwhyFade 0.34s ease both;
}

.elementor-editor-active .odt-mwhy-slide,
.elementor-editor-preview .odt-mwhy-slide {
    display: block !important;
    opacity: 1 !important;
}

.odt-mwhy-slide > .elementor-container {
    width: 100% !important;
    max-width: none !important;
    min-height: clamp(390px, 36vw, 540px);
    align-items: stretch !important;
}

.odt-mwhy-slide .elementor-column,
.odt-mwhy-slide .elementor-widget-wrap {
    min-height: inherit;
}

.odt-mwhy-slide .elementor-column > .elementor-element-populated {
    min-height: inherit;
    padding: clamp(2.2rem, 5vw, 5rem) !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.odt-mwhy-copy-col > .elementor-element-populated {
    background: var(--odt-mwhy-accent);
    color: #fff;
}

.odt-mwhy-icon-col > .elementor-element-populated {
    background: #f8fafc;
    align-items: center;
    text-align: center;
}

.odt-mwhy-tone-orange { --odt-mwhy-accent: #f97316; }
.odt-mwhy-tone-blue { --odt-mwhy-accent: #2563eb; }
.odt-mwhy-tone-red { --odt-mwhy-accent: #e5242a; }
.odt-mwhy-tone-amber { --odt-mwhy-accent: #fb923c; }
.odt-mwhy-tone-indigo { --odt-mwhy-accent: #4f46e5; }

.odt-mwhy-step .elementor-heading-title {
    color: rgba(255, 255, 255, 0.23);
    font-size: clamp(4.4rem, 8vw, 7.8rem);
    font-weight: 950;
    line-height: 0.8;
    margin-bottom: clamp(1.1rem, 2vw, 1.8rem);
}

.odt-mwhy-slide-title .elementor-heading-title {
    color: #fff;
    font-size: clamp(2rem, 3.8vw, 4.15rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 0.98;
    text-transform: uppercase;
    max-width: 9.8em;
}

.odt-mwhy-slide-copy,
.odt-mwhy-slide-copy p {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1.05rem, 1.7vw, 1.45rem);
    line-height: 1.78;
    margin: 0;
    max-width: 32rem;
}

.odt-mwhy-nav {
    --odt-mwhy-nav-size: 54px;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-self: flex-start;
    width: var(--odt-mwhy-nav-size) !important;
    max-width: var(--odt-mwhy-nav-size);
    margin-top: clamp(1.4rem, 3vw, 2.6rem);
    margin-right: 0;
    margin-bottom: 0 !important;
}

.odt-mwhy-next {
    margin-top: calc(-1 * var(--odt-mwhy-nav-size)) !important;
    margin-left: calc(var(--odt-mwhy-nav-size) + 0.85rem) !important;
}

.odt-mwhy-nav .elementor-button {
    width: var(--odt-mwhy-nav-size);
    height: var(--odt-mwhy-nav-size);
    padding: 0 !important;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1;
    box-shadow: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.odt-mwhy-nav .elementor-button:hover,
.odt-mwhy-nav .elementor-button:focus {
    background: rgba(255, 255, 255, 0.34);
    transform: translateY(-2px);
}

.odt-mwhy-big-icon .elementor-heading-title {
    font-size: clamp(7rem, 13vw, 12rem);
    line-height: 1;
    filter: drop-shadow(0 22px 28px rgba(15, 23, 42, 0.16));
    animation: odtMwhyBounce 2.4s ease-in-out infinite;
    transform-origin: center bottom;
}

.elementor-editor-active .odt-mwhy-big-icon .elementor-heading-title {
    animation: none;
}

.odt-mwhy-transition {
    background: #fff;
}

.odt-mwhy-transition-title .elementor-heading-title {
    color: var(--odt-mwhy-dark);
    font-size: clamp(2rem, 4.4vw, 4rem);
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1.08;
    text-transform: uppercase;
}

.odt-mwhy-transition-title .elementor-heading-title::after {
    content: "";
    display: inline-block;
    width: 0.35em;
}

.odt-mwhy-promises {
    background: #fff;
}

.odt-mwhy-promises > .elementor-container {
    gap: 1rem;
}

.odt-mwhy-promise-col > .elementor-element-populated {
    min-height: 170px;
    margin: 0.5rem;
    padding: 1.5rem !important;
    border: 1px solid #e8eef7;
    border-radius: 1.4rem;
    background: #f8fafc;
    box-shadow: 0 16px 34px -30px rgba(15, 23, 42, 0.8);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.odt-mwhy-promise-col > .elementor-element-populated:hover {
    transform: translateY(-4px);
    border-color: rgba(237, 28, 36, 0.45);
    background: #fff;
}

.odt-mwhy-promise-icon .elementor-heading-title {
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 1.1rem;
}

.odt-mwhy-promise-title .elementor-heading-title {
    color: var(--odt-mwhy-dark);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.45;
}

.odt-mwhy-cta {
    background: #fff;
}

.odt-mwhy-cta > .elementor-container {
    border-radius: clamp(1.8rem, 4vw, 2.8rem);
    background: var(--odt-mwhy-red);
    padding: clamp(2.4rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3.5rem);
    box-shadow: 0 28px 62px -46px rgba(15, 23, 42, 0.9);
}

.odt-mwhy-cta-title .elementor-heading-title {
    color: #fff;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    line-height: 1.06;
    text-transform: uppercase;
}

.odt-mwhy-cta-button .elementor-button {
    min-height: 56px;
    padding: 0.95rem 2.5rem;
    border-radius: 999px;
    background: #fff;
    color: var(--odt-mwhy-red);
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 18px 36px -24px rgba(15, 23, 42, 0.85);
}

.odt-mwhy-cta-button .elementor-button:hover,
.odt-mwhy-cta-button .elementor-button:focus {
    background: var(--odt-mwhy-dark);
    color: #fff;
}

@keyframes odtMwhyBounce {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    45% {
        transform: translateY(-18px) scale(1.03);
    }
}

@keyframes odtMwhyFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 767px) {
    .odt-mwhy-intro {
        padding-top: 56px !important;
    }

    .odt-mwhy-slide {
        width: min(100% - 1rem, 560px);
        border-radius: 2rem;
    }

    .odt-mwhy-slide > .elementor-container {
        min-height: auto;
    }

    .odt-mwhy-slide .elementor-column > .elementor-element-populated {
        min-height: auto;
        padding: 2rem !important;
    }

    .odt-mwhy-slide-title .elementor-heading-title {
        max-width: none;
    }

    .odt-mwhy-icon-col > .elementor-element-populated {
        padding-block: 3rem !important;
    }

    .odt-mwhy-big-icon .elementor-heading-title {
        font-size: 6.5rem;
    }

    .odt-mwhy-promise-col > .elementor-element-populated {
        margin: 0.35rem 0;
    }
}
