/* ============================================================
   NEW DELIVERY PAGE STYLES
   ============================================================ */

@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('../font/bebasneuecyrillic.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.new-delivery {
    --nd-bg: #171717;
    --nd-card: #161616;
    --nd-card-2: #1c1c1c;
    --nd-text: #ffffff;
    --nd-muted: #949494;
    --nd-accent: #c9a84c;
    --nd-gold: #d6b86a;
    --nd-border: #4a4a4a;
    --nd-radius: 16px;
    --nd-radius-lg: 24px;
    --nd-heading: 'Bebas Neue Cyrillic', 'Bebas Neue', 'Roboto', system-ui, sans-serif;
    --nd-body: 'Roboto', system-ui, -apple-system, 'Segoe UI', sans-serif;
    color: var(--nd-text);
    font-family: var(--nd-body);
}

:where(.new-delivery) :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    font-family: var(--nd-heading);
    letter-spacing: 0.5px;
    font-weight: 400;
}

:where(.new-delivery) :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) { margin: 0; }

:where(.new-delivery) :where(p, li, a, button, input, textarea, label, span) {
    font-family: var(--nd-body);
}

:where(.new-delivery) :where(p) { margin: 0; }

.new-delivery section + section {
    padding-top: 96px;
}

.new-delivery {
    padding-bottom: 140px;
}

@media (max-width: 991px) {
    .new-delivery section + section { padding-top: 64px; }
    .new-delivery { padding-bottom: 96px; }
}

@media (max-width: 575px) {
    .new-delivery section + section { padding-top: 48px; }
    .new-delivery { padding-bottom: 72px; }
}

/* ============================================================
   1. HERO
   ============================================================ */
.nd-hero {
    position: relative;
    min-height: 780px;
    background: #0a0a0f url("../img/delivery/hero-bg.webp") center / cover no-repeat;
    padding: 260px 0 56px;
    overflow: hidden;
}

.nd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(192deg, rgba(0,0,0,.31) 8%, rgba(6,6,6,1) 81%);
    pointer-events: none;
}

.nd-hero__content {
    position: relative;
    z-index: 1;
    max-width: 880px;
    margin-left: 40px;
}

@media (max-width: 575px) {
    .nd-hero__content { margin-left: 0; }
}

.nd-hero__title {
    font-size: 55px;
    line-height: 1.12;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin-bottom: 24px;
    max-width: 572px;
}

.nd-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    margin-bottom: 24px;
    background: #ffffff;
    color: #06040D;
    border-radius: 999px;
    font-family: var(--nd-body);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.nd-hero__badge-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.nd-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 56px;
}

.nd-hero__actions .nd-btn-primary,
.nd-hero__actions .nd-btn-secondary {
    width: 100%;
}

.nd-hero__divider {
    position: relative;
    z-index: 1;
    height: 1px;
    width: auto;
    margin: 0 0 32px 40px;
    background: linear-gradient(90deg, rgba(255,255,255,.55) 0%, rgba(255,255,255,.18) 100%);
}

