.nkbz-page {
    --nkbz-ink: #172526;
    --nkbz-ink-soft: #506163;
    --nkbz-pine: #0d3b36;
    --nkbz-pine-2: #082b28;
    --nkbz-lake: #2b6d74;
    --nkbz-sand: #c9b27d;
    --nkbz-paper: #f7f6f2;
    --nkbz-mist: #eef2f0;
    --nkbz-white: #ffffff;
    --nkbz-line: rgba(23, 37, 38, .12);
    --nkbz-shadow: 0 26px 70px rgba(11, 42, 40, .13);
    position: relative;
    left: 50%;
    width: 100vw;
    width: 100dvw;
    max-width: none !important;
    margin: 0 0 0 -50vw !important;
    margin-left: -50dvw !important;
    padding: clamp(18px, 2.5vw, 38px) 0 clamp(92px, 8vw, 138px);
    overflow: clip;
    color: var(--nkbz-ink);
    background:
        radial-gradient(circle at 85% 4%, rgba(43, 109, 116, .10), transparent 28rem),
        radial-gradient(circle at 12% 20%, rgba(201, 178, 125, .10), transparent 26rem),
        linear-gradient(180deg, #fbfbf9 0%, var(--nkbz-paper) 72%, #ffffff 100%);
    font-family: "Noto Sans Georgian", "Noto Sans Georgia", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    box-sizing: border-box;
}

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

.nkbz-page :where(h1, h2, h3, p, figure) {
    margin-top: 0;
}

.nkbz-page :where(a, button) {
    font: inherit;
}

.nkbz-shell {
    width: min(100% - clamp(24px, 5vw, 84px), 1540px);
    max-width: 1540px !important;
    margin-inline: auto !important;
}

.nkbz-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.nkbz-hero {
    position: relative;
}

.nkbz-hero-media,
.nkbz-map-card {
    appearance: none;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    color: inherit;
    background: var(--nkbz-pine-2);
    text-align: inherit;
    cursor: zoom-in;
}

.nkbz-hero-media {
    position: relative;
    border: 1px solid rgba(13, 59, 54, .12);
    border-radius: clamp(22px, 2.6vw, 40px);
    box-shadow: 0 30px 90px rgba(8, 43, 40, .18);
}

.nkbz-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: inherit;
    pointer-events: none;
}

.nkbz-hero-media > img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.nkbz-expand-chip {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: inline-flex;
    min-height: 42px;
    padding: 9px 14px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .20);
    border-radius: 999px;
    color: #fff;
    background: rgba(8, 43, 40, .82);
    font-size: 12px;
    font-weight: 750;
    backdrop-filter: blur(12px);
}

.nkbz-expand-chip svg {
    width: 17px;
    height: 17px;
}

.nkbz-summary-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .36fr);
    gap: clamp(28px, 5vw, 78px);
    width: 100%;
    margin: clamp(20px, 2.8vw, 34px) auto 0;
    padding: clamp(26px, 3.8vw, 54px);
    align-items: center;
    border: 1px solid rgba(23, 37, 38, .10);
    border-radius: clamp(22px, 2.2vw, 34px);
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--nkbz-shadow);
    backdrop-filter: blur(18px);
}

.nkbz-kicker,
.nkbz-section-no,
.nkbz-contact-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--nkbz-lake);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .11em;
    line-height: 1.4;
    text-transform: uppercase;
}

.nkbz-summary-copy h1,
.nkbz-section-copy h2,
.nkbz-section-head h2,
.nkbz-infrastructure-copy h2,
.nkbz-final-copy h2 {
    margin-bottom: 14px;
    color: var(--nkbz-ink);
    font-size: clamp(27px, 2.72vw, 44px);
    font-weight: 760;
    letter-spacing: -.024em;
    line-height: 1.24;
}

.nkbz-summary-copy p,
.nkbz-section-copy p,
.nkbz-section-head > p,
.nkbz-infrastructure-copy > p,
.nkbz-final-copy p {
    margin-bottom: 0;
    color: var(--nkbz-ink-soft);
    font-size: clamp(15px, 1.05vw, 17px);
    line-height: 1.74;
}

.nkbz-price-box {
    display: flex;
    min-height: 190px;
    padding: 28px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(201, 178, 125, .48);
    border-radius: 24px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(201, 178, 125, .17), transparent 14rem),
        linear-gradient(145deg, var(--nkbz-pine), var(--nkbz-pine-2));
    text-align: center;
}

