/* ==========================================================================
   Kyivstar Landing Pages - Universal Premium Stylesheet (Cleaned & Optimized)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* === 1. Base Reset & Layout === */
.fmc-tariff-item-new__bonus:before {
    color: #229fff;
    margin-right: 15px;
    content: \'\\e9fa\';
    display: block;
    font: 20px/1 ks-ico;
}

.fmc-tariff-item__price-daily {
    display: flex;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
}

.fmc-tariff-item-new, .fmc-tariff-item-new__section {
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.fmc-tariff-item__price-daily .fmc-tariff-item-new__daily {
    margin-right: 5px;
}

.fmc-tariff-item-new {
    max-width: 294px;
    width: calc(25% - 8px);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(25% - 8px);
    flex: 1 0 calc(25% - 8px);
    background-color: #fff;
    text-align: center;
    margin: 0 3px;
    vertical-align: top;
    position: relative;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.fmc-tariff-item-new .info-tooltip {
    margin-left: 10px;
}

.fmc-tariff-item-new .info-tooltip .info-link {
    height: 18px;
    width: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
}

.fmc-tariff-item-new .info-tooltip .tooltip {
    text-transform: initial;
}

.fmc-tariff-item-new__subtitle {
    font-size: 16px;
    color: #002300;
    overflow: hidden;
    max-width: 100%;
    white-space: normal;
    font-weight: 300;
}

.fmc-tariff-item-new__title {
    color: #748d9c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    max-width: 100%;
}

.fmc-tariff-item-new__title--tv {
    margin-bottom: 15px;
}

.fmc-tariff-item-new__bold-title {
    font-weight: 700;
    font-size: 20px;
    color: #43535c;
    text-align: left;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fmc-tariff-item-new__section {
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
}

.fmc-tariff-item-new__tv .fmc-tariff-item-new__row {
    margin-bottom: 10px;
}

.fmc-tariff-item-new__row {
    max-width: 100%;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fmc-tariff-item-new__body, .fmc-tariff-item-new__header {
    -webkit-box-orient: vertical;
    width: 100%;
    -webkit-box-direction: normal;
}

.fmc-tariff-item-new__row--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fmc-tariff-item-new__action {
    background: #dd1796;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.fmc-tariff-item-new__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: flex;
    padding: 14px 20px;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 125px;
    background-image: url(/sites/all/themes/kyivstar/html/build/images/fmc/tariff-item-plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.fmc-tariff-item-new__name {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.24px;
}

.fmc-tariff-item-new__discount {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #DD1796;
    border-radius: 4px;
    margin-left: 4px;
    padding: 2px 6px;
}

.fmc-tariff-item-new__name-subtitle {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
}

.fmc-tariff-item-new__body {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 20px 40px;
    max-width: 100%;
    border: 1px solid #c9d2da;
    border-width: 0 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fmc-tariff-item-new__body .fmc-tariff-detail__link {
    margin-bottom: 23px;
}

.fmc-tariff-item-new__internet {
    margin-bottom: 44px;
}

.fmc-tariff-item-new__mobile {
    margin-bottom: 25px;
}

.fmc-tariff-item-new__mobile .fmc-tariff-item-new__row:not(:last-child) {
    margin-bottom: 15px;
}

.fmc-tariff-item-new__services-subtitle {
    font-size: 16px;
    line-height: 1.8;
    color: #43535c;
    white-space: normal;
}

.fmc-tariff-item-new__services-subtitle--tv {
    line-height: 1.2;
    margin-left: 10px;
}

.fmc-tariff-item-new__services-link-icon {
    background-color: #fdda24 !important;
}

.fmc-tariff-item-new__services-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fmc-tariff-item-new__services-details {
    margin: 0;
}

.fmc-tariff-item-new__additional {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fmc-tariff-item-new__additional-item-wrapper {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.fmc-tariff-item-new__additional-item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}

.fmc-tariff-item-new__additional-item-name {
    font-size: 16px;
    font-weight: 300;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}

.fmc-tariff-item-new__nofee:not(:last-child) {
    margin-bottom: 20px;
}

.fmc-tariff-item-new__list {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.fmc-tariff-item-new__item {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.fmc-tariff-item-new__item + .fmc-tariff-item-new__item {
    margin-left: -10px;
}

.fmc-tariff-item-new__item:last-child {
    margin-right: 15px;
}

.fmc-tariff-item-new__item:hover .fmc-tariff-item__tooltip {
    visibility: visible;
    opacity: 1;
}

.fmc-tariff-item-new__item .fmc-tariff-item-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: 0 0;
    width: 100%;
    height: 100%;
}

.fmc-tariff-item-new__icon {
    border-radius: 50%;
    overflow: hidden;
}

.fmc-tariff-item-new__tv-icon {
    width: 28px;
    margin-right: 10px;
}

.fmc-tariff-item-new__tooltip {
    cursor: default;
    font-size: 14px;
    background: #fff;
    padding: 13px 14px 12px;
    width: auto;
    min-width: 185px;
    white-space: normal;
    max-width: 185px;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    left: -11px;
    text-align: left;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .15);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.14s ease-in-out;
    transition: all 0.14s ease-in-out;
}

.fmc-tariff-item-new__tooltip::after {
    content: \'\';
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    position: absolute;
    bottom: -9px;
    left: 15px;
}

.fmc-tariff-item-new__bonus, .fmc-tariff-item-new__price {
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.fmc-tariff-item-new__bonus {
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    width: 100%;
}

.fmc-tariff-item-new__bonus .tooltip {
    max-width: 250px;
}

.fmc-tariff-item-new__price {
    margin-top: auto;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 700;
    font-size: 16px;
    color: #cee800;
}

.fmc-tariff-item-new__old {
    font-size: 18px;
    opacity: 0.8;
    font-weight: 700;
    color: #fff;
    text-decoration: line-through;
    margin-right: 7px;
}

.fmc-tariff-item-new__current {
    font-weight: 700;
    font-size: 22px;
    margin-right: 3px;
}

.fmc-tariff-item-new__more-service {
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 700;
    margin-left: 10px;
    white-space: nowrap;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.fmc-tariff-item-new__more-service span {
    font-weight: 700;
    margin-right: 4px;
    display: inline-block;
    color: #d3d9dc;
}

.fmc-tariff-item-new__wargaming-title {
    margin-bottom: 3px;
    font-size: 15px;
}

.fmc-tariff-item-new__wargaming-body {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.fmc-tariff-item-new__button, .fmc-tariff-item-new__link, .fmc-tariff-item-new__wargaming, .fmc__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.fmc-tariff-item-new__wargaming {
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fmc-tariff-item-new__link {
    font-weight: 300;
    font-size: 14px;
    color: #229fff;
    position: relative;
    margin-left: 21px;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fmc-tariff-item-new__link:hover .fmc-tariff-item__link-icon::before {
    left: 20px;
}

.fmc-tariff-item-new__link:hover .fmc-tariff-item__link-icon::after {
    left: 6px;
}

.fmc-tariff-item-new__link.details {
    margin-left: 0;
}

.fmc-tariff-item-new__link-icon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #cee800;
    position: absolute;
    overflow: hidden;
    left: -21px;
}

.fmc-tariff-item-new__link-icon::after, .fmc-tariff-item-new__link-icon::before {
    content: \'\\f105\';
    color: #3b4952;
    font: 11px/15px ks-ico;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fmc-tariff-item-new__link-icon::before {
    left: 6px;
}

.fmc-tariff-item-new__link-icon::after {
    left: -10px;
}

.fmc-tariff-item-new .icon-wargaming {
    font: 38px/1 ks-ico;
    color: #de7476;
    margin-right: 10px;
}

.fmc-tariff-item-new__footer {
    width: 100%;
}

.fmc-tariff-item-new__button {
    width: 100%;
    height: 50px;
    background: #cee800;
    font-weight: 700;
    font-size: 16px;
    color: #3b4952;
    margin: 0 auto;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.14s ease-in-out;
    transition: all 0.14s ease-in-out;
}

.fmc-tariff-item-new__button:hover {
    background-color: #229fff;
    color: #fff;
}

.fmc__head {
    margin-bottom: 60px;
}

.fmc__container {
    text-align: center;
}

.fmc__wrapper {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fmc__wrapper .fmc__list {
    margin-bottom: 0;
}

.fmc__contract {
    margin-top: 30px;
    margin-left: 25px;
}

.fmc__subtitle-link {
    text-decoration: none;
    border-bottom: 1px dashed #229fff;
    white-space: nowrap;
}

.fmc__list {
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.fmc-tariff-item-new__additional-list {
    display: flex;
    padding: 5 15 0;
}

.info-tooltip .tooltip {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    font-weight: 300;
    font-size: 14px;
    color: #3b4952;
}

.fmc .info-tooltip .tooltip {
    width: 250px;
    white-space: normal;
}

.tooltip {
    min-width: 160px;
    padding: 15px;
    color: #999;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.4);
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    bottom: 160%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity .15s ease-in-out 0s;
}

.info-tooltip:hover .tooltip {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.info-tooltip .info-link {
    cursor: pointer;
    font-size: 12px;
    display: block;
    height: 15px;
    width: 15px;
    line-height: 18px;
    text-align: center;
    background: #e3e6e8;
    color: #8a9499;
    border-radius: 50%;
    -webkit-transition: background ease-out .2s,color ease-out .2s;
    transition: background ease-out .2s,color ease-out .2s;
}

.info-tooltip {
    display: inline-block;
    text-align: left;
    margin-left: 5px;
    -webkit-transition: opacity .15s ease-in-out 0s;
    transition: opacity .15s ease-in-out 0s;
}

.info-tooltip, .internet-and-tv-promo-benefits-list__item .info-tooltip {
    position: relative;
}

.fmc-tariff-item-new__item+.fmc-tariff-item-new__item {
    margin-left: -10px;
}

.fmc-tariff-item__tooltip {
    cursor: default;
    font-size: 14px;
    background: #fff;
    padding: 13px 14px 12px;
    width: auto;
    min-width: 185px;
    white-space: normal;
    max-width: 185px;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    left: -11px;
    text-align: left;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.15);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
}

.fmc-tariff-item__tooltip::after {
    content: \'\';
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    position: absolute;
    bottom: -9px;
    left: 15px;
}

.fmc-tariff-item-new__services-title .item-list {
    float: left;
}

.fmc-tariff-item-new__services-title {
    text-align: left;
    padding: 15;
}

menu, ol, ol li, ul, ul li, ul li.leaf {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

#opencontent {
    padding: 0!important;
    text-align: center;
}

#opencontent2 {
    padding: 0!important;
    text-align: center;
}

#opencontent3 {
    padding: 0!important;
    text-align: center;
}

.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#tariffsWrp h1 {
    color: #0085ea;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    margin: 15px!important;
}

#tariffsTableWrp {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#tariffsTableWrp .item {
    margin: 0 10px 20px;
    padding: 0 0 20px;
    flex: 1;
    box-shadow: 0px 0px 10px #dcdcdc;
    border: 1px solid #b9cfdc;
}

#tariffsTableWrp .item div {
    padding: 15px 3px;
}

.price_lim {
    color: #f11ad7;
    font-weight: 400;
}

#tariffsTableWrp .item div:last-child {
    text-align: center;
}

#tariffsTableWrp .name {
    display: block;
    background: #229FFF;
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding: 48.5px 0 48.5px 0;
}

#tariffsTableWrp .cost {
    color: #545E64;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    height: 47px;
    border-bottom: 1px solid #eff3f7;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 6px;
}

#tariffsTableWrp .speed {
    color: #545E64;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #eff3f7;
    margin-right: 6px;
    margin-left: 6px;
}

#tariffsTableWrp .speed3 {
    color: #545E64;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    border-bottom: 1px solid #eff3f7;
    margin-right: 6px;
    margin-left: 6px;
    padding: 7px!important;
}

#tariffsTableWrp .speed4 {
    color: #545E64;
    font-size: 19px;
    line-height: 1;
    text-align: center;
    border-top: 1px solid #eff3f7;
}

#tariffsTableWrp .next {
    color: #545E64;
    font-size: 16px;
    line-height: 1.1;
    text-align: center;
    border-bottom: 1px solid #eff3f7;
    margin-right: 6px;
    margin-left: 6px;
}

#tariffsTableWrp .next .cost-value {
    font-size: 15px;
    font-weight: bold;
}

#tariffsTableWrp .cost-value, #tariffsTableWrp .speed-value {
    font-size: 22px;
    font-weight: 500;
}

#tariffsTableWrp .cost-value s,#tariffsTableWrp .speed-value s {
    color: #ABC0CC;
}

