@font-face {
    font-family: "wpf5c5c9a";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/181f9f/fonts/source-serif-4-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpff4232f";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/181f9f/fonts/lora-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpff4232f";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/181f9f/fonts/lora-700.woff2) format("woff2");
}
:root {
    --osqm: rgb(196,85,60);
    --ycaq: rgb(150,61,41);
    --ianu: rgb(46,131,136);
    --l7xz: rgb(253,247,245);
    --cdza: rgb(255,255,255);
    --u3s8: rgb(61,32,25);
    --murh: rgb(138,106,96);
    --fxym: rgb(243,222,215);
    --ukx0: rgb(255,255,255);
    --o8w3: rgb(255,255,255);
    --qqqq: rgb(248,235,232);
    --bd9u: rgb(230,240,241);
    --q0os: "wpf5c5c9a", "Palatino Linotype", Georgia, serif;
    --h0rq: "wpff4232f", Charter, Georgia, serif;
    --ghxm: 700;
    --paq9: -0.01em;
    --yjb9: 6px;
    --kc2n: 10px;
    --f324: 16px;
    --k7me: 24px;
    --yxz4: 0 1px 2px rgba(17, 34, 39, .05);
    --ewpr: 0 8px 24px rgba(17, 34, 39, .07);
    --avu2: 0 20px 52px rgba(17, 34, 39, .12);
    --g4wx: 24px;
}

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1, h2, h3, h4 {
    margin: 0;
    font-family: var(--q0os);
    font-weight: var(--ghxm);
    letter-spacing: var(--paq9);
    line-height: 1.22;
}

p {
    margin: 0;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

svg {
    display: block;
    flex: none;
}

button {
    color: inherit;
    background: none;
    font: inherit;
    margin: 0;
    border: 0;
}

[hidden] {
    display: none !important;
}

.ka-page {
    margin: 0;
    background: var(--l7xz);
    color: var(--u3s8);
    font-family: var(--h0rq);
    font-size: 17px;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}

.ka-main {
    display: block;
}

.ka-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1140px;
    padding: 0 22px;
}

.ka-wrap-sm {
    padding: 0 22px;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
}

.ka-sec {
    padding: 68px 0;
}

.ka-sec-tint {
    background: var(--qqqq);
}

.ka-sec-upper {
    max-width: 640px;
    margin: 0 auto 38px;
    text-align: center;
}

.ka-sec-upper-left {
    text-align: left;
    margin: 0;
}

.ka-sec-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--osqm);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ka-sec-label {
    font-size: 30px;
}

.ka-sec-top {
    color: var(--murh);
    margin-top: 14px;
}

/* buttons */

.ka-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: var(--q0os);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
}

.ka-cta:hover {
    transform: translateY(-1px);
}

.ka-cta:active {
    transform: translateY(0);
}

.ka-cta-primary {
    background: var(--osqm);
    box-shadow: var(--ewpr);
    color: var(--ukx0);
}

.ka-cta-primary:hover {
    background: var(--ycaq);
}

.ka-cta-ghost {
    border-color: var(--fxym);
    color: var(--osqm);
    background: var(--cdza);
}

.ka-cta-ghost:hover {
    border-color: var(--osqm);
    background: var(--qqqq);
}

.ka-cta-lg {
    padding: 16px 34px;
    font-size: 18px;
}

/* header */

.ka-hdr {
    border-bottom: 1px solid var(--fxym);
    position: relative;
    background: var(--cdza);
    z-index: 2;
}

.ka-hdr-core {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 78px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.ka-hdr-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
}

.ka-hdr-flag {
    color: var(--osqm);
    display: inline-flex;
    align-items: center;
}

.ka-hdr-words {
    flex-direction: column;
    display: flex;
}

.ka-hdr-name {
    font-family: var(--q0os);
    font-size: 20px;
    font-weight: var(--ghxm);
    letter-spacing: var(--paq9);
    color: var(--u3s8);
}

.ka-hdr-pill {
    overflow: hidden;
    max-width: 320px;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--murh);
    font-size: 12.5px;
}

.ka-hdr-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.ka-hdr-link {
    padding: 8px 12px;
    transition: color .15s ease, background-color .15s ease;
    font-size: 15px;
    border-radius: var(--yjb9);
    color: var(--murh);
}

.ka-hdr-link:hover {
    background: var(--qqqq);
    color: var(--osqm);
}

