/* Deedpoll Pricing Plans — defaults tuned to the supplied 1660 × 948 reference image. */
.elementor-widget-deedpoll_pricing_plans,
.elementor-widget-deedpoll_pricing_plans > .elementor-widget-container {
    width: 100%;
}

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

.deedpoll-pricing {
    position: relative;
    width: 100%;
    min-height: 948px;
    overflow: hidden;
    background: #fff;
    color: #062c69;
}

.deedpoll-pricing__inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 19px 18px 56px;
}

.deedpoll-pricing__header {
    width: 100%;
    margin: 0 0 27px;
    text-align: center;
}

.deedpoll-pricing__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin: 0 auto 22px;
    padding: 9px 18px;
    border-radius: 999px;
    background: #dce9ff;
    color: #073379;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.deedpoll-pricing__title {
    margin: 0 0 8px;
    padding: 0;
    color: #062c69;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 62px;
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.4px;
}

.deedpoll-pricing__subtitle {
    color: #58687f;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.deedpoll-pricing__ornament {
    position: relative;
    width: 315px;
    max-width: 80%;
    height: 26px;
    margin: 10px auto 0;
    color: #0b43a1;
}

.deedpoll-pricing__ornament::before,
.deedpoll-pricing__ornament::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 106px;
    height: 1px;
    background: currentColor;
}

.deedpoll-pricing__ornament::before { left: 25px; }
.deedpoll-pricing__ornament::after { right: 25px; }

.deedpoll-pricing__ornament span,
.deedpoll-pricing__ornament span::before,
.deedpoll-pricing__ornament span::after {
    position: absolute;
    display: block;
    content: "";
}

.deedpoll-pricing__ornament span {
    top: 2px;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
    border: 1px solid currentColor;
    border-radius: 50%;
}

.deedpoll-pricing__ornament span::before {
    inset: 5px;
    border: 1px solid currentColor;
    border-radius: 50%;
}

.deedpoll-pricing__ornament span::after {
    top: 8px;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
}

.deedpoll-pricing__ornament {
    --diamond: currentColor;
}

.deedpoll-pricing__ornament:empty {}

.deedpoll-pricing__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.deedpoll-pricing__card {
    position: relative;
    min-width: 0;
    min-height: 655px;
    padding: 28px 30px 31px;
    display: flex;
    flex-direction: column;
    border: 1px solid #d8e0ec;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 58, 96, .04);
}

.deedpoll-pricing__card.is-featured {
    border-color: #0b49bf;
    box-shadow: 0 8px 26px rgba(19, 73, 163, .08);
}

.deedpoll-pricing__featured-ribbon {
    position: absolute;
    top: -12px;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    min-width: 184px;
    padding: 8px 18px 7px;
    border-radius: 6px;
    background: #073781;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.deedpoll-pricing__card-head {
    min-height: 78px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    margin: 0 0 13px;
}

.deedpoll-pricing__icon-image {
    width: 76px;
    height: 76px;
    object-fit: contain;
    display: block;
    flex: 0 0 auto;
}

.deedpoll-pricing__card-title {
    min-width: 0;
    color: #062c69;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.04;
}

.deedpoll-pricing__tag {
    align-self: center;
    justify-self: end;
    max-width: 130px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #e4eeff;
    color: #08387b;
    white-space: nowrap;
    font-family: Inter, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.deedpoll-pricing__description {
    min-height: 75px;
    margin: 0 0 23px;
    color: #53657f;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.deedpoll-pricing__plan-image {
    width: 100%;
    height: 193px;
    display: block;
    object-fit: cover;
    object-position: center;
    margin: 0 0 20px;
    border-radius: 15px;
}

.deedpoll-pricing__features {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin: 0;
}

.deedpoll-pricing__feature {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #0d326a;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}

.deedpoll-pricing__check {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #062c69;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.deedpoll-pricing__button-area {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px dashed #dfe7f3;
}

.deedpoll-pricing__button {
    width: 100%;
    min-height: 61px;
    padding: 12px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border: 1.5px solid #0b4298;
    border-radius: 11px;
    background: #fff;
    color: #08347d;
    text-decoration: none;
    text-align: center;
    font-family: Inter, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    transition: transform .18s ease, opacity .18s ease;
}

.deedpoll-pricing__button:hover,
.deedpoll-pricing__button:focus {
    color: inherit;
    text-decoration: none;
    transform: translateY(-1px);
}

.deedpoll-pricing__card.is-featured .deedpoll-pricing__button {
    border-color: #073a87;
    background: #073a87;
    color: #fff;
}

.deedpoll-pricing__button-icon,
.deedpoll-pricing__button-icon svg {
    width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    fill: currentColor;
}

.deedpoll-pricing__ask-ai {
    position: absolute;
    right: 25px;
    bottom: 18px;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #05378a;
    color: #fff;
    text-decoration: none;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 7px 19px rgba(0, 31, 84, .20);
}

.deedpoll-pricing__ask-ai:hover,
.deedpoll-pricing__ask-ai:focus {
    color: #fff;
    text-decoration: none;
}

.deedpoll-pricing__ask-ai-icon,
.deedpoll-pricing__ask-ai-icon svg {
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: currentColor;
}

@media (max-width: 1024px) {
    .deedpoll-pricing {
        min-height: 0;
    }
    .deedpoll-pricing__inner {
        padding: 36px 24px 90px;
    }
    .deedpoll-pricing__title {
        font-size: 50px;
    }
    .deedpoll-pricing__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .deedpoll-pricing__card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .deedpoll-pricing__inner {
        padding: 28px 16px 92px;
    }
    .deedpoll-pricing__eyebrow {
        margin-bottom: 16px;
    }
    .deedpoll-pricing__title {
        font-size: 42px;
    }
    .deedpoll-pricing__subtitle {
        font-size: 16px;
    }
    .deedpoll-pricing__cards {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .deedpoll-pricing__card {
        padding: 26px 22px;
    }
    .deedpoll-pricing__card-head {
        grid-template-columns: auto 1fr;
        gap: 12px;
    }
    .deedpoll-pricing__tag {
        grid-column: 1 / -1;
        justify-self: start;
        margin-left: 0;
    }
    .deedpoll-pricing__card-title {
        font-size: 29px;
    }
    .deedpoll-pricing__description,
    .deedpoll-pricing__feature {
        font-size: 15px;
    }
    .deedpoll-pricing__ask-ai {
        right: 16px;
        bottom: 16px;
    }
}

.deedpoll-pricing__ornament-diamond {
    position: absolute;
    top: 9px;
    width: 8px;
    height: 8px;
    display: block;
    background: currentColor;
    transform: rotate(45deg);
}

.deedpoll-pricing__ornament-diamond.is-left { left: 4px; }
.deedpoll-pricing__ornament-diamond.is-right { right: 4px; }
.deedpoll-pricing__price{margin:2px 0 16px;color:#052e69;font-family:Poppins,Inter,Arial,sans-serif;font-size:30px;line-height:1.05;font-weight:700}.deedpoll-pricing__price .woocommerce-Price-currencySymbol{font-size:.72em;vertical-align:.12em;margin-right:2px}.deedpoll-pricing__empty-admin{padding:28px;border:1px dashed #cbd7e6;border-radius:12px;background:#f8fbff;color:#53627a;text-align:center;font:600 14px/1.5 Inter,Arial,sans-serif}
