@font-face {
    font-family: "wpf3c2747";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/71fc2a/fonts/lora-700.woff2) format("woff2");
}

@font-face {
    font-family: "wpfc59a48";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/71fc2a/fonts/source-serif-4-400.woff2) format("woff2");
}

@font-face {
    font-family: "wpfc59a48";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/71fc2a/fonts/source-serif-4-700.woff2) format("woff2");
}
:root {
    --o0t6: rgb(47,122,68);
    --vt5f: rgb(31,90,49);
    --agez: rgb(224,163,60);
    --fflw: rgb(246,250,246);
    --zng5: rgb(255,255,255);
    --ewtg: rgb(27,47,32);
    --gm2q: rgb(95,122,100);
    --lqok: rgb(218,233,220);
    --yrw6: rgb(255,255,255);
    --bnum: rgb(17,17,17);
    --vw9u: rgb(230,239,233);
    --sxyx: rgb(251,244,232);
    --b0e4: "wpf3c2747", Cambria, Georgia, "Times New Roman", serif;
    --elzs: "wpfc59a48", Charter, Georgia, serif;
    --olis: 700;
    --lub8: -0.01em;
    --tc2j: 4px;
    --ihgu: 10px;
    --qzig: 16px;
    --ps79: 22px;
    --tp6v: rgb(255,255,255);
    --yqbk: rgba(255, 255, 255, .74);
    --a49r: rgba(255, 255, 255, .16);
    --yvfs: 0 1px 2px rgba(16, 24, 32, .05);
    --cxop: 0 10px 30px rgba(16, 24, 32, .09);
    --iqc4: 0 26px 60px rgba(16, 24, 32, .16);
    --m97i: 26px
}

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

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

body {
    margin: 0
}

h1, h2, h3 {
    margin: 0;
    font-family: var(--b0e4);
    font-weight: var(--olis);
    letter-spacing: var(--lub8);
    line-height: 1.2
}

p {
    margin: 0
}

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

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

svg {
    flex: none;
    display: block
}

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

i {
    font-style: normal
}

[hidden] {
    display: none !important
}

.ne-page {
    margin: 0;
    background: var(--fflw);
    color: var(--ewtg);
    font-family: var(--elzs);
    font-size: 17px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased
}

.ne-main {
    display: block
}

/* сітка */

.ne-case {
    padding: 0 24px;
    margin: 0 auto;
    max-width: 1160px;
    width: 100%
}

.ne-case-narrow {
    max-width: 780px;
    width: 100%;
    padding: 0 24px;
    margin: 0 auto
}

.ne-belt {
    padding: 74px 0
}

.ne-belt-soft {
    background: var(--zng5);
    border-top: 1px solid var(--lqok);
    border-bottom: 1px solid var(--lqok)
}

.ne-belt-tight {
    padding: 34px 0 54px
}

.ne-belt-upper {
    margin-bottom: 40px;
    max-width: 620px
}

.ne-belt-upper-wide {
    max-width: 760px
}

.ne-belt-upper-side {
    margin-bottom: 0
}

.ne-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--o0t6);
    font-family: var(--b0e4);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase
}

.ne-eyebrow::before {
    flex: none;
    background: var(--o0t6);
    content: "";
    width: 26px;
    height: 2px;
    display: block
}

.ne-belt-heading {
    font-size: 32px
}

.ne-belt-start {
    margin-top: 16px;
    color: var(--gm2q);
    font-size: 17px
}

/* кнопки */

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

.ne-act-solid {
    background: var(--o0t6);
    color: var(--yrw6)
}

.ne-act-solid:hover {
    background: var(--vt5f)
}

.ne-act-lg {
    font-size: 17px;
    padding: 15px 32px
}

/* поява секцій; клас ready ставить скрипт, тому без JS усе лишається видимим */

.ne-ready .ne-reveal {
    transition: opacity .5s ease, transform .5s ease;
    opacity: 0;
    transform: translateY(16px)
}

.ne-ready .ne-reveal-on {
    transform: none;
    opacity: 1
}

/* шапка */

.ne-top {
    background: var(--zng5);
    border-bottom: 1px solid var(--lqok)
}

.ne-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    min-height: 74px;
    padding-top: 14px;
    padding-bottom: 14px
}

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

.ne-top-chip {
    color: var(--o0t6);
    display: inline-flex;
    align-items: center
}

.ne-top-name {
    font-family: var(--b0e4);
    font-size: 19px;
    font-weight: var(--olis);
    letter-spacing: var(--lub8)
}

.ne-top-nav {
    align-items: center;
    display: flex;
    gap: 4px;
    flex-wrap: wrap
}

.ne-top-link {
    transition: color .15s ease, background-color .15s ease;
    padding: 9px 12px;
    border-radius: var(--tc2j);
    font-size: 15px;
    color: var(--gm2q)
}

.ne-top-link:hover {
    background: var(--fflw);
    color: var(--ewtg)
}

.ne-top-cta {
    font-size: 15px;
    margin-left: 10px;
    padding: 10px 20px
}

