/* Żłobek Miejski nr 2 — strona główna SaaS Platinum v1.0 */

.zm2-home {
    background: #ffffff;
}

.zm2-home .zm2-eyebrow--light {
    color: #ffe9a6;
}

/* Hero */
.zm2-hero {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(135deg, var(--zm2-brand-950) 0%, var(--zm2-brand-800) 57%, #b83b52 100%);
}

.zm2-hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 4rem;
    background: linear-gradient(to top, rgba(38, 3, 16, 0.18), transparent);
    content: "";
    pointer-events: none;
}

.zm2-hero__grid {
    position: relative;
    z-index: 2;
    min-height: 40rem;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 6rem);
    padding-block: clamp(4.5rem, 8vw, 7rem);
}

.zm2-hero h1 {
    max-width: 13ch;
    margin: 0.8rem 0 0;
    color: #ffffff !important;
    font-size: clamp(2.4rem, 6vw, 4.85rem);
    line-height: 1.08;
}

.zm2-hero__lead {
    max-width: 42rem;
    margin: 1.35rem 0 0;
    color: #fbeef2;
    font-size: clamp(1.08rem, 2vw, 1.3rem);
}

.zm2-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.zm2-button {
    min-height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.2rem;
    border: 0.125rem solid transparent;
    border-radius: 0.75rem;
    text-decoration: none;
    font-weight: 700;
}

.zm2-button--primary {
    color: var(--zm2-brand-950) !important;
    background: #ffffff;
}

.zm2-button--primary:hover {
    color: var(--zm2-brand-950) !important;
    background: var(--zm2-gold-100);
}

.zm2-button--ghost {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.66);
    background: rgba(255, 255, 255, 0.06);
}

.zm2-button--ghost:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.14);
}

.zm2-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem 2rem;
    margin: 2.4rem 0 0;
    padding: 1.5rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    list-style: none;
}

.zm2-hero__facts li {
    display: grid;
    gap: 0.1rem;
}

.zm2-hero__facts span {
    color: #ffe49a;
    font-size: 1.2rem;
    font-weight: 700;
}

.zm2-hero__facts strong {
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 600;
}

.zm2-hero__visual {
    position: relative;
    min-height: 28rem;
    display: grid;
    place-items: center;
}

.zm2-hero-card {
    color: var(--zm2-ink-800);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--zm2-shadow-md);
    backdrop-filter: blur(0.65rem);
}

.zm2-hero-card--main {
    width: min(100%, 28rem);
    display: grid;
    gap: 1.3rem;
    padding: 2rem;
    border-radius: var(--zm2-radius-lg);
    transform: rotate(-1.5deg);
}

