.najem-page > section:nth-of-type(n + 3) {
    position: relative;
}

.najem-page > section:nth-of-type(n + 3)::before {
    position: absolute;
    top: 6px;
    left: 50%;
    z-index: 4;
    width: min(72vw, 1100px);
    height: 2px;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(52, 170, 223, 0.18) 12%,
            rgba(52, 170, 223, 0.72) 42%,
            var(--primary) 50%,
            rgba(52, 170, 223, 0.72) 58%,
            rgba(52, 170, 223, 0.18) 88%,
            transparent 100%);
    box-shadow: 0 0 14px rgba(52, 170, 223, 0.28);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
}

.najem-page > section:nth-of-type(n + 3)::after {
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: 5;
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    border: 2px solid var(--primary);
    border-radius: 2px;
    background-color: var(--bg-main);
    box-shadow: 0 0 0 4px rgba(52, 170, 223, 0.08), 0 0 16px rgba(52, 170, 223, 0.48);
    content: "";
    pointer-events: none;
    transform: translateX(-50%) rotate(45deg);
}

.najem-page #about,
.najem-benefits-section,
.najem-process-section,
.najem-page .video-section,
.najem-faq-section,
.najem-page #contact {
    background-color: var(--bg-main);
}

/* About */

.najem-page .about-section {
    overflow: hidden;
    padding-top: 52px;
    padding-bottom: 72px;
}

.najem-page .about-abs-div {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    align-items: stretch;
    gap: 42px;
    margin-top: 48px;
}

.najem-about-content {
    display: grid;
    align-content: start;
    gap: 18px;
    min-width: 0;
}

.najem-about-card-list {
    display: grid;
    gap: 16px;
}

.najem-about-card {
    min-width: 0;
    padding: 22px;
    border: 1px solid rgba(52, 170, 223, 0.28);
    border-radius: 18px;
    background: color-mix(in srgb, var(--bg-second) 56%, var(--bg-main));
    box-shadow: 0 18px 40px -28px rgba(0, 0, 0, 0.7),
        0 0 24px rgba(52, 170, 223, 0.06);
}

.najem-about-card-head {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-bottom: 14px;
}

.najem-about-card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 36px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), #1689bd);
    box-shadow: 0 8px 20px rgba(52, 170, 223, 0.24);
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.najem-about-card-title {
    min-width: 0;
    margin: 0;
    font-weight: 800;
    font-size: clamp(21px, 2vw, 25px);
    line-height: 1.16;
}

.najem-about-card-text {
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 1.52;
}

.najem-about-callout {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 15px;
    border-left: 4px solid var(--primary);
    border-radius: 12px;
    background: rgba(52, 170, 223, 0.09);
}

.najem-about-callout-icon,
.najem-about-media-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary);
    box-shadow: 0 7px 18px rgba(52, 170, 223, 0.22);
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
}

.najem-about-callout p {
    width: auto;
    margin: 0;
    font-size: 15px;
    line-height: 1.48;
}

.najem-about-facts {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.najem-about-facts li {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.45;
}

.najem-about-facts li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary);
    box-shadow: 0 5px 12px rgba(52, 170, 223, 0.18);
    content: "✓";
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
}

.najem-about-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border: 1px solid rgba(52, 170, 223, 0.34);
    border-radius: 16px;
    background: rgba(52, 170, 223, 0.08);
    box-shadow: 0 16px 36px -28px rgba(0, 0, 0, 0.72);
}

.najem-about-cta-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.najem-about-cta-copy strong {
    font-weight: 800;
    font-size: 17px;
    line-height: 1.3;
}

.najem-about-cta-copy span {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.78;
}

.najem-page .najem-about-cta .about-btn {
    flex: 0 0 auto;
    width: 170px;
    margin: 0;
}