#tariffsTableWrp .value-rem {
    text-align: left;
    font-size: 12px;
    margin-left: 4px;
    white-space: pre;
    display: inline-block;
}

#tariffsTableWrp .note {
    display: block;
    text-align: right;
    color: #229FFF;
    text-decoration: none;
    font-size: 14px;
}

#tariffsTableWrp 4 {
    text-decoration: none;
    padding: 3px 30px;
    line-height: 2;
    border-radius: 20px;
    background-color: #FDDA24;
    color: #434E55;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: background 0s ease 0s,all .2s ease 0s;
}

#tariffsTableWrp .btn-connect:active,#tariffsTableWrp .btn-connect:focus,#tariffsTableWrp .btn-connect:hover {
    background: #229FFF;
    color: #FFF!important;
    text-decoration: none!important;
}

.info {
    font-weight: 500!important;
    text-align: left!important;
}

.info img {
    margin-top: 28px;
    width: 40%;
}

#post-2242 img {
    box-shadow: none!important;
}

#post-2362 img {
    box-shadow: none!important;
}

.tarif_small {
    width: 114px;
}

.tarif_small2 {
    width: 153px;
}

.tarif_small2 a {
    color: #ffd600!important;
    font-weight: 600!important;
    border-bottom: none!important;
    margin: 0;
    font-size: 20px;
}

.tarif_2 {
    display: block;
    background: #229fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding: 20px 0 15px 0;
}

.tarif_2 a {
    color: white!important;
}

.tarif_ a {
    color: white!important;
}

.tf_sm {
    margin-top: -36px;
    width: 63px;
}

.tarif_1 {
    display: block;
    background: #229fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding: 35.5px 0 35.5px 0;
}

.tarif_1 a {
    color: white!important;
}

.tf_sm2 {
    margin-top: -51px;
    font-size: 20px!important;
    width: 82px;
    text-align: right;
}

.tf_sm2 a {
    display: inline-block;
}

.tf_sm3 {
    margin-top: -36px;
}

.tf_sm4 {
    margin-top: -24px;
}

.tf_sm5 {
    margin-top: -26px;
    font-size: 20px!important;
}

.tf_sm5 .fa-twitter {
    background: url(/img/twitter.webp) no-repeat;
    width: 20px;
    height: 20px;
}

.tf_sm5 .fa-facebook {
    background: url(/img/facebook.webp) no-repeat;
    width: 20px;
    height: 20px;
}

.tf_sm2 .fa-twitter {
    background: url(/img/twitter.webp) no-repeat;
    width: 20px;
    height: 20px;
}

.tf_sm2 .fa-facebook {
    background: url(/img/facebook.webp) no-repeat;
    width: 20px;
    height: 20px;
}

.tf_sm2 .fa-youtube-play {
    background: url(/img/youtube.webp) no-repeat;
    width: 20px;
    height: 20px;
}

.tv_canal {
    margin-top: 15px!important;
    margin-bottom: 9px!important;
    padding: 0;
    margin: 0;
    background-color: #f5ed97;
    line-height: 1.5!important;
}

.cost-value2.price {
    margin-top: -30px;
    font-size: 25px!important;
    font-weight: 500;
}

#tariffsTableWrp .btn-connect2 {
    padding: 3px 30px;
    line-height: 2;
    border-radius: 20px;
    background-color: #cee800;
    color: #252525;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: background 0s ease 0s,all .2s ease 0s;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 18px;
}

#tariffsTableWrp .btn-connect {
    text-decoration: none;
    padding: 3px 30px;
    line-height: 2;
    border-radius: 20px;
    background-color: #cee800;
    color: #434E55;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: background 0s ease 0s,all .2s ease 0s;
}

#tariffsTableWrp .btn-connect2:active,#tariffsTableWrp .btn-connect2:focus,#tariffsTableWrp .btn-connect2:hover {
    background: #229FFF;
    color: #FFF!important;
    text-decoration: none!important;
}

#tariffsTableWrp .cost2, #tariffsTableWrp .speed2 {
    color: black;
    font-size: 14px;
    text-align: initial;
    padding: 5px;
    margin: 5px;
    min-width: 250px;
    font-weight: 300;
    border-bottom: 1px solid #efefef;
}

.cost2 {
    padding: 10px 0 10px 5px;
}

.speed2 {
    padding: 10px 0 10px 5px;
}

.int {
    background: #f7f9fc;
    line-height: 2;
    text-align: center!important;
    font-weight: 500!important;
    z-index: 999;
    border-bottom: 2px solid #b6cee6!important;
}

.int2 {
    background: #f4f9ff;
    line-height: 0.1!important;
    text-align: center!important;
    font-weight: 500!important;
    border-bottom: 2px solid #d7ebff!important;
    margin-left: 3px;
    margin-right: 3px;
}

.cost2.traf .cost-value2 {
    line-height: 0.7;
}

#tariffsTableWrp .item_tarif {
    box-shadow: -1px 6px 6px 0px rgba(0, 0, 0, 0.15);
    margin-top: -5px;
}

#tariffsTableWrp .item_tarif2 {
    box-shadow: -1px 6px 6px 0px rgba(0, 0, 0, 0.15);
    margin-top: -5px;
}

#tariffsTableWrp .item_tarif3 {
    box-shadow: 2px 6px 3px 1px rgba(0, 0, 0, 0.05), -1px 3px 6px 0px rgba(0, 0, 0, 0.15);
    margin-top: -5px;
}

#tariffsTableWrp .cost-value2, #tariffsTableWrp .speed-value2 {
    font-size: 23px;
    float: right;
    font-weight: 500;
}

span.speed-value {
    font-weight: 500;
}

a.open-content {
    margin-left: 6px;
    border-bottom: 1px dashed #21759b;
}

.sale_item {
    margin: -54px 65px;
    transform: translate(5%, 11%);
    color: white;
    font-weight: 600;
    float: right;
}

.plus:before {
    content: \'+\';
    font-size: 20px;
    font-weight: 100;
    font-family: MuseoSans;
    color: #fff;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 24px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #8caeca;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: -18px 0 0 0;
}

.plus {
    margin-top: 20px;
    padding-bottom: 3px;
}

.all_price {
    color: #f11ad7;
    font-size: 18px;
    width: 93px;
    font-weight: 400;
}

.tarif_ {
    display: block;
    background: #229fff;
    color: #FFF!important;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    padding: 58.5px 0 58.5px;
}

.bezlim {
    color: #00a0ff;
    font-size: 22px!important;
    font-weight: 400;
    font-family: arial;
}

#tariffsTableWrp .item2 {
    padding: 0 0 20px;
    margin: 2px;
    flex: 1;
    text-align: center;
    font-weight: 500;
}

#tariffsTableWrp a.item2 div:last-child {
    border-radius: 0;
}

#post-2362 h1 {
    display: none;
}

.xa-header-text a {
    background: #cee803;
    border-radius: 30px;
    color: #000 !important;
    padding: 8px 28px;
    box-shadow: 0 1px 0 0 #cee803;
}

.all_dives {
    background: url(/img/tarif_all.webp) 50% 0 no-repeat;
    height: 70px;
}

.all_dives p {
    text-align: center;
    padding: 40px 0 0 0;
    color: #9db4c1;
    font-size: 11px;
}

.cost-value2.no-price {
    margin-top: -28px;
    font-size: 23px!important;
    font-weight: 500;
    text-decoration: line-through;
    color: grey;
}

.equ {
    margin-top: -29px;
    float: right;
    width: 37px;
    height: 30px;
    font-size: 10px;
}

.fonoteka {
    background: url(/img/mzl.webp) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.zvooq {
    background: url(/img/zvooq.webp) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

a.tarif_:hover {
    color: white;
}

.sale {
    height: 60px;
    width: 60px;
    padding: 0!important;
    float: right;
    margin-top: -25px;
    margin-left: -50px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: url(/img/new.webp) 0 0 no-repeat;
}

.sale b {
    position: absolute;
    margin-top: 22px;
    margin-left: 7px;
    color: white;
    font-size: 9px;
    text-transform: uppercase;
}

.sale_2 {
    height: 45px;
    width: 47px;
    float: right;
    background: url(/img/19.webp) 34% 37% no-repeat;
    padding: 0!important;
    margin-top: -3px;
    margin-right: -4px;
    margin-left: -37px;
}

.sale_2 p {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: white;
    font-size: 13px;
    padding-left: 15px;
    font-weight: bold;
}

.speed4 p {
    font-weight: bold;
    line-height: 0;
}

.tarif_extra {
    display: block;
    background: #4f69f9;
    color: #FFF!important;
    font-size: 27px;
    font-weight: 400;
    text-align: center;
    padding: 24px 0 21px;
}

ul.layer {
    line-height: 1.3;
    margin: -9px 0 -13px 0;
    list-style: none;
}

.layer {
    background: #f4f9ff;
    border-top: 1px solid #dcc900;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    font-size: 11px;
}

#tariffsTableWrp .value-rem2 {
    margin-left: 3px;
    float: right;
    width: 27px;
    font-size: 10px;
}

#article, #article *, .tv-premium-wrapper, .tv-premium-wrapper * {
    font-family: \'Inter\', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.tv-premium-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px 15px !important;
}

. .tv-hero-banner::before {
    content: "" !important;
    position: absolute !important;
    top: -50% !important;
    right: -20% !important;
    width: 600px !important;
    height: 600px !important;
    background: radial-gradient(circle, rgba(0, 158, 255, 0.2) 0%, transparent 70%) !important;
    pointer-events: none !important;
}

.tv-hero-banner h1 {
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 0 16px 0 !important;
    line-height: 1.2 !important;
}

.tv-hero-banner p {
    font-size: 16px !important;
    color: #cbd5e1 !important;
    line-height: 1.6 !important;
    max-width: 650px !important;
    margin: 0 0 28px 0 !important;
}

.tv-hero-banner .btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #009eff !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 4px 14px rgba(0, 158, 255, 0.4) !important;
    border: none !important;
    cursor: pointer !important;
}

