.pricing {
    background: var(--white);
}

.pricing__title {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(32px, 2.92vw, 56px);
    leading-trim: none;
    line-height: 1.3;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: var(--gray-100);
    margin-bottom: clamp(40px, 5vw, 96px);
}

.pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(32px, 3.33vw, 64px);
}

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

.pricing-card__img-wrapper {
    width: 100%;
    height: clamp(150px, 11.97vw, 230px);
    overflow: hidden;
    margin-bottom: clamp(16px, 1.67vw, 32px);
}

.pricing-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pricing-card__title {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(20px, 1.67vw, 32px);
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--gray-100);
    margin-bottom: clamp(16px, 1.67vw, 32px);
}

.pricing-card__info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: clamp(16px, 1.67vw, 32px);
}

.pricing-card__info-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 60%;
}

.pricing-card__info-label {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 0.73vw, 14px);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--gray-100);
}

.pricing-card__info-value {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 0.73vw, 14px);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--gray-100);
}

.pricing-card__info-value--bold {
    font-weight: 600;
}

.pricing-card__price {
    font-family: Nib Pro, serif;
    font-weight: 400;
    font-style: Italic;
    font-size: clamp(18px, 1.25vw, 24px);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--gray-100);
}

.pricing-card__discount {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(12px, 0.73vw, 14px);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #F02E24;
}

.pricing-card__features {
    flex-grow: 1;
    margin: 0 auto clamp(32px, 3.33vw, 64px) auto;
    max-width: calc(100% - 60px);
}

.pricing-card__features-title {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(16px, 1.04vw, 20px);
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: var(--gray-100);
    margin-bottom: 9px;
}

.pricing-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-card__item {
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: clamp(15px, 0.94vw, 18px);
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--gray-100);
}

.pricing-card__item::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 16px;
    background-color: #F02E24;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.144 7.712H7.776V14.08H6.368V7.712H0V6.368H6.368V0H7.776V6.368H14.144V7.712Z" fill="black"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.144 7.712H7.776V14.08H6.368V7.712H0V6.368H6.368V0H7.776V6.368H14.144V7.712Z" fill="black"/></svg>');
    flex-shrink: 0;
}

.pricing-card__button {
    width: 100%;
}

.pricing-card__button--muted {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: not-allowed;
    font-family: PP Neue Montreal, sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 0.94vw, 18px);
    line-height: 140%;
    color: var(--white);
    padding: clamp(12px, 0.83vw, 16px) clamp(24px, 1.66vw, 32px);
    background: var(--gray-60);
    text-decoration: none;
    width: 100%;
    outline: none;
    box-shadow: none;
}

.pricing-card--muted {
    opacity: 0.55;
}

.pricing-card--muted .pricing-card__item::before {
    color: var(--gray-80);
}

.pricing__navigation {
    display: none;
}

@media (min-width: 1025px) {
    .pricing__slider {
        overflow: visible;
    }

    .pricing__grid.swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: clamp(32px, 3.33vw, 64px);
        transform: none !important;
        width: auto !important;
    }

    .pricing-card.swiper-slide {
        width: auto !important;
        height: 100% !important;
        margin-right: 0 !important;
    }

    .pricing__navigation {
        display: none;
    }
}

@media (max-width: 1024px) {
    .pricing {
        padding: clamp(48px, 10vw, 80px) 0;
    }

    .pricing__title {
        font-size: clamp(28px, 7vw, 40px);
        margin-bottom: clamp(24px, 6vw, 40px);
        text-align: center;
    }

    .pricing__slider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .pricing__grid.swiper-wrapper {
        display: flex;
        flex-direction: row;
        gap: 0 !important;
        padding-bottom: 0 !important;
        width: 100%;
        margin: 0;
        max-width: none;
        box-sizing: border-box;
    }

    .pricing-card.swiper-slide {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
        flex-shrink: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pricing-card__img-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        max-height: 200px;
        margin-bottom: 20px;
    }

    .pricing-card__title {
        font-size: clamp(20px, 5vw, 26px);
        margin-bottom: 16px;
        text-align: center;
    }

    .pricing-card__info-row {
        min-height: auto;
        margin-bottom: 14px;
        gap: 12px;
    }

    .pricing-card__info-left {
        max-width: none;
        flex: 1;
        min-width: 0;
    }

    .pricing-card__features {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .pricing-card__features-title {
        font-size: clamp(13px, 3.2vw, 15px);
        margin-bottom: 8px;
    }

    .pricing-card__list {
        gap: 10px;
    }

    .pricing-card__item {
        font-size: clamp(13px, 3.2vw, 15px);
        line-height: 140%;
    }

    .pricing-card__button {
        padding: 14px 20px;
        font-size: 14px;
        text-align: center;
        justify-content: center;
        width: 100%;
        margin-top: auto;
    }

    .pricing__navigation {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-top: clamp(20px, 5vw, 32px);
    }

    .pricing__arrow {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--gray-40, #ccc);
        background: transparent;
        cursor: pointer;
        border-radius: 50%;
        color: var(--gray-90);
        transition: border-color 0.3s ease, color 0.3s ease;
    }

    .pricing__arrow:hover {
        border-color: #000;
        color: #000;
    }

    .pricing__arrow.swiper-button-disabled {
        opacity: 0.35;
        cursor: not-allowed;
    }
}