.ka-hdr-cta {
    padding: 10px 20px;
    font-size: 15px;
    margin-left: 8px;
}

/* header, варіант зі стеком */

.ka-hdr-stack .ka-hdr-core {
    flex-direction: column;
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 6px;
}

.ka-hdr-stack .ka-hdr-bar {
    width: 100%;
    border-top: 1px solid var(--fxym);
    justify-content: center;
    padding: 6px 0 14px;
}

.ka-hdr-stack .ka-hdr-name {
    font-size: 24px;
}

.ka-hdr-strip {
    text-align: center;
    color: var(--ukx0);
    background: var(--osqm);
}

.ka-hdr-strip-para {
    opacity: .92;
    display: inline-block;
    padding: 7px 0;
    font-size: 13px;
}

/* hero */

.ka-opening {
    padding: 76px 0 64px;
}

.ka-opening-body {
    display: block;
}

.ka-opening-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--bd9u);
    color: var(--u3s8);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}

.ka-opening-label {
    font-size: 44px;
}

.ka-opening-sub {
    font-size: 19px;
    color: var(--murh);
    margin-top: 18px;
}

.ka-opening-actions {
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    display: flex;
}

.ka-opening-sub-2 {
    align-items: center;
    margin-top: 16px;
    color: var(--murh);
    display: inline-flex;
    font-size: 14.5px;
    gap: 8px;
}

.ka-opening-sub-glyph {
    display: inline-flex;
    color: var(--osqm);
}

.ka-opening-bullets {
    gap: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 34px;
}

.ka-opening-bullet {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border: 1px solid var(--fxym);
    border-radius: 999px;
    background: var(--cdza);
    box-shadow: var(--yxz4);
    font-size: 14.5px;
}

.ka-opening-bullet-glyph {
    display: inline-flex;
    color: var(--osqm);
}

/* hero - центрований */

.ka-opening-center {
    text-align: center;
}

.ka-opening-center .ka-opening-actions {
    justify-content: center;
}

.ka-opening-center .ka-opening-bullets {
    justify-content: center;
}

/* hero - двоколонковий */

.ka-opening-split {
    background: linear-gradient(180deg, var(--qqqq) 0%, var(--l7xz) 72%);
}

.ka-opening-columns {
    display: grid;
    align-items: center;
    gap: 52px;
    grid-template-columns: 1.05fr .95fr;
}

.ka-opening-art {
    display: block;
    padding: 32px 30px;
    border: 1px solid var(--fxym);
    border-radius: var(--k7me);
    background: var(--cdza);
    box-shadow: var(--avu2);
}

