/* Deedpoll Better Way Focus — full-width background, centered 1400px content. */
.elementor-widget-deedpoll_better_way_focus,
.elementor-widget-deedpoll_better_way_focus > .elementor-widget-container {
    width: 100%;
}

.deedpoll-better-way-focus,
.deedpoll-better-way-focus * {
    box-sizing: border-box;
}

.deedpoll-better-way-focus {
    --dp-focus-dot: #6f9acb;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fcfbf8;
    padding: 92px 20px;
}

.deedpoll-better-way-focus__inner {
    position: relative;
    z-index: 2;
    width: min(100%, 1400px);
    max-width: 1400px;
    margin: 0 auto;
}

.deedpoll-better-way-focus__grid {
    display: grid;
    grid-template-columns: minmax(0, 70%) minmax(0, 30%);
    gap: 28px;
    align-items: stretch;
}

.deedpoll-better-way-focus__main-wrap {
    position: relative;
    min-width: 0;
    padding-left: 72px;
}

.deedpoll-better-way-focus__slab {
    position: absolute;
    z-index: 0;
    width: 235px;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px 0 0 20px;
    background: #062f68;
    pointer-events: none;
}

.deedpoll-better-way-focus__main {
    position: relative;
    z-index: 2;
    min-height: 440px;
    padding: 42px 54px 48px;
    border: 2px solid #082f66;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8, 40, 78, .06);
    overflow: hidden;
}

.deedpoll-better-way-focus__badge {
    width: max-content;
    max-width: 100%;
    margin: 0 0 29px;
    padding: 7px 14px 7px 11px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 999px;
    background: #f1f4f8;
    color: #092e63;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.deedpoll-better-way-focus__badge-icon {
    width: 11px;
    height: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.deedpoll-better-way-focus__badge-icon i { font-size: 9px; }
.deedpoll-better-way-focus__badge-icon svg { width: 9px; height: 9px; fill: currentColor; }

.deedpoll-better-way-focus__heading {
    margin: 0 0 18px;
    color: #082f66;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.015em;
}

.deedpoll-better-way-focus__description {
    max-width: 610px;
    margin: 0 0 34px;
    color: #404954;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.deedpoll-better-way-focus__features {
    max-width: 805px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 18px;
}

.deedpoll-better-way-focus__feature {
    min-width: 0;
    display: grid;
    grid-template-columns: 28px 1px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    color: inherit;
    text-decoration: none;
}

a.deedpoll-better-way-focus__feature:hover,
a.deedpoll-better-way-focus__feature:focus {
    color: inherit;
    text-decoration: none;
}

.deedpoll-better-way-focus__feature-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0a3b78;
    color: #fff;
}

.deedpoll-better-way-focus__feature-icon i { font-size: 12px; }
.deedpoll-better-way-focus__feature-icon svg { width: 12px; height: 12px; fill: currentColor; }

.deedpoll-better-way-focus__feature-separator {
    width: 1px;
    height: 28px;
    background: #d3ad56;
}

.deedpoll-better-way-focus__feature-text {
    color: #434b56;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
}

.deedpoll-better-way-focus__dots {
    position: absolute;
    pointer-events: none;
    background-image: radial-gradient(circle, var(--dp-focus-dot) 1.2px, transparent 1.7px);
    background-size: 10px 10px;
}

.deedpoll-better-way-focus__dots--main {
    width: 220px;
    height: 140px;
    right: -28px;
    bottom: -40px;
    transform: rotate(-8deg);
    opacity: .72;
    mask-image: radial-gradient(ellipse at 100% 100%, #000 0 58%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at 100% 100%, #000 0 58%, transparent 75%);
}

.deedpoll-better-way-focus__accent {
    position: absolute;
    z-index: 5;
    left: 24px;
    top: 50%;
    width: 84px;
    height: 84px;
    margin-top: -42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d8ad52;
    border-radius: 50%;
    background: #062f68;
    box-shadow: 0 0 0 6px rgba(255,255,255,.3);
}

.deedpoll-better-way-focus__accent-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #d8ad52;
}

.deedpoll-better-way-focus__accent-icon i { font-size: 28px; }
.deedpoll-better-way-focus__accent-icon svg { width: 28px; height: 28px; fill: currentColor; }

.deedpoll-better-way-focus__main::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
    transform: rotate(45deg);
    border-left: 2px solid #082f66;
    border-bottom: 2px solid #082f66;
    z-index: 3;
}

.deedpoll-better-way-focus__side {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.deedpoll-better-way-focus__side-card {
    min-width: 0;
    min-height: 135px;
    padding: 20px 26px;
    display: grid;
    grid-template-columns: 92px 1px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    border: 1px solid #d9e0ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(8, 40, 78, .045);
    color: inherit;
    text-decoration: none;
}

a.deedpoll-better-way-focus__side-card:hover,
a.deedpoll-better-way-focus__side-card:focus {
    color: inherit;
    text-decoration: none;
}

.deedpoll-better-way-focus__side-icon-box {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #082f66;
}

.deedpoll-better-way-focus__side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.deedpoll-better-way-focus__side-icon i { font-size: 42px; }
.deedpoll-better-way-focus__side-icon svg { width: 42px; height: 42px; fill: currentColor; }

.deedpoll-better-way-focus__side-divider {
    width: 1px;
    height: 68px;
    background: #d2aa55;
}

.deedpoll-better-way-focus__side-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.deedpoll-better-way-focus__side-title,
.deedpoll-better-way-focus__side-subtitle {
    display: block;
}

.deedpoll-better-way-focus__side-title {
    color: #0b2e62;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.deedpoll-better-way-focus__side-subtitle {
    color: #4b5260;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 1024px) {
    .deedpoll-better-way-focus__grid {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .deedpoll-better-way-focus__side {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .deedpoll-better-way-focus__side-card {
        grid-template-columns: 72px 1px minmax(0, 1fr);
        gap: 16px;
        padding: 18px;
    }

    .deedpoll-better-way-focus__side-icon-box {
        width: 72px;
        height: 72px;
    }

    .deedpoll-better-way-focus__side-icon i { font-size: 34px; }
    .deedpoll-better-way-focus__side-icon svg { width: 34px; height: 34px; }
}

@media (max-width: 767px) {
    .deedpoll-better-way-focus {
        padding: 48px 20px;
    }

    .deedpoll-better-way-focus__main-wrap {
        padding-left: 0;
        padding-top: 42px;
    }

    .deedpoll-better-way-focus__slab {
        width: 100% !important;
        height: 92px;
        left: 0;
        top: 0;
        bottom: auto;
        border-radius: 18px 18px 0 0;
    }

    .deedpoll-better-way-focus__main {
        min-height: 0;
        padding: 36px 24px 34px;
        border-width: 1px;
        border-radius: 16px;
    }

    .deedpoll-better-way-focus__main::before {
        display: none;
    }

    .deedpoll-better-way-focus__accent {
        left: 50%;
        top: 0;
        width: 72px;
        height: 72px;
        margin: 4px 0 0 -36px;
    }

    .deedpoll-better-way-focus__heading {
        font-size: 38px;
    }

    .deedpoll-better-way-focus__features {
        grid-template-columns: minmax(0, 1fr);
    }

    .deedpoll-better-way-focus__side {
        grid-template-columns: minmax(0, 1fr);
    }

    .deedpoll-better-way-focus__side-card {
        min-height: 116px;
        grid-template-columns: 70px 1px minmax(0, 1fr);
    }

    .deedpoll-better-way-focus__dots--main {
        display: none;
    }
}
