@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700;800;900&display=swap");

.kn-catalog {
    --kn-bg: #f6f8fb;
    --kn-bg-strong: #eaf0f5;
    --kn-surface: #ffffff;
    --kn-ink: #16202a;
    --kn-muted: #687382;
    --kn-line: #d9e0e8;
    --kn-accent: #0f8f72;
    --kn-accent-dark: #0a6d58;
    --kn-orange: #f27824;
    --kn-orange-dark: #cf5d15;
    --kn-gold: #bc842d;
    --kn-danger: #b42318;
    --kn-shadow: 0 18px 45px rgba(22, 32, 42, 0.08);
    color: var(--kn-ink);
    background: var(--kn-bg);
    border-radius: 0;
    box-sizing: border-box;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    padding: 0 clamp(16px, 3vw, 34px) clamp(26px, 4vw, 48px);
    -webkit-text-size-adjust: 100%;
}

/* Client content and compact mobile hero v1.5.16 */
.kn-contact-details p {
    margin: 0 0 10px;
}

.kn-contact-details p:last-child {
    margin-bottom: 0;
}

.kn-contact-details a {
    color: #087f68;
    font-weight: 800;
}

@media (max-width: 820px) {
    .kn-site-header .kn-logo {
        font-size: 14px !important;
        letter-spacing: -0.02em;
    }

    .kn-hero {
        padding: 20px 18px !important;
    }

    .kn-hero .kn-section-kicker {
        font-size: 11px !important;
        margin-bottom: 8px !important;
    }

    .kn-hero h1 {
        font-size: clamp(27px, 7.2vw, 36px) !important;
        line-height: 1.05 !important;
        margin-bottom: 12px !important;
    }

    .kn-hero-trust {
        gap: 7px !important;
        margin: 12px 0 !important;
    }

    .kn-hero-trust li {
        min-height: 40px !important;
        padding: 5px 10px !important;
    }

    .kn-hero-trust__index {
        height: 30px !important;
        width: 30px !important;
    }

    .kn-hero-trust li span:last-child {
        font-size: 14px !important;
    }

    .kn-hero-actions .kn-page-action {
        font-size: 12px !important;
        line-height: 1.15 !important;
    }
}

