.nf-regviber-inputwrap,
.nf-auth-login-inputwrap {
    position: relative;
    border: 1px solid rgba(102, 102, 102, 0.5);
    border-radius: 3px;
    background: #f8f8f8;
    margin-top: 15px;
    overflow: hidden;
}

.nf-regviber-inputwrap:focus-within,
.nf-auth-login-inputwrap:focus-within {
    border-color: #0056b3;
}

.nf-regviber-inputwrap .log-input.nf-regviber-input,
.nf-auth-login-inputwrap .log-input.nf-auth-login-input {
    float: none;
    width: 100%;
    margin-top: 0;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    padding-right: 48px;
}

.nf-regviber-inputwrap--email .log-input.nf-regviber-input,
.nf-auth-login-inputwrap--email .log-input.nf-auth-login-input {
    padding-right: 20px;
}

.nf-regviber-toggle,
.nf-auth-login-toggle {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.nf-regviber-toggle svg,
.nf-auth-login-toggle svg {
    display: block;
    flex-shrink: 0;
}

.nf-regviber-eye-shut,
.nf-auth-login-eye-shut {
    display: none;
}

.nf-regviber-toggle.nf-regviber-toggle--visible .nf-regviber-eye-open,
.nf-auth-login-toggle.nf-auth-login-toggle--visible .nf-auth-login-eye-open {
    display: none;
}

.nf-regviber-toggle.nf-regviber-toggle--visible .nf-regviber-eye-shut,
.nf-auth-login-toggle.nf-auth-login-toggle--visible .nf-auth-login-eye-shut {
    display: block;
}

.nf-regviber-passhint-wrap {
    margin-top: 6px;
    margin-bottom: 4px;
    text-align: left;
}

.nf-regviber-passhint {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(102, 102, 102, 0.9);
    margin: 12px 0 18px 0;
    padding: 0 2px;
    text-align: left;
}

.nf-regviber-mismatch {
    display: none;
    font-size: 13px;
    line-height: 1.4;
    color: #b30000;
    margin: 6px 0 0 0;
    padding: 0 2px;
}

.nf-regviber-mismatch.nf-regviber-mismatch--show {
    display: block;
}

.nf-regviber-trimwarn {
    display: none;
    font-size: 13px;
    line-height: 1.45;
    color: #8a5a00;
    margin: 8px 0 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(138, 90, 0, 0.35);
    border-radius: 3px;
    background: #fffbf0;
    text-align: left;
}

.nf-regviber-trimwarn.nf-regviber-trimwarn--show {
    display: block;
}

.abt-why-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f7f8fa;
    border: 1px solid #e2e7ed;
    border-radius: 12px;
    padding: 32px 28px;
    border-left: 3px solid #1a9e96;
}

.abt-why-block__heading {
    font-size: 20px;
    font-weight: bold;
    color: #263848;
    margin-bottom: 16px;
    line-height: 1.3;
    font-family: Tahoma, Geneva, sans-serif;
}

.abt-why-block__para {
    font-size: 15px;
    line-height: 1.75;
    color: #3a5068;
    margin-bottom: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}

.abt-why-block__para:last-child {
    margin-bottom: 0;
}

#abt-author-articles {
    padding: 44px 28px 56px;
    background: #f7f8fa;
    border-top: 1px solid #e2e7ed;
    font-family: Tahoma, Geneva, sans-serif;
}

.abt-author-articles__inner {
    max-width: 1110px;
    margin: 0 auto;
}

.abt-author-articles__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.abt-author-articles__title {
    font-size: 22px;
    font-weight: bold;
    color: #263848;
    margin: 0;
}

.abt-author-articles__viewall {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: bold;
    color: #1a9e96;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.abt-author-articles__viewall:hover {
    gap: 10px;
    color: #158880;
}

.abt-author-articles__list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e2e7ed;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.abt-article-row {
    display: flex;
    align-items: center;
    padding: 16px 22px;
    text-decoration: none;
    color: #263848;
    border-bottom: 1px solid #f0f2f5;
    transition: background 0.2s ease;
    gap: 16px;
}

.abt-article-row:last-child {
    border-bottom: none;
}

.abt-article-row:hover {
    background: #f0f8f7;
}