.najem-about-media {
    position: relative;
    min-width: 0;
    min-height: 640px;
    overflow: hidden;
    border: 1px solid rgba(52, 170, 223, 0.24);
    border-radius: 20px;
    box-shadow: 0 24px 52px -18px rgba(0, 0, 0, 0.42),
        0 10px 24px -14px rgba(0, 0, 0, 0.3),
        0 0 24px rgba(52, 170, 223, 0.12);
}

.najem-about-media .about-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

.najem-about-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 34%);
    content: "";
    pointer-events: none;
}

.najem-about-media-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    width: min(330px, calc(100% - 36px));
    padding: 13px 15px;
    border: 1px solid rgba(52, 170, 223, 0.52);
    border-radius: 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.76);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32), 0 0 22px rgba(52, 170, 223, 0.1);
    backdrop-filter: blur(10px);
}

.najem-about-media-badge-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.najem-about-media-badge-copy strong,
.najem-about-media-badge-copy small {
    display: block;
}

.najem-about-media-badge-copy strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
}

.najem-about-media-badge-copy small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    line-height: 1.3;
}

/* Benefits */

.najem-benefits-section {
    overflow: hidden;
    padding: 72px 0 76px;
}

.najem-benefits-section .choose-head-div {
    margin-bottom: 44px;
}

.najem-benefits-section .head-title {
    margin-bottom: 0;
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 52px);
    line-height: 1.08;
}

.najem-benefits-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 30px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.najem-benefit-item {
    display: flex;
    flex: 0 1 calc((100% - 72px) / 5);
    flex-direction: column;
    align-items: stretch;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(52, 170, 223, 0.18);
    border-radius: 16px;
    background: color-mix(in srgb, var(--bg-second) 64%, transparent);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.najem-benefit-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    object-fit: cover;
}

.najem-benefit-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 14px 22px;
}

.najem-benefit-title {
    margin: 0 0 10px;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.18;
}

.najem-benefit-text {
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 1.48;
}

/* Process */

.najem-process-section {
    overflow: hidden;
    padding: 68px 0 70px;
    background-color: var(--bg-main);
}

.najem-process-title {
    margin: 0 0 40px;
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 52px);
    line-height: 1.08;
    text-align: center;
}

.najem-process-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.najem-process-step {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows: auto minmax(220px, 1fr);
    min-width: 0;
    min-height: 490px;
    overflow: hidden;
    padding: 28px 28px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 22px;
    color: #fff;
    background-color: #000;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22), 0 0 26px rgba(52, 170, 223, 0.06);
}


.najem-process-step--notary {
    grid-column: 1 / -1;
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.42fr);
    grid-template-rows: 1fr;
    align-items: center;
    min-height: 380px;
    padding: 30px 32px 22px;
}

.najem-process-copy {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    min-width: 0;
}

.najem-process-number {
    display: block;
    color: var(--primary);
    font-size: clamp(72px, 7vw, 96px);
    font-weight: 900;
    line-height: 0.82;
    letter-spacing: -0.06em;
    text-shadow: 0 0 24px rgba(52, 170, 223, 0.28);
}

.najem-process-copy-content {
    min-width: 0;
    padding-top: 4px;
}

.najem-process-step-title {
    margin: 0 0 12px;
    color: #fff;
    font-weight: 800;
    font-size: clamp(24px, 2.4vw, 31px);
    line-height: 1.14;
}

.najem-process-text,
.najem-process-note {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.5;
}

.najem-process-note {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(52, 170, 223, 0.36);
}

.najem-process-media {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 0;
    min-height: 240px;
    margin: 4px -16px -12px;
    overflow: hidden;
}

.najem-process-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.05));
    transform: scale(1.06);
    transform-origin: center bottom;
}

.najem-process-step--consultation .najem-process-media img {
    width: 100%;
    transform: scale(1.04);
}

.najem-process-step--notary .najem-process-copy {
    grid-column: 1;
    grid-row: 1;
}

.najem-process-step--notary .najem-process-media {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    min-height: 320px;
    margin: -8px -18px -12px 8px;
}