.nd-btn-primary,
.nd-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 14px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.nd-btn-primary {
    background: linear-gradient(90deg, #F3DC8C 0%, #D9B662 50%, #F3DC8C 100%);
    color: #110E1D;
    border: none;
}

.nd-btn-primary:hover,
.nd-btn-primary:focus-visible {
    color: #110E1D;
    background: linear-gradient(90deg, #F8E6A8 0%, #E5C778 50%, #F8E6A8 100%);
    box-shadow: 0 8px 24px rgba(217, 182, 98, 0.35);
}

.nd-btn-secondary {
    background: transparent;
    color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-top-color: #4D515D;
    border-right-color: #616A7B;
    border-bottom-color: #8C91A7;
    border-left-color: #CED3DF;
}

.nd-btn-secondary:hover,
.nd-btn-secondary:focus-visible {
    background: transparent;
    color: #ffffff;
    border-top-color: #5E626E;
    border-right-color: #7C8595;
    border-bottom-color: #A6ABBE;
    border-left-color: #E2E6EE;
    box-shadow: 0 8px 24px rgba(206, 211, 223, 0.25);
}

.nd-btn-secondary svg,
.nd-btn-primary svg { width: 20px; height: 20px; }

.nd-hero__features {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-left: 40px;
}

.nd-hero__feature {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: var(--nd-text);
    font-size: 17px;
}

.nd-hero__feature-icon {
    flex-shrink: 0;
    width: 38px; height: 38px;
    display: grid;
    place-items: center;
}

.nd-hero__feature-icon svg { width: 18px; height: 18px; }
.nd-hero__feature-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }

@media (max-width: 991px) {
    .nd-hero__title { font-size: 34px; }
    .nd-hero__badge { font-size: 14px; padding: 8px 18px; }
    .nd-hero__features { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 575px) {
    .nd-hero {
        padding: 370px 0 40px;
        min-height: 0;
        background-image: url("../img/delivery/hero_block_mobile.jpg") !important;
        background-size: 100% auto !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }
    .nd-hero::before { background: linear-gradient(180deg, rgba(6,6,6,0.12) 0%, rgba(6,6,6,0.38) 34%, rgba(6,6,6,0.92) 64%, rgba(6,6,6,1) 100%); }
    .nd-hero__content { text-align: left; }
    .nd-hero__title { font-size: 34px; line-height: 1.05; letter-spacing: 0; max-width: 351px; }
    .nd-hero__badge { font-size: 14px; padding: 8px 18px; margin-bottom: 16px; }
    .nd-hero__actions {
        display: flex;
        flex-direction: column;
        gap: 12px;
        margin-bottom: 24px;
    }
    .nd-btn-primary, .nd-btn-secondary { width: 100%; padding: 14px 20px; font-size: 14px; }
    .nd-hero__divider { margin: 0 0 24px; }
    .nd-hero__features {
        margin-left: 0;
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: left;
        padding: 24px 36px;
        border: 1px solid transparent;
        border-radius: 15px;
        background:
            linear-gradient(#0a0a0f, #0a0a0f) padding-box,
            linear-gradient(90deg, #828995 0%, #A7ACB7 47%, #7D818D 100%) border-box;
    }
    .nd-hero__feature {
        font-size: 16px;
        align-items: center;
        gap: 13px;
    }
    .nd-hero__feature-icon {
        width: 32px; height: 32px;
        flex-shrink: 0;
    }
    .nd-hero__feature-icon img { width: 100%; height: 100%; }
}

/* ============================================================
   2. STEPS — "Как мы привозим"
   ============================================================ */
.nd-steps__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 56px;
}

.nd-steps__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}

.nd-steps__card {
    position: relative;
    background: linear-gradient(180deg, #21212e 0%, #161620 100%);
    border: 2px solid rgba(255,255,255,.28);
    border-radius: var(--nd-radius-lg);
    padding: 32px;
    overflow: hidden;
}

.nd-steps__icon {
    width: 40px; height: 40px;
    display: grid;
    place-items: center;
    background: #555C89;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 6px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.nd-steps__icon img,
.nd-steps__icon svg { width: 100%; height: 100%; object-fit: contain; display: block; }

.nd-steps__icon-svg {
    width: 46px; height: 46px;
    display: block;
    margin-bottom: 32px;
}

.nd-steps__card h3,
.nd-steps__card .h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}

.nd-steps__card p {
    color: var(--nd-muted);
    font-size: 15px;
    line-height: 1.5;
}

.nd-steps__photo {
    grid-row: 1;
    grid-column: 3;
    border-radius: var(--nd-radius-lg);
    overflow: hidden;
    background: #000;
    min-height: 320px;
    background-size: cover;
    background-position: center;
}

.nd-steps__badge-img {
    position: absolute;
    top: 0;
    right: 22px;
    width: 44px;
    height: auto;
    display: block;
    pointer-events: none;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,.45));
}

@media (max-width: 991px) {
    .nd-steps__grid { grid-template-columns: 1fr 1fr; }
    .nd-steps__photo { grid-column: 1 / -1; grid-row: auto; }
}

@media (max-width: 575px) {
    .nd-steps__grid { grid-template-columns: 1fr; gap: 16px; }
    .nd-steps__title { font-size: 28px; line-height: 1.1; margin-bottom: 32px; }
    .nd-transit__title,
    .nd-countries__title,
    .nd-experience__title,
    .nd-full-form__title { font-size: 28px; line-height: 1.1; }
    .nd-steps__card { padding: 24px; }
    .nd-steps__photo { min-height: 180px; }
    .nd-after__title,
    .nd-advance__title,
    .nd-after-extra__title,
    .nd-markets__title,
    .nd-form-card__title { font-size: 26px; line-height: 1.15; }
}

/* ============================================================
   3. CARS IN TRANSIT
   ============================================================ */
.nd-transit__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
}

.nd-transit__title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.3px;
    text-align: left;
    flex: 1;
}

.nd-transit__nav {
    display: flex;
    gap: 8px;
}

.nd-transit__nav .owl-prev,
.nd-transit__nav .owl-next {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: var(--nd-text);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.nd-transit__nav .owl-prev:hover,
.nd-transit__nav .owl-next:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #0d0d14;
}

.nd-transit__nav .owl-prev.disabled,
.nd-transit__nav .owl-next.disabled {
    opacity: .4;
    cursor: default;
}

.nd-transit__nav svg {
    width: 22px; height: 22px;
}

.nd-transit-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.nd-transit-slider .owl-dots .owl-dot span {
    display: block;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    transition: background .2s ease, width .25s ease;
}

.nd-transit-slider .owl-dots .owl-dot.active span {
    background: #ffffff;
    width: 28px;
    border-radius: 999px;
}

.nd-transit__card-link { text-decoration: none; color: inherit; display: block; }

.nd-transit__card {
    background: linear-gradient(180deg, #1c1c2a 0%, #14141d 100%);
    border: 1px solid rgba(177,182,219,.22);
    border-radius: var(--nd-radius-lg);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nd-transit__main-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.nd-transit__main-photo img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

.nd-transit__thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

.nd-transit__thumb {
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    border: 2px solid transparent;
    transition: border-color .2s;
}

.nd-transit__thumb.is-active { border-color: #ffffff; }

.nd-transit__thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
}

.nd-transit__name {
    font-size: 22px;
    font-weight: 600;
    color: var(--nd-text);
    line-height: 1.2;
}

.nd-transit__subtitle {
    font-size: 14px;
    color: var(--nd-muted);
    margin-top: -4px;
}

.nd-transit__specs {
    list-style: none;
    margin: 0; padding: 0;
    display: flex; flex-direction: column;
    gap: 6px;
}

.nd-transit__spec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 18px;
    border: 1px solid rgba(177,182,219,.18);
    border-radius: 999px;
    background: rgba(20,20,29,.4);
    font-size: 13px;
}

.nd-transit__spec-label { color: var(--nd-muted); }
.nd-transit__spec-value { color: var(--nd-text); font-weight: 500; text-align: right; }

.nd-transit__price {
    font-size: 30px;
    font-weight: 700;
    color: var(--nd-text);
    margin-top: 8px;
    letter-spacing: -0.3px;
}

.nd-transit__cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
    gap: 16px;
}