/* шапка, варіант із рядком-нотаткою і нижнім рядом посилань */

.ne-top-strip {
    color: var(--tp6v);
    background: var(--ewtg)
}

.ne-top-strip-words {
    font-size: 13px;
    opacity: .88;
    letter-spacing: .01em;
    padding: 8px 0;
    display: inline-block
}

.ne-top-stack .ne-top-inner {
    align-items: flex-end;
    min-height: 0;
    padding-bottom: 10px
}

.ne-top-stack .ne-top-name {
    font-size: 23px
}

.ne-top-nav-line {
    border-top: 1px solid var(--lqok)
}

.ne-top-nav-line .ne-top-nav {
    gap: 2px;
    padding: 4px 0
}

.ne-top-nav-line .ne-top-link {
    padding: 10px 14px 10px 0;
    margin-right: 14px;
    border-radius: 0
}

/* екран знайомства */

.ne-start {
    overflow: hidden;
    color: var(--tp6v);
    padding: 78px 0 76px;
    position: relative;
    background: linear-gradient(155deg, var(--ewtg) 0%, var(--vt5f) 68%, var(--o0t6) 168%)
}

.ne-start::after {
    height: 140%;
    right: -12%;
    pointer-events: none;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: -30%;
    width: 52%;
    background: rgba(255, 255, 255, .05)
}

.ne-start-layout {
    z-index: 1;
    display: grid;
    align-items: center;
    position: relative;
    grid-template-columns: 1.08fr .92fr;
    gap: 56px
}

.ne-start-copy {
    position: relative;
    z-index: 1
}

