body {
    background-color: #ffffff !important
}

/* ==========================================================================
    Uchet Podpiska - Scoped Styles
    All styles are scoped to .uchet-podpiska class for isolation
    ========================================================================== */

/* ==========================================================================
    Variables (scoped)
    ========================================================================== */
.uchet-podpiska {
    /* Spacing */
    --container-padding-desktop: 80px;
    --container-padding-mobile: 16px;
}

/* ==========================================================================
    Container
    ========================================================================== */
.uchet-podpiska .container {
    width: 100% !important;
    padding-left: var(--container-padding-desktop) !important;
    padding-right: var(--container-padding-desktop) !important;
    max-width: none !important;
}

/* ==========================================================================
    Hero
    ========================================================================== */
.hero.uchet-podpiska {
    width: 100%;
}

.uchet-podpiska .hero__main {
    position: relative;
    background-color: #f6f6ff;
    padding: 60px 0;
    min-height: 551px;
    overflow: hidden;
}

.uchet-podpiska .hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.uchet-podpiska .hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background: rgba(250, 250, 250, 0.9);
    backdrop-filter: blur(10px);
    border: 1px solid #ffe3fd;
    border-radius: 800px;
}

.uchet-podpiska .hero__badge-icon {
    flex-shrink: 0;
}

.uchet-podpiska .hero__badge-text {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #1f1f1f;
}

.uchet-podpiska .hero__title {
    margin-top: 0;
    max-width: 669px;
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #0a0a0a;
}

.uchet-podpiska .hero__description {
    margin-top: 12px;
    max-width: 513px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
}

.uchet-podpiska .hero__cta {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    width: 320px;
    height: 58px;
    background-color: #e50914;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.uchet-podpiska .hero__cta:hover {
    background-color: #c5070f;
}

.uchet-podpiska .hero__image {
    position: absolute;
    top: -26px;
    right: calc((100vw - 1600px) / 2 + 10px);
    width: 1050px;
    height: 700px;
    pointer-events: none;
}

.uchet-podpiska .hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hero Features */
.uchet-podpiska .hero__features {
    background-color: #fff;
    padding: 50px 0;
}

.uchet-podpiska .hero__features-container {
    display: flex;
    align-items: center;
    gap: 72px;
}

.uchet-podpiska .hero__feature {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.uchet-podpiska .hero__feature-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background-color: #0a0a0a;
    border-radius: 16px;
}

.uchet-podpiska .hero__feature-icon img {
    object-fit: contain;
}

.uchet-podpiska .hero__feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #232323;
}

/* ==========================================================================
    Benefits
    ========================================================================== */
.benefits.uchet-podpiska {
    padding: 75px 0;
}

.uchet-podpiska .benefits__card {
    background-color: #fafafa;
    border-radius: 24px;
    padding: 30px;
    overflow: hidden;
}

.uchet-podpiska .benefits__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    text-align: center;
}

.uchet-podpiska .benefits__title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #0a0a0a;
}

.uchet-podpiska .benefits__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
    color: #1f1f1f;
}

.uchet-podpiska .benefits__grid {
    display: flex;
    gap: 60px;
}

.uchet-podpiska .benefits__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.uchet-podpiska .benefits__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.uchet-podpiska .benefits__item-icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.uchet-podpiska .benefits__item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.uchet-podpiska .benefits__item-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0a0a0a;
}

.uchet-podpiska .benefits__item-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #1f1f1f;
}

/* Benefits Access Card (dark) */
.uchet-podpiska .benefits__access {
    display: flex;
    align-items: flex-start;
    gap: 26px;
    padding: 16px 50px;
    background-color: #0a0a0a;
    border-radius: 16px;
    overflow: hidden;
}

.uchet-podpiska .benefits__access-image {
    flex-shrink: 0;
    display: flex;
    width: 140px;
    height: 149px;
    object-fit: cover;
}