.nd-transit__cta-text {
    color: var(--nd-muted);
    font-size: 14px;
    text-align: center;
}

@media (max-width: 575px) {
    .nd-transit__price { font-size: 24px; }
    .nd-transit__name { font-size: 18px; }
    .nd-transit__head { margin-bottom: 24px; }
    .nd-transit__nav .owl-prev,
    .nd-transit__nav .owl-next { width: 44px; height: 44px; border-radius: 12px; }
    .nd-transit__nav svg { width: 18px; height: 18px; }
}

/* ============================================================
   4. AFTER PURCHASE — keys
   ============================================================ */
.nd-after__hero {
    background:
        radial-gradient(ellipse 70% 90% at 18% 85%, rgba(120,128,200,.42) 0%, rgba(120,128,200,0) 60%),
        radial-gradient(ellipse 55% 70% at 5% 100%, rgba(177,182,219,.38) 0%, rgba(177,182,219,0) 65%),
        linear-gradient(180deg, #1c1c2a 0%, #14141d 100%);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: var(--nd-radius-lg);
    padding: 56px 56px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    min-height: 480px;
    overflow: hidden;
}

.nd-after__keys {
    position: relative;
    text-align: center;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nd-after__keys-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: auto;
    pointer-events: none;
    z-index: 1;
}

.nd-after__keys-img {
    width: 100%;
    max-width: 520px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    image-rendering: -webkit-optimize-contrast;
}

.nd-after__keys-img.nd-after__keys-img--mobile { display: none; }

@media (max-width: 575px) {
    .nd-after__keys-img.nd-after__keys-img--desktop { display: none; }
    .nd-after__keys-img.nd-after__keys-img--mobile { display: block; }
}

.nd-after__title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.3px;
    margin-bottom: 28px;
}

.nd-after__title span { display: block; white-space: nowrap; }

.nd-after__icon {
    width: 46px; height: 46px;
    display: grid; place-items: center;
    margin-bottom: 28px;
}

.nd-after__icon svg,
.nd-after__icon img { width: 100%; height: 100%; display: block; }

/* PARK LANE логотип внутри Блока 1 — отображается только на mobile, согласно Figma 1044:675 */
.nd-after__brand {
    display: none;
    width: 170px;
    height: auto;
    margin: 0 0 24px;
    position: relative;
    z-index: 2;
}

.nd-after__text {
    color: var(--nd-muted);
    font-size: 16px;
    line-height: 1.6;
}

.nd-after__text + .nd-after__text { margin-top: 20px; }

.nd-after__photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 16px;
}

.nd-after__photo {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: var(--nd-radius);
    background: #1a1a1a;
    border: 1px solid rgba(255,255,255,.1);
    display: block;
}

@media (max-width: 991px) {
    .nd-after__hero { grid-template-columns: 1fr; padding: 32px 24px; min-height: 0; }
    .nd-after__photos { grid-template-columns: 1fr; }
    .nd-after__title { font-size: 26px; }
    .nd-after__keys-logo { font-size: 22px; }
    .nd-after__keys-img { max-width: 380px; }
}

@media (max-width: 575px) {
    .nd-after__hero {
        position: relative;
        padding: 52px 26px 40px;
        gap: 8px;
        min-height: 0;
        overflow: hidden;
        background:
            radial-gradient(ellipse 60% 35% at 88% 8%, rgba(255, 230, 180, 0.35) 0%, rgba(255, 220, 170, 0.05) 50%, rgba(255, 200, 150, 0) 80%),
            linear-gradient(180deg, #0B0718 0%, #0B0718 100%);
    }
    .nd-after__hero::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 190px; height: 142px;
        background: radial-gradient(ellipse at bottom right, rgba(80, 90, 150, 0.35) 0%, rgba(80, 90, 150, 0) 70%);
        opacity: 0.35;
        pointer-events: none;
        z-index: 0;
    }
    .nd-after__keys {
        position: static;
        height: auto;
        min-height: 0;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 1;
    }
    .nd-after__keys-img {
        position: absolute;
        top: -20px;
        right: -5px;
        width: 50%;
        max-width: 190px;
        margin: 0;
        transform: none;
        z-index: 1;
    }
    .nd-after__text-col { padding-top: 0; position: relative; z-index: 1; }
    .nd-after__brand {
        display: block;
        width: 170px;
        height: auto;
        margin: 0 0 24px;
    }
    .nd-after__icon { width: 46px; height: 46px; margin-bottom: 24px; }
    .nd-after__title { font-size: 32px; line-height: 1.05; letter-spacing: -0.32px; margin-bottom: 24px; }
    .nd-after__title span { white-space: normal; }
    .nd-after__text { font-size: 14px; line-height: 1.55; }
}

