body {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

div {
    margin: 0;
}

:root {
    --y3p-ink: #0b1726;
    --y3p-soft: #5b6876;
    --y3p-line: #e6ebf1;
    --y3p-max: 1180px;
    --y3p-r: 12px;
    --t4s-ink: #0b1726;
    --t4s-soft: #5b6876;
    --t4s-line: #e6ebf1;
    --t4s-bg: #ffffff;
    --t4s-max: 1240px;
    --u9k-bg: #f6f0e9;
    --u9k-text: #0b1726;
    --u9k-soft: #5b6876;
    --u9k-accent: #1b3d6d;
    --p6d-ink: #0b1726;
    --p6d-soft: #5b6876;
    --p6d-line: #e6ebf1;
    --p6d-chip: #eef4f7;
    --p6d-bg: #ffffff;
    --p6d-max: 1100px;
    --p6d-r: 12px;
    --p6d-shadow: 0 10px 24px rgba(6, 16, 30, .06);
    --k2m-ink: #0b1726;
    --k2m-soft: #5b6876;
    --k2m-line: #e6ebf1;
    --k2m-card: #ffffff;
    --k2m-shadow: 0 12px 28px rgba(6, 16, 30, .08);
    --k2m-max: 1240px;
    --k2m-r: 14px;
    --w3r-ink: #0b1726;
    --w3r-soft: #5b6876;
    --w3r-line: #e6ebf1;
    --w3r-bg: #ffffff;
    --w3r-panel: #eaf1f4;
    --w3r-rad: 16px;
    --w3r-max: 1240px;
    --w3r-shadow: 0 12px 28px rgba(6, 16, 30, .08);
    --v5t-ink: #0b1726;
    --v5t-soft: #5b6876;
    --v5t-line: #e6ebf1;
    --v5t-bg: #ffffff;
    --v5t-slab: #eef5f7;
    --v5t-dark: #0e1a2a;
    --v5t-max: 1240px;
    --v5t-r: 18px;
    --v5t-shadow: 0 12px 28px rgba(6, 16, 30, .08);
    --u7c-ink: #0b1726;
    --u7c-soft: #5b6876;
    --u7c-line: #e6ebf1;
    --u7c-bg: #f7fbfd;
    --u7c-pill: #e9f1f5;
    --u7c-shadow: 0 8px 24px rgba(6, 16, 30, .08);
    --u7c-max: 1240px;
    --u7c-r: 12px;
    --q1n-ink: #ffffff;
    --q1n-ink-dim: #e6edf5;
    --q1n-shadow: 0 30px 60px rgba(4, 19, 35, .25);
    --q1n-rad: 18px;
    --q1n-max: 1400px;
    --x8f-bg: #faf3eb;
    --x8f-ink: #0b1826;
    --x8f-soft: #5b6876;
    --x8f-line: #e6e9ee;
    --x8f-card: #ffffff;
    --x8f-accent: #0f1a2a;
    --x8f-shadow: 0 18px 34px rgba(8, 15, 31, .08);
    --x8f-r: 18px;
    --x8f-max: 1240px;
    --z2p-bg: #f6eadd;
    --z2p-ink: #0c1826;
    --z2p-soft: #5b6876;
    --z2p-hit: #e11d2e;
    --z2p-card: #ffffff;
    --z2p-line: #e6e9ee;
    --z2p-shadow: 0 16px 36px rgba(8, 15, 31, .10);
    --z2p-rad: 18px;
    --z2p-max: 1240px;
    --m7v-bg: #f5e9df;
    /* общий фон секции */
    --m7v-ink: #0b1826;
    /* основной текст */
    --m7v-soft: #5b6876;
    /* второй текст */
    --m7v-accent: #0b1324;
    /* для кнопки/иконки */
    --m7v-hit: #e11d2e;
    /* выделение слова future */
    --m7v-card: #ffffff;
    --m7v-line: #e7eaef;
    --m7v-shadow: 0 18px 30px rgba(6, 16, 30, .10);
    --m7v-r: 18px;
    --m7v-max: 1240px;
    --r4q-ink: #0b1623;
    --r4q-soft: #5b6a78;
    --r4q-bg: #f3e7db;
    --r4q-card: #ffffff;
    --r4q-line: #e6e9ee;
    --r4q-shadow: 0 10px 24px rgba(8, 15, 31, .08);
    --r4q-rad: 18px;
    --r4q-max: 1200px;
    --a9k-max: 1200px;
    --a9k-ink: #0b1926;
    --a9k-muted: #4e5b66;
    --a9k-accent: #0f94b7;
    --a9k-line: #e6e9ee;
    --jx9-bg: #ffffff;
    --jx9-text: #0d1b2a;
    --jx9-muted: #5c6b7a;
    --jx9-accent: #0ea5e9;
    --jx9-line: #e8edf2;
    --jx9-shadow: 0 10px 25px rgba(2, 18, 31, .08);
    --jx9-radius: 16px;
    --jx9-maxw: 1200px;
}

/* ===== HEADER ===== */
.jx9-header {
    position: sticky;
    /* фиксируется при скролле */
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    backdrop-filter: saturate(180%) blur(8px);
    transition: box-shadow .25s ease, background-color .25s ease, transform .25s ease;
}

.jx9-header__bar {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: var(--jx9-maxw);
    margin-inline: auto;
    padding: 18px 18px;
}

.jx9-header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--jx9-text);
    font-weight: 700;
    letter-spacing: .2px;
    white-space: nowrap;
}