.ne-start-kicker {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 14px;
    border: 1px solid var(--a49r);
    border-radius: 999px;
    color: var(--yqbk);
    font-family: var(--b0e4);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.ne-start-heading {
    line-height: 1.05;
    font-size: 52px
}

.ne-start-heading-xl {
    font-size: 64px
}

.ne-start-promise {
    line-height: 1.55;
    font-size: 19px;
    color: var(--yqbk);
    max-width: 620px;
    margin-top: 20px
}

.ne-start-actions {
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    display: flex
}

.ne-start .ne-act-solid {
    color: var(--ewtg);
    background: var(--zng5)
}

.ne-start .ne-act-solid:hover {
    color: var(--bnum);
    background: var(--agez)
}

.ne-start-note {
    font-size: 14.5px;
    display: block;
    color: var(--yqbk)
}

.ne-start-center .ne-start-note {
    margin-top: 14px
}

.ne-start-list {
    display: grid;
    gap: 10px;
    margin-top: 28px
}

.ne-start-list-point {
    color: var(--yqbk);
    font-size: 15.5px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    line-height: 1.45
}

.ne-start-list-pict {
    margin-top: 3px;
    display: inline-flex;
    color: var(--agez)
}

.ne-start-list-line {
    display: flex;
    gap: 10px 26px;
    justify-content: center;
    flex-wrap: wrap
}

.ne-start-list-tight {
    margin-top: 0;
    gap: 12px
}

.ne-start-visual {
    display: flex;
    justify-content: center;
    z-index: 1;
    position: relative
}

.ne-start-visual-under {
    margin-top: 52px
}

.ne-start-center {
    text-align: center
}

.ne-start-center .ne-start-copy {
    max-width: 760px;
    margin: 0 auto
}

.ne-start-center .ne-start-promise {
    margin-left: auto;
    margin-right: auto
}

.ne-start-center .ne-start-actions {
    justify-content: center
}

.ne-start-center .ne-start-list-point {
    text-align: left
}

.ne-start-plain {
    padding-bottom: 0
}

.ne-start-panel {
    padding: 34px 0 46px;
    gap: 40px;
    border-top: 1px solid var(--a49r);
    grid-template-columns: 1.1fr .9fr;
    margin-top: 48px;
    position: relative;
    z-index: 1;
    display: grid
}

.ne-start-panel-column {
    display: block
}

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

.ne-avail {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 26px;
    padding: 16px 18px;
    border: 1px solid var(--lqok);
    border-left: 3px solid var(--o0t6);
    border-radius: var(--ihgu);
    background: var(--vw9u)
}

.ne-avail-pict {
    margin-top: 2px;
    color: var(--o0t6);
    flex: none;
    display: inline-flex
}

.ne-avail-words {
    line-height: 1.5;
    font-size: 15.5px
}

.ne-avail-wide {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

.ne-start .ne-avail {
    border-color: var(--a49r);
    border-left-color: var(--agez);
    background: rgba(255, 255, 255, .08)
}

.ne-start .ne-avail-pict {
    color: var(--agez)
}

.ne-start .ne-avail-words {
    color: var(--tp6v)
}

/* рамка телефона */

.ne-phone {
    margin: 0 auto;
    width: 100%;
    max-width: 268px
}

.ne-phone-frame {
    position: relative;
    padding: 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 38px;
    background: linear-gradient(158deg, rgb(59,66,75) 0%, rgb(23,27,32) 46%, rgb(39,45,52) 100%);
    box-shadow: var(--iqc4)
}

.ne-phone-island {
    margin-left: -37px;
    top: 20px;
    left: 50%;
    width: 74px;
    background: rgb(20,24,29);
    z-index: 2;
    height: 19px;
    border-radius: 999px;
    position: absolute
}

.ne-phone-screen {
    background: var(--zng5);
    border-radius: 29px;
    flex-direction: column;
    min-height: 402px;
    display: flex;
    overflow: hidden
}

.ne-phone-bar {
    display: flex;
    padding: 11px 18px 0;
    color: var(--ewtg);
    align-items: center;
    justify-content: space-between
}

.ne-phone-clock {
    font-family: var(--b0e4);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums
}

.ne-phone-icons {
    display: inline-flex;
    gap: 2px;
    align-items: flex-end
}

.ne-phone-sig {
    width: 3px;
    border-radius: 1px;
    background: var(--ewtg);
    display: block
}

.ne-phone-icons .ne-phone-sig:nth-child(1) {
    height: 4px
}

.ne-phone-icons .ne-phone-sig:nth-child(2) {
    height: 7px
}

.ne-phone-icons .ne-phone-sig:nth-child(3) {
    height: 10px
}

.ne-phone-batt {
    position: relative;
    display: block;
    width: 17px;
    height: 9px;
    margin-left: 5px;
    border: 1.4px solid var(--ewtg);
    border-radius: 2px;
    background: linear-gradient(to right, var(--ewtg) 62%, transparent 62%)
}

.ne-phone-batt::after {
    background: var(--ewtg);
    top: 2px;
    position: absolute;
    border-radius: 0 1px 1px 0;
    right: -3px;
    height: 3px;
    content: "";
    width: 2px
}

.ne-phone-app {
    display: flex;
    padding: 22px 18px 20px;
    gap: 14px;
    flex-direction: column
}

.ne-phone-app-upper {
    display: flex;
    gap: 3px;
    flex-direction: column
}

.ne-phone-app-name {
    color: var(--o0t6);
    font-family: var(--b0e4);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ne-phone-app-heading {
    font-family: var(--b0e4);
    font-size: 20px;
    font-weight: var(--olis);
    letter-spacing: var(--lub8);
    line-height: 1.15
}

/* макет: чеклист */

.ne-mock-list {
    display: grid;
    gap: 9px
}

.ne-mock-line {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border: 1px solid var(--lqok);
    border-radius: var(--ihgu);
    background: var(--fflw)
}

.ne-mock-line-on {
    border-color: var(--o0t6);
    background: var(--vw9u)
}

.ne-mock-case {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid var(--lqok);
    border-radius: var(--tc2j);
    background: var(--zng5);
    color: var(--yrw6)
}

.ne-mock-line-on .ne-mock-case {
    background: var(--o0t6);
    border-color: var(--o0t6)
}

.ne-mock-label {
    font-size: 13px;
    line-height: 1.35
}

.ne-mock-line-on .ne-mock-label {
    color: var(--vt5f)
}

.ne-mock-bar {
    height: 6px;
    border-radius: 999px;
    display: block;
    background: var(--lqok);
    overflow: hidden
}

.ne-mock-bar-fill {
    height: 100%;
    background: var(--o0t6);
    display: block;
    border-radius: 999px
}

/* макет: числа */

.ne-mock-stats {
    display: grid;
    gap: 10px
}

.ne-mock-stat {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--lqok);
    border-radius: var(--ihgu);
    background: var(--fflw)
}

.ne-mock-stat-start {
    align-items: flex-start;
    gap: 2px;
    border-color: var(--o0t6);
    background: var(--vw9u);
    flex-direction: column
}

.ne-mock-stat-no {
    color: var(--o0t6);
    font-family: var(--b0e4);
    font-size: 22px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1
}

.ne-mock-stat-start .ne-mock-stat-no {
    font-size: 38px
}

.ne-mock-stat-label {
    line-height: 1.3;
    color: var(--gm2q);
    font-size: 12px
}

.ne-mock-dots {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 5px
}

.ne-mock-dot {
    height: 6px;
    background: var(--lqok);
    border-radius: 999px;
    flex: 1 1 auto;
    display: block
}

.ne-mock-dot-on {
    background: var(--o0t6)
}

/* макет: стрічка записів */

.ne-mock-feed {
    gap: 2px;
    display: grid
}

.ne-mock-entry {
    padding: 0 0 16px 0;
    align-items: flex-start;
    gap: 12px;
    display: flex;
    position: relative
}

.ne-mock-entry::before {
    content: "";
    width: 1px;
    top: 6px;
    left: 41px;
    background: var(--lqok);
    position: absolute;
    bottom: 0
}

.ne-mock-entry::after {
    content: "";
    background: var(--o0t6);
    top: 4px;
    left: 38px;
    border-radius: 50%;
    position: absolute;
    width: 7px;
    height: 7px
}

.ne-mock-entry:last-child {
    padding-bottom: 0
}

.ne-mock-entry:last-child::before {
    display: none
}

.ne-mock-time {
    flex: none;
    width: 34px;
    color: var(--gm2q);
    font-family: var(--b0e4);
    font-size: 11.5px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1.3
}

.ne-mock-entry-words {
    line-height: 1.35;
    padding-left: 14px;
    font-size: 13px
}

/* макет: нагадування */

.ne-mock-tile {
    align-items: center;
    background: var(--o0t6);
    display: flex;
    color: var(--yrw6);
    padding: 14px 16px;
    gap: 10px;
    border-radius: var(--ihgu)
}

.ne-mock-tile-pict {
    display: inline-flex;
    opacity: .8
}

.ne-mock-tile-time {
    font-family: var(--b0e4);
    font-size: 24px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    line-height: 1
}

.ne-mock-switches {
    display: grid;
    gap: 4px
}

.ne-mock-switch-line {
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    gap: 12px;
    border-bottom: 1px solid var(--lqok);
    display: flex
}

.ne-mock-switch-line:last-child {
    border-bottom: 0
}

.ne-mock-switch-label {
    font-size: 13px;
    line-height: 1.3
}

.ne-mock-switch {
    display: block;
    border-radius: 999px;
    flex: none;
    height: 20px;
    position: relative;
    width: 34px;
    background: var(--lqok)
}

.ne-mock-knob {
    box-shadow: var(--yvfs);
    width: 14px;
    left: 3px;
    background: var(--zng5);
    height: 14px;
    display: block;
    top: 3px;
    position: absolute;
    border-radius: 50%
}

.ne-mock-switch-on {
    background: var(--o0t6)
}

.ne-mock-switch-on .ne-mock-knob {
    right: 3px;
    left: auto
}

/* макет: діаграма */

.ne-mock-chart {
    display: flex;
    align-items: flex-end;
    gap: 10px
}

.ne-mock-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 1 0;
    min-width: 0
}

.ne-mock-column-track {
    justify-content: center;
    background: var(--fflw);
    align-items: flex-end;
    width: 100%;
    border-radius: var(--tc2j);
    height: 128px;
    display: flex
}

.ne-mock-column-bar {
    min-height: 8px;
    display: block;
    border-radius: var(--tc2j);
    width: 100%;
    background: linear-gradient(180deg, var(--o0t6), var(--vt5f))
}

.ne-mock-column-cap {
    max-width: 100%;
    color: var(--gm2q);
    font-size: 10.5px;
    line-height: 1.2;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/* секція макетів: ряд телефонів */

.ne-shots {
    scroll-margin-top: 16px
}

.ne-shots-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(228px, 1fr);
    gap: 30px;
    padding-bottom: 10px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch
}

.ne-shots-point {
    display: block;
    margin: 0;
    scroll-snap-align: start
}

.ne-shots-cap {
    margin-top: 24px
}

.ne-shots-index {
    display: block;
    margin-bottom: 8px;
    color: var(--o0t6);
    font-family: var(--b0e4);
    font-size: 13px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .12em
}

.ne-shots-heading {
    font-size: 19px
}

.ne-shots-words {
    font-size: 15px;
    margin-top: 8px;
    color: var(--gm2q)
}

/* секція макетів: один телефон і вкладки */

.ne-solo-layout {
    align-items: start;
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 46px
}

.ne-solo-tabs {
    display: grid;
    gap: 8px
}

.ne-solo-tab {
    display: flex;
    align-items: baseline;
    gap: 12px;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid var(--lqok);
    border-radius: var(--ihgu);
    background: var(--fflw);
    text-align: left;
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease
}

.ne-solo-tab:hover {
    border-color: var(--o0t6)
}

.ne-solo-tab-no {
    flex: none;
    color: var(--gm2q);
    font-family: var(--b0e4);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em
}

.ne-solo-tab-label {
    font-family: var(--b0e4);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3
}

.ne-solo-tab-on {
    background: var(--o0t6);
    color: var(--yrw6);
    border-color: var(--o0t6)
}

.ne-solo-tab-on .ne-solo-tab-no {
    color: var(--yrw6);
    opacity: .75
}

.ne-solo-stage {
    display: block
}

.ne-solo-pane {
    gap: 40px;
    grid-template-columns: 268px 1fr;
    display: grid;
    align-items: center
}

.ne-solo-pane + .ne-solo-pane {
    margin-top: 44px
}

.ne-solo-cap {
    display: block
}

.ne-solo-cap .ne-shots-heading {
    font-size: 24px
}

.ne-solo-cap .ne-shots-words {
    margin-top: 12px;
    font-size: 16px
}

/* можливості: картки */

.ne-feat-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1px;
    background: var(--lqok);
    border: 1px solid var(--lqok);
    border-radius: var(--qzig);
    overflow: hidden
}

