.closed-section-page {
    display: grid;
    place-items: center;
    height: auto;
    min-height: clamp(480px, 72svh, 660px);
    padding: 64px 0;
    background: #f1f3f5;
}

.closed-section-page ~ .cookie-popup {
    display: none !important;
}

body:has(.closed-section-page) .cookie-popup {
    display: none !important;
}

.closed-section-page > .closed-section-cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #f1f3f5;
    background-image: none;
    filter: none;
    -webkit-filter: none;
    pointer-events: none;
}

.closed-section-page > .center-absolute {
    position: relative;
    z-index: 1;
    top: auto;
    left: auto;
    transform: none;
    padding: 0 24px;
    color: #27313a;
    font-size: 16px;
}

.closed-section-page > .center-absolute .container {
    max-width: 760px;
}

.closed-section-page > .center-absolute .fa-lock {
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto 20px;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    color: #59656d;
    font-size: 27px;
    line-height: 1;
    text-shadow: none;
}

.closed-section-page > .center-absolute :is(h1, h2) {
    margin: 0;
    color: #27313a;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: 0;
    text-shadow: none;
}

.closed-section-description {
    max-width: 680px;
    margin: 20px auto 0;
    color: #647079;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0;
}

.closed-section-dock {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 28px auto 0;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, .96);
    border-radius: 999px;
    background: rgba(226, 231, 234, .72);
    box-shadow: 0 8px 24px rgba(41, 51, 58, .09), inset 0 1px 0 rgba(255, 255, 255, .85);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.closed-section-dock a {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #344149;
    font-size: 19px;
    text-decoration: none;
    transition: background-color .18s ease, color .18s ease;
}

.closed-section-dock a:hover {
    background: rgba(255, 255, 255, .75);
    color: #202a31;
}

.closed-section-dock a:focus-visible {
    outline: 2px solid #48545c;
    outline-offset: 2px;
}

@media (max-width: 576px) {
    .closed-section-page {
        min-height: clamp(480px, 64svh, 560px);
        padding: 54px 0;
    }

    .closed-section-page > .center-absolute {
        padding: 0 22px;
    }

    .closed-section-page > .center-absolute .fa-lock {
        margin-bottom: 18px;
        font-size: 25px;
    }

    .closed-section-page > .center-absolute :is(h1, h2) {
        font-size: 26px;
    }

    .closed-section-description {
        margin-top: 17px;
        font-size: 14px;
        line-height: 1.6;
    }

    .closed-section-dock {
        margin-top: 24px;
    }

    .closed-section-dock a {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }
}