.uchet-podpiska .benefits__access-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #fff;
}

.uchet-podpiska .benefits__access-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.uchet-podpiska .benefits__access-list {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    list-style: disc;
    padding-left: 24px;
    margin: 0;
}

.uchet-podpiska .benefits__access-list li {
    margin-bottom: 8px;
}

.uchet-podpiska .benefits__access-list li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
    Intensiv (Slider)
    ========================================================================== */
.intensiv.uchet-podpiska {
    padding: 0 0 75px 0;
}

.uchet-podpiska .intensiv__slider {
    width: 100%;
}

.uchet-podpiska .intensiv__banner {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.intensiv__slider button {
    border: none;
    width: 100%;
}

.uchet-podpiska .intensiv__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    --swiper-pagination-bullet-horizontal-gap: 0px;
}

.uchet-podpiska .intensiv__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 4px;
    background-color: #d9d9d9;
    opacity: 1;
    transition: background-color 0.2s ease, width 0.2s ease;
}

.uchet-podpiska .intensiv__pagination .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #e50914;
}

/* ==========================================================================
    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--premium {
    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;
}

/* Tooltip for pricing card features */
.uchet-podpiska .pricing-card__tooltip {
    flex-shrink: 0;
    margin-left: auto;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.uchet-podpiska .pricing-card__tooltip:hover {
    opacity: 1;
}

.uchet-podpiska .pricing-card__tooltip img {
    display: block;
    width: 14px;
    height: 14px;
}

/* Tooltip (Tippy.js) */
.uchet-podpiska .tippy-box[data-theme~='pricing'] {
    background-color: #1f1f1f;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 8px;
    padding: 8px 12px;
}

.tippy-content {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.uchet-podpiska .tippy-box[data-theme~='pricing'][data-animation='fade'][data-state='hidden'] {
    opacity: 0;
}

.uchet-podpiska .tippy-box[data-theme~='pricing'] .tippy-arrow {
    color: #1f1f1f;
}

/* 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;
}

/* ==========================================================================
    Who Subscribe Section
    ========================================================================== */
.who-subscribe.uchet-podpiska {
    padding: 30px 0;
    background-color: #fff;
    margin-top: 75px;
}

.uchet-podpiska .who-subscribe__title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -1px;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 20px;
}

.uchet-podpiska .who-subscribe__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 1440px;
    margin: 0 auto;
}

.uchet-podpiska .who-subscribe__card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px 0 12px;
    background-color: #fafafa;
    border: 1px solid #ededed;
    border-radius: 16px;
}

.uchet-podpiska .who-subscribe__image {
    flex-shrink: 0;
    width: 140px;
    height: 160px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uchet-podpiska .who-subscribe__image img {
    display: block;
    width: 140px;
    height: 160px;
    object-fit: contain;
}

.uchet-podpiska .who-subscribe__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.uchet-podpiska .who-subscribe__card-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0a0a0a;
}

.uchet-podpiska .who-subscribe__card-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #1f1f1f;
}

/* ==========================================================================
    Partners Section
    ========================================================================== */
.partners.uchet-podpiska {
    padding: 40px 10px;
    background-color: #fff;
    margin-top: 75px;
}

.uchet-podpiska .partners__container {
    width: 100%;
    padding: 0;
}

.uchet-podpiska .partners__header {
    text-align: center;
    margin-bottom: 28px;
}

.uchet-podpiska .partners__title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    color: #0a0a0a;
    margin-bottom: 12px;
}

.uchet-podpiska .partners__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #1f1f1f;
}

.uchet-podpiska .partners__logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.uchet-podpiska .partners__logo-card {
    width: 100%;
    height: 94px;
    padding: 18.33px;
    border: 0.88px solid #eee;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uchet-podpiska .partners__logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
    max-height: 100%;
    max-width: 100%;
}


/* ==========================================================================
    Why Subscribe Section
    ========================================================================== */