.abt-article-row:hover .abt-article-row__arrow {
    color: #1a9e96;
    transform: translateX(4px);
}

.abt-article-row__title {
    flex: 1;
    font-size: 15px;
    font-weight: bold;
    color: #263848;
    line-height: 1.4;
}

.abt-article-row__meta {
    font-size: 13px;
    color: #6a8299;
    white-space: nowrap;
    flex-shrink: 0;
}

.abt-article-row__arrow {
    color: #8a9fb4;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nf-author-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 32px 0 24px;
    padding: 0;
    background: #fff;
    border: 1px solid #e2e7ed;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(38,56,72,0.06);
    font-family: Tahoma, Geneva, sans-serif;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.nf-author-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a9e96, rgba(26,158,150,0.2));
}

.nf-author-box:hover {
    box-shadow: 0 6px 24px rgba(38,56,72,0.1);
}

.nf-author-box__avatar {
    flex-shrink: 0;
    width: 88px;
    height: 88px;
    margin: 20px 0 20px 24px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(26,158,150,0.22);
}

.nf-author-box__avatar svg {
    width: 100%;
    height: 100%;
    display: block;
}

.nf-author-box__content {
    flex: 1;
    padding: 20px 24px 20px 0;
    min-width: 0;
}

.nf-author-box__label {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a9e96;
    margin-bottom: 5px;
}

.nf-author-box__name {
    font-size: 17px;
    font-weight: bold;
    color: #263848;
    margin-bottom: 6px;
    line-height: 1.3;
}

.nf-author-box__desc {
    font-size: 14px;
    line-height: 1.65;
    color: #4a6275;
    margin-bottom: 14px;
}

.nf-author-box__cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #1a9e96;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 8px;
    border: 1.5px solid #1a9e96;
    transition: background 0.25s ease, gap 0.25s ease, box-shadow 0.25s ease;
    line-height: 1;
}

.nf-author-box__cta svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.nf-author-box__cta:hover {
    background: #158880;
    border-color: #158880;
    color: #fff;
    gap: 10px;
    box-shadow: 0 4px 14px rgba(26,158,150,0.28);
}

.nf-author-box__cta:hover svg {
    transform: translateX(3px);
}

@media (max-width: 540px) {
    .nf-author-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .nf-author-box__avatar {
        width: 64px;
        height: 64px;
        margin: 20px 0 12px 20px;
    }

    .nf-author-box__content {
        padding: 0 20px 20px 20px;
    }
}

.nf-edpol-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 48px 28px 64px;
    font-family: Tahoma, Geneva, sans-serif;
}

.nf-edpol-header {
    margin-bottom: 44px;
    padding-bottom: 28px;
    border-bottom: 2px solid #e2e7ed;
}

.nf-edpol-title {
    font-size: 32px;
    font-weight: bold;
    color: #263848;
    margin-bottom: 14px;
    line-height: 1.2;
}

.nf-edpol-subtitle {
    font-size: 16px;
    line-height: 1.75;
    color: #4a6275;
    margin: 0;
}

.nf-edpol-body {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nf-edpol-section {
    display: flex;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #eef1f5;
}

.nf-edpol-section:last-child {
    border-bottom: none;
}

.nf-edpol-section__num {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #e6f5f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #1a9e96;
    margin-top: 2px;
}

.nf-edpol-section__content {
    flex: 1;
}

.nf-edpol-section__title {
    font-size: 18px;
    font-weight: bold;
    color: #263848;
    margin-bottom: 10px;
    line-height: 1.3;
}

.nf-edpol-section__text {
    font-size: 15px;
    line-height: 1.75;
    color: #3a5068;
    margin-bottom: 12px;
}

.nf-edpol-section__text:last-child {
    margin-bottom: 0;
}

.nf-edpol-author-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: bold;
    color: #1a9e96;
    text-decoration: none;
}

.nf-edpol-author-link:hover {
    color: #158880;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .nf-edpol-wrap {
        padding: 32px 16px 48px;
    }

    .nf-edpol-title {
        font-size: 24px;
    }

    .nf-edpol-section {
        gap: 16px;
    }
}

