/* KYK Home page styles. Extracted from the approved page without design/text changes. */

/* =========================================
   KYK HOME HERO V2
   Главный экран KYK
   ========================================= */
.kyk-home-hero-v2,
.kyk-home-hero-v2 * {
    box-sizing: border-box;
}

.kyk-home-hero-v2 {
    --kyk-blue: #0046d5;
    --kyk-blue-dark: #0036a8;
    --kyk-text: #122536;
    --kyk-muted: #344256;
    --kyk-bg: #f6f8fb;

    position: relative;
    overflow: hidden;
    min-height: 760px;
    display: flex;
    align-items: center;
    background: var(--kyk-bg);
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
}

.kyk-home-hero-v2 .hero-bg-desktop {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url("/new-site/banners/A_wideangle_panoramic_4k_202602061318.jpeg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kyk-home-hero-v2 .hero-mobile-photo {
    display: none;
}

.kyk-home-hero-v2 .hero-mask {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,0.98) 0%,
            rgba(255,255,255,0.94) 24%,
            rgba(255,255,255,0.66) 44%,
            rgba(255,255,255,0.18) 66%,
            rgba(255,255,255,0.02) 100%
        );
}

.kyk-home-hero-v2 .hero-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 96px 48px 76px;
}

.kyk-home-hero-v2 .hero-content {
    width: min(680px, 100%);
}

.kyk-home-hero-v2 .hero-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.kyk-home-hero-v2 .hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    box-shadow: 0 10px 24px rgba(20, 35, 70, 0.08);
}

.kyk-home-hero-v2 .hero-badge.is-primary {
    color: #ffffff;
    background: var(--kyk-blue);
    border: 2px solid var(--kyk-blue);
}

.kyk-home-hero-v2 .hero-badge.is-light {
    color: var(--kyk-blue);
    background: #ffffff;
    border: 2px solid rgba(0, 70, 213, 0.22);
}

.kyk-home-hero-v2 .hero-kicker {
    display: block;
    margin-bottom: 18px;
    color: var(--kyk-blue);
    font-size: 13px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.kyk-home-hero-v2 .hero-title {
    margin: 0;
    color: var(--kyk-text) !important;
    font-size: clamp(54px, 5.5vw, 84px);
    line-height: 0.96;
    font-weight: 950;
    letter-spacing: -0.065em;
    text-shadow: none !important;
}

.kyk-home-hero-v2 .hero-dynamic-line {
    margin-top: 18px;
    color: var(--kyk-text) !important;
    font-size: clamp(32px, 3.7vw, 56px);
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -0.055em;
    text-shadow: none !important;
}

.kyk-home-hero-v2 #kykHomeHighlights {
    position: relative;
    display: inline-block;
    height: 1.08em;
    min-width: 5.35em;
    overflow: hidden;
    vertical-align: bottom;
    color: var(--kyk-blue) !important;
    font-style: normal;
    text-shadow: none !important;
}

.kyk-home-hero-v2 #kykHomeHighlights span {
    display: block;
    height: 1.08em;
    line-height: 1.08em;
    color: var(--kyk-blue) !important;
    transform: translateY(0);
    transition: transform 0.42s cubic-bezier(.22,.61,.36,1);
    white-space: nowrap;
    text-shadow: none !important;
}

.kyk-home-hero-v2 .hero-desc {
    margin: 28px 0 0;
    max-width: 640px;
    color: var(--kyk-muted) !important;
    font-size: 20px;
    line-height: 1.52;
    font-weight: 600;
    text-shadow: none !important;
}

.kyk-home-hero-v2 .hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.kyk-home-hero-v2 .hero-btn {
    min-height: 58px;
    padding: 0 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.kyk-home-hero-v2 .hero-btn:hover {
    transform: translateY(-2px);
}

.kyk-home-hero-v2 .hero-btn.is-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--kyk-blue), #1f75ff);
    box-shadow: 0 18px 38px rgba(0, 70, 213, 0.28);
}

.kyk-home-hero-v2 .hero-btn.is-primary::after {
    content: "→";
    margin-left: 10px;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

.kyk-home-hero-v2 .hero-btn.is-secondary {
    color: var(--kyk-blue) !important;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 70, 213, 0.22);
    box-shadow: 0 14px 30px rgba(20, 35, 70, 0.08);
}