.jx9-header__logo-mark {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #ef4444, #991b1b);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .5);
}

.jx9-header__spacer {
    flex: 1
}

.jx9-header__menu {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jx9-header__link {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: var(--jx9-text);
    font-weight: 500;
}

.jx9-header__link:hover {
    background: #f3f7fb
}

.jx9-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 12px;
    font-weight: 600;
    background: var(--jx9-accent);
    color: #fff;
    text-decoration: none;
    box-shadow: var(--jx9-shadow);
}

/* Burger */
.jx9-burger {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 38px;
    height: 32px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--jx9-line);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}

.jx9-burger span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--jx9-text);
    transition: transform .25s ease, opacity .25s ease, width .25s ease;
}

.jx9-burger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.jx9-burger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.jx9-burger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile drawer */
.jx9-drawer {
    position: fixed;
    inset: 0 0 auto 0;
    top: 60px;
    background: #fff;
    border-top: 1px solid var(--jx9-line);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease;
    box-shadow: var(--jx9-shadow);
}

.jx9-drawer--open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.jx9-drawer__inner {
    max-width: var(--jx9-maxw);
    margin: auto;
    padding: 12px 18px 18px;
}

.jx9-drawer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.jx9-drawer__link {
    display: block;
    padding: 12px 10px;
    border-radius: 12px;
    color: var(--jx9-text);
    text-decoration: none;
    border: 1px solid var(--jx9-line);
}

.jx9-drawer__link:hover {
    background: #f7fbff;
    border-color: #dbe9f5;
}

/* Header background states */
.jx9-header--top {
    background: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, .6));
}

.jx9-header--pinned {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 6px 20px rgba(1, 16, 28, .06);
}

/* ===== HERO ===== */
.jx9-hero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: #020c1a;
}

.jx9-hero__media {
    position: absolute;
    inset: 0;
    z-index: -1;

    filter: contrast(1.02) saturate(1.05);
    transform: scale(1.02);
}

.jx9-hero__wrap {
    max-width: var(--jx9-maxw);
    margin: auto;
    padding: 100px 18px 100px;
    color: #fff;
}

.jx9-hero__title {
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .2px;
    text-wrap: balance;
}

.jx9-hero__lead {
    margin-top: 18px;
    max-width: 740px;
    color: #e6eef6;
}

.jx9-hero__cta {
    margin-top: 24px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background: #000000;
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 18px;
    text-decoration: none;
    font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (min-width: 980px) {
    .jx9-burger {
        display: none;
    }

    .jx9-drawer {
        display: none;
    }
}

@media (max-width: 979.98px) {

    .jx9-header__menu,
    .jx9-header__cta {
        display: none;
    }
}

/* Utility */
.jx9-container {
    max-width: var(--jx9-maxw);
    margin: -20px auto 0;
    padding: 0px 18px;
    position: relative;
    z-index: 9;
}

.jx9-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.jx9-card {
    background: #fff;
    border: 1px solid var(--jx9-line);
    border-radius: var(--jx9-radius);
    padding: 18px;
    box-shadow: var(--jx9-shadow);
}

.jx9-muted {
    color: var(--jx9-muted);
}

.a9k-bright {
    background: linear-gradient(#ffffff, #f9f3ec);
    border-top: 1px solid var(--a9k-line);
}

.a9k-bright__wrap {
    max-width: var(--a9k-max);
    margin-inline: auto;
    padding: 90px 18px;
    display: grid;
    gap: 28px 48px;
    grid-template-columns: minmax(260px, 1fr) 2fr;
    align-items: start;
}

.a9k-bright__title {
    font-size: clamp(24px, 3.2vw, 36px);
    line-height: 1.15;
    color: var(--a9k-ink);
    margin: 0 0 12px;
}

.a9k-bright__text {
    color: var(--a9k-muted);
    max-width: 44ch;
    margin: 0;
}

/* Сетка справа 2x2 */
.a9k-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 56px;
    align-items: start;
}

.a9k-list__item {
    border-top: 1px solid var(--a9k-line);
    padding-top: 16px;
}

/* Акордеон */
.a9k-acc__btn {
    --padY: 10px;
    --padX: 0;
    appearance: none;
    border: 0;
    background: none;
    width: 100%;
    text-align: left;
    padding: var(--padY) var(--padX);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: clamp(18px, 2.2vw, 28px);
    font-weight: 700;
    color: var(--a9k-ink);
    cursor: pointer;
}

.a9k-acc__chev {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-block;
    border-right: 2px solid var(--a9k-ink);
    border-bottom: 2px solid var(--a9k-ink);
    transform: rotate(45deg);
    transition: transform .2s ease, opacity .2s ease;
    opacity: .9;
}

.a9k-acc__btn[aria-expanded="true"] .a9k-acc__chev {
    transform: rotate(-135deg);
}

.a9k-acc__panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .25s ease;
    overflow: hidden;
}

