/* ==========================================================================
Pricing
========================================================================== */
.pricing.uchet-podpiska {
    padding: 30px 0;
}

.uchet-podpiska .pricing__header {
    text-align: center;
    margin-bottom: 20px;
}

.uchet-podpiska .pricing__title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #0a0a0a;
    margin-bottom: 8px;
}

.uchet-podpiska .pricing__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #1f1f1f;
}

.uchet-podpiska .pricing__cards {
    display: flex;
    gap: 16px;
    max-width: 1250px;
    margin: 0 auto;
}

/* ==========================================================================
    Desktop Override for Swiper Sections (769px+)
    ========================================================================== */
@media (min-width: 769px) {

/* Pricing: Make Swiper behave like flex */
.uchet-podpiska .pricing__slider-wrapper {
    overflow: visible;
}

.uchet-podpiska .pricing__slider.swiper {
    overflow: visible;
}

.uchet-podpiska .pricing__slider .swiper-wrapper {
    display: flex !important;
    transform: none !important;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: stretch;
}

.uchet-podpiska .pricing__slider .swiper-slide {
    width: auto !important;
    flex: 1;
    margin: 0 !important;
    display: flex;
    height: auto;
}

.uchet-podpiska .pricing__slider .swiper-slide .pricing-card {
    height: 100%;
    width: 100%;
}

/* Partners: Show desktop, hide mobile */
.uchet-podpiska .partners--desktop {
    display: block;
}

.uchet-podpiska .partners--mobile {
    display: none;
}

/* Additional Services: Show desktop, hide mobile */
.uchet-podpiska .additional-services--desktop {
    display: block;
}

.uchet-podpiska .additional-services--mobile {
    display: none;
}
}


/* ==========================================================================
    Pricing Card (reusable)
    ========================================================================== */
.uchet-podpiska .pricing-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 16px;
    padding: 0 20px 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
}

.uchet-podpiska .pricing-card--corp {
    padding: 20px;
}

.uchet-podpiska .pricing-card--corp .pricing-card__header {
    margin-top: 0;
}

.uchet-podpiska .pricing-card__badge {
    align-self: flex-end;
    padding: 5px 10px;
    border-radius: 0 0 12px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.uchet-podpiska .pricing-card__badge--standard {
    background-color: #f1f3f5;
    color: #1b1b1b;
}

.uchet-podpiska .pricing-card__badge--popular {
    background-color: #e9f9ef;
    color: #1ec658;
}

.uchet-podpiska .pricing-card__badge--maximum {
    background-color: #eef2ff;
    color: #143c92;
}

.uchet-podpiska .pricing-card__header {
    padding-bottom: 12px;
    margin-top: 12px;
    border-bottom: 1px solid #eee;
}

.uchet-podpiska .pricing-card__name {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: #232323;
    margin-bottom: 8px;
}

.uchet-podpiska .pricing-card__description {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    color: #3d3d3d;
    margin-bottom: 8px;
}

.uchet-podpiska .pricing-card__price-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.uchet-podpiska .pricing-card__price {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #0a0a0a;
}

.uchet-podpiska .pricing-card__vat {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    color: #777;
}

.uchet-podpiska .pricing-card__period {
    display: inline-block;
    padding: 4px 8px;
    background-color: #1f1f1f;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.uchet-podpiska .pricing-card__features {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 24px 0;
    list-style: none;
    padding: 0;
}

.uchet-podpiska .pricing-card__feature {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.uchet-podpiska .pricing-card__feature img {
    flex-shrink: 0;
    margin-top: 2px;
}

.uchet-podpiska .pricing-card__feature span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #0a0a0a;
}

/* Team info block for corporate pricing cards */
.uchet-podpiska .pricing-card__team-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 16px 0 12px;
}

.uchet-podpiska .pricing-card__team-item {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 2px 0;
}

.uchet-podpiska .pricing-card__team-item img {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.uchet-podpiska .pricing-card__team-item span {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
}

/* Savings block for corporate pricing cards */
.uchet-podpiska .pricing-card__savings {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin-bottom: 16px;
    padding: 10px;
    background-color: #f6fbff;
    border: 1px solid #e3f2fd;
    border-radius: 8px;
}

.uchet-podpiska .pricing-card__savings img {
    flex-shrink: 0;
    margin-top: 2px;
    opacity: 0.6;
}

.uchet-podpiska .pricing-card__savings span {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    color: #3d3d3d;
}


.uchet-podpiska .pricing-card__bonus {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    background: linear-gradient(-89deg, #f4f8ff 0%, #f3fffd 100%);
    border: 0.5px solid rgba(0, 113, 248, 0.3);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
    min-height: 75px;
    padding-right: 30px;
}

.uchet-podpiska .pricing-card__bonus-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    position: relative;
    z-index: 2;
}

.uchet-podpiska .pricing-card__bonus-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.uchet-podpiska .pricing-card__bonus-item img {
    flex-shrink: 0;
}

.uchet-podpiska .pricing-card__bonus-item span {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    color: #1f1f1f;
}

.uchet-podpiska .pricing-card__bonus-image {
    position: absolute;
    z-index: 1;
    right: -18px;
    top: 0;
    width: 101px;
    height: 101px;
    object-fit: cover;
}

.uchet-podpiska .pricing-card__button {
    width: 100%;
    padding: 12px 16px;
    background-color: #e50914;
    border: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    display: block;
}

.uchet-podpiska .pricing-card__button:hover {
    background-color: #c5070f;
}

.uchet-podpiska .tariff__bonuses-item_pob {
    width: 30px;
    height: 30px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
	background-image: url("/local/templates/air/assets/images/icons/user-check.svg");
}

.uchet-podpiska .tariff__bonuses-item_codex {
    width: 20px;
    height: 20px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
	background-image: url("/local/templates/air/assets/images/icons/book.svg");
}