.tv-hero-banner .btn-primary:hover {
    background: #008ae0 !important;
    box-shadow: 0 6px 20px rgba(0, 158, 255, 0.6) !important;
    transform: translateY(-2px) !important;
}

.tv-tariff-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 30px rgba(0, 158, 255, 0.08) !important;
    border-top-color: #009eff !important;
}

.tv-tariff-card.featured {
    border-top-color: #009eff !important;
    position: relative !important;
}

.tv-tariff-card.featured::after {
    content: "Популярный" !important;
    position: absolute !important;
    top: -15px !important;
    right: 20px !important;
    background: #009eff !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
}

.tv-tariff-header {
    margin-bottom: 24px !important;
}

.tv-tariff-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 8px !important;
    text-align: left !important;
}

.tv-tariff-desc {
    font-size: 13.5px !important;
    color: #64748b !important;
    line-height: 1.4 !important;
    text-align: left !important;
}

.tv-tariff-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin-bottom: 30px !important;
    flex-grow: 1 !important;
}

.tv-feature-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.tv-feature-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 28px !important;
    height: 28px !important;
    background: #e0f2fe !important;
    color: #009eff !important;
    border-radius: 8px !important;
    flex-shrink: 0 !important;
}

.tv-feature-icon svg {
    width: 16px !important;
    height: 16px !important;
}

.tv-feature-info {
    font-size: 14px !important;
    color: #334155 !important;
    line-height: 1.5 !important;
    text-align: left !important;
}

.tv-feature-info strong {
    color: #0f172a !important;
}

.tv-feature-subinfo {
    font-size: 12.5px !important;
    color: #64748b !important;
    margin-top: 4px !important;
}

.tv-social-icons {
    display: flex !important;
    gap: 6px !important;
    margin-top: 6px !important;
}

.tv-social-icon {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    margin: 0 !important;
}

.tv-price-section {
    border-top: 1px solid #f1f5f9 !important;
    padding-top: 15px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 6px !important;
}

.tv-price-label {
    font-size: 13.5px !important;
    color: #64748b !important;
    background: #fdf2f8 !important;
    padding: 3.5px 10px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    width: auto !important;
}

.tv-price-value {
    font-size: 32px !important;
    font-weight: 600 !important;
    color: #009eff !important;
    line-height: 1 !important;
}

.tv-price-currency {
    font-size: 15px !important;
    color: #475569 !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
}

.tv-price-old {
    font-size: 16px !important;
    color: #94a3b8 !important;
    text-decoration: line-through !important;
    margin-left: 4px !important;
}

.tv-tariff-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #009eff !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    padding: 12px !important;
    border-radius: 12px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: 1px solid #009eff !important;
    text-align: center !important;
}

.tv-tariff-btn:hover {
    background: #008ae0 !important;
    border-color: #008ae0 !important;
}

ul.channels-block.horizontal {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    list-style: none !important;
    justify-content: center !important;
}

ul.channels-block.horizontal li {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    background: #f1f5f9 !important;
    padding: 8px 18px !important;
    border-radius: 30px !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    border: 1px solid #e2e8f0 !important;
}

ul.channels-block.horizontal li:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

ul.channels-block.horizontal li.active {
    background: #009eff !important;
    color: #ffffff !important;
    border-color: #009eff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.25) !important;
}

ul.channels-block_mk2 {
    display: none !important;
}

ul.channels-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    padding: 10px !important;
    margin: 0 0 24px 0 !important;
    list-style: none !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    justify-content: center !important;
}

ul.channels-filter li {
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    background: transparent !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

ul.channels-filter li:hover {
    color: #0f172a !important;
    background: #f1f5f9 !important;
}

ul.channels-filter li.active {
    background: #ffffff !important;
    color: #009eff !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.04) !important;
    font-weight: 600 !important;
}

.ch_list.true {
    display: flex !important;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)) !important;
    gap: 0 !important;
    margin-bottom: 45px !important;
    opacity: 1 !important;
    height: auto !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
}

.ch_list .l_block {
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border: 1px solid #d1d7db !important;
    border-radius: 0 !important;
    height: 112px !important;
    padding: 10px !important;
    box-shadow: none !important;
    transition: all .15s ease-in-out 0s !important;
    float: none !important;
    width: 112px !important;
    margin: -2px !important;
    position: relative !important;
    -webkit-transition: all .15s ease-in-out 0s !important;
}

.ch_list .l_block:hover {
    border-color: #009eff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.08) !important;
    transform: translateY(-2px) !important;
    z-index: 10 !important;
}

.ch_list .l_block img {
    max-width: 90px !important;
    max-height: 50px !important;
    object-fit: contain !important;
    transition: transform 0.2s ease !important;
}

.ch_list .l_block:hover img {
    transform: scale(1.05) !important;
}

h2.h2-title-premium {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 40px 0 20px 0 !important;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
}

h3.h3-title-premium {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #475569 !important;
    margin: 15px 0 30px 0 !important;
    text-align: center !important;
    line-height: 1.5 !important;
    clear: both !important;
    width: 100% !important;
    display: block !important;
}

.seo-and-faq-section {
    margin-top: 40px !important;
    border-top: 1px solid #e2e8f0 !important;
    padding-top: 35px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
    clear: both !important;
    margin-bottom: 60px !important;
    padding-bottom: 20px !important;
}

.seo-subtitle {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 16px !important;
    text-align: left !important;
}

.seo-text-block p {
    font-size: 14.5px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
}

.faq-block {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
    font-style: normal !important;
}

.faq-item {
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    overflow: hidden;
    background: #ffffff !important;
    transition: all 0.2s ease !important;
}

.faq-toggle {
    display: none !important;
}

.faq-question {
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    user-select: none !important;
    margin: 0 !important;
    text-align: left !important;
}

.faq-question svg {
    color: #64748b !important;
    transition: transform 0.25s ease !important;
}

.tv-premium-wrapper .faq-answer {
    max-height: 0 !important;
    overflow: hidden;
    transition: max-height 0.25s ease-out, padding 0.25s ease !important;
    background: #f8fafc !important;
    padding: 0 20px !important;
}

.faq-answer p {
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    margin: 15px 0 !important;
    text-align: left !important;
}

.faq-toggle:checked + .faq-question svg {
    transform: rotate(180deg) !important;
    color: #009eff !important;
}

.tv-premium-wrapper .faq-toggle:checked ~ .faq-answer {
    max-height: 250px !important;
    padding: 15px 20px !important;
    border-top: 1px solid #e2e8f0 !important;
}

.consealed {
    max-height: 450px;
    overflow: hidden;
}

.tv-tabs {
    margin-bottom: 90px !important;
}

.rolldown {
    bottom: -20px !important;
}

.tv-tabs.is-expanded .consealed {
    max-height: none !important;
    overflow: visible !important;
}

.channels-block_mk2 {
    display: none;
}

.tariff-details-collapse {
    max-height: 0 !important;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1) !important;
    border-top: 1px dashed #e2e8f0 !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
    width: 100% !important;
}

.tariff-details-collapse.open {
    max-height: 1000px !important;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0) !important;
}

.details-content {
    padding: 15px !important;
    font-size: 15px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}
.details-content, .details-content * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.details-content p {
    margin: 0 0 8px 0 !important;
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #475569 !important;
}

.details-content ul {
    margin: 0 0 8px 0 !important;
    padding-left: 20px !important;
    text-align: left !important;
}

.details-content li {
    margin-bottom: 4px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #475569 !important;
}

.btn-toggle-details {
    background: transparent !important;
    border: none !important;
    color: #009eff !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    text-align: left !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    outline: none !important;
    transition: color 0.2s ease !important;
}

.btn-toggle-details:hover {
    color: #008ae0 !important;
    text-decoration: underline !important;
}

.faq-question::after, .faq-question::before {
    display: none !important;
    content: none !important;
}

.faq-item summary::marker, .faq-item summary::-webkit-.details-marker {
    display: none !important;
}

.faq-answer {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease-out, padding 0.3s ease !important;
    background: #f8fafc !important;
    padding: 0 20px !important;
    border-top: none !important;
}

.faq-toggle:checked ~ .faq-answer {
    max-height: 600px !important;
    padding: 16px 20px 20px 20px !important;
    border-top: 1px solid #e2e8f0 !important;
}

.tariff-badge {
    display: inline-block !important;
    align-self: flex-start !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    text-transform: uppercase !important;
    margin-bottom: 18px !important;
    color: #ffffff !important;
    background: #64748b !important;
}

.tariff-badge.hot {
    background: #ef4444 !important;
}

.tariff-badge.saver {
    background: #10b981 !important;
}

.tariff-badge.speed {
    background: #f59e0b !important;
}

.tariff-badge.giga {
    background: #8b5cf6 !important;
}

.tariff-feature-sublist {
    list-style: none !important;
    padding: 0 !important;
    margin: 6px 0 0 0 !important;
    text-align: left !important;
}

.tariff-feature-sublist li {
    font-size: 13.5px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
    position: relative !important;
    padding-left: 14px !important;
    margin-bottom: 4px !important;
}

.tariff-feature-sublist li::before {
    content: "•" !important;
    color: #009eff !important;
    font-weight: bold !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}

.superpowers-list {
    margin-top: 8px !important;
}

.superpowers-list li {
    padding-left: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    background: #e0f2fe !important;
    color: #0369a1 !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.superpowers-list li::before {
    display: none !important;
}

.superpowers-list svg.superpower-icon {
    width: 14px !important;
    height: 14px !important;
    margin-right: 5px !important;
    flex-shrink: 0 !important;
}

.superpowers-list li.dots {
    background: #f1f5f9 !important;
    color: #64748b !important;
    padding: 4px 8px !important;
}

.tv-price-label-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 auto 8px auto !important;
    width: 100% !important;
}

.tooltip-container {
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
    vertical-align: middle !important;
}

.tooltip-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    border: 1.2px solid #cbd5e1 !important;
    color: #64748b !important;
    font-size: 11px !important;
    font-weight: bold !important;
    background: #fff !important;
    transition: all 0.2s ease !important;
}

.tooltip-container:hover .tooltip-icon {
    border-color: #94a3b8 !important;
    color: #475569 !important;
    background: #f1f5f9 !important;
}

.tooltip-text {
    visibility: hidden !important;
    width: 250px !important;
    background-color: #ffffff !important;
    color: #1e293b !important;
    text-align: left !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    position: absolute !important;
    z-index: 1000 !important;
    bottom: 130% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease, visibility 0.2s ease !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 1.4 !important;
}

.tooltip-text::after {
    content: "" !important;
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-style: solid !important;
    border-color: #ffffff transparent transparent transparent !important;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible !important;
    opacity: 1 !important;
}

.seo-benefits-section {
    margin-top: 50px !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}

.seo-benefits-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.seo-benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.seo-benefit-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 24px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.seo-benefit-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0, 158, 255, 0.08) !important;
    border-color: #93c5fd !important;
}

.seo-benefit-icon-wrapper {
    background: #e0f2fe !important;
    color: #0284c7 !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 16px !important;
}

.seo-benefit-icon-wrapper svg {
    width: 24px !important;
    height: 24px !important;
}

.seo-benefit-card-title {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 10px !important;
}

