.dsp-tariffs-wrapper {
    background: #f7f8fb;
    border-radius: 16px;
    color: #1e1e1e;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.dsp-tariffs-header {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.dsp-tariffs-location .dsp-location-selector {
    background: #fff;
    color: #fff;
    padding: 24px 20px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    min-width: 380px;
    cursor: pointer;
    min-height: 70px;
    border: 1px solid #D5D5D8;
    color: #353A47;
    /* Body/B2 Desktop Semi-Bold */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 23.4px */
}


.dsp-location-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 16px;
    display: none;
    z-index: 5;
}

.dsp-location-dropdown.active {
    display: block;
}

.dsp-location-dropdown select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e1e4ea;
    background: #fff;
}

.dsp-location-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.dsp-location-actions button {
    flex: 1;
    border: none;
    border-radius: 8px;
    padding: 10px 12px;
    cursor: pointer;
}

.dsp-location-apply {
    background: #d7262d;
    color: #fff;
}

.dsp-location-cancel {
    background: #f1f2f6;
}

.dsp-tariffs-periods {
    display: flex;
    width: 690px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 12px;
    border: 1px solid #D5D5D8;
    background: #FFF;
}

.dsp-tariffs-periods .dsp-period-btn,
.dsp-period-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    width: 210px;
    padding: 14px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: rgba(53, 58, 71, 0.50);
    /* Body/B2  Desktop Medium */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}

.dsp-period-btn.active {
    color: #fff;
    display: flex;
    width: 210px;
    padding: 14px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #353A47;
}

.dsp-tariffs-body {
    position: relative;
}

.dsp-tariffs-loader {
    padding: 16px;
    text-align: center;
    color: #6b7280;
}

.dsp-tariffs-error {
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    background: #fff1f2;
    color: #b91c1c;
}

.dsp-tariffs-slider {
    overflow: hidden;
}

.dsp-tariffs-slider.swiper {
    padding-bottom: 50px;
    min-height: 546px;
}

.dsp-tariff-card {
    background: #ffffff;
    color: #fff;
    border-radius: 18px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    overflow: hidden;
}

.dsp-tariff-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    align-self: stretch;
}

.dsp-tariff-card__header {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    padding-top: 20px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(255deg, #353A47 0%, #4A4F5B 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.dsp-tariff-speed {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 74px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 96.2px */
    text-transform: uppercase;
    font-weight: 800;
}

.dsp-tariff-speed__sup-text {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 41.6px */
    margin-left: 5px;
}

.dsp-tariff-title {
    color: #FFF;
    /* Body/B1  Desktop Semi-Bold */
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    margin-bottom: 16px;
}

.dsp-tariff-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #353A47;
    /* Text/Text Desktop Semi-Bold */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 20.8px */
}

.dsp-tariff-features ul{
    width: 100%;
}

.dsp-tariff-price {
    color:#353A47;
/* Heading/H5 Desktop Semi-Bold */
font-family: Montserrat;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 39px */
}

.dsp-tariff-btn,
.dsp-promo-btn {
    border-radius: 8px;
    background: #F3F3F4;
    display: flex;
    max-width: 340px;
    width: 100%;
    padding: 18px 26px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #353A47;
    /* Body/B2  Desktop Medium */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    border: none;
}

.dsp-tariff-btn:hover {
    background: #B71C22;
    color: #FFF;
}

.dsp-tariff-badge {
    display: inline-block;
    background: #f9d923;
    color: #1e1e1e;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    align-self: flex-start;
}

.dsp-tariffs-promo {
    margin-top: 32px;
}

.dsp-promo-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    background: linear-gradient(90deg, #8a0b18 0%, #202230 100%);
    color: #fff;
    border-radius: 18px;
    padding: 24px;
    align-items: center;
}

.dsp-promo-speed {
    font-size: 40px;
    font-weight: 900;
}

.dsp-promo-label {
    margin-top: 8px;
    font-weight: 600;
    opacity: 0.9;
}

.dsp-promo-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 8px;
}

.dsp-promo-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 12px 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    opacity: 0.9;
}

.dsp-promo-price {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.dsp-tariffs-empty {
    padding: 16px;
    text-align: center;
    color: #6b7280;
}

@media (max-width: 1023px) {
    .dsp-promo-card {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .dsp-tariffs-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .dsp-tariffs-periods {
        width: 100%;
    }
    .dsp-period-btn {
        flex: 1;
    }
}

