.ppc-pricing-cards {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 24px);
    align-items: stretch;
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    padding: 0;
    color: inherit;
    font: inherit;
}

.ppc-pricing-cards *,
.ppc-pricing-cards *::before,
.ppc-pricing-cards *::after {
    box-sizing: border-box;
}

.ppc-card {
    position: relative;
    color: inherit;
    background: #131a21;
    border: 1px solid #373A3D;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: all .25s ease;
}

.ppc-card:hover:not(.ppc-card-featured) {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.28);
}

.ppc-card-featured {
    margin-top: -20px;
    margin-bottom: -40px;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
    padding-bottom: 60px;
   background:
        /* Top glow */
        radial-gradient(
            circle at 50% 22%,
            rgba(90, 41, 64, 0.28) 0%,
            rgba(90, 41, 64, 0.12) 22%,
            rgba(90, 41, 64, 0) 48%
        ),

        /* Main centre glow */
        radial-gradient(
            ellipse at center,
            rgba(123, 47, 78, 0.42) 0%,
            rgba(88, 39, 61, 0.34) 28%,
            rgba(61, 27, 42, 0.18) 55%,
            rgba(61, 27, 42, 0) 82%
        ),

        /* Bottom vignette */
        radial-gradient(
            ellipse at bottom,
            rgba(0,0,0,.28) 0%,
            rgba(0,0,0,0) 55%
        ),

        /* Base gradient */
        linear-gradient(
            180deg,
            #241D27 0%,
            #34202C 35%,
            #3B2231 55%,
            #32202B 72%,
            #23262C 100%
        );
border: 1px solid #E32581;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
}
.ppc-card.ppc-card-featured:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(214, 59, 130, 0) 30%, rgba(214, 59, 130, 0.358) 50%, rgba(214, 59, 130, 0) 70%);
    pointer-events: none;
    mix-blend-mode: screen;
    filter: saturate(0.9) contrast(1.05);
}
.ppc-badge { display: flex; width: 50%; background: #E32581; color: var(--wp--preset--color--base, Canvas); text-align: center; text-transform: uppercase; font-weight: 700; padding: 7px 14px; justify-content: center; margin: 0 auto; border-radius: 10px; height: 40px; font-size: 16px; margin-top: -20px; }

.ppc-card-inner {
    display: grid;
    grid-template-rows: auto auto auto auto auto auto 1fr auto;
    height: 100%;
    padding: clamp(24px, 3vw, 36px) clamp(20px, 2.5vw, 28px) 30px;
}

.ppc-icon {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    margin: 0 auto -35px;
    color: inherit;
    font-size: 2rem !important;
    background: linear-gradient(90deg, #E32581 0%, #D63B82 50%, #B81F6B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ppc-icon i {
    display: inline-block;
    font-size: 3rem;
    line-height: 1;
}

.ppc-card h3 {
    margin: 0;
    margin-top: 10px;
    color: inherit;
    text-align: center;
    font-size: clamp(24px, 2.5vw + 1rem, 42px) !important;
}

.ppc-rule {
    width: 34px;
    height: 2px;
    margin: 22px auto 24px;
    background: #E32581;
    opacity: 0.45;
}

.ppc-days {
    margin: 0 0 8px;
    color: #E32581;
    text-align: center;
    font-weight: 700;
}

.ppc-price {
    margin: 0 0 28px;
    text-align: center;
    color: inherit;
}

.ppc-price span {
    display: block;
    color: inherit;
    font-size: clamp(48px, 5vw, 64px);
    line-height: 1;
    font-weight: 700;
}

.ppc-price em {
    font-style: normal;
    font-size: 18px;
    opacity: 0.72;
}

.ppc-description {
    min-height: 96px;
    margin: 0 0 28px;
    text-align: center;
}

.ppc-description p {
    margin: 0 0 0.85em;
}

.ppc-description p:last-child,
.ppc-best-content p:last-child {
    margin-bottom: 0;
}

.ppc-cta {
    width: 100%;
    align-self: end;
}

.ppc-pricing-cards .ppc-cta > a.w-btn {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    text-align: center !important;
}

.ppc-pricing-cards .ppc-cta > a.w-btn .w-btn-label {
    display: block;
    width: 100%;
    text-align: center;
}

.ppc-divider {
    height: 1px;
    margin: 26px 0 24px;
    background: color-mix(in srgb, currentColor 18%, transparent);
}

.ppc-best {
    margin: 0 0 10px;
    font-weight: 800;
}

.ppc-card ul {
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
        overflow: visible;
}

.ppc-card li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 22px;
    line-height: 1.35;
}

.ppc-card li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 0.62em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.65;
}

.ppc-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: auto;
    padding: 15px 18px;
    border: 1.5px solid currentColor;
    border-radius: var(--wp--custom--button--border--radius, 6px);
    color: inherit;
    background: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.055em;
    font-size: 13px;
    font-weight: 800;
    transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.ppc-card-featured .ppc-button,
.ppc-button:hover,
.ppc-button:focus-visible {
    background: currentColor;
    color: var(--wp--preset--color--base, Canvas);
}

.ppc-button:hover,
.ppc-button:focus-visible {
    transform: translateY(-1px);
}

.ppc-best-content ul,
.ppc-best-content ol {
    margin-bottom: 28px;
}

.ppc-best-content a {
    color: inherit;
    text-decoration-thickness: 0.08em;
    text-underline-offset: 0.18em;
}

@media (max-width: 980px) {
    .ppc-pricing-cards {
        grid-template-columns: 1fr;
        max-width: 620px;
    }

    .ppc-card-featured {
        margin-top: 0;
        margin-bottom: 0;
        transform: none;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
        margin-top: 20px;
    }

    .ppc-description {
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .ppc-card-inner {
        padding: 30px 22px 24px;
    }

    .ppc-button,
    .ppc-cta .w-btn {
        font-size: 12px;
    }
}