.why-subscribe.uchet-podpiska {
    padding: 30px 0;
    background-color: #fff;
    margin-top: 75px;
}

.uchet-podpiska .why-subscribe__header {
    text-align: center;
    margin-bottom: 24px;
}

.uchet-podpiska .why-subscribe__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 .why-subscribe__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #1f1f1f;
}

.uchet-podpiska .why-subscribe__comparison {
    display: flex;
    gap: 16px;
    max-width: 1278px;
    margin: 0 auto;
}

.uchet-podpiska .why-subscribe__card {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 24px;
    border: 1px solid;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
}

.uchet-podpiska .why-subscribe__card--without {
    border-color: #f8b6b9;
}

.uchet-podpiska .why-subscribe__card--with {
    border-color: #d4f4dd;
}

.uchet-podpiska .why-subscribe__card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.uchet-podpiska .why-subscribe__card-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0a0a0a;
}

.uchet-podpiska .why-subscribe__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.uchet-podpiska .why-subscribe__list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.10);
    padding: 5px 0;
}

.uchet-podpiska .why-subscribe__list-item img {
    flex-shrink: 0;
}

.uchet-podpiska .why-subscribe__list-item span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
}

.uchet-podpiska .why-subscribe__card-image {
    flex-shrink: 0;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uchet-podpiska .why-subscribe__card-image img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

/* ==========================================================================
    Additional Services Section
    ========================================================================== */
.additional-services.uchet-podpiska {
    padding: 30px 0;
    background-color: #fff;
    margin-top: 75px;
}

.uchet-podpiska .additional-services__header {
    text-align: center;
    margin-bottom: 20px;
}

.uchet-podpiska .additional-services__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 .additional-services__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: #1f1f1f;
}

.uchet-podpiska .additional-services__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 1218px;
    margin: 0 auto;
}

.uchet-podpiska .additional-services__card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
    border-radius: 16px;
}

.uchet-podpiska .additional-services__icon {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uchet-podpiska .additional-services__card-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    color: #232323;
}

.uchet-podpiska .additional-services__card-description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #1f1f1f;
    flex: 1;
}

.uchet-podpiska .additional-services__price {
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #0a0a0a;
}

.uchet-podpiska .additional-services__badge {
    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;
    width: fit-content;
}

.uchet-podpiska .additional-services__button {
    padding: 12px 24px;
    background-color: #e91313;
    border: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-top: 36px;
}

.uchet-podpiska .additional-services__button:hover {
    background-color: #c91010;
}

/* ==========================================================================
    Reviews Section
    ========================================================================== */
.reviews.uchet-podpiska {
    margin-top: 75px;
    padding: 30px 0;
    background-color: #fff;
}

.uchet-podpiska .reviews__title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 20px;
}

.uchet-podpiska .reviews__slider-wrapper {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 60px;
}

.uchet-podpiska .reviews__slider {
    overflow: hidden;
}

.uchet-podpiska .reviews__card {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-radius: 16px;
    padding: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.uchet-podpiska .reviews__author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.uchet-podpiska .reviews__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.uchet-podpiska .reviews__author-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.uchet-podpiska .reviews__author-name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #0a0a0a;
}

.uchet-podpiska .reviews__author-position {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #777;
}

.uchet-podpiska .reviews__text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
}

/* Navigation Buttons */
.uchet-podpiska .reviews__button-prev,
.uchet-podpiska .reviews__button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.uchet-podpiska .reviews__button-prev:hover,
.uchet-podpiska .reviews__button-next:hover {
    background-color: #f5f5f5;
    border-color: #aaa;
}

.uchet-podpiska .reviews__button-prev {
    left: 0;
}

.uchet-podpiska .reviews__button-prev img {
    transform: rotate(180deg);
    width: 18px;
    height: 18px;
}

.uchet-podpiska .reviews__button-next {
    right: 0;
}

.uchet-podpiska .reviews__button-next img {
    width: 18px;
    height: 18px;
}