/* ========== HISTORY PAGE — HERO SVG ========== */

#abt-page .abt-hero__brand-visual {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    opacity: 0;
    animation: abt-fadeUp 0.7s cubic-bezier(0.22,1,0.36,1) forwards 0.3s;
}

#abt-page .abt-hero__brand-svg {
    width: 100%;
    height: auto;
    display: block;
}

#abt-page .abt-hero__card {
    opacity: 0;
    animation: abt-fadeUp 0.7s cubic-bezier(0.22,1,0.36,1) forwards 0.45s;
}

/* ========== DARKER TEXT & LARGER SIZES ========== */

#abt-page .abt-hero__lead {
    color: #3a5068;
    font-size: 17px;
}

#abt-page .abt-hero__card-title {
    color: #3a5068;
    font-size: 14px;
}

#abt-page .abt-hero__card-bar {
    color: #3a5068;
    font-size: 14px;
    margin-bottom: 0;
}

#abt-page .abt-block__para {
    color: #2d4558;
    font-size: 16px;
}

#abt-page .abt-block__num {
    color: #4a6275;
}

#abt-page .abt-pillar__desc {
    color: #3a5068;
}

#abt-page .abt-guarantee__para {
    color: #2d4558;
    max-width: 520px;
}

#abt-page .abt-stat-item__caption {
    color: #9ab0c3;
}

/* ========== WHY BLOCK — ANIMATION (REPLACES REMOVED VISUAL CLASS) ========== */

#abt-page .abt-why-block {
    height: auto;
    position: relative;
    opacity: 0;
    transform: translateX(-18px);
    transition: all 0.8s cubic-bezier(0.22,1,0.36,1);
}

#abt-page .abt-why-block.abt-visible {
    opacity: 1;
    transform: translateX(0);
}

/* ========== COMPACT SPACING ========== */

#abt-page #abt-narrative {
    padding-top: 36px;
    padding-bottom: 20px;
}

#abt-page .abt-block {
    margin-bottom: 16px;
}

#abt-page #abt-guarantee {
    padding-top: 36px;
    padding-bottom: 36px;
}

#abt-page #abt-principles {
    padding-bottom: 36px;
}

#abt-page #abt-hero {
    padding-bottom: 56px;
}

/* ========== EDITORIAL SECTION — CARD GRID ========== */

#abt-page #abt-editorial {
    display: block;
    background: #f7f8fa;
    border-top: 1px solid #e2e7ed;
    padding: 56px 28px 64px;
}

.nf-ep-inner {
    display: block;
    max-width: 1054px;
    margin: 0 auto;
}

.nf-ep-header {
    display: block;
    text-align: center;
    margin-bottom: 44px;
}

.nf-ep-header__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #1a9e96;
    margin-bottom: 14px;
    padding: 5px 12px 5px 10px;
    background: #e6f5f4;
    border-radius: 14px;
    font-family: Tahoma, Geneva, sans-serif;
}

.nf-ep-header__dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1a9e96;
    flex-shrink: 0;
    display: inline-block;
}

.nf-ep-header__title {
    font-size: 28px;
    font-weight: bold;
    color: #263848;
    margin-bottom: 12px;
    line-height: 1.25;
    font-family: Tahoma, Geneva, sans-serif;
}

.nf-ep-header__sub {
    font-size: 16px;
    line-height: 1.75;
    color: #4a6275;
    max-width: 560px;
    margin: 0 auto;
    font-family: Tahoma, Geneva, sans-serif;
}

.nf-ep-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.nf-ep-card {
    background: #fff;
    border: 1px solid #e2e7ed;
    border-radius: 14px;
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    font-family: Tahoma, Geneva, sans-serif;
}

.nf-ep-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a9e96, rgba(26,158,150,0.15));
    border-radius: 14px 14px 0 0;
}

.nf-ep-card:hover {
    box-shadow: 0 8px 28px rgba(38,56,72,0.09);
    border-color: rgba(26,158,150,0.2);
}

.nf-ep-card__icon {
    width: 44px;
    height: 44px;
    background: #e6f5f4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #1a9e96;
    transition: background 0.3s ease;
}

.nf-ep-card:hover .nf-ep-card__icon {
    background: rgba(26,158,150,0.18);
}