.a9k-acc__panel>* {
    min-height: 0;
}

.a9k-acc__panel--open {
    grid-template-rows: 1fr;
}

.a9k-acc__panel p {
    margin: 0px 0 0px;
    color: var(--a9k-muted);
}

.a9k-acc__link {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    color: var(--a9k-accent);
}

/* Adaptive */
@media (max-width: 900px) {
    .a9k-bright__wrap {
        grid-template-columns: 1fr;
    }

    .a9k-list {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

.r4q-insights {
    background: var(--r4q-bg);
    padding: 48px 12px 56px;
}

.r4q-insights__head {
    max-width: var(--r4q-max);
    margin: 0 auto 22px;
    text-align: center;
    position: relative;
}

.r4q-insights__title {
    font-size: clamp(32px, 6vw, 66px);
    line-height: 1.05;
    font-style: italic;
    margin: 0 0 8px;
    color: var(--r4q-ink);
}

.r4q-insights__lead {
    margin: 0 auto 18px;
    color: var(--r4q-soft);
    max-width: 56ch;
    margin-bottom: 50px;
}

.r4q-insights__nav {
    position: absolute;
    inset: auto 0 0 auto;
    display: flex;
    gap: 10px;
    transform: translateY(8px);
    right: 0;
}

.r4q-navbtn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--r4q-line);
    background: #fff;
    box-shadow: var(--r4q-shadow);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

/* Track: на десктопе — сетка, на мобиле — горизонтальный скролл со снапом */
.r4q-insights__track {
    max-width: var(--r4q-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.r4q-card {
    background: var(--r4q-card);
    border: 1px solid var(--r4q-line);
    border-radius: var(--r4q-rad);
    box-shadow: var(--r4q-shadow);
    overflow: hidden;
}

.r4q-card--text {
    padding: 26px 26px 22px;
    display: grid;
    gap: 10px;
    position: relative;
}

.r4q-card__tag {
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    color: var(--r4q-soft);
}

.r4q-card__title {
    margin: 0;
    font-size: clamp(18px, 2.1vw, 22px);
    color: var(--r4q-ink);
    line-height: 1.25;
}

.r4q-card__excerpt {
    margin: 4px 0 8px;
    color: var(--r4q-soft);
}

.r4q-card__more {
    position: absolute;
    right: 16px;
    bottom: 18px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid var(--r4q-line);
    color: var(--r4q-ink);
    background: #fff;
}

.r4q-card--image {
    padding: 0;
}

.r4q-card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16/11;
}

/* Раскладка мозаикой: чуть более высокий средний столбец */
.r4q-insights__track>.r4q-card:nth-child(2),
.r4q-insights__track>.r4q-card:nth-child(6) {
    aspect-ratio: 16/11;
}

/* Адаптив */
@media (max-width: 1100px) {
    .r4q-insights__track {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .r4q-insights__head {
        padding-right: 86px;
    }

    /* место под кнопки */
    .r4q-insights__track {
        display: flex;
        gap: 16px;
        overflow: auto;
        padding: 4px 4px 4px 8px;
        scroll-snap-type: x mandatory;
    }

    .r4q-insights__track::-webkit-scrollbar {
        height: 8px;
    }

    .r4q-insights__track>* {
        flex: 0 0 88%;
        scroll-snap-align: start;
    }

    .r4q-card--image img {
        aspect-ratio: 16/10;
    }
}

.m7v-hero {
    background: var(--m7v-bg);
    padding: 48px 16px 72px;
    position: relative;
}

.m7v-hero__wrap {
    max-width: var(--m7v-max);
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 42px;
    align-items: center;
}

/* media */
.m7v-hero__media {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    background: var(--m7v-card);
    box-shadow: var(--m7v-shadow);
}

.m7v-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}

/* content */
.m7v-hero__content {
    position: relative;
}

.m7v-hero__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    color: var(--m7v-soft);
    margin-bottom: 10px;
}

.m7v-hero__title {
    margin: 0 0 12px;
    color: var(--m7v-ink);
    font-size: clamp(26px, 3.6vw, 44px);
    line-height: 1.15;
}

.m7v-hero__highlight {
    color: var(--m7v-hit);
}

.m7v-hero__lead {
    color: var(--m7v-soft);
    max-width: 56ch;
    margin: 0 0 22px;
}

.m7v-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #fff;
    color: var(--m7v-accent);
    border: 1px solid var(--m7v-line);
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: var(--m7v-shadow);
    transition: transform .15s ease, box-shadow .15s ease;
}

.m7v-hero__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(6, 16, 30, .12);
}

.m7v-hero__cta-ic {
    width: 20px;
    height: 20px;
}

/* dashed curve */
.m7v-hero__dash {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 100%;
    height: 220px;
    color: #3b4756;
    opacity: .5;
    pointer-events: none;
}