.najem-process-step--notary .najem-process-media img {
    width: 100%;
    transform: scale(1.04);
}

:root:not(.dark-theme) .najem-process-step {
    border-color: rgba(52, 170, 223, 0.26);
    color: var(--text-main);
    background-color: #fff;
    box-shadow: 0 22px 48px rgba(24, 70, 93, 0.12),
        0 0 0 1px rgba(33, 33, 33, 0.03);
}

:root:not(.dark-theme) .najem-process-step-title {
    color: var(--text-main);
}

:root:not(.dark-theme) .najem-process-text,
:root:not(.dark-theme) .najem-process-note {
    color: rgba(33, 33, 33, 0.78);
}

:root:not(.dark-theme) .najem-process-note {
    border-top-color: rgba(52, 170, 223, 0.36);
}

:root:not(.dark-theme) .najem-process-media img {
    filter: drop-shadow(0 0 12px rgba(24, 70, 93, 0.04));
}

.najem-process-cta {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

/* Video */

.najem-page .video-section {
    overflow: hidden;
    padding: 72px 0 80px;
}

.najem-page .video-head-div {
    margin-bottom: 36px;
}

.najem-page .video-iframe-div iframe {
    display: block;
    width: 100%;
    max-width: 860px;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(52, 170, 223, 0.16);
    border-radius: 18px;
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2), 0 0 22px rgba(52, 170, 223, 0.08);
}

/* FAQ */

.najem-faq-section {
    overflow: hidden;
    padding: 80px 0;
}

.najem-faq-container {
    width: min(100% - 32px, 980px);
}

.najem-faq-title {
    margin: 0 0 46px;
    font-weight: 800;
    font-size: clamp(36px, 4.5vw, 52px);
    line-height: 1.08;
    text-align: center;
}

.najem-faq-list {
    display: grid;
    gap: 14px;
}

.najem-faq-item {
    overflow: hidden;
    border: 1px solid rgba(52, 170, 223, 0.2);
    border-radius: 16px;
    background: color-mix(in srgb, var(--bg-second) 72%, transparent);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.11);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.najem-faq-item[open] {
    border-color: rgba(52, 170, 223, 0.45);
    background: color-mix(in srgb, var(--bg-second) 86%, transparent);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.16), 0 0 24px rgba(52, 170, 223, 0.08);
}

.najem-faq-question {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 36px;
    align-items: center;
    gap: 18px;
    padding: 21px 24px;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.32;
}

.najem-faq-question::-webkit-details-marker {
    display: none;
}

.najem-faq-number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary);
    box-shadow: 0 0 18px rgba(52, 170, 223, 0.28);
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.najem-faq-icon {
    position: relative;
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: rgba(52, 170, 223, 0.12);
}

.najem-faq-icon::before,
.najem-faq-icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--primary);
    content: "";
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform: translate(-50%, -50%);
}

.najem-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.najem-faq-item[open] .najem-faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0);
}

.najem-faq-answer {
    padding: 0 82px 24px 84px;
}

.najem-faq-answer p {
    margin: 0;
    font-size: 17px;
    line-height: 1.62;
}

@supports selector(details::details-content) and (interpolate-size: allow-keywords) {
    .najem-faq-item {
        interpolate-size: allow-keywords;
    }

    .najem-faq-item::details-content {
        overflow: hidden;
        block-size: 0;
        opacity: 0;
        transition: block-size 320ms cubic-bezier(0.22, 1, 0.36, 1),
            opacity 220ms ease,
            content-visibility 320ms linear;
        transition-behavior: allow-discrete;
    }

    .najem-faq-item[open]::details-content {
        block-size: auto;
        opacity: 1;
    }

    .najem-faq-answer {
        transform: translateY(-6px);
        transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .najem-faq-item[open] .najem-faq-answer {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .najem-faq-item::details-content,
    .najem-faq-answer {
        transition: none;
    }
}

@media (hover: hover) {
    .najem-faq-question:hover {
        color: var(--primary);
    }
}

/* Contact */

.najem-page .contact-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 480px));
    align-items: stretch;
    justify-content: space-between;
    gap: 64px;
    padding-top: 80px;
    padding-bottom: 96px;
}