.seo-benefit-card-text {
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.gpon-info-section {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    margin-bottom: 50px !important;
    border: 1px solid #e2e8f0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.gpon-info-content {
    display: flex !important;
    gap: 30px !important;
    align-items: center !important;
}

.gpon-info-text {
    flex: 1 !important;
}

.gpon-info-text h4 {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 12px 0 !important;
}

.gpon-info-text p {
    font-size: 14.5px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 0 0 16px 0 !important;
}

.gpon-info-image {
    width: 320px !important;
    height: auto !important;
    flex-shrink: 0 !important;
    border-radius: 12px !important;
}

.seo-faq-section {
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    width: 100% !important;
}

.seo-faq-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

.faq-accordion-container {
    max-width: 800px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.faq-item.active {
    border-color: #009eff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.05) !important;
}

.faq-question-btn {
    width: 100% !important;
    background: none !important;
    border: none !important;
    padding: 18px 24px !important;
    font-size: 15.5px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    text-align: left !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 15px !important;
    outline: none !important;
}

.faq-question-btn:hover {
    color: #009eff !important;
}

.faq-question-icon {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
    transition: transform 0.3s ease !important;
    color: #64748b !important;
}

.faq-item.active .faq-question-icon {
    transform: rotate(180deg) !important;
    color: #009eff !important;
}

.faq-answer-panel {
    max-height: 0 !important;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1) !important;
    background: #f8fafc !important;
}

.faq-answer-content {
    padding: 20px 24px !important;
    font-size: 14px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    border-top: 1px solid #f1f5f9 !important;
}

.faq-answer-content p {
    margin: 0 0 10px 0 !important;
}

.faq-answer-content p:last-child {
    margin-bottom: 0 !important;
}

.faq-answer-content ul {
    margin: 0 0 10px 18px !important;
    padding: 0 !important;
}

.faq-answer-content li {
    margin-bottom: 6px !important;
}

.faq-item.active .faq-answer-panel {
    max-height: 800px !important;
    transition: max-height 0.4s ease-in-out !important;
}

.superpowers-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.55);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: fadeInOverlay 0.2s ease;
}

.superpowers-overlay.show {
    display: flex;
}

.tv-tariffs-container {
    align-items: start !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
    max-width: 1200px !important;
    margin: 30px auto 50px auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.tv-tariff-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 24px 20px !important;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02) !important;
    transition: all 0.25s ease-in-out !important;
    display: flex !important;
    flex-direction: column !important;
    border-top: 5px solid #e2e8f0 !important;
    width: 100% !important;
    position: relative !important;
    box-sizing: border-box !important;
    flex: none !important;
    max-width: none !important;
}

.tv-premium-wrapper, .tv-premium-wrapper * {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.tv-hero-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #009eff 100%) !important;
    border-radius: 24px !important;
    padding: 45px !important;
    color: #ffffff !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 158, 255, 0.15) !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: left !important;
    display: grid !important;
    grid-template-columns: 1.2fr 0.8fr !important;
    gap: 40px !important;
    align-items: center !important;
}

.tv-hero-text {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.tv-hero-text h1 {
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 16px 0 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 0 !important;
}

.tv-hero-text p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 0 24px 0 !important;
}

.tv-hero-text .btn-primary {
    display: inline-block !important;
    background: #009eff !important;
    color: #ffffff !important;
    padding: 12px 32px !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    border: none !important;
    box-shadow: 0 4px 14px rgba(0, 158, 255, 0.3) !important;
    text-align: center !important;
}

.tv-hero-text .btn-primary:hover {
    background: #0080e5 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 158, 255, 0.4) !important;
}

.tv-hero-image {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.tv-hero-image img {
    max-width: 100% !important;
    max-height: 320px !important;
    border-radius: 16px !important;
    box-shadow: 0 12px 32px rgba(0,0,0,0.25) !important;
    transition: transform 0.3s ease !important;
}

.tv-hero-image img:hover {
    transform: scale(1.03) !important;
}

.info-page-wrapper {
    max-width: 1200px !important;
    margin: 0 auto;
    padding: 20px 15px 40px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a1a2e;
    line-height: 1.7;
}

.info-page-wrapper h1 {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a2e;
    margin: 0 0 12px;
    line-height: 1.3;
}

.info-page-wrapper .hero-lead {
    font-size: 17px;
    color: #4a5568;
    margin: 0 0 32px;
    border-left: 4px solid #009eff;
    padding-left: 16px;
}

.info-page-wrapper h2 {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 36px 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e8f4ff;
}

.info-page-wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin: 24px 0 10px;
}

.info-page-wrapper p {
    margin: 0 0 14px;
    font-size: 15px;
}

.info-page-wrapper ul, .info-page-wrapper ol {
    padding-left: 24px;
    margin: 0 0 16px;
}

.info-page-wrapper li {
    margin-bottom: 8px;
    font-size: 15px;
}

.info-highlight-box {
    background: linear-gradient(135deg, #e8f4ff, #f0f8ff);
    border-radius: 14px;
    padding: 22px 24px;
    margin: 20px 0;
    border-left: 4px solid #009eff;
}

.info-highlight-box strong {
    color: #0070cc;
}

.info-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin: 20px 0;
}

.info-step-card {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
}

.info-step-card .step-num {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: #009eff;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.info-step-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px;
}

.info-step-card p {
    font-size: 13px;
    color: #64748b;
    margin: 0;
}

.info-cta-banner {
    background: linear-gradient(135deg, #009eff, #0070cc);
    border-radius: 16px;
    padding: 28px 32px;
    color: #fff;
    text-align: center;
    margin: 36px 0 0;
}

.info-cta-banner h3 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 20px;
}

.info-cta-banner p {
    color: rgba(255,255,255,0.85);
    margin: 0 0 16px;
}

.info-cta-banner a {
    display: inline-block;
    background: #fff;
    color: #009eff;
    padding: 10px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    transition: transform 0.2s;
}

.info-cta-banner a:hover {
    transform: scale(1.05);
}

.info-faq-section {
    margin: 36px 0 0;
}

.info-faq-item {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.info-faq-q {
    width: 100%;
    background: #f8fafc;
    border: none;
    padding: 16px 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-faq-q .faq-icon {
    font-size: 20px;
    font-weight: 300;
    transition: transform 0.3s ease;
    display: inline-block;
    color: #64748b;
}

.info-faq-item.open .faq-icon {
    transform: rotate(45deg);
    color: #009eff;
}

.info-faq-q:hover {
    background: #e8f4ff;
}

.info-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    padding: 0 20px;
}

.info-faq-item.open .info-faq-a {
    max-height: 500px;
    padding: 14px 20px;
}

.info-faq-item.open .info-faq-q {
    background: #e8f4ff;
}


/* === 2. Media Queries & Responsiveness === */
@media (max-width: 991px) {
    .tv-tariffs-container {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 15px !important;
    }

    .tv-hero-banner {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        padding: 35px 25px !important;
        text-align: center !important;
    }

    .tv-hero-text {
        align-items: center !important;
    }

    .tv-hero-image img {
        max-height: 240px !important;
    }
}

@media (max-width: 767px) {
    .tv-tariffs-container {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .tv-tariff-card {
        padding: 20px 15px !important;
    }
}

@media(max-width:600px) {
    .info-page-wrapper h1 {
        font-size: 22px;
    }

    .info-page-wrapper h2 {
        font-size: 19px;
    }

    .info-steps-grid {
        grid-template-columns: 1fr;
    }
}





/* === Unified Info Page Hero Split Layout === */
.info-hero-split {
    display: grid !important;
    grid-template-columns: 1.2fr 1fr !important;
    gap: 40px !important;
    align-items: center !important;
    margin-bottom: 40px !important;
    width: 100% !important;
}

.info-hero-left {
    display: flex !important;
    flex-direction: column !important;
}

.info-hero-right {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.info-hero-right img {
    width: 100% !important;
    max-width: 480px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 158, 255, 0.12) !important;
    transition: transform 0.3s ease !important;
    display: block !important;
    margin: 0 auto !important;
    height: auto !important;
}

.info-hero-right img:hover {
    transform: scale(1.02) !important;
}

@media (max-width: 768px) {
    .info-hero-split {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        text-align: center !important;
    }
}

/* === Superpowers Modal Styling === */
.superpowers-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    z-index: 9999 !important;
    align-items: center;
    justify-content: center;
    animation: fadeInOverlay 0.2s ease;
}

.superpowers-overlay.show {
    display: flex !important;
}

.superpowers-modal {
    background: #ffffff !important;
    max-width: 550px !important;
    width: 90% !important;
    border-radius: 24px !important;
    padding: 35px !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15) !important;
    position: relative !important;
    animation: slideUp 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    max-height: 80vh !important;
    overflow-y: auto !important;
}

.superpowers-modal-close {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    background: #f1f5f9 !important;
    border: none !important;
    font-size: 24px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #64748b !important;
    transition: all 0.2s !important;
}

.superpowers-modal-close:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}

.superpowers-modal h4 {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 0 8px 0 !important;
    border: none !important;
    padding: 0 !important;
}

.superpowers-modal .modal-subtitle {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 0 25px 0 !important;
}

.superpowers-modal-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.superpowers-modal-list li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    background: none !important;
    color: inherit !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.superpowers-modal-list li::before {
    display: none !important;
}

.superpowers-modal-list li .sp-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #f0f9ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    flex-shrink: 0 !important;
    color: #0284c7 !important;
}

.superpowers-modal-list li .sp-icon svg {
    width: 24px !important;
    height: 24px !important;
}

.superpowers-modal-list li .sp-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    text-align: left !important;
}

.superpowers-modal-list li .sp-info strong {
    font-size: 16px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}

.superpowers-modal-list li .sp-info span {
    font-size: 13.5px !important;
    color: #475569 !important;
    line-height: 1.5 !important;
}

/* === Related Articles Section === */
.related-articles-section {
    margin: 60px auto 40px !important;
    max-width: 1200px !important;
    padding: 0 15px !important;
}

.related-articles-section h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 24px !important;
    text-align: left !important;
    border: none !important;
    padding: 0 !important;
}

.related-articles-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    width: 100% !important;
}

.related-article-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 20px !important;
    display: flex !important;
    gap: 16px !important;
    align-items: flex-start !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 4px rgba(15, 23, 42, 0.02) !important;
}

.related-article-card:hover {
    transform: translateY(-4px) !important;
    border-color: #38bdf8 !important;
    box-shadow: 0 12px 24px rgba(14, 165, 233, 0.08) !important;
    text-decoration: none !important;
}

.related-article-card .ra-emoji {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: #f0f9ff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    flex-shrink: 0 !important;
    color: #0284c7 !important;
    transition: background 0.3s !important;
}

.related-article-card .ra-emoji svg {
    width: 24px !important;
    height: 24px !important;
    color: #0087E6 !important;
}

.related-article-card:hover .ra-emoji {
    background: #e0f2fe !important;
}

.related-article-card .ra-text {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    text-align: left !important;
}

.related-article-card .ra-text strong {
    font-size: 15px !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    transition: color 0.2s !important;
}

.related-article-card:hover .ra-text strong {
    color: #0284c7 !important;
}

.related-article-card .ra-text span {
    font-size: 15px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
}