/* Pagination */
.uchet-podpiska .reviews__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    --swiper-pagination-bullet-horizontal-gap: 0px;
}

.uchet-podpiska .reviews__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0;
    border-radius: 4px;
    background-color: #d9d9d9;
    opacity: 1;
    transition: background-color 0.2s ease, width 0.2s ease;
}

.uchet-podpiska .reviews__pagination .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #e50914;
}

/* ==========================================================================
    FAQ Section
    ========================================================================== */
.faq.uchet-podpiska {
    padding: 75px 0;
    background-color: #fff;
}

.uchet-podpiska .faq__title {
    font-family: 'Inter', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -1px;
    color: #0a0a0a;
    text-align: center;
    margin-bottom: 24px;
}

.uchet-podpiska .faq__accordion {
    max-width: 748px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.uchet-podpiska .faq__item {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
}

.uchet-podpiska .faq__question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    padding: 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

.uchet-podpiska .faq__question:hover {
    background-color: #fafafa;
}

.uchet-podpiska .faq__question span {
    flex: 1;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #0a0a0a;
}

.uchet-podpiska .faq__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    transition: opacity 0.2s ease;
}

.uchet-podpiska .faq__icon--up {
    display: none;
}

.uchet-podpiska .faq__icon--down {
    display: block;
}

.uchet-podpiska .faq__item--active .faq__icon--up {
    display: block;
}

.uchet-podpiska .faq__item--active .faq__icon--down {
    display: none;
}

.uchet-podpiska .faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 24px;
}

.uchet-podpiska .faq__item--active .faq__answer {
    max-height: 500px;
    padding: 0 24px 24px;
}

.uchet-podpiska .faq__answer p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    margin-bottom: 12px;
}

.uchet-podpiska .faq__answer p:last-child {
    margin-bottom: 0;
}

.uchet-podpiska .faq__answer ul {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.uchet-podpiska .faq__answer ul li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    margin-bottom: 8px;
}

.uchet-podpiska .faq__answer ul li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
    Form Section
    ========================================================================== */
.form-section.uchet-podpiska {
    padding: 30px 0;
    background-color: #fff;
}

.uchet-podpiska .form-section__wrapper {
    background-color: #0a0a0a;
    border-radius: 24px;
    padding: 40px;
    display: flex;
    gap: 24px;
    align-items: center;
    overflow: hidden;
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
}

.uchet-podpiska .form-section__image {
    position: absolute;
    right: 0;
    bottom: -70px;
    object-fit: contain;
}

.uchet-podpiska .form-section__content {
    flex: 1;
    max-width: 617px;
}

.uchet-podpiska .form-section__header {
    margin-bottom: 24px;
}

.uchet-podpiska .form-section__title {
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 8px;
}

