/* Deedpoll What We Stand For — defaults matched to the supplied reference. */
.elementor-widget-deedpoll_values,
.elementor-widget-deedpoll_values > .elementor-widget-container {
    width: 100%;
}

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

.deedpoll-values {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 68px 20px 50px;
    overflow: hidden;
    background: #fbfcfe;
}

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

.deedpoll-values__badge {
    width: max-content;
    max-width: 100%;
    margin: 0 0 36px;
    padding: 10px 20px 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #cbd5e4;
    border-radius: 28px;
    background: #fff;
    color: #0b376f;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

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

.deedpoll-values__badge-icon i {
    font-size: 14px;
    color: inherit;
}

.deedpoll-values__badge-icon svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    color: inherit;
}

.deedpoll-values__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.deedpoll-values-card {
    min-width: 0;
    min-height: 340px;
    padding: 44px 28px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border: 1px solid #ecf0f5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 42, 74, 0.08);
    color: inherit;
    text-decoration: none;
}

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

.deedpoll-values-card__icon {
    width: 102px;
    height: 102px;
    flex: 0 0 auto;
    margin-bottom: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e4e8ef;
    border-radius: 50%;
    background: #fff;
    color: #0a3f7e;
}

.deedpoll-values-card__icon i {
    font-size: 48px;
    line-height: 1;
    color: inherit;
}

.deedpoll-values-card__icon svg {
    width: 48px;
    height: 48px;
    display: block;
    fill: currentColor;
    color: inherit;
}

.deedpoll-values-card__title {
    margin: 0;
    color: #082f66;
    font-family: Inter, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.deedpoll-values-card__divider {
    width: 30px;
    height: 2px;
    margin: 26px 0 24px;
    display: block;
    background: #0a3f7e;
}

.deedpoll-values-card__description {
    margin: 0;
    color: #526174;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.55;
}

.deedpoll-values__ai-wrap {
    margin-top: 28px;
}

.deedpoll-values__ai-button {
    width: 285px;
    min-height: 70px;
    padding: 0 30px 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(100deg, #083870 0%, #0b3c8f 55%, #102f77 100%);
    box-shadow: 0 8px 18px rgba(0, 85, 150, 0.22), inset 0 2px 0 rgba(20, 202, 255, 0.7);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.deedpoll-values__ai-button:hover,
.deedpoll-values__ai-button:focus {
    background: #0b4388;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}

.deedpoll-values__ai-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}

.deedpoll-values__ai-icon i {
    font-size: 24px;
    color: inherit;
}

.deedpoll-values__ai-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    color: inherit;
}

.deedpoll-values__dots {
    --dp-values-dot-color: #e0e9f6;
    position: absolute;
    top: 34px;
    left: 32px;
    width: 132px;
    height: 170px;
    opacity: .8;
    background-image: radial-gradient(circle, var(--dp-values-dot-color) 2px, transparent 2.4px);
    background-size: 25px 25px;
    pointer-events: none;
}

.deedpoll-values__waves {
    --dp-values-wave-color: #e8f0fc;
    position: absolute;
    right: -105px;
    bottom: -205px;
    width: 700px;
    height: 430px;
    border: 1.5px solid var(--dp-values-wave-color);
    border-radius: 50% 0 0 0 / 100% 0 0 0;
    transform: rotate(-8deg);
    opacity: .85;
    pointer-events: none;
}

.deedpoll-values__waves::before,
.deedpoll-values__waves::after {
    content: '';
    position: absolute;
    inset: 18px;
    border: 1.5px solid var(--dp-values-wave-color);
    border-radius: inherit;
}

.deedpoll-values__waves::after {
    inset: 38px;
    box-shadow:
        inset 16px 16px 0 -15px var(--dp-values-wave-color),
        inset 32px 32px 0 -31px var(--dp-values-wave-color),
        inset 48px 48px 0 -47px var(--dp-values-wave-color),
        inset 64px 64px 0 -63px var(--dp-values-wave-color);
}

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

@media (max-width: 767px) {
    .deedpoll-values {
        padding: 42px 20px;
    }

    .deedpoll-values__badge {
        margin-bottom: 26px;
    }

    .deedpoll-values__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .deedpoll-values-card {
        min-height: 0;
    }

    .deedpoll-values__ai-button {
        width: 100%;
    }

    .deedpoll-values__dots,
    .deedpoll-values__waves {
        opacity: .45;
    }
}
