/* Deedpoll Better Way — full-width background with a 1400px inner content container. */
.elementor-widget-deedpoll_better_way,
.elementor-widget-deedpoll_better_way > .elementor-widget-container {
    width: 100%;
}

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

.deedpoll-better-way {
    --dp-better-dot: #a8c1e6;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 88px 20px;
    overflow: hidden;
    background: #fcfbf8;
}

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

.deedpoll-better-way__grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 67%) minmax(0, 33%);
    gap: 30px;
    align-items: stretch;
}

.deedpoll-better-way__main {
    --dp-better-corner: #062f68;
    position: relative;
    min-width: 0;
    min-height: 475px;
    padding: 54px 60px 52px;
    border: 1px solid #0a3a79;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(8, 40, 78, 0.08);
    isolation: isolate;
}

.deedpoll-better-way__main::before,
.deedpoll-better-way__main::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: var(--dp-better-corner);
    pointer-events: none;
}

.deedpoll-better-way__main::before {
    width: 250px;
    height: 145px;
    left: -17px;
    top: -17px;
    border-radius: 38px 0 0 0;
    clip-path: polygon(0 0, 100% 0, 92% 17px, 36px 17px, 17px 36px, 17px 100%, 0 92%);
}

.deedpoll-better-way__main::after {
    width: 205px;
    height: 128px;
    right: -17px;
    bottom: -17px;
    border-radius: 0 0 38px 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 8% calc(100% - 17px), calc(100% - 36px) calc(100% - 17px), calc(100% - 17px) calc(100% - 36px), calc(100% - 17px) 8%);
}

.deedpoll-better-way__badge {
    width: max-content;
    max-width: 100%;
    margin: 0 0 32px;
    padding: 8px 16px 8px 12px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #a8b8ce;
    border-radius: 24px;
    background: #fff;
    color: #082f66;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.deedpoll-better-way__badge-icon {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #083b7a;
}

.deedpoll-better-way__badge-icon i {
    font-size: 10px;
    line-height: 1;
}

.deedpoll-better-way__badge-icon svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
    color: inherit;
}

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

.deedpoll-better-way__divider {
    width: 285px;
    max-width: 55%;
    height: 16px;
    margin: 20px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.deedpoll-better-way__divider::before,
.deedpoll-better-way__divider::after {
    content: '';
    height: 1px;
    flex: 1;
    background: #cbd4e1;
}

.deedpoll-better-way__divider span {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    background: #0b3a79;
    transform: rotate(45deg);
}

.deedpoll-better-way__description {
    max-width: 730px;
    margin: 0 0 30px;
    color: #3f4855;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.65;
}

.deedpoll-better-way__features {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 18px;
}

.deedpoll-better-way__feature {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}

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

.deedpoll-better-way__feature-icon {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #083a78;
    color: #fff;
}

.deedpoll-better-way__feature-icon i {
    font-size: 12px;
    line-height: 1;
}

.deedpoll-better-way__feature-icon svg {
    width: 12px;
    height: 12px;
    fill: currentColor;
    color: inherit;
}

.deedpoll-better-way__feature-text {
    color: #46505d;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.deedpoll-better-way__side {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.deedpoll-better-way__side-card {
    position: relative;
    min-width: 0;
    min-height: 146px;
    padding: 24px 28px 24px 24px;
    display: flex;
    align-items: center;
    gap: 28px;
    border: 1px solid #d8e0ea;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(8, 40, 78, 0.04);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}

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

.deedpoll-better-way__side-icon-box {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dde4ed;
    border-radius: 14px;
    background: #fff;
}

.deedpoll-better-way__side-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #08356f;
}

.deedpoll-better-way__side-icon i {
    font-size: 50px;
    line-height: 1;
}

.deedpoll-better-way__side-icon svg {
    width: 50px;
    height: 50px;
    fill: currentColor;
    color: inherit;
}

.deedpoll-better-way__side-title {
    position: relative;
    z-index: 2;
    color: #082f66;
    font-family: Inter, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.deedpoll-better-way__dots {
    position: absolute;
    width: 95px;
    height: 72px;
    pointer-events: none;
    opacity: .9;
    background-image: radial-gradient(circle, var(--dp-better-dot) 1.7px, transparent 2px);
    background-size: 15px 15px;
}

.deedpoll-better-way__dots--main {
    right: 28px;
    top: 28px;
}

.deedpoll-better-way__dots--side {
    right: 12px;
    top: 14px;
    width: 45px;
    height: 45px;
    opacity: .75;
    background-size: 12px 12px;
}

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

    .deedpoll-better-way__main {
        min-height: 0;
    }

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

    .deedpoll-better-way__side-card {
        min-height: 190px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

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

    .deedpoll-better-way__main {
        padding: 38px 24px 36px;
        border-radius: 16px;
    }

    .deedpoll-better-way__main::before,
    .deedpoll-better-way__main::after {
        display: none;
    }

    .deedpoll-better-way__badge {
        margin-bottom: 24px;
    }

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

    .deedpoll-better-way__divider {
        max-width: 72%;
    }

    .deedpoll-better-way__features {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
    }

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

    .deedpoll-better-way__side-card {
        min-height: 128px;
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }
}