.ne-feat {
    background: var(--zng5);
    padding: var(--m97i);
    transition: background-color .2s ease;
    display: block
}

.ne-feat:hover {
    background: var(--vw9u)
}

.ne-feat-pict {
    display: inline-flex;
    align-items: center;
    height: 44px;
    margin-bottom: 18px;
    background: var(--sxyx);
    width: 44px;
    justify-content: center;
    border-radius: var(--ihgu);
    color: var(--ewtg)
}

.ne-feat-heading {
    font-size: 19px
}

.ne-feat-words {
    margin-top: 10px;
    font-size: 15.5px;
    color: var(--gm2q)
}

/* можливості: рядки */

.ne-feat-rows {
    gap: 0;
    display: grid
}

.ne-feat-line {
    display: grid;
    grid-template-columns: 58px minmax(180px, 1fr) 1.5fr;
    align-items: start;
    border-top: 1px solid var(--lqok);
    gap: 24px;
    padding: 26px 0
}

.ne-feat-line:last-child {
    border-bottom: 1px solid var(--lqok)
}

.ne-feat-line-no {
    color: var(--o0t6);
    font-family: var(--b0e4);
    font-size: 15px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .1em;
    line-height: 1.6
}

.ne-feat-line-heading {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 19px
}

.ne-feat-line-pict {
    display: inline-flex;
    color: var(--o0t6);
    margin-top: 4px
}