/* adaptive */
@media (max-width: 1024px) {
    .m7v-hero__wrap {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .m7v-hero__dash {
        height: 180px;
    }
}

@media (max-width: 620px) {
    .m7v-hero {
        padding-bottom: 56px;
    }

    .m7v-hero__media img {
        aspect-ratio: 16/11;
    }

    .m7v-hero__dash {
        display: none;
    }

    /* на очень узких — без декора */
}

.z2p-space {
    background: var(--z2p-bg);
    padding: 56px 16px 70px;
    position: relative;
}

.z2p-space__wrap {
    max-width: var(--z2p-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 36px 42px;
    align-items: center;
}

.z2p-space__content {
    position: relative;
}

.z2p-space__eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    color: var(--z2p-soft);
    margin-bottom: 10px;
}

.z2p-space__title {
    margin: 0 0 10px;
    font-size: clamp(26px, 3.6vw, 40px);
    line-height: 1.2;
    color: var(--z2p-ink);
    font-weight: 800;
    text-wrap: balance;
}

.z2p-space__hit {
    color: var(--z2p-hit);
}

.z2p-space__lead {
    margin: 0 0 22px;
    color: var(--z2p-soft);
    max-width: 60ch;
}

.z2p-space__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: #fff;
    border: 1px solid var(--z2p-line);
    border-radius: 12px;
    text-decoration: none;
    color: #0f1a2a;
    font-weight: 600;
    box-shadow: var(--z2p-shadow);
    transition: transform .15s ease, box-shadow .15s ease;
}

.z2p-space__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 20px 40px rgba(8, 15, 31, .12);
}

.z2p-space__cta-ic {
    width: 20px;
    height: 20px;
}

.z2p-space__media {
    margin: 0;
    border-radius: var(--z2p-rad);
    overflow: hidden;
    background: var(--z2p-card);
    box-shadow: var(--z2p-shadow);
}

.z2p-space__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}

/* dashed decorations */
.z2p-space__dash {
    position: absolute;
    color: #3a4756;
    opacity: .55;
    pointer-events: none;
}

.z2p-space__dash--curve {
    left: 0;
    bottom: -24px;
    width: 520px;
    height: 220px;
}

.z2p-space__dash--top {
    right: 28%;
    top: -36px;
    width: 2px;
    height: 60px;
}

/* адаптив */
@media (max-width: 1024px) {
    .z2p-space__wrap {
        grid-template-columns: 1fr;
    }

    .z2p-space__dash--curve {
        width: 380px;
        height: 180px;
    }

    .z2p-space__dash--top {
        right: 14%;
    }
}

@media (max-width: 640px) {
    .z2p-space {
        padding-bottom: 56px;
    }

    .z2p-space__dash--curve,
    .z2p-space__dash--top {
        display: none;
    }

    /* на очень узких — без декора */
    .z2p-space__media img {
        aspect-ratio: 16/11;
    }
}

.x8f-explore {
    background: var(--x8f-bg);
    padding: 48px 16px;
}

.x8f-explore__head {
    max-width: var(--x8f-max);
    margin: 0 auto 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.x8f-explore__title {
    font-size: clamp(22px, 2.6vw, 28px);
    color: var(--x8f-ink);
    margin: 0;
}

.x8f-explore__nav {
    display: flex;
    gap: 10px;
}

.x8f-navbtn {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--x8f-line);
    background: #fff;
    box-shadow: var(--x8f-shadow);
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    transition: background .2s ease;
}

.x8f-navbtn:hover {
    background: #f0f4f8;
}

.x8f-swiper {
    max-width: var(--x8f-max);
    margin: 0 auto;
}

.x8f-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: var(--x8f-card);
    border-radius: var(--x8f-r);
    overflow: hidden;
    box-shadow: var(--x8f-shadow);
}

.x8f-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}

.x8f-card__content {
    padding: 24px;
    background: #edf4f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.x8f-card__title {
    font-size: clamp(18px, 2vw, 22px);
    color: var(--x8f-ink);
    margin: 0 0 10px;
}

.x8f-card__text {
    margin: 0 0 18px;
    color: var(--x8f-soft);
}

.x8f-card__link {
    font-size: 20px;
    text-decoration: none;
    color: var(--x8f-accent);
}

@media (max-width: 768px) {
    .x8f-card {
        grid-template-columns: 1fr;
    }

    .x8f-card__media img {
        aspect-ratio: 16/11;
    }
}

.q1n-cta {
    display: block;
    padding: 24px 12px;
    background: #f7f1ea;
}

.q1n-cta__link {
    display: grid;
    place-items: center;
    gap: 22px;
    min-height: clamp(240px, 34vw, 420px);
    max-width: var(--q1n-max);
    margin: 0 auto;
    border-radius: var(--q1n-rad);
    overflow: hidden;
    color: var(--q1n-ink);
    text-decoration: none;
    position: relative;
    isolation: isolate;

    /* фон */

    transition: transform .25s ease, box-shadow .25s ease, background-size .25s ease;
}


.q1n-cta__link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .9), 0 0 0 8px rgba(14, 165, 233, .7), var(--q1n-shadow);
    transform: translateY(-1px);
}

.q1n-cta__title {
    font-size: clamp(28px, 5.2vw, 72px);
    font-weight: 800;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
    z-index: 1;
    padding: 0 16px;
}