@keyframes fadeInOverlay {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* === Premium Footer Redesign Styling === */
.allfooterinfo {
    background: #0f172a !important;
    color: #94a3b8 !important;
    padding: 50px 20px 40px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    border-top: 1px solid #1e293b !important;
}

.overfooter {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.footer-grid {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    width: 100% !important;
}

.footer-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    flex: 1 1 280px !important;
}

.footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.footer-logo img {
    height: 40px !important;
    width: auto !important;
}

.logo-divider {
    width: 1px !important;
    height: 32px !important;
    background: #334155 !important;
}

.footer-logo-text {
    display: flex !important;
    flex-direction: column !important;
    text-decoration: none !important;
    line-height: 1.2 !important;
}

.footer-logo-text strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.footer-logo-text .brand-blue {
    font-size: 15px !important;
    color: #38bdf8 !important;
    font-weight: 600 !important;
}

.footer-copyright-text {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
}

.footer-col-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin: 0 !important;
}

.footer-tel-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.footer-tel-wrapper a,
.footer-tel-wrapper span {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.footer-tel-wrapper a:hover {
    color: #38bdf8 !important;
}

.footer-schedule {
    font-size: 13.5px !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.schedule-icon {
    font-size: 16px !important;
}

.footer-col-actions {
    align-items: flex-end !important;
    justify-content: center !important;
}

.footer-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    max-width: 260px !important;
    text-align: center !important;
}

.footer-btn-primary {
    background: #009eff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.2) !important;
}

.footer-btn-primary:hover {
    background: #0087e6 !important;
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.footer-btn-secondary {
    background: #1e293b !important;
    color: #94a3b8 !important;
    border: 1px solid #334155 !important;
}

.footer-btn-secondary:hover {
    background: #334155 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .footer-grid {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 35px !important;
    }
    
    .footer-col {
        align-items: center !important;
        flex: 1 1 100% !important;
        width: 100% !important;
    }
    
    .footer-col-actions {
        align-items: center !important;
    }
    
    .logo-divider {
        display: none !important;
    }
    
    .footer-logo {
        flex-direction: column !important;
        gap: 8px !important;
    }
}

/* === Footer Full-Width Layout Fix === */
.allfooter {
    width: 100% !important;
    background: #0f172a !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
}


/* === Footer Premium Clock Icon === */
.schedule-svg-icon {
    width: 16px !important;
    height: 16px !important;
    color: #38bdf8 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}
.footer-schedule {
    gap: 6px !important;
}


/* === Footer Legal Terms Link === */
.footer-links-wrapper {
    margin-top: 12px !important;
    display: block !important;
    text-align: left !important;
}
.footer-text-link {
    font-size: 13.5px !important;
    color: #38bdf8 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.2s !important;
}
.footer-text-link:hover {
    color: #7dd3fc !important;
    text-decoration: underline !important;
}
@media (max-width: 768px) {
    .footer-links-wrapper {
        text-align: center !important;
    }
}


/* === Premium Footer Styling === */
.premium-footer {
    background: #0f172a !important;
    color: #94a3b8 !important;
    padding: 50px 20px 40px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    border-top: 1px solid #1e293b !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.premium-footer a {
    text-decoration: none !important;
}

.premium-footer a:hover {
    text-decoration: none !important;
}

.premium-footer .footer-container {
    max-width: 1160px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.premium-footer .footer-grid {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    width: 100% !important;
}

.premium-footer .footer-col {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    flex: 1 1 220px !important;
}

.premium-footer .footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.premium-footer .footer-logo img {
    height: 40px !important;
    width: auto !important;
}

.premium-footer .logo-divider {
    width: 1px !important;
    height: 32px !important;
    background: #334155 !important;
    display: inline-block !important;
}

.premium-footer .footer-logo-text {
    display: flex !important;
    flex-direction: column !important;
    line-height: 1.2 !important;
}

.premium-footer .footer-logo-text strong {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.premium-footer .footer-logo-text .brand-blue {
    font-size: 15px !important;
    color: #38bdf8 !important;
    font-weight: 600 !important;
}

.premium-footer .footer-copyright-text {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
}

.premium-footer .footer-col-title {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    margin: 0 !important;
}

.premium-footer .footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.premium-footer .footer-list a {
    font-size: 13.5px !important;
    color: #94a3b8 !important;
    transition: color 0.2s !important;
}

.premium-footer .footer-list a:hover {
    color: #38bdf8 !important;
}

.premium-footer .footer-tel-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.premium-footer .footer-tel-wrapper a,
.premium-footer .footer-tel-wrapper span {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    transition: color 0.2s !important;
}

.premium-footer .footer-tel-wrapper a:hover {
    color: #38bdf8 !important;
}

.premium-footer .footer-schedule {
    font-size: 13.5px !important;
    color: #94a3b8 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.premium-footer .schedule-icon {
    font-size: 16px !important;
}

.premium-footer .schedule-svg-icon {
    width: 16px !important;
    height: 16px !important;
    color: #38bdf8 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    flex-shrink: 0 !important;
}

.premium-footer .footer-col-actions {
    align-items: flex-end !important;
    justify-content: center !important;
}

.premium-footer .footer-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    transition: all 0.2s ease !important;
    width: 100% !important;
    max-width: 260px !important;
    text-align: center !important;
    cursor: pointer !important;
}

.premium-footer .footer-btn-primary {
    background: #009eff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.2) !important;
}

.premium-footer .footer-btn-primary:hover {
    background: #0087e6 !important;
    transform: translateY(-2px) !important;
}

.premium-footer .footer-btn-secondary {
    background: #1e293b !important;
    color: #94a3b8 !important;
    border: 1px solid #334155 !important;
}

.premium-footer .footer-btn-secondary:hover {
    background: #334155 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.premium-footer .footer-links-wrapper {
    margin-top: 12px !important;
    display: block !important;
    text-align: left !important;
}

.premium-footer .footer-text-link {
    font-size: 13.5px !important;
    color: #38bdf8 !important;
    font-weight: 600 !important;
    transition: color 0.2s !important;
}

.premium-footer .footer-text-link:hover {
    color: #7dd3fc !important;
}

@media (max-width: 768px) {
    .premium-footer .footer-grid {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 35px !important;
    }
    
    .premium-footer .footer-col {
        align-items: center !important;
        flex: 1 1 100% !important;
        width: 100% !important;
    }
    
    .premium-footer .footer-col-actions {
        align-items: center !important;
    }
    
    .premium-footer .logo-divider {
        display: none !important;
    }
    
    .premium-footer .footer-logo {
        flex-direction: column !important;
        gap: 8px !important;
    }
    
    .premium-footer .footer-links-wrapper {
        text-align: center !important;
    }
}
/* === Kyivstar Locator (/address.html) Styling === */
.locator-wrapper {
    max-width: 960px !important;
    margin: 0 auto !important;
    padding: 30px 15px 50px !important;
    font-family: var(--font-primary) !important;
}

.locator-title-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 25px !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.locator-title-row h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: var(--text-primary) !important;
    margin: 0 !important;
    line-height: 1.25 !important;
}

.locator-wrapper .lang-selector {
    display: inline-flex !important;
    background: var(--bg-tertiary) !important;
    padding: 4px !important;
    border-radius: 10px !important;
    border: 1px solid var(--border-color) !important;
    gap: 4px !important;
}

.locator-wrapper .lang-item {
    padding: 6px 14px !important;
    border-radius: 7px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: var(--text-secondary) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    display: inline-block !important;
}

.locator-wrapper .lang-item.active {
    background: #009eff !important;
    color: #ffffff !important;
}

.locator-wrapper .lang-item:not(.active):hover {
    background: var(--border-color) !important;
    color: var(--text-primary) !important;
}

.locator-wrapper .page-description {
    font-size: 15px !important;
    color: var(--text-secondary) !important;
    line-height: 1.65 !important;
    margin-bottom: 30px !important;
}

.locator-search-bar {
    display: flex !important;
    align-items: center !important;
    background: var(--bg-secondary) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 16px !important;
    padding: 10px 18px !important;
    margin-bottom: 30px !important;
    gap: 12px !important;
    box-shadow: var(--shadow-sm) !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    position: relative !important;
}

.locator-search-bar:focus-within {
    border-color: #009eff !important;
    box-shadow: 0 0 0 3px rgba(0, 158, 255, 0.15) !important;
}

.locator-search-bar svg {
    color: var(--text-muted) !important;
    flex-shrink: 0 !important;
}

#locator-city-search {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 15px !important;
    color: var(--text-primary) !important;
    width: 100% !important;
    font-family: inherit !important;
}

.locator-stats-badge {
    font-size: 15px !important;
    color: var(--text-secondary) !important;
    white-space: nowrap !important;
    background: var(--bg-tertiary) !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    border: 1px solid var(--border-color) !important;
}

.locator-alphabet-nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 40px !important;
    padding: 18px !important;
    background: var(--bg-tertiary) !important;
    border-radius: 16px !important;
    border: 1px solid var(--border-color) !important;
}

.locator-alphabet-nav a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    border-radius: 10px !important;
    background: var(--bg-secondary) !important;
    color: var(--text-primary) !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border: 1px solid var(--border-color) !important;
    transition: all 0.2s ease !important;
}

.locator-alphabet-nav a:hover {
    background: #009eff !important;
    color: #ffffff !important;
    border-color: #009eff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(0, 158, 255, 0.15) !important;
}

.locator-letters-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
}

.letter-section {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    background: var(--bg-secondary) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 20px !important;
    padding: 24px 28px !important;
    box-shadow: var(--shadow-sm) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.letter-section.hidden {
    display: none !important;
}

.letter-header {
    font-size: 26px !important;
    font-weight: 800 !important;
    color: #009eff !important;
    border-bottom: 2px solid var(--bg-tertiary) !important;
    padding-bottom: 10px !important;
    margin-bottom: 5px !important;
}

.letter-cities-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)) !important;
    gap: 12px !important;
}