.ne-feat-line-words {
    font-size: 15.5px;
    color: var(--gm2q)
}

/* кроки */

.ne-path-line {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    display: grid
}

.ne-path-point {
    position: relative;
    display: block;
    padding: 28px 24px 26px;
    border: 1px solid var(--lqok);
    border-top: 3px solid var(--o0t6);
    border-radius: 0 0 var(--qzig) var(--qzig);
    background: var(--zng5)
}

.ne-path-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
    border-radius: var(--ihgu);
    background: var(--ewtg);
    color: var(--zng5);
    font-family: var(--b0e4);
    font-size: 17px;
    font-weight: 700;
    font-variant-numeric: tabular-nums
}

.ne-path-no-sm {
    height: 32px;
    margin-bottom: 0;
    width: 32px;
    font-size: 15px
}

.ne-path-heading {
    font-size: 19px
}

.ne-path-words {
    color: var(--gm2q);
    margin-top: 10px;
    font-size: 15.5px
}

.ne-path-split {
    display: grid;
    gap: 56px;
    grid-template-columns: .78fr 1.22fr;
    align-items: start
}

.ne-path-streak {
    gap: 0;
    display: grid
}

.ne-path-streak-point {
    align-items: flex-start;
    padding: 0 0 28px 0;
    display: flex;
    gap: 20px;
    position: relative
}

.ne-path-streak-point::before {
    width: 2px;
    position: absolute;
    bottom: 4px;
    content: "";
    top: 40px;
    left: 15px;
    background: var(--lqok)
}

.ne-path-streak-point:last-child {
    padding-bottom: 0
}

.ne-path-streak-point:last-child::before {
    display: none
}

.ne-path-streak-body {
    flex: 1 1 auto
}

/* принципи */

.ne-creed-layout {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    gap: 28px
}

.ne-creed-point {
    padding-top: 22px;
    border-top: 2px solid var(--ewtg);
    display: block
}

.ne-creed-chip {
    display: inline-flex;
    color: var(--o0t6);
    margin-bottom: 14px
}

.ne-creed-heading {
    font-size: 18px
}

.ne-creed-words {
    font-size: 15.5px;
    margin-top: 10px;
    color: var(--gm2q)
}

.ne-creed-stack {
    display: grid;
    gap: 0
}

.ne-creed-block {
    padding: 24px 0 24px 28px;
    display: block;
    border-left: 2px solid var(--lqok)
}

.ne-creed-block:hover {
    border-left-color: var(--o0t6)
}

.ne-creed-index {
    display: block;
    margin-bottom: 8px;
    color: var(--o0t6);
    font-family: var(--b0e4);
    font-size: 12px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: .16em
}

.ne-creed-link {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 3px;
    border-bottom: 2px solid var(--o0t6);
    color: var(--o0t6);
    font-family: var(--b0e4);
    font-size: 15px;
    font-weight: 600
}

.ne-creed-link:hover {
    border-bottom-color: var(--vt5f);
    color: var(--vt5f)
}

/* питання */

.ne-ask-list {
    gap: 0;
    display: grid
}

.ne-ask-point {
    border-bottom: 1px solid var(--lqok)
}

.ne-ask-point:first-child {
    border-top: 1px solid var(--lqok)
}

.ne-ask-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 4px;
    font-family: var(--b0e4);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    list-style: none
}

.ne-ask-q::-webkit-details-marker {
    display: none
}

.ne-ask-q:hover {
    color: var(--o0t6)
}

.ne-ask-sign {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 28px;
    height: 28px;
    border: 1px solid var(--lqok);
    border-radius: var(--tc2j);
    color: var(--o0t6);
    transition: transform .2s ease, background-color .2s ease
}

.ne-ask-point[open] .ne-ask-sign {
    background: var(--vw9u);
    transform: rotate(180deg)
}