.zm2-hero-card--main h2 {
    margin: 0.45rem 0 0;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.zm2-hero-card--main p {
    margin: 0.75rem 0 0;
    color: var(--zm2-ink-600);
}

.zm2-hero-card__icon {
    width: 4.2rem;
    height: 4.2rem;
    display: grid;
    place-items: center;
    color: var(--zm2-brand-800);
    background: var(--zm2-brand-100);
    border-radius: 1.2rem;
}

.zm2-hero-card__icon svg {
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zm2-hero-card--mini {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    font-size: 0.8rem;
}

.zm2-hero-card--mini span {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: var(--zm2-brand-700);
    border-radius: 50%;
    font-weight: 700;
}

.zm2-hero-card--mini-one {
    top: 2.5rem;
    right: -0.75rem;
}

.zm2-hero-card--mini-two {
    bottom: 3rem;
    left: -1.5rem;
}

.zm2-hero__orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.13;
    background: #ffffff;
}

.zm2-hero__orb--one {
    width: 22rem;
    height: 22rem;
    top: -8rem;
    right: 8%;
}

.zm2-hero__orb--two {
    width: 12rem;
    height: 12rem;
    bottom: -4rem;
    left: 42%;
}

/* Szybkie linki */
.zm2-quick-links {
    position: relative;
    z-index: 5;
    margin-top: -1.65rem;
}

.zm2-quick-links__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.zm2-quick-card {
    min-height: 7.2rem;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem;
    color: var(--zm2-ink-800) !important;
    background: #ffffff;
    border: 1px solid var(--zm2-line);
    border-radius: var(--zm2-radius);
    box-shadow: var(--zm2-shadow-sm);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.zm2-quick-card:hover {
    color: var(--zm2-ink-950) !important;
    border-color: #cfa7b5;
    box-shadow: var(--zm2-shadow-md);
    transform: translateY(-0.15rem);
}

.zm2-quick-card__icon {
    width: 2.9rem;
    height: 2.9rem;
    display: grid;
    place-items: center;
    color: var(--zm2-brand-800);
    background: var(--zm2-brand-50);
    border-radius: 0.85rem;
}

.zm2-quick-card__icon svg {
    width: 1.4rem;
    height: 1.4rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zm2-quick-card > span:nth-child(2) {
    display: grid;
}

.zm2-quick-card strong {
    color: var(--zm2-ink-950);
    font-size: 0.95rem;
}

.zm2-quick-card small {
    color: var(--zm2-ink-600);
    font-size: 0.77rem;
}

.zm2-quick-card__arrow {
    color: var(--zm2-brand-800);
    font-size: 1.3rem;
}

/* Sekcje wspólne */
.zm2-section {
    padding-top: clamp(40px, 5vw, 60px);
    padding-bottom: clamp(40px, 5vw, 60px);
}

.zm2-section-heading {
    max-width: 48rem;
}

.zm2-section-heading h2 {
    margin: 0.55rem 0 0;
    font-size: clamp(1.85rem, 4vw, 3rem);
}

.zm2-section-heading p {
    margin: 0.8rem 0 0;
    color: var(--zm2-ink-600);
}

.zm2-section-heading--split {
    max-width: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.zm2-section-heading--split > div {
    max-width: 48rem;
}

.zm2-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.zm2-text-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--zm2-brand-800) !important;
    font-weight: 700;
}

.zm2-text-link:hover {
    color: var(--zm2-brand-950) !important;
}

/* Aktualności */
.zm2-section--news {
    background: linear-gradient(180deg, #ffffff 0%, var(--zm2-surface-soft) 100%);
}

.zm2-news-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    gap: 1.25rem;
    margin-top: 2.7rem;
}

.zm2-news-card {
    color: var(--zm2-ink-800);
    background: #ffffff;
    border: 1px solid var(--zm2-line);
    border-radius: var(--zm2-radius);
    box-shadow: var(--zm2-shadow-sm);
}

.zm2-news-card--featured {
    display: grid;
    grid-template-columns: minmax(13rem, 0.9fr) minmax(0, 1.1fr);
    overflow: hidden;
}

.zm2-news-card__visual {
    min-height: 24rem;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(145deg, var(--zm2-brand-900), var(--zm2-brand-700));
}

.zm2-news-card__visual picture,
.zm2-news-card__visual img {
    width: 100%;
    height: 100%;
}

.zm2-news-card__visual img {
    object-fit: cover;
}

.zm2-news-card__placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 100%;
    font-size: clamp(2rem, 7vw, 5rem);
    font-weight: 700;
    letter-spacing: -0.08em;
}

.zm2-news-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 2.5rem);
}