.ka-opening-art-badge {
    background: var(--qqqq);
    color: var(--osqm);
    border-radius: 50%;
    height: 66px;
    width: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ka-opening-art-label {
    display: block;
    margin-top: 18px;
    font-family: var(--q0os);
    font-size: 21px;
    font-weight: var(--ghxm);
    letter-spacing: var(--paq9);
}

.ka-opening-art-stack {
    gap: 12px;
    margin-top: 18px;
    display: grid;
}

.ka-opening-art-item {
    color: var(--murh);
    border-top: 1px solid var(--fxym);
    align-items: flex-start;
    gap: 10px;
    padding-top: 12px;
    font-size: 15px;
    display: flex;
}

.ka-opening-art-item:first-child {
    border-top: 0;
    padding-top: 0;
}

/* hero - з картками */

.ka-opening-cards {
    text-align: left;
}

.ka-opening-cols {
    margin-top: 42px;
    gap: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.ka-opening-tile {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    border: 1px solid var(--fxym);
    border-radius: var(--f324);
    background: var(--cdza);
    box-shadow: var(--yxz4);
}

.ka-opening-tile-glyph {
    width: 44px;
    border-radius: var(--kc2n);
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--bd9u);
    color: var(--u3s8);
}

.ka-opening-tile-para {
    color: var(--murh);
    font-size: 15px;
}

.ka-opening-cards .ka-opening-eyebrow {
    padding: 0;
    background: none;
    color: var(--murh);
    margin: 34px 0 0;
}

/* quiz */

.ka-poll {
    scroll-margin-top: 20px;
}

.ka-poll-upper {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 30px;
}

.ka-poll-label {
    font-size: 30px;
}

.ka-poll-sub {
    margin-top: 12px;
    color: var(--murh);
}

.ka-poll-case {
    position: relative;
    padding: 30px;
    border: 1px solid var(--fxym);
    border-radius: var(--k7me);
    background: var(--cdza);
    box-shadow: var(--avu2);
}

.ka-poll-case-flat {
    padding: 34px 30px 30px;
    box-shadow: var(--ewpr);
    border-radius: var(--f324);
}

.ka-poll-case-flat .ka-poll-upper {
    margin-bottom: 22px;
}

.ka-poll-top {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 26px;
}

.ka-poll-bar {
    background: var(--fxym);
    display: block;
    flex: 1 1 auto;
    height: 7px;
    position: relative;
    overflow: hidden;
    border-radius: 999px;
}

.ka-poll-bar-fill {
    transition: width .35s ease;
    display: block;
    background: var(--osqm);
    width: 0;
    border-radius: 999px;
    height: 100%;
}

.ka-poll-counter {
    flex: none;
    color: var(--murh);
    font-family: var(--q0os);
    font-size: 14px;
    font-variant-numeric: tabular-nums;
    letter-spacing: .04em;
}

.ka-poll-dots {
    display: flex;
    align-items: center;
    flex: none;
    gap: 7px;
}

.ka-poll-dot {
    display: block;
    background: var(--fxym);
    border-radius: 50%;
    height: 9px;
    width: 9px;
    transition: background-color .2s ease, transform .2s ease;
}

.ka-poll-dot-on {
    background: var(--osqm);
    transform: scale(1.15);
}

.ka-poll-plain .ka-poll-bar {
    flex: 1 1 auto;
    height: 4px;
}

.ka-poll-step {
    display: block;
}

.ka-poll-step-on {
    animation: nbktlk .32s ease both;
}

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

.ka-poll-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--osqm);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
}

.ka-poll-q {
    font-size: 24px;
}

.ka-poll-opts {
    gap: 12px;
    margin-top: 24px;
    display: grid;
}

.ka-poll-opt {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 20px;
    border: 1.5px solid var(--fxym);
    border-radius: var(--f324);
    background: var(--cdza);
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ka-poll-opt:hover {
    border-color: var(--osqm);
    background: var(--qqqq);
    transform: translateY(-1px);
}

.ka-poll-opt-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 24px;
    height: 24px;
    border: 1.5px solid var(--fxym);
    border-radius: 50%;
    color: var(--murh);
    font-family: var(--q0os);
    font-size: 12px;
    font-weight: 700;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease;
}

.ka-poll-opt-label {
    line-height: 1.45;
    font-size: 16.5px;
}

.ka-poll-opt-on {
    border-color: var(--osqm);
    box-shadow: var(--ewpr);
    background: var(--qqqq);
}

.ka-poll-opt-on .ka-poll-opt-flag {
    color: var(--ukx0);
    background: var(--osqm);
    border-color: var(--osqm);
}

/* quiz - компактні рядки */

.ka-poll-rows {
    gap: 8px;
}

.ka-poll-opt-row {
    padding: 13px 16px;
    border-width: 1px;
    border-radius: var(--kc2n);
}

.ka-poll-opt-row .ka-poll-opt-flag {
    border-radius: var(--yjb9);
    height: 26px;
    width: 26px;
}

.ka-poll-opt-row .ka-poll-opt-label {
    font-size: 15.5px;
}

/* quiz - обробка */

.ka-poll-analyzing {
    align-items: center;
    gap: 22px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 26px 0 12px;
}

.ka-poll-spin {
    display: block;
    width: 44px;
    height: 44px;
    border: 3px solid var(--fxym);
    border-top-color: var(--osqm);
    border-radius: 50%;
    animation: rj4ene 1s linear infinite;
}

@keyframes rj4ene {
    to {
    transform: rotate(360deg);
}
}

.ka-poll-lines {
    max-width: 420px;
    display: grid;
    width: 100%;
    gap: 10px;
}

.ka-poll-row {
    color: var(--murh);
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: left;
    transition: opacity .3s ease, color .3s ease;
    font-size: 15px;
    opacity: .45;
}

.ka-poll-row-dot {
    flex: none;
    transition: background-color .3s ease;
    width: 8px;
    background: var(--fxym);
    display: block;
    height: 8px;
    border-radius: 50%;
}

.ka-poll-row-on {
    opacity: 1;
    color: var(--u3s8);
}