.ne-ask-a {
    font-size: 15.5px;
    color: var(--gm2q);
    padding: 0 4px 22px
}

.ne-ask-cols {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px 40px;
    display: grid
}

.ne-ask-block {
    display: block
}

.ne-ask-block-q {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--b0e4);
    font-size: 17.5px;
    font-weight: 600;
    line-height: 1.35
}

.ne-ask-block-pict {
    margin-top: 4px;
    color: var(--o0t6);
    display: inline-flex
}

.ne-ask-block-a {
    font-size: 15.5px;
    color: var(--gm2q);
    margin: 10px 0 0
}

/* застереження */

.ne-warn-case {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 24px;
    border: 1px solid var(--lqok);
    border-radius: var(--qzig);
    background: var(--zng5)
}

.ne-warn-pict {
    flex: none;
    margin-top: 2px;
    color: var(--gm2q);
    display: inline-flex
}

.ne-warn-words {
    color: var(--gm2q);
    line-height: 1.6;
    font-size: 14.5px
}

.ne-warn-strip {
    padding: 24px 0;
    background: var(--ewtg)
}

.ne-warn-strip .ne-warn-words {
    color: var(--yqbk);
    align-items: flex-start;
    display: flex;
    gap: 14px
}

.ne-warn-strip .ne-warn-pict {
    color: var(--agez)
}

/* заголовок внутрішньої сторінки */

.ne-peak {
    color: var(--tp6v);
    background: var(--ewtg);
    padding: 56px 0 46px
}

.ne-peak-inner {
    display: block
}

.ne-peak-back {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--yqbk);
    font-family: var(--b0e4);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase
}

.ne-peak-back:hover {
    color: var(--tp6v)
}

.ne-peak-heading {
    font-size: 38px
}

.ne-peak-sub {
    color: var(--yqbk);
    font-size: 16.5px;
    max-width: 660px;
    margin-top: 14px
}

.ne-peak-plain {
    background: var(--zng5);
    border-bottom: 1px solid var(--lqok);
    color: var(--ewtg)
}

.ne-peak-plain .ne-peak-inner {
    grid-template-columns: 1fr 1fr;
    display: grid;
    align-items: end;
    gap: 34px
}

.ne-peak-plain .ne-peak-sub {
    color: var(--gm2q)
}

.ne-peak-plain .ne-peak-back {
    margin: 16px 0 0;
    color: var(--o0t6)
}

.ne-peak-column {
    display: block
}

/* підвал */

.ne-base {
    background: var(--zng5);
    padding: 48px 0 26px;
    border-top: 1px solid var(--lqok)
}

.ne-base-inner {
    align-items: flex-start;
    gap: 34px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex
}

.ne-base-brand {
    max-width: 400px
}

.ne-base-name {
    display: block;
    margin-top: 10px;
    font-family: var(--b0e4);
    font-size: 19px;
    font-weight: var(--olis);
    letter-spacing: var(--lub8)
}

.ne-base-note {
    font-size: 14.5px;
    margin-top: 10px;
    color: var(--gm2q)
}

.ne-base-nav {
    flex-wrap: wrap;
    gap: 8px 22px;
    display: flex
}

.ne-base-link {
    color: var(--gm2q);
    font-size: 14.5px
}

.ne-base-link:hover {
    color: var(--o0t6)
}

.ne-base-nav-stack {
    flex-direction: column;
    gap: 9px
}

.ne-base-wide {
    padding-top: 54px
}

.ne-base-cols {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 38px
}

.ne-base-column {
    display: block
}

.ne-base-column-brand {
    max-width: 440px
}

.ne-base-column-heading {
    display: block;
    margin-bottom: 16px;
    font-family: var(--b0e4);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase
}

.ne-base-bottom {
    border-top: 1px solid var(--lqok);
    gap: 14px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 36px;
    display: flex;
    padding-top: 20px
}

.ne-base-legal {
    color: var(--gm2q);
    font-size: 13.5px
}

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

.ne-doc {
    display: block
}

.ne-para {
    font-size: 16.5px;
    margin-bottom: 20px
}

.ne-para:last-child {
    margin-bottom: 0
}

.ne-tile-layout {
    align-items: start;
    display: grid;
    gap: 32px;
    grid-template-columns: 1.05fr .95fr
}

.ne-about-tile {
    display: grid;
    gap: 0;
    padding: 8px 26px;
    border: 1px solid var(--lqok);
    border-radius: var(--qzig);
    background: var(--zng5)
}

.ne-about-line {
    border-bottom: 1px solid var(--lqok);
    gap: 14px;
    align-items: flex-start;
    display: flex;
    padding: 16px 0
}

.ne-about-line:last-child {
    border-bottom: 0
}

.ne-about-pict {
    color: var(--o0t6);
    flex: none;
    margin-top: 3px;
    display: inline-flex
}

.ne-about-value {
    display: block;
    font-size: 16.5px
}

a.ne-about-value:hover {
    color: var(--o0t6)
}

