.pck-dn-text p{line-height:2.5em;}.pck-dn-text img{padding:15px 5px;height:auto;width:auto;max-width:100%}
.pc-page {
    min-height: 0;
    display: block;
    padding: 54px 24px;
    direction: rtl;
}

.pc-comparison { width: 100%; max-width: 1120px; margin: 0 auto; }

.pc-heading {
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.pc-heading p {
    margin: 0 0 8px;
    color: #6d2ba4;
    font-size: 14px;
    font-weight: bold;
}

.pc-heading h1 {
    margin: 0;
    color: #25212a;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.45;
}

.pc-heading > span { color: #7d7681; font-size: 12px; }

.pc-plans { display: flex; flex-wrap: wrap; align-items: stretch; justify-content: center; gap: 18px; }

.pc-plan {
    --accent: #6d2ba4;
    position: relative;
    flex: 1 1 280px;
    max-width: 370px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 27px 25px 23px;
    background: #fff;
    border: 1px solid #e5e2e7;
    border-top: 4px solid var(--accent);
    border-radius: 8px;
    box-shadow: 0 9px 28px rgba(40, 31, 49, .07);
    transition: transform .18s ease, box-shadow .18s ease;
}

.pc-plan--orange { --accent: #ff7a18; }
.pc-plan--purple { --accent: #6d2ba4; }
.pc-plan--green { --accent: #159a8c; }
.pc-plan--blue { --accent: #337ab7; }
.pc-plan--red { --accent: #c84b55; }
.pc-plan--teal { --accent: #168c65; }

.pc-plan:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(40, 31, 49, .12);
}

.pc-plan--featured {
    z-index: 1;
    transform: translateY(-10px);
    border-color: rgba(109, 43, 164, .28);
    box-shadow: 0 18px 44px rgba(109, 43, 164, .16);
}

.pc-plan--featured:hover { transform: translateY(-14px); }

.pc-badge {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 7px 13px 8px;
    color: #fff;
    background: #6d2ba4;
    border-radius: 0 0 6px 6px;
    font-size: 11px;
    font-weight: bold;
}

.pc-plan__header {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
}

.pc-plan__number {
    flex: 0 0 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    background: #f7f4f8;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
}

.pc-plan__header .pc-plan__h { margin: 0 0 5px; font-size: 20px; font-weight: bold; }
.pc-plan__header p { margin: 0; color: #817a85; font-size: 11px; line-height: 1.7; }

.pc-price {
    padding: 17px 0;
    border-top: 1px solid #eeeaf0;
    border-bottom: 1px solid #eeeaf0;
}

.pc-price > span { display: block; margin-bottom: 7px; color: #8c858f; font-size: 10px; }
.pc-price div { display: flex; align-items: baseline; gap: 7px; }
.pc-price strong { color: var(--accent); font-size: 22px; }
.pc-price small { color: #625c65; font-size: 10px; font-weight: bold; }

.pc-features { flex: 1; margin: 19px 0 24px; padding: 0; list-style: none; }

.pc-feature {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 0;
    border-bottom: 1px dashed #ebe7ed;
}

.pc-feature:last-child { border-bottom: 0; }

.pc-feature__icon {
    flex: 0 0 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #168c65;
    background: #eaf7f2;
    border-radius: 50%;
}

.pc-feature__icon .glyphicon { top: 0; font-size: 10px; }
.pc-feature__icon .fa { font-size: 11px; }
.pc-feature strong, .pc-feature small { display: block; }
.pc-feature strong { color: #3b353e; font-size: 12px; line-height: 1.7; }
.pc-feature small { margin-top: 2px; color: #928b96; font-size: 9px; line-height: 1.7; }
.pc-toggle {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.pc-feature--extra { display: none; animation: pc-reveal .22s ease both; }
.pc-toggle:checked ~ .pc-plans .pc-feature--extra { display: flex; }

.pc-feature--disabled { opacity: .48; }
.pc-feature--disabled .pc-feature__icon { color: #a59da7; background: #f1eff2; }

.pc-select {
    width: 100%;
    min-height: 43px;
    color: var(--accent);
    background: transparent;
    border: 1px solid var(--accent);
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: color .16s ease, background .16s ease;
}

.pc-select:hover, .pc-select:focus, .pc-plan--featured .pc-select {
    color: #fff;
    background: var(--accent);
    outline: 0;
}

.pc-more {
    min-width: 205px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 26px auto 0;
    padding: 10px 22px;
    color: #fff;
    background: #352e3a;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(53, 46, 58, .16);
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.pc-more:hover, .pc-more:focus { color: #fff; background: #6d2ba4; outline: 0; }
.pc-more__hide { display: none; }
.pc-toggle:checked ~ .pc-more .pc-more__show { display: none; }
.pc-toggle:checked ~ .pc-more .pc-more__hide { display: inline; }
.pc-more__icon { top: 0; font-size: 10px; transition: transform .18s ease; }
.pc-toggle:checked ~ .pc-more .pc-more__icon { transform: rotate(180deg); }

.pc-empty {
    padding: 30px;
    color: #756e79;
    background: #fff;
    border: 1px solid #e5e2e7;
    border-radius: 8px;
    text-align: center;
}

@keyframes pc-reveal {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 850px) {
    .pc-page { padding: 38px 18px; }
    .pc-heading { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 24px; }
    .pc-heading h1 { font-size: 25px; }
    .pc-plans { flex-direction: column; gap: 16px; }
    .pc-plan, .pc-plan:hover, .pc-plan--featured, .pc-plan--featured:hover { transform: none; }
}

@media (max-width: 430px) {
    .pc-page { padding: 27px 12px; }
    .pc-heading h1 { font-size: 22px; }
    .pc-plan { padding: 24px 20px 21px; }
    .pc-price strong { font-size: 20px; }
}