.kyk-home-hero-v2 .hero-features {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kyk-home-hero-v2 .hero-feature {
    min-height: 46px;
    padding: 10px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--kyk-text);
    background: rgba(255,255,255,0.88);
    border: 1px solid rgba(18,37,54,0.10);
    box-shadow: 0 10px 26px rgba(20, 35, 70, 0.08);
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.kyk-home-hero-v2 .hero-feature svg {
    width: 17px;
    height: 17px;
    fill: var(--kyk-blue);
    flex: 0 0 auto;
}

@media (min-width: 1440px) {
    .kyk-home-hero-v2 {
        min-height: 820px;
    }

    .kyk-home-hero-v2 .hero-container {
        max-width: 1480px;
        padding-left: 72px;
        padding-right: 72px;
    }

    .kyk-home-hero-v2 .hero-content {
        width: 700px;
    }
}

@media (max-width: 1180px) {
    .kyk-home-hero-v2 {
        min-height: 720px;
    }

    .kyk-home-hero-v2 .hero-container {
        padding: 78px 34px 58px;
    }

    .kyk-home-hero-v2 .hero-title {
        font-size: clamp(48px, 5.2vw, 68px);
    }

    .kyk-home-hero-v2 .hero-dynamic-line {
        font-size: clamp(31px, 4vw, 48px);
    }

    .kyk-home-hero-v2 .hero-desc {
        font-size: 19px;
    }
}

@media (max-width: 900px) {
    .kyk-home-hero-v2 {
        display: block;
        min-height: 0;
        background: #ffffff;
    }

    .kyk-home-hero-v2 .hero-bg-desktop,
    .kyk-home-hero-v2 .hero-mask {
        display: none;
    }

    .kyk-home-hero-v2 .hero-container {
        position: relative;
        z-index: 3;
        padding: 34px 24px 34px;
        background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    }

    .kyk-home-hero-v2 .hero-content {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        text-align: center;
    }

    .kyk-home-hero-v2 .hero-badge-row,
    .kyk-home-hero-v2 .hero-buttons,
    .kyk-home-hero-v2 .hero-features {
        justify-content: center;
    }

    .kyk-home-hero-v2 .hero-badge-row {
        margin-bottom: 18px;
    }

    .kyk-home-hero-v2 .hero-kicker {
        margin-bottom: 14px;
    }

    .kyk-home-hero-v2 .hero-title {
        font-size: clamp(39px, 7vw, 56px);
        line-height: 1.03;
        letter-spacing: -0.055em;
    }

    .kyk-home-hero-v2 .hero-dynamic-line {
        font-size: clamp(28px, 5.5vw, 41px);
        line-height: 1.08;
        letter-spacing: -0.045em;
    }

    .kyk-home-hero-v2 .hero-desc {
        margin-left: auto;
        margin-right: auto;
        max-width: 590px;
        font-size: 17px;
    }

    .kyk-home-hero-v2 .hero-mobile-photo {
        display: block;
        width: 100%;
        height: clamp(300px, 55vw, 460px);
        margin: 28px 0 0;
        border-radius: 26px;
        background-image: url("/new-site/banners/A_wideangle_panoramic_4k_202602061318.jpeg");
        background-size: cover;
        background-position: 68% center;
        background-repeat: no-repeat;
        box-shadow: 0 20px 54px rgba(20, 35, 70, 0.12);
        overflow: hidden;
    }

    .kyk-home-hero-v2 .hero-buttons {
        margin-top: 28px;
    }

    .kyk-home-hero-v2 .hero-features {
        margin-top: 22px;
    }
}

@media (max-width: 640px) {
    .kyk-home-hero-v2 .hero-container {
        padding: 28px 16px 28px;
    }

    .kyk-home-hero-v2 .hero-badge-row {
        gap: 7px;
        margin-bottom: 14px;
    }

    .kyk-home-hero-v2 .hero-badge {
        min-height: 30px;
        padding: 6px 10px;
        font-size: 10.5px;
    }

    .kyk-home-hero-v2 .hero-kicker {
        margin-bottom: 12px;
        font-size: 10px;
        line-height: 1.45;
        letter-spacing: 0.16em;
    }

    .kyk-home-hero-v2 .hero-title {
        font-size: clamp(31px, 8.7vw, 42px);
        line-height: 1.05;
        letter-spacing: -0.05em;
    }

    .kyk-home-hero-v2 .hero-dynamic-line {
        font-size: clamp(24px, 7.3vw, 32px);
        line-height: 1.12;
        letter-spacing: -0.035em;
    }

    .kyk-home-hero-v2 #kykHomeHighlights {
        min-width: 5.25em;
        height: 1.08em;
    }

    .kyk-home-hero-v2 #kykHomeHighlights span {
        height: 1.08em;
        line-height: 1.08em;
    }

    .kyk-home-hero-v2 .hero-desc {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.48;
    }

    .kyk-home-hero-v2 .hero-mobile-photo {
        height: 292px;
        margin-top: 24px;
        border-radius: 22px;
        background-position: 70% center;
    }

    .kyk-home-hero-v2 .hero-buttons {
        margin-top: 24px;
        gap: 10px;
    }

    .kyk-home-hero-v2 .hero-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 16px;
        font-size: 12.5px;
    }

    .kyk-home-hero-v2 .hero-features {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .kyk-home-hero-v2 .hero-feature {
        justify-content: center;
        width: 100%;
        min-height: 42px;
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .kyk-home-hero-v2 .hero-container {
        padding: 24px 14px 24px;
    }

    .kyk-home-hero-v2 .hero-badge-row {
        display: none;
    }

    .kyk-home-hero-v2 .hero-title {
        font-size: 29px;
    }

    .kyk-home-hero-v2 .hero-dynamic-line {
        font-size: 22px;
    }

    .kyk-home-hero-v2 .hero-desc {
        font-size: 14px;
    }

    .kyk-home-hero-v2 .hero-mobile-photo {
        height: 250px;
        margin-top: 22px;
        background-position: 74% center;
    }

    .kyk-home-hero-v2 .hero-feature {
        font-size: 11.5px;
    }
}

/* =========================================
   KYK HOME CATEGORIES
   Второй блок: категории KYK
   ========================================= */

.kyk-home-categories,
.kyk-home-categories * {
    box-sizing: border-box;
}

.kyk-home-categories {
    --kyk-blue: #0046d5;
    --kyk-text: #122536;
    --kyk-muted: #5d6978;
    --kyk-border: rgba(18, 37, 54, 0.08);

    padding: 86px 20px 92px;
    background: #ffffff;
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
    overflow: hidden;
}

.kyk-home-categories .kyk-cat-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

.kyk-home-categories .kyk-cat-head {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.kyk-home-categories .kyk-cat-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(0, 70, 213, 0.07);
    color: var(--kyk-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kyk-home-categories .kyk-cat-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.kyk-home-categories .kyk-cat-desc {
    max-width: 680px;
    margin: 18px auto 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.kyk-home-categories .kyk-cat-scroll {
    width: 100%;
}

.kyk-home-categories .kyk-cat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.kyk-home-categories .kyk-cat-card {
    position: relative;
    min-height: 100%;
    padding: 34px 30px 32px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid var(--kyk-border);
    box-shadow: 0 18px 44px rgba(20, 35, 70, 0.07);
    text-decoration: none !important;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.kyk-home-categories .kyk-cat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 68px rgba(20, 35, 70, 0.13);
    border-color: rgba(0, 70, 213, 0.18);
}

.kyk-home-categories .kyk-cat-image {
    width: 100%;
    height: 250px;
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}

.kyk-home-categories .kyk-cat-image img {
    display: block;
    max-width: 92%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
    transition: transform .25s ease;
}

.kyk-home-categories .kyk-cat-card:hover .kyk-cat-image img {
    transform: scale(1.035);
}

.kyk-home-categories .kyk-cat-name {
    margin: 0;
    color: var(--kyk-text);
    font-size: 25px;
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.kyk-home-categories .kyk-cat-text {
    max-width: 410px;
    min-height: 74px;
    margin: 14px auto 0;
    color: var(--kyk-muted);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

.kyk-home-categories .kyk-cat-link {
    margin-top: auto;
    padding-top: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--kyk-blue);
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.kyk-home-categories .kyk-cat-link::after {
    content: "→";
    margin-left: 9px;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform .2s ease;
}

.kyk-home-categories .kyk-cat-card:hover .kyk-cat-link::after {
    transform: translate(5px, -1px);
}

.kyk-home-categories .kyk-cat-mobile-hint {
    display: none;
    margin: 18px auto 0;
    color: #6b7686;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 900px) {
    .kyk-home-categories {
        padding: 70px 0 76px;
    }

    .kyk-home-categories .kyk-cat-head {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 38px;
    }

    .kyk-home-categories .kyk-cat-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 0 20px 14px;
    }

    .kyk-home-categories .kyk-cat-scroll::-webkit-scrollbar {
        height: 8px;
    }

    .kyk-home-categories .kyk-cat-scroll::-webkit-scrollbar-track {
        background: rgba(18, 37, 54, 0.06);
        border-radius: 999px;
        margin: 0 20px;
    }

    .kyk-home-categories .kyk-cat-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 70, 213, 0.28);
        border-radius: 999px;
    }

    .kyk-home-categories .kyk-cat-grid {
        display: flex;
        gap: 18px;
        width: max-content;
    }

    .kyk-home-categories .kyk-cat-card {
        width: 360px;
        flex: 0 0 360px;
        scroll-snap-align: start;
    }

    .kyk-home-categories .kyk-cat-mobile-hint {
        display: block;
    }
}

@media (max-width: 760px) {
    .kyk-home-categories {
        padding: 60px 0 66px;
    }

    .kyk-home-categories .kyk-cat-head {
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 32px;
    }

    .kyk-home-categories .kyk-cat-kicker {
        min-height: 30px;
        padding: 7px 12px;
        font-size: 10.5px;
        letter-spacing: 0.13em;
    }

    .kyk-home-categories .kyk-cat-title {
        font-size: clamp(30px, 8.5vw, 42px);
        line-height: 1.06;
    }

    .kyk-home-categories .kyk-cat-desc {
        margin-top: 15px;
        font-size: 15.5px;
        line-height: 1.5;
    }

    .kyk-home-categories .kyk-cat-scroll {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 12px;
    }

    .kyk-home-categories .kyk-cat-grid {
        gap: 14px;
    }

    .kyk-home-categories .kyk-cat-card {
        width: 82vw;
        max-width: 350px;
        min-width: 286px;
        flex-basis: 82vw;
        padding: 24px 18px 24px;
        border-radius: 18px;
    }

    .kyk-home-categories .kyk-cat-image {
        height: 205px;
        margin-bottom: 22px;
    }

    .kyk-home-categories .kyk-cat-name {
        font-size: 21px;
    }

    .kyk-home-categories .kyk-cat-text {
        min-height: 0;
        font-size: 14.5px;
    }

    .kyk-home-categories .kyk-cat-link {
        padding-top: 20px;
        font-size: 12px;
    }
}

@media (max-width: 380px) {
    .kyk-home-categories {
        padding-top: 54px;
        padding-bottom: 60px;
    }

    .kyk-home-categories .kyk-cat-title {
        font-size: 28px;
    }

    .kyk-home-categories .kyk-cat-desc {
        font-size: 14.5px;
    }

    .kyk-home-categories .kyk-cat-card {
        min-width: 270px;
        padding: 22px 16px;
    }

    .kyk-home-categories .kyk-cat-image {
        height: 180px;
    }

    .kyk-home-categories .kyk-cat-name {
        font-size: 20px;
    }

    .kyk-home-categories .kyk-cat-text {
        font-size: 14px;
    }
}

/* =========================================================
   KYK POPULAR PRODUCTS SECTION
   Третий блок: популярные товары
   ========================================================= */

.kyk-popular-products,
.kyk-popular-products * {
    box-sizing: border-box;
}

.kyk-popular-products {
    --kyk-blue: #0046d5;
    --kyk-blue-soft: rgba(0, 70, 213, 0.08);
    --kyk-text: #122536;
    --kyk-muted: #5b6878;
    --kyk-border: rgba(18, 37, 54, 0.10);

    padding: 94px 20px 100px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
    overflow: hidden;
}

.kyk-popular-products .kyk-popular-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.kyk-popular-products .kyk-popular-head {
    max-width: 780px;
    margin: 0 auto 44px;
    text-align: center;
}

.kyk-popular-products .kyk-popular-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: var(--kyk-blue-soft);
    color: var(--kyk-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kyk-popular-products .kyk-popular-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.kyk-popular-products .kyk-popular-desc {
    max-width: 660px;
    margin: 18px auto 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.kyk-popular-products .kyk-popular-scroll {
    width: 100%;
}

.kyk-popular-products .kyk-popular-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.kyk-popular-products .kyk-popular-card {
    position: relative;
    min-height: 100%;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--kyk-border);
    box-shadow: 0 20px 54px rgba(20, 35, 70, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.kyk-popular-products .kyk-popular-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 78px rgba(20, 35, 70, 0.15);
    border-color: rgba(0, 70, 213, 0.22);
}

.kyk-popular-products .kyk-popular-image-wrap {
    position: relative;
    padding: 20px 20px 0;
}

.kyk-popular-products .kyk-popular-image-inner {
    position: relative;
    height: 270px;
    border-radius: 24px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.kyk-popular-products .kyk-popular-image-inner img {
    display: block;
    max-width: 88%;
    max-height: 88%;
    object-fit: contain;
    transition: transform .25s ease;
}

.kyk-popular-products .kyk-popular-card:hover .kyk-popular-image-inner img {
    transform: scale(1.035);
}

.kyk-popular-products .kyk-popular-label {
    position: absolute;
    left: 32px;
    top: 32px;
    z-index: 2;
    max-width: calc(100% - 64px);
    min-height: 29px;
    padding: 7px 11px;
    border-radius: 999px;
    background: var(--kyk-blue);
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 10px 24px rgba(0, 70, 213, 0.22);
    white-space: nowrap;
}

.kyk-popular-products .kyk-popular-body {
    padding: 24px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.kyk-popular-products .kyk-popular-subtitle {
    min-height: 30px;
    margin-bottom: 8px;
    color: var(--kyk-blue);
    font-size: 11px;
    line-height: 1.35;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.kyk-popular-products .kyk-popular-name {
    margin: 0;
    min-height: 54px;
    color: var(--kyk-text);
    font-size: 23px;
    line-height: 1.16;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.kyk-popular-products .kyk-popular-text {
    margin: 13px 0 0;
    min-height: 106px;
    color: var(--kyk-muted);
    font-size: 14.5px;
    line-height: 1.48;
    font-weight: 600;
}

.kyk-popular-products .kyk-popular-features {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.kyk-popular-products .kyk-popular-features li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #243649;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 750;
}

.kyk-popular-products .kyk-popular-features li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--kyk-blue);
    flex: 0 0 auto;
}

.kyk-popular-products .kyk-popular-price-row {
    margin-top: auto;
    padding-top: 24px;
}

.kyk-popular-products .kyk-popular-old-price {
    display: block;
    margin-bottom: 5px;
    color: #8b98a8;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-decoration: line-through;
}

.kyk-popular-products .kyk-popular-price {
    display: block;
    color: var(--kyk-text);
    font-size: 29px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.04em;
}

.kyk-popular-products .kyk-popular-credit {
    display: block;
    margin-top: 8px;
    color: var(--kyk-blue);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 850;
}

.kyk-popular-products .kyk-popular-btn {
    margin-top: 18px;
    min-height: 50px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #eef4fb;
    color: var(--kyk-blue) !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.kyk-popular-products .kyk-popular-card:hover .kyk-popular-btn {
    background: var(--kyk-blue);
    color: #ffffff !important;
}

.kyk-popular-products .kyk-popular-mobile-hint {
    display: none;
    margin: 18px auto 0;
    color: #6b7686;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

.kyk-popular-products .kyk-popular-consult {
    margin: 36px auto 0;
    max-width: 900px;
    padding: 30px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 90% 20%, rgba(0,70,213,0.16), transparent 34%),
        linear-gradient(135deg, #122536 0%, #071827 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(18, 37, 54, 0.22);
}

.kyk-popular-products .kyk-popular-consult b {
    display: block;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.kyk-popular-products .kyk-popular-consult span {
    display: block;
    margin-top: 7px;
    color: rgba(255,255,255,0.78);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.kyk-popular-products .kyk-popular-consult-btn {
    min-height: 52px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: #ffffff;
    color: var(--kyk-blue) !important;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .kyk-popular-products {
        padding-left: 0;
        padding-right: 0;
    }

    .kyk-popular-products .kyk-popular-head,
    .kyk-popular-products .kyk-popular-consult {
        margin-left: 20px;
        margin-right: 20px;
    }

    .kyk-popular-products .kyk-popular-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 0 20px 12px;
    }

    .kyk-popular-products .kyk-popular-scroll::-webkit-scrollbar {
        height: 8px;
    }

    .kyk-popular-products .kyk-popular-scroll::-webkit-scrollbar-track {
        background: rgba(18, 37, 54, 0.06);
        border-radius: 999px;
        margin: 0 20px;
    }

    .kyk-popular-products .kyk-popular-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 70, 213, 0.28);
        border-radius: 999px;
    }

    .kyk-popular-products .kyk-popular-grid {
        display: flex;
        gap: 18px;
        width: max-content;
    }

    .kyk-popular-products .kyk-popular-card {
        width: 344px;
        flex: 0 0 344px;
        scroll-snap-align: start;
    }

    .kyk-popular-products .kyk-popular-mobile-hint {
        display: block;
    }
}

@media (max-width: 900px) {
    .kyk-popular-products {
        padding-top: 74px;
        padding-bottom: 78px;
    }

    .kyk-popular-products .kyk-popular-head {
        margin-bottom: 32px;
    }

    .kyk-popular-products .kyk-popular-desc {
        font-size: 16.5px;
    }

    .kyk-popular-products .kyk-popular-card {
        width: 320px;
        flex-basis: 320px;
    }

    .kyk-popular-products .kyk-popular-image-inner {
        height: 238px;
    }

    .kyk-popular-products .kyk-popular-consult {
        padding: 26px;
        border-radius: 28px;
        flex-direction: column;
        align-items: flex-start;
    }

    .kyk-popular-products .kyk-popular-consult-btn {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .kyk-popular-products {
        padding-top: 60px;
        padding-bottom: 66px;
    }

    .kyk-popular-products .kyk-popular-head {
        margin-left: 14px;
        margin-right: 14px;
        margin-bottom: 28px;
    }

    .kyk-popular-products .kyk-popular-kicker {
        font-size: 10.5px;
        letter-spacing: 0.13em;
    }

    .kyk-popular-products .kyk-popular-title {
        font-size: clamp(30px, 8.6vw, 42px);
    }

    .kyk-popular-products .kyk-popular-desc {
        font-size: 15.5px;
    }

    .kyk-popular-products .kyk-popular-scroll {
        padding-left: 14px;
        padding-right: 14px;
        padding-bottom: 12px;
    }

    .kyk-popular-products .kyk-popular-grid {
        gap: 14px;
    }

    .kyk-popular-products .kyk-popular-card {
        width: 82vw;
        max-width: 340px;
        min-width: 286px;
        flex-basis: 82vw;
        border-radius: 26px;
    }

    .kyk-popular-products .kyk-popular-image-wrap {
        padding: 16px 16px 0;
    }

    .kyk-popular-products .kyk-popular-image-inner {
        height: 225px;
        border-radius: 22px;
    }

    .kyk-popular-products .kyk-popular-body {
        padding: 20px 18px 18px;
    }

    .kyk-popular-products .kyk-popular-name {
        font-size: 20px;
        min-height: auto;
    }

    .kyk-popular-products .kyk-popular-text {
        font-size: 13.5px;
        min-height: auto;
    }

    .kyk-popular-products .kyk-popular-features li {
        font-size: 12.5px;
    }

    .kyk-popular-products .kyk-popular-price {
        font-size: 25px;
    }

    .kyk-popular-products .kyk-popular-consult {
        margin-left: 14px;
        margin-right: 14px;
        padding: 24px 18px;
        border-radius: 24px;
    }

    .kyk-popular-products .kyk-popular-consult b {
        font-size: 21px;
    }
}

@media (max-width: 380px) {
    .kyk-popular-products .kyk-popular-card {
        min-width: 270px;
    }

    .kyk-popular-products .kyk-popular-image-inner {
        height: 205px;
    }

    .kyk-popular-products .kyk-popular-title {
        font-size: 28px;
    }

    .kyk-popular-products .kyk-popular-desc {
        font-size: 14.5px;
    }
}

.kyk-home-founder {
    position: relative;
    overflow: hidden;
    padding: 86px 20px;
    background:
      radial-gradient(circle at 12% 12%, rgba(22, 139, 208, 0.10), transparent 34%),
      radial-gradient(circle at 88% 88%, rgba(12, 43, 72, 0.07), transparent 36%),
      linear-gradient(180deg, #ffffff 0%, #f5f9fc 100%);
    color: #102033;
  }

  .kyk-home-founder * {
    box-sizing: border-box;
  }

  .kyk-home-founder__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: clamp(38px, 6vw, 78px);
    align-items: center;
  }

  .kyk-home-founder__content {
    max-width: 680px;
  }

  .kyk-home-founder__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(22, 139, 208, 0.10);
    border: 1px solid rgba(22, 139, 208, 0.16);
    color: #1685bd;
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .kyk-home-founder__title {
    margin: 0 0 22px;
    color: #102033;
    font-size: clamp(34px, 4.6vw, 60px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -0.05em;
  }

  .kyk-home-founder__text {
    margin: 0;
    color: #3b4a5e;
    font-size: clamp(16px, 1.55vw, 20px);
    line-height: 1.62;
    font-weight: 500;
  }

  .kyk-home-founder__text strong {
    color: #102033;
    font-weight: 850;
  }

  .kyk-home-founder__points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .kyk-home-founder__point {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(22, 139, 208, 0.15);
    color: #26384d;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(15, 35, 55, 0.06);
  }

  .kyk-home-founder__actions {
    margin-top: 34px;
  }

  .kyk-home-founder__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #168bd0;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(22, 139, 208, 0.28);
    transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  }

  .kyk-home-founder__btn:hover {
    background: #0f78b8;
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(22, 139, 208, 0.34);
  }

  .kyk-home-founder__visual {
    position: relative;
  }

  .kyk-home-founder__visual::before {
    content: "";
    position: absolute;
    width: 78%;
    height: 78%;
    left: 11%;
    top: 11%;
    border-radius: 999px;
    background: rgba(45, 144, 210, 0.13);
    filter: blur(36px);
    z-index: 1;
  }

  .kyk-home-founder__photo-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    border-radius: 32px;
    background: #ffffff;
    border: 1px solid rgba(16, 35, 50, 0.10);
    box-shadow: 0 30px 80px rgba(18, 41, 62, 0.13);
  }

  .kyk-home-founder__photo-card img {
    display: block;
    width: 100%;
    height: auto;
  }

  .kyk-home-founder__caption {
    padding: 18px 22px 20px;
    border-top: 1px solid rgba(16, 35, 50, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  }

  .kyk-home-founder__caption strong {
    display: block;
    margin-bottom: 6px;
    color: #102033;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 850;
  }

  .kyk-home-founder__caption span {
    display: block;
    color: rgba(20, 39, 54, 0.66);
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
  }

  @media (max-width: 980px) {
    .kyk-home-founder {
      padding: 72px 18px;
    }

    .kyk-home-founder__inner {
      grid-template-columns: 1fr;
      gap: 34px;
    }

    .kyk-home-founder__content {
      max-width: 100%;
    }

    .kyk-home-founder__visual {
      max-width: 620px;
      width: 100%;
      margin: 0 auto;
    }
  }

  @media (max-width: 560px) {
    .kyk-home-founder {
      padding: 54px 16px 60px;
    }

    .kyk-home-founder__label {
      margin-bottom: 15px;
      padding: 7px 12px;
      font-size: 11px;
    }

    .kyk-home-founder__title {
      margin-bottom: 17px;
      font-size: 31px;
      line-height: 1.08;
    }

    .kyk-home-founder__text {
      font-size: 15.5px;
      line-height: 1.56;
    }

    .kyk-home-founder__points {
      gap: 8px;
      margin-top: 24px;
    }

    .kyk-home-founder__point {
      min-height: 34px;
      padding: 0 12px;
      font-size: 12.5px;
    }

    .kyk-home-founder__actions {
      margin-top: 28px;
    }

    .kyk-home-founder__btn {
      width: 100%;
      min-height: 50px;
      padding: 0 18px;
      font-size: 14px;
    }

    .kyk-home-founder__photo-card {
      border-radius: 22px;
    }

    .kyk-home-founder__caption {
      padding: 15px 16px 17px;
    }

    .kyk-home-founder__caption strong {
      font-size: 15px;
    }

    .kyk-home-founder__caption span {
      font-size: 13px;
    }
  }

  @media (max-width: 380px) {
    .kyk-home-founder {
      padding-left: 14px;
      padding-right: 14px;
    }

    .kyk-home-founder__title {
      font-size: 28px;
    }

    .kyk-home-founder__text {
      font-size: 15px;
    }
  }

/* =========================================
   KYK CREDIT BANNER
   4 блок: покупка в кредит
   ========================================= */

.kyk-credit-banner,
.kyk-credit-banner * {
    box-sizing: border-box;
}

.kyk-credit-banner {
    --kyk-blue: #0046d5;
    --kyk-blue-dark: #0036a8;
    --kyk-text: #ffffff;
    --kyk-muted: rgba(255, 255, 255, 0.82);

    position: relative;
    width: 100%;
    min-height: min(780px, 82vh);
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #071827;
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
}

.kyk-credit-banner .kyk-credit-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image: url("/kartinki/KYK%20Kredit.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transform: scale(1.01);
}

.kyk-credit-banner .kyk-credit-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(5, 15, 28, 0.92) 0%,
            rgba(5, 15, 28, 0.78) 30%,
            rgba(5, 15, 28, 0.38) 56%,
            rgba(5, 15, 28, 0.08) 100%
        );
}

.kyk-credit-banner .kyk-credit-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 92px 48px;
}

.kyk-credit-banner .kyk-credit-content {
    width: min(610px, 100%);
}

.kyk-credit-banner .kyk-credit-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
}

.kyk-credit-banner .kyk-credit-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: clamp(42px, 5vw, 72px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.06em;
}

.kyk-credit-banner .kyk-credit-desc {
    max-width: 560px;
    margin: 24px 0 0;
    color: var(--kyk-muted);
    font-size: 20px;
    line-height: 1.52;
    font-weight: 650;
}

.kyk-credit-banner .kyk-credit-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
    margin: 30px 0 0;
}

.kyk-credit-banner .kyk-credit-point {
    min-height: 82px;
    padding: 16px 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(12px);
}

.kyk-credit-banner .kyk-credit-point b {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 950;
}

.kyk-credit-banner .kyk-credit-point span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 650;
}

.kyk-credit-banner .kyk-credit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.kyk-credit-banner .kyk-credit-btn {
    min-height: 58px;
    padding: 0 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.kyk-credit-banner .kyk-credit-btn:hover {
    transform: translateY(-2px);
}

.kyk-credit-banner .kyk-credit-btn.is-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--kyk-blue), #1f75ff);
    box-shadow: 0 18px 38px rgba(0, 70, 213, 0.34);
}

.kyk-credit-banner .kyk-credit-btn.is-primary::after {
    content: "→";
    margin-left: 10px;
    font-size: 19px;
    line-height: 1;
    transform: translateY(-1px);
}

.kyk-credit-banner .kyk-credit-btn.is-secondary {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
}

.kyk-credit-banner .kyk-credit-note {
    max-width: 520px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 600;
}

/* Большие экраны */
@media (min-width: 1440px) {
    .kyk-credit-banner {
        min-height: min(840px, 86vh);
    }

    .kyk-credit-banner .kyk-credit-container {
        max-width: 1480px;
        padding-left: 72px;
        padding-right: 72px;
    }

    .kyk-credit-banner .kyk-credit-content {
        width: 650px;
    }
}

/* Планшеты */
@media (max-width: 1100px) {
    .kyk-credit-banner {
        min-height: 700px;
    }

    .kyk-credit-banner .kyk-credit-bg {
        background-position: 62% center;
    }

    .kyk-credit-banner .kyk-credit-container {
        padding: 76px 34px;
    }

    .kyk-credit-banner .kyk-credit-content {
        width: min(560px, 100%);
    }

    .kyk-credit-banner .kyk-credit-title {
        font-size: clamp(40px, 5.4vw, 62px);
    }

    .kyk-credit-banner .kyk-credit-desc {
        font-size: 18px;
    }

    .kyk-credit-banner .kyk-credit-points {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .kyk-credit-banner .kyk-credit-point {
        min-height: auto;
    }
}

/* Мобильная версия */
@media (max-width: 760px) {
    .kyk-credit-banner {
        display: block;
        min-height: 0;
        background: #071827;
    }

    .kyk-credit-banner .kyk-credit-bg {
        position: relative;
        inset: auto;
        display: block;
        width: 100%;
        height: clamp(310px, 72vw, 480px);
        background-size: cover;
        background-position: 62% center;
        transform: none;
    }

    .kyk-credit-banner .kyk-credit-overlay {
        display: none;
    }

    .kyk-credit-banner .kyk-credit-container {
        padding: 34px 16px 42px;
        background:
            radial-gradient(circle at 90% 0%, rgba(0, 70, 213, 0.22), transparent 34%),
            linear-gradient(180deg, #071827 0%, #0c1d2f 100%);
    }

    .kyk-credit-banner .kyk-credit-content {
        width: 100%;
        max-width: 560px;
        margin: 0 auto;
        text-align: center;
    }

    .kyk-credit-banner .kyk-credit-kicker {
        min-height: 30px;
        padding: 7px 12px;
        margin-bottom: 16px;
        font-size: 10.5px;
        letter-spacing: 0.13em;
    }

    .kyk-credit-banner .kyk-credit-title {
        font-size: clamp(31px, 9vw, 44px);
        line-height: 1.04;
        letter-spacing: -0.05em;
    }

    .kyk-credit-banner .kyk-credit-desc {
        margin: 18px auto 0;
        font-size: 15.5px;
        line-height: 1.5;
    }

    .kyk-credit-banner .kyk-credit-points {
        grid-template-columns: 1fr;
        gap: 8px;
        margin: 24px auto 0;
        max-width: 420px;
    }

    .kyk-credit-banner .kyk-credit-point {
        min-height: auto;
        padding: 14px 16px;
        border-radius: 18px;
    }

    .kyk-credit-banner .kyk-credit-actions {
        margin-top: 26px;
        gap: 10px;
    }

    .kyk-credit-banner .kyk-credit-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
        font-size: 12.5px;
    }

    .kyk-credit-banner .kyk-credit-note {
        margin: 16px auto 0;
        font-size: 11.5px;
    }
}

/* Очень маленькие экраны */
@media (max-width: 380px) {
    .kyk-credit-banner .kyk-credit-bg {
        height: 270px;
        background-position: 64% center;
    }

    .kyk-credit-banner .kyk-credit-container {
        padding: 30px 14px 36px;
    }

    .kyk-credit-banner .kyk-credit-title {
        font-size: 29px;
    }

    .kyk-credit-banner .kyk-credit-desc {
        font-size: 14.5px;
    }

    .kyk-credit-banner .kyk-credit-point b {
        font-size: 13px;
    }

    .kyk-credit-banner .kyk-credit-point span {
        font-size: 11.5px;
    }
}

/* =========================================
   KYK SMART FAUCET PREMIUM
   Блок: умный кран KYK
   ========================================= */

.kyk-smart-faucet,
.kyk-smart-faucet * {
    box-sizing: border-box;
}

.kyk-smart-faucet {
    --kyk-blue: #0046d5;
    --kyk-text: #122536;
    --kyk-muted: #5c6878;
    --kyk-bg: #f4f7fb;
    --kyk-border: rgba(18, 37, 54, 0.10);

    position: relative;
    overflow: hidden;
    background: var(--kyk-bg);
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
}

.kyk-smart-faucet .kyk-sf-container {
    width: 100%;
    max-width: 1480px;
    min-height: 720px;
    margin: 0 auto;
    padding: 86px 56px;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
    align-items: center;
}

.kyk-smart-faucet .kyk-sf-content {
    position: relative;
    z-index: 3;
    max-width: 600px;
}

.kyk-smart-faucet .kyk-sf-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 14px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(0, 70, 213, 0.08);
    color: var(--kyk-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kyk-smart-faucet .kyk-sf-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.03;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.kyk-smart-faucet .kyk-sf-desc {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.kyk-smart-faucet .kyk-sf-color-title {
    margin: 28px 0 12px;
    color: var(--kyk-text);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 950;
}

.kyk-smart-faucet .kyk-sf-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.kyk-smart-faucet .kyk-sf-color-btn {
    width: 48px;
    height: 48px;
    padding: 4px;
    border-radius: 999px;
    border: 1px solid rgba(18, 37, 54, 0.12);
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.kyk-smart-faucet .kyk-sf-color-btn:hover,
.kyk-smart-faucet .kyk-sf-color-btn.is-active {
    transform: translateY(-2px);
    border-color: rgba(0, 70, 213, 0.48);
    box-shadow: 0 12px 26px rgba(20, 35, 70, 0.12);
}

.kyk-smart-faucet .kyk-sf-color-dot {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: block;
}

.kyk-smart-faucet .kyk-sf-color-dot.is-chrome {
    background: linear-gradient(135deg, #ffffff 0%, #aeb7c1 45%, #f7fafc 62%, #7d8791 100%);
}

.kyk-smart-faucet .kyk-sf-color-dot.is-gold {
    background: linear-gradient(135deg, #ffe8c7 0%, #c78c60 45%, #f7d1ad 62%, #7f4b32 100%);
}

.kyk-smart-faucet .kyk-sf-color-dot.is-black {
    background: linear-gradient(135deg, #3b3f45 0%, #050608 50%, #252a31 100%);
}

/* Картинка внутри текстовой колонки для планшетов и мобилок */
.kyk-smart-faucet .kyk-sf-inline-stage {
    display: none;
}

.kyk-smart-faucet .kyk-sf-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    max-width: 590px;
    margin: 34px 0 0;
}

.kyk-smart-faucet .kyk-sf-spec {
    padding: 0 22px;
    border-left: 1px solid rgba(18, 37, 54, 0.16);
}

.kyk-smart-faucet .kyk-sf-spec:first-child {
    padding-left: 0;
    border-left: 0;
}

.kyk-smart-faucet .kyk-sf-spec b {
    display: block;
    color: var(--kyk-text);
    font-size: clamp(25px, 2vw, 34px);
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.kyk-smart-faucet .kyk-sf-spec span {
    display: block;
    margin-top: 8px;
    color: var(--kyk-muted);
    font-size: 13.5px;
    line-height: 1.25;
    font-weight: 750;
}

.kyk-smart-faucet .kyk-sf-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.kyk-smart-faucet .kyk-sf-btn {
    min-height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.kyk-smart-faucet .kyk-sf-btn:hover {
    transform: translateY(-2px);
}

.kyk-smart-faucet .kyk-sf-btn.is-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--kyk-blue), #1f75ff);
    box-shadow: 0 18px 38px rgba(0, 70, 213, 0.26);
}

.kyk-smart-faucet .kyk-sf-btn.is-primary::after {
    content: "→";
    margin-left: 10px;
    font-size: 18px;
    transform: translateY(-1px);
}

.kyk-smart-faucet .kyk-sf-btn.is-secondary {
    color: var(--kyk-blue) !important;
    background: #ffffff;
    border: 1px solid rgba(0, 70, 213, 0.18);
    box-shadow: 0 14px 30px rgba(20, 35, 70, 0.07);
}

.kyk-smart-faucet .kyk-sf-visual {
    position: relative;
    z-index: 2;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kyk-smart-faucet .kyk-sf-stage {
    position: relative;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kyk-smart-faucet .kyk-sf-stage::before {
    content: "";
    position: absolute;
    width: 76%;
    height: 46%;
    right: 6%;
    bottom: 12%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(18, 37, 54, 0.16), transparent 70%);
    filter: blur(18px);
}

.kyk-smart-faucet .kyk-sf-img {
    position: relative;
    z-index: 2;
    display: block;
    width: min(100%, 760px);
    max-height: 540px;
    object-fit: contain;
    transition: opacity .18s ease, transform .18s ease;
}

.kyk-smart-faucet .kyk-sf-img.is-changing {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
}

/* Планшеты: картинка сразу после выбора цвета */
@media (max-width: 1180px) {
    .kyk-smart-faucet .kyk-sf-container {
        display: block;
        min-height: 0;
        padding: 72px 34px 78px;
    }

    .kyk-smart-faucet .kyk-sf-content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .kyk-smart-faucet .kyk-sf-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .kyk-smart-faucet .kyk-sf-colors,
    .kyk-smart-faucet .kyk-sf-actions {
        justify-content: center;
    }

    .kyk-smart-faucet .kyk-sf-visual {
        display: none;
    }

    .kyk-smart-faucet .kyk-sf-inline-stage {
        display: block;
        margin: 26px auto 30px;
        width: 100%;
    }

    .kyk-smart-faucet .kyk-sf-inline-frame {
        position: relative;
        width: 100%;
        height: clamp(360px, 46vw, 470px);
        border-radius: 32px;
        background: #ffffff;
        border: 1px solid rgba(18, 37, 54, 0.08);
        box-shadow: 0 24px 58px rgba(20, 35, 70, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .kyk-smart-faucet .kyk-sf-inline-frame::before {
        content: "";
        position: absolute;
        width: 82%;
        height: 44%;
        bottom: 8%;
        border-radius: 999px;
        background: radial-gradient(circle, rgba(18, 37, 54, 0.13), transparent 70%);
        filter: blur(14px);
    }

    .kyk-smart-faucet .kyk-sf-inline-img {
        position: relative;
        z-index: 2;
        display: block;
        max-width: 96%;
        max-height: calc(100% - 34px);
        width: auto;
        height: auto;
        object-fit: contain;
        transition: opacity .18s ease, transform .18s ease;
    }

    .kyk-smart-faucet .kyk-sf-inline-img.is-changing {
        opacity: 0;
        transform: translateY(8px) scale(0.985);
    }

    .kyk-smart-faucet .kyk-sf-specs {
        margin-left: auto;
        margin-right: auto;
    }
}

/* Мобильные */
@media (max-width: 760px) {
    .kyk-smart-faucet .kyk-sf-container {
        padding: 56px 16px 64px;
    }

    .kyk-smart-faucet .kyk-sf-content {
        width: 100%;
        max-width: 430px;
        margin: 0 auto;
        text-align: center;
    }

    .kyk-smart-faucet .kyk-sf-kicker {
        min-height: 30px;
        padding: 7px 12px;
        margin-bottom: 15px;
        font-size: 10.5px;
        letter-spacing: 0.13em;
    }

    .kyk-smart-faucet .kyk-sf-title {
        font-size: clamp(30px, 8.6vw, 40px);
        line-height: 1.08;
        letter-spacing: -0.045em;
    }

    .kyk-smart-faucet .kyk-sf-desc {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.5;
    }

    .kyk-smart-faucet .kyk-sf-color-title {
        margin-top: 24px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .kyk-smart-faucet .kyk-sf-colors {
        justify-content: center;
        gap: 10px;
    }

    .kyk-smart-faucet .kyk-sf-color-btn {
        width: 46px;
        height: 46px;
    }

    .kyk-smart-faucet .kyk-sf-color-dot {
        width: 31px;
        height: 31px;
    }

    .kyk-smart-faucet .kyk-sf-inline-stage {
        margin: 24px auto 26px;
    }

    .kyk-smart-faucet .kyk-sf-inline-frame {
        height: 270px;
        border-radius: 28px;
    }

    .kyk-smart-faucet .kyk-sf-inline-img {
        max-width: 96%;
        max-height: 240px;
    }

    .kyk-smart-faucet .kyk-sf-specs {
        grid-template-columns: 1fr;
        max-width: 100%;
        gap: 10px;
        margin-top: 0;
    }

    .kyk-smart-faucet .kyk-sf-spec {
        padding: 16px;
        border-left: 0;
        border-radius: 20px;
        background: #ffffff;
        border: 1px solid rgba(18, 37, 54, 0.08);
        box-shadow: 0 12px 30px rgba(20, 35, 70, 0.06);
    }

    .kyk-smart-faucet .kyk-sf-spec:first-child {
        padding-left: 16px;
    }

    .kyk-smart-faucet .kyk-sf-spec b {
        font-size: 28px;
    }

    .kyk-smart-faucet .kyk-sf-spec span {
        font-size: 13px;
    }

    .kyk-smart-faucet .kyk-sf-actions {
        margin-top: 26px;
        gap: 10px;
    }

    .kyk-smart-faucet .kyk-sf-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
        font-size: 12.5px;
    }
}

/* Маленькие экраны */
@media (max-width: 380px) {
    .kyk-smart-faucet .kyk-sf-container {
        padding: 50px 14px 58px;
    }

    .kyk-smart-faucet .kyk-sf-title {
        font-size: 28px;
    }

    .kyk-smart-faucet .kyk-sf-desc {
        font-size: 14px;
    }

    .kyk-smart-faucet .kyk-sf-inline-frame {
        height: 240px;
        border-radius: 24px;
    }

    .kyk-smart-faucet .kyk-sf-inline-img {
        max-height: 214px;
    }
}

.kyk-water-compare {
    padding: 100px 20px;
    background: #ffffff;
    font-family: "Manrope", Arial, sans-serif;
}

.kyk-water-compare__container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.kyk-water-compare__kicker {
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #2b5cff;
    font-weight: 700;
    margin-bottom: 16px;
}

.kyk-water-compare__title {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 900;
    color: #111;
    margin-bottom: 20px;
}

.kyk-water-compare__text {
    max-width: 820px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
    font-weight: 500;
}

.kyk-water-compare__cta {
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 999px;
    background: #2b5cff;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.25s ease;
}

.kyk-water-compare__cta:hover {
    transform: translateY(-2px);
    background: #1f4ae0;
}

/* TABLET */
@media (max-width: 992px) {
    .kyk-water-compare__title {
        font-size: 34px;
    }

    .kyk-water-compare__text {
        font-size: 16px;
    }
}

/* MOBILE */
@media (max-width: 600px) {
    .kyk-water-compare {
        padding: 70px 16px;
    }

    .kyk-water-compare__title {
        font-size: 26px;
        line-height: 1.2;
    }

    .kyk-water-compare__text {
        font-size: 15px;
    }

    .kyk-water-compare__cta {
        width: 100%;
        padding: 15px;
    }
}

/* =========================================
   KYK SCIENCE BLOCK
   Научные основы ионизированной воды
   ========================================= */

.kyk-science-block,
.kyk-science-block * {
    box-sizing: border-box;
}

.kyk-science-block {
    --kyk-blue: #0046d5;
    --kyk-text: #122536;
    --kyk-muted: #5d6878;
    --kyk-bg: #ffffff;
    --kyk-soft: #f6f8fb;
    --kyk-border: rgba(18, 37, 54, 0.10);

    padding: 104px 20px;
    background: var(--kyk-bg);
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
    overflow: hidden;
}

.kyk-science-block .kyk-science-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.kyk-science-block .kyk-science-head {
    max-width: 820px;
    margin: 0 auto 54px;
    text-align: center;
}

.kyk-science-block .kyk-science-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(0, 70, 213, 0.08);
    color: var(--kyk-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kyk-science-block .kyk-science-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.kyk-science-block .kyk-science-subtitle {
    max-width: 620px;
    margin: 18px auto 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.kyk-science-block .kyk-science-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 0;
    align-items: stretch;
    border-radius: 34px;
    background: var(--kyk-soft);
    border: 1px solid var(--kyk-border);
    box-shadow: 0 24px 70px rgba(20, 35, 70, 0.08);
    overflow: hidden;
}

.kyk-science-block .kyk-science-image {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    background: #eef3f8;
}

.kyk-science-block .kyk-science-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

.kyk-science-block .kyk-science-card:hover .kyk-science-image img {
    transform: scale(1.035);
}

.kyk-science-block .kyk-science-content {
    padding: 58px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kyk-science-block .kyk-science-text {
    margin: 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.65;
    font-weight: 600;
}

.kyk-science-block .kyk-science-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.kyk-science-block .kyk-science-btn {
    min-height: 56px;
    padding: 0 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--kyk-blue), #1f75ff);
    box-shadow: 0 18px 38px rgba(0, 70, 213, 0.24);
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.kyk-science-block .kyk-science-btn::after {
    content: "→";
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
}

.kyk-science-block .kyk-science-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(0, 70, 213, 0.30);
}

/* Планшеты */
@media (max-width: 1060px) {
    .kyk-science-block {
        padding: 86px 20px;
    }

    .kyk-science-block .kyk-science-head {
        margin-bottom: 42px;
    }

    .kyk-science-block .kyk-science-card {
        grid-template-columns: 1fr;
        max-width: 820px;
        margin: 0 auto;
    }

    .kyk-science-block .kyk-science-image {
        min-height: 420px;
    }

    .kyk-science-block .kyk-science-content {
        padding: 46px 42px 50px;
        text-align: center;
        align-items: center;
    }

    .kyk-science-block .kyk-science-actions {
        justify-content: center;
    }
}

/* Мобильные */
@media (max-width: 680px) {
    .kyk-science-block {
        padding: 66px 14px;
    }

    .kyk-science-block .kyk-science-head {
        margin-bottom: 34px;
    }

    .kyk-science-block .kyk-science-kicker {
        min-height: 30px;
        padding: 7px 12px;
        font-size: 10.5px;
        letter-spacing: 0.13em;
    }

    .kyk-science-block .kyk-science-title {
        font-size: clamp(30px, 8.5vw, 40px);
        line-height: 1.07;
    }

    .kyk-science-block .kyk-science-subtitle {
        margin-top: 15px;
        font-size: 15.5px;
        line-height: 1.5;
    }

    .kyk-science-block .kyk-science-card {
        border-radius: 26px;
    }

    .kyk-science-block .kyk-science-image {
        min-height: 280px;
    }

    .kyk-science-block .kyk-science-content {
        padding: 32px 18px 34px;
    }

    .kyk-science-block .kyk-science-text {
        font-size: 14.5px;
        line-height: 1.58;
    }

    .kyk-science-block .kyk-science-actions {
        margin-top: 26px;
        width: 100%;
    }

    .kyk-science-block .kyk-science-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
        font-size: 12.5px;
    }
}

/* Маленькие экраны */
@media (max-width: 380px) {
    .kyk-science-block {
        padding: 58px 12px;
    }

    .kyk-science-block .kyk-science-title {
        font-size: 28px;
    }

    .kyk-science-block .kyk-science-subtitle {
        font-size: 14.5px;
    }

    .kyk-science-block .kyk-science-image {
        min-height: 240px;
    }

    .kyk-science-block .kyk-science-content {
        padding: 28px 16px 30px;
    }
}

/* =========================================
   KYK RESEARCH RESULTS BLOCK
   Блок: 250+ научных исследований
   ========================================= */

.kyk-research-results,
.kyk-research-results * {
    box-sizing: border-box;
}

.kyk-research-results {
    --kyk-blue: #0046d5;
    --kyk-text: #122536;
    --kyk-muted: #344256;
    --kyk-bg: #ffffff;

    padding: 96px 20px;
    background: var(--kyk-bg);
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
    overflow: hidden;
}

.kyk-research-results .kyk-rr-container {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}

.kyk-research-results .kyk-rr-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
    gap: 72px;
    align-items: center;
}

.kyk-research-results .kyk-rr-image {
    position: relative;
    min-height: 520px;
    border-radius: 14px;
    overflow: hidden;
    background: #eef3f8;
}

.kyk-research-results .kyk-rr-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

.kyk-research-results .kyk-rr-layout:hover .kyk-rr-image img {
    transform: scale(1.025);
}

.kyk-research-results .kyk-rr-content {
    max-width: 560px;
}

.kyk-research-results .kyk-rr-kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--kyk-blue);
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.08em;
}

.kyk-research-results .kyk-rr-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: clamp(38px, 4.2vw, 62px);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.kyk-research-results .kyk-rr-text {
    margin: 20px 0 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.58;
    font-weight: 600;
}

.kyk-research-results .kyk-rr-link-row {
    margin-top: 30px;
}

.kyk-research-results .kyk-rr-link {
    display: inline-flex;
    align-items: center;
    color: var(--kyk-text) !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
    border-bottom: 1px solid rgba(18, 37, 54, 0.22);
    padding-bottom: 12px;
    transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.kyk-research-results .kyk-rr-link::after {
    content: "→";
    margin-left: 12px;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform .2s ease;
}

.kyk-research-results .kyk-rr-link:hover {
    color: var(--kyk-blue) !important;
    border-color: var(--kyk-blue);
    transform: translateY(-1px);
}

.kyk-research-results .kyk-rr-link:hover::after {
    transform: translate(6px, -1px);
}

/* Планшеты */
@media (max-width: 1100px) {
    .kyk-research-results {
        padding: 82px 20px;
    }

    .kyk-research-results .kyk-rr-layout {
        grid-template-columns: 1fr;
        gap: 42px;
        max-width: 860px;
        margin: 0 auto;
    }

    .kyk-research-results .kyk-rr-image,
    .kyk-research-results .kyk-rr-image img {
        min-height: 430px;
    }

    .kyk-research-results .kyk-rr-content {
        max-width: 720px;
        margin: 0 auto;
        text-align: center;
    }
}

/* Мобильные */
@media (max-width: 680px) {
    .kyk-research-results {
        padding: 64px 14px;
    }

    .kyk-research-results .kyk-rr-layout {
        gap: 30px;
    }

    .kyk-research-results .kyk-rr-image {
        border-radius: 18px;
    }

    .kyk-research-results .kyk-rr-image,
    .kyk-research-results .kyk-rr-image img {
        min-height: 280px;
    }

    .kyk-research-results .kyk-rr-kicker {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .kyk-research-results .kyk-rr-title {
        font-size: clamp(31px, 9vw, 42px);
        line-height: 1.06;
    }

    .kyk-research-results .kyk-rr-text {
        margin-top: 16px;
        font-size: 15px;
        line-height: 1.52;
    }

    .kyk-research-results .kyk-rr-link-row {
        margin-top: 26px;
    }

    .kyk-research-results .kyk-rr-link {
        font-size: 13.5px;
        padding-bottom: 10px;
    }
}

/* Маленькие экраны */
@media (max-width: 380px) {
    .kyk-research-results {
        padding: 58px 12px;
    }

    .kyk-research-results .kyk-rr-image,
    .kyk-research-results .kyk-rr-image img {
        min-height: 240px;
    }

    .kyk-research-results .kyk-rr-title {
        font-size: 29px;
    }

    .kyk-research-results .kyk-rr-text {
        font-size: 14.5px;
    }
}

/* =========================================
   KYK WHY CHOOSE BLOCK
   Почему выбирают KYK
   ========================================= */

.kyk-why-choose,
.kyk-why-choose * {
    box-sizing: border-box;
}

.kyk-why-choose {
    --kyk-blue: #0046d5;
    --kyk-text: #122536;
    --kyk-muted: #5b6878;
    --kyk-bg: #ffffff;
    --kyk-border: rgba(18, 37, 54, 0.10);

    padding: 104px 20px;
    background: var(--kyk-bg);
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
    overflow: hidden;
}

.kyk-why-choose .kyk-wc-container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}

.kyk-why-choose .kyk-wc-head {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.kyk-why-choose .kyk-wc-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: rgba(0, 70, 213, 0.08);
    color: var(--kyk-blue);
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kyk-why-choose .kyk-wc-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    font-weight: 950;
    letter-spacing: -0.055em;
}

.kyk-why-choose .kyk-wc-desc {
    max-width: 660px;
    margin: 18px auto 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

.kyk-why-choose .kyk-wc-scroll {
    width: 100%;
}

.kyk-why-choose .kyk-wc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.kyk-why-choose .kyk-wc-card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    transition: transform .22s ease;
}

.kyk-why-choose .kyk-wc-card:hover {
    transform: translateY(-5px);
}

.kyk-why-choose .kyk-wc-image {
    width: 100%;
    height: 260px;
    border-radius: 18px;
    overflow: hidden;
    background: #eef3f8;
}

.kyk-why-choose .kyk-wc-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.kyk-why-choose .kyk-wc-card:hover .kyk-wc-image img {
    transform: scale(1.04);
}

.kyk-why-choose .kyk-wc-body {
    padding: 24px 18px 0;
}

.kyk-why-choose .kyk-wc-card-title {
    margin: 0;
    color: var(--kyk-text);
    font-size: 26px;
    line-height: 1.18;
    font-weight: 950;
    letter-spacing: -0.035em;
}

.kyk-why-choose .kyk-wc-card-text {
    max-width: 330px;
    margin: 16px auto 0;
    color: var(--kyk-muted);
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
}

.kyk-why-choose .kyk-wc-actions {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

.kyk-why-choose .kyk-wc-btn {
    min-height: 56px;
    padding: 0 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--kyk-blue), #1f75ff);
    box-shadow: 0 18px 38px rgba(0, 70, 213, 0.24);
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.kyk-why-choose .kyk-wc-btn::after {
    content: "→";
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
    transform: translateY(-1px);
}

.kyk-why-choose .kyk-wc-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 46px rgba(0, 70, 213, 0.30);
}

.kyk-why-choose .kyk-wc-mobile-hint {
    display: none;
    margin: 18px auto 0;
    color: #6b7686;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

/* Планшеты и мобильная прокрутка */
@media (max-width: 1060px) {
    .kyk-why-choose {
        padding-left: 0;
        padding-right: 0;
    }

    .kyk-why-choose .kyk-wc-head,
    .kyk-why-choose .kyk-wc-actions {
        margin-left: 20px;
        margin-right: 20px;
    }

    .kyk-why-choose .kyk-wc-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 0 20px 12px;
    }

    .kyk-why-choose .kyk-wc-scroll::-webkit-scrollbar {
        height: 8px;
    }

    .kyk-why-choose .kyk-wc-scroll::-webkit-scrollbar-track {
        background: rgba(18, 37, 54, 0.06);
        border-radius: 999px;
        margin: 0 20px;
    }

    .kyk-why-choose .kyk-wc-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 70, 213, 0.28);
        border-radius: 999px;
    }

    .kyk-why-choose .kyk-wc-grid {
        display: flex;
        width: max-content;
        gap: 20px;
    }

    .kyk-why-choose .kyk-wc-card {
        width: 360px;
        flex: 0 0 360px;
        scroll-snap-align: start;
    }

    .kyk-why-choose .kyk-wc-mobile-hint {
        display: block;
    }
}

/* Мобильные */
@media (max-width: 680px) {
    .kyk-why-choose {
        padding-top: 66px;
        padding-bottom: 70px;
    }

    .kyk-why-choose .kyk-wc-head {
        margin-left: 14px;
        margin-right: 14px;
        margin-bottom: 34px;
    }

    .kyk-why-choose .kyk-wc-kicker {
        min-height: 30px;
        padding: 7px 12px;
        font-size: 10.5px;
        letter-spacing: 0.13em;
    }

    .kyk-why-choose .kyk-wc-title {
        font-size: clamp(30px, 8.5vw, 40px);
        line-height: 1.07;
    }

    .kyk-why-choose .kyk-wc-desc {
        margin-top: 15px;
        font-size: 15.5px;
        line-height: 1.5;
    }

    .kyk-why-choose .kyk-wc-scroll {
        padding-left: 14px;
        padding-right: 14px;
    }

    .kyk-why-choose .kyk-wc-grid {
        gap: 14px;
    }

    .kyk-why-choose .kyk-wc-card {
        width: 82vw;
        max-width: 340px;
        min-width: 286px;
        flex-basis: 82vw;
    }

    .kyk-why-choose .kyk-wc-image {
        height: 215px;
        border-radius: 16px;
    }

    .kyk-why-choose .kyk-wc-body {
        padding: 20px 14px 0;
    }

    .kyk-why-choose .kyk-wc-card-title {
        font-size: 22px;
    }

    .kyk-why-choose .kyk-wc-card-text {
        font-size: 14.5px;
        line-height: 1.5;
    }

    .kyk-why-choose .kyk-wc-actions {
        margin-top: 34px;
        margin-left: 14px;
        margin-right: 14px;
    }

    .kyk-why-choose .kyk-wc-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
        font-size: 12.5px;
    }
}

/* Маленькие экраны */
@media (max-width: 380px) {
    .kyk-why-choose {
        padding-top: 58px;
        padding-bottom: 64px;
    }

    .kyk-why-choose .kyk-wc-title {
        font-size: 28px;
    }

    .kyk-why-choose .kyk-wc-desc {
        font-size: 14.5px;
    }

    .kyk-why-choose .kyk-wc-card {
        min-width: 270px;
    }

    .kyk-why-choose .kyk-wc-image {
        height: 190px;
    }

    .kyk-why-choose .kyk-wc-card-title {
        font-size: 20px;
    }
}

/* =========================================
   KYK PROMISE DARK BANNER
   Блок: Гарантия спокойствия KYK
   ========================================= */

.kyk-promise-banner,
.kyk-promise-banner * {
    box-sizing: border-box;
}

.kyk-promise-banner {
    --kyk-blue: #0046d5;
    --kyk-blue-hover: #1f75ff;
    --kyk-white: #ffffff;
    --kyk-muted: rgba(255,255,255,0.78);

    position: relative;
    min-height: 680px;
    overflow: hidden;
    background: #070b0e;
    font-family: "Manrope", "Wix Madefor Display", Arial, sans-serif;
}

.kyk-promise-banner .kyk-promise-image {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.kyk-promise-banner .kyk-promise-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.kyk-promise-banner .kyk-promise-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        radial-gradient(circle at 78% 42%, rgba(255,255,255,0.06), transparent 34%),
        linear-gradient(
            90deg,
            rgba(4, 7, 10, 0.96) 0%,
            rgba(4, 7, 10, 0.92) 26%,
            rgba(4, 7, 10, 0.62) 45%,
            rgba(4, 7, 10, 0.14) 72%,
            rgba(4, 7, 10, 0.02) 100%
        );
}

.kyk-promise-banner .kyk-promise-container {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1360px;
    min-height: 680px;
    margin: 0 auto;
    padding: 94px 48px;
    display: flex;
    align-items: center;
}

.kyk-promise-banner .kyk-promise-content {
    width: min(560px, 100%);
}

.kyk-promise-banner .kyk-promise-kicker {
    display: block;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.01em;
}

.kyk-promise-banner .kyk-promise-title {
    margin: 0;
    max-width: 560px;
    color: var(--kyk-white);
    font-size: clamp(42px, 4.8vw, 72px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -0.065em;
}

.kyk-promise-banner .kyk-promise-title span {
    display: block;
}

.kyk-promise-banner .kyk-promise-text {
    max-width: 520px;
    margin: 26px 0 0;
    color: var(--kyk-muted);
    font-size: 18px;
    line-height: 1.62;
    font-weight: 650;
}

.kyk-promise-banner .kyk-promise-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.kyk-promise-banner .kyk-promise-point {
    min-height: 40px;
    padding: 10px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    font-size: 13px;
    line-height: 1;
    font-weight: 850;
    white-space: nowrap;
}

.kyk-promise-banner .kyk-promise-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.kyk-promise-banner .kyk-promise-btn {
    min-height: 58px;
    padding: 0 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--kyk-blue), var(--kyk-blue-hover));
    box-shadow: 0 20px 42px rgba(0, 70, 213, 0.34);
    font-size: 14px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: transform .2s ease, box-shadow .2s ease;
}

.kyk-promise-banner .kyk-promise-btn::after {
    content: "→";
    margin-left: 10px;
    font-size: 19px;
    line-height: 1;
    transform: translateY(-1px);
}

.kyk-promise-banner .kyk-promise-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 52px rgba(0, 70, 213, 0.42);
}

/* Большие экраны */
@media (min-width: 1440px) {
    .kyk-promise-banner {
        min-height: 760px;
    }

    .kyk-promise-banner .kyk-promise-container {
        max-width: 1480px;
        min-height: 760px;
        padding-left: 72px;
        padding-right: 72px;
    }

    .kyk-promise-banner .kyk-promise-content {
        width: 600px;
    }
}

/* Ноутбуки */
@media (max-width: 1180px) {
    .kyk-promise-banner {
        min-height: 620px;
    }

    .kyk-promise-banner .kyk-promise-container {
        min-height: 620px;
        padding: 76px 34px;
    }

    .kyk-promise-banner .kyk-promise-title {
        font-size: clamp(38px, 5.2vw, 60px);
    }

    .kyk-promise-banner .kyk-promise-text {
        font-size: 17px;
    }
}

/* Планшеты */
@media (max-width: 900px) {
    .kyk-promise-banner {
        min-height: 0;
        display: flex;
        flex-direction: column;
        background: #070b0e;
    }

    .kyk-promise-banner .kyk-promise-image {
        position: relative;
        inset: auto;
        width: 100%;
        height: clamp(310px, 56vw, 480px);
        order: 1;
    }

    .kyk-promise-banner .kyk-promise-image img {
        object-position: center center;
    }

    .kyk-promise-banner .kyk-promise-overlay {
        z-index: 2;
        background:
            linear-gradient(
                180deg,
                rgba(4, 7, 10, 0.04) 0%,
                rgba(4, 7, 10, 0.02) 52%,
                rgba(4, 7, 10, 0.92) 100%
            );
    }

    .kyk-promise-banner .kyk-promise-container {
        order: 2;
        min-height: 0;
        padding: 34px 24px 48px;
        display: block;
        background:
            radial-gradient(circle at 100% 0%, rgba(0,70,213,0.18), transparent 34%),
            linear-gradient(180deg, #070b0e 0%, #0b1118 100%);
    }

    .kyk-promise-banner .kyk-promise-content {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        text-align: center;
    }

    .kyk-promise-banner .kyk-promise-kicker {
        margin-bottom: 14px;
        font-size: 13px;
    }

    .kyk-promise-banner .kyk-promise-title {
        max-width: 620px;
        margin: 0 auto;
        font-size: clamp(34px, 7.5vw, 50px);
        line-height: 1.04;
    }

    .kyk-promise-banner .kyk-promise-text {
        max-width: 620px;
        margin: 20px auto 0;
        font-size: 16px;
        line-height: 1.55;
    }

    .kyk-promise-banner .kyk-promise-points,
    .kyk-promise-banner .kyk-promise-actions {
        justify-content: center;
    }

    .kyk-promise-banner .kyk-promise-points {
        margin-top: 24px;
    }

    .kyk-promise-banner .kyk-promise-actions {
        margin-top: 30px;
    }
}

/* Мобильные */
@media (max-width: 640px) {
    .kyk-promise-banner .kyk-promise-image {
        height: 280px;
    }

    .kyk-promise-banner .kyk-promise-image img {
        object-position: 64% center;
    }

    .kyk-promise-banner .kyk-promise-container {
        padding: 30px 16px 40px;
    }

    .kyk-promise-banner .kyk-promise-kicker {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .kyk-promise-banner .kyk-promise-title {
        font-size: clamp(30px, 8.8vw, 40px);
        letter-spacing: -0.052em;
    }

    .kyk-promise-banner .kyk-promise-text {
        margin-top: 17px;
        font-size: 14.8px;
        line-height: 1.52;
    }

    .kyk-promise-banner .kyk-promise-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .kyk-promise-banner .kyk-promise-point {
        justify-content: center;
        width: 100%;
        min-height: 38px;
        font-size: 12px;
    }

    .kyk-promise-banner .kyk-promise-actions {
        width: 100%;
        margin-top: 26px;
    }

    .kyk-promise-banner .kyk-promise-btn {
        width: 100%;
        min-height: 52px;
        padding: 0 18px;
        font-size: 12.5px;
    }
}

/* Маленькие экраны */
@media (max-width: 380px) {
    .kyk-promise-banner .kyk-promise-image {
        height: 240px;
    }

    .kyk-promise-banner .kyk-promise-container {
        padding: 28px 14px 36px;
    }

    .kyk-promise-banner .kyk-promise-title {
        font-size: 28px;
    }

    .kyk-promise-banner .kyk-promise-text {
        font-size: 14px;
    }

    .kyk-promise-banner .kyk-promise-point {
        font-size: 11.5px;
    }
}
