    return <<<'CSS'
.msecn-engagement-hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.msecn-engagement-cta,
.msecn-gallery-upload,
.msecn-gallery-collections,
.msecn-engagement-cta *,
.msecn-gallery-upload *,
.msecn-gallery-collections * {
    box-sizing: border-box;
}

.msecn-engagement-cta {
    width: min(100%, 1180px);
    margin: clamp(36px, 6vw, 78px) auto;
    padding: 0 clamp(20px, 4vw, 32px);
}

.msecn-engagement-cta__inner {
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid rgba(32, 43, 82, .14);
    border-radius: 8px;
    background: #fbf8f1;
}

.msecn-engagement-kicker {
    margin: 0 0 12px;
    color: #bc8d46;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.msecn-engagement-cta h2,
.msecn-gallery-upload h2 {
    margin: 0;
    color: #17213f;
    font-family: "PT Serif Caption", Georgia, serif;
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
}

.msecn-engagement-cta p:not(.msecn-engagement-kicker),
.msecn-gallery-upload__intro p:not(.msecn-engagement-kicker) {
    max-width: 720px;
    margin: 18px 0 0;
    color: rgba(23, 33, 63, .74);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.72;
}

.msecn-engagement-cta a,
.msecn-gallery-upload button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding: 0 18px;
    border: 1px solid #bc8d46;
    border-radius: 6px;
    background: #bc8d46;
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.msecn-engagement-cta a:hover,
.msecn-engagement-cta a:focus-visible,
.msecn-gallery-upload button:hover,
.msecn-gallery-upload button:focus-visible {
    transform: translateY(-1px);
    background: #17213f;
    border-color: #17213f;
    color: #fff;
}

.msecn-gallery-upload {
    width: min(100%, 1180px);
    margin: clamp(42px, 7vw, 86px) auto;
    padding: 0 clamp(20px, 4vw, 32px);
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
    gap: clamp(26px, 5vw, 70px);
    align-items: start;
}

.msecn-gallery-upload__panel {
    padding: clamp(22px, 3.4vw, 34px);
    border: 1px solid rgba(32, 43, 82, .14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(18, 27, 55, .08);
}

.msecn-gallery-upload__form {
    display: grid;
    gap: 18px;
}

.msecn-gallery-upload__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.msecn-gallery-upload label {
    display: grid;
    gap: 8px;
    color: #17213f;
    font-size: .92rem;
    font-weight: 800;
}

.msecn-gallery-upload input[type="text"],
.msecn-gallery-upload input[type="email"],
.msecn-gallery-upload input[type="tel"],
.msecn-gallery-upload input[type="file"],
.msecn-gallery-upload textarea,
body.page-id-44 .jet-form-builder select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(32, 43, 82, .18);
    border-radius: 6px;
    background: #fbf8f1;
    color: #17213f;
    font: inherit;
}

.msecn-gallery-upload input[type="text"],
.msecn-gallery-upload input[type="email"],
.msecn-gallery-upload input[type="tel"],
.msecn-gallery-upload textarea,
body.page-id-44 .jet-form-builder select {
    padding: 11px 13px;
}

.msecn-gallery-upload textarea {
    min-height: 130px;
    resize: vertical;
}

.msecn-gallery-upload__consent {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    font-weight: 600;
    line-height: 1.55;
}

.msecn-gallery-upload__consent input {
    margin-top: 4px;
}

.msecn-gallery-upload__limits {
    margin: 0;
    color: rgba(23, 33, 63, .66);
    font-size: .9rem;
    line-height: 1.5;
}

.msecn-gallery-upload__notice {
    margin: 0 0 18px;
    padding: 13px 14px;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1.45;
}

.msecn-gallery-upload__notice.is-success {
    border: 1px solid rgba(25, 128, 80, .28);
    background: rgba(25, 128, 80, .08);
    color: #16613f;
}

.msecn-gallery-upload__notice.is-error {
    border: 1px solid rgba(173, 47, 47, .24);
    background: rgba(173, 47, 47, .08);
    color: #8f2929;
}

.msecn-gallery-collections {
    width: min(100%, 1180px);
    margin: clamp(42px, 7vw, 86px) auto;
    padding: 0 clamp(20px, 4vw, 32px);
}

.msecn-gallery-collections__intro {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1fr);
    gap: clamp(22px, 4vw, 58px);
    align-items: end;
    margin-bottom: clamp(22px, 4vw, 38px);
}

