.-ycwt-price_plans_modern {
    --ppm-gold: var(--mah-gold, #ffc400);
    padding: 78px 0 !important;
    background: radial-gradient(circle at 50% 0, rgb(255 196 0 / 7%), transparent 38%), #090a0a;
    color: #fff;
    font-family: "Tajawal", sans-serif;
}

.-ycwt-price_plans_modern * {
    box-sizing: border-box;
}

.-ycwt-price_plans_modern .price-plans-header {
    margin-bottom: 34px;
    text-align: center;
}

.-ycwt-price_plans_modern .price-plans-header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 900;
    line-height: 1.3;
}

.-ycwt-price_plans_modern .price-plans-grid:not(.owl-loaded) {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.-ycwt-price_plans_modern .price-plans-grid:not(.owl-loaded) .price-plans-card {
    flex: 1 1 0;
    max-width: 410px;
}

.-ycwt-price_plans_modern .price-plans-grid .owl-stage {
    display: flex;
    align-items: stretch;
}

.-ycwt-price_plans_modern .price-plans-grid .owl-item {
    display: flex;
}

.-ycwt-price_plans_modern .price-plans-card {
    position: relative;
    width: 100%;
    min-height: 470px;
    padding: 34px 30px 29px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(255 255 255 / 9%);
    border-radius: 16px;
    background: #151615;
    box-shadow: 0 15px 36px rgb(0 0 0 / 36%);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.-ycwt-price_plans_modern .price-plans-card.feature {
    border-color: var(--ppm-gold);
    background: radial-gradient(circle at 50% 0, rgb(255 196 0 / 11%), transparent 42%), #111211;
    color: #fff;
    box-shadow: 0 20px 45px rgb(9 10 10 / 20%);
}

.-ycwt-price_plans_modern .price-plans-badge {
    position: absolute;
    top: 0;
    inset-inline-end: 24px;
    padding: 7px 13px;
    border-radius: 0 0 8px 8px;
    background: var(--ppm-gold);
    color: #11100d;
    font-size: 10px;
    font-weight: 900;
}

.-ycwt-price_plans_modern .price-plans-card h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
}

.-ycwt-price_plans_modern .price-plans-card.feature h3 {
    color: #fff;
}

.-ycwt-price_plans_modern .price-plans-price {
    margin: 22px 0 25px;
    padding-bottom: 24px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    border-bottom: 1px solid rgb(255 255 255 / 9%);
}

.-ycwt-price_plans_modern .price-plans-card.feature .price-plans-price {
    border-color: rgb(255 255 255 / 12%);
}

.-ycwt-price_plans_modern .price-plans-price strong {
    color: #fff;
    font-family: Outfit, sans-serif;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 1;
}

.-ycwt-price_plans_modern .price-plans-card.feature .price-plans-price strong {
    color: var(--ppm-gold);
}

.-ycwt-price_plans_modern .price-plans-price span {
    padding-bottom: 5px;
    color: rgb(255 255 255 / 52%);
    font-size: 13px;
    font-weight: 800;
}

.-ycwt-price_plans_modern .price-plans-card.feature .price-plans-price span {
    color: rgb(255 255 255 / 65%);
}

.-ycwt-price_plans_modern .price-plans-features {
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.-ycwt-price_plans_modern .price-plans-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: rgb(255 255 255 / 66%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.65;
}

.-ycwt-price_plans_modern .price-plans-card.feature .price-plans-features li {
    color: rgb(255 255 255 / 78%);
}

.-ycwt-price_plans_modern .price-plans-features li i {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(255 196 0 / 12%);
    color: var(--ppm-gold);
    font-size: 9px;
}

.-ycwt-price_plans_modern .price-plans-card.feature .price-plans-features li i {
    background: var(--ppm-gold);
    color: #11100d;
}

.-ycwt-price_plans_modern .price-plans-features li.is-unavailable {
    opacity: .42;
    text-decoration: line-through;
}

.-ycwt-price_plans_modern .price-plans-button {
    min-height: 48px;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 0 20px;
    border: 1px solid var(--ppm-gold);
    border-radius: 10px;
    background: #111211;
    color: var(--ppm-gold);
    font-size: 13px;
    font-weight: 900;
}

.-ycwt-price_plans_modern .price-plans-card.feature .price-plans-button {
    border-color: var(--ppm-gold);
    background: var(--ppm-gold);
    color: #11100d;
}

.-ycwt-price_plans_modern .price-plans-button:focus-visible {
    outline: 3px solid rgb(255 196 0 / 40%);
    outline-offset: 3px;
}

.-ycwt-price_plans_modern .price-plans-grid .owl-dots {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 7px;
}

.-ycwt-price_plans_modern .price-plans-grid .owl-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: rgb(255 255 255 / 18%);
}

.-ycwt-price_plans_modern .price-plans-grid .owl-dot.active {
    width: 25px;
    background: var(--ppm-gold);
}

.-ycwt-price_plans_modern .price-plans-grid .owl-dot:focus-visible {
    outline: 3px solid rgb(255 196 0 / 40%);
    outline-offset: 3px;
}

@media (hover: hover) {
    .-ycwt-price_plans_modern .price-plans-card:hover {
        border-color: rgb(255 196 0 / 32%);
        box-shadow: 0 20px 44px rgb(0 0 0 / 44%);
        transform: translateY(-5px);
    }

    .-ycwt-price_plans_modern .price-plans-card.feature:hover {
        border-color: #ffd32e;
        box-shadow: 0 24px 50px rgb(0 0 0 / 52%);
    }

    .-ycwt-price_plans_modern .price-plans-button:hover {
        color: var(--ppm-gold);
        transform: translateY(-1px);
    }

    .-ycwt-price_plans_modern .price-plans-card.feature .price-plans-button:hover {
        background: #ffd12a;
        color: #11100d;
    }
}

@media (max-width: 1100px) {
    .-ycwt-price_plans_modern {
        padding: 62px 0 !important;
    }

    .-ycwt-price_plans_modern .price-plans-card {
        padding-inline: 25px;
    }
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .-ycwt-price_plans_modern .container {
        padding-inline: 24px;
    }

    .-ycwt-price_plans_modern .price-plans-shell {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .-ycwt-price_plans_modern .price-plans-grid:not(.owl-loaded) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .-ycwt-price_plans_modern .price-plans-grid:not(.owl-loaded) .price-plans-card {
        max-width: none;
    }

    .-ycwt-price_plans_modern .price-plans-card {
        min-width: 0;
    }

    .-ycwt-price_plans_modern .price-plans-badge {
        position: static;
        align-self: flex-end;
        max-width: 100%;
        margin-bottom: 16px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 1.5;
    }

    .-ycwt-price_plans_modern .price-plans-price {
        flex-wrap: wrap;
        align-items: baseline;
        gap: 8px;
    }

    .-ycwt-price_plans_modern .price-plans-price > *,
    .-ycwt-price_plans_modern .price-plans-features li span,
    .-ycwt-price_plans_modern .price-plans-button span {
        min-width: 0;
        max-width: 100%;
    }

    .-ycwt-price_plans_modern .price-plans-price strong {
        line-height: 1.2;
    }

    .-ycwt-price_plans_modern .price-plans-features {
        padding: 0;
    }

    .-ycwt-price_plans_modern .price-plans-features li {
        font-size: 14px;
    }

    .-ycwt-price_plans_modern .price-plans-button {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 1.5;
        white-space: normal;
        text-align: center;
        touch-action: manipulation;
    }

    .-ycwt-price_plans_modern .price-plans-button:active {
        filter: brightness(.85);
    }

    .-ycwt-price_plans_modern:dir(ltr) .price-plans-button i {
        transform: scaleX(-1);
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-stage-outer {
        position: relative;
        overflow: hidden;
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-item {
        min-width: 0;
        flex-shrink: 0;
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-dots {
        flex-wrap: wrap;
        gap: 0;
        margin-top: 12px;
        padding: 6px;
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-dot,
    .-ycwt-price_plans_modern .price-plans-grid .owl-dot.active {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        display: grid;
        place-items: center;
        background: transparent;
        touch-action: manipulation;
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-dot span {
        display: none;
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-dot::before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 20px;
        background: rgb(255 255 255 / 35%);
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-dot.active::before {
        width: 25px;
        background: var(--ppm-gold);
    }

    .-ycwt-price_plans_modern .price-plans-grid .owl-dot:active::before {
        background: #fff;
    }
}

/* Mobile App Experience */
@media (max-width: 780px) {
    .-ycwt-price_plans_modern {
        padding: 48px 0 !important;
    }

    .-ycwt-price_plans_modern .price-plans-grid:not(.owl-loaded) {
        display: flex;
        justify-content: flex-start;
        gap: 14px;
        overflow-x: auto;
        padding: 6px 6px 14px;
        scroll-padding-inline: 6px;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .-ycwt-price_plans_modern .price-plans-grid:not(.owl-loaded)::-webkit-scrollbar {
        display: none;
    }

    .-ycwt-price_plans_modern .price-plans-grid:not(.owl-loaded) .price-plans-card {
        flex: 0 0 min(84%, 350px);
        scroll-snap-align: start;
    }
}

/* Small Mobile Adjustments */
@media (max-width: 520px) {
    .-ycwt-price_plans_modern {
        padding: 34px 0 !important;
    }

    .-ycwt-price_plans_modern .container {
        padding-inline: 14px;
    }

    .-ycwt-price_plans_modern .price-plans-header {
        margin-bottom: 24px;
        text-align: start;
    }

    .-ycwt-price_plans_modern .price-plans-header h2 {
        font-size: 25px;
    }

    .-ycwt-price_plans_modern .price-plans-card {
        min-height: 450px;
        padding: 30px 22px 23px;
        border-radius: 14px;
    }

    .-ycwt-price_plans_modern .price-plans-price strong {
        font-size: 34px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .-ycwt-price_plans_modern .price-plans-card,
    .-ycwt-price_plans_modern .price-plans-button {
        transition: none;
    }
}
