.syndyk-profile-header {
    padding: 3rem 0;
}

.syndyk-profile-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

.syndyk-profile-header__identity {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    flex: 1 1 auto;
}

.syndyk-profile-header__info-block {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.syndyk-profile-avatar {
    width: 96px;
    height: 96px;
    border-radius: 24px;
    background: rgba(15, 76, 204, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.syndyk-profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.syndyk-profile-avatar__initials {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
}

.syndyk-profile-header__name {
    margin: 0 0 0.5rem;
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 700;
}

.syndyk-profile-header__info {
    margin: 0.25rem 0;
    color: rgba(17, 24, 39, 0.75);
}

.syndyk-profile-header__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.2rem;
    flex: 1 1 360px;
}

.syndyk-profile-stat {
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(226, 237, 255, 0.85));
    border: 1px solid rgba(29, 78, 216, 0.12);
    border-radius: 22px;
    padding: 1.35rem 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    box-shadow: 0 24px 60px -38px rgba(29, 78, 216, 0.38);
}

.syndyk-profile-stat span {
    font-size: 0.9rem;
    color: rgba(17, 24, 39, 0.65);
    letter-spacing: 0.03em;
}

.syndyk-profile-stat strong {
    font-size: 1.85rem;
    font-weight: 700;
    color: rgba(29, 78, 216, 0.95);
}

.syndyk-profile-details {
    padding: 3rem 0 1.5rem;
}

.syndyk-profile-details__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: start;
    width: 100%;
}

.syndyk-profile-card {
    position: relative;
    background: var(--surface);
    border-radius: 28px;
    border: 1px solid rgba(37, 99, 235, 0.08);
    padding: 2.3rem 2.4rem;
    box-shadow: 0 32px 70px -52px rgba(37, 99, 235, 0.38);
    overflow: hidden;
}

.syndyk-profile-card h2 {
    margin-top: 0;
    margin-bottom: 1.3rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.92);
}

.syndyk-profile-card__list {
    display: grid;
    gap: 1.15rem;
}

.syndyk-profile-card__row {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 1.1rem;
    align-items: start;
}

.syndyk-profile-card__list dt {
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(37, 99, 235, 0.68);
    margin: 0;
    font-weight: 700;
}

.syndyk-profile-card__list dd {
    margin: 0;
    font-size: 1.08rem;
    color: rgba(15, 23, 42, 0.92);
    line-height: 1.5;
    font-weight: 500;
}

.syndyk-profile-card__list a {
    color: rgba(37, 99, 235, 0.95);
    text-decoration: none;
    font-weight: 600;
}

.syndyk-profile-card__list a:hover {
    text-decoration: underline;
}

.syndyk-profile-card--bio .syndyk-profile-card__content {
    color: rgba(17, 24, 39, 0.82);
    line-height: 1.7;
    font-size: 1rem;
}

.syndyk-profile-announcements {
    padding: 2rem 0 4rem;
}

.syndyk-profile-announcements__group + .syndyk-profile-announcements__group {
    margin-top: 3rem;
}

.syndyk-profile-announcements__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.syndyk-profile-announcements__header h2 {
    margin: 0;
}

.syndyk-profile-announcements__header p {
    margin: 0.5rem 0 0;
    color: rgba(17, 24, 39, 0.65);
}

.syndyk-profile-announcements__count {
    min-width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(15, 76, 204, 0.1);
    color: var(--primary);
    font-weight: 600;
    font-size: 1.1rem;
}

.syndyk-profile-announcements__grid-wrapper {
    width: 100%;
}

.syndyk-profile-announcements__carousel {
    width: 100%;
}

.syndyk-profile-announcements__grid {
    display: grid;
    width: 100%;
    gap: 1.7rem;
}

.demo4-slider--profile.is-enabled .syndyk-profile-announcements__grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(100%, 1fr);
    gap: 1rem;
}

.demo4-slider--profile.is-enabled .demo4-slider__viewport {
    margin: 0;
    padding-inline: 0;
    padding-bottom: 1.25rem;
    scroll-padding: 0;
}

.demo4-slider--profile.is-enabled .syndyk-profile-announcements__grid [data-slider-slide] {
    width: 100%;
}

.demo4-slider--profile.is-enabled .profile-announcement-card {
    width: 100%;
}

@media (min-width: 1025px) {
    .syndyk-profile-announcements__carousel.demo4-slider--profile {
        display: block;
    }

    .syndyk-profile-announcements__carousel.demo4-slider--profile .demo4-slider__viewport {
        display: block;
    }

    .syndyk-profile-announcements__carousel.demo4-slider--profile .demo4-slider__controls {
        display: none;
    }

    .demo4-slider--profile:not(.is-enabled) .demo4-slider__viewport {
        margin: 0 auto;
        padding: 0;
        overflow: visible;
    }

    .demo4-slider--profile:not(.is-enabled) .syndyk-profile-announcements__grid {
        grid-template-columns: repeat(3, minmax(320px, 360px));
        justify-content: center;
        max-width: calc(3 * 360px + 2 * 2.4rem);
        margin: 0 auto;
        gap: 2.4rem;
    }
}

.syndyk-profile-announcement {
    width: 100%;
}

.profile-announcement-card {
    transition: box-shadow 0.2s ease;
}

.profile-announcement-card > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.profile-announcement-card > a[aria-disabled="true"] {
    pointer-events: none;
    cursor: default;
}

.profile-announcement-card__media {
    position: relative;
}

.syndyk-profile-announcement__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.syndyk-profile-announcement__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 0.9rem;
}

.syndyk-profile-announcement__chips span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.16);
    color: rgba(15, 23, 42, 0.78);
    font-weight: 500;
}

.syndyk-profile-announcement__status-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 12px 32px -18px rgba(15, 23, 42, 0.4);
}

.syndyk-profile-announcement__status-badge--available {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.92), rgba(22, 163, 74, 0.85));
}

.syndyk-profile-announcement__status-badge--warning {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.95), rgba(217, 119, 6, 0.85));
}

.syndyk-profile-announcement__status-badge--archived {
    background: linear-gradient(135deg, rgba(107, 114, 128, 0.9), rgba(75, 85, 99, 0.85));
}

.syndyk-profile-announcement__actions {
    display: none;
}

@media (max-width: 1024px) {
    .profile-announcement-card__media {
        min-height: 200px;
    }

    .syndyk-profile-details__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 2rem;
    }

    .syndyk-profile-card__row {
        grid-template-columns: minmax(0, 1fr);
        gap: 0.5rem;
    }
}

@media (max-width: 768px) {
    .profile-announcement-card__content {
        padding: 1.35rem 1.5rem 1.6rem;
    }

    .syndyk-profile-announcement__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.6rem;
    }

    .syndyk-profile-announcement__chips {
        gap: 0.5rem;
    }
}

.syndyk-profile-empty {
    background: var(--surface);
    border: 1px dashed rgba(17, 24, 39, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    color: rgba(17, 24, 39, 0.6);
}

.syndyk-profile-empty h3 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .syndyk-profile-header {
        padding: 2.5rem 0;
    }

    .syndyk-profile-header__inner {
        justify-content: center;
    }

    .syndyk-profile-header__identity {
        flex-direction: column;
        text-align: center;
    }

    .syndyk-profile-header__stats {
        width: 100%;
    }

    .syndyk-profile-announcements__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .syndyk-profile-announcements__count {
        align-self: flex-start;
    }
}