.city-link-item {
    font-size: 14.5px !important;
    color: var(--text-secondary) !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    padding: 5px 0 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.city-link-item:hover {
    color: #009eff !important;
    transform: translateX(4px) !important;
}

.city-link-item.hidden {
    display: none !important;
}

@media (max-width: 600px) {
    .locator-title-row {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
    
    .locator-title-row h1 {
        font-size: 24px !important;
    }
    
    .locator-search-bar {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        padding: 14px 16px !important;
    }
    
    .locator-stats-badge {
        text-align: center !important;
    }
    
    .letter-section {
        padding: 20px !important;
    }
    
    .letter-cities-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
    }
}
/* --- FMC & TV Tariff Cards in Dark Theme --- */
.dark-theme .tariff-card {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme .tariff-card.featured {
    border-color: #009eff !important;
}

.dark-theme .tariff-card h3 {
    color: #ffffff !important;
}

.dark-theme .tariff-card p,
.dark-theme .tariff-card .tariff-subtext {
    color: #9ca3af !important;
}

.dark-theme .tariff-card .tariff-price {
    color: #ffffff !important;
}

.dark-theme .tariff-card .tariff-features li {
    color: #cbd5e1 !important;
    border-top-color: #1f2937 !important;
}

.dark-theme .tariff-card .tariff-features li svg {
    color: #10b981 !important;
}

.dark-theme .tariff-card .tariff-features li strong {
    color: #ffffff !important;
}

.dark-theme .fmc-hero-text h1,
.dark-theme .tv-hero-text h1 {
    color: #ffffff !important;
}

.dark-theme .section-title,
.dark-theme .section-subtitle {
    color: #ffffff !important;
}

/* --- Kyivstar Locator (/address.html) in Dark Theme --- */
.dark-theme .locator-title-row h1 {
    color: #ffffff !important;
}

.dark-theme .locator-wrapper .lang-selector {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .locator-wrapper .lang-item {
    color: #9ca3af !important;
}

.dark-theme .locator-wrapper .lang-item.active {
    background: #009eff !important;
    color: #ffffff !important;
}

.dark-theme .locator-wrapper .lang-item:not(.active):hover {
    background: #334155 !important;
    color: #ffffff !important;
}

.dark-theme .locator-wrapper .page-description {
    color: #9ca3af !important;
}

.dark-theme .locator-search-bar {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme #locator-city-search {
    color: #ffffff !important;
}

.dark-theme .locator-stats-badge {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #cbd5e1 !important;
}

.dark-theme .locator-alphabet-nav {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .locator-alphabet-nav a {
    background: #111827 !important;
    border-color: #1f2937 !important;
    color: #cbd5e1 !important;
}

.dark-theme .locator-alphabet-nav a:hover {
    background: #009eff !important;
    color: #ffffff !important;
    border-color: #009eff !important;
}

.dark-theme .letter-section {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme .letter-header {
    color: #009eff !important;
    border-bottom-color: #1f2937 !important;
}

.dark-theme .city-link-item {
    color: #cbd5e1 !important;
}

.dark-theme .city-link-item:hover {
    color: #009eff !important;
}
/* --- TV Channels block Dark Theme overrides --- */
.dark-theme ul.channels-block.horizontal li {
    background: #1e293b !important;
    color: #cbd5e1 !important;
    border-color: #334155 !important;
}

.dark-theme ul.channels-block.horizontal li:hover {
    background: #334155 !important;
    color: #ffffff !important;
}

.dark-theme ul.channels-block.horizontal li.active {
    background: #009eff !important;
    color: #ffffff !important;
    border-color: #009eff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.25) !important;
}

.dark-theme ul.channels-filter {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme ul.channels-filter li {
    color: #cbd5e1 !important;
}

.dark-theme ul.channels-filter li:hover {
    background: #1e293b !important;
    color: #ffffff !important;
}

.dark-theme ul.channels-filter li.active {
    background: #009eff !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.2) !important;
}

.dark-theme .ch_list .l_block {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .ch_list .l_block:hover {
    border-color: #009eff !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.15) !important;
}

/* --- TV & General FAQ Dark Theme overrides --- */
.dark-theme .seo-subtitle {
    color: #ffffff !important;
}

.dark-theme .faq-item {
    border-color: #1f2937 !important;
    background: #111827 !important;
}

.dark-theme .faq-question {
    color: #ffffff !important;
}

.dark-theme .faq-answer {
    background: #1e293b !important;
    color: #cbd5e1 !important;
}

.dark-theme .faq-answer p {
    color: #cbd5e1 !important;
}

.dark-theme .faq-toggle:checked ~ .faq-answer {
    border-top-color: #1f2937 !important;
}
/* ==========================================================================
   Dark Theme Adaptation Overrides (Extended)
   ========================================================================== */
.dark-theme .info-page-wrapper {
    color: #cbd5e1 !important;
}

.dark-theme .info-page-wrapper h1,
.dark-theme .info-page-wrapper h2,
.dark-theme .info-page-wrapper h3,
.dark-theme .info-page-wrapper h4,
.dark-theme .h2-title-premium,
.dark-theme .h3-title-premium,
.dark-theme .seo-benefits-title,
.dark-theme .site-main h3 {
    color: #ffffff !important;
}

.dark-theme .info-page-wrapper h2 {
    border-bottom-color: #1f2937 !important;
}

.dark-theme .info-page-wrapper .hero-lead {
    color: #cbd5e1 !important;
    border-left-color: #009eff !important;
}

.dark-theme .info-highlight-box {
    background: rgba(0, 158, 255, 0.08) !important;
    border-left-color: #009eff !important;
}

.dark-theme .info-highlight-box strong {
    color: #38bdf8 !important;
}

.dark-theme .info-step-card {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .info-step-card h4 {
    color: #ffffff !important;
}

.dark-theme .info-step-card p {
    color: #cbd5e1 !important;
}

.dark-theme .info-faq-item {
    border-color: #334155 !important;
}

.dark-theme .info-faq-q {
    background: #1e293b !important;
    color: #ffffff !important;
}

.dark-theme .info-faq-q:hover,
.dark-theme .info-faq-item.open .info-faq-q {
    background: #334155 !important;
    color: #ffffff !important;
}

.dark-theme .info-faq-a {
    background: #0f172a !important;
    color: #cbd5e1 !important;
    border-top-color: #334155 !important;
}

.dark-theme .info-contact-card {
    background: #1e293b !important;
    border-color: #334155 !important;
    box-shadow: none !important;
}

.dark-theme .info-contact-card:hover {
    border-color: #009eff !important;
    box-shadow: 0 10px 24px rgba(0, 158, 255, 0.15) !important;
}

.dark-theme .info-contact-card h4 {
    color: #ffffff !important;
}

.dark-theme .info-contact-card p {
    color: #cbd5e1 !important;
}

.dark-theme .info-contact-card strong {
    color: #38bdf8 !important;
}

.dark-theme .info-contact-card .contact-desc {
    color: #cbd5e1 !important;
}

/* --- FMC & TV Tariff Cards in Dark Theme --- */
.dark-theme .tv-tariff-card {
    background: #111827 !important;
    border-color: #1f2937 !important;
    border-top-color: #1f2937 !important;
}

.dark-theme .tv-tariff-card:hover {
    border-top-color: #009eff !important;
    box-shadow: 0 12px 30px rgba(0, 158, 255, 0.15) !important;
}

.dark-theme .tv-tariff-card.featured {
    border-top-color: #009eff !important;
}

.dark-theme .tv-tariff-title {
    color: #ffffff !important;
}

.dark-theme .tv-tariff-desc {
    color: #9ca3af !important;
}

.dark-theme .tv-feature-icon {
    background: rgba(0, 158, 255, 0.1) !important;
    color: #38bdf8 !important;
}

.dark-theme .tv-feature-info {
    color: #cbd5e1 !important;
}

.dark-theme .tv-feature-info strong {
    color: #ffffff !important;
}

.dark-theme .tv-feature-subinfo {
    color: #94a3b8 !important;
}

.dark-theme .tv-price-section {
    border-top-color: #1f2937 !important;
}

.dark-theme .tv-price-label {
    background: rgba(253, 242, 248, 0.1) !important;
    color: #f472b6 !important;
}

.dark-theme .tv-price-currency {
    color: #9ca3af !important;
}

.dark-theme .tv-price-old {
    color: #6b7280 !important;
}

.dark-theme .fmc-hero-text h1,
.dark-theme .tv-hero-text h1 {
    color: #ffffff !important;
}

.dark-theme .section-title,
.dark-theme .section-subtitle {
    color: #ffffff !important;
}

/* --- Services (Related Articles) block --- */
.dark-theme .related-article-card {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme .related-article-card:hover {
    border-color: #009eff !important;
    box-shadow: 0 8px 24px rgba(0, 158, 255, 0.15) !important;
}

.dark-theme .related-article-card strong {
    color: #ffffff !important;
}

.dark-theme .related-article-card span {
    color: #cbd5e1 !important;
}

/* --- Why Connect GPON block (seo-benefit-card) --- */
.dark-theme .seo-benefit-card {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme .seo-benefit-card:hover {
    border-color: #009eff !important;
    box-shadow: 0 8px 25px rgba(0, 158, 255, 0.15) !important;
}

.dark-theme .seo-benefit-card-title {
    color: #ffffff !important;
}

.dark-theme .seo-benefit-card-text {
    color: #cbd5e1 !important;
}

.dark-theme .seo-benefit-icon-wrapper {
    background: rgba(0, 158, 255, 0.1) !important;
    color: #38bdf8 !important;
}

/* --- GPON info section block --- */
.dark-theme .gpon-info-section {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .gpon-info-text h4 {
    color: #ffffff !important;
}

.dark-theme .gpon-info-text p {
    color: #cbd5e1 !important;
}

/* --- Kyivstar Locator (/address.html) in Dark Theme --- */
.dark-theme .locator-title-row h1 {
    color: #ffffff !important;
}

.dark-theme .locator-wrapper .lang-selector {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .locator-wrapper .lang-item {
    color: #9ca3af !important;
}

.dark-theme .locator-wrapper .lang-item.active {
    background: #009eff !important;
    color: #ffffff !important;
}

.dark-theme .locator-wrapper .lang-item:not(.active):hover {
    background: #334155 !important;
    color: #ffffff !important;
}

.dark-theme .locator-wrapper .page-description {
    color: #9ca3af !important;
}

.dark-theme .locator-search-bar {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme #locator-city-search {
    color: #ffffff !important;
}

.dark-theme .locator-stats-badge {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #cbd5e1 !important;
}

.dark-theme .locator-alphabet-nav {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .locator-alphabet-nav a {
    background: #111827 !important;
    border-color: #1f2937 !important;
    color: #cbd5e1 !important;
}

.dark-theme .locator-alphabet-nav a:hover {
    background: #009eff !important;
    color: #ffffff !important;
    border-color: #009eff !important;
}

.dark-theme .letter-section {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.dark-theme .letter-header {
    color: #009eff !important;
    border-bottom-color: #1f2937 !important;
}

.dark-theme .city-link-item {
    color: #cbd5e1 !important;
}

.dark-theme .city-link-item:hover {
    color: #009eff !important;
}
/* --- Services page Dark Theme overrides --- */
.dark-theme .service-featured-card {
    background: #111827 !important;
    border-color: #1f2937 !important;
    box-shadow: none !important;
}

.dark-theme .service-featured-card:hover {
    border-color: #009eff !important;
    box-shadow: 0 12px 20px rgba(0, 158, 255, 0.15) !important;
}

.dark-theme .service-featured-card h3 {
    color: #ffffff !important;
}

.dark-theme .service-featured-card p {
    color: #cbd5e1 !important;
}

.dark-theme .all-services-title {
    color: #ffffff !important;
}

.dark-theme .directory-column {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .directory-column h3 {
    color: #ffffff !important;
}

.dark-theme .directory-link {
    color: #38bdf8 !important;
}

.dark-theme .directory-link:hover {
    color: #009eff !important;
}

/* --- Connection page Dark Theme overrides --- */
.dark-theme .connection-hero-left h1 {
    color: #ffffff !important;
}

.dark-theme .connection-hero-left .hero-lead {
    color: #cbd5e1 !important;
}

.dark-theme .contacts-alert-box {
    background: rgba(0, 158, 255, 0.08) !important;
    border-color: rgba(0, 158, 255, 0.2) !important;
    color: #cbd5e1 !important;
}

.dark-theme .contacts-alert-box a {
    color: #38bdf8 !important;
}

.dark-theme .steps-title {
    color: #ffffff !important;
}

.dark-theme .connection-step-card {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .connection-step-card p {
    color: #cbd5e1 !important;
}
/* --- Contacts page Dark Theme overrides --- */
.dark-theme .contact-card {
    background: #1e293b !important;
    border-color: #334155 !important;
    box-shadow: none !important;
}

.dark-theme .contact-card h3 {
    color: #ffffff !important;
}

.dark-theme .contact-value {
    color: #009eff !important;
}

.dark-theme .contact-desc {
    color: #cbd5e1 !important;
}

.dark-theme .contact-card strong {
    color: #38bdf8 !important;
}

.dark-theme .contact-card:hover {
    border-color: #009eff !important;
    box-shadow: 0 10px 24px rgba(0, 158, 255, 0.15) !important;
}
/* --- Tariff Details Collapse block Dark Theme overrides --- */
.dark-theme .tariff-details-collapse {
    background: #1e293b !important;
    border-color: #334155 !important;
}

.dark-theme .details-content {
    color: #cbd5e1 !important;
}

.dark-theme .details-content strong {
    color: #ffffff !important;
}
/* --- City Selector Modal styles --- */
.city-modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 99999 !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    animation: fadeIn 0.2s ease-out !important;
}

.city-modal-overlay.active {
    display: flex !important;
}

.city-modal-window {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    width: 90% !important;
    max-width: 960px !important;
    max-height: 85vh !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25) !important;
    animation: slideDown 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow: hidden !important;
}

.dark-theme .city-modal-window {
    background: #111827 !important;
    border-color: #1f2937 !important;
}

.city-modal-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 24px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.dark-theme .city-modal-header {
    border-color: #1f2937 !important;
}

.city-modal-header h4 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 !important;
}

.dark-theme .city-modal-header h4 {
    color: #ffffff !important;
}

.city-modal-close {
    background: transparent !important;
    border: none !important;
    font-size: 32px !important;
    font-weight: 300 !important;
    color: #64748b !important;
    cursor: pointer !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: color 0.15s ease !important;
}

.city-modal-close:hover {
    color: #ef4444 !important;
}

.city-modal-search-wrapper {
    padding: 16px 24px !important;
    background: #f8fafc !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.dark-theme .city-modal-search-wrapper {
    background: #090d16 !important;
    border-color: #1f2937 !important;
}

#city_search_input {
    width: 100% !important;
    padding: 12px 16px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 10px !important;
    font-size: 14.5px !important;
    background: #ffffff !important;
    color: #0f172a !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: all 0.15s ease !important;
}

.dark-theme #city_search_input {
    border-color: #1f2937 !important;
    background: #111827 !important;
    color: #ffffff !important;
}

#city_search_input:focus {
    border-color: #009eff !important;
    box-shadow: 0 0 0 3px rgba(0, 158, 255, 0.15) !important;
}

.city-modal-body {
    padding: 24px !important;
    overflow-y: auto !important;
    flex: 1 !important;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
/* --- Premium Vector Icons styling --- */
.premium-icon {
    display: inline-block;
    vertical-align: middle;
    color: #009eff;
    transition: transform 0.2s ease;
}

.dark-theme .premium-icon {
    color: #38bdf8;
}

.tv-feature-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 158, 255, 0.08) !important;
    border-radius: 50% !important;
    width: 38px !important;
    height: 38px !important;
    color: #009eff !important;
}

.dark-theme .tv-feature-icon {
    background: rgba(56, 189, 248, 0.12) !important;
    color: #38bdf8 !important;
}

.seo-benefit-icon-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 158, 255, 0.08) !important;
    border-radius: 50% !important;
    width: 48px !important;
    height: 48px !important;
    color: #009eff !important;
    margin-bottom: 16px !important;
}

.dark-theme .seo-benefit-icon-wrapper {
    background: rgba(56, 189, 248, 0.12) !important;
    color: #38bdf8 !important;
}

.ra-emoji {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0, 158, 255, 0.08) !important;
    border-radius: 10px !important;
    width: 44px !important;
    height: 44px !important;
    color: #009eff !important;
    flex-shrink: 0 !important;
}

.dark-theme .ra-emoji {
    background: rgba(56, 189, 248, 0.12) !important;
    color: #38bdf8 !important;
}

.related-article-card:hover .premium-icon {
    transform: scale(1.1);
}
/* --- Tariffs Features List styling --- */
.tariff-features-list-new {
    list-style: none !important;
    padding: 0 !important;
    margin: 25px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    text-align: left !important;
    min-height: 160px !important;
}

.tariff-features-list-new li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: var(--text-secondary) !important;
}

.dark-theme .tariff-features-list-new li {
    color: #cbd5e1 !important;
}

.list-check-icon {
    color: #009eff !important;
    flex-shrink: 0 !important;
    margin-top: 3px !important;
}

.dark-theme .list-check-icon {
    color: #38bdf8 !important;
}
/* --- Nested lists inside feature rows --- */
.feature-bullet-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 8px 0 0 0 !important;
}

.feature-bullet-list li {
    font-size: 13.5px !important;
    color: var(--text-secondary) !important;
    line-height: 1.5 !important;
    position: relative !important;
    padding-left: 14px !important;
    margin-bottom: 5px !important;
}

.dark-theme .feature-bullet-list li {
    color: #cbd5e1 !important;
}

.feature-bullet-list li::before {
    content: "•" !important;
    color: #009eff !important;
    position: absolute !important;
    left: 0 !important;
    top: -2px !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.dark-theme .feature-bullet-list li::before {
    color: #38bdf8 !important;
}

/* --- Pill badges for superpowers --- */
.feature-pills-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 8px !important;
}

.feature-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    background: rgba(0, 158, 255, 0.06) !important;
    border: 1px solid rgba(0, 158, 255, 0.12) !important;
    color: #009eff !important;
    padding: 4px 10px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.dark-theme .feature-pill {
    background: rgba(56, 189, 248, 0.08) !important;
    border-color: rgba(56, 189, 248, 0.15) !important;
    color: #38bdf8 !important;
}

.feature-pill svg {
    flex-shrink: 0 !important;
}

/* --- Re-enable flex rows on homepage --- */
.tv-tariff-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 20px 0 !important;
    min-height: 250px !important; /* Keep columns aligned */
}

.tv-feature-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.tv-feature-info {
    text-align: left !important;
}

.tv-feature-info strong {
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: var(--text-primary) !important;
    display: block !important;
    margin-bottom: 2px !important;
}

.tv-feature-subinfo {
    font-size: 13.5px !important;
    color: var(--text-secondary) !important;
    line-height: 1.4 !important;
}

.dark-theme .tv-feature-subinfo {
    color: #cbd5e1 !important;
}
/* --- Mobile Responsiveness overrides for GPON and Benefits sections --- */
@media (max-width: 768px) {
    .seo-benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    .gpon-info-content {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .gpon-info-image {
        max-width: 280px !important;
        width: 100% !important;
        margin: 15px auto 0 auto !important;
        display: block !important;
        height: auto !important;
    }
}
.tv-price-subtext {
    white-space: nowrap !important;
}


/* Unified Temporary Closed Warning Alert Box Styles */
.temporary-closed-alert {
    background-color: #fff1f2 !important;
    border: 1px solid #fda4af !important;
    border-radius: 12px !important;
    padding: 16px 20px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    color: #9f1239 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    line-height: 1.6 !important;
    font-size: 14.5px !important;
}

.temporary-closed-alert svg {
    color: #f43f5e !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    width: 20px !important;
    height: 20px !important;
}

.temporary-closed-alert span, 
.temporary-closed-alert span *,
.temporary-closed-alert strong {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #9f1239 !important;
}

/* Dark mode styling for warning box */
.dark-theme .temporary-closed-alert {
    background-color: rgba(244, 63, 94, 0.1) !important;
    border-color: rgba(244, 63, 94, 0.3) !important;
    color: #fda4af !important;
}

.dark-theme .temporary-closed-alert span,
.dark-theme .temporary-closed-alert span *,
.dark-theme .temporary-closed-alert strong {
    color: #fda4af !important;
}

/* ==========================================================================
   Unified City Pages Styles (.cont-gorod, .deliver, .input-call-back, etc.)
   ========================================================================== */

/* Main wrapper and container rules */
.deliver {
    width: 100% !important;
    margin: 0 auto !important;
}

.cont-gorod {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px 15px 40px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: #334155 !important;
    line-height: 1.7 !important;
    box-sizing: border-box !important;
}

.cont-gorod h1 {
    font-size: 32px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin: 40px 0 20px !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

.cont-gorod h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin: 36px 0 14px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #e2e8f0 !important;
    text-align: center !important;
}

.cont-gorod h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    margin: 24px 0 10px !important;
}

.cont-gorod p {
    margin: 0 0 16px !important;
    font-size: 15px !important;
    color: #475569 !important;
}

.cont-gorod ul, .cont-gorod ol {
    padding-left: 24px !important;
    margin: 0 0 20px !important;
}

.cont-gorod li {
    margin-bottom: 8px !important;
    font-size: 15px !important;
    color: #475569 !important;
}

/* Callback block wrapper */
.input-call-back {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 30px !important;
    text-align: center !important;
    margin: 30px 0 !important;
    font-size: 15px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02) !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Callback button styled to match buttons on the site */
.input-call-back .connect1 {
    display: inline-block !important;
    padding: 14px 35px !important;
    background: #009eff !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 158, 255, 0.2) !important;
}

.input-call-back .connect1:hover {
    background: #0070cc !important;
    box-shadow: 0 6px 16px rgba(0, 112, 204, 0.25) !important;
    transform: translateY(-1px) !important;
    color: #ffffff !important;
}

/* Warnings and instructions inside callback block */
.input-call-back br {
    display: block !important;
    margin-bottom: 8px !important;
    content: "" !important;
}

/* Features list layout: grid */
.cont-priem {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 20px !important;
    margin: 40px auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Single feature card */
.cont-priem > div {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 25px 20px 20px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 6px rgba(15, 23, 42, 0.02) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    min-height: 240px !important;
    justify-content: flex-start !important;
    box-sizing: border-box !important;
    float: none !important; /* Reset float */
    margin: 0 !important;
    width: 100% !important;
}

.cont-priem > div:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05) !important;
    border-color: #cbd5e1 !important;
}

/* Feature title/text */
.cont-priem div.zagol {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
    height: auto !important;
    display: block !important;
    padding: 0 !important;
}

/* Feature button/link */
.cont-priem a {
    display: inline-block !important;
    margin-top: auto !important;
    color: #009eff !important;
    font-weight: 600 !important;
    font-size: 13.5px !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
    position: static !important; /* Reset absolute positioning */
}

.cont-priem a:hover {
    color: #0070cc !important;
    text-decoration: underline !important;
}

/* Background Icons matching the layout */
.cont-priem div.wi-fi {
    background: url(/img/wi-fi.webp) center 105px no-repeat !important;
    
}
.cont-priem div.podkluchenie {
    background: url(/img/provod-cont.webp) center 105px no-repeat !important;
    
}
.cont-priem div.teh-pod {
    background: url(/img/teh-podderzhka.webp) center 105px no-repeat !important;
    
}
.cont-priem div.tv-dom {
    background: url(/img/icon-tv.webp) center 105px no-repeat !important;
    
}
.cont-priem div.optika-dom {
    background: url(/img/circle.webp) center 105px no-repeat !important;
    
}
.cont-priem div.speed-fix {
    background: url(/img/ustochivost.webp) center 105px no-repeat !important;
    
}
.cont-priem div.manager {
    background: url(/img/manager.webp) center 105px no-repeat !important;
    
}

/* Active Hover Icons */
.cont-priem div.wi-fi:hover { background-image: url(/img/wi-fi-act.webp) !important; }
.cont-priem div.podkluchenie:hover { background-image: url(/img/provod-cont-act.webp) !important; }
.cont-priem div.teh-pod:hover { background-image: url(/img/teh-podderzhka-act.webp) !important; }
.cont-priem div.tv-dom:hover { background-image: url(/img/icon-tv-act.webp) !important; }
.cont-priem div.optika-dom:hover { background-image: url(/img/circle-act.webp) !important; }
.cont-priem div.speed-fix:hover { background-image: url(/img/ustochivost-act.webp) !important; }
.cont-priem div.manager:hover { background-image: url(/img/manager-act.webp) !important; }

/* Steps block container style */
.cont-shagi {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 35px 30px !important;
    margin: 40px auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
    height: auto !important; /* Reset height */
}

/* Steps title */
.cont-shagi .shagi-zagl {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    text-align: center !important;
    margin-bottom: 35px !important;
    border-bottom: none !important; /* Reset border */
    padding-bottom: 0 !important;
}

/* Grid of steps */
.shagi-center {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    width: 100% !important;
}

@media(max-width: 768px) {
    .shagi-center {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

/* Single step item */
.shagi-center > div {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 24px 20px !important;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #475569 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    float: none !important; /* Reset float */
    margin: 0 !important;
    width: 100% !important;
    min-height: 100px !important;
}

/* Step links */
.shagi-center > div a {
    color: #009eff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.shagi-center > div a:hover {
    text-decoration: underline !important;
}

/* Dark mode overrides for city pages text */
.dark-theme .cont-gorod {
    color: #cbd5e1 !important;
}
.dark-theme .cont-gorod h1,
.dark-theme .cont-gorod h2 {
    color: #ffffff !important;
}
.dark-theme .cont-gorod h2 {
    border-bottom-color: #1f2937 !important;
}
.dark-theme .cont-gorod h3 {
    color: #e2e8f0 !important;
}
.dark-theme .cont-gorod p,
.dark-theme .cont-gorod li {
    color: #94a3b8 !important;
}
.dark-theme .input-call-back,
.dark-theme .cont-shagi {
    background: #111827 !important;
    border-color: #1f2937 !important;
    color: #94a3b8 !important;
}
.dark-theme .cont-shagi .shagi-zagl {
    color: #ffffff !important;
}
.dark-theme .cont-priem > div,
.dark-theme .shagi-center > div {
    background: #1e293b !important;
    border-color: #334155 !important;
    color: #cbd5e1 !important;
}
.dark-theme .cont-priem div.zagol {
    color: #ffffff !important;
}


/* ==========================================================================
   City Selection Popup Styles (5 Columns Unified)
   ========================================================================== */

#popup-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(4px) !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    pointer-events: auto !important;
}

#popup-container.active-modal {
    display: flex !important;
}

#popup-container #location-block {
    position: relative !important;
    width: 960px !important;
    max-width: 95% !important;
    height: 700px !important;
    background: url("/img/location-map.webp") center 170px no-repeat #ffffff !important;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    border-radius: 20px !important;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25) !important;
    padding: 35px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
}

#popup-container #location-block.hidden {
    display: none !important;
}