.q1n-cta__arrow {
    display: inline-grid;
    place-items: center;
    width: clamp(44px, 6vw, 72px);
    height: clamp(44px, 6vw, 72px);
    border-radius: 999px;
    color: var(--q1n-ink-dim);
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .28);
    backdrop-filter: blur(4px);
    z-index: 1;
    transition: transform .25s ease, background-color .25s ease, color .25s ease;
}

.q1n-cta__arrow svg {
    width: 70%;
    height: 70%;
    display: block;
}

.q1n-cta__link:hover .q1n-cta__arrow {
    transform: translateX(4px);
    background: rgba(255, 255, 255, .18);
    color: #fff;
}

/* Узкие экраны */
@media (max-width: 640px) {
    .q1n-cta__link {
        border-radius: 12px;
    }
}

.u7c-visually-hidden {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

.u7c-footer {
    background: #fff;
    border-top: 1px solid var(--u7c-line);
}

.u7c-footer__wrap {
    max-width: var(--u7c-max);
    margin: 0 auto;
    padding: 36px 16px 28px;
    display: grid;
    gap: 28px 40px;
    grid-template-columns: minmax(260px, 1.2fr) 2fr;
    align-items: start;
    position: relative;
}

/* brand */
.u7c-brand__svg {
    width: 320px;
    max-width: 100%;
    height: auto;
}

.u7c-brand__lead {
    color: var(--u7c-soft);
    margin: 18px 0 16px;
    max-width: 46ch;
}

.u7c-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #0f1b2a;
    border: 1px solid var(--u7c-line);
    background: var(--u7c-pill);
    box-shadow: var(--u7c-shadow);
    transition: transform .15s ease, box-shadow .15s ease;
}

.u7c-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(6, 16, 30, .1);
}

.u7c-btn__ic {
    width: 18px;
    height: 18px;
}

.u7c-social {
    display: flex;
    gap: 18px;
    margin-top: 18px;
}

.u7c-social__link {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid var(--u7c-line);
    display: grid;
    place-items: center;
    color: #0e1a2a;
    background: #fff;
    transition: background .2s ease;
}

.u7c-social__link:hover {
    background: #f2f6fa;
}

.u7c-social__link svg {
    width: 18px;
    height: 18px;
}

/* columns */
.u7c-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 40px;
}

.u7c-col__title {
    margin: 0 0 12px;
    color: var(--u7c-ink);
    font-size: 16px;
}

.u7c-col__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.u7c-col__list a {
    color: #153049;
    text-decoration: none;
}

.u7c-col__list a:hover {
    text-decoration: underline;
}

/* back to top */
.u7c-top {
    position: absolute;
    right: 16px;
    top: 85%;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--u7c-line);
    background: #edf5fb;
    color: #0f1b2a;
    box-shadow: var(--u7c-shadow);
    cursor: pointer;
}

.u7c-top svg {
    width: 18px;
    height: 18px;
}

/* subbar */
.u7c-subbar {
    background: var(--u7c-bg);
    border-top: 1px solid var(--u7c-line);
}

.u7c-subbar__wrap {
    max-width: var(--u7c-max);
    margin: 0 auto;
    padding: 18px 16px;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.u7c-legal {
    display: flex;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.u7c-legal a {
    color: #21364a;
    text-decoration: none;
}

.u7c-legal a:hover {
    text-decoration: underline;
}

.u7c-copy {
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--u7c-soft);
}

.u7c-locale {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--u7c-line);
    text-decoration: none;
    color: #0f1b2a;
}

.u7c-locale__chev {
    width: 18px;
    height: 18px;
}

.u7c-flag {
    font-size: 16px;
}

/* responsive */
@media (max-width: 980px) {
    .u7c-footer__wrap {
        grid-template-columns: 1fr;
    }

    .u7c-columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .u7c-columns {
        grid-template-columns: 1fr;
    }

    .u7c-brand__svg {
        width: 260px;
    }
}

.v5t-invest {
    background: var(--v5t-bg);
    padding: 28px 18px 40px;
}

.v5t-invest__top {
    max-width: var(--v5t-max);
    margin: 0 auto 28px;
    display: grid;
    gap: 22px 32px;
    grid-template-columns: 1fr 1.6fr;
    align-items: start;
}

/* Intro left */
.v5t-intro__title {
    margin: 0 0 6px;
    font-size: clamp(22px, 2.8vw, 28px);
    color: var(--v5t-ink);
}

.v5t-intro__lead {
    margin: 0 0 16px;
    color: var(--v5t-soft);
    max-width: 48ch;
}

.v5t-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.v5t-btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid var(--v5t-line);
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.v5t-btn--dark {
    background: var(--v5t-dark);
    color: #fff;
    border-color: transparent;
}

.v5t-btn--dark:hover {
    transform: translateY(-1px);
    box-shadow: var(--v5t-shadow);
}

.v5t-btn--ghost {
    background: #f3f8fb;
    color: #0f1b2a;
}

.v5t-btn--ghost svg {
    width: 18px;
    height: 18px;
}

.v5t-btn--ghost:hover {
    background: #e8f0f5;
}

/* Big image */
.v5t-hero {
    margin: 0;
    border-radius: var(--v5t-r);
    overflow: hidden;
}