/* ============================================================
   5/8/10 LEAD FORMS
   ============================================================ */
.nd-form-card {
    background: linear-gradient(180deg, #1c1c2a 0%, #14141d 100%);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 32px;
    align-items: center;
}

.nd-form-card__title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.nd-form-card__title-accent {
    background: linear-gradient(135deg, #b1b6db 0%, #8c92c2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nd-form-card__caption {
    display: flex; align-items: center; gap: 12px;
    color: var(--nd-muted);
    font-size: 14px;
    margin-bottom: 16px;
}

.nd-form-card__caption-icon {
    flex-shrink: 0;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: rgba(177, 182, 219, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b1b6db;
}

.nd-form-card__caption-icon img,
.nd-form-card__caption-icon svg {
    width: 18px; height: 18px;
    object-fit: contain;
    display: block;
}

.nd-form-card__fields {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.nd-form-card__field {
    flex: 1;
    display: flex; flex-direction: column;
    gap: 8px;
}

.nd-form-card__label {
    font-size: 14px;
    color: var(--nd-text);
}

.nd-form-card__input {
    background: rgba(20,20,29,.6);
    border-style: solid;
    border-width: 2px;
    border-top-color: #4D515D;
    border-right-color: #616A7B;
    border-bottom-color: #8C91A7;
    border-left-color: #CED3DF;
    border-radius: 12px;
    padding: 14px 18px;
    color: var(--nd-text);
    font-size: 15px;
    outline: none;
    transition: border-color .2s;
    font-family: inherit;
}

.nd-form-card__input::placeholder { color: #6a6a7a; }
.nd-form-card__input:focus {
    border-top-color: #5E626E;
    border-right-color: #7C8595;
    border-bottom-color: #A6ABBE;
    border-left-color: #E2E6EE;
}

.nd-form-card__textarea {
    min-height: 120px;
    resize: vertical;
}

.nd-form-card__submit {
    margin-top: 26px;
    padding: 14px 32px;
    background: linear-gradient(90deg, #F3DC8C 0%, #D9B662 50%, #F3DC8C 100%);
    color: #1a1a2e;
    border: none;
    border-radius: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background .25s ease, box-shadow .25s ease;
    align-self: flex-end;
}

.nd-form-card__submit:hover,
.nd-form-card__submit:focus-visible {
    background: linear-gradient(90deg, #F8E6A8 0%, #E5C778 50%, #F8E6A8 100%);
    box-shadow: 0 8px 24px rgba(217, 182, 98, 0.35);
}

.nd-form-card__consent {
    margin-top: 12px;
    font-size: 12px;
    color: #c5c7d0;
    line-height: 1.4;
}

.nd-form-card__consent--spaced { margin-top: 24px; }

.nd-form-card__consent input { margin-right: 6px; }

@media (max-width: 991px) {
    .nd-form-card { grid-template-columns: 1fr; padding: 28px 20px; }
    .nd-form-card__fields { flex-direction: column; gap: 16px; }
    .nd-form-card__field { width: 100%; }
    .nd-form-card__input { width: 100%; padding: 16px 20px; }
    .nd-form-card__submit { width: 100%; align-self: stretch; padding: 16px 20px; margin-top: 8px; }
    .nd-form-card__title { font-size: 32px; }
}

/* Form with metallic keys watermark on the right (sec 8) */
.nd-form-card--with-keys {
    grid-template-columns: 1.6fr 1fr;
    align-items: center;
    overflow: hidden;
}

.nd-form-card--with-keys .nd-form-card__body {
    display: flex;
    flex-direction: column;
}

.nd-form-card--with-keys .nd-form-card__title {
    font-size: 24px;
    margin-bottom: 32px;
}

.nd-form-card--with-keys .nd-form-card__submit {
    width: 258px;
    height: 48px;
    padding: 0;
    border-radius: 12px;
    margin-top: 0;
}


@media (max-width: 575px) {
    .nd-form-card--with-keys .nd-form-card__title { font-size: 26px; line-height: 1.15; }
    .nd-form-card--with-keys .nd-form-card__submit { width: 100%; height: 48px; padding: 0 20px; }
}

.nd-form-card__keys {
    position: relative;
    height: 100%;
    min-height: 260px;
}

.nd-form-card__keys img {
    position: absolute;
    right: -48px;
    bottom: -40px;
    top: auto;
    transform: rotate(-5deg);
    width: 130%;
    max-width: 480px;
    height: auto;
    filter: drop-shadow(0 24px 60px rgba(0,0,0,.45));
    pointer-events: none;
}

@media (max-width: 991px) {
    .nd-form-card--with-keys {
        grid-template-columns: 1fr;
        position: relative;
        overflow: visible;
    }
    .nd-form-card__keys {
        position: absolute;
        top: -40px;
        right: -40px;
        height: auto;
        min-height: 0;
        width: auto;
        pointer-events: none;
    }
    .nd-form-card__keys img {
        position: static;
        width: 200px;
        max-width: none;
        transform: none;
    }
}

/* Compact form (sec 10) — single column centered */
.nd-form-card--compact {
    grid-template-columns: 1fr;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
}

.nd-form-card--compact .nd-form-card__fields {
    flex-direction: column;
    align-items: stretch;
}

.nd-form-card--compact .nd-form-card__title {
    margin-bottom: 24px;
}

.nd-form-card--compact .nd-form-card__submit {
    width: 100%;
}

/* ============================================================
   6. MARKETS — car top-view
   ============================================================ */
.nd-markets {
    border-radius: var(--nd-radius-lg);
    border: 1px solid rgba(255,255,255,.22);
    background:
        radial-gradient(ellipse 90% 70% at 50% 50%, rgba(177,182,219,.12) 0%, rgba(177,182,219,0) 70%),
        linear-gradient(180deg, #1c1c2a 0%, #14141d 100%);
    padding: 32px 40px;
    position: relative;
    overflow: visible;
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 1.1fr;
    grid-template-rows: minmax(0, 1fr);
    grid-template-areas: "title car list";
    gap: 40px;
    align-items: center;
    height: 285px;
    box-sizing: border-box;
}

.nd-markets__title { grid-area: title; }
.nd-markets__list { grid-area: list; }
.nd-markets__car { grid-area: car; }

.nd-markets::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/russia-map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 92% auto;
    opacity: .14;
    pointer-events: none;
    z-index: 0;
    border-radius: var(--nd-radius-lg);
}

.nd-markets > * { position: relative; z-index: 1; }

.nd-markets__title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.3px;
}

.nd-markets__list {
    list-style: none;
    margin: 0; padding: 0;
    display: flex; flex-direction: column;
    gap: 16px;
}

.nd-markets__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: var(--nd-text);
}

.nd-markets__list-icon {
    flex-shrink: 0;
    width: 24px; height: 24px;
    color: #b1b6db;
}

.nd-markets__car {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.nd-markets__car-light {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 220px;
    max-width: 45%;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.nd-markets__car-light--left { transform: translate(calc(-50% -150px), -50%); }
.nd-markets__car-light--right { transform: translate(calc(-50% + 150px), -50%); }
.nd-markets__car-light--up { transform: translate(-50%, calc(-50% - 160px)); }
.nd-markets__car-light--down { transform: translate(-50%, calc(-50% + 160px)); }

.nd-markets__car-img.nd-markets__car-img--mobile,
.nd-markets__car-light.nd-markets__car-light--left,
.nd-markets__car-light.nd-markets__car-light--right { display: none; }

@media (max-width: 991px) {
    .nd-markets__car-img.nd-markets__car-img--desktop,
    .nd-markets__car-light.nd-markets__car-light--up,
    .nd-markets__car-light.nd-markets__car-light--down { display: none; }
    .nd-markets__car-img.nd-markets__car-img--mobile { display: block; }
    .nd-markets__car-light.nd-markets__car-light--left,
    .nd-markets__car-light.nd-markets__car-light--right { display: block; }
}

.nd-markets__car-img {
    position: relative;
    z-index: 1;
    width: 240px;
    height: auto;
    max-height: none;
    display: block;
    filter: drop-shadow(0 30px 50px rgba(0,0,0,.55));
}

@media (max-width: 991px) {
    .nd-markets {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "list"
            "car";
        gap: 32px;
        padding: 40px 28px 24px;
        height: auto;
        min-height: 0;
    }
    .nd-markets__title { font-size: 28px; }
    .nd-markets__car { margin: 16px 0 -64px; }
    .nd-markets__car-img { width: 280px; }
    .nd-markets__car-light { width: 180px; }
    .nd-markets__car-light--left { transform: translate(calc(-50% - 110px), -50%); }
    .nd-markets__car-light--right { transform: translate(calc(-50% + 110px), -50%); }
}

@media (max-width: 575px) {
    .nd-markets { padding: 32px 24px 24px; gap: 24px; }
    .nd-markets__title { font-size: 26px; line-height: 1.1; }
    .nd-markets__list { gap: 14px; }
    .nd-markets__list li { font-size: 14px; }
    .nd-markets__car { margin: 8px 0 -48px; }
    .nd-markets__car-img { width: 220px; }
    .nd-markets__car-light { width: 110px; }
    .nd-markets__car-light--left { transform: translate(calc(-50% - 60px), -50%); }
    .nd-markets__car-light--right { transform: translate(calc(-50% + 70px), -50%); }
}

/* ============================================================
   7. ADVANCE 5%
   ============================================================ */
.nd-advance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}

.nd-advance__text {
    background: linear-gradient(180deg, #1c1c2a 0%, #14141d 100%);
    border: 1px solid #2a2a38;
    border-radius: var(--nd-radius-lg);
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.nd-advance__title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.3px;
    margin-bottom: 24px;
}

.nd-advance__title-accent {
    background: linear-gradient(135deg, #b1b6db 0%, #8c92c2 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nd-advance__divider {
    width: 100%; height: 1px;
    background: #2a2a38;
    margin: 0 0 32px;
}

.nd-advance__list {
    list-style: none;
    padding: 0;
    color: var(--nd-text);
    font-size: 15px;
    margin: 0 0 32px;
    flex: 1;
}

.nd-advance__list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 12px;
}

.nd-advance__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #b1b6db;
}

.nd-advance__caption {
    color: var(--nd-muted);
    font-size: 14px;
}

.nd-advance__photo {
    border-radius: var(--nd-radius-lg);
    background: #000 center / cover no-repeat;
    min-height: 380px;
}

@media (max-width: 991px) {
    .nd-advance { grid-template-columns: 1fr; }
    .nd-advance__text { padding: 32px 24px; }
    .nd-advance__title { font-size: 24px; }
    .nd-advance__photo { min-height: 240px; }
}

@media (max-width: 575px) {
    .nd-advance__text {
        text-align: center;
        align-items: center;
    }
    .nd-advance__title { line-height: 1.05; margin-bottom: 20px; }
    .nd-advance__divider { margin: 0 auto 28px; max-width: 80%; }
    .nd-advance__list {
        text-align: left;
        margin: 0 auto 28px;
        display: inline-block;
        align-self: center;
    }
    .nd-advance__caption { text-align: center; }
}

/* ============================================================
   9. COUNTRIES — globe with 4 country cards
   ============================================================ */
.nd-countries {
    position: relative;
    text-align: center;
    padding-top: 80px;
    overflow: hidden;
}

.nd-countries__bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 30% at 50% 12%, rgba(177,182,219,.32) 0%, rgba(177,182,219,0) 70%),
        radial-gradient(ellipse 80% 60% at 50% 70%, rgba(177,182,219,.16) 0%, rgba(177,182,219,0) 70%);
    z-index: 0;
    pointer-events: none;
}

.nd-countries__content { position: relative; z-index: 1; }

.nd-countries__title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 16px;
}

.nd-countries__subtitle {
    color: var(--nd-muted);
    max-width: 720px;
    margin: 0 auto 32px;
    font-size: 15px;
    line-height: 1.5;
}

.nd-countries__globe {
    height: 460px;
    margin: 0 auto;
    background: url("../img/delivery/globe.webp") center / contain no-repeat;
    filter: drop-shadow(0 30px 80px rgba(177,182,219,.35));
    position: relative;
    z-index: 1;
}

.nd-countries__globe::before {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 60%;
    background: radial-gradient(ellipse, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 60%);
    pointer-events: none;
    z-index: -1;
}

.nd-countries__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: -180px;
    position: relative;
    z-index: 2;
}

.nd-countries__card {
    background: linear-gradient(180deg, #14141d 0%, #0d0d14 100%);
    border: 1px solid rgba(177,182,219,.22);
    border-radius: var(--nd-radius);
    padding: 24px;
    text-align: left;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.nd-countries__flag {
    width: 56px; height: 56px;
    border-radius: 14px;
    background: #232C4E;
    display: grid; place-items: center;
    margin-bottom: 24px;
    overflow: hidden;
    flex-shrink: 0;
}

.nd-countries__flag img { width: 32px; height: auto; border-radius: 4px; }

.nd-countries__name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
}

.nd-countries__row {
    display: flex; align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--nd-muted);
    margin-bottom: 6px;
}

.nd-countries__row svg {
    width: 16px; height: 16px;
    color: #b1b6db;
}

.nd-countries__price {
    font-size: 16px;
    font-weight: 700;
    color: var(--nd-text);
    margin-top: 12px;
}

@media (max-width: 991px) {
    .nd-countries__grid { grid-template-columns: 1fr 1fr; margin-top: -60px; }
    .nd-countries__title { font-size: 28px; }
    .nd-countries__globe { height: 280px; }
}

@media (max-width: 575px) {
    .nd-countries { padding-top: 40px; }
    .nd-countries__grid {
        grid-template-columns: 1fr;
        margin-top: -80px;
        gap: 12px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .nd-countries__globe { height: 280px; margin-bottom: 0; }
    .nd-countries__card {
        display: grid;
        grid-template-columns: auto 1fr;
        column-gap: 16px;
        align-items: center;
        padding: 16px 20px;
    }
    .nd-countries__card:first-child { margin-top: 0; }
    .nd-countries__flag {
        grid-row: 1 / span 3;
        align-self: center;
        margin-bottom: 0;
        width: 56px; height: 56px;
        border-radius: 12px;
    }
    .nd-countries__flag img { width: 32px; }
    .nd-countries__name { font-size: 20px; margin-bottom: 4px; }
    .nd-countries__row { font-size: 13px; margin-bottom: 0; }
    .nd-countries__price { font-size: 15px; margin-top: 4px; }
}

/* ============================================================
   11. AFTER EXTRA — Mercedes
   ============================================================ */
.nd-after-extra {
    background: linear-gradient(180deg, #1c1c2a 0%, #14141d 100%);
    border: 1px solid #2a2a38;
    border-radius: var(--nd-radius-lg);
    padding: 40px;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
}

.nd-after-extra__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.3px;
    margin-bottom: 32px;
}

.nd-after-extra__list {
    list-style: none;
    padding: 0; margin: 0;
    display: flex; flex-direction: column;
    gap: 16px;
}

.nd-after-extra__list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--nd-text);
    font-size: 15px;
}

.nd-after-extra__list-icon {
    flex-shrink: 0;
    width: 24px; height: 24px;
    color: #b1b6db;
}

.nd-after-extra__car {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.nd-after-extra__car-img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    margin: 0 auto;
    order: 2;
}

.nd-after-extra__car-light {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    max-width: 280px;
    height: auto;
    pointer-events: none;
    user-select: none;
    z-index: 0;
}

.nd-after-extra__car-light--left { left: 0; }
.nd-after-extra__car-light--right { right: 0; }

.nd-after-extra__badge {
    position: relative;
    z-index: 3;
    background: #fff;
    color: #000;
    padding: 8px 14px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0,0,0,.4);
}

