body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.uniHero {
    position: relative;
    color: #fff;
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.uniHero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.uniHero__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.75);
}

.uniHero__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 24, 99, 0.85) 0%, rgba(7, 24, 99, 0.55) 40%, rgba(7, 24, 99, 0.35) 100%);
}

.uniHero__top {
    position: relative;
    z-index: 2;
}

.uniHero__top-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.uniHero__brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uniHero__brand-mark {
    font-size: 22px;
    line-height: 1;
}

.uniHero__brand-text {
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 18px;
    white-space: nowrap;
}

.uniHero__quick {
    margin-left: 24px;
    display: flex;
    gap: 18px;
}

.uniHero__quick-link {
    color: #cfe1ff;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.uniHero__quick-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

.uniHero__actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.uniHero__search {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 28px;
    padding: 6px 6px 6px 14px;
    min-width: 280px;
}

.uniHero__search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #1b2a4a;
    background: transparent;
}

.uniHero__search-btn {
    border: none;
    background: #0c2ca8;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.uniHero__search-btn:hover {
    background: #0a2795;
}

.uniHero__menu {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
}

.uniHero__menu:hover {
    background: rgba(255, 255, 255, .08);
}

.uniHero__menu-bars i {
    font-size: 18px;
}

.uniHero__menu-text {
    font-weight: 700;
    letter-spacing: .02em;
}

.uniHero__main {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px 120px;
    display: grid;
    grid-template-columns: 1fr minmax(280px, 420px);
    align-items: end;
    gap: 24px;
    min-height: 520px;
}

.uniHero__copy {
    align-self: center;
}

.uniHero__headline {
    font-size: 60px;
    line-height: 1.05;
    margin: 0 0 14px;
    text-shadow: 0 4px 16px rgba(0, 0, 0, .35);
}

.uniHero__sub {
    margin: 0;
    font-size: 20px;
    color: #e7efff;
}

/* ====== BLOCK: ctaRail ====== */
.ctaRail {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ctaRail__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(255, 255, 255, .9);
    color: #0b1a59;
    text-decoration: none;
    border-radius: 10px;
    padding: 18px 18px 18px 22px;
    backdrop-filter: blur(2px);
}

.ctaRail__item:hover {
    background: #ffffff;
}

.ctaRail__title {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.ctaRail__icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    background: #ff7a12;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ctaRail__icon i {
    font-size: 16px;
}

/* ====== Responsive ====== */
@media (max-width: 1100px) {
    .uniHero__headline {
        font-size: 48px;
    }

    .uniHero__search {
        min-width: 220px;
    }
}

@media (max-width: 900px) {
    .uniHero__top-inner {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .uniHero__quick {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        margin-left: 0;
    }

    .uniHero__actions {
        margin-left: 0;
        order: 2;
    }

    .uniHero__main {
        grid-template-columns: 1fr;
        padding-bottom: 80px;
    }

    .ctaRail {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .uniHero__headline {
        font-size: 36px;
    }

    .uniHero__sub {
        font-size: 16px;
    }

    .uniHero__search {
        width: 100%;
        min-width: 0;
    }

    .uniHero__menu-text {
        display: none;
    }

    /* keep it compact on phones */
}

.flyMenu {
    position: fixed;
    inset: 0;
    z-index: 50;
    pointer-events: none;
}

.flyMenu__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    opacity: 0;
    transition: opacity .25s ease;
}

.flyMenu__panel {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    height: 100vh;
    width: 88%;
    max-width: 420px;
    background: #0b1a59;
    color: #fff;
    transform: translateX(100%);
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    padding: 18px;
    box-shadow: -8px 0 24px rgba(0, 0, 0, .35);
}

.flyMenu.is-open {
    pointer-events: auto;
}

.flyMenu.is-open .flyMenu__panel {
    transform: translateX(0);
}

.flyMenu.is-open .flyMenu__backdrop {
    opacity: 1;
}

.flyMenu__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.flyMenu__brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.flyMenu__brand i {
    font-size: 18px;
}

.flyMenu__brand-text {
    font-size: 16px;
    letter-spacing: .02em;
}

.flyMenu__close {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .4);
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    cursor: pointer;
}

.flyMenu__close:hover {
    background: rgba(255, 255, 255, .08);
}

