:root {
    --fc-purple-dark: #3f123f;
    --fc-muted: #6c5f6f;
    --fc-soft: #faf7fb;
}

.fc-stage-catalog {
    padding: 42px 0;
    background:
        radial-gradient(circle at top right, rgba(244,178,51,.08), transparent 26%),
        linear-gradient(180deg, #fbf8fc 0, #fff 52px, var(--fc-soft) 100%);
    border-top: 1px solid rgba(116,23,111,.08);
}

.fc-stage-months {
    display: grid;
    gap: 24px;
}

.fc-stage-month.is-hidden {
    display: none;
}

.fc-stage-month__head h3 {
    margin: 0 0 14px;
    color: var(--fc-purple-dark);
    font-size: 1.4rem;
}

.fc-stage-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.fc-stage-filter-selects {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.fc-stage-filter-select {
    display: grid;
    gap: 6px;
}

.fc-stage-filter-select__label {
    color: var(--fc-purple-dark);
    font-size: .8rem;
    font-weight: 900;
}

.fc-stage-filter-select select {
    min-width: 200px;
    min-height: 42px;
    padding: 0 42px 0 14px;
    border: 1px solid var(--fc-border, #eadfec);
    border-radius: 14px;
    background:
        linear-gradient(45deg, transparent 50%, var(--fc-purple-dark) 50%) calc(100% - 18px) calc(50% - 1px) / 7px 7px no-repeat,
        linear-gradient(135deg, var(--fc-purple-dark) 50%, transparent 50%) calc(100% - 13px) calc(50% - 1px) / 7px 7px no-repeat,
        #fff;
    color: var(--fc-purple-dark);
    font-size: .9rem;
    font-weight: 700;
    appearance: none;
}

.fc-stage-filter-select select:focus-visible {
    border-color: rgba(116,23,111,.35);
    box-shadow: 0 0 0 3px rgba(116,23,111,.08);
    outline: none;
}

.fc-stage-card {
    --fc-stage-base: #3e7bb4;
    --fc-stage-accent: #4989c9;
    --fc-stage-soft: #eef5fc;
    --fc-stage-ink: #23415f;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    color: var(--fc-stage-ink);
    box-shadow: 0 14px 28px rgba(63,18,63,.12);
}

.fc-stage-card.is-hidden {
    display: none;
}

.fc-stage-card--blue {
    --fc-stage-base: #3e7bb4;
    --fc-stage-accent: #4989c9;
    --fc-stage-soft: #eef5fc;
    --fc-stage-ink: #23415f;
}

.fc-stage-card--purple {
    --fc-stage-base: #5f1168;
    --fc-stage-accent: #71167d;
    --fc-stage-soft: #f6ecf8;
    --fc-stage-ink: #431448;
}

.fc-stage-card--coral {
    --fc-stage-base: #e7774d;
    --fc-stage-accent: #ef7f72;
    --fc-stage-soft: #fff0eb;
    --fc-stage-ink: #7a3b28;
}

.fc-stage-card--amber {
    --fc-stage-base: #e7a729;
    --fc-stage-accent: #f4b233;
    --fc-stage-soft: #fff7e6;
    --fc-stage-ink: #734f08;
}

.fc-stage-card__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-height: 200px;
    padding: 24px 28px 22px;
    background:
        linear-gradient(168deg, transparent 0 74%, rgba(255,255,255,.18) 74% 100%),
        linear-gradient(140deg, var(--fc-stage-base), var(--fc-stage-accent));
    color: #fff;
}

.fc-stage-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
    margin-bottom: 16px;
}

.fc-stage-card__aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    background: var(--fc-stage-soft);
}

.fc-stage-card__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    font-size: .82rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.fc-stage-card__title {
    display: block;
    margin-bottom: 0;
    font-family: 'LeckerliOne', sans-serif;
    font-size: clamp(2.3rem, 4vw, 3.3rem);
    font-weight: 400;
    line-height: 1;
}

.fc-stage-card__tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 10px;
    background: rgba(255,255,255,.2);
    box-shadow: 0 10px 18px rgba(30,27,37,.14);
    font-size: .82rem;
    font-weight: 900;
}

.fc-stage-card__hook {
    max-width: 26ch;
    margin: 0;
    color: rgba(255,255,255,.96);
    font-size: 1.16rem;
    font-weight: 800;
    line-height: 1.35;
    text-wrap: balance;
}

.fc-stage-card__description {
    display: grid;
    gap: 8px;
    max-width: 44ch;
    margin: 4px 0 0;
    padding: 0;
    list-style: none;
}

.fc-stage-card__description li {
    position: relative;
    margin: 0;
    padding-left: 16px;
    color: rgba(255,255,255,.92);
    font-size: .9rem;
    line-height: 1.45;
}

.fc-stage-card__description li::before {
    content: '';
    position: absolute;
    top: .58em;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
}

.fc-stage-card__meta {
    display: grid;
    gap: 10px;
}

.fc-stage-card__meta p {
    margin: 0;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(35,65,95,.12);
    font-size: .94rem;
    line-height: 1.35;
}

.fc-stage-card__meta p:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.fc-stage-card__meta strong {
    display: block;
    margin-bottom: 3px;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--fc-stage-ink) 80%, #000 20%);
}

.fc-stage-card__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 12px;
    background: var(--fc-stage-base);
    color: #fff;
    font-size: .88rem;
    font-weight: 900;
    text-decoration: none;
}

.fc-stage-empty {
    margin: 18px 0 0;
    color: var(--fc-muted);
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1100px) {
    .fc-stage-card {
        grid-template-columns: minmax(0, .95fr) minmax(260px, 320px);
    }

    .fc-stage-filter-selects {
        justify-content: flex-start;
        margin-top: 12px;
    }
}

@media (max-width: 760px) {
    .fc-stage-grid {
        grid-template-columns: 1fr;
    }

    .fc-stage-card {
        grid-template-columns: 1fr;
    }

    .fc-stage-card__main,
    .fc-stage-card__aside {
        padding: 20px;
    }

    .fc-stage-card__main {
        min-height: 0;
    }

    .fc-stage-card__hook,
    .fc-stage-card__description {
        max-width: none;
    }

    .fc-stage-filter-selects {
        justify-content: center;
    }

    .fc-stage-filter-select {
        width: 100%;
    }

    .fc-stage-filter-select select {
        min-width: 0;
        width: 100%;
    }
}