.uchet-podpiska .form-section__subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.uchet-podpiska .form-section__fields {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.uchet-podpiska .form-section__field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.uchet-podpiska .form-section__field {
    position: relative;
}

.uchet-podpiska .form-section__field--full {
    width: 100%;
}

.uchet-podpiska .form-section__input {
    width: 100%;
    padding: 16px 20px;
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.uchet-podpiska .form-section__input::placeholder {
    color: #999;
}

.uchet-podpiska .form-section__input:focus {
    outline: none;
    border-color: #e91313;
}

.uchet-podpiska .form-section__input.error {
    border-color: #e91313;
}

.uchet-podpiska .form-section__error {
    display: block;
    margin-top: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #e91313;
    min-height: 18px;
    display: none;
}

.uchet-podpiska .form-section__checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 24px;
    cursor: pointer;
}

.uchet-podpiska .form-section__checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.uchet-podpiska .form-section__checkmark {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
}

.uchet-podpiska .form-section__checkmark img {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.uchet-podpiska .form-section__checkbox input:checked~.form-section__checkmark {
    background-color: #1ec658;
    border-color: #1ec658;
}

.uchet-podpiska .form-section__checkbox input:checked~.form-section__checkmark img {
    opacity: 1;
}

.uchet-podpiska .form-section__checkbox-text {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.35;
    letter-spacing: 0.5px;
    color: #fff;
}

.uchet-podpiska .form-section__button {
    width: 100%;
    padding: 16px 24px;
    background-color: #e91313;
    border: none;
    border-radius: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.uchet-podpiska .form-section__button:hover {
    background-color: #c91010;
}

.uchet-podpiska .form-section__button:disabled {
    background-color: #666;
    cursor: not-allowed;
}

/* ==========================================================================
    Footer
    ========================================================================== */
.footer.uchet-podpiska {
    background-color: #0a0a0a;
    padding: 40px 0;
}

.uchet-podpiska .footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.uchet-podpiska .footer__top-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.uchet-podpiska .footer__brand {
    flex-shrink: 0;
}

.uchet-podpiska .footer__brand--mobile {
    display: none;
}

.uchet-podpiska .footer__logo {
    display: block;
}

.uchet-podpiska .footer__nav {
    display: flex;
    gap: 24px;
    align-items: center;
}

.uchet-podpiska .footer__link {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #D1D1D1;
    text-decoration: none;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
}

.uchet-podpiska .footer__link:hover {
    opacity: 0.7;
}

.uchet-podpiska .footer__arrow {
    font-size: 12px;
}

.uchet-podpiska .footer__contacts {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.uchet-podpiska .footer__contact {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.uchet-podpiska .footer__contact-label {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
}

.uchet-podpiska .footer__contact-value {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.uchet-podpiska .footer__contact-value:hover {
    opacity: 0.7;
}

.uchet-podpiska .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uchet-podpiska .footer__copyright {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.60);

}

.uchet-podpiska .footer__social {
    display: flex;
    gap: 12px;
    align-items: center;
}

.uchet-podpiska .footer__social-link {
    display: block;
    transition: opacity 0.2s ease;
}

.uchet-podpiska .footer__social-link:hover {
    opacity: 0.7;
}

/* ==========================================================================
    Mobile Menu Overlay
    ========================================================================== */
.mobile-menu-overlay.uchet-podpiska {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 98;
}

.mobile-menu-overlay.uchet-podpiska.mobile-menu-overlay--active {
    display: block;
}

/* ==========================================================================
    Media Queries - Intensiv Mobile
    ========================================================================== */
@media (max-width: 768px) {
    .intensiv.uchet-podpiska {
        padding: 0 0 40px 0;
    }
}

/* ==========================================================================
    Media Queries - Mobile (768px and below)
    ========================================================================== */
@media (max-width: 768px) {

    /* Scoped variables for mobile */
    .uchet-podpiska {
        --container-padding-mobile: 16px;
    }

    .uchet-podpiska .container {
        padding-left: var(--container-padding-mobile) !important;
        padding-right: var(--container-padding-mobile) !important;
    }

    /* Partners: Hide desktop, show mobile */
    .uchet-podpiska .partners--desktop {
        display: none;
    }

    .uchet-podpiska .partners--mobile {
        display: block;
    }

    /* Additional Services: Hide desktop, show mobile */
    .uchet-podpiska .additional-services--desktop {
        display: none;
    }

    .uchet-podpiska .additional-services--mobile {
        display: block;
    }

    /* Hero mobile */
    .uchet-podpiska .hero__main {
        min-height: 695px;
        padding: 26px 0;
        position: relative;
        overflow: hidden;
    }

    .uchet-podpiska .hero__content {
        position: relative;
        z-index: 2;
    }

    .uchet-podpiska .hero__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
        max-width: 100%;
    }

    .uchet-podpiska .hero__description {
        margin-top: 0;
        max-width: 100%;
        font-size: 16px;
    }

    .uchet-podpiska .hero__cta {
        width: 100%;
        max-width: none;
    }

    .uchet-podpiska .hero__image {
        display: block;
        position: absolute;
        top: auto;
        bottom: -70px;
        left: -91px;
        width: 570px;
        height: 380px;
        z-index: 1;
    }

    .uchet-podpiska .hero__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .uchet-podpiska .hero__features {
        padding: 24px 0;
    }

    .uchet-podpiska .hero__features-container {
        flex-direction: column;
        gap: 16px;
    }

    .uchet-podpiska .hero__feature {
        width: 100%;
    }

    .uchet-podpiska .hero__feature-icon {
        width: 62px;
        height: 62px;
        border-radius: 16px;
    }

    .uchet-podpiska .hero__feature-text {
        font-size: 18px;
        font-weight: 500;
    }

    /* Benefits mobile */
    .benefits.uchet-podpiska {
        padding: 24px 0;
    }

    .uchet-podpiska .benefits__container {
        padding: 0;
    }

    .uchet-podpiska .benefits__card {
        padding: 30px 10px;
        border-radius: 24px;
        gap: 24px;
    }

    .uchet-podpiska .benefits__header {
        text-align: center;
        gap: 12px;
    }

    .uchet-podpiska .benefits__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .uchet-podpiska .benefits__subtitle {
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
    }

    .uchet-podpiska .benefits__grid {
        flex-direction: column;
        gap: 22px;
    }

    .uchet-podpiska .benefits__item {
        gap: 10px;
    }

    .uchet-podpiska .benefits__item-icon {
        width: 30px;
        height: 30px;
    }

    .uchet-podpiska .benefits__item-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
    }

    .uchet-podpiska .benefits__item-text {
        font-size: 16px;
    }

    .uchet-podpiska .benefits__access {
        flex-direction: column;
        padding: 16px 24px;
        border-radius: 16px;
        gap: 26px;
    }

    .uchet-podpiska .benefits__access-image {
        width: 140px;
        height: 130px;
        justify-content: flex-start;
    }

    .uchet-podpiska .benefits__access-image img {
        position: static;
        width: 140px;
        height: auto;
    }

    /* Pricing mobile */
    .pricing.uchet-podpiska {
        padding: 30px 0;
    }

    .uchet-podpiska .pricing__container {
        padding: 0;
    }

    .uchet-podpiska .pricing__header {
        text-align: center;
        padding: 0 16px;
        gap: 8px;
    }

    .uchet-podpiska .pricing__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .uchet-podpiska .pricing__subtitle {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
    }

    .uchet-podpiska .pricing__slider-wrapper {
        overflow: visible;
    }

    .uchet-podpiska .pricing__cards {
        display: flex;
        gap: 16px;
        padding: 0;
        max-width: none;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .uchet-podpiska .pricing__slider .swiper-wrapper {
        display: flex;
        align-items: stretch;
    }

    .uchet-podpiska .pricing__slider .swiper-slide {
        width: 100%;
        max-width: calc(100% - 60px);
        flex-shrink: 0;
        height: auto;
    }

    .uchet-podpiska .pricing-card {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .uchet-podpiska .pricing-card__features {
        flex: 1;
    }

    .uchet-podpiska .pricing-card__price {
        font-size: 32px;
    }

    .uchet-podpiska .pricing-card__bonus-image {
        width: 80px;
        height: 80px;
    }

    /* Who Subscribe mobile */
    .who-subscribe.uchet-podpiska {
        margin-top: 40px;
    }

    .uchet-podpiska .who-subscribe__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    .uchet-podpiska .who-subscribe__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .uchet-podpiska .who-subscribe__card {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        gap: 12px;
    }

    .uchet-podpiska .who-subscribe__image img {
        width: 160px;
        height: 160px;
    }

    .uchet-podpiska .who-subscribe__content {
        gap: 8px;
    }

    .uchet-podpiska .who-subscribe__card-title {
        font-size: 20px;
    }

    .uchet-podpiska .who-subscribe__card-text {
        font-size: 16px;
    }

    /* Why Subscribe mobile */
    .why-subscribe.uchet-podpiska {
        margin-top: 40px;
    }

    .uchet-podpiska .why-subscribe__header {
        gap: 8px;
        margin-bottom: 24px;
    }

    .uchet-podpiska .why-subscribe__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
    }

    .uchet-podpiska .why-subscribe__subtitle {
        font-size: 20px;
    }

    .uchet-podpiska .why-subscribe__comparison {
        flex-direction: column;
        gap: 24px;
    }

    .uchet-podpiska .why-subscribe__card {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
        gap: 12px;
    }

    .uchet-podpiska .why-subscribe__card-image {
        width: 160px;
        height: 160px;
        order: 1;
    }

    .uchet-podpiska .why-subscribe__list-item img {
        width: 20px;
        height: 20px;
    }

    /* Partners mobile */
    .partners.uchet-podpiska {
        padding: 30px 0;
        margin-top: 40px;
    }

    .uchet-podpiska .partners__container {
        padding: 0;
    }

    .uchet-podpiska .partners__header {
        text-align: center;
        padding: 0 16px;
        margin-bottom: 16px;
    }

    .uchet-podpiska .partners__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 8px;
    }

    .uchet-podpiska .partners__subtitle {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
    }

    .uchet-podpiska .partners__slider-wrapper {
        overflow: visible;
    }

    .uchet-podpiska .partners__logos {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        padding: 0;
        overflow: hidden;
    }

    .uchet-podpiska .partners__slider .swiper-wrapper {
        display: flex;
        align-items: stretch;
    }

    .uchet-podpiska .partners__slider .swiper-slide {
        width: calc(100% - 80px);
        max-width: 240px;
        flex-shrink: 0;
        height: auto;
    }

    .uchet-podpiska .partners__logo-card {
        width: 100%;
        height: 94px;
    }

    /* Additional Services mobile */
    .additional-services.uchet-podpiska {
        padding: 30px 0;
        margin-top: 40px;
    }

    .uchet-podpiska .additional-services__container {
        padding: 0;
    }

    .uchet-podpiska .additional-services__header {
        text-align: center;
        padding: 0 16px;
        margin-bottom: 20px;
    }

    .uchet-podpiska .additional-services__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 8px;
    }

    .uchet-podpiska .additional-services__subtitle {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.4;
    }

    .uchet-podpiska .additional-services__slider-wrapper {
        overflow: visible;
    }

    .uchet-podpiska .additional-services__cards {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        padding: 0;
        max-width: none;
        overflow: hidden;
    }

    .uchet-podpiska .additional-services__slider .swiper-wrapper {
        display: flex;
        align-items: stretch;
    }

    .uchet-podpiska .additional-services__slider .swiper-slide {
        width: calc(100% - 60px);
        max-width: 320px;
        flex-shrink: 0;
        height: auto;
    }

    .uchet-podpiska .additional-services__card {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .uchet-podpiska .additional-services__card-description {
        flex: 1;
    }

    /* Reviews mobile */
    .reviews.uchet-podpiska {
        margin-top: 30px;
        padding: 30px 0;
        overflow: hidden;
    }

    .uchet-podpiska .reviews__title {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: -1px;
        margin-bottom: 16px;
        padding: 0 16px;
    }

    .uchet-podpiska .reviews__slider-wrapper {
        padding: 0;
        max-width: 100%;
        overflow: visible;
    }

    .uchet-podpiska .reviews__slider {
        overflow: visible;
    }

    .uchet-podpiska .reviews__card {
        width: 100%;
        height: auto;
    }

    /* Hide navigation buttons on mobile */
    .uchet-podpiska .reviews__button-prev,
    .uchet-podpiska .reviews__button-next {
        display: none;
    }

    .uchet-podpiska .reviews__pagination {
        margin-top: 16px;
    }

    /* FAQ mobile */
    .faq.uchet-podpiska {
        padding: 30px 0;
    }

    .uchet-podpiska .faq__title {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.15;
        letter-spacing: -1px;
        margin-bottom: 18px;
        padding: 0 16px;
    }

    .uchet-podpiska .faq__accordion {
        max-width: 100%;
        gap: 12px;
    }

    .uchet-podpiska .faq__item {
        border-radius: 12px;
    }

    .uchet-podpiska .faq__question {
        padding: 16px;
        gap: 8px;
    }

    .uchet-podpiska .faq__question span {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
    }

    .uchet-podpiska .faq__icon {
        width: 32px;
        height: 32px;
    }

    .uchet-podpiska .faq__answer {
        padding: 0 16px;
    }

    .uchet-podpiska .faq__item--active .faq__answer {
        padding: 0 16px 16px;
    }

    .uchet-podpiska .faq__answer p {
        font-size: 16px;
    }

    .uchet-podpiska .faq__answer ul li {
        font-size: 16px;
    }

    /* Form Section mobile */
    .form-section.uchet-podpiska {
        padding: 40px 0;
    }

    .uchet-podpiska .form-section__fields {
        gap: 16px;
    }

    .uchet-podpiska .form-section__checkmark {
        width: 20px;
        height: 20px;
    }


    .uchet-podpiska .form-section__container {
        padding: 0;
    }

    .uchet-podpiska .form-section__wrapper {
        flex-direction: column;
        padding: 40px 16px 270px 16px;
        gap: 24px;
        align-items: stretch;
    }

    .uchet-podpiska .form-section__content {
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .uchet-podpiska .form-section__header {
        margin-bottom: 24px;
    }

    .uchet-podpiska .form-section__title {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .uchet-podpiska .form-section__subtitle {
        font-size: 18px;
        line-height: 1.3;
    }

    .uchet-podpiska .form-section__field-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .uchet-podpiska .form-section__input {
        padding: 12px;

        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0.25px;
    }

    .uchet-podpiska .form-section__checkbox {
        margin-bottom: 16px;
        align-items: center;
    }

    .uchet-podpiska .form-section__checkbox-text {
        font-size: 11px;
        font-weight: 400;
        line-height: 130%;
    }

    .uchet-podpiska .form-section__button {
        font-size: 15px;
        padding: 16px 24px;
    }

    .uchet-podpiska .form-section__image {
        position: absolute;
        right: 0;
        bottom: -160px;
        width: 100%;
    }

    .uchet-podpiska .form-section__image img {
        width: 100%;
        height: auto;
    }

    /* Footer mobile */
    .footer.uchet-podpiska {
        padding: 40px 0;
    }

    .uchet-podpiska .footer__top {
        flex-direction: column-reverse;
        gap: 24px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .uchet-podpiska .footer__top-left {
        width: 100%;
        gap: 16px;
    }

    .uchet-podpiska .footer__brand {
        display: none;
    }

    .uchet-podpiska .footer__brand--mobile {
        display: block;
    }

    .uchet-podpiska .footer__logo {
        width: 143px;
        height: auto;
    }

    .uchet-podpiska .footer__nav {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .uchet-podpiska .footer__link {
        font-size: 14px;
        line-height: 1.45;
    }

    .uchet-podpiska .footer__contacts {
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .uchet-podpiska .footer__contact {
        gap: 8px;
    }

    .uchet-podpiska .footer__contact-label {
        font-size: 12px;
    }

    .uchet-podpiska .footer__contact-value {
        font-size: 14px;
    }

    .uchet-podpiska .footer__bottom {
        flex-direction: column-reverse;
        gap: 12px;
        align-items: flex-start;
    }

    .uchet-podpiska .footer__copyright {
        font-size: 14px;
        order: 2;
    }

    .uchet-podpiska .footer__social {
        gap: 12px;
        order: 1;
    }
}