.page-hero {
    background: #141414;
}
.page-hero__dark {
    padding-top: 73px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}
.page-hero__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 80px 96px 64px;
    text-align: center;
}
@media (max-width: 1023px) {
    .page-hero__content {
        padding: 60px 48px 48px;
    }
}
@media (max-width: 767px) {
    .page-hero__content {
        padding: 48px 20px 40px;
    }
}
.page-hero__content--blog {
    padding: 128px 96px 64px;
}
@media (max-width: 1023px) {
    .page-hero__content--blog {
        padding: 80px 48px 48px;
    }
}
@media (max-width: 767px) {
    .page-hero__content--blog {
        padding: 48px 20px 40px;
    }
}
.page-hero__breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 16px;
    line-height: 21px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-hero__breadcrumbs li {
    display: flex;
    align-items: center;
}
.page-hero__breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    white-space: nowrap;
}
.page-hero__breadcrumbs a:hover {
    color: #ffffff;
}
.page-hero__breadcrumbs svg {
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}
.page-hero__breadcrumbs-current {
    color: #ffffff;
    white-space: nowrap;
}
.page-hero__title {
    font-size: 60px;
    font-weight: var(--font-weight-extrabold);
    line-height: 60px;
    color: #ffffff;
    margin: 0;
}
@media (max-width: 1023px) {
    .page-hero__title {
        font-size: 48px;
        line-height: 48px;
    }
}
@media (max-width: 767px) {
    .page-hero__title {
        font-size: 36px;
        line-height: 40px;
    }
}
.page-hero__sub {
    font-size: 21px;
    font-weight: var(--font-weight-normal);
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    max-width: 576px;
}
@media (max-width: 767px) {
    .page-hero__sub {
        font-size: 18px;
    }
}
.page-hero__shelf {
    height: 60px;
    background: #ffffff;
    border-radius: 48px 48px 0 0;
}
@media (max-width: 767px) {
    .page-hero__shelf {
        height: 28px;
        border-radius: 20px 20px 0 0;
    }
}
.blog-hero__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
@media (max-width: 767px) {
    .blog-hero__filters {
        gap: 8px;
    }
}
.blog-hero__filter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    line-height: 20px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    transition: background var(--transition-base), color var(--transition-base);
}
.blog-hero__filter--active {
    background: linear-gradient(135deg, #a65eed 0%, #c23cdd 100%);
    color: #ffffff;
}
.page-hero__content--events {
    padding-bottom: 48px;
}
.events-hero__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    padding-top: 24px;
}
.events-hero__filter {
    padding: 10px 24px;
    border-radius: 9999px;
    font-size: 14px;
    font-weight: var(--font-weight-semibold);
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    cursor: pointer;
    transition: background var(--transition-base), color var(--transition-base);
}
.events-hero__filter--active {
    background: linear-gradient(135deg, #3399ff 0%, #0d33f2 100%);
    color: #ffffff;
}
.events-list {
    background: #ffffff;
}
.events-list .section-container {
    padding-bottom: 0;
}
@media (max-width: 1023px) {
    .events-list .section-container {
        padding: 56px 48px 0;
    }
}
@media (max-width: 767px) {
    .events-list .section-container {
        padding: 48px 20px 0;
    }
}
.events-list__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.event-item {
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 24px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow var(--transition-base);
}
.event-item:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
.event-item__date {
    width: 156px;
    flex-shrink: 0;
    background: linear-gradient(139deg, #ebf5ff 0%, #e7ebfe 100%);
    border-right: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
    gap: 4px;
}
@media (max-width: 1023px) {
    .event-item__date {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        gap: 8px;
        padding: 16px 20px;
        border-right: none;
        border-bottom: 1px solid #e6e6e6;
    }
}
.event-item__date-month {
    font-size: 12px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0080ff;
    line-height: 15px;
}
.event-item__date-day {
    font-size: 24px;
    font-weight: var(--font-weight-extrabold);
    line-height: 28px;
    color: #141414;
}
.event-item__image {
    --event-image-width: 300px;
    width: var(--event-image-width);
    flex-shrink: 0;
    align-self: center;
    aspect-ratio: 2/1;
    overflow: hidden;
}
@media (max-width: 1023px) {
    .event-item__image {
        --event-image-width: 100%;
        align-self: stretch;
    }
}
.event-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 1023px) {
    .event-item__image img {
        object-fit: contain;
    }
}
.event-item__body {
    flex: 1;
    min-width: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
.event-item__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.event-item__category {
    font-size: 12px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0080ff;
    line-height: 15px;
}
.event-item__badge {
    background: linear-gradient(141deg, #3399ff 0%, #0d33f2 100%);
    border-radius: 9999px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}
.event-item__title {
    font-size: 30px;
    font-weight: var(--font-weight-extrabold);
    line-height: 36px;
    color: #141414;
    margin: 0;
}
@media (max-width: 1023px) {
    .event-item__title {
        font-size: 22px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .event-item__title {
        font-size: 20px;
        line-height: 26px;
    }
}
.event-item__info {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.event-item__info-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    line-height: 21px;
    color: #737373;
}
.event-item__info-item svg {
    flex-shrink: 0;
    color: #737373;
}
.event-item__desc {
    font-size: 16px;
    line-height: 21px;
    color: #737373;
    margin: 0;
}
.event-item__arrow {
    flex-shrink: 0;
    padding-right: 32px;
    display: flex;
    align-items: center;
    color: #141414;
}
@media (max-width: 1023px) {
    .event-item__arrow {
        padding: 16px 20px;
        align-self: flex-end;
    }
}
@media (max-width: 1023px) {
    .event-item {
        flex-direction: column;
    }
}