/* search inside menu */
.flyMenu__search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 10px;
    background: #fff;
    border-radius: 28px;
    padding: 6px 8px 6px 14px;
}

.flyMenu__search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    color: #1b2a4a;
    background: transparent;
}

.flyMenu__search-btn {
    border: none;
    background: #0c2ca8;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.flyMenu__search-btn:hover {
    background: #0a2795;
}

/* links */
.flyMenu__links {
    list-style: none;
    margin: 8px 0 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.flyMenu__item {}

.flyMenu__link {
    display: block;
    text-decoration: none;
    color: #e7efff;
    padding: 12px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.flyMenu__link:hover {
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

/* CTAs */
.flyMenu__cta {
    margin-top: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.flyBtn {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
}

.flyBtn--primary {
    background: #ff7a12;
    color: #fff;
}

.flyBtn--primary:hover {
    background: #ef6f0c;
}

.flyBtn--ghost {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
}

.flyBtn--ghost:hover {
    background: rgba(255, 255, 255, .08);
}

/* small screens tweak */
@media (max-width:560px) {
    .flyMenu__panel {
        width: 92%;
    }
}

.whpRail {
    padding: 36px 20px 20px;
    background: #faf7f6;
}

.whpRail__head {
    max-width: 1200px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whpRail__title {
    margin: 0;
    font-size: 36px;
    line-height: 1.15;
    color: #1f3f96;
    font-weight: 800;
}

.whpRail__wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.whpRail__slider {
    overflow: visible;
}

/* ====== Card ====== */
.whpCard {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 26px 40px rgba(59, 78, 246, .15);
    display: flex;
    flex-direction: column;
}

.whpCard__media {
    height: 240px;
    overflow: hidden;
    background: #dfe6f7;
}

.whpCard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.whpCard__body {
    padding: 22px 22px 26px;
}

.whpCard__date {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #f1771e;
    margin-bottom: 10px;
}

.whpCard__title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: #244eab;
}

.whpCard__title a {
    color: inherit;
    text-decoration: none;
}

.whpCard__title a:hover {
    text-decoration: underline;
}

.whpCard__excerpt {
    margin: 10px 0 0;
    color: #596073;
    font-size: 15px;
    line-height: 1.55;
}

/* ====== Swiper spacing ====== */
.whpRail .swiper {
    padding-bottom: 8px;
    overflow: hidden;
}

.whpRail .swiper-wrapper {
    align-items: stretch;
}

.whpRail .swiper-slide {
    height: auto;
}

/* ====== Nav buttons style (overlay like screenshot) ====== */
.whpRail__btn {
    z-index: 9;
    position: absolute;
    bottom: 122px;
    /* примерно как на макете */
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 10px;
    background: #ffffff;
    color: #12235c;
    box-shadow: 0 10px 22px rgba(13, 28, 120, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.whpRail__btn--prev {
    left: -38px;
}

.whpRail__btn--next {
    right: -38px;
}

.whpRail__btn:hover {
    background: #f2f5ff;
}

/* ====== Responsive ====== */
@media (max-width: 990px) {
    .whpRail__title {
        font-size: 30px;
    }

    .whpCard__media {
        height: 220px;
    }
}

@media (max-width: 640px) {
    .whpRail__title {
        font-size: 26px;
    }

    .whpCard__media {
        height: 200px;
    }

    .whpRail__btn {
        bottom: 110px;
    }
}

.newsHub {
    padding: 26px 16px;
    background: #f6f4f7;
}

.newsHub__inner {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 46px rgba(22, 30, 84, .12);
    padding: 22px 22px 28px;
}

.newsHub__head {
    margin-bottom: 10px;
}

.newsHub__title {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #1f3f96;
    text-transform: uppercase;
}

/* grid */
.newsHub__grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 28px;
}

/* ====== BLOCK: newsLead ====== */
.newsLead {
    display: flex;
    flex-direction: column;
}

.newsLead__media {
    display: block;
    background: #e6ebfb;
    overflow: hidden;
    border-radius: 6px;
}

.newsLead__media img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.newsLead__body {
    padding: 14px 2px 0;
}

.newsLead__date {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-weight: 800;
    color: #8a96a8;
    margin-bottom: 8px;
}

.newsLead__title {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
    color: #244eab;
}

.newsLead__title a {
    color: inherit;
    text-decoration: none;
}

.newsLead__title a:hover {
    text-decoration: underline;
}

.newsLead__excerpt {
    margin: 0;
    color: #5a6273;
    font-size: 15px;
    line-height: 1.55;
}

/* ====== BLOCK: newsList ====== */
.newsList {
    background: #fff;
    border-radius: 6px;
}

.newsList__item {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 1px solid #e7ebf5;
}

.newsList__item:last-child {
    border-bottom: none;
}

.newsList__date {
    display: block;
    font-size: 12px;
    color: #7f8aa1;
    margin-bottom: 2px;
}

.newsList__title {
    display: block;
    font-size: 16px;
    line-height: 1.45;
    color: #26324f;
    font-weight: 700;
}

.newsList__item:hover .newsList__title {
    color: #244eab;
    text-decoration: underline;
}

/* ====== More button ====== */
.newsHub__more {
    display: flex;
    justify-content: center;
    padding-top: 18px;
}

.newsBtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f1771e;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 800;
    box-shadow: 0 12px 26px rgba(241, 119, 30, .28);
}

.newsBtn:hover {
    background: #e06f18;
}

.newsBtn__icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    color: #f1771e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ====== Responsive ====== */
@media (max-width: 980px) {
    .newsHub__grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .newsLead__media img {
        height: 240px;
    }
}

@media (max-width: 560px) {
    .newsHub__inner {
        padding: 18px 16px 24px;
    }

    .newsHub__title {
        font-size: 28px;
    }

    .newsLead__media img {
        height: 210px;
    }
}

.learnSplit {
    padding: 26px 16px;
    background: #f5f6fb;
}

.learnSplit__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 46px rgba(22, 30, 84, .14);
}

/* image side */
.learnSplit__media {
    margin: 0;
    background: #e6ecff;
    min-height: 320px;
}

.learnSplit__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* text panel */
.learnSplit__panel {
    background: linear-gradient(135deg, #224db8 0%, #0e2a82 100%);
    color: #fff;
    padding: 40px 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.learnSplit__title {
    margin: 0 0 14px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 34px;
    line-height: 1.2;
}

.learnSplit__copy {
    margin: 0 0 14px;
    color: #e7eeff;
    font-size: 16px;
    line-height: 1.65;
}

/* CTA */
.learnSplit__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: fit-content;
    background: #e86f2a;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 999px;
    margin-top: 10px;
    box-shadow: 0 14px 28px rgba(232, 111, 42, .28);
}

.learnSplit__btn:hover {
    background: #d76322;
}

.learnSplit__btnIcon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* ====== Responsive ====== */
@media (max-width: 980px) {
    .learnSplit__inner {
        grid-template-columns: 1fr;
    }

    .learnSplit__media {
        min-height: 240px;
    }

    .learnSplit__panel {
        padding: 28px 22px 30px;
    }

    .learnSplit__title {
        font-size: 28px;
    }
}

@media (max-width: 560px) {
    .learnSplit__title {
        font-size: 24px;
    }

    .learnSplit__copy {
        font-size: 15px;
    }
}

.aidSplit {
    padding: 24px 16px;
    background: #f6f5fb;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.aidSplit__box {
    max-width: 1120px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(22, 30, 84, .12);
    overflow: hidden;
}

.aidSplit__grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    align-items: stretch;
}

/* текстовая колонка */
.aidSplit__content {
    padding: 34px 40px;
}

.aidSplit__title {
    margin: 0 0 16px;
    color: #1f3f96;
    font-weight: 900;
    font-size: 34px;
    line-height: 1.2;
}

.aidSplit__text {
    margin: 0 0 14px;
    color: #4a5872;
    font-size: 16px;
    line-height: 1.65;
}

/* кнопка */
.aidSplit__btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #e86f2a;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 999px;
    margin-top: 10px;
    box-shadow: 0 14px 28px rgba(232, 111, 42, .28);
}

.aidSplit__btn:hover {
    background: #d76322;
}

.aidSplit__btnIcon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    color: #e86f2a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* медиа-колонка */
.aidSplit__media {
    margin: 0;
    position: relative;
    background: #e7ecff;
    min-height: 260px;
    border-left: 2px solid #e9edf7;
    /* тонкий вертикальный разделитель как на макете */
}

.aidSplit__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ====== Responsive ====== */
@media (max-width: 980px) {
    .aidSplit__grid {
        grid-template-columns: 1fr;
    }

    .aidSplit__media {
        order: 2;
        min-height: 230px;
        border-left: none;
        border-top: 2px solid #e9edf7;
    }

    .aidSplit__content {
        padding: 24px 20px 26px;
    }

    .aidSplit__title {
        font-size: 28px;
    }
}

@media (max-width: 560px) {
    .aidSplit__title {
        font-size: 24px;
    }

    .aidSplit__text {
        font-size: 15px;
    }
}

.baguetteBox-overlay {
    background: rgba(5, 13, 60, .96);
}

.baguetteBox-slider {
    box-shadow: 0 20px 60px rgba(0, 0, 0, .35);
}

.baguetteBox-button {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #ffffff;
    color: #0c1d6d;
    box-shadow: 0 10px 22px rgba(13, 28, 120, .18);
    border: none;
    text-indent: -999em;
    overflow: hidden;
}

.baguetteBox-button:before {
    content: "";
    display: block;
    text-indent: 0;
    line-height: 44px;
    text-align: center;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    color: #0c1d6d;
}

#previous-button.baguetteBox-button:before {
    content: "\f060";
}

/* fa-arrow-left */
#next-button.baguetteBox-button:before {
    content: "\f061";
}

