/* Стили для ценовых пакетов */
.pricing-feature {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    padding: 30px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.pricing-feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.pricing-feature-popular {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.pricing-feature-popular:hover {
    transform: translateY(-10px) scale(1.05);
}

.popular-badge {
    position: absolute;
    top: 15px;
    right: -35px;
    background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%);
    color: white;
    padding: 5px 40px;
    font-size: 14px;
    font-weight: 600;
    transform: rotate(45deg);
    z-index: 1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.pricing-header {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.pricing-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    margin: 15px 0;
    position: relative;
}

.pricing-divider::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.pricing-tag {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px;
}

.pricing-currency {
    font-size: 16px;
    opacity: 0.8;
    margin-right: 5px;
}

.pricing-value {
    font-size: 32px;
    font-weight: 700;
}

.pricing-body {
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.pricing-options {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-options li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 1.4;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.pricing-options li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.option-icon {
    color: #4ade80;
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 2px;
}

.option-text {
    font-size: 14px;
}

.pricing-footer {
    margin-top: auto;
}

.pricing-icon {
    width: 64px;
    height: 64px;
    background: var(--gradient);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    position: relative;
}

.pricing-icon i {
    font-size: 1.8rem;
    color: white;
    position: relative;
    z-index: 1;
}

.pricing-glow {
    position: absolute;
    width: 80px;
    height: 80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pricingGlowPulse 2s infinite;
}

@keyframes pricingGlowPulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.5;
    }
}

.pricing-period-caption {
    font-size: 0.82rem;
    opacity: 0.72;
    margin-top: 6px;
}

.pricing-single {
    max-width: 760px;
    margin: 0 auto;
    padding: 34px 26px;
}

.pricing-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 16px auto 10px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    width: fit-content;
}

.pricing-tab {
    border: 1px solid transparent;
    background: transparent;
    color: #fff;
    border-radius: 12px;
    padding: 10px 14px;
    min-width: 132px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pricing-tab span {
    font-size: 0.85rem;
    opacity: 0.95;
}

.pricing-tab strong {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.75);
}

.pricing-tab:hover {
    background: rgba(255, 255, 255, 0.12);
}

.pricing-tab.active {
    background: #ffffff;
    color: #0088cc;
    border-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.pricing-tab.active strong {
    color: #0b8f43;
}

.pricing-tab-best {
    position: relative;
}

.pricing-tab-best::after {
    content: 'Выгодно';
    position: absolute;
    top: -8px;
    right: -8px;
    font-size: 0.62rem;
    font-weight: 700;
    color: #3f2a00;
    background: #ffd166;
    padding: 2px 6px;
    border-radius: 999px;
}