.zm2-news-tag {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.3rem 0.65rem;
    color: var(--zm2-brand-900);
    background: var(--zm2-brand-100);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.zm2-news-card__date {
    margin: 0;
    color: var(--zm2-ink-600);
    font-size: 0.82rem;
}

.zm2-news-card h3 {
    margin: 0.7rem 0 0;
    font-size: clamp(1.25rem, 2.4vw, 1.8rem);
}

.zm2-news-card h3 a {
    color: var(--zm2-ink-950) !important;
    text-decoration: none;
}

.zm2-news-card h3 a:hover {
    color: var(--zm2-brand-800) !important;
    text-decoration: underline;
}

.zm2-news-card__excerpt {
    margin: 0.85rem 0 1.2rem;
    color: var(--zm2-ink-600);
}

.zm2-news-list {
    display: grid;
    gap: 0.85rem;
}

.zm2-news-card--compact {
    padding: 1.3rem;
}

.zm2-news-card--compact h3 {
    margin-top: 0.35rem;
    font-size: 1.06rem;
}

.zm2-news-card--compact .zm2-news-card__excerpt {
    margin: 0.45rem 0 0;
    font-size: 0.9rem;
}

.zm2-news-empty {
    grid-column: 1 / -1;
    padding: 2rem;
    background: #ffffff;
    border: 1px dashed var(--zm2-line);
    border-radius: var(--zm2-radius);
    text-align: center;
}

.zm2-news-empty h3 {
    margin: 0;
}

.zm2-news-empty p {
    margin: 0.6rem 0 0;
    color: var(--zm2-ink-600);
}

/* Godziny */
.zm2-section--hours {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #ffffff;
    background: #261c23;
}

.zm2-section--hours::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url("../images/zm2-hours-line-thin.webp");
    background-repeat: no-repeat;
    background-position: center 100%;
    background-size: 100% auto;
    opacity: 0.5;
}

.zm2-section--hours > .zm2-container {
    position: relative;
    z-index: 1;
}

.zm2-hours-layout {
    display: grid;
    grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.zm2-section--hours .zm2-eyebrow {
    color: #ffe49a;
}

.zm2-section--hours h2,
.zm2-section--hours h3 {
    color: #ffffff !important;
}

.zm2-section--hours .zm2-section-heading p {
    color: #d8cfd7;
}

.zm2-hours-help {
    margin-top: 1.5rem;
    padding: 1.25rem;
    color: #f4ecf3;
    background: rgb(0 0 0);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0.25rem solid var(--zm2-gold-500);
    border-radius: var(--zm2-radius);
}

.zm2-hours-help__eyebrow {
    display: block;
    margin-bottom: 0.45rem;
    color: #ffe49a;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zm2-hours-help h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.35;
}

.zm2-hours-help p {
    margin: 0.7rem 0 0;
    color: #d8cfd7;
    line-height: 1.6;
}

.zm2-hours-help a {
    color: #ffffff !important;
    font-weight: 700;
}

.zm2-hours-help a:hover {
    color: #ffe49a !important;
}

.zm2-hours-help__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.9rem;
}

.zm2-hours-grid {
    display: grid;
    gap: 0.85rem;
}

.zm2-hours-card {
    min-height: 8.2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.25rem;
    background: rgb(0 0 0);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--zm2-radius);
}

.zm2-hours-card--primary {
    background: var(--zm2-brand-800);
    border-color: var(--zm2-brand-700);
}

.zm2-hours-card__number {
    color: #ffe49a;
    font-size: 0.82rem;
    font-weight: 700;
}

.zm2-hours-card h3 {
    margin: 0;
    font-size: 1.1rem;
}

.zm2-hours-card p {
    margin: 0.35rem 0 0;
    color: #ded4dd;
    font-size: 0.88rem;
}

.zm2-hours-card strong {
    display: block;
    margin-top: 0.25rem;
    color: #ffffff;
    font-size: 1.35rem;
}

.zm2-info-note {
    grid-column: 2;
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin: 0;
    padding: 1rem 1.1rem;
    color: #f4ecf3;
    background: rgb(0 0 0);
    border-left: 0.25rem solid var(--zm2-gold-500);
    border-radius: 0.65rem;
}

.zm2-info-note svg {
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.15rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Kontakt */
.zm2-section--contact {
    background: var(--zm2-surface-warm);
}

.zm2-contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.7rem;
}