#popup-container #location-block > div[style*="font-size"] {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    margin-bottom: 25px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    flex: 0 0 auto !important;
    text-align: center !important;
}

/* Close button style */
#location-block .close-modal-btn {
    position: absolute !important;
    top: 25px !important;
    right: 25px !important;
    background: #f1f5f9 !important;
    border: none !important;
    color: #64748b !important;
    font-size: 22px !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    z-index: 10000 !important;
    line-height: 1 !important;
    padding: 0 !important;
}

#location-block .close-modal-btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    transform: scale(1.08) !important;
}

/* Scroll Container for Columns */
.cities-scroll-container {
    flex: 1 !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    width: 100% !important;
    padding-right: 10px !important;
}

/* Scrollbar styles */
.cities-scroll-container::-webkit-scrollbar {
    width: 6px !important;
}
.cities-scroll-container::-webkit-scrollbar-track {
    background: transparent !important;
}
.cities-scroll-container::-webkit-scrollbar-thumb {
    background: #cbd5e1 !important;
    border-radius: 3px !important;
}
.cities-scroll-container::-webkit-scrollbar-thumb:hover {
    background: #94a3b8 !important;
}

/* Desktop Columns (5 Columns) */
.cities-scroll-container > ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 162px !important;
    margin-right: 16px !important;
    float: left !important;
    box-sizing: border-box !important;
}