.nf-ep-card__icon svg {
    width: 22px;
    height: 22px;
}

.nf-ep-card__num {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #1a9e96;
    margin-bottom: 8px;
}

.nf-ep-card__title {
    font-size: 18px;
    font-weight: bold;
    color: #263848;
    margin-bottom: 10px;
    line-height: 1.3;
}

.nf-ep-card__text {
    font-size: 15px;
    line-height: 1.75;
    color: #3a5068;
    margin: 0;
}

/* ========== RESPONSIVE — 960px ========== */

@media (max-width: 960px) {
    #abt-page .abt-hero__inner {
        grid-template-columns: 1fr 260px;
        gap: 28px;
    }

    #abt-page .abt-guarantee__inner {
        gap: 28px;
    }
}

/* ========== RESPONSIVE — 768px ========== */

@media (max-width: 768px) {
    #abt-page .abt-hero__inner {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    #abt-page .abt-hero__lead {
        max-width: none;
    }

    #abt-page .abt-hero__eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    #abt-page .abt-hero__aside {
        max-width: 300px;
        margin: 0 auto;
    }

    #abt-page .abt-guarantee__inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #abt-page .abt-why-block {
        transform: none;
    }

    #abt-page .abt-why-block.abt-visible {
        transform: none;
    }

    #abt-page .abt-guarantee__text-side {
        transform: none;
    }

    #abt-page .abt-guarantee__text-side.abt-visible {
        transform: none;
    }

    #abt-page .abt-guarantee__para {
        max-width: none;
    }

    #abt-page .abt-principles__row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #abt-page .abt-stats__inner {
        grid-template-columns: 1fr;
    }

    #abt-page .abt-stat-item + .abt-stat-item::before {
        left: 15%;
        top: 0;
        width: 70%;
        height: 1px;
    }

    .abt-author-articles__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .abt-article-row__meta {
        display: none;
    }

    .nf-ep-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #abt-page #abt-editorial {
        padding: 36px 20px 44px;
    }

    .nf-ep-header__title {
        font-size: 22px;
    }
}

/* ========== RESPONSIVE — 480px ========== */

@media (max-width: 480px) {
    #abt-page #abt-hero {
        padding: 24px 16px 36px;
    }

    #abt-page .abt-hero__heading {
        font-size: 26px;
    }

    #abt-page .abt-hero__author-photo {
        width: 110px;
        height: 110px;
    }

    #abt-page #abt-narrative {
        padding-left: 16px;
        padding-right: 16px;
    }

    #abt-page #abt-stats {
        padding: 24px 16px;
    }

    #abt-page #abt-guarantee {
        padding: 28px 16px;
    }

    #abt-page #abt-principles {
        padding-left: 16px;
        padding-right: 16px;
    }

    #abt-page #abt-author-articles {
        padding: 28px 16px 36px;
    }

    #abt-page .abt-block__content {
        padding: 20px 16px;
    }

    #abt-page .abt-pillar {
        padding: 24px 16px;
    }

    #abt-page .abt-hero__card {
        padding: 20px 18px;
    }

    #abt-page .abt-guarantee__heading {
        font-size: 22px;
    }

    #abt-page .abt-why-block {
        padding: 24px 18px;
    }

    #abt-page .abt-why-block__heading {
        font-size: 18px;
    }

    #abt-page #abt-editorial {
        padding: 28px 16px 36px;
    }

    .nf-ep-card {
        padding: 24px 20px;
    }

    .nf-ep-header__title {
        font-size: 20px;
    }
}

#nf-ng-page {
    font-family: Tahoma, Geneva, sans-serif;
    color: #263848;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}
#nf-ng-page *,
#nf-ng-page *::before,
#nf-ng-page *::after {
    box-sizing: border-box;
}
#nf-ng-page div,
#nf-ng-page h1, #nf-ng-page h2, #nf-ng-page h3,
#nf-ng-page p, #nf-ng-page span, #nf-ng-page label,
#nf-ng-page input, #nf-ng-page select, #nf-ng-page button {
    float: none;
}