/* fa-arrow-right */
#close-button.baguetteBox-button:before {
    content: "\f00d";
}

/* fa-xmark */
.baguetteBox-button:active {
    transform: translateY(1px);
}

.baguetteBox-text {
    font-weight: 700;
    letter-spacing: .01em;
}

.plife {
    background: #0b1e72;
    padding: 40px 16px 60px;
    color: #fff;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.plife__head {
    text-align: center;
    margin-bottom: 18px;
}

.plife__title {
    margin: 0 0 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .03em;
    font-size: 38px;
}

.plife__social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.plife__socIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f1771e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(241, 119, 30, .32);
}

.plife__socIcon:hover {
    background: #e06e17;
}

.plife__wrap {
    max-width: 1120px;
    margin: 20px auto 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 24px 46px rgba(8, 18, 84, .36);
}

/* ====== BLOCK: plifeGrid ====== */
.plifeGrid {
    background: #07245b;
    padding: 16px;
    display: grid;
    gap: 8px;
    grid-auto-flow: dense;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 90px;
}

/* ====== BLOCK: plifeItem ====== */
.plifeItem {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    grid-column: span 3;
}

.plifeItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.plifeItem::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0) 40%, rgba(0, 0, 0, .18) 100%);
    opacity: 0;
    transition: opacity .3s ease;
}