.najem-page .contact-left-div {
    width: auto;
    min-width: 0;
}

.najem-contact-media {
    position: relative;
    min-width: 0;
    min-height: 560px;
    overflow: hidden;
    border: 1px solid rgba(52, 170, 223, 0.16);
    border-radius: 20px;
    box-shadow: 0 24px 52px -18px rgba(0, 0, 0, 0.42),
        0 10px 24px -14px rgba(0, 0, 0, 0.3),
        0 0 24px rgba(52, 170, 223, 0.12);
}

.najem-contact-media .contact-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}

@media (max-width: 1100px), (max-device-width: 1100px) {
    .najem-benefit-item {
        flex-basis: calc((100% - 36px) / 3);
        max-width: 310px;
    }

    .najem-page .about-abs-div {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.76fr);
        gap: 32px;
    }

    .najem-about-card {
        padding: 19px;
    }

    .najem-about-card-head {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 11px;
    }

    .najem-about-card-number {
        width: 44px;
    }

    .najem-about-cta {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .najem-page .najem-about-cta .about-btn {
        width: 100%;
    }

    .najem-page .contact-container {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
        gap: 32px;
    }
}

@media (max-width: 900px), (max-device-width: 900px) {
    .najem-process-list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .najem-process-step {
        grid-template-rows: auto minmax(230px, auto);
        min-height: 0;
        padding: 24px 24px 18px;
        text-align: left;
    }


    .najem-process-step--notary {
        grid-column: auto;
        grid-template-columns: 1fr;
        grid-template-rows: auto minmax(250px, auto);
        min-height: 0;
        padding: 24px 24px 18px;
    }

    .najem-process-step--notary .najem-process-copy,
    .najem-process-step--notary .najem-process-media {
        grid-column: 1;
    }

    .najem-process-step--notary .najem-process-copy {
        grid-row: 1;
    }

    .najem-process-step--notary .najem-process-media {
        grid-row: 2;
        min-height: 250px;
        margin: 8px -12px -10px;
    }
}

@media (min-width: 751px) and (max-width: 1200px),
    (min-device-width: 751px) and (max-device-width: 1200px) {
    .najem-about-media {
        min-height: 560px;
    }

    .najem-contact-media {
        min-height: 520px;
    }
}