#nf-ng-hero {
    background: linear-gradient(135deg, #f0faf9 0%, #e8f4f8 55%, #f4f9fc 100%);
    padding: 56px 28px 52px;
    border-bottom: 1px solid #ddedf0;
    overflow: hidden;
    position: relative;
}
#nf-ng-hero::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background:
        radial-gradient(ellipse 55% 60% at 80% 40%, rgba(26,158,150,0.06), transparent 70%),
        radial-gradient(ellipse 40% 50% at 15% 70%, rgba(26,158,150,0.04), transparent 70%);
    pointer-events: none;
}

.nf-ng-hero__inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

.nf-ng-hero__text {
    flex: 1 1 0%;
    min-width: 0;
}

.nf-ng-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a9e96;
    margin-bottom: 16px;
}

.nf-ng-eyebrow__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1a9e96;
    display: inline-block;
    flex-shrink: 0;
}

.nf-ng-hero__heading {
    font-size: 38px;
    font-weight: 400;
    line-height: 1.18;
    color: #1e3040;
    margin: 0 0 16px;
}

.nf-ng-hero__heading strong {
    font-weight: 700;
    color: #1a9e96;
}

.nf-ng-hero__lead {
    font-size: 16px;
    color: #3d5166;
    line-height: 1.68;
    margin: 0 0 28px;
    max-width: 490px;
}

.nf-ng-hero__stats {
    display: flex;
    gap: 28px;
}

.nf-ng-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nf-ng-hero__stat-val {
    font-size: 28px;
    font-weight: 700;
    color: #1a9e96;
    line-height: 1;
}

.nf-ng-hero__stat-lbl {
    font-size: 11px;
    color: #7a93a6;
    margin-top: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nf-ng-hero__visual {
    flex: 0 0 240px;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nf-ng-hero__svg {
    width: 240px;
    height: 240px;
    display: block;
    overflow: visible;
}

#nf-ng-wizard {
    max-width: 760px;
    margin: 0 auto;
    padding: 44px 28px 64px;
}

.nf-ng-progress {
    position: relative;
    margin-bottom: 40px;
}

.nf-ng-progress__track {
    position: absolute;
    top: 17px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #dde7ed;
    z-index: 0;
}

.nf-ng-progress__fill {
    position: absolute;
    top: 17px;
    left: 10%;
    height: 2px;
    background: #1a9e96;
    transition: width 0.4s ease;
    z-index: 1;
    width: 0;
}

.nf-ng-progress__steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nf-ng-progress__step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.nf-ng-progress__dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dde7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #b0bec8;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.nf-ng-progress__step--active .nf-ng-progress__dot {
    background: #1a9e96;
    border-color: #1a9e96;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(26,158,150,0.12);
}

.nf-ng-progress__step--done .nf-ng-progress__dot {
    background: #1a9e96;
    border-color: #1a9e96;
    color: #fff;
}

.nf-ng-progress__label {
    font-size: 10px;
    color: #b0bec8;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.2px;
    transition: color 0.3s;
    line-height: 1.3;
}

.nf-ng-progress__step--active .nf-ng-progress__label,
.nf-ng-progress__step--done .nf-ng-progress__label {
    color: #1a9e96;
}

.nf-ng-step {
    display: none;
}

.nf-ng-step--active {
    display: block;
    animation: ngStepIn 0.3s ease;
}

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

.nf-ng-step__card {
    background: #fff;
    border: 1px solid #ddedf0;
    border-radius: 12px;
    padding: 32px 36px;
    box-shadow: 0 4px 20px rgba(26,158,150,0.06);
}

.nf-ng-step__card--results {
    border-top: 3px solid #1a9e96;
}

.nf-ng-step__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

.nf-ng-step__num {
    font-size: 32px;
    font-weight: 700;
    color: rgba(26,158,150,0.14);
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.nf-ng-step__title {
    font-size: 20px;
    font-weight: 700;
    color: #1e3040;
    margin: 0 0 5px;
}

.nf-ng-step__sub {
    font-size: 13px;
    color: #5a7080;
    margin: 0;
    line-height: 1.55;
}

.nf-ng-fields {
    display: flex;
    gap: 16px;
    margin-bottom: 18px;
}

.nf-ng-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
}