.ka-poll-row-on .ka-poll-row-dot {
    background: var(--osqm);
}

/* quiz - результат */

.ka-poll-result {
    display: block;
    animation: nbktlk .4s ease both;
}

.ka-poll-result-upper {
    align-items: center;
    gap: 14px;
    display: flex;
}

.ka-poll-result-glyph {
    flex: none;
    align-items: center;
    height: 58px;
    margin-bottom: 16px;
    display: inline-flex;
    width: 58px;
    background: var(--qqqq);
    border-radius: 50%;
    color: var(--osqm);
    justify-content: center;
}

.ka-poll-result-upper .ka-poll-result-glyph {
    margin-bottom: 0;
    height: 48px;
    width: 48px;
}

.ka-poll-result-label {
    font-size: 26px;
}

.ka-poll-result-sum {
    margin-top: 14px;
    color: var(--murh);
}

.ka-poll-tips {
    margin-top: 24px;
    border-top: 1px solid var(--fxym);
    gap: 12px;
    padding-top: 24px;
    display: grid;
}

.ka-poll-tip {
    align-items: flex-start;
    font-size: 16px;
    display: flex;
    gap: 11px;
}

.ka-poll-tip-glyph {
    color: var(--osqm);
    display: inline-flex;
    margin-top: 4px;
}

.ka-poll-tips-no {
    counter-reset: wptip;
}

.ka-poll-tips-no .ka-poll-tip {
    padding-left: 38px;
    position: relative;
}

.ka-poll-tips-no .ka-poll-tip::before {
    counter-increment: wptip;
    content: counter(wptip);
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--bd9u);
    color: var(--u3s8);
    font-family: var(--q0os);
    font-size: 13px;
    font-weight: 700;
}

.ka-poll-actions {
    margin-top: 26px;
}

.ka-poll-restart {
    padding: 11px 22px;
    font-size: 15px;
}

.ka-poll-end {
    color: var(--murh);
    text-align: center;
    font-size: 14px;
    margin-top: 18px;
}

/* highlights */

.ka-feats {
    padding-bottom: 58px;
}

.ka-feats-cols {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 20px;
}

.ka-perk {
    display: block;
    padding: 26px 24px;
    border: 1px solid var(--fxym);
    border-radius: var(--f324);
    background: var(--cdza);
    box-shadow: var(--yxz4);
    transition: box-shadow .2s ease, transform .2s ease;
}

.ka-perk:hover {
    box-shadow: var(--ewpr);
    transform: translateY(-2px);
}

.ka-perk-glyph {
    height: 50px;
    border-radius: var(--kc2n);
    width: 50px;
    background: var(--qqqq);
    align-items: center;
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--osqm);
    justify-content: center;
}

.ka-perk-glyph-inline {
    vertical-align: middle;
    padding: 0;
    width: auto;
    background: none;
    margin: 0 8px 0 0;
    height: auto;
}

.ka-perk-label {
    display: flex;
    font-size: 20px;
    align-items: center;
}

.ka-perk-para {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--murh);
}

.ka-feats-rows {
    display: grid;
    gap: 14px;
}

.ka-perk-row {
    gap: 20px;
    padding: 22px 24px;
    align-items: flex-start;
    display: flex;
}

.ka-perk-row:hover {
    transform: none;
}

.ka-perk-no {
    flex: none;
    color: var(--osqm);
    font-family: var(--q0os);
    font-size: 26px;
    font-weight: var(--ghxm);
    letter-spacing: var(--paq9);
    opacity: .55;
}

.ka-perk-body {
    flex: 1 1 auto;
}

/* steps */

.ka-steps {
    padding-bottom: 58px;
}

.ka-steps-row {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    display: grid;
    gap: 20px;
}

.ka-step {
    display: block;
    padding: 26px 22px;
    border: 1px solid var(--fxym);
    border-radius: var(--f324);
    background: var(--cdza);
    box-shadow: var(--yxz4);
}

.ka-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--osqm);
    color: var(--ukx0);
    font-family: var(--q0os);
    font-size: 18px;
    font-weight: 700;
}

.ka-step-para {
    font-size: 15.5px;
    color: var(--murh);
}

.ka-steps-split {
    gap: 52px;
    grid-template-columns: .8fr 1.2fr;
    display: grid;
    align-items: start;
}