@media (max-width: 750px), (max-device-width: 750px) {
    .najem-page > section:nth-of-type(n + 3)::before {
        width: calc(100% - 48px);
    }

    .najem-page .about-section {
        padding-top: 42px;
        padding-bottom: 52px;
    }

    .najem-page .about-abs-div {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        margin-top: 34px;
    }

    .najem-about-content {
        gap: 16px;
    }

    .najem-about-card-list {
        gap: 14px;
    }

    .najem-about-card {
        padding: 18px;
        border-radius: 16px;
    }

    .najem-about-card-head {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 10px;
        margin-bottom: 12px;
    }

    .najem-about-card-number {
        width: 42px;
        height: 34px;
        border-radius: 9px;
        font-size: 15px;
    }

    .najem-about-card-title {
        font-size: 21px;
    }

    .najem-about-card-text {
        font-size: 15px;
    }

    .najem-about-callout {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 10px;
        margin-top: 14px;
        padding: 13px;
    }

    .najem-about-callout-icon,
    .najem-about-media-badge-icon {
        width: 32px;
        height: 32px;
        font-size: 17px;
    }

    .najem-about-callout p,
    .najem-about-facts li {
        font-size: 14px;
    }

    .najem-about-facts {
        gap: 9px;
        margin-top: 14px;
    }

    .najem-about-cta {
        padding: 17px;
        border-radius: 14px;
    }

    .najem-about-media {
        min-height: 0;
        aspect-ratio: 4 / 3;
        border-radius: 16px;
    }

    .najem-about-media-badge {
        top: 12px;
        left: 12px;
        grid-template-columns: 32px minmax(0, 1fr);
        width: min(330px, calc(100% - 24px));
        padding: 11px 12px;
        border-radius: 12px;
    }

    .najem-about-media-badge-copy strong {
        font-size: 13px;
    }

    .najem-about-media-badge-copy small {
        font-size: 11px;
    }

    .najem-benefits-section {
        padding: 52px 0 56px;
    }

    .najem-benefits-section .choose-head-div {
        margin-bottom: 32px;
    }

    .najem-benefits-section .head-title {
        font-size: 34px;
        text-align: left;
    }

    .najem-benefits-list {
        gap: 38px;
    }

    .najem-benefit-item {
        flex-basis: 100%;
        width: 100%;
        max-width: 340px;
        border-radius: 14px;
    }

    .najem-benefit-image {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    .najem-benefit-body {
        padding: 18px 16px 20px;
    }

    .najem-benefit-title {
        font-size: 22px;
    }

    .najem-process-section {
        padding: 44px 0 48px;
    }

    .najem-process-title {
        margin-bottom: 28px;
        font-size: 34px;
        text-align: left;
    }

    .najem-process-list {
        gap: 16px;
    }

    .najem-process-step {
        grid-template-rows: auto minmax(190px, auto);
        padding: 16px 16px 12px;
        border-radius: 18px;
    }

    .najem-process-number {
        font-size: 64px;
    }

    .najem-process-copy {
        gap: 12px;
    }

    .najem-process-copy-content {
        padding-top: 2px;
    }

    .najem-process-step-title {
        margin-bottom: 8px;
        font-size: 23px;
    }

    .najem-process-text,
    .najem-process-note {
        font-size: 16px;
        line-height: 1.42;
    }

    .najem-process-note {
        margin-top: 16px;
        padding-top: 14px;
    }

    .najem-process-media {
        min-height: 190px;
        margin: 4px -8px -4px;
    }

    .najem-process-media img,
    .najem-process-step--consultation .najem-process-media img,
    .najem-process-step--notary .najem-process-media img {
        width: 100%;
    }


    .najem-process-step--notary {
        grid-template-rows: auto minmax(190px, auto);
        padding: 16px 16px 12px;
    }

    .najem-process-step--notary .najem-process-media {
        min-height: 190px;
        margin: 4px -8px -4px;
    }

    .najem-process-cta {
        margin-top: 24px;
    }

    .najem-page .video-section {
        padding: 52px 0 56px;
    }

    .najem-page .video-head-div {
        margin-bottom: 28px;
    }

    .najem-page .video-iframe-div iframe {
        border-radius: 14px;
    }

    .najem-faq-section {
        padding: 52px 0 56px;
    }

    .najem-faq-container {
        width: min(100% - 32px, 980px);
    }

    .najem-faq-title {
        margin-bottom: 30px;
        font-size: 34px;
        text-align: left;
    }

    .najem-faq-list {
        gap: 12px;
    }

    .najem-faq-item {
        border-radius: 14px;
    }

    .najem-faq-question {
        grid-template-columns: 36px minmax(0, 1fr) 32px;
        gap: 12px;
        padding: 16px 14px;
        font-size: 18px;
    }

    .najem-faq-number {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .najem-faq-icon {
        width: 32px;
        height: 32px;
    }

    .najem-faq-answer {
        padding: 0 14px 18px 62px;
    }

    .najem-faq-answer p {
        font-size: 16px;
        line-height: 1.55;
    }

    .najem-page .contact-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        padding-top: 52px;
        padding-bottom: 64px;
    }

    .najem-page .contact-left-div {
        width: 100%;
    }

    .najem-contact-media {
        display: none;
    }
}