.nf-ng-field--toggle {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.nf-ng-field--check {
    flex: none;
    width: 100%;
}

.nf-ng-label {
    font-size: 12px;
    font-weight: 700;
    color: #2e4459;
    letter-spacing: 0.2px;
}

.nf-ng-hint {
    font-weight: 400;
    color: #90a4b0;
    font-size: 11px;
}

.nf-ng-input {
    width: 100%;
    padding: 9px 13px;
    border: 1.5px solid #dde7ed;
    border-radius: 7px;
    font-size: 14px;
    color: #1e3040;
    background: #f7fbfc;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
    font-family: Tahoma, Geneva, sans-serif;
    outline: none;
}

.nf-ng-input:focus {
    border-color: #1a9e96;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(26,158,150,0.1);
}

.nf-ng-input--secondary {
    margin-top: 6px;
    font-size: 13px;
    padding: 7px 11px;
}

.nf-ng-select-wrap {
    position: relative;
}

.nf-ng-select {
    width: 100%;
    padding: 9px 34px 9px 13px;
    border: 1.5px solid #dde7ed;
    border-radius: 7px;
    font-size: 14px;
    color: #1e3040;
    background: #f7fbfc;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    transition: border-color 0.2s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%231a9e96' stroke-width='2'%3E%3Cpolyline points='5 8 10 13 15 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.nf-ng-select:focus {
    border-color: #1a9e96;
    box-shadow: 0 0 0 3px rgba(26,158,150,0.1);
}

.nf-ng-toggle-group {
    display: flex;
    gap: 4px;
}

.nf-ng-toggle {
    padding: 7px 20px;
    border: 1.5px solid #dde7ed;
    border-radius: 20px;
    background: #fff;
    color: #5a7080;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s;
    font-family: Tahoma, Geneva, sans-serif;
}

.nf-ng-toggle--active {
    background: #1a9e96;
    border-color: #1a9e96;
    color: #fff;
}

.nf-ng-check-label {
    display: flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-size: 13px;
    color: #2e4459;
    -webkit-user-select: none;
    user-select: none;
}

.nf-ng-check-input {
    display: none;
}

.nf-ng-check-box {
    width: 17px;
    height: 17px;
    border: 2px solid #dde7ed;
    border-radius: 4px;
    background: #fff;
    flex-shrink: 0;
    transition: all 0.18s;
    display: inline-block;
    position: relative;
}

.nf-ng-check-input:checked + .nf-ng-check-box {
    background: #1a9e96;
    border-color: #1a9e96;
}

.nf-ng-check-input:checked + .nf-ng-check-box::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}

.nf-ng-partners-extra {
    margin-bottom: 18px;
    padding: 16px 18px;
    background: #f0faf9;
    border-radius: 9px;
    border: 1px solid #c2e8e6;
}

.nf-ng-step__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #eef2f5;
}

.nf-ng-step__nav--end {
    justify-content: flex-end;
}

.nf-ng-step__nav--start {
    justify-content: flex-start;
}

.nf-ng-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.2s;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
}

.nf-ng-btn svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.nf-ng-btn--primary {
    background: #1a9e96;
    color: #fff;
    border-color: #1a9e96;
}

.nf-ng-btn--primary:hover {
    background: #138f87;
    border-color: #138f87;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26,158,150,0.22);
}

.nf-ng-btn--ghost {
    background: transparent;
    color: #5a7080;
    border-color: #dde7ed;
}

.nf-ng-btn--ghost:hover {
    background: #f0faf9;
    border-color: #1a9e96;
    color: #1a9e96;
}

.nf-ng-btn--generate {
    padding: 11px 28px;
    font-size: 14px;
}

.nf-ng-dict {
    border: 1px solid #e4edf2;
    border-radius: 9px;
    margin-bottom: 8px;
    overflow: hidden;
}

.nf-ng-dict__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 14px;
    background: #f7fbfc;
    cursor: pointer;
}

.nf-ng-dict__label {
    font-size: 12px;
    font-weight: 700;
    color: #2e4459;
}

.nf-ng-dict__toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #1a9e96;
    display: flex;
    align-items: center;
    transition: transform 0.2s;
}

.nf-ng-dict__toggle svg {
    width: 17px;
    height: 17px;
}