.nkbz-price-box small {
    color: rgba(255, 255, 255, .68);
    font-size: 13px;
}

.nkbz-price-box strong {
    margin: 7px 0 9px;
    color: #fff;
    font-size: clamp(40px, 4.05vw, 60px);
    font-weight: 850;
    letter-spacing: -.05em;
    line-height: 1;
}

.nkbz-price-box span {
    color: var(--nkbz-sand);
    font-size: 12px;
    font-weight: 750;
}

.nkbz-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: clamp(24px, 3vw, 42px);
}

.nkbz-fact {
    display: flex;
    min-width: 0;
    padding: clamp(19px, 2.2vw, 29px);
    align-items: center;
    gap: 15px;
    border: 1px solid var(--nkbz-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 8px 30px rgba(23, 37, 38, .035);
}

.nkbz-fact-icon {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border-radius: 16px;
    color: var(--nkbz-sand);
    background: var(--nkbz-pine-2);
}

.nkbz-fact-icon svg,
.nkbz-primary-button svg,
.nkbz-route-list svg,
.nkbz-utility svg,
.nkbz-mobile-contact svg,
.nkbz-brand-footer svg,
.nkbz-lightbox-close svg {
    width: 22px;
    height: 22px;
}

.nkbz-fact small {
    display: block;
    margin-bottom: 3px;
    color: #7b8786;
    font-size: 12px;
}

.nkbz-fact strong {
    display: block;
    color: var(--nkbz-ink);
    font-size: clamp(16px, 1.32vw, 20px);
    font-weight: 800;
    line-height: 1.3;
}

.nkbz-section {
    padding-top: clamp(84px, 8vw, 138px);
}

.nkbz-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(330px, .46fr);
    gap: clamp(38px, 7vw, 112px);
    align-items: start;
}

.nkbz-section-copy {
    max-width: 910px;
}

.nkbz-section-copy p + p {
    margin-top: 18px;
}

.nkbz-contact-card {
    position: sticky;
    top: 110px;
    padding: clamp(29px, 3.5vw, 46px);
    border: 1px solid rgba(201, 178, 125, .38);
    border-radius: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0%, rgba(43, 109, 116, .20), transparent 18rem),
        var(--nkbz-pine-2);
    box-shadow: 0 24px 62px rgba(8, 43, 40, .15);
}

.nkbz-contact-card .nkbz-contact-label {
    color: var(--nkbz-sand);
}

.nkbz-contact-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(24px, 1.92vw, 31px);
    font-weight: 760;
    letter-spacing: -.025em;
    line-height: 1.24;
}

.nkbz-contact-card p {
    margin-bottom: 26px;
    color: rgba(255, 255, 255, .72);
    line-height: 1.72;
}

.nkbz-primary-button {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    padding: 13px 20px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 15px;
    color: var(--nkbz-pine-2) !important;
    background: var(--nkbz-sand);
    font-weight: 850;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.nkbz-primary-button:hover {
    color: var(--nkbz-pine-2) !important;
    background: #d7c08a;
    box-shadow: 0 12px 30px rgba(201, 178, 125, .22);
    transform: translateY(-2px);
}

.nkbz-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .40fr);
    gap: clamp(32px, 6vw, 94px);
    margin-bottom: clamp(27px, 3vw, 44px);
    align-items: end;
}

.nkbz-section-head--compact {
    grid-template-columns: minmax(0, 1fr);
}

.nkbz-section-head h2 {
    max-width: 900px;
    margin-bottom: 0;
}

.nkbz-map-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 16px;
}

.nkbz-map-card {
    position: relative;
    min-height: clamp(320px, 32vw, 540px);
    border: 1px solid rgba(23, 37, 38, .12);
    border-radius: clamp(20px, 2.3vw, 32px);
    box-shadow: 0 18px 52px rgba(23, 37, 38, .10);
}

.nkbz-map-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.nkbz-map-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(transparent, rgba(8, 43, 40, .84));
    pointer-events: none;
}

.nkbz-map-card:hover img {
    transform: scale(1.018);
}

.nkbz-map-caption {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 22px;
    left: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
}

.nkbz-map-caption strong {
    font-size: clamp(16px, 1.32vw, 20px);
}

.nkbz-map-caption small {
    color: rgba(255, 255, 255, .72);
    white-space: nowrap;
}

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