.v5t-hero img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/7;
}

/* Metrics */
.v5t-metrics {
    max-width: var(--v5t-max);
    margin: 0 auto;
}

.v5t-metrics__label {
    color: var(--v5t-ink);
    font-weight: 600;
    margin: 12px 0 12px;
}

.v5t-metrics__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 36px;
    align-items: start;
}

.v5t-metric__value {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: var(--v5t-ink);
}

.v5t-metric__note {
    color: var(--v5t-soft);
    font-size: 18px;
}

.v5t-metrics__text {
    color: var(--v5t-soft);
    margin: 16px 0 24px;
    max-width: 90ch;
}

/* Services */
.v5t-services {
    max-width: var(--v5t-max);
    margin: 16px auto 0;
    padding-top: 18px;
    border-top: 1px solid var(--v5t-line);
}

.v5t-services__title {
    margin: 0 0 18px;
    color: var(--v5t-ink);
    font-size: clamp(18px, 2.4vw, 22px);
}

.v5t-cards {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, 1fr);
}

.v5t-card {
    background: #f1f6f8;
    border: 1px solid var(--v5t-line);
    border-radius: var(--v5t-r);
    padding: 16px 16px 32px;
    text-decoration: none;
    color: var(--v5t-ink);
    position: relative;
    transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.v5t-card:hover {
    background: var(--v5t-slab);
    transform: translateY(-2px);
    box-shadow: var(--v5t-shadow);
}

.v5t-card__title {
    margin: 0 0 8px;
    font-size: 16px;
}

.v5t-card__text {
    margin: 0;
    color: var(--v5t-soft);
    font-size: 18px;
}

.v5t-card__arrow {
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 18px;
    opacity: .8;
}

/* Adaptive */
@media (max-width: 1100px) {
    .v5t-invest__top {
        grid-template-columns: 1fr;
    }

    .v5t-hero img {
        aspect-ratio: 16/8;
    }

    .v5t-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .v5t-metrics__grid {
        grid-template-columns: 1fr;
    }

    .v5t-cards {
        grid-template-columns: 1fr;
    }
}

.w3r-slab {
    padding: 90px 14px;
    background: var(--w3r-bg);
}

.w3r-slab__wrap {
    max-width: var(--w3r-max);
    margin: 0 auto;
    display: grid;
    gap: 18px 24px;
    grid-template-columns: 1.1fr 1.4fr;
    align-items: stretch;
}

/* Фото */
.w3r-media {
    margin: 0;
    border-radius: var(--w3r-rad);
    overflow: hidden;
    border: 1px solid var(--w3r-line);
    background: #fff;
}

.w3r-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}

/* Панель */
.w3r-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 28px 28px 56px;
    border-radius: var(--w3r-rad);
    background: var(--w3r-panel);
    border: 1px solid var(--w3r-line);
    box-shadow: var(--w3r-shadow);
}

.w3r-panel__title {
    margin: 0 0 10px;
    color: var(--w3r-ink);
    font-size: clamp(20px, 2.8vw, 28px);
    line-height: 1.2;
}

.w3r-panel__lead {
    margin: 0;
    color: var(--w3r-soft);
    max-width: 66ch;
}

/* Стрелка внизу справа */
.w3r-panel__arrow {
    position: absolute;
    right: 18px;
    bottom: 16px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #0f1a2a;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--w3r-line);
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.w3r-panel__arrow svg {
    width: 22px;
    height: 22px;
}

.w3r-panel__arrow:hover {
    transform: translateX(2px);
    box-shadow: var(--w3r-shadow);
    background: #f7fbff;
}

/* Адаптив */
@media (max-width: 980px) {
    .w3r-slab__wrap {
        grid-template-columns: 1fr;
    }

    .w3r-media img {
        aspect-ratio: 16/10;
    }
}

.k2m-news {
    padding: 18px 14px 28px;
    background: #fff;
}

.k2m-news__head {
    max-width: var(--k2m-max);
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.k2m-news__title {
    margin: 0;
    font-size: clamp(22px, 3.5vw, 36px);
    color: var(--k2m-ink);
}

/* Filter */
.k2m-filter {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--k2m-soft);
}

.k2m-filter__label {
    font-size: 14px;
}

.k2m-select {
    position: relative;
}

.k2m-select__control {
    appearance: none;
    -webkit-appearance: none;
    padding: 10px 34px 10px 12px;
    border-radius: 10px;
    border: 1px solid var(--k2m-line);
    background: #f6fbff;
    color: #0f1b2a;
    font-weight: 600;
    cursor: pointer;
}

.k2m-select__chev {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    color: #0f1b2a;
    pointer-events: none;
}

/* Grid */
.k2m-grid {
    max-width: var(--k2m-max);
    margin: 0 auto;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.k2m-card {
    background: var(--k2m-card);
    border: 1px solid var(--k2m-line);
    border-radius: var(--k2m-r);
    padding: 0 0 42px;
    position: relative;
    overflow: hidden;
    transition: transform .15s ease, box-shadow .15s ease;
}

.k2m-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--k2m-shadow);
}

.k2m-card__thumb {
    display: block;
    border-bottom: 1px solid var(--k2m-line);
}