.nf-ng-dict__toggle--open {
    transform: rotate(180deg);
}

.nf-ng-dict__body {
    padding: 12px 14px;
    background: #fff;
}

.nf-ng-dict__words {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 10px;
}

.nf-ng-word-label {
    cursor: pointer;
}

.nf-ng-word-check {
    display: none;
}

.nf-ng-word-pill {
    display: inline-block;
    padding: 4px 11px;
    border: 1.5px solid #dde7ed;
    border-radius: 18px;
    font-size: 12px;
    color: #4a6070;
    background: #f7fbfc;
    transition: all 0.16s;
    -webkit-user-select: none;
    user-select: none;
}

.nf-ng-word-check:checked + .nf-ng-word-pill {
    background: #1a9e96;
    border-color: #1a9e96;
    color: #fff;
}

.nf-ng-word-label--new .nf-ng-word-pill {
    border-color: #a8d8d5;
    background: #e8f6f5;
}

.nf-ng-dict__add {
    display: flex;
    gap: 5px;
}

.nf-ng-dict-input {
    flex: 1;
    padding: 6px 9px;
    border: 1.5px solid #dde7ed;
    border-radius: 6px;
    font-size: 12px;
    color: #1e3040;
    font-family: Tahoma, Geneva, sans-serif;
    background: #f7fbfc;
    transition: border-color 0.2s;
    box-sizing: border-box;
    outline: none;
}

.nf-ng-dict-input:focus {
    border-color: #1a9e96;
    background: #fff;
}

.nf-ng-dict__add-btn {
    padding: 6px 12px;
    background: #1a9e96;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    transition: background 0.2s;
    font-family: Tahoma, Geneva, sans-serif;
}

.nf-ng-dict__add-btn:hover {
    background: #138f87;
}

.nf-ng-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 40px 0;
    color: #5a7080;
    font-size: 14px;
}

.nf-ng-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #dde7ed;
    border-top-color: #1a9e96;
    border-radius: 50%;
    animation: ngSpin 0.75s linear infinite;
}

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

.nf-ng-results-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 10px 0 24px;
}

.nf-ng-card {
    flex: 0 0 calc(33.333% - 10px);
    border: 1.5px solid #e4edf2;
    border-radius: 10px;
    padding: 16px 16px 14px;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
    gap: 7px;
    border-top: 3px solid #1a9e96;
}

.nf-ng-card:hover {
    box-shadow: 0 6px 18px rgba(26,158,150,0.11);
    transform: translateY(-2px);
}

.nf-ng-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #1e3040;
    line-height: 1.3;
    word-break: break-word;
}

.nf-ng-card__badge {
    font-size: 10px;
    color: #7a93a6;
    background: #f0f6f9;
    padding: 2px 7px;
    border-radius: 9px;
    display: inline-block;
    align-self: flex-start;
}

.nf-ng-card__actions {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-top: 4px;
}

.nf-ng-card__copy {
    background: none;
    border: 1.5px solid #dde7ed;
    border-radius: 5px;
    padding: 5px 7px;
    cursor: pointer;
    color: #7a93a6;
    transition: all 0.16s;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.nf-ng-card__copy svg {
    width: 13px;
    height: 13px;
}

.nf-ng-card__copy:hover {
    border-color: #1a9e96;
    color: #1a9e96;
    background: #f0faf9;
}

.nf-ng-card__copy--done {
    border-color: #1a9e96;
    background: #1a9e96;
    color: #fff;
}

.nf-ng-card__tr-check {
    flex: 1;
    padding: 6px 8px;
    border: 1.5px solid #1a9e96;
    border-radius: 5px;
    background: transparent;
    color: #1a9e96;
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.16s;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
}

.nf-ng-card__tr-check:hover {
    background: #1a9e96;
    color: #fff;
}

.nf-ng-card__tr-check:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nf-ng-card__tr-result {
    font-size: 11px;
    font-weight: 600;
    padding: 5px 8px;
    border-radius: 5px;
    margin-top: 2px;
}

.nf-ng-card__tr-result--free {
    background: #e8f7ef;
    color: #1d7a4a;
    border: 1px solid #b8e6cc;
}

.nf-ng-card__tr-result--taken {
    background: #fdeaea;
    color: #c0392b;
    border: 1px solid #f5b8b8;
}

.nf-ng-card__tr-result--unknown {
    background: #fef6e4;
    color: #7d5a0a;
    border: 1px solid #f5dfa0;
}

.nf-ng-error {
    color: #c0392b;
    font-size: 14px;
    padding: 20px 0;
}

#nf-ng-seo {
    background: #f7fbfc;
    border-top: 1px solid #ddedf0;
    padding: 60px 28px;
}