.nkbz-advantage-card {
    position: relative;
    min-height: 300px;
    padding: clamp(26px, 3vw, 42px);
    overflow: hidden;
    border: 1px solid var(--nkbz-line);
    border-radius: 26px;
    background: rgba(255, 255, 255, .76);
}

.nkbz-advantage-card::before {
    content: "";
    position: absolute;
    right: -68px;
    bottom: -68px;
    width: 170px;
    height: 170px;
    border: 1px solid rgba(43, 109, 116, .16);
    border-radius: 50%;
}

.nkbz-advantage-card > span {
    display: grid;
    width: 43px;
    height: 43px;
    margin-bottom: clamp(42px, 5vw, 76px);
    place-items: center;
    border-radius: 50%;
    color: var(--nkbz-sand);
    background: var(--nkbz-pine-2);
    font-size: 12px;
    font-weight: 850;
}

.nkbz-advantage-card h3 {
    margin-bottom: 11px;
    color: var(--nkbz-ink);
    font-size: clamp(20px, 1.55vw, 25px);
    font-weight: 760;
    line-height: 1.32;
}

.nkbz-advantage-card p {
    margin-bottom: 0;
    color: var(--nkbz-ink-soft);
    line-height: 1.72;
}

.nkbz-infrastructure {
    margin-top: clamp(28px, 4vw, 52px);
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(38px, 7vw, 104px);
    padding: clamp(42px, 5vw, 76px);
    border: 1px solid rgba(201, 178, 125, .30);
    border-radius: clamp(26px, 3vw, 40px);
    color: #fff;
    background:
        radial-gradient(circle at 95% 0, rgba(43, 109, 116, .25), transparent 26rem),
        linear-gradient(145deg, var(--nkbz-pine), var(--nkbz-pine-2));
    box-shadow: 0 28px 72px rgba(8, 43, 40, .16);
}

.nkbz-infrastructure-copy .nkbz-section-no {
    color: var(--nkbz-sand);
}

.nkbz-infrastructure-copy h2 {
    color: #fff;
}

.nkbz-infrastructure-copy > p {
    color: rgba(255, 255, 255, .72);
}

.nkbz-route-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.nkbz-route-list > div {
    display: inline-flex;
    min-height: 42px;
    padding: 9px 13px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: rgba(255, 255, 255, .86);
    background: rgba(255, 255, 255, .06);
    font-size: 13px;
    font-weight: 720;
}

.nkbz-route-list svg {
    color: var(--nkbz-sand);
}

.nkbz-utilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-content: center;
}

.nkbz-utility {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 22px;
    min-height: 88px;
    padding: 17px 18px;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    font-weight: 750;
}

.nkbz-utility > svg:first-child {
    color: var(--nkbz-sand);
}

.nkbz-utility > svg:last-child {
    width: 18px;
    height: 18px;
    color: rgba(255, 255, 255, .62);
}

.nkbz-final-cta {
    margin-top: clamp(16px, 2.6vw, 30px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .34fr);
    gap: clamp(34px, 6vw, 92px);
    padding: clamp(40px, 6vw, 86px);
    align-items: center;
    border-radius: clamp(26px, 3vw, 42px);
    color: #fff;
    background:
        linear-gradient(118deg, rgba(43, 109, 116, .35), transparent 52%),
        var(--nkbz-pine);
    box-shadow: 0 28px 76px rgba(13, 59, 54, .20);
}

.nkbz-final-copy .nkbz-kicker {
    color: var(--nkbz-sand);
}

.nkbz-final-copy h2 {
    color: #fff;
}

.nkbz-final-copy p {
    max-width: 850px;
    color: rgba(255, 255, 255, .74);
}

.nkbz-final-price {
    display: grid;
    gap: 14px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 22px;
    background: rgba(255, 255, 255, .055);
    text-align: center;
}

.nkbz-final-price small {
    color: rgba(255, 255, 255, .64);
}

.nkbz-final-price strong {
    color: #fff;
    font-size: clamp(36px, 3.65vw, 53px);
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1;
}

.nkbz-primary-button--light {
    margin-top: 4px;
}

.nkbz-brand-footer {
    display: flex;
    margin-top: clamp(30px, 4vw, 56px);
    padding: 22px 4px 0;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid var(--nkbz-line);
}

.nkbz-brand-footer div {
    display: grid;
    gap: 3px;
}

.nkbz-brand-footer strong {
    color: var(--nkbz-ink);
    font-size: 15px;
}

.nkbz-brand-footer span {
    color: #7b8786;
    font-size: 12px;
}