.nd-after-extra__badge--top { order: 1; align-self: flex-end; }
.nd-after-extra__badge--bottom { order: 3; align-self: flex-start; }

@media (max-width: 991px) {
    .nd-after-extra { grid-template-columns: 1fr; padding: 28px 20px; gap: 24px; }
    .nd-after-extra__car { margin-top: 8px; }
}

@media (max-width: 575px) {
    .nd-after-extra__title { font-size: 22px; }
    .nd-after-extra__badge { font-size: 12px; padding: 7px 12px; }
}

/* ============================================================
   12. EXPERIENCE — 11 years
   ============================================================ */
.nd-experience__header {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 32px;
}

.nd-experience__title {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.4px;
}

.nd-experience__text {
    color: var(--nd-muted);
    font-size: 15px;
    line-height: 1.6;
}

.nd-experience__photo {
    width: 100%;
    height: auto;
    border-radius: var(--nd-radius-lg);
    object-fit: cover;
    border: 1px solid rgba(177,182,219,.18);
    aspect-ratio: 24 / 9;
}

@media (max-width: 991px) {
    .nd-experience__header { grid-template-columns: 1fr; gap: 16px; align-items: start; }
    .nd-experience__title { font-size: 26px; }
}

/* ============================================================
   13. FULL FORM
   ============================================================ */