.ne-about-label {
    margin-top: 2px;
    font-size: 14.5px;
    color: var(--gm2q);
    display: block
}

.ne-about-side {
    display: block
}

.ne-about-side .ne-avail {
    margin-top: 0
}

.ne-about-note {
    font-size: 14.5px;
    margin-top: 20px;
    color: var(--gm2q)
}

/* дата ревізії юридичної сторінки */

.ne-doc-stamp {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 26px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--lqok);
    color: var(--gm2q);
    font-family: var(--b0e4);
    font-size: 13px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    letter-spacing: .06em
}

/* джерела: заголовок збоку і список hairline-рядків */

.ne-cite-split {
    align-items: start;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 46px
}

.ne-cite-heading {
    font-size: 26px
}

.ne-cite-list {
    display: grid;
    gap: 0
}

.ne-cite-point {
    border-top: 1px solid var(--lqok)
}

.ne-cite-point:last-child {
    border-bottom: 1px solid var(--lqok)
}

.ne-cite-link {
    transition: color .15s ease, padding-left .15s ease;
    align-items: baseline;
    padding: 17px 2px;
    display: flex;
    gap: 18px;
    justify-content: space-between
}

.ne-cite-link:hover {
    padding-left: 8px;
    color: var(--o0t6)
}

.ne-cite-name {
    font-family: var(--b0e4);
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.35
}

.ne-cite-host {
    letter-spacing: .02em;
    flex: none;
    font-size: 13px;
    color: var(--gm2q)
}

/* джерела: темна плита з рядом посилань */

.ne-cite-plate {
    background: var(--ewtg);
    color: var(--tp6v);
    padding: 46px 0 44px
}

.ne-cite-plate-heading {
    font-size: 24px
}

.ne-cite-plate-note {
    font-size: 15.5px;
    max-width: 640px;
    margin-top: 12px;
    color: var(--yqbk)
}

.ne-cite-line {
    gap: 12px 14px;
    flex-wrap: wrap;
    margin-top: 26px;
    display: flex
}

.ne-cite-line-point {
    display: block
}

.ne-cite-line-link {
    display: inline-block;
    padding: 9px 16px;
    border: 1px solid var(--a49r);
    border-radius: 999px;
    color: var(--yqbk);
    font-family: var(--b0e4);
    font-size: 14.5px;
    font-weight: 600;
    transition: color .16s ease, border-color .16s ease, background-color .16s ease
}

.ne-cite-line-link:hover {
    color: var(--ewtg);
    background: var(--agez);
    border-color: var(--agez)
}

/* сторінка, якої немає */

.ne-gone {
    display: block
}

.ne-gone-code {
    display: block;
    color: var(--lqok);
    font-family: var(--b0e4);
    font-size: 78px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    letter-spacing: var(--lub8);
    line-height: 1
}

.ne-gone-words {
    color: var(--gm2q);
    max-width: 560px;
    margin: 22px 0 30px;
    font-size: 17px
}

/* смуга згоди; hidden знімає скрипт, тому без JS банера не видно */

.ne-nod {
    position: fixed;
    z-index: 40
}

.ne-nod-strip {
    bottom: 0;
    box-shadow: var(--iqc4);
    right: 0;
    background: var(--ewtg);
    left: 0;
    border-top: 1px solid var(--a49r)
}

.ne-nod-strip-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px
}

.ne-nod-words {
    line-height: 1.55;
    color: var(--yqbk);
    display: flex;
    gap: 13px;
    font-size: 14.5px;
    align-items: flex-start;
    max-width: 720px
}

.ne-nod-pict {
    flex: none;
    display: inline-flex;
    color: var(--agez);
    margin-top: 2px
}

.ne-nod-actions {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center
}

.ne-nod-more {
    color: var(--yqbk);
    font-family: var(--b0e4);
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px
}

.ne-nod-more:hover {
    color: var(--tp6v)
}

.ne-nod-ok {
    padding: 11px 24px;
    background: var(--zng5);
    color: var(--ewtg)
}

.ne-nod-ok:hover {
    background: var(--agez);
    color: var(--bnum)
}

/* смуга згоди, варіант карткою збоку */

.ne-nod-tile {
    left: 22px;
    bottom: 22px;
    width: calc(100% - 44px);
    max-width: 316px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--ps79);
    background: linear-gradient(158deg, rgb(59,66,75) 0%, rgb(23,27,32) 52%, rgb(39,45,52) 100%);
    box-shadow: var(--iqc4)
}

.ne-nod-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--agez);
    font-family: var(--b0e4);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase
}

.ne-nod-tile-words {
    line-height: 1.55;
    font-size: 14px;
    color: var(--yqbk)
}

.ne-nod-ok-wide {
    font-size: 15px;
    margin-top: 20px;
    width: 100%;
    padding: 12px 18px
}

.ne-nod-more-tile {
    display: block;
    margin-top: 14px;
    text-align: center
}

/* адаптив */

