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

.deedpoll-ai-support {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #fbfbfb;
    padding: 38px 0 26px;
    color: #062b5b;
}

.deedpoll-ai-support__inner {
    position: relative;
    z-index: 2;
    width: calc(100% - 48px);
    /* Keep this section aligned with the site's fixed 1260px content grid.
       The Elementor control may make it narrower, but never wider than 1260px. */
    --deedpoll-ai-support-container-width: 1260px;
    max-width: min(1260px, var(--deedpoll-ai-support-container-width, 1260px)) !important;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    gap: 58px;
}

.deedpoll-ai-support__left {
    position: relative;
    flex: 1 1 44%;
    min-width: 0;
    min-height: 618px;
    padding: 32px 52px 33px 110px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 11px 26px rgba(10, 35, 67, .12);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.deedpoll-ai-support__topline {
    display: flex;
    align-items: center;
    gap: 35px;
    min-height: 46px;
}

.deedpoll-ai-support__sparkle {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    color: #dda84a;
}

.deedpoll-ai-support__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    padding: 9px 19px 9px 16px;
    border-radius: 24px;
    background: #062b5b;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.2;
    white-space: nowrap;
}

.deedpoll-ai-support__badge-icon {
    display: inline-flex;
    color: #f2b94b;
    font-size: 15px;
    line-height: 1;
}

.deedpoll-ai-support__badge-icon svg,
.deedpoll-ai-support__feature-icon svg,
.deedpoll-ai-support__chat-icon svg,
.deedpoll-ai-support__status-icon svg {
    width: 1em;
    height: 1em;
}

.deedpoll-ai-support__heading {
    margin: 30px 0 20px;
    color: #062b5b;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 57px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.5px;
}

.deedpoll-ai-support__description {
    max-width: 575px;
    margin: 0 0 24px;
    color: #343434;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.48;
}

.deedpoll-ai-support__features {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: auto;
}

.deedpoll-ai-support__feature {
    display: flex;
    align-items: center;
    min-height: 51px;
    padding: 3px 18px 3px 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #f7f7f7 0%, #fafafa 100%);
    overflow: visible;
}

.deedpoll-ai-support__feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    margin-right: 16px;
    border-radius: 999px;
    background: #07356c;
    color: #e8b347;
    font-size: 19px;
    line-height: 1;
}

.deedpoll-ai-support__feature-text {
    color: #222;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.25;
}

.deedpoll-ai-support__visual {
    position: relative;
    flex: 1 1 56%;
    min-width: 0;
    min-height: 590px;
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(circle at 53% 47%, rgba(18, 92, 151, .50) 0%, rgba(1, 43, 82, .36) 32%, rgba(0, 27, 61, 0) 58%),
        linear-gradient(145deg, #002f63 0%, #001b42 58%, #001837 100%);
    box-shadow: 0 14px 27px rgba(7, 30, 56, .16);
}

.deedpoll-ai-support__visual::before {
    content: "";
    position: absolute;
    inset: 52px 112px 92px 165px;
    z-index: 0;
    border: 1.5px solid rgba(217, 166, 73, .82);
    border-radius: 42px 42px 84px 42px;
    opacity: .85;
    pointer-events: none;
}

.deedpoll-ai-support__visual::after {
    content: "";
    position: absolute;
    left: 12%;
    right: 9%;
    bottom: 14%;
    height: 1px;
    z-index: 0;
    background: linear-gradient(90deg, transparent, rgba(212, 163, 72, .65) 15%, rgba(212, 163, 72, .35) 80%, transparent);
    pointer-events: none;
}

.deedpoll-ai-support__rings {
    position: absolute;
    z-index: 0;
    left: 43%;
    top: 49%;
    width: 68%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(211, 163, 77, .30);
    box-shadow:
        0 0 0 27px rgba(20, 87, 145, .10),
        0 0 0 55px rgba(211, 163, 77, .12),
        0 0 0 86px rgba(31, 103, 161, .06);
    pointer-events: none;
}

.deedpoll-ai-support__rings::before,
.deedpoll-ai-support__rings::after {
    content: "";
    position: absolute;
    inset: 9%;
    border-radius: 50%;
    border: 1px solid rgba(31, 129, 201, .30);
}

.deedpoll-ai-support__rings::after {
    inset: 20%;
    border-color: rgba(217, 166, 73, .22);
}

.deedpoll-ai-support__circuit {
    position: absolute;
    z-index: 0;
    width: 180px;
    height: 80px;
    opacity: .65;
    background-image: radial-gradient(circle, rgba(224, 171, 73, .9) 1.5px, transparent 1.6px);
    background-size: 12px 12px;
    pointer-events: none;
}

.deedpoll-ai-support__circuit--top {
    top: 40px;
    left: 45px;
    clip-path: polygon(0 0, 70% 0, 70% 20%, 100% 20%, 100% 100%, 83% 100%, 83% 40%, 0 40%);
}

.deedpoll-ai-support__circuit--bottom {
    left: 105px;
    bottom: 52px;
    transform: rotate(180deg);
    clip-path: polygon(0 0, 70% 0, 70% 20%, 100% 20%, 100% 100%, 83% 100%, 83% 40%, 0 40%);
}

.deedpoll-ai-support__robot {
    position: absolute;
    z-index: 1;
    left: 51%;
    bottom: 12px;
    width: 53%;
    max-width: none;
    height: auto;
    transform: translateX(-50%);
    display: block;
    border-radius: 22px;
    filter: saturate(1.03) contrast(1.01);
    user-select: none;
    pointer-events: none;
}

.deedpoll-ai-support__chat {
    position: absolute;
    z-index: 4;
    top: 80px;
    left: 34px;
    width: 244px;
    min-height: 137px;
    padding: 26px 22px;
    border: 1px solid #0c6ba8;
    border-radius: 20px;
    background: rgba(0, 54, 109, .94);
    box-shadow: 0 13px 18px rgba(0, 14, 35, .35);
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 15px;
    align-items: center;
}

.deedpoll-ai-support__chat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid currentColor;
    border-radius: 50%;
    color: #f2b94b;
    font-size: 27px;
}