.zm2-contact-card {
    min-height: 18rem;
    padding: 1.4rem;
    background: #ffffff;
    border: 1px solid var(--zm2-line);
    border-radius: var(--zm2-radius);
    box-shadow: var(--zm2-shadow-sm);
}

.zm2-contact-card--address {
    color: #ffffff;
    background: linear-gradient(145deg, var(--zm2-brand-900), var(--zm2-brand-800));
    border-color: var(--zm2-brand-800);
}

.zm2-contact-card__icon {
    width: 3.1rem;
    height: 3.1rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    color: var(--zm2-brand-800);
    background: #ffffff;
    border-radius: 1rem;
}

.zm2-contact-card__icon svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zm2-contact-card__role {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.3rem 0.6rem;
    color: var(--zm2-brand-900);
    background: var(--zm2-brand-100);
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.zm2-contact-card h3 {
    margin: 0 0 1rem;
}

.zm2-contact-card--address h3 {
    color: #ffffff !important;
}

.zm2-contact-card address {
    margin-bottom: 1rem;
    font-style: normal;
}

.zm2-contact-card p {
    margin: 0.65rem 0 0;
}

.zm2-contact-card a {
    overflow-wrap: anywhere;
    font-weight: 600;
}

.zm2-contact-card--address a {
    display: block;
    width: fit-content;
    margin-top: 0.45rem;
    color: #ffffff !important;
}


/* Ważne informacje */
.zm2-section--important {
    background: linear-gradient(180deg, #fffaf3 0%, #fff5f7 100%);
    border-block: 1px solid #f0e0d5;
}

.zm2-important-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
}

.zm2-important-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 47rem;
}

.zm2-important-card {
    position: relative;
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    padding: clamp(1.35rem, 3vw, 1.8rem);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ead7dd;
    border-top: 0.3rem solid var(--zm2-brand-800);
    border-radius: var(--zm2-radius);
    box-shadow: var(--zm2-shadow-sm);
}

.zm2-important-card::after {
    position: absolute;
    width: 7rem;
    height: 7rem;
    top: -3.5rem;
    right: -3rem;
    border-radius: 50%;
    background: var(--zm2-gold-100);
    content: "";
    pointer-events: none;
}

.zm2-important-card__meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--zm2-ink-600);
    font-size: 0.82rem;
}