.nkbz-brand-footer > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--nkbz-pine) !important;
    font-weight: 850;
    text-decoration: none !important;
}

.nkbz-lightbox {
    width: min(94vw, 1560px);
    max-width: 1560px;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 22px;
    background: transparent;
}

.nkbz-lightbox::backdrop {
    background: rgba(3, 20, 19, .93);
    backdrop-filter: blur(8px);
}

.nkbz-lightbox img {
    display: block;
    width: 100%;
    max-height: 89vh;
    border-radius: 22px;
    object-fit: contain;
}

.nkbz-lightbox-close {
    position: absolute;
    z-index: 3;
    top: -18px;
    right: -12px;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    color: #fff;
    background: var(--nkbz-pine-2);
    cursor: pointer;
}

.nkbz-mobile-contact {
    display: none;
}

.nkbz-page :where(a, button):focus-visible {
    outline: 3px solid var(--nkbz-sand);
    outline-offset: 4px;
}

@media (max-width: 1100px) {
    .nkbz-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nkbz-advantage-grid {
        grid-template-columns: 1fr;
    }

    .nkbz-advantage-card {
        min-height: 0;
    }

    .nkbz-advantage-card > span {
        margin-bottom: 34px;
    }
}

@media (max-width: 860px) {
    .nkbz-page {
        padding-top: 14px;
        padding-bottom: 108px;
    }

    .nkbz-shell {
        width: min(100% - 24px, 1540px);
    }

    .nkbz-summary-card,
    .nkbz-intro,
    .nkbz-section-head,
    .nkbz-map-grid,
    .nkbz-infrastructure,
    .nkbz-final-cta {
        grid-template-columns: 1fr;
    }

    .nkbz-summary-card {
        width: 100%;
        margin-top: 16px;
    }

    .nkbz-contact-card {
        position: static;
    }

    .nkbz-section-head {
        align-items: start;
    }

    .nkbz-map-card {
        min-height: 360px;
    }

    .nkbz-final-price {
        max-width: 380px;
    }

    .nkbz-mobile-contact {
        position: fixed;
        z-index: 9998;
        right: 14px;
        bottom: 14px;
        left: 14px;
        display: block;
        padding: 8px;
        border: 1px solid rgba(201, 178, 125, .32);
        border-radius: 18px;
        background: rgba(8, 43, 40, .95);
        box-shadow: 0 18px 44px rgba(3, 20, 19, .30);
        backdrop-filter: blur(18px);
    }

    .nkbz-mobile-contact a {
        display: flex;
        min-height: 50px;
        align-items: center;
        justify-content: center;
        gap: 9px;
        border-radius: 12px;
        color: var(--nkbz-pine-2) !important;
        background: var(--nkbz-sand);
        font-size: 13px;
        font-weight: 850;
        text-decoration: none !important;
    }
}

@media (max-width: 580px) {
    .nkbz-hero-media,
    .nkbz-hero-media img {
        border-radius: 17px;
    }

    .nkbz-expand-chip {
        right: 12px;
        bottom: 12px;
    }

    .nkbz-expand-chip span {
        display: none;
    }

    .nkbz-summary-card {
        padding: 22px 18px;
        border-radius: 19px;
    }

    .nkbz-summary-copy h1,
    .nkbz-section-copy h2,
    .nkbz-section-head h2,
    .nkbz-infrastructure-copy h2,
    .nkbz-final-copy h2 {
        font-size: 26px;
    }

    .nkbz-price-box {
        min-height: 160px;
    }

    .nkbz-facts,
    .nkbz-utilities {
        grid-template-columns: 1fr;
    }

    .nkbz-fact {
        padding: 17px;
    }

    .nkbz-section {
        padding-top: 74px;
    }

    .nkbz-infrastructure,
    .nkbz-final-cta {
        margin-top: 24px;
    }

    .nkbz-map-card {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .nkbz-map-caption {
        right: 16px;
        bottom: 14px;
        left: 16px;
    }

    .nkbz-map-caption small {
        display: none;
    }

    .nkbz-infrastructure,
    .nkbz-final-cta {
        padding: 30px 20px;
        border-radius: 23px;
    }

    .nkbz-brand-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .nkbz-lightbox-close {
        top: -56px;
        right: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nkbz-page *,
    .nkbz-page *::before,
    .nkbz-page *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

.nkbz-utility--wide {
    grid-column: 1 / -1;
}