.plifeItem__zoom {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    color: #0c1d6d;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(8px);
    opacity: 0;
    transition: all .3s ease;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .25);
}

.plifeItem:hover img {
    transform: scale(1.06);
}

.plifeItem:hover::before {
    opacity: 1;
}

.plifeItem:hover .plifeItem__zoom {
    transform: translateY(0);
    opacity: 1;
}

/* modifiers */
.plifeItem--w2 {
    grid-column: span 6;
}

.plifeItem--h2 {
    grid-row: span 2;
}

/* ====== Responsive ====== */
@media (max-width: 1024px) {
    .plife__title {
        font-size: 34px;
    }

    .plifeGrid {
        grid-template-columns: repeat(8, 1fr);
        grid-auto-rows: 90px;
    }

    .plifeItem {
        grid-column: span 2;
    }

    .plifeItem--w2 {
        grid-column: span 4;
    }
}

@media (max-width: 680px) {
    .plife__title {
        font-size: 28px;
    }

    .plifeGrid {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: 80px;
    }

    .plifeItem {
        grid-column: span 2;
    }

    .plifeItem--w2 {
        grid-column: span 4;
    }
}

@media (max-width: 460px) {
    .plifeGrid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 100px;
    }

    .plifeItem,
    .plifeItem--w2 {
        grid-column: span 2;
    }
}

.vtourHero {
    position: relative;
    overflow: hidden;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.vtourHero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.vtourHero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* сетка 50/50 поверх фона */
.vtourHero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
}

/* правая полупрозрачная панель */
.vtourHero__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 60px;
    color: #0b1a59;
    background: rgba(255, 255, 255, .86);
    backdrop-filter: blur(2px);
}

.vtourHero__label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: #f1771e;
    margin-bottom: 6px;
}