.nf-ng-seo__inner {
    max-width: 960px;
    margin: 0 auto;
}

.nf-ng-seo__header {
    text-align: center;
    margin-bottom: 36px;
}

.nf-ng-seo__title {
    font-size: 26px;
    font-weight: 700;
    color: #1e3040;
    margin: 0;
}

.nf-ng-seo__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 48px;
}

.nf-ng-seo__card {
    flex: 1 1 calc(25% - 14px);
    min-width: 180px;
    background: #fff;
    border: 1px solid #ddedf0;
    border-radius: 11px;
    padding: 20px 18px;
    transition: box-shadow 0.2s;
}

.nf-ng-seo__card:hover {
    box-shadow: 0 4px 14px rgba(26,158,150,0.08);
}

.nf-ng-seo__card-icon {
    width: 38px;
    height: 38px;
    background: linear-gradient(135deg, #e0f5f3 0%, #b2e6e3 100%);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #1a9e96;
}

.nf-ng-seo__card-icon svg {
    width: 18px;
    height: 18px;
}

.nf-ng-seo__card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e3040;
    margin: 0 0 7px;
}

.nf-ng-seo__card-text {
    font-size: 13px;
    color: #4a6070;
    line-height: 1.58;
    margin: 0;
}

.nf-ng-seo__faq {
    max-width: 680px;
    margin: 0 auto;
}

.nf-ng-seo__faq-title {
    font-size: 20px;
    font-weight: 700;
    color: #1e3040;
    margin: 0 0 20px;
    text-align: center;
}

.nf-ng-faq-item {
    border-bottom: 1px solid #e4edf2;
    padding: 16px 0;
}

.nf-ng-faq-item:last-child {
    border-bottom: none;
}

.nf-ng-faq-q {
    font-size: 14px;
    font-weight: 700;
    color: #1e3040;
    margin-bottom: 6px;
}

.nf-ng-faq-a {
    font-size: 13px;
    color: #4a6070;
    line-height: 1.58;
}

@media (max-width: 860px) {
    .nf-ng-hero__inner { flex-direction: column; text-align: center; }
    .nf-ng-hero__lead { max-width: 100%; }
    .nf-ng-hero__stats { justify-content: center; }
    .nf-ng-hero__visual { flex: 0 0 auto; width: 200px; height: 200px; }
    .nf-ng-hero__svg { width: 200px; height: 200px; }
    .nf-ng-seo__card { flex: 1 1 calc(50% - 10px); }
}

@media (max-width: 620px) {
    #nf-ng-hero { padding: 36px 18px 40px; }
    .nf-ng-hero__heading { font-size: 27px; }
    .nf-ng-hero__visual { width: 160px; height: 160px; }
    .nf-ng-hero__svg { width: 160px; height: 160px; }
    #nf-ng-wizard { padding: 28px 16px 48px; }
    .nf-ng-step__card { padding: 22px 18px; }
    .nf-ng-fields { flex-direction: column; }
    .nf-ng-card { flex: 0 0 calc(50% - 8px); }
    .nf-ng-seo__card { flex: 1 1 100%; }
    .nf-ng-progress__label { font-size: 9px; }
    #nf-ng-seo { padding: 40px 18px; }
    .nf-ng-step__header { flex-direction: column; gap: 10px; }
}

@media (max-width: 400px) {
    .nf-ng-hero__heading { font-size: 23px; }
    .nf-ng-progress__label { display: none; }
    .nf-ng-card { flex: 0 0 100%; }
    .nf-ng-hero__stats { gap: 18px; }
    .nf-ng-btn { padding: 9px 16px; font-size: 12px; }
}