.ka-steps-row-2 {
    display: grid;
    gap: 0;
}

.ka-step-row {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 0 0 26px 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.ka-step-row::before {
    background: var(--fxym);
    position: absolute;
    content: "";
    width: 2px;
    top: 34px;
    left: 16px;
    bottom: 0;
}

.ka-step-row:last-child {
    padding-bottom: 0;
}

.ka-step-row:last-child::before {
    display: none;
}

.ka-step-no-sm {
    font-size: 15px;
    height: 34px;
    margin-bottom: 0;
    width: 34px;
}

/* about-teaser */

.ka-teaser {
    padding-top: 58px;
}

.ka-teaser-tile {
    position: relative;
    padding: 34px 32px;
    border: 1px solid var(--fxym);
    border-left: 4px solid var(--osqm);
    border-radius: var(--f324);
    background: var(--cdza);
    box-shadow: var(--ewpr);
}

.ka-teaser-glyph {
    background: var(--bd9u);
    color: var(--u3s8);
    height: 52px;
    margin-bottom: 16px;
    display: inline-flex;
    width: 52px;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
}

.ka-teaser-label {
    font-size: 25px;
}

.ka-teaser-para {
    color: var(--murh);
    margin-top: 14px;
}

.ka-teaser-link {
    transition: border-color .15s ease;
    border-bottom: 2px solid transparent;
    color: var(--osqm);
}

.ka-teaser-link:hover {
    border-bottom-color: var(--osqm);
}

.ka-teaser-link-cta {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
    padding: 10px 20px;
    border: 1px solid var(--osqm);
    border-radius: 999px;
    font-family: var(--q0os);
    font-size: 15px;
    font-weight: 600;
}

.ka-teaser-link-cta:hover {
    border-bottom-color: var(--osqm);
    color: var(--ukx0);
    background: var(--osqm);
}

.ka-teaser-split {
    align-items: start;
    gap: 44px;
    grid-template-columns: .85fr 1.15fr;
    display: grid;
}

.ka-teaser-side {
    display: block;
}

.ka-teaser-main {
    padding-left: 34px;
    border-left: 1px solid var(--fxym);
}

/* faq */

.ka-answers {
    padding-bottom: 58px;
}

.ka-answers-plain {
    padding-top: 58px;
}

.ka-answers-stack {
    gap: 12px;
    display: grid;
}

.ka-answers-item {
    border: 1px solid var(--fxym);
    border-radius: var(--f324);
    background: var(--cdza);
    box-shadow: var(--yxz4);
    overflow: hidden;
}

.ka-answers-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    font-family: var(--q0os);
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.ka-answers-q::-webkit-details-marker {
    display: none;
}

.ka-answers-q:hover {
    color: var(--osqm);
}

.ka-answers-sign {
    height: 30px;
    transition: transform .2s ease;
    display: inline-flex;
    align-items: center;
    flex: none;
    width: 30px;
    color: var(--osqm);
    justify-content: center;
    background: var(--qqqq);
    border-radius: 50%;
}

.ka-answers-item[open] .ka-answers-sign {
    transform: rotate(180deg);
}

.ka-answers-a {
    color: var(--murh);
    font-size: 15.5px;
    padding: 0 22px 20px;
}

.ka-answers-cols {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px 34px;
    display: grid;
}

.ka-answers-block {
    display: block;
}

.ka-answers-block-q {
    display: flex;
    font-size: 18px;
    gap: 10px;
    align-items: flex-start;
}

.ka-answers-block-q .ka-answers-sign {
    margin-top: 1px;
    background: none;
    width: 26px;
    height: 26px;
}

.ka-answers-block-a {
    margin-top: 10px;
    color: var(--murh);
    font-size: 15.5px;
}

/* disclaimer */

.ka-disc {
    padding-top: 10px;
}

.ka-disc-core {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px dashed var(--fxym);
    border-radius: var(--f324);
    background: var(--cdza);
}

.ka-disc-glyph {
    display: inline-flex;
    flex: none;
    color: var(--murh);
}

.ka-disc-para {
    font-size: 14.5px;
    line-height: 1.6;
    color: var(--murh);
}

.ka-disc-strip {
    padding: 20px 0;
    background: var(--cdza);
    border-top: 1px solid var(--fxym);
}

.ka-disc-strip .ka-disc-para {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ka-disc-strip .ka-disc-glyph {
    margin-top: 2px;
}

/* page-head */

.ka-phead {
    border-bottom: 1px solid var(--fxym);
    padding: 54px 0 44px;
    background: var(--qqqq);
}

.ka-phead-core {
    display: block;
}

.ka-phead-back {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--osqm);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .04em;
}

.ka-phead-back:hover {
    text-decoration: underline;
}

.ka-phead-label {
    font-size: 36px;
}

.ka-phead-sub {
    color: var(--murh);
    margin-top: 12px;
}

.ka-phead-plain {
    background: var(--cdza);
}

.ka-phead-plain .ka-phead-core {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    display: grid;
}

.ka-phead-plain .ka-phead-back {
    margin: 14px 0 0;
}

.ka-phead-measure {
    display: block;
}

/* footer */

.ka-end {
    border-top: 1px solid var(--fxym);
    margin-top: 20px;
    padding: 46px 0 26px;
    background: var(--cdza);
}

.ka-end-core {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.ka-end-brand {
    max-width: 360px;
}

.ka-end-name {
    display: block;
    margin-top: 10px;
    font-family: var(--q0os);
    font-size: 19px;
    font-weight: var(--ghxm);
    letter-spacing: var(--paq9);
}

.ka-end-sub {
    margin-top: 8px;
    font-size: 14.5px;
    color: var(--murh);
}

.ka-end-bar {
    gap: 6px 18px;
    flex-wrap: wrap;
    display: flex;
}

.ka-end-link {
    font-size: 14.5px;
    color: var(--murh);
}

.ka-end-link:hover {
    text-decoration: underline;
    color: var(--osqm);
}

.ka-end-bar-stack {
    gap: 8px;
    flex-direction: column;
}

.ka-end-wide {
    padding-top: 52px;
}

.ka-end-cols {
    grid-template-columns: 1.4fr 1fr 1fr;
    display: grid;
    gap: 34px;
}

.ka-end-measure {
    display: block;
}

.ka-end-measure-brand {
    max-width: 420px;
}

.ka-end-measure-label {
    display: block;
    margin-bottom: 14px;
    font-family: var(--q0os);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--u3s8);
}

.ka-end-bottom {
    padding-top: 20px;
    margin-top: 34px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid var(--fxym);
    display: flex;
}

.ka-end-legal {
    color: var(--murh);
    font-size: 13.5px;
}

/* контентні сторінки */

.ka-doc {
    display: block;
}

.ka-prose {
    margin-bottom: 18px;
    color: var(--u3s8);
    font-size: 16.5px;
}

.ka-prose:last-child {
    margin-bottom: 0;
}

.ka-contact-cols {
    display: grid;
    gap: 26px;
}

.ka-contact-tile {
    display: grid;
    gap: 4px;
    padding: 26px 28px;
    border: 1px solid var(--fxym);
    border-radius: var(--f324);
    background: var(--cdza);
    box-shadow: var(--ewpr);
}

.ka-contact-row {
    align-items: flex-start;
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid var(--fxym);
    gap: 14px;
}

.ka-contact-row:last-child {
    border-bottom: 0;
}

.ka-contact-glyph {
    color: var(--osqm);
    display: inline-flex;
    margin-top: 3px;
    flex: none;
}

.ka-contact-value {
    display: block;
    font-size: 16.5px;
}

.ka-contact-label {
    color: var(--murh);
    margin-top: 2px;
    font-size: 14.5px;
    display: block;
}

a.ka-contact-value:hover {
    text-decoration: underline;
    color: var(--osqm);
}

.ka-contact-top {
    color: var(--murh);
    font-size: 14.5px;
}

/* дата ревізії і реквізити */

.ka-rev {
    margin-top: 30px;
    border-top: 1px solid var(--fxym);
    color: var(--murh);
    font-size: 13.5px;
    padding-top: 14px;
}

.ka-end-reg {
    font-variant-numeric: tabular-nums;
    letter-spacing: .02em;
}

/* cookie-банер: варіант a - смуга, варіант b - картка в кутку */

.ka-consent {
    position: fixed;
    background: var(--cdza);
    z-index: 40;
    box-shadow: var(--avu2);
    border: 1px solid var(--fxym);
}

.ka-consent-bar {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ka-consent-core {
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    display: flex;
    justify-content: space-between;
}

.ka-consent-tile {
    max-width: calc(100vw - 44px);
    border-radius: var(--f324);
    right: 22px;
    padding: 20px 22px;
    bottom: 22px;
    width: 330px;
}

.ka-consent-stack {
    display: grid;
    gap: 12px;
    justify-items: start;
}

.ka-consent-glyph {
    display: inline-flex;
    color: var(--osqm);
}

.ka-consent-para {
    font-size: 14.5px;
    max-width: 62ch;
    color: var(--murh);
}

.ka-consent-actions {
    gap: 18px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}

.ka-consent-accept {
    font-size: 15px;
    padding: 10px 22px;
}

.ka-consent-more {
    color: var(--osqm);
    font-size: 14.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ka-consent-more:hover {
    color: var(--ycaq);
}

/* джерела */

.ka-source {
    border-top: 1px solid var(--fxym);
}

.ka-source-row {
    gap: 10px 28px;
    flex-wrap: wrap;
    display: flex;
}

.ka-source-link {
    color: var(--osqm);
    font-size: 15.5px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ka-source-link:hover {
    color: var(--ycaq);
}

.ka-source-cards {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    display: grid;
    gap: 16px;
}

.ka-source-tile {
    display: grid;
    gap: 8px;
    padding: 18px 20px;
    background: var(--cdza);
    border: 1px solid var(--fxym);
    border-radius: var(--kc2n);
}

.ka-source-tile-glyph {
    display: inline-flex;
    color: var(--osqm);
}

.ka-source-tile-label {
    font-family: var(--q0os);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

.ka-source-tile-label:hover {
    text-decoration: underline;
    color: var(--osqm);
}

.ka-source-tile-host {
    color: var(--murh);
    font-size: 13.5px;
}

/* сторінка 404 */

.ka-nf {
    padding: 92px 0 100px;
}

.ka-nf-core {
    text-align: center;
}

.ka-nf-label {
    font-size: 32px;
}

.ka-nf-para {
    color: var(--murh);
    margin-top: 14px;
}

.ka-nf-cta {
    margin-top: 28px;
}

/* адаптив */

@media (max-width: 960px) {
    .ka-opening-columns {
    gap: 36px;
    grid-template-columns: 1fr;
}
    .ka-steps-split {
    gap: 28px;
    grid-template-columns: 1fr;
}
    .ka-teaser-split {
    grid-template-columns: 1fr;
    gap: 26px;
}
    .ka-teaser-main {
    padding-left: 0;
    border-left: 0;
}
    .ka-end-cols {
    grid-template-columns: 1fr 1fr;
}
    .ka-end-measure-brand {
    grid-column: 1 / -1;
}
    .ka-phead-plain .ka-phead-core {
    gap: 14px;
    grid-template-columns: 1fr;
}
}

@media (max-width: 720px) {
    .ka-page {
    font-size: 16px;
}
    .ka-sec {
    padding: 48px 0;
}
    .ka-opening {
    padding: 46px 0 40px;
}
    .ka-opening-label {
    font-size: 32px;
}
    .ka-opening-sub {
    font-size: 17px;
}
    .ka-opening-actions {
    gap: 12px;
}
    .ka-cta-lg {
    width: 100%;
    font-size: 17px;
    padding: 15px 24px;
}
    .ka-hdr-core {
    gap: 12px;
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
}
    .ka-hdr-pill {
    display: none;
}
    .ka-hdr-bar {
    width: 100%;
}
    .ka-hdr-cta {
    margin-left: 0;
}
    .ka-hdr-stack .ka-hdr-core {
    align-items: center;
}
    .ka-sec-label {
    font-size: 25px;
}
    .ka-poll-label {
    font-size: 25px;
}
    .ka-poll-q {
    font-size: 20px;
}
    .ka-poll-case {
    border-radius: var(--f324);
    padding: 22px 18px;
}
    .ka-poll-case-flat {
    padding: 24px 18px;
}
    .ka-poll-opt {
    gap: 12px;
    padding: 14px 16px;
}
    .ka-poll-opt-label {
    font-size: 15.5px;
}
    .ka-poll-dots {
    display: none;
}
    .ka-poll-result-label {
    font-size: 22px;
}
    .ka-poll-result-upper {
    align-items: flex-start;
    gap: 12px;
}
    .ka-phead {
    padding: 38px 0 32px;
}
    .ka-phead-label {
    font-size: 28px;
}
    .ka-perk-row {
    padding: 20px;
    gap: 14px;
}
    .ka-end-cols {
    gap: 26px;
    grid-template-columns: 1fr;
}
    .ka-end-core {
    gap: 22px;
    flex-direction: column;
}
    .ka-contact-tile {
    padding: 20px;
}
    .ka-nf {
    padding: 60px 0 68px;
}
    .ka-nf-label {
    font-size: 26px;
}
    .ka-consent-core {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
}
    .ka-consent-tile {
    max-width: none;
    right: 12px;
    bottom: 12px;
    width: auto;
    left: 12px;
}
    .ka-consent-accept {
    width: 100%;
}
    .ka-source-cards {
    grid-template-columns: 1fr;
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto;
}
    .ka-poll-step-on,
    .ka-poll-result {
    animation: none;
}
    .ka-poll-spin {
    animation-duration: 3s;
}
    .ka-cta:hover,
    .ka-poll-opt:hover,
    .ka-perk:hover {
    transform: none;
}
}

/* Декоративна смуга. Зображення генерується програмно і вставляється інлайном,
   тому окремих запитів на картинку немає. */
.ka-artband {
    overflow: hidden;
    line-height: 0;
}
.ka-artband svg {
    height: clamp(120px, 18vw, 220px);
    display: block;
    width: 100%;
}

.ka-artpanel-wrap {
    padding: 8px 0 4px;
}
.ka-artpanel {
    line-height: 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid var(--fxym);
}
.ka-artpanel svg {
    width: 100%;
    display: block;
    height: clamp(150px, 22vw, 280px);
}

/* тло сторінки і блоків

   Знімки тут не тільки картинками, а й фоном блоків - так роблять живі сайти, і це
   дає сторінці ще один-два запити по зображення. Накладка градієнтом обовʼязкова:
   без неї читабельність тексту залежала б від того, який кадр випав. */

.ka-sec-tint {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95)),
        url(/181f9f/img/light-7.jpg?v=83f4c);
    background-size: cover;
    background-position: center;
}

/* знімок */

.ka-shot {
    margin: 0;
}

/* Пропорція задана атрибутами width і height у розмітці, тому місце під картинку
   тримається до її завантаження і сторінка не стрибає. */
.ka-shot-img {
    height: auto;
    width: 100%;
    display: block;
}

/* Кадр 3:2 на всю ширину займав би півекрана, тому підрізаємо по висоті. */
.ka-shot-ribbon .ka-shot-img {
    object-fit: cover;
    height: clamp(180px, 26vw, 320px);
}

.ka-shot-tile {
    border-radius: 18px;
    overflow: hidden;
}

.ka-shot-tile .ka-shot-img {
    object-fit: cover;
    height: clamp(200px, 30vw, 380px);
}

/* журнал правок */

.ka-log-stack {
    display: grid;
    grid-template-columns: minmax(6.5rem, auto) 1fr;
    margin: 18px 0 0;
    gap: 10px 22px;
}

.ka-log-date {
    font-size: 13px;
    letter-spacing: 0.04em;
    color: var(--murh);
}

.ka-log-sub {
    font-size: 15px;
    margin: 0;
}

.ka-log-rows {
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.ka-log-row {
    padding: 14px 0;
    border-top: 1px solid var(--fxym);
}

.ka-log-rows .ka-log-row:first-child {
    border-top: 0;
}

.ka-log-stamp {
    font-size: 13px;
    color: var(--murh);
    display: block;
}

.ka-log-para {
    font-size: 15px;
    margin: 5px 0 0;
}

@media (max-width: 640px) {
    .ka-log-stack {
    gap: 3px 0;
    grid-template-columns: 1fr;
}
    .ka-log-sub {
    margin-bottom: 13px;
}
}

.shot-pair {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 14px;
}

.shot-pair .shot-img {
    object-fit: cover;
    height: clamp(160px, 22vw, 260px);
}

@media (max-width: 560px) {
    .shot-pair {
    grid-template-columns: 1fr;
}
}

/* назва бренду поруч зі знаком: коли логотип це знак від моделі, тексту в ньому
   немає принципово, тому назву друкує рендерер */

.logo-name {
    font-family: var(--q0os);
    font-size: 1.15rem;
    font-weight: var(--ghxm);
    letter-spacing: var(--paq9);
    white-space: nowrap;
}