.vtourHero__title {
    margin: 0 0 12px;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 900;
    color: #2148a5;
    text-transform: uppercase;
}

.vtourHero__text {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #3a4560;
}

/* CTA-кнопка */
.vtourHero__btn {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 800;
    background: #e86f2a;
    color: #fff;
    padding: 12px 18px;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(232, 111, 42, .28);
}

.vtourHero__btn:hover {
    background: #d76322;
}

.vtourHero__btnIcon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #ffffff;
    color: #e86f2a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Скругления у краёв секции (опционально как в макете) */
.vtourHero {
    border-top: 4px solid #0c2380;
}

.vtourHero__panel {
    border-left: 1px solid rgba(13, 28, 120, .08);
}

/* ====== Responsive ====== */
@media (max-width: 1100px) {
    .vtourHero__title {
        font-size: 38px;
    }

    .vtourHero__panel {
        padding: 36px 38px;
    }
}

@media (max-width: 820px) {
    .vtourHero__grid {
        grid-template-columns: 1fr;
    }

    .vtourHero__left {
        display: none;
    }

    .vtourHero__panel {
        background: #ffffff;
        padding: 24px 18px 28px;
    }

    .vtourHero__title {
        font-size: 30px;
    }
}

.commitBox {
    padding: 26px 16px;
    background: #f6f5fb;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.commitBox__card {
    max-width: 1120px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 18px 44px rgba(25, 34, 90, .14);
    overflow: hidden;
}

.commitBox__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    min-height: 340px;
}

/* ====== Left column ====== */
.commitMain {
    padding: 34px 40px 36px;
}

.commitMain__title {
    margin: 0 0 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #1f3f96;
    font-size: 38px;
    line-height: 1.1;
}

.commitMain__text {
    margin: 0;
    color: #4b5872;
    font-size: 16px;
    line-height: 1.75;
}

/* ====== Right column ====== */
.commitdiv {
    background: #0b1e72;
    color: #ffffff;
    padding: 28px 34px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.commitdiv__label {
    margin: 6px 0 14px;
    font-size: 12px;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #f1771e;
    font-weight: 800;
}

.commitdiv__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.commitdiv__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.commitdiv__dot {
    font-size: 8px;
    color: #f1771e;
}

.commitdiv__text {
    font-size: 16px;
    font-weight: 700;
    color: #e7eeff;
}

/* ====== Responsive ====== */
@media (max-width: 980px) {
    .commitBox__grid {
        grid-template-columns: 1fr;
    }

    .commitdiv {
        border-left: none;
        border-top: 1px solid rgba(13, 28, 120, .08);
    }

    .commitMain {
        padding: 24px 20px 22px;
    }

    .commitMain__title {
        font-size: 32px;
    }
}

@media (max-width: 560px) {
    .commitMain__title {
        font-size: 28px;
    }

    .commitMain__text,
    .commitdiv__text {
        font-size: 15px;
    }

    .commitdiv {
        padding: 20px;
    }
}

.uniFooter {
    background: #0b1e72;
    color: #e8edff;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.uniFooter__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 16px 28px;
}

/* Top row */
.uniFooter__top {
    display: grid;
    grid-template-columns: 1.1fr repeat(3, 1fr) 56px;
    align-items: start;
    gap: 28px;
    padding: 8px 0 18px;
}

.footerBrand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footerBrand__mark {
    font-size: 28px;
    color: #fff;
}

.footerBrand__name {
    font-weight: 900;
    letter-spacing: .04em;
    font-size: 20px;
    line-height: 1;
}

.footerBrand__sub {
    font-weight: 700;
    letter-spacing: .18em;
    font-size: 10px;
    margin-top: 4px;
}

.fInfo__label {
    color: #f1771e;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .06em;
    font-size: 12px;
    margin-bottom: 6px;
}

.fInfo__content {
    line-height: 1.6;
    color: #e7eeff;
}

.fInfo__link {
    color: #e7eeff;
    text-decoration: none;
    font-weight: 700;
}

.fInfo__link:hover {
    text-decoration: underline;
}

.fSocial {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.fSocial__btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1771e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(241, 119, 30, .32);
}

.fSocial__btn:hover {
    background: #e06e17;
}

.uniFooter__divider {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, .14);
    margin: 12px 0 18px;
}