.zm2-important-card__badge {
    display: inline-flex;
    align-items: center;
    min-height: 1.8rem;
    padding: 0.25rem 0.65rem;
    color: #ffffff;
    background: var(--zm2-brand-800);
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.zm2-important-card h3 {
    position: relative;
    z-index: 1;
    margin: 1.05rem 0 0;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
}

.zm2-important-card h3 a {
    color: var(--zm2-brand-950) !important;
    text-decoration: none;
}

.zm2-important-card h3 a:hover {
    color: var(--zm2-brand-700) !important;
    text-decoration: underline;
}

.zm2-important-card p {
    position: relative;
    z-index: 1;
    margin: 0.8rem 0 1.2rem;
    color: var(--zm2-ink-600);
}

.zm2-important-card > .zm2-text-link {
    position: relative;
    z-index: 1;
    width: fit-content;
    margin-top: auto;
}

/* Serwisy publiczne */
.zm2-section--institutions {
    background: #ffffff;
}

.zm2-institution-grid {
    max-width: var(--zm2-container);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
    margin: 2.7rem auto 0;
}

.zm2-institution-card {
    min-height: 19rem;
    display: grid;
    grid-template-rows: 10.5rem auto;
    align-items: center;
    padding: 1.4rem;
    color: var(--zm2-ink-800) !important;
    background: var(--zm2-surface-soft);
    border: 1px solid var(--zm2-line);
    border-radius: var(--zm2-radius);
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.zm2-institution-card:hover {
    color: var(--zm2-brand-800) !important;
    background: #ffffff;
    border-color: #cfa7b5;
    box-shadow: var(--zm2-shadow-sm);
    transform: translateY(-0.2rem);
}

.zm2-institution-card__image {
    height: 9.5rem;
    display: grid;
    place-items: center;
}

.zm2-institution-card__image img {
    width: auto;
    max-width: 100%;
    max-height: 9rem;
}

.zm2-institution-card > span:last-child {
    display: grid;
    gap: 0.25rem;
}

.zm2-institution-card strong {
    color: inherit;
}

.zm2-institution-card small {
    color: var(--zm2-ink-600);
}

@media (max-width: 68rem) {
    .zm2-hero__grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .zm2-hero__content {
        max-width: 50rem;
    }

    .zm2-hero__visual {
        min-height: 23rem;
    }

    .zm2-quick-links__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .zm2-contact-grid,
    .zm2-institution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 48rem) {
    .zm2-hero__grid {
        padding-block: 3.8rem 5rem;
    }

    .zm2-hero__visual {
        min-height: 22rem;
    }

    .zm2-hero-card--main {
        transform: none;
    }

    .zm2-hero-card--mini-one {
        top: 1rem;
        right: 0;
    }

    .zm2-hero-card--mini-two {
        bottom: 1rem;
        left: 0;
    }

    .zm2-quick-links {
        margin-top: -1rem;
    }

    .zm2-quick-links__grid {
        grid-template-columns: 1fr;
    }

    .zm2-section-heading--split {
        align-items: flex-start;
        flex-direction: column;
    }

    .zm2-news-grid {
        grid-template-columns: 1fr;
    }

    .zm2-news-card--featured {
        grid-template-columns: 1fr;
    }

    .zm2-news-card__visual {
        min-height: 15rem;
    }

    .zm2-hours-layout {
        grid-template-columns: 1fr;
    }

    .zm2-info-note {
        grid-column: auto;
    }

    .zm2-important-grid,
    .zm2-contact-grid,
    .zm2-institution-grid {
        grid-template-columns: 1fr;
    }

    .zm2-institution-card {
        min-height: 17rem;
        grid-template-rows: 9rem auto;
    }

    .zm2-institution-card__image {
        height: 8rem;
    }

    .zm2-institution-card__image img {
        max-height: 7.5rem;
    }
}

@media (max-width: 27rem) {
    .zm2-hero-card--mini {
        position: static;
        width: fit-content;
        margin-top: 0.75rem;
    }

    .zm2-hero__visual {
        display: block;
        min-height: auto;
    }

    .zm2-hero-card--main {
        width: 100%;
    }
}

@media print {
    .zm2-hero__visual,
    .zm2-hero__orb,
    .zm2-quick-links,
    .zm2-hero__actions,
    .zm2-hero__facts,
    .zm2-section--institutions {
        display: none !important;
    }

    .zm2-hero {
        color: #000000;
        background: #ffffff;
    }

    .zm2-hero__grid {
        min-height: 0;
        display: block;
        padding-block: 1rem;
    }

    .zm2-hero h1,
    .zm2-hero__lead {
        color: #000000 !important;
    }

    .zm2-section {
        padding-block: 1.5rem;
    }

    .zm2-news-grid,
    .zm2-hours-layout,
    .zm2-contact-grid {
        display: block;
    }

    .zm2-news-card,
    .zm2-hours-card,
    .zm2-hours-help,
    .zm2-contact-card {
        break-inside: avoid;
        margin-bottom: 0.8rem;
        color: #000000 !important;
        background: #ffffff !important;
        border: 1px solid #777777;
        box-shadow: none;
    }

    .zm2-section--hours :is(h2, h3, p, strong, a),
    .zm2-contact-card--address :is(h3, a, address) {
        color: #000000 !important;
    }
}

/* Rekrutacja — widoczna tylko, gdy istnieje opublikowana strona /rekrutacja/rekrutacja */
.zm2-section--recruitment {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 86% 10%, rgba(255, 228, 154, 0.17), transparent 24rem),
        linear-gradient(135deg, var(--zm2-brand-950) 0%, var(--zm2-brand-800) 62%, #a72f49 100%);
}

.zm2-section--recruitment::before,
.zm2-section--recruitment::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.zm2-section--recruitment::before {
    width: 22rem;
    height: 22rem;
    top: -14rem;
    right: -5rem;
}

.zm2-section--recruitment::after {
    width: 11rem;
    height: 11rem;
    right: 18rem;
    bottom: -7rem;
}

.zm2-recruitment-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.85fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
}

.zm2-recruitment-content {
    max-width: 48rem;
}

.zm2-recruitment-content h2 {
    max-width: 18ch;
    margin: 0.55rem 0 0;
    color: #ffffff !important;
    font-size: clamp(2rem, 4vw, 3.45rem);
    line-height: 1.12;
}

.zm2-recruitment-content > p {
    max-width: 42rem;
    margin: 1rem 0 0;
    color: #faedf2;
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.7;
}

.zm2-recruitment-button {
    min-height: 3.25rem;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin-top: 1.6rem;
    padding: 0.75rem 1.2rem;
    color: var(--zm2-brand-950) !important;
    background: #ffffff;
    border: 0.125rem solid #ffffff;
    border-radius: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.zm2-recruitment-button:hover {
    color: var(--zm2-brand-950) !important;
    background: var(--zm2-gold-100);
    border-color: var(--zm2-gold-100);
    transform: translateY(-0.1rem);
}

.zm2-recruitment-card {
    min-height: 13.5rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    gap: 1.15rem;
    padding: clamp(1.4rem, 3vw, 2rem);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: var(--zm2-radius);
    box-shadow: 0 1.4rem 3rem rgba(31, 2, 12, 0.22);
    backdrop-filter: blur(0.25rem);
}

.zm2-recruitment-card__icon {
    width: 3.4rem;
    height: 3.4rem;
    display: grid;
    place-items: center;
    color: var(--zm2-brand-950);
    background: #ffe49a;
    border-radius: 1rem;
}

.zm2-recruitment-card__icon svg {
    width: 1.75rem;
    height: 1.75rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.zm2-recruitment-card__label {
    display: block;
    color: #ffe49a;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.zm2-recruitment-card h3 {
    margin: 0.55rem 0 0;
    color: #ffffff !important;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
    line-height: 1.25;
}

.zm2-recruitment-card p {
    margin: 0.75rem 0 0;
    color: #f6e8ed;
    line-height: 1.65;
}

@media (max-width: 68rem) {
    .zm2-recruitment-layout {
        grid-template-columns: 1fr;
    }

    .zm2-recruitment-card {
        max-width: 46rem;
    }
}

@media (max-width: 36rem) {
    .zm2-recruitment-card {
        grid-template-columns: 1fr;
    }

    .zm2-recruitment-button {
        width: 100%;
    }
}

@media print {
    .zm2-section--recruitment {
        color: #000000;
        background: #ffffff;
        border-block: 1px solid #777777;
    }

    .zm2-section--recruitment::before,
    .zm2-section--recruitment::after,
    .zm2-recruitment-card__icon {
        display: none !important;
    }

    .zm2-recruitment-layout {
        display: block;
    }

    .zm2-recruitment-content h2,
    .zm2-recruitment-content > p,
    .zm2-recruitment-card h3,
    .zm2-recruitment-card p,
    .zm2-recruitment-card__label {
        color: #000000 !important;
    }

    .zm2-recruitment-card {
        min-height: 0;
        display: block;
        margin-top: 1rem;
        color: #000000;
        background: #ffffff;
        border: 1px solid #777777;
        box-shadow: none;
    }
}