.nd-full-form__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
}

.nd-full-form__subtitle {
    text-align: center;
    color: var(--nd-muted);
    font-size: 15px;
    margin-bottom: 48px;
}

.nd-full-form__container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 24px;
}

.nd-full-form__form {
    background: linear-gradient(180deg, #1c1c2a 0%, #14141d 100%);
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 15px;
    padding: 40px;
}

.nd-full-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.nd-full-form__field {
    display: flex; flex-direction: column;
    gap: 8px;
}

.nd-full-form__field--full { grid-column: 1 / -1; }

.nd-full-form__field label {
    font-size: 14px;
    color: var(--nd-text);
}

.nd-full-form__field input,
.nd-full-form__field textarea {
    background: rgba(20,20,29,.6);
    border-style: solid;
    border-width: 2px;
    border-top-color: #4D515D;
    border-right-color: #616A7B;
    border-bottom-color: #8C91A7;
    border-left-color: #CED3DF;
    border-radius: 12px;
    padding: 14px 18px;
    color: var(--nd-text);
    font-size: 15px;
    outline: none;
    transition: border-color .2s;
    font-family: inherit;
}

.nd-full-form__field input::placeholder,
.nd-full-form__field textarea::placeholder { color: #6a6a7a; }

.nd-full-form__field input:focus,
.nd-full-form__field textarea:focus { border-color: #b1b6db; }

.nd-full-form__field textarea { min-height: 100px; resize: vertical; }

.nd-full-form__submit {
    display: block;
    margin: 28px auto 0;
    padding: 12px 40px;
    background: linear-gradient(90deg, #F3DC8C 0%, #D9B662 50%, #F3DC8C 100%);
    color: #1a1a2e;
    border: none;
    border-radius: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background .25s ease, box-shadow .25s ease;
}

.nd-full-form__submit:hover,
.nd-full-form__submit:focus-visible {
    background: linear-gradient(90deg, #F8E6A8 0%, #E5C778 50%, #F8E6A8 100%);
    box-shadow: 0 8px 24px rgba(217, 182, 98, 0.35);
}

.nd-full-form__consent {
    margin-top: 16px;
    font-size: 12px;
    color: #c5c7d0;
    text-align: center;
    line-height: 1.4;
}

.nd-full-form__photo {
    border-radius: var(--nd-radius-lg);
    background: #000 center / cover no-repeat;
    min-height: 480px;
    position: relative;
    overflow: hidden;
}

.nd-full-form__photo::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    pointer-events: none;
}

.nd-full-form__features {
    position: absolute;
    top: 24px; left: 24px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.nd-full-form__feature {
    background: rgba(206, 211, 223, .18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 100px;
    padding: 10px 16px;
    font-size: 13px;
    color: #fff;
    display: flex; align-items: center; gap: 8px;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0,0,0,.3);
}

.nd-full-form__feature svg { color: #b1b6db; }

.nd-full-form__feature svg,
.nd-full-form__feature img { width: 16px; height: 16px; flex-shrink: 0; object-fit: contain; }

@media (max-width: 991px) {
    .nd-full-form__container { grid-template-columns: 1fr; }
    .nd-full-form__form { padding: 24px; }
    .nd-full-form__row { grid-template-columns: 1fr; }
    .nd-full-form__photo { min-height: 240px; }
    .nd-full-form__features {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        top: 16px; left: 16px; right: 16px;
    }
    .nd-full-form__feature { display: inline-flex; }
}

/* ===== Bg images (бывшие dynamic inline style) ===== */
.nd-hero { background-image: url('/static/img/hero-bg.jpg'); }
.nd-steps__photo { background-image: url('/static/img/steps-photo.jpg'); }
.nd-advance__photo { background-image: url('/static/img/about1.webp'); }
.nd-full-form__photo { background-image: url('/static/img/delivery/car_advantages.jpg'); }


/* ===== Блок «Защита Park Lane Premium» — отдельная секция под "Сопровождаем" ===== */
.nd-protection {
    padding: 0;
}
.new-delivery section.nd-after + section.nd-protection {
    padding-top: 24px;
}
.new-delivery section.nd-protection + section#nd-form-pick-quick {
    padding-top: 16px;
}
@media (max-width: 991px) {
    .new-delivery section.nd-after + section.nd-protection { padding-top: 20px; }
}
.nd-protection__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 11px;
    align-items: stretch;
}
.nd-protection__hero {
    position: relative;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.04) 25%, rgba(0,0,0,0.65) 100%),
        radial-gradient(ellipse 70% 55% at 82% 5%, rgba(255,238,215,0.40) 0%, rgba(255,220,180,0.12) 40%, rgba(255,210,160,0) 72%),
        url('/static/img/concierge-bg.webp');
    background-color: #111;
    background-size: auto 100%, auto 100%, cover;
    background-position: center top, center top, center center;
    background-repeat: no-repeat;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 15px;
    min-height: 520px;
    overflow: hidden;
    padding: 35px 28px;
}
.nd-protection__logo {
    display: block;
    width: 202px;
    height: auto;
    position: relative;
    z-index: 2;
}

.nd-protection__card {
    background: linear-gradient(154deg, #ffffff 0%, #f8f8f8 52%, #ffffff 97%);
    border-radius: 15px;
    padding: 55px 34px;
    position: relative;
    color: #06040d;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.nd-protection__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(90deg, #616a7b 0%, #ced3df 40%, #8c91a7 68%, #4d515d 93%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.nd-protection__badge {
    align-self: flex-start;
    padding: 10px 26px;
    background: #06040d;
    border-radius: 999px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.nd-protection__title {
    font-family: 'Bebas Neue Cyrillic', 'Bebas Neue', Roboto, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.1;
    color: #06040d;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.nd-protection__included {
    color: #06040d;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: -0.02em;
    margin: 0;
}

.nd-protection__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.nd-protection__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #06040d;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.45;
    letter-spacing: -0.02em;
}
.nd-protection__list-icon {
    flex-shrink: 0;
    width: 62px;
    height: 62px;
    object-fit: contain;
}
.nd-protection__list-item--noicon {
    padding-left: 76px;
}

.nd-protection__price {
    display: flex;
    align-items: baseline;
    gap: 16px;
    margin-top: 6px;
}
.nd-protection__price-old {
    color: rgba(6, 4, 13, 0.4);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}
.nd-protection__price-new {
    color: #06040d;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

.nd-protection__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    align-self: flex-start;
    height: 48px;
    padding: 0 44px;
    background: linear-gradient(90deg, #f9844e 0%, #ee5922 20%, #982106 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    transition: opacity 0.2s, transform 0.2s;
}
.nd-protection__btn:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}
.nd-protection__btn-arrow {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 991px) {
    .nd-protection__inner {
        grid-template-columns: 1fr;
    }
    /* На mobile порядок секций согласно Figma 1044:712 → 1044:750: сначала белая карточка с пакетом, затем тёмная PARK LANE-панель */
    .nd-protection__card { order: 0; }
    .nd-protection__hero { order: 1; min-height: 275px; }
    .nd-protection__card {
        padding: 32px 24px;
    }
    .nd-protection__title {
        font-size: 28px;
    }
    .nd-protection__price-new {
        font-size: 30px;
    }
    .nd-protection__btn {
        width: 100%;
        align-self: stretch;
    }
}

@media (max-width: 575px) {
    .nd-protection__card {
        padding: 24px 18px;
    }
    .nd-protection__list-icon {
        width: 44px;
        height: 44px;
    }
    .nd-protection__list-item--noicon {
        padding-left: 58px;
    }
    /* Mobile H1 (Bebas Neue Cyrillic Regular 32px) — Figma 1044:718 */
    .nd-protection__title {
        font-size: 32px;
        line-height: 1.05;
    }
    /* h3 (Roboto Regular 16px / 145%) — Figma 1044:716 */
    .nd-protection__badge {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.45;
        padding: 7px 14px;
    }
    .nd-protection__price-new {
        font-size: 26px;
    }
}


/* ===== Концьерж-пакет внутри блока «Сопровождаем» (DEPRECATED — заменён на .nd-protection) ===== */
.nd-concierge {
    margin-top: 32px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 168, 76, 0.45);
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.nd-concierge__head {
    margin-bottom: 24px;
}
.nd-concierge__title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #c9a84c;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    line-height: 1.3;
}
.nd-concierge__price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}
.nd-concierge__price-old {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: line-through;
    font-size: 15px;
}
.nd-concierge__price-new {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.nd-concierge__price-period {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}
.nd-concierge__list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}
.nd-concierge__list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.45;
}
.nd-concierge__list li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.nd-concierge__list-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    object-fit: contain;
}
.nd-concierge__list-item--noicon {
    padding-left: 50px;
}
.nd-concierge__btn {
    display: block;
    width: 100%;
    padding: 14px 24px;
    background: #c9a84c;
    color: #1a1a1a;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}
.nd-concierge__btn:hover {
    background: #b8973d;
}

@media (max-width: 767px) {
    .nd-concierge {
        padding: 20px;
    }
    .nd-concierge__title {
        font-size: 17px;
    }
    .nd-concierge__price-new {
        font-size: 18px;
    }
    .nd-concierge__list-icon {
        width: 32px;
        height: 32px;
    }
    .nd-concierge__list-item--noicon {
        padding-left: 46px;
    }
}