/* Links grid */
.fCols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 26px;
    padding-bottom: 18px;
}

.fCol__title {
    margin: 0 0 10px;
    color: #ffffff;
    font-weight: 800;
    font-size: 16px;
}

.fCol__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fCol__list a {
    color: #cfd8ff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
}

.fCol__list a:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Bottom bar */
.uniFooter__bar {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 8px;
    padding-top: 14px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
    align-items: center;
    font-size: 12px;
    color: #bdc9ff;
}

.uniFooter__legal {
    display: flex;
    align-items: center;
    gap: 10px;
}

.uniFooter__link {
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
}

.uniFooter__link:hover {
    text-decoration: underline;
}

.uniFooter__copy {
    opacity: .9;
}

.uniFooter__note {
    line-height: 1.5;
}

/* ====== Responsive ====== */
@media (max-width: 1100px) {
    .uniFooter__top {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .fSocial {
        flex-direction: row;
        justify-content: flex-start;
    }
}

@media (max-width: 800px) {
    .fCols {
        grid-template-columns: repeat(2, 1fr);
    }

    .uniFooter__bar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .fCols {
        grid-template-columns: 1fr;
    }

    .uniFooter__top {
        grid-template-columns: 1fr;
    }
}

.aboutCard {
    padding: 24px 16px;
    background: #f5f6fb;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.aboutCard__inner {
    max-width: 980px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 22px 44px rgba(22, 30, 84, .15);
    padding: 24px 22px 28px;
    position: relative;
}

.aboutCard__title {
    margin: 0 0 16px;
    color: #1f3f96;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
    font-size: 34px;
    line-height: 1.15;
}

/* image */
.aboutCard__media {
    margin: 0 0 18px;
}

.aboutCard__img {
    display: block;
    width: 100%;
    max-width: 640px;
    height: auto;
    border-radius: 4px;
}

/* text divs */
.aboutCard__div {
    margin-bottom: 18px;
}

.aboutCard__label {
    color: #f1771e;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 12px;
    margin: 8px 0 10px;
}

.aboutCard__text {
    margin: 0 0 12px;
    color: #4a5872;
    font-size: 16px;
    line-height: 1.75;
}

/* ====== Responsive ====== */
@media (max-width: 800px) {
    .aboutCard__inner {
        padding: 18px 16px 22px;
    }

    .aboutCard__title {
        font-size: 28px;
    }
}

@media (max-width: 520px) {
    .aboutCard__title {
        font-size: 24px;
    }

    .aboutCard__text {
        font-size: 15px;
    }
}

.newsStream {
    padding: 26px 16px;
    background: #f6f5fb;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.newsStream__inner {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

/* ====== BLOCK: newsCard ====== */
.newsCard {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 22px;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 18px 34px rgba(25, 34, 90, .14);
}

.newsCard__media {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #e7ecff;
}

.newsCard__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.newsCard__body {
    padding: 6px 6px 6px 0;
}

.newsCard__title {
    margin: 0 0 10px;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2;
    color: #244eab;
}

.newsCard__title a {
    color: inherit;
    text-decoration: none;
}

.newsCard__title a:hover {
    text-decoration: underline;
}

.newsCard__excerpt {
    margin: 0;
    color: #4b5872;
    font-size: 16px;
    line-height: 1.65;
}

/* ====== Responsive ====== */
@media (max-width: 900px) {
    .newsCard {
        grid-template-columns: 220px 1fr;
    }

    .newsCard__title {
        font-size: 22px;
    }
}

@media (max-width: 640px) {
    .newsCard {
        grid-template-columns: 1fr;
    }

    .newsCard__media {
        height: 180px;
    }

    .newsCard__title {
        font-size: 20px;
    }

    .newsCard__excerpt {
        font-size: 15px;
    }
}

.seeParker {
    padding: 28px 16px 36px;
    background: #f6f5fb;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #26324f;
}

.seeParker__head {
    max-width: 980px;
    margin: 0 auto 14px;
    text-align: center;
}

.seeParker__title {
    margin: 0 0 8px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #1f3f96;
    font-size: 30px;
    line-height: 1.2;
}

.seeParker__intro {
    margin: 0 auto;
    max-width: 720px;
    font-size: 15px;
    line-height: 1.65;
    color: #5a6273;
}

.seeParker__list {
    max-width: 980px;
    margin: 18px auto 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* ====== BLOCK: seeCard (cards) ====== */
.seeCard {
    display: grid;
    grid-template-columns: minmax(260px, 380px) 1fr;
    gap: 20px;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 22px 42px rgba(25, 34, 90, .14);
    align-items: stretch;
}

.seeCard__media {
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #e7ecff;
}

.seeCard__media img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
    display: block;
}

.seeCard__body {
    padding: 8px 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.seeCard__title {
    margin: 0 0 8px;
    font-weight: 900;
    color: #2148a5;
    font-size: 22px;
    line-height: 1.25;
}

.seeCard__text {
    margin: 0;
    color: #4b5872;
    font-size: 15px;
    line-height: 1.65;
}

/* image on the right modifier */
.seeCard--right .seeCard__media {
    order: 2;
}

/* ====== Responsive ====== */
@media (max-width: 900px) {
    .seeCard {
        grid-template-columns: minmax(220px, 320px) 1fr;
    }

    .seeParker__title {
        font-size: 26px;
    }
}

@media (max-width: 680px) {
    .seeCard {
        grid-template-columns: 1fr;
    }

    .seeCard--right .seeCard__media {
        order: 1;
    }

    .seeCard__media img {
        min-height: 180px;
    }

    .seeCard__title {
        font-size: 20px;
    }
}

.infoAcc {
    max-width: 760px;
    margin: 58px auto;
    padding: 0 16px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #223056;
}

.infoAcc__item {
    background: #fff;
}

.infoAcc__divider {
    height: 1px;
    border: 0;
    background: #e7ebf5;
    margin: 14px 0;
}

/* header row */
.infoAcc__head {
    width: 100%;
    background: transparent;
    border: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    cursor: pointer;
}

.infoAcc__title {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.2;
    color: #e0621d;
    text-transform: none;
}

.infoAcc__title--blue {
    color: #244eab;
}

.infoAcc__caret {
    color: #e0621d;
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

/* content */
.infoAcc__panel {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
    padding-right: 28px;
}

.infoAcc__panel p {
    margin: 0 0 12px;
    line-height: 1.7;
    font-size: 15px;
}

.infoAcc__lead {
    color: #5a6273;
}

/* OPEN STATE */
.infoAcc__item.is-open .infoAcc__panel {
    max-height: 800px;
}

/* достаточно для контента */
.infoAcc__item.is-open .infoAcc__title {
    color: #e0621d;
}

.infoAcc__item.is-open .infoAcc__caret i {
    transform: rotate(180deg);
    transition: transform .25s ease;
}

/* links-like strongs inside text */
.infoAcc__panel strong {
    color: #2148a5;
}

/* responsive */
@media (max-width:600px) {
    .infoAcc__title {
        font-size: 18px;
    }

    .infoAcc__panel {
        padding-right: 0;
    }
}

.talkBlock {
    background: #fbf6f4;
    padding: 58px 16px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.talkBlock__inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

.talkBlock__left {
    padding-top: 8px;
}

.talkBlock__title {
    margin: 0;
    color: #1f3f96;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.05;
}

/* ====== GRID OF CARDS ====== */
.talkGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 24px;
}

/* ====== CARD ====== */
.talkCard {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    box-shadow: 0 26px 50px rgba(32, 44, 120, .14);
    transition: transform .15s ease, box-shadow .15s ease;
}

.talkCard:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 56px rgba(32, 44, 120, .18);
}

.talkCard__icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff1e9;
    color: #e86f2a;
    font-size: 20px;
    box-shadow: inset 0 0 0 1px #ffdcca;
}

.talkCard__body {
    line-height: 1.6;
}

.talkCard__title {
    margin: 0 0 6px;
    color: #2148a5;
    font-weight: 900;
    font-size: 22px;
}

.talkCard__lines {
    margin: 0;
    color: #5a6273;
    font-size: 15px;
}

.talkCard__muted {
    color: #9aa3b5;
    font-size: 13px;
}

.talkCard__link {
    text-decoration: none;
}

.talkCard__link--accent {
    color: #e86f2a;
    font-weight: 800;
}

.talkCard__link--accent:hover {
    text-decoration: underline;
}

/* ====== RESPONSIVE ====== */
@media (max-width: 980px) {
    .talkBlock__inner {
        grid-template-columns: 1fr;
    }

    .talkBlock__title {
        font-size: 36px;
    }
}

@media (max-width: 700px) {
    .talkGrid {
        grid-template-columns: 1fr;
    }

    .talkBlock__title {
        font-size: 32px;
    }
}

.ppolicy {
    background: #f6f5fb;
    padding: 24px 16px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #273556;
}

.ppolicy__inner {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 18px 36px rgba(25, 34, 90, .14);
    padding: 18px 18px 24px;
}

.ppolicy__title {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 800;
    color: #1a2c6e;
}

.ppolicy__lead {
    margin: 0 0 16px;
    color: #495774;
    line-height: 1.7;
}

.ppolicy__group {
    margin: 16px 0;
}

.ppolicy__heading {
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 800;
    color: #2b3a5a;
}

.ppolicy__group p {
    margin: 0 0 12px;
    color: #4b5872;
    line-height: 1.75;
}

/* list with FA icons */
.ppolicy__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ppolicy__li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.ppolicy__icon {
    color: #e86f2a;
    font-size: 12px;
    margin-top: 4px;
    width: 16px;
    text-align: center;
}

.ppolicy__link {
    color: #e86f2a;
    font-weight: 700;
    text-decoration: none;
}

.ppolicy__link:hover {
    text-decoration: underline;
}

/* ====== Responsive ====== */
@media (max-width:680px) {
    .ppolicy__inner {
        padding: 16px;
    }

    .ppolicy__title {
        font-size: 20px;
    }

    .ppolicy__heading {
        font-size: 15px;
    }

    .whpRail__btn--next {
        right: -20px;
    }

    .whpRail__btn--prev {
        left: -20px;
    }
}

.ckBanner {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: none;
    z-index: 60;
}

.ckBanner__card {
    max-width: 920px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 26px 60px rgba(28, 34, 120, .18);
    padding: 16px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 14px;
    align-items: center;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #273556;
}

.ckBanner__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #fff1e9;
    color: #e86f2a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: inset 0 0 0 1px #ffdcca;
}

.ckBanner__title {
    margin: 0 0 6px;
    font-weight: 900;
    color: #2148a5;
    font-size: 18px;
}

.ckBanner__text {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    color: #4e5a73;
}

.ckBanner__link {
    color: #e86f2a;
    font-weight: 700;
    text-decoration: none;
}

.ckBanner__link:hover {
    text-decoration: underline;
}

.ckBanner__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ckBtn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 800;
    cursor: pointer;
    border: 1px solid transparent;
    background: #f2f4fb;
    color: #1d2b5f;
}