.deedpoll-ai-support__chat-text {
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.deedpoll-ai-support__chat-dots {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 15px;
    height: 7px;
}

.deedpoll-ai-support__chat-dots span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #f2b94b;
}

.deedpoll-ai-support__chat-dots i {
    width: 20px;
    height: 1px;
    background: rgba(242, 185, 75, .55);
}

.deedpoll-ai-support__status-list {
    position: absolute;
    z-index: 4;
    top: 70px;
    right: 34px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.deedpoll-ai-support__status-card {
    width: 103px;
    min-height: 117px;
    padding: 15px 8px 11px;
    border: 1px solid #0b6ba4;
    border-radius: 18px;
    background: rgba(0, 48, 95, .90);
    box-shadow: 0 8px 15px rgba(0, 14, 35, .22);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.deedpoll-ai-support__status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #0a457b;
    color: #f2b94b;
    font-size: 25px;
    line-height: 1;
}

.deedpoll-ai-support__status-text {
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

.deedpoll-ai-support__decor {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    opacity: .32;
}

.deedpoll-ai-support__decor--left {
    left: -45px;
    top: -105px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, transparent 0 11px, rgba(3, 73, 126, .14) 12px 13px);
}

.deedpoll-ai-support__decor--right {
    right: 22px;
    top: -14px;
    width: 150px;
    height: 150px;
    background-image: radial-gradient(circle, rgba(61, 129, 190, .35) 2px, transparent 2.2px);
    background-size: 18px 18px;
}

@media (max-width: 1260px) {
    .deedpoll-ai-support__inner {
        width: calc(100% - 32px);
        gap: 30px;
    }
    .deedpoll-ai-support__left {
        padding-left: 55px;
        padding-right: 38px;
    }
    .deedpoll-ai-support__heading {
        font-size: 49px;
    }
    .deedpoll-ai-support__chat {
        transform: scale(.92);
        transform-origin: top left;
    }
    .deedpoll-ai-support__status-list {
        transform: scale(.9);
        transform-origin: top right;
    }
}

@media (max-width: 1024px) {
    .deedpoll-ai-support__inner {
        flex-direction: column;
        gap: 28px;
    }
    .deedpoll-ai-support__left,
    .deedpoll-ai-support__visual {
        flex-basis: auto !important;
        width: 100%;
    }
    .deedpoll-ai-support__left {
        min-height: 0;
        padding: 38px 52px;
    }
    .deedpoll-ai-support__features {
        margin-top: 20px;
    }
    .deedpoll-ai-support__visual {
        min-height: 560px;
    }
    .deedpoll-ai-support__robot {
        width: 49%;
    }
}

@media (max-width: 767px) {
    .deedpoll-ai-support-hide-chat-mobile-yes .deedpoll-ai-support__chat { display: none; }
    .deedpoll-ai-support-hide-status-mobile-yes .deedpoll-ai-support__status-list { display: none; }
    .deedpoll-ai-support {
        padding: 18px 0;
    }
    .deedpoll-ai-support__inner {
        width: calc(100% - 24px);
        gap: 18px;
    }
    .deedpoll-ai-support-visual-first-yes .deedpoll-ai-support__visual {
        order: -1;
    }
    .deedpoll-ai-support__left {
        padding: 26px 22px;
        border-radius: 18px;
    }
    .deedpoll-ai-support__topline {
        gap: 14px;
    }
    .deedpoll-ai-support__sparkle {
        font-size: 22px;
    }
    .deedpoll-ai-support__badge {
        font-size: 12px;
        padding: 8px 13px;
    }
    .deedpoll-ai-support__heading {
        margin-top: 22px;
        font-size: 41px;
        line-height: 1.02;
    }
    .deedpoll-ai-support__description {
        font-size: 16px;
    }
    .deedpoll-ai-support__feature {
        min-height: 48px;
    }
    .deedpoll-ai-support__feature-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
        margin-right: 12px;
    }
    .deedpoll-ai-support__feature-text {
        font-size: 15px;
    }
    .deedpoll-ai-support__visual {
        min-height: 420px;
        border-radius: 16px;
    }
    .deedpoll-ai-support__visual::before {
        inset: 34px 70px 60px 70px;
    }
    .deedpoll-ai-support__rings {
        left: 48%;
        width: 78%;
    }
    .deedpoll-ai-support__robot {
        width: 57%;
        left: 49%;
        bottom: 0;
    }
    .deedpoll-ai-support__chat {
        top: 34px;
        left: 18px;
        width: 190px;
        min-height: 105px;
        padding: 16px 14px;
        grid-template-columns: 38px 1fr;
        column-gap: 10px;
        transform: scale(.86);
        transform-origin: top left;
    }
    .deedpoll-ai-support__chat-icon {
        width: 38px;
        height: 38px;
        font-size: 21px;
    }
    .deedpoll-ai-support__chat-text {
        font-size: 14px;
    }
    .deedpoll-ai-support__chat-dots {
        margin-top: 8px;
    }
    .deedpoll-ai-support__status-list {
        top: 35px;
        right: 8px;
        gap: 5px;
        transform: scale(.7);
        transform-origin: top right;
    }
}