@media (max-width: 420px) {
    .kn-logo span:not(.kn-logo__mark) {
        font-size: 12px !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .kn-hero h1 {
        font-size: clamp(25px, 6.9vw, 32px) !important;
    }
}

/* Final swapped button colors v1.5.17 */
.kn-site-header .kn-header-actions .kn-header-call {
    background: linear-gradient(135deg, #08a77f, #0d9270) !important;
    border-color: #08a77f !important;
    color: #fff !important;
}

.kn-site-header .kn-header-actions .kn-header-call:hover {
    background: linear-gradient(135deg, #079571, #0a7e61) !important;
}

.kn-hero-actions .kn-hero-callback {
    background: linear-gradient(135deg, #ff8a34, #f27824) !important;
    border-color: #ff9b54 !important;
    color: #fff !important;
}

.kn-hero-actions .kn-hero-callback:hover {
    background: linear-gradient(135deg, #f67b21, #d96317) !important;
}

/* Swap header call and hero callback positions v1.5.17 */
.kn-site-header .kn-header-actions .kn-header-call {
    background: linear-gradient(135deg, #08a77f, #0d9270) !important;
    border-color: #08a77f !important;
    color: #fff !important;
}

.kn-site-header .kn-header-actions .kn-header-call:hover {
    background: linear-gradient(135deg, #079571, #0a7e61) !important;
}

.kn-hero-actions .kn-hero-callback {
    background: linear-gradient(135deg, #ff8a34, #f27824) !important;
    border-color: #ff9b54 !important;
    color: #fff !important;
}

.kn-hero-actions .kn-hero-callback:hover {
    background: linear-gradient(135deg, #f67b21, #d96317) !important;
}

.kn-partner-shell {
    background: #eef3f2;
    min-height: 100vh;
    padding: 24px;
}

.kn-partner-dashboard {
    display: grid;
    gap: 18px;
    margin: 0 auto;
    max-width: 1040px;
}

.kn-partner-topbar,
.kn-partner-panel,
.kn-partner-card,
.kn-partner-notice {
    background: #ffffff;
    border: 1px solid #dce7e3;
    border-radius: 10px;
    box-shadow: 0 14px 34px rgba(16, 24, 33, 0.06);
}

.kn-partner-topbar {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 14px 18px;
}

.kn-partner-topbar__meta {
    align-items: center;
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
}

.kn-partner-logout,
.kn-partner-secondary {
    align-items: center;
    border: 1px solid #d7e2df;
    border-radius: 8px;
    color: #14202b;
    display: inline-flex;
    font-weight: 850;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
}

.kn-partner-logout {
    background: #101922;
    border-color: #101922;
    color: #ffffff;
}

.kn-partner-panel {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.kn-partner-heading {
    align-items: start;
    border-bottom: 1px solid #e2ebe8;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 18px;
}

.kn-partner-heading h1 {
    color: #101922;
    font-size: 34px;
    line-height: 1.08;
    margin: 0;
}

.kn-partner-heading p,
.kn-partner-card p,
.kn-partner-notice p {
    color: #586676;
    font-size: 15px;
    line-height: 1.55;
    margin: 8px 0 0;
}

.kn-partner-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
}

.kn-partner-card,
.kn-partner-notice {
    padding: 18px;
}

.kn-partner-card h2 {
    color: #101922;
    font-size: 20px;
    line-height: 1.15;
    margin: 0 0 12px;
}

.kn-partner-card--form .kn-field {
    margin-bottom: 12px;
}

.kn-partner-help {
    background: #f1f7f5;
    border-left: 3px solid #079777;
    color: #526271;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 10px 12px;
}

.kn-partner-card--refresh {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.kn-partner-card--refresh form {
    flex: 0 0 auto;
}

@media (max-width: 720px) {
    .kn-partner-shell {
        padding: 12px;
    }

    .kn-partner-topbar,
    .kn-partner-heading,
    .kn-partner-card--refresh {
        align-items: stretch;
        flex-direction: column;
    }

    .kn-partner-grid {
        grid-template-columns: 1fr;
    }

    .kn-partner-heading h1 {
        font-size: 28px;
    }
}

/* Custom city dropdown replaces the browser select to avoid native popup artifacts. */
.kn-city-picker {
    position: relative;
}

.kn-city-picker .kn-city-native {
    block-size: 1px !important;
    border: 0 !important;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    inline-size: 1px !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    pointer-events: none;
    position: absolute !important;
    white-space: nowrap;
}

.kn-city-dropdown {
    min-width: 220px;
    position: relative;
    width: 240px;
}

.kn-city-dropdown__button {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    color: var(--kn-ink);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    gap: 12px;
    justify-content: space-between;
    min-height: 38px;
    outline: none;
    padding: 7px 12px;
    text-align: left;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
    width: 100%;
}

.kn-city-dropdown__button:hover,
.kn-city-dropdown__button:focus-visible,
.kn-city-dropdown.is-open .kn-city-dropdown__button {
    background: #ffffff;
    border-color: var(--kn-accent);
    box-shadow: 0 0 0 3px rgba(15, 143, 114, 0.14);
}

.kn-city-dropdown__chevron {
    border-bottom: 2px solid #6b7681;
    border-right: 2px solid #6b7681;
    display: inline-block;
    flex: 0 0 auto;
    height: 8px;
    margin-top: -3px;
    transform: rotate(45deg);
    transition: transform 0.18s ease;
    width: 8px;
}

.kn-city-dropdown.is-open .kn-city-dropdown__chevron {
    margin-top: 3px;
    transform: rotate(225deg);
}

.kn-city-dropdown__panel {
    background: #ffffff;
    border: 1px solid rgba(209, 221, 216, 0.95);
    border-radius: 10px;
    box-shadow: 0 18px 48px rgba(12, 27, 38, 0.22);
    left: 0;
    max-height: min(360px, 70vh);
    overflow: auto;
    padding: 6px;
    position: absolute;
    top: calc(100% + 8px);
    width: max(100%, 260px);
    z-index: 120;
}

.kn-city-dropdown__panel[hidden] {
    display: none !important;
}

.kn-city-dropdown__option {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: var(--kn-ink);
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    min-height: 36px;
    padding: 8px 10px;
    text-align: left;
    width: 100%;
}

.kn-city-dropdown__option:hover,
.kn-city-dropdown__option:focus-visible {
    background: rgba(15, 143, 114, 0.1);
    outline: none;
}

.kn-city-dropdown__option.is-active {
    background: var(--kn-accent);
    color: #ffffff;
}

.kn-site-header .kn-city-dropdown {
    min-width: 170px;
    width: 190px;
}

.kn-site-header .kn-city-dropdown__button {
    background-color: transparent;
    border-color: transparent;
    min-height: 34px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.kn-site-header .kn-city-dropdown__button:hover,
.kn-site-header .kn-city-dropdown__button:focus-visible,
.kn-site-header .kn-city-dropdown.is-open .kn-city-dropdown__button {
    background-color: #ffffff;
}

@media (max-width: 820px) {
    .kn-site-header .kn-city-dropdown,
    .kn-city-dropdown,
    .kn-city-dropdown__button {
        width: 100% !important;
    }

    .kn-city-dropdown__panel {
        max-height: min(320px, 62vh);
        width: 100%;
    }
}

body.kn-catalog-page {
    background: var(--kn-bg, #f6f8fb);
    margin: 0;
    overflow-x: hidden;
}

body.kn-catalog-page .whb-header,
body.kn-catalog-page .page-title,
body.kn-catalog-page .sidebar-container,
body.kn-catalog-page .wd-sidebar,
body.kn-catalog-page .footer-container,
body.kn-catalog-page .wd-prefooter,
body.kn-catalog-page .wd-toolbar,
body.kn-catalog-page .wd-toolbar-wrapper,
body.kn-catalog-page .wd-bottom-toolbar {
    display: none !important;
}

body.kn-catalog-page .main-page-wrapper,
body.kn-catalog-page .site-content,
body.kn-catalog-page .content-area,
body.kn-catalog-page .entry-content,
body.kn-catalog-page .container,
body.kn-catalog-page .container-fluid,
body.kn-catalog-page .wp-site-blocks {
    margin: 0 !important;
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
}

body.kn-catalog-page .content-layout-wrapper,
body.kn-catalog-page .row {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.kn-catalog-page .kn-catalog {
    border-radius: 0;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: clip;
}

.kn-catalog *,
.kn-catalog *::before,
.kn-catalog *::after {
    box-sizing: border-box;
}

.kn-site-header,
.kn-city-bar,
.kn-hero,
.kn-operator-nav,
.kn-number-search,
.kn-intro,
.kn-filters,
.kn-toolbar,
.kn-grid,
.kn-pagination,
.kn-info-grid,
.kn-business,
.kn-contacts,
.kn-law-banner,
.kn-page-main,
.kn-page-hero,
.kn-page-section,
.kn-process-steps,
.kn-process-note {
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.kn-city-bar {
    align-items: center;
    color: var(--kn-muted);
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    padding: 12px 0 0;
}

.kn-city-picker {
    align-items: center;
    color: var(--kn-ink);
    display: inline-flex;
    gap: 10px;
    max-width: 100%;
}

.kn-city-picker span {
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.kn-city-picker select {
    appearance: none;
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    color: var(--kn-ink);
    cursor: pointer;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    min-height: 38px;
    min-width: 220px;
    outline: none;
    padding: 7px 38px 7px 12px;
    width: 240px;
    background-image:
        linear-gradient(45deg, transparent 50%, var(--kn-muted) 50%),
        linear-gradient(135deg, var(--kn-muted) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.kn-city-picker select:focus {
    border-color: var(--kn-accent);
    box-shadow: 0 0 0 3px rgba(15, 143, 114, 0.14);
}

.kn-site-header {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 78px;
    padding: 12px 14px;
}

.kn-site-header > .kn-header-menu {
    align-items: center;
    display: flex;
    gap: 14px;
    justify-content: space-between;
}

.kn-site-header > .kn-header-bottom {
    align-items: center;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 60px;
}

.kn-logo {
    align-items: center;
    color: var(--kn-ink);
    display: inline-flex;
    font-size: 18px;
    font-weight: 900;
    gap: 10px;
    letter-spacing: 0;
    text-decoration: none;
}

.kn-logo__mark {
    align-items: center;
    background: var(--kn-accent);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-size: 20px;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.kn-site-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.kn-site-nav a {
    border-radius: 8px;
    color: var(--kn-muted);
    font-size: 14px;
    font-weight: 800;
    padding: 10px 12px;
    text-decoration: none;
}

.kn-site-nav a:hover,
.kn-site-nav a.is-active {
    background: #ffffff;
    color: var(--kn-ink);
}

.kn-header-actions,
.kn-contact-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.kn-hero {
    align-items: center;
    background:
        radial-gradient(circle at 82% 18%, rgba(15, 143, 114, 0.14), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f0f5f8 100%);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    box-shadow: var(--kn-shadow);
    display: grid;
    gap: clamp(22px, 4vw, 54px);
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    margin-bottom: 16px;
    min-height: 380px;
    padding: clamp(28px, 5vw, 64px);
}

.kn-hero h1 {
    color: var(--kn-ink);
    font-size: clamp(38px, 5.2vw, 72px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0;
    max-width: 780px;
}

.kn-hero p {
    color: var(--kn-muted);
    font-size: 17px;
    line-height: 1.55;
    margin: 12px 0 0;
    max-width: 720px;
}

.kn-hero-search {
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    margin-top: 24px;
    max-width: 560px;
    padding: 8px;
}

.kn-hero-search input {
    border: 0;
    color: var(--kn-ink);
    flex: 1;
    font: inherit;
    font-size: 16px;
    min-height: 44px;
    min-width: 0;
    outline: none;
    padding: 0 12px;
}

.kn-hero-panel {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px;
}

.kn-hero-panel div {
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    padding: 18px;
}

.kn-hero-panel strong {
    color: var(--kn-ink);
    display: block;
    font-size: 28px;
    line-height: 1.05;
}

.kn-hero-panel span {
    color: var(--kn-muted);
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 7px;
}

.kn-reset,
.kn-submit,
.kn-card__button,
.kn-page,
.kn-header-actions a,
.kn-contact-actions a,
.kn-contact-actions button,
.kn-hero-search button,
.kn-number-search__input button,
.kn-digit-row button,
.kn-page-action,
.kn-operator-nav button,
.kn-operator-nav a {
    align-items: center;
    appearance: none;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    text-decoration: none;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.kn-reset,
.kn-page,
.kn-header-actions a,
.kn-contact-actions a,
.kn-contact-actions button,
.kn-digit-row button,
.kn-page-action,
.kn-operator-nav button,
.kn-operator-nav a {
    background: var(--kn-surface);
    border-color: var(--kn-line);
    color: var(--kn-ink);
}

.kn-submit,
.kn-card__button,
.kn-page.is-active,
.kn-hero-search button,
.kn-number-search__input button,
.kn-digit-row button.is-active,
.kn-page-action--primary,
.kn-operator-nav button.is-active {
    background: var(--kn-accent);
    color: #ffffff;
}

.kn-reset:hover,
.kn-card__button:hover,
.kn-submit:hover,
.kn-page:hover,
.kn-header-actions a:hover,
.kn-contact-actions a:hover,
.kn-contact-actions button:hover,
.kn-hero-search button:hover,
.kn-number-search__input button:hover,
.kn-digit-row button:hover,
.kn-page-action:hover,
.kn-operator-nav button:hover,
.kn-operator-nav a:hover {
    transform: translateY(-1px);
}

.kn-submit:hover,
.kn-card__button:hover,
.kn-page-action--primary:hover {
    background: var(--kn-accent-dark);
}

.kn-header-actions .kn-callback-link {
    background: var(--kn-orange);
    border-color: var(--kn-orange);
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(242, 120, 36, 0.18);
}

.kn-header-actions .kn-callback-link:hover {
    background: var(--kn-orange-dark);
    border-color: var(--kn-orange-dark);
}

.kn-operator-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.kn-operator-nav button,
.kn-operator-nav a {
    background: transparent;
    border-color: transparent;
    color: var(--kn-ink);
    flex-direction: column;
    font-size: 13px;
    gap: 9px;
    letter-spacing: 0;
    line-height: 1.15;
    min-height: 104px;
    min-width: 102px;
    padding: 12px 14px;
    text-align: center;
    text-transform: uppercase;
}

.kn-operator-nav button.is-active {
    background: #eeeeee;
    border-color: #eeeeee;
    color: var(--kn-ink);
}

.kn-operator-nav button:hover,
.kn-operator-nav a:hover {
    background: #f4f5f6;
    border-color: #f4f5f6;
}

.kn-operator-nav .kn-operator-icon {
    border-radius: 50%;
    font-size: 18px;
    height: 54px;
    min-width: 54px;
    padding: 0;
}

.kn-operator-icon {
    align-items: center;
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: 900;
    height: 24px;
    justify-content: center;
    line-height: 1;
    min-width: 24px;
    padding: 0 5px;
}

.kn-operator-icon--all {
    background: var(--kn-ink);
}

.kn-operator-icon--megafon {
    background: #20a75a;
}

.kn-operator-icon--mts {
    background: #e30613;
}

.kn-operator-icon--beeline {
    background: #f6c400;
    color: #161616;
}

.kn-operator-icon--tele2 {
    background: #111827;
}

.kn-operator-icon--business {
    background: #4267b2;
}

.kn-operator-logo {
    display: block;
    flex: 0 0 auto;
    height: 56px;
    max-width: 72px;
    object-fit: contain;
    width: auto;
}

.kn-card .kn-operator-logo {
    height: 18px;
    max-width: 70px;
}

.kn-visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.kn-number-search {
    background: var(--kn-surface);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-bottom: 18px;
    padding: clamp(18px, 2.6vw, 28px);
}

.kn-number-search h2 {
    color: var(--kn-ink);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.12;
    margin: 0 0 8px;
}

.kn-number-search p {
    color: var(--kn-muted);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.kn-number-builder {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
}

.kn-number-code,
.kn-number-slot {
    display: block;
    min-width: 0;
}

.kn-number-code select,
.kn-number-slot input {
    background: #ffffff;
    border: 4px solid #f1f2f4;
    border-radius: 10px;
    color: var(--kn-ink);
    font: inherit;
    min-height: 56px;
    outline: none;
    width: 100%;
}

.kn-number-code select {
    font-size: 15px;
    padding: 0 14px;
}

.kn-number-slots {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(7, minmax(44px, 1fr));
}

.kn-number-slot input {
    font-size: 24px;
    font-weight: 800;
    padding: 0 8px;
    text-align: center;
}

.kn-number-slot input::placeholder {
    color: #59636f;
    opacity: 1;
}

.kn-number-code select:focus,
.kn-number-slot input:focus {
    border-color: rgba(15, 143, 114, 0.32);
    box-shadow: 0 0 0 3px rgba(15, 143, 114, 0.12);
}

.kn-number-search__hint {
    max-width: 720px;
}

.kn-intro,
.kn-business,
.kn-contacts {
    background: var(--kn-surface);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: grid;
    gap: 22px;
    margin-bottom: 18px;
    padding: clamp(20px, 3vw, 34px);
}

.kn-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kn-intro h2,
.kn-info-card h2,
.kn-business h2,
.kn-contacts h2 {
    color: var(--kn-ink);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.12;
    margin: 0 0 10px;
}

.kn-intro p,
.kn-info-card p,
.kn-business p,
.kn-contacts p,
.kn-business li {
    color: var(--kn-muted);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.kn-filters {
    background: var(--kn-surface);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    box-shadow: var(--kn-shadow);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    margin-bottom: 16px;
    padding: 16px;
}

.kn-field {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.kn-field span {
    color: var(--kn-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
}

.kn-field input,
.kn-field select,
.kn-field textarea {
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    color: var(--kn-ink);
    font: inherit;
    font-size: 15px;
    min-height: 44px;
    outline: none;
    padding: 10px 12px;
    width: 100%;
}

.kn-field textarea {
    min-height: 92px;
    resize: vertical;
}

.kn-field input:focus,
.kn-field select:focus,
.kn-field textarea:focus {
    border-color: var(--kn-accent);
    box-shadow: 0 0 0 3px rgba(15, 143, 114, 0.16);
}

.kn-toolbar {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin: 14px 0;
}

.kn-result-count {
    color: var(--kn-muted);
    font-size: 14px;
    font-weight: 700;
}

.kn-status {
    color: var(--kn-muted);
    font-size: 15px;
    padding: 22px 0;
}

.kn-status.is-error {
    color: var(--kn-danger);
}

.kn-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kn-card {
    background: var(--kn-surface);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: 18px;
}

.kn-card__top {
    display: grid;
    gap: 8px;
}

.kn-card__phone {
    color: var(--kn-ink);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.kn-card__meta {
    color: var(--kn-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 7px;
    line-height: 1.35;
}

.kn-card__meta > span {
    background: #f3f6f8;
    border-radius: 999px;
    padding: 5px 8px;
}

.kn-meta-chip--operator {
    align-items: center;
    display: inline-flex;
    gap: 6px;
    padding: 4px 8px 4px 5px !important;
}

.kn-meta-chip--operator .kn-operator-icon {
    height: 20px;
    min-width: 20px;
}

.kn-card__bottom {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.kn-card__price {
    color: var(--kn-gold);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

.kn-card__button {
    white-space: nowrap;
}

.kn-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 22px;
}

.kn-load-more {
    align-items: center;
    background: #e6532f;
    border: 0;
    border-radius: 999px;
    box-shadow: 0 14px 26px rgba(230, 83, 47, 0.22);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0;
    min-height: 48px;
    min-width: 220px;
    padding: 0 28px;
    text-transform: uppercase;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.kn-load-more:hover {
    background: #d94725;
    box-shadow: 0 18px 32px rgba(230, 83, 47, 0.28);
    transform: translateY(-1px);
}

.kn-info-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 28px;
}

.kn-info-card {
    background: var(--kn-surface);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    padding: clamp(20px, 2.5vw, 30px);
}

.kn-info-card span {
    color: var(--kn-accent);
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 12px;
}

.kn-business {
    align-items: start;
    background: linear-gradient(135deg, #16202a 0%, #203242 100%);
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    margin-top: 18px;
}

.kn-business h2,
.kn-business p,
.kn-business li {
    color: #ffffff;
}

.kn-business p {
    color: rgba(255, 255, 255, 0.78);
}

.kn-business ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.kn-business li {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 12px 14px;
}

.kn-contacts {
    align-items: center;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 18px;
}

.kn-law-banner {
    background: #fff8ef;
    border: 1px solid #f1c99f;
    border-left: 5px solid var(--kn-orange);
    border-radius: 8px;
    margin-top: 18px;
    padding: clamp(18px, 2.6vw, 28px);
}

.kn-law-banner h2 {
    color: var(--kn-ink);
    font-size: clamp(21px, 2vw, 28px);
    line-height: 1.16;
    margin: 0 0 10px;
}

.kn-law-banner p {
    color: #51463e;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.kn-page-main {
    display: grid;
    gap: 18px;
}

.kn-page-hero {
    align-items: center;
    background:
        radial-gradient(circle at 85% 12%, rgba(15, 143, 114, 0.13), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f1f5f8 100%);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    box-shadow: var(--kn-shadow);
    display: grid;
    gap: clamp(22px, 4vw, 48px);
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr);
    min-height: 340px;
    padding: clamp(28px, 5vw, 58px);
}

.kn-page-hero__content h1 {
    color: var(--kn-ink);
    font-size: clamp(38px, 5vw, 66px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
}

.kn-page-hero__content p,
.kn-page-hero__panel span,
.kn-page-card p,
.kn-page-section p,
.kn-page-list {
    color: var(--kn-muted);
    font-size: 16px;
    line-height: 1.6;
}

.kn-page-hero__content p {
    margin: 14px 0 0;
    max-width: 760px;
}

.kn-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.kn-operator-strip,
.kn-page-hero__panel,
.kn-page-section {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
}

.kn-operator-strip {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.kn-operator-strip > span {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: flex;
    font-weight: 800;
    gap: 10px;
    min-height: 52px;
    padding: 10px 12px;
}

.kn-page-hero__panel {
    display: grid;
    gap: 10px;
    padding: 24px;
}

.kn-page-hero__panel strong {
    color: var(--kn-ink);
    font-size: 28px;
    line-height: 1.15;
}

.kn-page-section {
    background: var(--kn-surface);
    padding: clamp(20px, 3vw, 34px);
}

.kn-page-section h2 {
    color: var(--kn-ink);
    font-size: clamp(26px, 2.7vw, 38px);
    line-height: 1.12;
    margin: 0 0 18px;
}

.kn-page-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kn-page-card {
    background: #f7fafc;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    padding: clamp(18px, 2.4vw, 28px);
}

.kn-page-card h3 {
    color: var(--kn-ink);
    font-size: 21px;
    line-height: 1.18;
    margin: 0 0 10px;
}

.kn-page-card p {
    margin: 0;
}

.kn-page-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.kn-page-list li {
    background: #f7fafc;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    padding: 12px 14px;
}

.kn-info-grid--page {
    margin-top: 0;
}

.kn-process-panel {
    background: #16202a;
    border-radius: 8px;
    color: #ffffff;
    display: grid;
    gap: 10px;
    padding: clamp(22px, 3vw, 34px);
}

.kn-process-panel span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.kn-process-panel strong {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1;
}

.kn-process-panel p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.kn-process-steps {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kn-process-steps article {
    background: var(--kn-surface);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: grid;
    gap: 16px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: clamp(18px, 2.4vw, 28px);
}

.kn-process-steps article > span {
    align-items: center;
    background: var(--kn-orange);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-weight: 900;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.kn-process-steps h2,
.kn-process-note h2 {
    color: var(--kn-ink);
    font-size: 23px;
    line-height: 1.18;
    margin: 0 0 8px;
}

.kn-process-steps p,
.kn-process-note p {
    color: var(--kn-muted);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.kn-process-note {
    align-items: center;
    background: var(--kn-surface);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: clamp(20px, 3vw, 34px);
}

.kn-process-note > div {
    max-width: 820px;
}

.kn-page {
    min-width: 42px;
    padding: 0 12px;
}

.kn-page[disabled] {
    cursor: default;
    opacity: 0.48;
    transform: none;
}

.kn-modal[hidden] {
    display: none;
}

.kn-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 18px;
    position: fixed;
    z-index: 99999;
}

.kn-modal__backdrop {
    background: rgba(11, 20, 30, 0.58);
    inset: 0;
    position: absolute;
}

.kn-modal__dialog {
    background: var(--kn-surface);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(11, 20, 30, 0.24);
    max-width: 480px;
    padding: 24px;
    position: relative;
    width: min(100%, 480px);
}

.kn-modal__close {
    align-items: center;
    background: #f3f6f8;
    border: 0;
    border-radius: 999px;
    color: var(--kn-ink);
    cursor: pointer;
    display: inline-flex;
    font-size: 24px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 36px;
}

.kn-modal h2 {
    font-size: 26px;
    line-height: 1.15;
    margin: 0 48px 8px 0;
}

.kn-modal__number {
    color: var(--kn-muted);
    font-weight: 700;
    margin: 0 0 18px;
}

.kn-modal form {
    display: grid;
    gap: 14px;
}

.kn-hp {
    left: -9999px;
    opacity: 0;
    position: absolute;
}

.kn-form-status {
    color: var(--kn-muted);
    font-size: 14px;
    min-height: 20px;
}

.kn-form-status.is-error {
    color: var(--kn-danger);
}

@media (max-width: 1180px) {
    .kn-city-bar {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .kn-city-picker select {
        max-width: 100%;
    }

    .kn-site-header {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .kn-site-nav,
    .kn-header-actions {
        justify-content: flex-start;
    }

    .kn-hero {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
    }

    .kn-filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kn-field--wide {
        grid-column: span 3;
    }

}

@media (max-width: 820px) {
    .kn-catalog {
        padding: 14px 16px 26px;
    }

    .kn-site-header {
        gap: 10px;
        min-height: 0;
        padding: 10px 0 14px;
    }

    .kn-site-nav {
        justify-content: flex-start;
        width: 100%;
    }

    .kn-header-actions {
        justify-content: flex-start;
        width: 100%;
    }

    .kn-hero {
        align-items: start;
        gap: 16px;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .kn-hero-panel {
        gap: 8px;
        padding: 10px;
        width: 100%;
    }

    .kn-hero-panel div {
        padding: 14px 16px;
    }

    .kn-hero-panel strong {
        font-size: 24px;
    }

    .kn-page-hero {
        align-items: start;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .kn-number-search {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .kn-operator-nav {
        flex-wrap: nowrap;
        gap: 8px;
        margin-left: -18px;
        margin-right: -18px;
        overflow-x: auto;
        padding: 0 18px 4px;
        scroll-padding: 18px;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .kn-operator-nav button,
    .kn-operator-nav a {
        flex: 0 0 auto;
        min-height: 82px;
        min-width: 76px;
        padding: 8px 10px;
        scroll-snap-align: start;
    }

    .kn-operator-nav .kn-operator-logo,
    .kn-operator-nav .kn-operator-icon {
        height: 40px;
        min-width: 40px;
        max-width: 54px;
    }

    .kn-intro,
    .kn-info-grid,
    .kn-process-steps,
    .kn-business,
    .kn-contacts,
    .kn-page-grid {
        grid-template-columns: 1fr;
    }

    .kn-contacts {
        align-items: start;
    }

    .kn-process-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .kn-contact-actions {
        justify-content: flex-start;
    }

    .kn-filters,
    .kn-grid {
        grid-template-columns: 1fr 1fr;
    }

    .kn-field--wide {
        grid-column: span 2;
    }
}

@media (max-width: 560px) {
    .kn-catalog {
        border-radius: 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 16px;
        width: 100vw;
    }

    body.kn-catalog-page .kn-catalog {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .kn-logo {
        font-size: 17px;
    }

    .kn-logo__mark {
        height: 36px;
        width: 36px;
    }

    .kn-city-bar {
        padding-top: 4px;
    }

    .kn-city-picker {
        width: 100%;
    }

    .kn-city-picker select {
        min-width: 0;
        width: 100%;
    }

    .kn-site-nav {
        display: grid;
        gap: 6px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kn-site-nav a {
        font-size: 13px;
        justify-content: center;
        min-height: 38px;
        padding: 8px 9px;
        text-align: center;
    }

    .kn-hero,
    .kn-page-hero {
        padding: 20px;
    }

    .kn-hero h1,
    .kn-page-hero__content h1 {
        font-size: clamp(31px, 10vw, 39px);
        line-height: 1.04;
    }

    .kn-hero p,
    .kn-page-hero__content p {
        font-size: 15px;
        line-height: 1.5;
    }

    .kn-hero-panel div {
        padding: 12px 14px;
    }

    .kn-hero-panel strong {
        font-size: 22px;
    }

    .kn-hero-panel span {
        font-size: 13px;
    }

    .kn-hero-search {
        align-items: stretch;
        flex-direction: column;
        max-width: none;
    }

    .kn-number-builder {
        grid-template-columns: 1fr;
    }

    .kn-number-search h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .kn-number-slots {
        gap: 5px;
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .kn-number-code select,
    .kn-number-slot input {
        border-width: 3px;
        font-size: 16px;
        min-height: 46px;
    }

    .kn-number-slot input {
        font-size: 19px;
        padding: 0 4px;
    }

    .kn-hero-search button,
    .kn-header-actions a,
    .kn-contact-actions a,
    .kn-contact-actions button,
    .kn-page-action {
        width: 100%;
    }

    .kn-header-actions,
    .kn-contact-actions {
        width: 100%;
    }

    .kn-filters {
        gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 12px;
    }

    .kn-filters .kn-field:nth-of-type(1),
    .kn-filters .kn-field:nth-of-type(2),
    .kn-filters .kn-field:nth-of-type(5) {
        grid-column: 1 / -1;
    }

    .kn-field input,
    .kn-field select,
    .kn-field textarea {
        font-size: 16px;
        min-height: 42px;
        padding: 9px 10px;
    }

    .kn-grid {
        grid-template-columns: 1fr;
    }

    .kn-field--wide {
        grid-column: auto;
    }

    .kn-toolbar,
    .kn-card__bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .kn-reset,
    .kn-card__button,
    .kn-submit {
        width: 100%;
    }

    .kn-card {
        gap: 12px;
        padding: 14px;
    }

    .kn-card__phone {
        font-size: 24px;
    }

    .kn-card__price {
        white-space: normal;
    }

    .kn-business,
    .kn-contacts,
    .kn-law-banner,
    .kn-page-section,
    .kn-process-note {
        padding: 18px;
    }

    .kn-business li {
        padding: 10px 12px;
    }

    .kn-process-steps article {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .kn-process-panel {
        padding: 20px;
    }

    .kn-process-panel strong {
        font-size: clamp(28px, 10vw, 38px);
        overflow-wrap: anywhere;
    }

    .kn-law-banner h2 {
        font-size: 22px;
    }

    .kn-law-banner p {
        font-size: 14px;
        line-height: 1.55;
    }

    .kn-pagination {
        gap: 6px;
    }

    .kn-page {
        min-width: 38px;
    }

    .kn-modal {
        align-items: flex-start;
        padding: 10px;
    }

    .kn-modal__dialog {
        max-height: calc(100dvh - 20px);
        overflow-y: auto;
        padding: 20px;
        width: 100%;
    }

    .kn-modal h2 {
        font-size: 23px;
        margin-right: 42px;
    }
}

/* Premium redesign v1.1.3 */
.kn-catalog {
    --kn-bg: #f3f5f2;
    --kn-bg-strong: #dfe8e2;
    --kn-surface: #ffffff;
    --kn-surface-soft: #f8faf7;
    --kn-ink: #101821;
    --kn-muted: #66717f;
    --kn-line: #dce4df;
    --kn-accent: #09856f;
    --kn-accent-dark: #066b59;
    --kn-orange: #f17822;
    --kn-orange-dark: #ce5d16;
    --kn-gold: #a87522;
    --kn-shadow: 0 22px 60px rgba(16, 24, 33, 0.10);
    background:
        linear-gradient(180deg, #f4f1ec 0%, #f3f7f2 28%, #f7faf8 100%);
    font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
    padding: 0 clamp(16px, 3.4vw, 42px) clamp(34px, 5vw, 64px);
    position: relative;
}

/* Burger navigation v1.1.3 */
.kn-header-menu {
    justify-self: start;
    position: relative;
    z-index: 70;
}

.kn-menu-toggle {
    align-items: center;
    appearance: none;
    background: #101821;
    border: 1px solid #101821;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.kn-menu-toggle:hover,
.kn-menu-toggle.is-open {
    background: var(--kn-accent);
    border-color: var(--kn-accent);
    transform: translateY(-1px);
}

.kn-menu-toggle__bars {
    display: grid;
    gap: 4px;
    width: 18px;
}

.kn-menu-toggle__bars span {
    background: currentColor;
    border-radius: 999px;
    display: block;
    height: 2px;
    width: 18px;
}

.kn-site-nav[hidden] {
    display: none !important;
}

.kn-header-menu .kn-site-nav {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(16, 24, 33, 0.16);
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr;
    left: 0;
    min-width: 196px;
    padding: 6px;
    position: absolute;
    top: calc(100% + 12px);
    transform: none;
    width: 196px;
}

.kn-header-menu .kn-site-nav a {
    align-items: center;
    background: transparent;
    border-radius: 8px;
    color: #4f5c69;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: flex-start;
    min-height: 46px;
    padding: 0 14px;
    text-decoration: none;
    width: 100%;
}

.kn-header-menu .kn-site-nav a:hover,
.kn-header-menu .kn-site-nav a.is-active {
    background: #101821;
    color: #ffffff;
}

@media (max-width: 1180px) {
    .kn-header-menu {
        justify-self: start;
    }
}

@media (max-width: 560px) {
    .kn-header-menu {
        width: 100%;
    }

    .kn-menu-toggle {
        width: 100%;
    }

    .kn-header-menu .kn-site-nav {
        left: 0;
        min-width: 0;
        transform: none;
        width: 100%;
    }
}

.kn-catalog::before {
    background:
        linear-gradient(90deg, rgba(9, 133, 111, 0.07), transparent 38%),
        linear-gradient(180deg, rgba(241, 120, 34, 0.08), transparent 28%);
    content: "";
    height: 360px;
    inset: 0 0 auto;
    pointer-events: none;
    position: absolute;
}

.kn-catalog > * {
    position: relative;
}

.kn-site-header,
.kn-city-bar,
.kn-hero,
.kn-operator-nav,
.kn-number-search,
.kn-intro,
.kn-filters,
.kn-toolbar,
.kn-grid,
.kn-pagination,
.kn-info-grid,
.kn-business,
.kn-contacts,
.kn-law-banner,
.kn-site-footer,
.kn-page-main,
.kn-page-hero,
.kn-page-section,
.kn-process-steps,
.kn-process-note {
    max-width: 1500px;
}

.kn-city-bar {
    color: #5b6671;
    padding-top: 16px;
}

.kn-city-picker {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(220, 228, 223, 0.9);
    border-radius: 8px;
    padding: 6px 8px 6px 12px;
}

.kn-city-picker select {
    background-color: transparent;
    border-color: transparent;
    min-height: 34px;
}

.kn-city-picker select:focus {
    background-color: #ffffff;
}

.kn-site-header {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(220, 228, 223, 0.86);
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(16, 24, 33, 0.06);
    margin-top: 14px;
    min-height: 74px;
    padding: 12px 14px;
    position: sticky;
    top: 10px;
    z-index: 50;
}

.kn-logo {
    font-size: 19px;
}

.kn-logo__mark {
    background: #101821;
    border-radius: 8px;
    box-shadow: inset 0 -8px 16px rgba(255, 255, 255, 0.08);
}

.kn-site-nav {
    gap: 2px;
}

.kn-site-nav a {
    color: #596472;
    min-height: 40px;
}

.kn-site-nav a:hover,
.kn-site-nav a.is-active {
    background: #101821;
    color: #ffffff;
}

.kn-header-actions a {
    border-color: transparent;
    min-height: 40px;
}

.kn-header-actions .kn-callback-link {
    box-shadow: 0 12px 24px rgba(241, 120, 34, 0.22);
}

.kn-section-kicker {
    color: var(--kn-accent);
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.kn-hero {
    background: #101821;
    border: 0;
    box-shadow: 0 28px 80px rgba(16, 24, 33, 0.16);
    gap: clamp(24px, 4vw, 62px);
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
    margin-bottom: 22px;
    margin-top: 18px;
    min-height: 560px;
    overflow: hidden;
    padding: clamp(30px, 5vw, 74px);
}

.kn-hero::after {
    background: linear-gradient(115deg, rgba(16, 24, 33, 0.98) 0%, rgba(16, 24, 33, 0.94) 38%, rgba(9, 133, 111, 0.24) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.kn-hero__content,
.kn-hero-visual {
    position: relative;
    z-index: 1;
}

.kn-hero h1 {
    color: #ffffff;
    font-size: clamp(44px, 5.9vw, 86px);
    font-weight: 900;
    line-height: 0.96;
    max-width: 820px;
}

.kn-hero p {
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(16px, 1.5vw, 19px);
    max-width: 650px;
}

.kn-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.kn-hero-actions .kn-page-action {
    min-height: 48px;
}

.kn-hero-actions .kn-page-action:not(.kn-page-action--primary) {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.kn-hero-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 34px 0 0;
    max-width: 720px;
    padding: 18px 0 0;
}

.kn-hero-trust li {
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 14px;
    padding: 10px 16px 10px 12px;
}

.kn-hero-trust__index {
    align-items: center;
    background: var(--kn-accent);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 14px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    line-height: 1;
    width: 28px;
}

.kn-hero-visual {
    align-self: stretch;
    min-height: 420px;
}

.kn-hero-visual img {
    border-radius: 8px;
    display: block;
    filter: saturate(1.08) contrast(1.08);
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.kn-hero-visual::after {
    background:
        linear-gradient(180deg, transparent 45%, rgba(16, 24, 33, 0.74)),
        radial-gradient(circle at 72% 66%, rgba(241, 120, 34, 0.22), transparent 34%);
    border-radius: 8px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.kn-hero-panel {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.62);
    bottom: 18px;
    box-shadow: 0 18px 50px rgba(16, 24, 33, 0.18);
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 18px;
    padding: 8px;
    position: absolute;
    right: 18px;
    z-index: 2;
}

.kn-hero-panel div {
    background: #ffffff;
    border-color: rgba(220, 228, 223, 0.86);
    padding: 16px;
}

.kn-hero-panel strong {
    font-size: clamp(24px, 2.3vw, 34px);
}

.kn-hero-panel span {
    color: #66717f;
}

.kn-operator-nav {
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(16, 24, 33, 0.07);
    gap: 6px;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px;
}

.kn-operator-nav button,
.kn-operator-nav a {
    border-radius: 8px;
    min-height: 116px;
    min-width: 124px;
}

.kn-operator-nav button.is-active {
    background: #edf2ee;
    border-color: #edf2ee;
}

.kn-operator-nav button:hover,
.kn-operator-nav a:hover {
    background: #f6f7f4;
}

.kn-operator-nav .kn-operator-logo,
.kn-operator-nav .kn-operator-icon {
    height: 58px;
    max-width: 78px;
    min-width: 58px;
}

.kn-number-search {
    background:
        linear-gradient(180deg, #ffffff 0%, #f8faf7 100%);
    border: 1px solid var(--kn-line);
    box-shadow: 0 18px 44px rgba(16, 24, 33, 0.06);
    gap: 18px;
    padding: clamp(20px, 3vw, 34px);
}

.kn-number-search h2 {
    font-size: clamp(28px, 2.8vw, 42px);
    font-weight: 900;
}

.kn-number-builder {
    gap: 12px;
    grid-template-columns: minmax(148px, 170px) minmax(0, 1fr);
}

.kn-number-code select,
.kn-number-slot input {
    background: #ffffff;
    border-color: #edf0ec;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.kn-number-slot input:focus,
.kn-number-code select:focus {
    border-color: rgba(9, 133, 111, 0.45);
}

.kn-filters {
    box-shadow: 0 16px 42px rgba(16, 24, 33, 0.07);
}

.kn-field span {
    color: #536070;
    font-size: 12px;
    font-weight: 900;
}

.kn-field input,
.kn-field select,
.kn-field textarea {
    border-color: #d9e1dc;
}

.kn-toolbar {
    background: transparent;
}

.kn-result-count {
    color: #283542;
    font-size: 15px;
    font-weight: 900;
}

.kn-grid {
    gap: 16px;
}

.kn-card {
    border-color: #dfe6e1;
    box-shadow: 0 10px 28px rgba(16, 24, 33, 0.05);
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.kn-card::before {
    background: linear-gradient(90deg, var(--kn-accent), var(--kn-orange));
    content: "";
    height: 4px;
    inset: 0 0 auto;
    position: absolute;
}

.kn-card__phone {
    font-size: clamp(24px, 2.2vw, 31px);
    font-weight: 900;
}

.kn-card__meta > span {
    background: #f1f5f2;
}

.kn-card__bottom {
    border-top: 1px solid #eef2ee;
    padding-top: 14px;
}

.kn-card__price {
    color: #9c6819;
}

.kn-info-grid {
    gap: 16px;
    margin-top: 34px;
}

.kn-info-card,
.kn-page-card {
    background: #ffffff;
    border-color: #dfe6e1;
    box-shadow: 0 12px 32px rgba(16, 24, 33, 0.05);
}

.kn-info-card span {
    color: var(--kn-orange);
}

.kn-business {
    background:
        linear-gradient(135deg, #101821 0%, #16372f 58%, #1f2b38 100%);
    box-shadow: 0 20px 50px rgba(16, 24, 33, 0.12);
}

.kn-contacts {
    box-shadow: 0 12px 32px rgba(16, 24, 33, 0.05);
}

.kn-law-banner {
    background: #fff8ef;
    box-shadow: 0 12px 30px rgba(168, 117, 34, 0.08);
}

.kn-site-footer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
}

.kn-footer-shell {
    align-items: start;
    background:
        linear-gradient(135deg, rgba(16, 24, 33, 0.98), rgba(10, 47, 41, 0.96)),
        url("hero-city-phone.jpg") center / cover no-repeat;
    border-radius: 8px;
    box-shadow: 0 28px 74px rgba(16, 24, 33, 0.18);
    display: grid;
    gap: clamp(22px, 4vw, 54px);
    grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.65fr);
    overflow: hidden;
    padding: clamp(24px, 4.8vw, 58px);
    position: relative;
}

.kn-footer-shell::before {
    background: linear-gradient(90deg, rgba(16, 24, 33, 0.96), rgba(16, 24, 33, 0.78) 50%, rgba(16, 24, 33, 0.52));
    content: "";
    inset: 0;
    position: absolute;
}

.kn-footer-shell > * {
    position: relative;
    z-index: 1;
}

.kn-footer-copy h2 {
    color: #ffffff;
    font-size: clamp(32px, 4vw, 58px);
    font-weight: 900;
    line-height: 1.02;
    margin: 0;
    max-width: 720px;
}

.kn-footer-copy p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.6;
    margin: 16px 0 0;
    max-width: 640px;
}

.kn-footer-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.kn-footer-contacts a {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 800;
    min-height: 42px;
    padding: 0 14px;
    text-decoration: none;
}

.kn-footer-form {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(16, 24, 33, 0.18);
    display: grid;
    gap: 12px;
    padding: clamp(16px, 2.4vw, 24px);
}

.kn-footer-form .kn-field--wide {
    grid-column: auto;
}

.kn-footer-form .kn-submit {
    min-height: 48px;
}

.kn-page-hero {
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 248, 0.94) 52%, rgba(9, 133, 111, 0.12) 100%);
    box-shadow: 0 18px 48px rgba(16, 24, 33, 0.08);
    margin-top: 18px;
}

.kn-page-hero__content h1 {
    font-weight: 900;
}

.kn-page-action--primary,
.kn-submit,
.kn-card__button,
.kn-page.is-active,
.kn-digit-row button.is-active,
.kn-operator-nav button.is-active {
    background: var(--kn-accent);
}

.kn-page-action--primary:hover,
.kn-submit:hover,
.kn-card__button:hover {
    background: var(--kn-accent-dark);
}

@media (max-width: 1180px) {
    .kn-site-header {
        position: relative;
        top: auto;
    }

    .kn-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .kn-hero-visual {
        min-height: 360px;
    }

    .kn-footer-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .kn-catalog {
        padding-left: 16px;
        padding-right: 16px;
    }

    .kn-site-header {
        margin-top: 10px;
    }

    .kn-hero {
        gap: 22px;
        padding: 24px;
    }

    .kn-hero h1 {
        font-size: clamp(36px, 10vw, 54px);
    }

    .kn-hero-visual {
        min-height: 300px;
    }

    .kn-hero-panel {
        grid-template-columns: 1fr;
        position: static;
        margin-top: 10px;
    }

    .kn-hero-visual img {
        height: 280px;
    }

    .kn-operator-nav {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .kn-footer-shell {
        padding: 22px;
    }
}

@media (max-width: 560px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .kn-catalog {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        padding: 12px 14px 28px;
        width: 100% !important;
    }

    .kn-site-header,
    .kn-city-bar,
    .kn-hero,
    .kn-operator-nav,
    .kn-number-search,
    .kn-filters,
    .kn-toolbar,
    .kn-grid,
    .kn-pagination,
    .kn-info-grid,
    .kn-business,
    .kn-contacts,
    .kn-law-banner,
    .kn-site-footer,
    .kn-page-main,
    .kn-page-hero,
    .kn-page-section,
    .kn-process-steps,
    .kn-process-note {
        max-width: 100% !important;
        min-width: 0;
    }

    .kn-city-bar,
    .kn-site-header,
    .kn-hero,
    .kn-number-search,
    .kn-filters,
    .kn-toolbar,
    .kn-grid,
    .kn-pagination,
    .kn-info-grid,
    .kn-business,
    .kn-contacts,
    .kn-law-banner,
    .kn-site-footer,
    .kn-page-main,
    .kn-page-hero,
    .kn-page-section,
    .kn-process-steps,
    .kn-process-note {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: calc(100vw - 28px) !important;
    }

    .kn-operator-nav {
        margin-left: -14px !important;
        margin-right: -14px !important;
        width: 100vw !important;
    }

    .kn-city-picker {
        align-items: flex-start;
        display: grid;
        gap: 4px;
        width: 100%;
    }

    .kn-site-header {
        border-radius: 8px;
        padding: 12px;
    }

    .kn-site-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .kn-site-nav a {
        font-size: 12px;
        min-width: 0;
        overflow-wrap: anywhere;
        padding-left: 6px;
        padding-right: 6px;
    }

    .kn-header-actions a {
        width: 100%;
    }

    .kn-hero {
        margin-top: 14px;
        padding: 20px;
    }

    .kn-hero__content,
    .kn-hero-visual {
        min-width: 0;
        width: 100%;
    }

    .kn-hero h1 {
        font-size: 30px;
        line-height: 1.08;
        max-width: 320px;
        overflow-wrap: break-word;
    }

    .kn-section-kicker {
        font-size: 11px;
    }

    .kn-hero p {
        font-size: 15px;
        max-width: 320px;
    }

    .kn-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        max-width: 320px;
    }

    .kn-hero-actions .kn-page-action,
    .kn-hero-trust {
        max-width: 320px;
    }

    .kn-hero-trust {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 22px;
    }

    .kn-hero-visual {
        min-height: 0;
    }

    .kn-hero-visual img {
        height: 220px;
    }

    .kn-hero-panel {
        padding: 6px;
    }

    .kn-hero-panel div {
        padding: 12px;
    }

    .kn-operator-nav button,
    .kn-operator-nav a {
        min-height: 84px;
        min-width: 78px;
    }

    .kn-operator-nav .kn-operator-logo,
    .kn-operator-nav .kn-operator-icon {
        height: 36px;
        min-width: 36px;
    }

    .kn-number-search,
    .kn-filters,
    .kn-card,
    .kn-info-card,
    .kn-business,
    .kn-contacts,
    .kn-law-banner,
    .kn-page-section,
    .kn-process-note,
    .kn-footer-shell,
    .kn-footer-form {
        border-radius: 8px;
    }

    .kn-number-builder {
        grid-template-columns: 1fr;
    }

    .kn-number-slots {
        gap: 5px;
    }

    .kn-number-code select,
    .kn-number-slot input {
        min-height: 48px;
    }

    .kn-grid {
        gap: 12px;
    }

    .kn-footer-copy h2 {
        font-size: clamp(30px, 10vw, 40px);
    }

    .kn-footer-copy p {
        font-size: 15px;
    }

    .kn-footer-contacts,
    .kn-footer-contacts a,
    .kn-footer-form .kn-submit {
        width: 100%;
    }

    .kn-footer-contacts a {
        justify-content: center;
    }
}

/* Header composition v1.1.3 */
.kn-site-header {
    align-items: center;
    gap: 18px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.kn-header-left {
    align-items: start;
    display: grid;
    gap: 10px;
    justify-items: start;
    min-width: 0;
}

.kn-header-controls {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    min-width: 0;
}

.kn-site-header .kn-city-bar {
    color: #5b6671;
    margin: 0 !important;
    max-width: none;
    min-width: 0;
    padding: 0;
    width: auto !important;
}

.kn-site-header .kn-city-picker {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(220, 228, 223, 0.95);
    border-radius: 8px;
    padding: 5px 8px 5px 12px;
}

.kn-site-header .kn-city-picker select {
    background-color: transparent;
    border-color: transparent;
    min-height: 34px;
    min-width: 170px;
    padding-bottom: 6px;
    padding-top: 6px;
    width: 190px;
}

.kn-site-header .kn-city-picker select:focus {
    background-color: #ffffff;
}

@media (max-width: 820px) {
    .kn-site-header > .kn-header-bottom {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .kn-header-actions {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .kn-site-header > .kn-header-bottom {
        grid-template-columns: 1fr;
    }

    .kn-header-menu {
        min-width: 0;
        width: 100% !important;
    }

    .kn-menu-toggle {
        min-width: 128px;
        padding-left: 12px;
        padding-right: 12px;
        width: auto !important;
    }

    .kn-site-header .kn-city-bar,
    .kn-site-header .kn-city-picker {
        width: 100% !important;
    }

    .kn-site-header .kn-city-picker {
        align-items: center;
        display: flex;
        gap: 8px;
        min-height: 42px;
        padding: 4px 8px 4px 10px;
    }

    .kn-site-header .kn-city-picker span {
        flex: 0 0 auto;
        font-size: 12px;
    }

    .kn-site-header .kn-city-picker select {
        flex: 1 1 auto;
        min-width: 0;
        padding-left: 4px;
        padding-right: 24px;
        width: 100% !important;
    }

    .kn-header-actions {
        align-items: stretch;
        display: flex;
        justify-content: flex-end;
        width: auto;
    }

    .kn-header-actions > a:not(.kn-callback-link) {
        display: none;
    }

    .kn-header-actions .kn-callback-link {
        min-height: 42px;
        padding-left: 14px;
        padding-right: 14px;
        white-space: nowrap;
    }

    .kn-header-menu .kn-site-nav {
        grid-template-columns: 1fr !important;
        min-width: 190px;
        width: 190px;
    }
}

/* Conversion redesign v1.1.3 */
.kn-hero {
    gap: clamp(22px, 3.2vw, 42px);
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.68fr);
    margin-bottom: 14px;
    min-height: 410px;
    padding: clamp(28px, 4vw, 48px);
}

.kn-hero h1 {
    font-size: clamp(40px, 4.8vw, 66px);
    line-height: 1;
    max-width: 780px;
    overflow-wrap: break-word;
}

.kn-hero p {
    font-size: clamp(16px, 1.25vw, 18px);
    max-width: 660px;
}

.kn-hero-actions {
    margin-top: 22px;
}

.kn-hero-trust {
    margin-top: 22px;
    padding-top: 16px;
}

.kn-hero-visual {
    max-height: 360px;
    min-height: 300px;
}

.kn-hero-panel {
    bottom: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 12px;
    padding: 6px;
    right: 12px;
}

.kn-hero-panel div {
    padding: 12px;
}

.kn-hero-panel strong {
    font-size: clamp(22px, 2vw, 30px);
}

.kn-hero-panel span {
    font-size: 12px;
}

.kn-operator-nav {
    margin-bottom: 12px;
    padding: 8px;
}

.kn-operator-nav button,
.kn-operator-nav a {
    min-height: 90px;
    min-width: 112px;
    padding: 10px 8px;
}

.kn-operator-nav .kn-operator-logo,
.kn-operator-nav .kn-operator-icon {
    height: 46px;
    max-width: 64px;
    min-width: 46px;
}

.kn-number-search {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(190px, 280px) minmax(0, 1fr);
    margin-bottom: 12px;
    padding: clamp(16px, 2vw, 22px);
}

.kn-number-search h2 {
    font-size: clamp(24px, 2.1vw, 32px);
    margin: 0;
}

.kn-number-builder {
    grid-template-columns: minmax(126px, 150px) minmax(0, 1fr);
}

.kn-number-code select,
.kn-number-slot input {
    border-width: 3px;
    min-height: 48px;
}

.kn-number-slot input {
    font-size: 21px;
}

.kn-filters {
    gap: 10px;
    margin-bottom: 10px;
    padding: 12px;
}

.kn-toolbar {
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    margin: 10px 0;
    padding: 10px 12px;
}

.kn-result-count {
    color: #101821;
}

.kn-grid {
    gap: 10px;
}

.kn-card {
    align-items: center;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 14px 14px 14px 18px;
}

.kn-card::before {
    height: auto;
    inset: 0 auto 0 0;
    width: 4px;
}

.kn-card__top {
    gap: 7px;
}

.kn-card__phone {
    font-size: clamp(22px, 1.8vw, 28px);
    letter-spacing: 0;
}

.kn-card__meta {
    gap: 5px;
}

.kn-card__meta > span {
    padding: 4px 7px;
}

.kn-card__bottom {
    border-top: 0;
    flex-direction: column;
    padding-top: 0;
}

.kn-card__price {
    color: #101821;
    font-size: 18px;
}

.kn-card__button {
    min-height: 40px;
    padding: 0 12px;
}

@media (max-width: 1180px) {
    .kn-hero {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
        min-height: 0;
    }
}

@media (max-width: 820px) {
    .kn-hero {
        grid-template-columns: 1fr;
        margin-top: 14px;
        padding: 18px;
    }

    .kn-hero h1 {
        font-size: clamp(27px, 7.4vw, 31px);
        line-height: 1.06;
        max-width: 100%;
    }

    .kn-hero p {
        font-size: 15px;
        line-height: 1.48;
    }

    .kn-hero-visual {
        display: none;
    }

    .kn-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 14px;
        max-width: none;
    }

    .kn-hero-actions .kn-page-action {
        width: 100%;
    }

    .kn-hero-trust {
        display: none;
    }

    .kn-operator-nav {
        flex-wrap: nowrap;
        gap: 6px;
        margin-top: 10px;
        overflow-x: hidden;
        padding: 8px 10px;
    }

    .kn-operator-nav button,
    .kn-operator-nav a {
        flex: 1 1 0;
        font-size: 11px;
        gap: 4px;
        letter-spacing: -0.01em;
        line-height: 1.15;
        min-height: 0;
        min-width: 0;
        padding: 8px 4px;
    }

    .kn-operator-nav .kn-operator-logo,
    .kn-operator-nav .kn-operator-icon {
        height: 32px;
        max-width: 100%;
        min-width: 0;
        width: 32px;
    }

    .kn-operator-nav__extended {
        display: none !important;
    }

    .kn-number-search {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .kn-number-search h2 {
        font-size: 23px;
    }

    .kn-number-builder {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .kn-number-code select,
    .kn-number-slot input {
        border-width: 2px;
        min-height: 44px;
    }

    .kn-number-slots {
        gap: 5px;
    }

    .kn-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kn-filters .kn-field:nth-of-type(1),
    .kn-filters .kn-field:nth-of-type(2),
    .kn-filters .kn-field:nth-of-type(5) {
        grid-column: 1 / -1;
    }

    .kn-card {
        grid-template-columns: 1fr;
        padding: 12px 12px 12px 16px;
    }

    .kn-card__bottom {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .kn-card__price {
        font-size: 16px;
        white-space: nowrap;
    }

    .kn-card__button {
        min-width: 130px;
        width: auto;
    }
}

@media (max-width: 420px) {
    .kn-hero-actions {
        grid-template-columns: 1fr;
    }

    .kn-card__bottom {
        align-items: stretch;
        flex-direction: column;
    }

    .kn-card__button {
        width: 100%;
    }
}

@media (max-width: 360px) {
    .kn-hero-actions {
        grid-template-columns: 1fr;
    }
}

/* Modal overlay fix v1.1.3 */
.kn-catalog > .kn-modal {
    align-items: center !important;
    display: flex;
    inset: 0 !important;
    justify-content: center !important;
    margin: 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: clamp(12px, 3vw, 24px) !important;
    position: fixed !important;
    width: auto !important;
    z-index: 2147483000 !important;
}

.kn-catalog > .kn-modal[hidden] {
    display: none !important;
}

.kn-modal__backdrop {
    background: rgba(10, 17, 25, 0.62);
    inset: 0 !important;
    position: fixed !important;
}

.kn-modal__dialog {
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: 0 28px 90px rgba(10, 17, 25, 0.34);
    max-height: min(86vh, calc(100dvh - 32px));
    max-width: 460px;
    overflow-y: auto;
    position: relative !important;
    width: min(100%, 460px);
    z-index: 1;
}

@media (max-width: 560px) {
    .kn-catalog > .kn-modal {
        padding: 12px !important;
    }

    .kn-modal__dialog {
        max-height: calc(100dvh - 24px);
        padding: 18px;
        width: min(100%, 360px);
    }
}

/* Consent and legal footer v1.1.4 */
.kn-consent {
    align-items: flex-start;
    color: rgba(70, 83, 98, 0.94);
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 10px;
    line-height: 1.45;
}

.kn-consent input {
    accent-color: var(--kn-accent);
    flex: 0 0 auto;
    height: 18px;
    margin-top: 1px;
    width: 18px;
}

.kn-consent a {
    color: var(--kn-accent-dark);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.kn-footer-form .kn-consent {
    color: rgba(45, 56, 68, 0.88);
    grid-column: auto;
}

.kn-modal .kn-consent {
    margin-top: -2px;
}

.kn-footer-legal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
    margin: 16px auto 0;
    max-width: 1180px;
    padding: 0 8px;
}

.kn-footer-legal a {
    color: rgba(39, 50, 61, 0.72);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.kn-footer-legal a:hover {
    color: var(--kn-accent-dark);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.kn-legal-page .kn-page-section {
    display: block;
    line-height: 1.7;
}

.kn-legal-page .kn-page-section h2 {
    font-size: clamp(22px, 2.4vw, 30px);
    margin: 28px 0 10px;
}

.kn-legal-page .kn-page-section h2:first-child {
    margin-top: 0;
}

.kn-legal-page .kn-page-section p {
    color: var(--kn-muted);
    max-width: 920px;
}

@media (max-width: 560px) {
    .kn-consent {
        font-size: 11px;
    }

    .kn-footer-legal {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Full footer v1.1.5 */
.kn-footer-directory {
    background:
        linear-gradient(135deg, #101821 0%, #102820 58%, #171f2b 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(16, 24, 33, 0.13);
    color: #ffffff;
    display: grid;
    gap: clamp(18px, 3vw, 34px);
    grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(150px, 0.7fr));
    margin-top: 14px;
    padding: clamp(22px, 3.8vw, 42px);
}

.kn-footer-directory .kn-logo {
    color: #ffffff;
    margin-bottom: 14px;
    text-decoration: none;
}

.kn-footer-directory .kn-logo__mark {
    background: #ffffff;
    color: #101821;
}

.kn-footer-brand p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 360px;
}

.kn-footer-contacts--dark a {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
}

.kn-footer-column {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.kn-footer-column h2 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.kn-footer-column a,
.kn-footer-column span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.kn-footer-column a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.kn-footer-law.kn-law-banner {
    align-items: start;
    background: #fff8ef;
    border: 1px solid rgba(239, 169, 71, 0.24);
    border-radius: 8px;
    box-shadow: none;
    display: grid;
    gap: 18px;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr);
    margin: 14px 0 0;
    padding: clamp(18px, 3vw, 28px);
}

.kn-footer-law.kn-law-banner h2 {
    color: #111820;
    font-size: clamp(22px, 2.4vw, 30px);
    margin: 0 0 8px;
}

.kn-footer-law.kn-law-banner p {
    color: rgba(50, 61, 72, 0.82);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
    max-width: none;
}

@media (max-width: 1180px) {
    .kn-footer-directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kn-footer-brand {
        grid-column: 1 / -1;
    }

    .kn-footer-law.kn-law-banner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .kn-footer-directory {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .kn-footer-column {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 14px;
    }

    .kn-footer-law.kn-law-banner {
        padding: 18px;
    }
}

/* Global redesign v1.2.1 */
.kn-catalog {
    --kn-bg: #edf3f1;
    --kn-bg-strong: #dde9e5;
    --kn-surface: #ffffff;
    --kn-ink: #0f1720;
    --kn-muted: #5f6d7b;
    --kn-line: #d7e2df;
    --kn-accent: #078a70;
    --kn-accent-dark: #056553;
    --kn-orange: #ff7a21;
    --kn-orange-dark: #d95f12;
    --kn-shadow: 0 22px 60px rgba(15, 23, 32, 0.11);
    background:
        linear-gradient(120deg, rgba(7, 138, 112, 0.08), transparent 32%),
        linear-gradient(180deg, #f7faf9 0%, #edf3f1 48%, #e7efeb 100%);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.kn-site-header {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 44px rgba(15, 23, 32, 0.08);
    margin-top: 12px;
    padding: 14px 16px;
    position: relative;
    top: auto;
    z-index: 120;
}

.kn-logo {
    gap: 10px;
}

.kn-logo__mark {
    background: #101820;
    box-shadow: 0 10px 24px rgba(15, 23, 32, 0.18);
}

.kn-menu-toggle,
.kn-callback-link,
.kn-page-action,
.kn-submit,
.kn-card__button,
.kn-reset,
.kn-page {
    border-radius: 8px;
}

.kn-hero {
    background:
        linear-gradient(90deg, rgba(8, 14, 22, 0.96) 0%, rgba(8, 14, 22, 0.89) 42%, rgba(8, 14, 22, 0.42) 100%),
        url("hero-city-phone.jpg") center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 32px 90px rgba(10, 17, 25, 0.18);
    color: #ffffff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
    margin-top: 14px;
    min-height: 580px;
    overflow: hidden;
    padding: 58px;
    position: relative;
}

.kn-hero::after {
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.kn-hero__content,
.kn-hero-visual {
    position: relative;
    z-index: 1;
}

.kn-hero .kn-section-kicker {
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: none;
}

.kn-hero h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0;
    max-width: 780px;
}

.kn-hero p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
    line-height: 1.62;
    margin: 22px 0 0;
    max-width: 680px;
}

.kn-hero-actions {
    margin-top: 30px;
}

.kn-page-action--primary,
.kn-submit,
.kn-card__button,
.kn-page.is-active,
.kn-digit-row button.is-active,
.kn-operator-nav button.is-active {
    background: linear-gradient(135deg, var(--kn-accent), #08a581);
    box-shadow: 0 14px 32px rgba(7, 138, 112, 0.22);
}

.kn-callback-link,
.kn-header-actions .kn-callback-link {
    background: linear-gradient(135deg, var(--kn-orange), #ff9b45);
    box-shadow: 0 14px 32px rgba(255, 122, 33, 0.22);
}

.kn-hero-trust {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    gap: 12px;
    margin-top: 28px;
    padding-top: 18px;
}

.kn-hero-trust span {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-weight: 900;
}

.kn-hero-visual {
    align-self: stretch;
    display: flex;
}

.kn-hero-visual > img {
    display: none;
}

.kn-hero-panel {
    align-self: end;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    display: grid;
    gap: 10px;
    margin-left: auto;
    max-width: 420px;
    padding: 18px;
    width: 100%;
}

.kn-hero-panel div {
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 16px;
}

.kn-hero-panel strong {
    color: #ffffff;
    font-size: 34px;
}

.kn-hero-panel span {
    color: rgba(255, 255, 255, 0.74);
    font-weight: 800;
}

.kn-operator-nav {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: var(--kn-shadow);
    margin-top: 14px;
}

.kn-operator-nav button,
.kn-operator-nav a {
    border-radius: 8px;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.kn-operator-nav button:hover,
.kn-operator-nav a:hover {
    transform: translateY(-2px);
}

.kn-number-search {
    background: #ffffff;
    border: 1px solid rgba(215, 226, 223, 0.92);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(15, 23, 32, 0.09);
    margin-top: 14px;
    padding: 26px;
}

.kn-number-search h2 {
    color: var(--kn-ink);
    font-size: 34px;
    margin-bottom: 18px;
}

.kn-number-code select,
.kn-number-slot input {
    background: #f8fbfa;
    border-color: #dbe7e3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.kn-number-slot input:focus,
.kn-number-code select:focus,
.kn-field input:focus,
.kn-field select:focus,
.kn-field textarea:focus {
    border-color: rgba(7, 138, 112, 0.72);
    box-shadow: 0 0 0 4px rgba(7, 138, 112, 0.12);
}

.kn-search-prompts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

.kn-search-prompts span {
    background: #f1f6f4;
    border: 1px solid #dce8e4;
    border-radius: 8px;
    color: #32414e;
    font-size: 13px;
    font-weight: 900;
    padding: 9px 12px;
}

.kn-service-strip {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 14px auto 0;
    max-width: 1400px;
}

.kn-service-strip article {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(15, 23, 32, 0.06);
    padding: 18px;
}

.kn-service-strip strong {
    color: var(--kn-ink);
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.kn-service-strip span {
    color: var(--kn-muted);
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 8px;
}

.kn-filters,
.kn-toolbar {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(15, 23, 32, 0.06);
}

.kn-grid {
    align-items: stretch;
    gap: 14px;
}

.kn-card {
    background: #ffffff;
    border: 1px solid #dce7e3;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(15, 23, 32, 0.06);
    min-height: 182px;
    overflow: hidden;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.kn-card::before {
    background: linear-gradient(90deg, var(--kn-accent), var(--kn-orange));
    content: "";
    display: block;
    height: 4px;
}

.kn-card:hover {
    border-color: rgba(7, 138, 112, 0.34);
    box-shadow: 0 24px 60px rgba(15, 23, 32, 0.11);
    transform: translateY(-3px);
}

.kn-card__phone {
    color: #101820;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0;
}

.kn-card__price {
    color: var(--kn-accent-dark);
    font-size: 20px;
    font-weight: 900;
}

.kn-meta-chip {
    background: #f3f7f5;
    border-color: #dde9e5;
    color: #40505f;
}

.kn-info-grid {
    gap: 14px;
    margin-top: 18px;
}

.kn-info-card,
.kn-business,
.kn-contacts,
.kn-page-hero,
.kn-page-section,
.kn-process-steps article,
.kn-process-note {
    border-radius: 8px;
}

.kn-info-card {
    border: 1px solid #dce7e3;
    box-shadow: 0 16px 42px rgba(15, 23, 32, 0.06);
}

.kn-business {
    background:
        linear-gradient(135deg, rgba(16, 24, 33, 0.98), rgba(10, 47, 41, 0.98)),
        url("hero-city-phone.jpg") center / cover no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.kn-footer-shell {
    border-radius: 8px;
}

@media (prefers-reduced-motion: reduce) {
    .kn-card,
    .kn-operator-nav button,
    .kn-operator-nav a {
        transition: none;
    }

    .kn-card:hover,
    .kn-operator-nav button:hover,
    .kn-operator-nav a:hover {
        transform: none;
    }
}

@media (max-width: 1180px) {
    .kn-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 44px;
    }

    .kn-hero h1 {
        font-size: 50px;
    }

    .kn-hero-visual {
        display: none;
    }

    .kn-service-strip {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .kn-site-header {
        top: auto;
    }

    .kn-hero {
        padding: 30px 22px;
    }

    .kn-hero h1 {
        font-size: 42px;
    }

    .kn-hero p {
        font-size: 16px;
    }

    .kn-number-search {
        padding: 18px;
    }

    .kn-number-search h2 {
        font-size: 28px;
    }

    .kn-card__phone {
        font-size: 25px;
    }
}

@media (max-width: 560px) {
    .kn-catalog {
        padding-left: 12px;
        padding-right: 12px;
    }

    .kn-site-header {
        margin-top: 8px;
        padding: 12px;
    }

    .kn-hero {
        margin-top: 10px;
        padding: 24px 18px;
    }

    .kn-hero .kn-section-kicker {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .kn-hero h1 {
        font-size: 34px;
        line-height: 1.04;
    }

    .kn-hero p {
        font-size: 15px;
        line-height: 1.5;
        margin-top: 16px;
    }

    .kn-hero-actions {
        gap: 10px;
        margin-top: 22px;
    }

    .kn-hero-trust {
        gap: 8px;
        margin-top: 20px;
    }

    .kn-hero-trust span {
        font-size: 12px;
        padding: 9px 10px;
    }

    .kn-operator-nav,
    .kn-number-search,
    .kn-service-strip {
        margin-top: 10px;
    }

    .kn-number-builder {
        gap: 8px;
    }

    .kn-number-slot input {
        min-width: 40px;
    }

    .kn-search-prompts span {
        font-size: 12px;
        padding: 8px 10px;
    }

    .kn-service-strip article {
        padding: 15px;
    }

    .kn-card {
        min-height: 168px;
    }

    .kn-card__phone {
        font-size: 23px;
    }
}

/* Redesign layout guard v1.2.9 */
.kn-site-header {
    align-items: center;
    overflow: visible;
    position: relative;
    z-index: 220;
}

.kn-header-left,
.kn-header-controls,
.kn-header-actions,
.kn-site-header .kn-city-bar,
.kn-site-header .kn-city-picker,
.kn-number-builder,
.kn-number-slots {
    min-width: 0;
}

.kn-header-menu {
    flex: 0 0 auto;
    position: relative;
    z-index: 260;
}

.kn-menu-toggle {
    white-space: nowrap;
}

.kn-header-menu .kn-site-nav {
    background: #ffffff;
    left: 0 !important;
    max-width: calc(100vw - 32px);
    min-width: 0;
    overflow: hidden;
    right: auto !important;
    top: calc(100% + 10px) !important;
    width: min(320px, calc(100vw - 32px)) !important;
    z-index: 280;
}

.kn-header-menu .kn-site-nav a {
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
    width: 100%;
}

.kn-hero h1,
.kn-hero p,
.kn-number-search h2,
.kn-card__phone,
.kn-footer-copy h2,
.kn-footer-column a,
.kn-footer-column span,
.kn-footer-law-note p {
    overflow-wrap: anywhere;
}

.kn-card {
    --kn-card-line: var(--kn-accent);
    padding-bottom: 22px;
}

.kn-card::before {
    background: var(--kn-card-line) !important;
    height: 4px !important;
    inset: auto 0 0 0 !important;
    width: auto !important;
}

.kn-card--megafon {
    --kn-card-line: #00b956;
}

.kn-card--mts {
    --kn-card-line: #e30613;
}

.kn-card--beeline {
    --kn-card-line: #f4c400;
}

.kn-card--tele2 {
    --kn-card-line: #111111;
}

.kn-card--8800,
.kn-card--business {
    --kn-card-line: #0b8f79;
}

.kn-card__phone {
    font-size: clamp(22px, 1.7vw, 27px);
    line-height: 1.05;
    overflow-wrap: normal;
    white-space: nowrap;
}

.kn-card__bottom {
    min-width: 0;
}

.kn-card__price,
.kn-card__button {
    flex: 0 0 auto;
}

.kn-hero-panel strong {
    display: block;
    font-size: clamp(23px, 1.9vw, 30px);
    line-height: 1.02;
    white-space: nowrap;
}

.kn-hero-panel div {
    min-width: 0;
    padding: 14px 12px;
}

.kn-number-builder {
    grid-template-columns: minmax(130px, 160px) minmax(0, 1fr);
}

.kn-number-slots {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.kn-number-slot input {
    min-width: 0;
}

.kn-footer-shell--full {
    display: grid;
    gap: clamp(18px, 3vw, 30px);
    grid-template-columns: 1fr;
}

.kn-footer-top {
    align-items: start;
    display: grid;
    gap: clamp(22px, 4vw, 54px);
    grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.62fr);
}

.kn-footer-shell--full .kn-footer-directory {
    background: rgba(7, 13, 20, 0.62);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
    margin-top: 0;
}

.kn-footer-law-note {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.72);
    display: grid;
    gap: 10px;
    padding-top: clamp(16px, 2.6vw, 24px);
}

.kn-footer-law-note h2 {
    color: #ffffff;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
}

.kn-footer-law-note p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 650;
    line-height: 1.65;
    margin: 0;
    max-width: none;
}

@media (max-width: 1180px) {
    .kn-footer-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .kn-site-header {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .kn-header-left,
    .kn-header-actions {
        width: 100%;
    }

    .kn-header-controls {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .kn-header-menu {
        width: 100% !important;
    }

    .kn-menu-toggle {
        width: 100% !important;
    }

    .kn-header-menu .kn-site-nav:not([hidden]) {
        margin-top: 8px;
        max-width: 100%;
        position: static;
        width: 100% !important;
    }

    .kn-site-header .kn-city-bar,
    .kn-site-header .kn-city-picker,
    .kn-site-header .kn-city-picker select {
        width: 100% !important;
    }

    .kn-header-actions {
        justify-content: stretch;
    }

    .kn-header-actions .kn-callback-link {
        flex: 1 1 100%;
        justify-content: center;
    }

    .kn-hero h1 {
        font-size: clamp(34px, 9.2vw, 48px);
    }

    .kn-hero-actions .kn-page-action {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 560px) {
    .kn-site-header {
        padding: 12px;
    }

    .kn-number-builder {
        grid-template-columns: 1fr;
    }

    .kn-number-slots {
        gap: 6px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .kn-footer-shell--full {
        padding: 20px;
    }

    .kn-footer-form {
        min-width: 0;
    }
}

@media (max-width: 380px) {
    .kn-catalog {
        padding-left: 10px;
        padding-right: 10px;
    }

    .kn-hero h1 {
        font-size: 31px;
    }

    .kn-number-search h2,
    .kn-footer-copy h2 {
        font-size: 26px;
    }
}

/* Client rework v1.3.0 */
.kn-footer-directory {
    grid-template-columns: minmax(240px, 1.15fr) repeat(5, minmax(132px, 0.72fr));
}

.kn-footer-requisites span {
    max-width: 260px;
}

.kn-cookie-notice {
    align-items: center;
    background: rgba(8, 14, 22, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    bottom: 18px;
    box-shadow: 0 18px 50px rgba(8, 14, 22, 0.24);
    color: #ffffff;
    display: flex;
    gap: 12px;
    max-width: 520px;
    padding: 14px;
    position: fixed;
    right: 18px;
    z-index: 500;
}

.kn-cookie-notice[hidden] {
    display: none !important;
}

.kn-cookie-notice p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.kn-cookie-notice a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.kn-cookie-notice button {
    appearance: none;
    background: var(--kn-orange);
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 14px;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .kn-footer-directory {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .kn-catalog {
        background: #f2f5f7;
    }

    .kn-site-header {
        gap: 8px;
        margin-top: 0;
        padding: 10px;
    }

    .kn-header-left {
        gap: 10px;
    }

    .kn-logo {
        font-size: 15px;
    }

    .kn-logo__mark {
        height: 34px;
        width: 34px;
    }

    .kn-header-controls {
        align-items: stretch;
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .kn-header-actions {
        align-items: stretch;
        display: flex;
        justify-content: flex-end;
        width: auto;
    }

    .kn-header-actions .kn-callback-link {
        flex: 0 0 auto;
        min-height: 42px;
    }

    .kn-hero {
        background:
            linear-gradient(135deg, rgba(35, 144, 164, 0.96), rgba(47, 156, 175, 0.92)),
            url("hero-city-phone.jpg") center / cover no-repeat;
        min-height: 0;
        padding: 17px 16px;
    }

    .kn-hero .kn-section-kicker {
        display: none;
    }

    .kn-hero h1 {
        font-size: 24px;
        line-height: 1.08;
        max-width: 100%;
    }

    .kn-hero p {
        font-size: 12px;
        line-height: 1.34;
        margin-top: 7px;
        max-width: 100%;
    }

    .kn-hero-actions {
        display: grid;
        gap: 8px;
        grid-template-columns: 1fr 1fr;
        margin-top: 12px;
    }

    .kn-hero-actions .kn-page-action {
        font-size: 13px;
        min-height: 42px;
        padding: 10px 12px;
        width: 100%;
    }

    .kn-hero-actions .kn-page-action:nth-child(3) {
        display: none;
    }

    .kn-hero-trust {
        display: grid;
        gap: 6px;
        margin-top: 10px;
        padding-left: 0;
    }

    .kn-hero-trust li {
        align-items: flex-start;
        gap: 8px;
    }

    .kn-hero-trust__index {
        height: 20px;
        min-width: 20px;
        width: 20px;
    }

    .kn-hero-trust span:last-child {
        font-size: 12px;
        line-height: 1.32;
    }

    .kn-hero-visual {
        display: none;
    }

    .kn-operator-nav {
        background: #ffffff;
        border-color: rgba(220, 226, 232, 0.94);
        box-shadow: 0 10px 26px rgba(22, 32, 42, 0.07);
        gap: 8px;
        margin-top: 8px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .kn-operator-nav button,
    .kn-operator-nav a {
        min-height: 70px;
        min-width: 62px;
        padding: 7px 6px;
    }

    .kn-operator-nav .kn-operator-logo,
    .kn-operator-nav .kn-operator-icon {
        height: 34px;
        min-width: 34px;
        max-width: 38px;
    }

    .kn-operator-nav span:last-child {
        font-size: 10px;
    }

    .kn-number-search {
        margin-top: 8px;
        padding: 12px;
    }

    .kn-number-search h2 {
        display: none;
    }

    .kn-number-builder {
        background: transparent;
        border: 0;
        box-shadow: none;
        gap: 7px;
        grid-template-columns: 78px minmax(0, 1fr);
        padding: 0;
    }

    .kn-number-code select,
    .kn-number-slot input {
        border-radius: 8px;
        min-height: 44px;
    }

    .kn-number-slots {
        gap: 5px;
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .kn-filters {
        gap: 8px;
        grid-template-columns: 1fr 1fr;
        margin-top: 8px;
        padding: 12px;
    }

    .kn-filters .kn-field span {
        font-size: 11px;
    }

    .kn-field select,
    .kn-field input {
        min-height: 44px;
    }

    .kn-footer-directory {
        grid-template-columns: 1fr;
    }

    .kn-cookie-notice {
        align-items: stretch;
        bottom: 10px;
        flex-direction: column;
        left: 10px;
        max-width: none;
        right: 10px;
    }
}

/* Compact catalog, city filter and load more v1.3.9 */
.kn-grid {
    gap: 10px;
}

.kn-filters {
    border-color: transparent !important;
    border-width: 0 !important;
    box-shadow: none !important;
    display: grid !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
        max-height 0.46s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.26s ease,
        padding 0.34s ease,
        margin 0.34s ease,
        transform 0.34s ease,
        visibility 0s linear 0.46s;
    visibility: hidden;
}

.kn-filters.is-open {
    border-color: rgba(255, 255, 255, 0.88) !important;
    border-width: 1px !important;
    box-shadow: 0 18px 44px rgba(15, 23, 32, 0.06) !important;
    margin-bottom: 10px !important;
    max-height: 520px;
    opacity: 1;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    pointer-events: auto;
    transform: translateY(0);
    transition:
        max-height 0.46s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.24s ease,
        padding 0.34s ease,
        margin 0.34s ease,
        transform 0.34s ease,
        visibility 0s;
    visibility: visible;
}

.kn-hero-actions [data-kn-scroll-catalog].is-open {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.94);
    color: var(--kn-ink);
}

.kn-card {
    align-items: stretch;
    align-content: start;
    gap: 8px;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 13px 14px 16px;
}

.kn-card__top {
    gap: 6px;
    min-width: 0;
}

.kn-card__phone {
    font-size: clamp(20px, 1.45vw, 24px);
    line-height: 1.05;
}

.kn-card__meta {
    gap: 5px;
    min-width: 0;
}

.kn-card__meta > span {
    font-size: 12px;
    line-height: 1.2;
    padding: 4px 7px;
}

.kn-meta-chip--operator {
    padding: 3px 7px 3px 4px !important;
}

.kn-card__bottom {
    align-items: center;
    display: grid !important;
    flex-direction: row !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    justify-content: space-between;
    min-width: 0;
}

.kn-card__price {
    font-size: clamp(18px, 1.28vw, 22px);
    line-height: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kn-card__button {
    border-radius: 7px;
    font-size: 12px;
    min-height: 34px !important;
    min-width: 112px;
    padding: 0 10px !important;
    width: auto !important;
}

@media (min-width: 1181px) {
    .kn-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .kn-filters.is-open {
        display: grid !important;
    }
}

@media (max-width: 560px) {
    .kn-card {
        gap: 7px;
        padding: 11px 12px 14px !important;
    }

    .kn-card__phone {
        font-size: 22px;
    }

    .kn-card__meta {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1px;
        scrollbar-width: none;
    }

    .kn-card__meta::-webkit-scrollbar {
        display: none;
    }

    .kn-card__meta > span {
        flex: 0 0 auto;
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kn-card__price {
        font-size: 25px;
    }

    .kn-card__button {
        font-size: 12px;
        min-height: 34px !important;
        min-width: 118px;
    }

    .kn-toolbar {
        align-items: stretch;
        background: #ffffff;
        border: 1px solid rgba(220, 226, 232, 0.94);
        border-radius: 8px;
        display: grid;
        gap: 8px;
        margin: 10px 0;
        padding: 12px;
    }

    .kn-result-count {
        color: var(--kn-ink);
        font-size: 22px;
        font-weight: 900;
    }

    .kn-reset {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .kn-filters.is-open {
        margin-top: 8px !important;
        max-height: 620px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kn-filters {
        transition: none;
    }
}

/* Blog v1.4.0 */
.kn-blog-index {
    gap: 22px;
}

.kn-blog-hero {
    background:
        linear-gradient(120deg, rgba(7, 33, 41, 0.92), rgba(8, 93, 78, 0.86)),
        url("hero-city-phone.jpg") center / cover;
    color: #ffffff;
}

.kn-blog-hero .kn-section-kicker,
.kn-blog-hero .kn-page-hero__content h1,
.kn-blog-hero .kn-page-hero__content p {
    color: #ffffff;
}

.kn-blog-hero .kn-page-hero__content p {
    color: rgba(255, 255, 255, 0.86);
}

.kn-blog-hero__panel {
    align-content: center;
    display: grid;
    gap: 10px;
}

.kn-blog-hero__panel span {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #ffffff;
    font-weight: 850;
    padding: 14px 16px;
}

.kn-blog-list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kn-blog-card {
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(14, 37, 45, 0.08);
    display: grid;
    min-height: 100%;
    overflow: hidden;
}

.kn-blog-card__media {
    align-items: center;
    aspect-ratio: 16 / 9;
    background:
        radial-gradient(circle at 18% 18%, rgba(0, 181, 125, 0.2), transparent 34%),
        linear-gradient(135deg, #0d1b24, #0b5f55);
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.kn-blog-card__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.kn-blog-card__placeholder {
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    color: var(--kn-ink);
    display: flex;
    font-size: 38px;
    font-weight: 950;
    height: 74px;
    justify-content: center;
    width: 74px;
}

.kn-blog-card__body {
    display: grid;
    gap: 10px;
    padding: 18px;
}

.kn-blog-card__body time,
.kn-blog-article__header time {
    color: var(--kn-accent-dark);
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0;
}

.kn-blog-card h2 {
    font-size: 22px;
    line-height: 1.14;
    margin: 0;
}

.kn-blog-card h2 a,
.kn-blog-card__link,
.kn-blog-breadcrumbs a {
    color: var(--kn-ink);
    text-decoration: none;
}

.kn-blog-card h2 a:hover,
.kn-blog-card__link:hover,
.kn-blog-breadcrumbs a:hover {
    color: var(--kn-accent-dark);
}

.kn-blog-card p {
    color: var(--kn-muted);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.kn-blog-card__link {
    font-weight: 900;
    margin-top: 4px;
}

.kn-blog-empty {
    text-align: left;
}

.kn-blog-single {
    justify-items: center;
}

.kn-blog-article {
    background: #ffffff;
    border: 1px solid var(--kn-line);
    border-radius: 8px;
    box-shadow: var(--kn-shadow);
    max-width: 920px;
    padding: clamp(22px, 4vw, 54px);
    width: 100%;
}

.kn-blog-breadcrumbs {
    align-items: center;
    color: var(--kn-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 800;
    gap: 8px;
    margin-bottom: 24px;
}

.kn-blog-article__header {
    display: grid;
    gap: 12px;
    margin-bottom: 24px;
}

.kn-blog-article__header h1 {
    color: var(--kn-ink);
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.04;
    margin: 0;
}

.kn-blog-single__media {
    border-radius: 8px;
    margin: 0 0 28px;
    overflow: hidden;
}

.kn-blog-single__image {
    display: block;
    height: auto;
    width: 100%;
}

.kn-blog-content {
    color: var(--kn-ink);
    font-size: 18px;
    line-height: 1.72;
}

.kn-blog-content > *:first-child {
    margin-top: 0;
}

.kn-blog-content h2,
.kn-blog-content h3 {
    color: var(--kn-ink);
    line-height: 1.18;
    margin: 1.45em 0 0.55em;
}

.kn-blog-content p,
.kn-blog-content ul,
.kn-blog-content ol {
    margin: 0 0 1em;
}

.kn-blog-content a {
    color: var(--kn-accent-dark);
    font-weight: 800;
}

.kn-blog-content img {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
}

.kn-blog-article__actions {
    border-top: 1px solid var(--kn-line);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
    padding-top: 22px;
}

@media (max-width: 980px) {
    .kn-blog-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .kn-blog-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        overflow: hidden;
    }

    .kn-blog-hero .kn-page-hero__content,
    .kn-blog-hero__panel {
        min-width: 0;
        width: 100%;
    }

    .kn-blog-hero .kn-page-hero__content h1 {
        font-size: clamp(32px, 8vw, 38px);
        line-height: 1.08;
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .kn-blog-hero .kn-page-hero__content p {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .kn-blog-list {
        grid-template-columns: 1fr;
    }

    .kn-blog-card {
        grid-template-columns: 116px minmax(0, 1fr);
    }

    .kn-blog-card__media {
        aspect-ratio: auto;
        min-height: 100%;
    }

    .kn-blog-card h2 {
        font-size: 19px;
    }

    .kn-blog-card__body {
        padding: 14px;
    }

    .kn-blog-content {
        font-size: 16px;
        line-height: 1.65;
    }
}

@media (max-width: 460px) {
    .kn-blog-hero .kn-page-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kn-blog-hero .kn-page-action {
        width: 100%;
    }

    .kn-blog-card {
        grid-template-columns: 1fr;
    }

    .kn-blog-card__media {
        aspect-ratio: 16 / 9;
    }

    .kn-blog-article {
        padding: 18px;
    }

    .kn-blog-article__actions .kn-page-action {
        width: 100%;
    }
}

/* Blog article v1.4.3 */
.kn-blog-single-page {
    background:
        radial-gradient(circle at 8% 0%, rgba(0, 181, 125, 0.14), transparent 34%),
        radial-gradient(circle at 92% 16%, rgba(255, 119, 30, 0.12), transparent 30%),
        linear-gradient(135deg, #eef8f1 0%, #f8fbf7 48%, #edf4f6 100%);
}

.kn-blog-editorial {
    align-items: start;
    display: block;
    width: 100%;
}

.kn-blog-editorial__shell {
    background: #ffffff;
    border: 1px solid rgba(9, 35, 43, 0.08);
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(18, 48, 54, 0.12);
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) 320px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    min-width: 0;
    padding: 44px;
    width: 100%;
}

.kn-blog-editorial__shell > * {
    min-width: 0;
}

.kn-blog-editorial .kn-blog-article {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: none;
    min-width: 0;
    padding: 0;
    width: 100%;
}

.kn-blog-editorial .kn-blog-breadcrumbs {
    margin-bottom: 26px;
}

.kn-blog-editorial .kn-blog-article__header {
    gap: 18px;
    margin-bottom: 28px;
}

.kn-blog-editorial .kn-blog-article__header h1 {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 1.04;
    max-width: 980px;
    overflow-wrap: anywhere;
}

.kn-blog-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.kn-blog-meta span,
.kn-blog-meta time {
    align-items: center;
    background: #f4f7f6;
    border: 1px solid rgba(9, 35, 43, 0.06);
    border-radius: 999px;
    color: #243640;
    display: inline-flex;
    font-size: 14px;
    font-weight: 850;
    min-height: 36px;
    padding: 8px 14px;
}

.kn-blog-editorial .kn-blog-single__media {
    background: #0b1a22;
    border-radius: 8px;
    box-shadow: 0 24px 54px rgba(18, 48, 54, 0.14);
    margin: 0 0 34px;
}

.kn-blog-single__visual {
    align-content: end;
    aspect-ratio: 16 / 9;
    background:
        linear-gradient(180deg, rgba(7, 20, 27, 0.08), rgba(7, 20, 27, 0.72)),
        url("hero-city-phone.jpg") center / cover;
    color: #ffffff;
    display: grid;
    gap: 10px;
    min-height: 340px;
    padding: 34px;
}

.kn-blog-single__visual span {
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.kn-blog-single__visual strong {
    display: block;
    font-size: 34px;
    line-height: 1.08;
    max-width: 620px;
}

.kn-blog-content {
    max-width: 780px;
    min-width: 0;
    width: 100%;
}

.kn-blog-content blockquote {
    background: #f4f8f6;
    border-left: 4px solid var(--kn-accent);
    border-radius: 8px;
    color: #172832;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.55;
    margin: 28px 0;
    padding: 22px 24px;
}

.kn-blog-content figure {
    margin: 28px 0;
}

.kn-blog-content figcaption {
    color: var(--kn-muted);
    font-size: 14px;
    line-height: 1.45;
    margin-top: 10px;
}

.kn-blog-content .wp-block-table {
    background: #ffffff;
    border: 1px solid rgba(9, 35, 43, 0.1);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(18, 48, 54, 0.08);
    display: block;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.kn-blog-content .wp-block-table table,
.kn-blog-content > table {
    border-collapse: separate;
    border-spacing: 0;
    color: #10232d;
    font-size: 15px;
    line-height: 1.45;
    min-width: 640px;
    width: 100%;
}

.kn-blog-content > table {
    background: #ffffff;
    border: 1px solid rgba(9, 35, 43, 0.1);
    border-radius: 8px;
    box-shadow: 0 16px 34px rgba(18, 48, 54, 0.08);
    display: block;
    margin: 28px 0;
    max-width: 100%;
    min-width: 0;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.kn-blog-content > table thead,
.kn-blog-content > table tbody,
.kn-blog-content > table tfoot {
    display: table;
    min-width: 640px;
    width: 100%;
}

.kn-blog-content th,
.kn-blog-content td {
    border-bottom: 1px solid rgba(9, 35, 43, 0.1);
    padding: 15px 16px;
    text-align: left;
    vertical-align: top;
}

.kn-blog-content th {
    background: #0f6f60;
    color: #ffffff;
    font-weight: 900;
}

.kn-blog-content tr:last-child td {
    border-bottom: 0;
}

.kn-blog-content tbody tr:nth-child(even) td {
    background: #f6faf8;
}

.kn-blog-sidebar {
    align-self: start;
    display: grid;
    gap: 14px;
    min-width: 0;
    position: sticky;
    top: 18px;
}

.kn-blog-sidebar__box {
    background: #f7faf8;
    border: 1px solid rgba(9, 35, 43, 0.08);
    border-radius: 8px;
    padding: 20px;
}

.kn-blog-sidebar__box h2 {
    color: var(--kn-ink);
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 14px;
}

.kn-blog-share,
.kn-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.kn-blog-share a {
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(9, 35, 43, 0.1);
    border-radius: 999px;
    color: var(--kn-ink);
    display: inline-flex;
    font-size: 13px;
    font-weight: 950;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
    width: 42px;
}

.kn-blog-share a:hover {
    border-color: var(--kn-accent);
    color: var(--kn-accent-dark);
    transform: translateY(-2px);
}

.kn-blog-tags span {
    background: #ffffff;
    border: 1px solid rgba(9, 35, 43, 0.08);
    border-radius: 999px;
    color: #243640;
    font-size: 14px;
    font-weight: 820;
    padding: 9px 12px;
}

.kn-blog-related-list {
    display: grid;
    gap: 12px;
}

.kn-blog-related {
    align-items: center;
    color: var(--kn-ink);
    display: grid;
    gap: 12px;
    grid-template-columns: 74px minmax(0, 1fr);
    text-decoration: none;
}

.kn-blog-related__media {
    align-items: center;
    aspect-ratio: 4 / 3;
    background:
        radial-gradient(circle at 22% 20%, rgba(0, 181, 125, 0.22), transparent 38%),
        linear-gradient(135deg, #10232d, #0f6f60);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.kn-blog-related__image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.kn-blog-related__placeholder {
    background: #ffffff;
    border-radius: 8px;
    color: var(--kn-ink);
    font-weight: 950;
    padding: 8px 10px;
}

.kn-blog-related__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.kn-blog-related__body time {
    color: var(--kn-muted);
    font-size: 12px;
    font-weight: 800;
}

.kn-blog-related__body strong {
    color: var(--kn-ink);
    font-size: 14px;
    line-height: 1.25;
}

.kn-blog-related:hover strong {
    color: var(--kn-accent-dark);
}

.kn-blog-sidebar__text,
.kn-blog-sidebar__cta p {
    color: var(--kn-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.kn-blog-sidebar__cta {
    background: #10232d;
    color: #ffffff;
}

.kn-blog-sidebar__cta h2 {
    color: #ffffff;
}

.kn-blog-sidebar__cta p {
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 16px;
}

.kn-blog-sidebar__cta .kn-page-action {
    width: 100%;
}

@media (max-width: 1120px) {
    .kn-blog-editorial__shell {
        grid-template-columns: 1fr;
    }

    .kn-blog-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }
}

@media (max-width: 760px) {
    .kn-blog-editorial__shell {
        gap: 24px;
        padding: 22px;
    }

    .kn-blog-editorial .kn-blog-article__header h1 {
        font-size: 34px;
        line-height: 1.08;
    }

    .kn-blog-meta span,
    .kn-blog-meta time {
        font-size: 13px;
        min-height: 34px;
        padding: 7px 11px;
    }

    .kn-blog-single__visual {
        min-height: 260px;
        padding: 24px;
    }

    .kn-blog-single__visual strong {
        font-size: 26px;
    }

    .kn-blog-sidebar {
        grid-template-columns: 1fr;
    }

    .kn-blog-content .wp-block-table,
    .kn-blog-content > table {
        margin-left: -2px;
        margin-right: -2px;
    }
}

@media (max-width: 460px) {
    .kn-blog-editorial__shell {
        padding: 16px;
    }

    .kn-blog-editorial .kn-blog-breadcrumbs {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .kn-blog-editorial .kn-blog-article__header h1 {
        font-size: 30px;
    }

    .kn-blog-single__visual {
        min-height: 220px;
        padding: 18px;
    }

    .kn-blog-single__visual strong {
        font-size: 22px;
    }

    .kn-blog-content th,
    .kn-blog-content td {
        padding: 13px 14px;
    }
}

/* Mobile header hotfix v1.5.4 */
.kn-header-menu .kn-site-nav a {
    overflow-wrap: normal;
    word-break: normal;
}

@media (max-width: 820px) {
    .kn-site-header {
        align-items: stretch;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .kn-site-header > .kn-header-menu {
        align-items: center;
        display: grid;
        gap: 10px;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100% !important;
    }

    .kn-site-header > .kn-header-bottom {
        align-items: stretch;
        display: grid;
        gap: 8px;
        grid-template-columns: minmax(0, 1fr) auto;
        width: 100%;
    }

    .kn-menu-toggle {
        min-width: 126px;
        width: auto !important;
    }

    .kn-site-header .kn-city-bar,
    .kn-site-header .kn-city-picker {
        padding-top: 0;
        width: 100% !important;
    }

    .kn-site-header .kn-city-dropdown {
        min-width: 0;
        width: 100% !important;
    }

    .kn-site-header .kn-city-dropdown__button {
        min-height: 42px;
        padding: 8px 28px 8px 12px;
        width: 100%;
    }

    .kn-header-actions {
        align-items: stretch;
        display: flex;
        justify-content: flex-end;
        min-width: 0;
        width: auto !important;
    }

    .kn-header-actions > a:not(.kn-callback-link) {
        display: none;
    }

    .kn-header-actions .kn-callback-link {
        flex: 0 0 auto;
        font-size: 13px;
        justify-content: center;
        min-height: 42px;
        padding: 8px 12px;
        white-space: nowrap;
    }

    .kn-header-menu .kn-site-nav:not([hidden]) {
        left: 0 !important;
        max-width: min(320px, calc(100vw - 32px));
        min-width: 220px;
        position: absolute;
        right: auto !important;
        top: calc(100% + 8px) !important;
        width: min(320px, calc(100vw - 32px)) !important;
    }

    .kn-header-menu .kn-site-nav a {
        display: flex;
        min-height: 44px;
        min-width: 0;
        overflow-wrap: normal;
        padding: 12px 14px;
        white-space: nowrap;
        width: 100%;
        word-break: normal;
    }
}

@media (max-width: 420px) {
    .kn-site-header {
        padding: 8px;
    }

    .kn-logo {
        font-size: 14px;
        gap: 8px;
    }

    .kn-logo__mark {
        border-radius: 8px;
        font-size: 18px;
        height: 34px;
        width: 34px;
    }

    .kn-menu-toggle {
        min-height: 48px;
        min-width: 126px;
        padding: 10px 12px;
    }

    .kn-site-header > .kn-header-bottom {
        gap: 6px;
    }

    .kn-city-picker__caption {
        display: none;
    }

    .kn-header-actions .kn-callback-link {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Header and hero polish v1.5.5 */
.kn-hero-trust li span:last-child {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Desktop header layout v1.5.6 */
@media (min-width: 821px) {
    .kn-site-header {
        align-items: center !important;
        column-gap: 8px !important;
        display: grid !important;
        grid-template-columns: auto 330px minmax(0, 1fr) 220px !important;
        grid-template-rows: 50px 40px !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        min-height: 126px;
        padding: 18px 28px !important;
        row-gap: 6px !important;
    }

    .kn-site-header > .kn-header-menu,
    .kn-site-header > .kn-header-bottom {
        display: contents !important;
        width: auto !important;
    }

    .kn-site-header .kn-logo {
        align-self: center;
        grid-column: 1;
        grid-row: 1;
        height: 50px;
        min-width: 0;
        padding-right: 0;
        width: max-content;
    }

    .kn-site-header .kn-menu-toggle {
        align-self: center;
        grid-column: 1;
        grid-row: 2;
        height: 40px;
        min-height: 40px;
        min-width: 132px;
        padding: 9px 16px;
        width: 132px !important;
    }

    .kn-site-header .kn-city-bar {
        align-self: center;
        grid-column: 2;
        grid-row: 1;
        height: 50px;
        margin-left: 2px;
        padding: 0 !important;
        width: 330px !important;
    }

    .kn-site-header .kn-city-picker,
    .kn-site-header .kn-city-dropdown,
    .kn-site-header .kn-city-dropdown__button {
        height: 50px;
        width: 100% !important;
    }

    .kn-site-header .kn-city-dropdown__button {
        border-radius: 8px;
        min-height: 50px;
        padding: 0 40px 0 16px;
    }

    .kn-site-header .kn-header-actions {
        align-self: center;
        display: grid !important;
        gap: 6px !important;
        grid-column: 4;
        grid-row: 1 / 3;
        grid-template-rows: 50px 40px;
        height: 96px;
        justify-self: end;
        width: 220px !important;
    }

    .kn-site-header .kn-header-actions .kn-callback-link {
        align-items: center;
        border-radius: 8px;
        display: flex;
        font-size: 14px;
        grid-row: 1;
        height: 50px;
        justify-content: center;
        min-height: 50px;
        padding: 0 18px;
        width: 220px;
    }

    .kn-site-header .kn-header-phone {
        align-items: center;
        background: #fff;
        border: 1px solid #e3ebe8;
        border-radius: 9px;
        box-shadow: 0 8px 20px rgba(13, 23, 34, 0.035);
        color: #182230;
        display: flex;
        font-size: 13px;
        font-weight: 850;
        grid-row: 2;
        height: 40px;
        justify-content: center;
        letter-spacing: 0.01em;
        min-height: 40px;
        text-decoration: none;
        white-space: nowrap;
        width: 220px;
    }

    .kn-header-menu .kn-site-nav:not([hidden]) {
        left: 28px !important;
        right: auto !important;
        top: calc(100% - 8px) !important;
    }
}

@media (min-width: 821px) {
    .kn-site-header {
        align-items: center !important;
        display: grid !important;
        gap: 24px !important;
        grid-template-columns: auto minmax(420px, 1fr) !important;
        margin-left: auto;
        margin-right: auto;
        max-width: 1260px;
        padding: 18px 28px !important;
    }

    .kn-site-header > .kn-header-menu {
        align-items: center !important;
        display: flex !important;
        gap: 18px !important;
        justify-content: flex-start !important;
        width: auto !important;
    }

    .kn-site-header > .kn-header-bottom {
        align-items: center !important;
        display: flex !important;
        gap: 22px !important;
        justify-content: flex-end !important;
        margin-left: auto;
        width: 100% !important;
    }

    .kn-logo {
        flex: 0 0 auto;
    }

    .kn-menu-toggle {
        flex: 0 0 auto;
        min-height: 42px;
        min-width: 104px;
        padding: 10px 16px;
    }

    .kn-site-header .kn-city-bar {
        flex: 0 1 294px;
        padding: 0 !important;
        width: 294px !important;
    }

    .kn-site-header .kn-city-picker,
    .kn-site-header .kn-city-dropdown {
        width: 100% !important;
    }

    .kn-site-header .kn-city-dropdown__button {
        min-height: 46px;
        padding: 10px 40px 10px 14px;
    }

    .kn-header-actions {
        align-items: center !important;
        display: flex !important;
        flex: 0 0 auto;
        gap: 22px !important;
        justify-content: flex-end !important;
        width: auto !important;
    }

    .kn-header-phone {
        white-space: nowrap;
    }

    .kn-header-actions .kn-callback-link {
        min-height: 40px;
        padding: 10px 18px;
        white-space: nowrap;
    }

    .kn-header-menu .kn-site-nav:not([hidden]) {
        left: 0;
        right: auto;
        top: calc(100% + 12px);
    }
}

@media (max-width: 820px) {
    .kn-site-header {
        border-radius: 16px;
        gap: 8px !important;
        padding: 10px !important;
    }

    .kn-site-header > .kn-header-menu {
        gap: 8px !important;
        grid-template-columns: minmax(0, 1fr) minmax(124px, 36%) !important;
    }

    .kn-site-header > .kn-header-bottom {
        gap: 8px !important;
        grid-template-columns: minmax(0, 1fr) minmax(124px, 36%) !important;
    }

    .kn-logo,
    .kn-menu-toggle,
    .kn-site-header .kn-city-dropdown__button,
    .kn-header-actions .kn-callback-link {
        min-height: 46px !important;
    }

    .kn-logo {
        align-items: center;
        gap: 10px;
        min-width: 0;
    }

    .kn-logo__mark {
        flex: 0 0 40px;
        height: 40px;
        width: 40px;
    }

    .kn-logo span:not(.kn-logo__mark) {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kn-menu-toggle {
        border-radius: 10px;
        font-size: 15px;
        gap: 10px;
        justify-content: center;
        min-width: 0 !important;
        padding: 10px 12px !important;
        width: 100% !important;
    }

    .kn-site-header .kn-city-bar {
        min-width: 0;
    }

    .kn-site-header .kn-city-dropdown__button {
        border-radius: 10px;
        font-size: 14px;
        padding: 8px 32px 8px 12px !important;
    }

    .kn-header-actions {
        min-width: 0;
        width: 100% !important;
    }

    .kn-header-actions .kn-callback-link {
        border-radius: 10px;
        font-size: 13px !important;
        font-weight: 800;
        justify-content: center;
        padding: 8px 8px !important;
        width: 100%;
    }

    .kn-hero {
        border-radius: 14px;
        padding: 28px 20px !important;
    }

    .kn-hero h1 {
        font-size: clamp(34px, 9vw, 48px) !important;
        letter-spacing: 0 !important;
        line-height: 1.08 !important;
        margin-bottom: 16px !important;
    }

    .kn-hero p {
        font-size: 16px !important;
        line-height: 1.48 !important;
        margin-bottom: 18px !important;
    }

    .kn-hero-trust {
        gap: 10px !important;
        margin: 18px 0 !important;
    }

    .kn-hero-trust li {
        align-items: center !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 999px !important;
        display: grid !important;
        gap: 12px !important;
        grid-template-columns: 34px minmax(0, 1fr) !important;
        min-height: 48px !important;
        padding: 7px 14px !important;
    }

    .kn-hero-trust__index {
        align-items: center !important;
        background: rgba(255, 255, 255, 0.15) !important;
        border: 1px solid rgba(255, 255, 255, 0.2) !important;
        border-radius: 999px !important;
        display: inline-flex !important;
        height: 34px !important;
        justify-content: center !important;
        width: 34px !important;
    }

    .kn-hero-trust li span:last-child {
        color: #fff !important;
        display: block !important;
        font-size: 15px !important;
        font-weight: 800 !important;
        line-height: 1.2 !important;
        min-width: 0 !important;
        padding: 0 !important;
        white-space: normal !important;
    }

    .kn-hero-actions {
        gap: 8px !important;
        grid-template-columns: 1fr 1fr !important;
        margin-top: 14px !important;
    }

    .kn-hero-actions .kn-page-action {
        border-radius: 12px !important;
        font-size: 14px !important;
        min-height: 46px !important;
        padding: 10px 12px !important;
    }
}

@media (max-width: 420px) {
    .kn-site-header > .kn-header-menu,
    .kn-site-header > .kn-header-bottom {
        grid-template-columns: minmax(0, 1fr) 122px !important;
    }

    .kn-site-header > .kn-header-bottom {
        align-items: center !important;
    }

    .kn-site-header .kn-city-bar,
    .kn-site-header .kn-city-picker,
    .kn-site-header .kn-city-dropdown,
    .kn-site-header .kn-city-dropdown__button,
    .kn-header-actions,
    .kn-header-actions .kn-callback-link {
        box-sizing: border-box;
        height: 48px !important;
        min-height: 48px !important;
    }

    .kn-site-header .kn-city-bar,
    .kn-site-header .kn-city-picker {
        padding: 0 !important;
    }

    .kn-logo {
        font-size: 18px !important;
    }

    .kn-logo__mark {
        flex-basis: 38px;
        height: 38px;
        width: 38px;
    }

    .kn-menu-toggle {
        font-size: 14px !important;
    }

    .kn-header-actions .kn-callback-link {
        font-size: 12px !important;
    }

    .kn-hero {
        padding: 24px 18px !important;
    }

    .kn-hero h1 {
        font-size: clamp(31px, 8.4vw, 40px) !important;
    }

    .kn-hero-trust li {
        min-height: 44px !important;
        padding: 6px 12px !important;
    }
}

/* Final desktop header placement v1.5.6 */
@media (min-width: 821px) {
    .kn-site-header {
        align-items: center !important;
        column-gap: 8px !important;
        display: grid !important;
        grid-template-columns: auto 330px minmax(0, 1fr) 220px !important;
        grid-template-rows: 50px 40px !important;
        min-height: 126px;
        padding: 18px 28px !important;
        row-gap: 6px !important;
    }

    .kn-site-header > .kn-header-menu,
    .kn-site-header > .kn-header-bottom {
        display: contents !important;
        width: auto !important;
    }

    .kn-site-header .kn-logo {
        grid-column: 1;
        grid-row: 1;
        height: 50px;
        width: max-content;
    }

    .kn-site-header .kn-menu-toggle {
        grid-column: 1;
        grid-row: 2;
        height: 40px;
        min-height: 40px;
        min-width: 132px;
        width: 132px !important;
    }

    .kn-site-header .kn-city-bar {
        grid-column: 2;
        grid-row: 1;
        height: 50px;
        margin-left: 2px;
        padding: 0 !important;
        width: 330px !important;
    }

    .kn-site-header .kn-city-picker,
    .kn-site-header .kn-city-dropdown,
    .kn-site-header .kn-city-dropdown__button {
        height: 50px;
        width: 100% !important;
    }

    .kn-site-header .kn-city-dropdown__button {
        min-height: 50px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .kn-site-header .kn-header-actions {
        display: grid !important;
        gap: 6px !important;
        grid-column: 4;
        grid-row: 1 / 3;
        grid-template-rows: 50px 40px;
        height: 96px;
        justify-self: end;
        width: 220px !important;
    }

    .kn-site-header .kn-header-actions .kn-callback-link {
        grid-row: 1;
        height: 50px;
        min-height: 50px;
        width: 220px;
    }

    .kn-site-header .kn-header-phone {
        align-items: center;
        background: #fff;
        border: 1px solid #e3ebe8;
        border-radius: 9px;
        box-shadow: 0 8px 20px rgba(13, 23, 34, 0.035);
        color: #182230;
        display: flex !important;
        font-size: 13px;
        font-weight: 850;
        grid-row: 2;
        height: 40px;
        justify-content: center;
        letter-spacing: 0.01em;
        min-height: 40px;
        text-decoration: none;
        white-space: nowrap;
        width: 220px;
    }
}

/* Final swapped button colors v1.5.17 */
.kn-site-header .kn-header-actions .kn-header-call {
    background: linear-gradient(135deg, #08a77f, #0d9270) !important;
    border-color: #08a77f !important;
    color: #fff !important;
}

.kn-site-header .kn-header-actions .kn-header-call:hover {
    background: linear-gradient(135deg, #079571, #0a7e61) !important;
}

.kn-hero-actions .kn-hero-callback {
    background: linear-gradient(135deg, #ff8a34, #f27824) !important;
    border-color: #ff9b54 !important;
    color: #fff !important;
}

.kn-hero-actions .kn-hero-callback:hover {
    background: linear-gradient(135deg, #f67b21, #d96317) !important;
}

/* Final client content and compact mobile hero v1.5.16 */
.kn-contact-details p {
    margin: 0 0 10px;
}

.kn-contact-details p:last-child {
    margin-bottom: 0;
}

.kn-contact-details a {
    color: #087f68;
    font-weight: 800;
}

@media (max-width: 820px) {
    .kn-site-header .kn-logo {
        font-size: 14px !important;
        letter-spacing: -0.02em;
    }

    .kn-hero {
        padding: 20px 18px !important;
    }

    .kn-hero .kn-section-kicker {
        font-size: 11px !important;
        margin-bottom: 8px !important;
    }

    .kn-hero h1 {
        font-size: clamp(27px, 7.2vw, 36px) !important;
        line-height: 1.05 !important;
        margin-bottom: 12px !important;
    }

    .kn-hero-trust {
        gap: 7px !important;
        margin: 12px 0 !important;
    }

    .kn-hero-trust li {
        min-height: 40px !important;
        padding: 5px 10px !important;
    }

    .kn-hero-trust__index {
        height: 30px !important;
        width: 30px !important;
    }

    .kn-hero-trust li span:last-child {
        font-size: 14px !important;
    }

    .kn-hero-actions .kn-page-action {
        font-size: 12px !important;
        line-height: 1.15 !important;
    }
}

@media (max-width: 420px) {
    .kn-logo span:not(.kn-logo__mark) {
        font-size: 12px !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }

    .kn-hero h1 {
        font-size: clamp(25px, 6.9vw, 32px) !important;
    }
}