.ckBtn i {
    font-size: 14px;
}

.ckBtn--primary {
    background: #e86f2a;
    color: #fff;
    box-shadow: 0 10px 24px rgba(232, 111, 42, .24);
}

.ckBtn--primary:hover {
    background: #d76322;
}

.ckBtn--outline {
    background: #fff;
    border-color: #d4daee;
}

.ckBtn--outline:hover {
    background: #f7f8fe;
}

.ckBtn--ghost {
    background: #fff;
    border-color: #d4daee;
}

.ckBtn--save {
    display: none;
    background: #2148a5;
    color: #fff;
}

/* Settings block */
.ckSettings {
    display: none;
    margin-top: 10px;
    background: #f8f9ff;
    border: 1px solid #e2e6f6;
    padding: 10px;
    border-radius: 10px;
}

.ckSettings__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 0;
}

.ckSettings__label {
    font-weight: 700;
    color: #223056;
}

/* Toggle */
.ckToggle {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.ckToggle__input {
    position: absolute;
    opacity: 0;
    inset: 0;
}

.ckToggle__track {
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: #d6dcef;
    position: relative;
    transition: background .2s ease;
}

.ckToggle__track::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    transition: transform .2s ease;
}

.ckToggle__input:checked+.ckToggle__track {
    background: #39b46e;
}

.ckToggle__input:checked+.ckToggle__track::after {
    transform: translateX(20px);
}

/* Responsive */
@media (max-width:760px) {
    .ckBanner__card {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ckBanner__actions {
        justify-content: flex-start;
    }
}

/* Visible state */
.ckBanner.is-visible {
    display: block;
}

.ckBanner.is-settings .ckSettings {
    display: block;
}

.ckBanner.is-settings .ckBtn--save {
    display: inline-flex;
}