.k2m-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}

.k2m-card__title {
    margin: 14px 14px 8px;
    font-size: clamp(16px, 2vw, 22px);
    line-height: 1.25;
}

.k2m-card__title a {
    color: var(--k2m-ink);
    text-decoration: none;
}

.k2m-card__title a:hover {
    text-decoration: underline;
}

.k2m-card__excerpt {
    margin: 0 14px;
    color: var(--k2m-soft);
    min-height: 46px;
}

.k2m-card__arrow {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid var(--k2m-line);
    text-decoration: none;
    color: #0f1b2a;
    background: #fff;
}

/* Adaptive */
@media (max-width: 1200px) {
    .k2m-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {
    .k2m-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .k2m-news__head {
        align-items: flex-start;
        flex-direction: column;
    }

    .k2m-grid {
        grid-template-columns: 1fr;
    }
}

.p6d-div {
    background: var(--p6d-bg);
    padding: 18px 14px 40px;
}

.p6d-div__head {
    max-width: var(--p6d-max);
    margin: 0 auto 14px;
}

.p6d-div__meta-top {
    display: flex;
    gap: 8px 16px;
    align-items: center;
    color: var(--p6d-soft);
    font-size: 13px;
}

.p6d-div__type {
    font-weight: 600;
}

.p6d-div__date {
    opacity: .9;
}

.p6d-div__title {
    margin: 8px 0 10px;
    font-size: clamp(22px, 3.4vw, 34px);
    line-height: 1.25;
    color: var(--p6d-ink);
}

.p6d-div__subtitle {
    margin: 0 0 10px;
    color: #2b3a4a;
    max-width: 78ch;
}

.p6d-tags {
    list-style: none;
    padding: 0;
    margin: 10px 0 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.p6d-tags__item {
    padding: 6px 10px;
    background: var(--p6d-chip);
    border: 1px solid var(--p6d-line);
    border-radius: 999px;
    font-size: 12px;
    color: #0f1b2a;
}

.p6d-div__meta-bot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid var(--p6d-line);
    padding-top: 12px;
}

.p6d-author {
    display: flex;
    gap: 10px;
    align-items: center;
}

.p6d-author__avatar {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #e8eef4;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #213147;
}

.p6d-author__info {
    display: grid;
    line-height: 1.1;
}

.p6d-author__name {
    font-weight: 700;
    color: var(--p6d-ink);
}

.p6d-author__role {
    font-size: 12px;
    color: var(--p6d-soft);
}

.p6d-utils {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p6d-util {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0f1b2a;
    background: #f2f6fa;
    border: 1px solid var(--p6d-line);
    padding: 8px 10px;
    border-radius: 10px;
    font-weight: 600;
}

.p6d-util svg {
    width: 18px;
    height: 18px;
}

.p6d-dot {
    color: var(--p6d-soft);
}

.p6d-readtime {
    color: var(--p6d-soft);
}

.p6d-share {
    position: relative;
}

.p6d-share__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid var(--p6d-line);
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    color: #0f1b2a;
}

.p6d-share__btn svg {
    width: 16px;
    height: 16px;
}

.p6d-share__menu {
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    min-width: 180px;
    background: #fff;
    border: 1px solid var(--p6d-line);
    border-radius: 10px;
    box-shadow: var(--p6d-shadow);
    list-style: none;
    margin: 0;
    padding: 6px;
}

.p6d-share__menu li a {
    display: block;
    padding: 8px 10px;
    color: #0f1b2a;
    text-decoration: none;
    border-radius: 8px;
}

.p6d-share__menu li a:hover {
    background: #f5f9fc;
}

.p6d-div__body {
    max-width: var(--p6d-max);
    margin: 24px auto 0;
    border-top: 1px solid var(--p6d-line);
    padding-top: 18px;
    color: #1b2938;
}

.p6d-div__body p {
    margin: 0 0 14px;
    color: #1f3346;
}

.p6d-h3 {
    margin: 20px 0 8px;
    font-size: 18px;
    color: #0b1726;
}

@media (max-width: 640px) {
    .p6d-utils {
        gap: 8px;
    }

    .p6d-util {
        padding: 7px 9px;
    }
}

.u9k-contact {
    background: var(--u9k-bg);
    padding: 90px 14px;
    text-align: center;
}

.u9k-contact__wrap {
    max-width: 900px;
    margin: 0 auto 24px;
}

.u9k-contact__title {
    margin: 0 0 12px;
    font-size: clamp(26px, 4vw, 38px);
    color: var(--u9k-text);
}

.u9k-contact__desc {
    margin: 0;
    font-size: clamp(14px, 1.6vw, 18px);
    color: var(--u9k-soft);
}

.u9k-contact__icons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.u9k-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--u9k-text);
    font-size: 20px;
    transition: transform .2s ease, color .2s ease;
}

.u9k-icon i {
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    margin-bottom: 6px;
}

.u9k-icon:hover {
    color: var(--u9k-accent);
    transform: translateY(-3px);
}

@media(max-width:500px) {
    .u9k-icon i {
        font-size: 22px;
        width: 40px;
        height: 40px;
    }
}

