.project-media-center-page {
    padding-bottom: 90px;
    background: linear-gradient(180deg, #fbfcff 0%, #f4f7fc 100%);
}

.project-media-center-hero {
    min-height: 260px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(7, 28, 85, 0.78) 0%, rgba(7, 28, 85, 0.9) 52%, rgba(7, 28, 85, 0.98) 100%),
        url('/public/k.png') center/cover no-repeat;
}

.project-media-center-hero-inner {
    width: 100%;
    max-width: 520px;
    text-align: right;
    color: #fff;
    padding: 217px 0 129px 0;
}

.project-media-center-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
}

.project-media-center-breadcrumb a {
    color: #fff;
}

.project-media-center-title {
    margin: 0 0 14px;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
    color: #fff;
}

.project-media-center-subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.86);
    position: relative;
    padding-bottom: 18px;
}

.project-media-center-subtitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: #a97c50;
}

.project-media-center-shell {
    padding-top: 82px;
}

.professional-community-intro {
    margin-bottom: 84px !important;
}

.professional-community-members {
    margin-top: 112px !important;
}

.community-feature {
    text-align: center;
    padding: 42px 26px;
    border-radius: 16px;
    border: 1px solid rgba(29, 21, 81, 0.1);
    transition: box-shadow 0.3s ease;
    height: 100%;
}

.community-feature:hover {
    box-shadow: 0 10px 30px rgba(29, 21, 81, 0.1);
}

.community-feature-icon {
    font-size: 40px;
    color: #1d347f;
    margin-bottom: 16px;
}

.community-feature-title {
    font-size: 18px;
    font-weight: 900;
    color: #1d1551;
    margin-bottom: 12px;
}

.community-feature-text {
    color: rgba(29, 21, 81, 0.7);
    font-size: 13px;
    line-height: 2;
    margin-bottom: 0;
}

.member-card {
    background: #fff;
    border-radius: 20px;
    padding: 34px 28px;
    border: 1px solid rgba(29, 21, 81, 0.1);
    box-shadow: 0 10px 30px rgba(29, 21, 81, 0.06);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.member-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #071c55;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 6px 16px;
    border-radius: 10px;
    margin-bottom: 16px;
    float: left;
}

.member-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 12px;
    border: 3px solid #f0f0f0;
}

.member-name {
    font-size: 21px;
    font-weight: 900;
    color: #1d1551;
    margin-bottom: 6px;
}

.member-info {
    color: rgba(29, 21, 81, 0.6);
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.8;
}

.member-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 26px;
    margin-top: 18px;
}

.member-tag {
    background: rgba(29, 52, 127, 0.08);
    color: #1d347f;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 999px;
}

.member-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid rgba(29, 21, 81, 0.2);
    background: #fff;
    color: #1d1551;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: auto;
}

.member-button:hover {
    background: #071c55;
    color: #fff;
    border-color: #071c55;
}

.stats-section {
    margin-top: 112px;
    padding-top: 76px;
    border-top: 1px solid rgba(29, 21, 81, 0.1);
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 1px;
    background-color: rgba(29, 21, 81, 0.1);
}

.stat-icon {
    font-size: 40px;
    color: #d48d0d;
    margin-bottom: 16px;
}

.stat-number {
    font-size: 34px;
    font-weight: 900;
    color: #1d1551;
    margin-bottom: 10px;
}

.stat-label {
    color: rgba(29, 21, 81, 0.7);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
}

.join-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 42px;
    text-align: right;
}

.join-section {
    background: linear-gradient(135deg, #f8faff 0%, #f0f4ff 100%);
    border-radius: 24px;
    padding: 56px 36px;
    border: 1px solid rgba(29, 21, 81, 0.08);
    position: relative;
    overflow: hidden;
    margin-top: 108px !important;
}

.join-dot-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background-image: radial-gradient(circle, rgba(29, 52, 127, 0.06) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.6;
}

.join-dot-pattern.bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
}