.msecn-gallery-collections__intro h2,
.msecn-gallery-subcollection h3 {
    margin: 0;
    color: #17213f;
    font-family: "PT Serif Caption", Georgia, serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
}

.msecn-gallery-collections__intro h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.msecn-gallery-collections__intro p:not(.msecn-engagement-kicker),
.msecn-gallery-subcollection header p:not(.msecn-engagement-kicker),
.msecn-gallery-collection-card__body p:not(.msecn-gallery-collection-card__meta) {
    margin: 0;
    color: rgba(23, 33, 63, .72);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.65;
}

.msecn-gallery-collections__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.msecn-gallery-collection-card {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
    min-height: 250px;
    border: 1px solid rgba(32, 43, 82, .14);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18, 27, 55, .08);
}

.msecn-gallery-collection-card__media {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    min-height: 250px;
    overflow: hidden;
    background: #0d1428;
}

.msecn-gallery-collection-card__media img,
.msecn-gallery-subcollection__item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.msecn-gallery-collection-card__media img:first-child:nth-last-child(1) {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
}

.msecn-gallery-collection-card__media img:first-child:nth-last-child(2),
.msecn-gallery-collection-card__media img:first-child:nth-last-child(2) ~ img {
    grid-row: 1 / -1;
}

.msecn-gallery-collection-card__media::after,
.msecn-gallery-subcollection__item::after {
    content: "Deschide";
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 4px;
    background: rgba(23, 33, 63, .72);
    color: #fff;
    font-size: .72rem;
    font-weight: 900;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity .2s ease, transform .2s ease;
}

.msecn-gallery-collection-card__media:hover::after,
.msecn-gallery-collection-card__media:focus-visible::after,
.msecn-gallery-subcollection__item:hover::after,
.msecn-gallery-subcollection__item:focus-visible::after {
    opacity: 1;
    transform: translateY(0);
}

.msecn-gallery-collection-card__body {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: clamp(20px, 3vw, 30px);
}

.msecn-gallery-collection-card__meta {
    margin: 0;
    color: #bc8d46;
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.msecn-gallery-collection-card h3 {
    margin: 0;
    color: #17213f;
    font-family: "PT Serif Caption", Georgia, serif;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    letter-spacing: 0;
    line-height: 1.12;
}

.msecn-gallery-collection-card__body a {
    width: fit-content;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 0 15px;
    border: 1px solid #17213f;
    border-radius: 6px;
    color: #17213f;
    font-size: .78rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.msecn-gallery-subcollections {
    display: grid;
    gap: clamp(24px, 5vw, 48px);
    margin-top: clamp(28px, 5vw, 56px);
}

.msecn-gallery-subcollection {
    scroll-margin-top: 110px;
}

.msecn-gallery-anchor-alias {
    display: block;
    height: 0;
    overflow: hidden;
    scroll-margin-top: 110px;
    visibility: hidden;
}

.msecn-gallery-subcollection header {
    display: grid;
    gap: 10px;
    max-width: 780px;
    margin-bottom: 18px;
}

.msecn-gallery-subcollection h3 {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.msecn-gallery-subcollection__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px;
}

.msecn-gallery-subcollection__item {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 6px;
    background: #0d1428;
    outline-offset: 3px;
}

.msecn-gallery-subcollection__item img {
    transition: transform .42s ease, filter .42s ease;
}

.msecn-gallery-subcollection__item:hover img,
.msecn-gallery-subcollection__item:focus-visible img {
    transform: scale(1.045);
    filter: saturate(1.06) contrast(1.04);
}

body.page-id-44 .jet-form-builder .jet-form-builder-row.field-type-checkbox-field {
    margin-top: 6px;
}

body.page-id-44 .jet-form-builder .checkboxes-wrap {
    padding: 12px 14px;
    border: 1px solid rgba(32, 43, 82, .14);
    border-radius: 6px;
    background: #fbf8f1;
}

@media (max-width: 780px) {
    .msecn-gallery-collections__intro,
    .msecn-gallery-upload {
        grid-template-columns: 1fr;
    }

    .msecn-gallery-collection-card {
        grid-template-columns: 1fr;
    }

    .msecn-gallery-collection-card__media {
        min-height: 220px;
    }

    .msecn-gallery-upload__grid {
        grid-template-columns: 1fr;
    }
}