@media (max-width: 1000px) {
    .ne-start-layout {
    grid-template-columns: 1fr;
    gap: 44px
}
    .ne-start-visual {
    justify-content: flex-start
}
    .ne-start-panel {
    grid-template-columns: 1fr;
    gap: 26px
}
    .ne-solo-layout {
    gap: 30px;
    grid-template-columns: 1fr
}
    .ne-solo-tabs {
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 1fr);
    overflow-x: auto;
    padding-bottom: 6px
}
    .ne-solo-pane {
    justify-items: center;
    gap: 26px;
    grid-template-columns: 1fr;
    text-align: center
}
    .ne-path-split {
    gap: 32px;
    grid-template-columns: 1fr
}
    .ne-feat-line {
    gap: 10px 18px;
    grid-template-columns: 44px 1fr
}
    .ne-feat-line-words {
    grid-column: 2
}
    .ne-base-cols {
    grid-template-columns: 1fr 1fr
}
    .ne-base-column-brand {
    grid-column: 1 / -1
}
    .ne-peak-plain .ne-peak-inner {
    gap: 16px;
    grid-template-columns: 1fr
}
    .ne-tile-layout {
    grid-template-columns: 1fr
}
    .ne-cite-split {
    grid-template-columns: 1fr;
    gap: 28px
}
}

@media (max-width: 720px) {
    .ne-page {
    font-size: 16px
}
    .ne-belt {
    padding: 52px 0
}
    .ne-belt-upper {
    margin-bottom: 30px
}
    .ne-belt-heading {
    font-size: 26px
}
    .ne-start {
    padding: 52px 0 50px
}
    .ne-start-heading {
    font-size: 36px
}
    .ne-start-heading-xl {
    font-size: 40px
}
    .ne-start-promise {
    font-size: 17px
}
    .ne-start-actions {
    gap: 14px
}
    .ne-start-list-line {
    flex-direction: column;
    align-items: flex-start;
    text-align: left
}
    .ne-start-center {
    text-align: left
}
    .ne-start-center .ne-start-actions {
    justify-content: flex-start
}
    .ne-act-lg {
    width: 100%
}
    .ne-top-inner {
    align-items: flex-start;
    min-height: 0;
    flex-direction: column;
    gap: 14px
}
    .ne-top-nav {
    width: 100%
}
    .ne-top-cta {
    margin-left: 0
}
    .ne-top-nav-line .ne-top-nav {
    flex-wrap: nowrap;
    overflow-x: auto
}
    .ne-top-nav-line .ne-top-link {
    white-space: nowrap
}
    .ne-shots-rail {
    gap: 22px
}
    .ne-solo-cap .ne-shots-heading {
    font-size: 20px
}
    .ne-feat-layout {
    grid-template-columns: 1fr
}
    .ne-creed-block {
    padding-left: 20px
}
    .ne-peak {
    padding: 40px 0 34px
}
    .ne-peak-heading {
    font-size: 28px
}
    .ne-base-cols {
    grid-template-columns: 1fr;
    gap: 28px
}
    .ne-base-inner {
    flex-direction: column;
    gap: 26px
}
    .ne-about-tile {
    padding: 6px 20px
}
    .ne-cite-heading {
    font-size: 22px
}
    .ne-cite-link {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start
}
    .ne-gone-code {
    font-size: 56px
}
    .ne-nod-strip-inner {
    gap: 16px
}
    .ne-nod-actions {
    justify-content: space-between;
    width: 100%;
    gap: 14px
}
    .ne-nod-tile {
    width: calc(100% - 24px);
    left: 12px;
    max-width: none;
    bottom: 12px
}
}

@media (prefers-reduced-motion: reduce) {
    html {
    scroll-behavior: auto
}
    .ne-ready .ne-reveal {
    transform: none;
    transition: none;
    opacity: 1
}
}

/* тло блоків

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

.ne-belt-soft {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.96)),
        url(/71fc2a/img/morning-6.jpg?v=1c977);
    background-size: cover;
    background-position: center
}

/* знімок */

.ne-shot {
    margin: 0
}

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

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

.ne-shot-tile {
    overflow: hidden;
    border-radius: var(--qzig);
    box-shadow: var(--cxop)
}

.ne-shot-tile .ne-shot-img {
    height: clamp(220px, 32vw, 420px);
    object-fit: cover
}

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

.ne-log-list {
    display: grid;
    grid-template-columns: minmax(104px, auto) 1fr;
    margin: 20px 0 0;
    gap: 10px 24px
}

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

.ne-log-note {
    font-size: 15px;
    margin: 0
}

.ne-log-rows {
    margin: 20px 0 0;
    list-style: none;
    padding: 0
}

.ne-log-line {
    padding: 14px 0;
    border-top: 1px solid var(--lqok)
}

.ne-log-rows .ne-log-line:first-child {
    border-top: 0
}

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

.ne-log-words {
    font-size: 15px;
    margin: 5px 0 0
}

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

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

.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(--b0e4);
    font-size: 1.15rem;
    font-weight: var(--olis);
    letter-spacing: var(--lub8);
    white-space: nowrap
}