.cities-scroll-container > ul:last-of-type {
    margin-right: 0 !important;
}

.cities-scroll-container > ul > li {
    width: 100% !important;
    padding: 1px 0 !important;
    line-height: 1.15 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.cities-scroll-container > ul > li a {
    font-size: 15px !important;
    color: #475569 !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.cities-scroll-container > ul > li a:hover {
    color: #009eff !important;
    transform: translateX(2px) !important;
}

.cities-scroll-container > ul > li a strong {
    color: #009eff !important;
    font-weight: 700 !important;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    #popup-container #location-block {
        width: 90% !important;
        height: 80vh !important;
        padding: 24px 16px !important;
        background: #ffffff !important;
    }
    
    #location-block .close-modal-btn {
        top: 15px !important;
        right: 15px !important;
    }
    
    #popup-container #location-block > div[style*="font-size"] {
        font-size: 18px !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }
    
    .cities-scroll-container > ul {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
    
    .cities-scroll-container > ul > li {
        padding: 8px 0 !important;
        border-bottom: 1px solid #f1f5f9 !important;
    }
    
    .cities-scroll-container > ul > li a {
        font-size: 13.5px !important;
    }
}

/* Dark Theme Overrides */
.dark-theme #popup-container #location-block {
    background: url("/img/location-map.webp") center 170px no-repeat #111827 !important;
    border-color: #1f2937 !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
}

.dark-theme #popup-container #location-block > div[style*="font-size"] {
    color: #ffffff !important;
    border-bottom-color: #1f2937 !important;
}

.dark-theme #location-block .close-modal-btn {
    background: #1e293b !important;
    color: #cbd5e1 !important;
}

.dark-theme #location-block .close-modal-btn:hover {
    background: #334155 !important;
    color: #ffffff !important;
}

.dark-theme .cities-scroll-container > ul > li a {
    color: #cbd5e1 !important;
}

.dark-theme .cities-scroll-container > ul > li a:hover {
    color: #009eff !important;
}


/* ==========================================================================
   City Selection Heading Styles
   ========================================================================== */

#tariffs .wrapper h1 {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    margin: 30px auto 20px !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.dark-theme #tariffs .wrapper h1 {
    color: #ffffff !important;
}

#tariffs .wrapper h1 .region-select.pseudo {
    color: #009eff !important;
    border-bottom: 2px dotted #009eff !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    padding-bottom: 2px !important;
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    font-weight: 800 !important;
}

#tariffs .wrapper h1 .region-select.pseudo:hover {
    color: #0070cc !important;
    border-bottom-color: #0070cc !important;
    transform: translateY(-1px) !important;
}

#tariffs .wrapper h1 .region-select.pseudo::after {
    content: "" !important;
    display: inline-block !important;
    width: 36px !important;
    height: 36px !important;
    margin-left: 10px !important;
    background-color: #009eff !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E") center/contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E") center/contain no-repeat !important;
    transition: all 0.2s ease !important;
}

#tariffs .wrapper h1 .region-select.pseudo:hover::after {
    background-color: #0070cc !important;
}


/* ==========================================================================
   City Page Links Styling (.cont-gorod a)
   ========================================================================== */

.cont-gorod a {
    color: #009eff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    border-bottom: 1px dashed rgba(0, 158, 255, 0.4) !important;
    transition: all 0.2s ease !important;
}

.cont-gorod a:hover {
    color: #0070cc !important;
    border-bottom-color: #0070cc !important;
}

.dark-theme .cont-gorod a {
    color: #38bdf8 !important;
    border-bottom-color: rgba(56, 189, 248, 0.4) !important;
}

.dark-theme .cont-gorod a:hover {
    color: #7dd3fc !important;
    border-bottom-color: #7dd3fc !important;
}




/* ==========================================================================
   Vibrant CTA Callout Banner (.info-cta-banner)
   ========================================================================== */

.info-cta-banner {
    background: #009eff !important;
    border-radius: 20px !important;
    padding: 40px 30px !important;
    text-align: center !important;
    margin: 45px auto 25px !important;
    max-width: 100% !important;
    box-shadow: 0 15px 30px rgba(0, 158, 255, 0.25) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.info-cta-banner h3 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.3 !important;
}

.info-cta-banner p {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.95) !important;
    margin: 0 0 8px !important;
    max-width: 800px !important;
    line-height: 1.6 !important;
}

/* Yellow Action Button */
.info-cta-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffdd00 !important;
    color: #0f172a !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 14px 36px !important;
    border-radius: 30px !important;
    border: none !important;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(255, 221, 0, 0.3) !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    border-bottom: none !important;
}

.info-cta-button:hover {
    background: #ffcc00 !important;
    color: #000000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(255, 221, 0, 0.45) !important;
    text-decoration: none !important;
}

.info-cta-button:active {
    transform: translateY(0) !important;
    box-shadow: 0 4px 10px rgba(255, 221, 0, 0.3) !important;
}

/* Dark Mode Overrides */
.dark-theme .info-cta-banner {
    background: #1e3a8a !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4) !important;
}


/* ==========================================================================
   City Page FAQ Accordion Section (.city-faq-section)
   ========================================================================== */

.city-faq-section {
    max-width: 100% !important;
    margin: 40px auto !important;
    box-sizing: border-box !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.city-faq-section h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 25px !important;
    text-align: center !important;
}

.faq-item {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    margin-bottom: 12px !important;
    overflow: hidden !important;
    transition: all 0.2s ease !important;
}

.faq-item:hover {
    border-color: #cbd5e1 !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03) !important;
}

.faq-item details {
    width: 100% !important;
}

.faq-item summary {
    padding: 18px 24px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1e293b !important;
    cursor: pointer !important;
    list-style: none !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    user-select: none !important;
    box-sizing: border-box !important;
}

.faq-item summary::-webkit-details-marker {
    display: none !important;
}

.faq-item summary::after {
    content: "" !important;
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    background-color: #64748b !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") center/contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") center/contain no-repeat !important;
    transition: transform 0.25s ease, background-color 0.2s ease !important;
}

.faq-item details[open] summary::after {
    transform: rotate(180deg) !important;
    background-color: #009eff !important;
}

.faq-item summary:hover {
    color: #009eff !important;
}

.faq-item summary:hover::after {
    background-color: #009eff !important;
}

.faq-content {
    padding: 0 24px 18px !important;
    border-top: 1px solid #f1f5f9 !important;
    background: #f8fafc !important;
    box-sizing: border-box !important;
}

.faq-content p {
    font-size: 14.5px !important;
    color: #475569 !important;
    line-height: 1.6 !important;
    margin: 14px 0 0 !important;
}

/* Dark Theme Overrides */
.dark-theme .faq-item {
    background: #1f2937 !important;
    border-color: #374151 !important;
}

.dark-theme .faq-item:hover {
    border-color: #4b5563 !important;
}

.dark-theme .faq-item summary {
    color: #f3f4f6 !important;
}

.dark-theme .faq-item summary::after {
    background-color: #9ca3af !important;
}

.dark-theme .faq-content {
    background: #111827 !important;
    border-top-color: #374151 !important;
}

.dark-theme .faq-content p {
    color: #cbd5e1 !important;
}