.u9k-contact img {
    height: 400px;
    margin-top: 50px;
    width: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.u9k-contact__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.t4s-faq {
    background: var(--t4s-bg);
    padding: 24px 14px 30px;
}

.t4s-faq__wrap {
    max-width: var(--t4s-max);
    margin: 0 auto;
    display: grid;
    gap: 16px 40px;
    grid-template-columns: minmax(240px, .9fr) 2fr;
    align-items: start;
}

.t4s-faq__title {
    margin: 0;
    color: var(--t4s-ink);
    font-size: clamp(28px, 5vw, 54px);
    line-height: 1.05;
    font-weight: 800;
}

/* Accordion */
.t4s-acc {
    border-left: 1px solid transparent;
}

/* для выравнивания визуально */
.t4s-acc__item {
    border-bottom: 1px solid var(--t4s-line);
}

.t4s-acc__button {
    appearance: none;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 18px 8px;
    color: var(--t4s-ink);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 600;
}

.t4s-acc__chev {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    opacity: .9;
    border-right: 2px solid var(--t4s-ink);
    border-bottom: 2px solid var(--t4s-ink);
    transform: rotate(45deg);
    transition: transform .2s ease, opacity .2s ease;
}

.t4s-acc__button[aria-expanded="true"] .t4s-acc__chev {
    transform: rotate(-135deg);
}

.t4s-acc__panel {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows .25s ease;
}

.t4s-acc__panel .t4s-acc__inner {
    min-height: 0;
    padding: 0 8px 0px;
    color: var(--t4s-soft);
}

.t4s-acc__panel--open {
    grid-template-rows: 1fr;
}

/* Responsive */
@media (max-width: 840px) {
    .t4s-faq__wrap {
        grid-template-columns: 1fr;
    }

    .t4s-faq__title {
        margin-bottom: 6px;
    }
}

.y3p-terms {
    padding: 18px 14px 32px;
    background: #fff;
}

.y3p-terms__head {
    max-width: var(--y3p-max);
    margin: 0 auto 8px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    justify-content: space-between;
}

.y3p-terms__title {
    margin: 0;
    font-size: clamp(28px, 5vw, 52px);
    color: var(--y3p-ink);
    line-height: 1.05;
}

/* mobile jump */
.y3p-jump {
    display: none;
    align-items: center;
    gap: 8px;
}

.y3p-jump__label {
    color: var(--y3p-soft);
    font-size: 14px;
}

.y3p-jump__select {
    padding: 10px 12px;
    border: 1px solid var(--y3p-line);
    border-radius: 10px;
    background: #f6fafe;
    color: #0f1b2a;
    font-weight: 600;
}

.y3p-terms__wrap {
    max-width: var(--y3p-max);
    margin: 0 auto;
    display: grid;
    gap: 24px 40px;
    grid-template-columns: 300px 1fr;
    align-items: start;
}

/* sidenav */
.y3p-sidenav {
    position: sticky;
    top: 16px;
    align-self: start;
    border-right: 1px solid var(--y3p-line);
    padding-right: 22px;
}

.y3p-sidenav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 14px;
}

.y3p-sidenav__link {
    display: block;
    text-decoration: none;
    color: #1a2f45;
    line-height: 1.25;
    border-radius: 8px;
    padding: 4px 6px;
}

.y3p-sidenav__link:hover {
    background: #f5f9fc;
}

.y3p-sidenav__link.is-active {
    color: #0b1726;
    font-weight: 700;
}

/* content */
.y3p-content {
    min-width: 0;
}

.y3p-kicker {
    color: var(--y3p-soft);
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
}

.y3p-sec {
    padding: 18px 0;
}

.y3p-sec+.y3p-sec {
    border-top: 1px solid var(--y3p-line);
}

.y3p-sec__title {
    margin: 0 0 10px;
    font-size: clamp(20px, 3vw, 32px);
    color: var(--y3p-ink);
}

.y3p-sec p {
    color: #23364a;
    margin: 0 0 12px;
}

/* responsive */
@media (max-width: 980px) {
    .y3p-terms__wrap {
        grid-template-columns: 1fr;
    }

    .y3p-sidenav {
        display: none;
    }

    .y3p-jump {
        display: flex;
    }
}

.y3p-terms__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}
.y3p-cookie{
    position:fixed; bottom:0; left:0; width:100%;
    background:#0b1726; color:#fff; z-index:9999;
    padding:12px 16px;
    box-shadow:0 -2px 8px rgba(0,0,0,0.2);
  }
  .y3p-cookie__wrap{
    max-width:1180px; margin:0 auto;
    display:flex; flex-wrap:wrap; align-items:center; gap:12px;
  }
  .y3p-cookie__text{
    flex:1; font-size:14px; line-height:1.4; margin:0;
  }
  .y3p-cookie__link{
    color:#4db8ff; text-decoration:underline;
  }
  .y3p-cookie__btn{
    background:#4db8ff; color:#fff;
    border:none; border-radius:6px; padding:8px 18px;
    font-weight:600; cursor:pointer; flex-shrink:0;
  }
  .y3p-cookie__btn:hover{
    background:#1fa0ff;
  }