.join-icon-wrapper {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(29, 52, 127, 0.08) 0%, rgba(29, 52, 127, 0.02) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.join-icon {
    font-size: 56px;
    color: #1d347f;
}

.join-title {
    font-size: 30px;
    font-weight: 900;
    color: #071c55;
    margin-bottom: 16px;
}

.join-text {
    font-size: 15px;
    color: rgba(29, 21, 81, 0.7);
    line-height: 1.95;
    margin-bottom: 0;
}

.join-form-item {
    background: #fff;
    border-radius: 18px;
    padding: 22px 30px;
    border: none;
    box-shadow: 0 8px 24px rgba(29, 21, 81, 0.06);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.join-form-label {
    font-size: 17px;
    font-weight: 800;
    color: #1d347f;
}

.join-form-input {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    padding-right: 42px;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
    color: #1d347f;
    flex-grow: 1;
}

.join-form-input::placeholder {
    color: rgba(29, 52, 127, 0.7);
}

.join-form-input:focus {
    background: transparent;
    border: none;
    outline: none;
}

.join-form-icon {
    font-size: 24px;
    color: #1d347f;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    flex-shrink: 0;
    pointer-events: none;
}

.join-button {
    background: linear-gradient(90deg, #071c55 0%, #1d347f 100%);
    color: #fff;
    border-radius: 22px;
    padding: 22px 32px;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    box-shadow: 0 12px 32px rgba(7, 28, 85, 0.25);
    transition: all 0.3s ease;
}

.join-button-icon {
    font-size: 24px;
}

.section-title {
    font-size: 30px;
    font-weight: 900;
    color: #1d1551;
    margin-bottom: 18px;
}

.section-subtitle {
    font-size: 15px;
    color: rgba(29, 21, 81, 0.7);
    line-height: 2;
}

.member-avatar-wrapper {
    position: relative;
    clear: both;
}

.member-online-dot {
    position: absolute;
    bottom: 8px;
    right: calc(50% - 40px);
    width: 16px;
    height: 16px;
    background: #22c55e;
    border-radius: 50%;
    border: 2px solid #fff;
}

/* Large Desktops (up to 1399px) */
@media (max-width: 1399px) {
    .join-title {
        font-size: 31px;
    }

    .join-text {
        font-size: 15px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-icon {
        font-size: 34px;
    }
}

/* Medium Desktops (up to 1199px) */
@media (max-width: 1199px) {
    .project-media-center-title {
        font-size: 42px;
    }

    .project-media-center-subtitle {
        font-size: 17px;
    }

    .section-title {
        font-size: 28px;
    }

    .join-icon-wrapper {
        width: 140px;
        height: 140px;
    }

    .join-icon {
        font-size: 52px;
    }

    .member-name {
        font-size: 20px;
    }

    .stat-number {
        font-size: 30px;
    }

    .stat-icon {
        font-size: 34px;
    }

    .stat-label {
        font-size: 14px;
    }
}

/* Tablets (up to 991px) */
@media (max-width: 991px) {
    .project-media-center-title {
        font-size: 36px;
    }

    .project-media-center-subtitle {
        font-size: 16px;
    }

    .section-title {
        font-size: 28px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .join-section {
        padding: 46px 26px;
    }

    .professional-community-intro {
        margin-bottom: 64px !important;
    }

    .professional-community-members {
        margin-top: 82px !important;
    }

    .join-title {
        font-size: 27px;
    }

    .join-text {
        font-size: 16px;
    }

    .community-feature-title {
        font-size: 17px;
    }




    .stat-item:not(:last-child):after {
        display: none;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .project-media-center-page {
        padding-bottom: 60px;
    }

    .project-media-center-hero {
        min-height: 220px;
    }

    .project-media-center-hero-inner {
        max-width: 100%;
        padding: 160px 0 80px 0;
    }

    .project-media-center-title {
        font-size: 30px;
    }

    .project-media-center-subtitle {
        font-size: 14px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-subtitle {
        font-size: 15px;
    }

    .join-section {
        padding: 38px 18px;
    }

    .professional-community-intro {
        margin-bottom: 50px !important;
    }

    .professional-community-members {
        margin-top: 64px !important;
    }

    .join-header {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .join-icon-wrapper {
        width: 120px;
        height: 120px;
    }

    .join-icon {
        font-size: 44px;
    }

    .join-title {
        font-size: 24px;
    }

    .join-text {
        font-size: 14px;
    }

    .join-form-item {
        padding: 16px 20px;
    }

    .join-form-label {
        font-size: 16px;
    }

    .join-button {
        padding: 18px 24px;
        font-size: 16px;
    }

    .member-card {
        padding: 28px 22px;
    }

    .member-name {
        font-size: 18px;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-icon {
        font-size: 28px;
    }

    .stat-label {
        font-size: 13px;
    }

    .stats-section {
        margin-top: 52px;
        padding-top: 40px;
    }

    .join-section {
        margin-top: 78px !important;
    }

    .community-feature {
        padding: 28px 18px;
    }

    .community-feature-icon {
        font-size: 34px;
    }

    .community-feature-title {
        font-size: 16px;
    }

}

/* Small Mobile (up to 575px) */
@media (max-width: 575px) {
    .project-media-center-title {
        font-size: 27px;
    }

    .section-title {
        font-size: 22px;
    }

    .join-title {
        font-size: 22px;
    }

    .stat-number {
        font-size: 26px;
    }

    .stat-icon {
        font-size: 26px;
    }
}
