/* ========== صفحه درباره ما - نسخه حرفه‌ای ========== */

/* بنر بالای صفحه */
.about-hero {
    position: relative;
    background: linear-gradient(135deg, #0052D4, #4364F7, #6FB1FC);
    border-radius: 32px;
    padding: 48px 20px;
    margin-bottom: 32px;
    text-align: center;
    overflow: hidden;
}

.about-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" opacity="0.08"><path fill="white" d="M10,10 L20,5 L30,10 L25,20 L15,20 Z M50,50 L60,45 L70,50 L65,60 L55,60 Z M80,30 L90,25 L95,35 L85,40 Z"/></svg>');
    background-repeat: repeat;
    background-size: 40px;
    animation: bgMove 20s linear infinite;
}

@keyframes bgMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100px 100px;
    }
}

.about-hero-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

@keyframes logoFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.about-hero h1 {
    font-size: 32px;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
}

.highlight {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.about-hero p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
}

.about-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.about-btn-primary {
    background: white;
    border: none;
    padding: 10px;
    border-radius: 50px;
    color: #0052D4;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.about-btn-primary:hover {
    transform: translateY(-3px);
}

.about-btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
    transform: scale(1.02);
}

.about-btn-primary:active {
    transform: scale(0.97);
}

.about-btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 12px 28px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.about-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
    border-color: white;
}

.about-btn-secondary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    transform: scale(1.02);
}

.about-hero-scroll {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: white;
    font-size: 11px;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
}

.about-hero-scroll:hover {
    opacity: 1;
    transform: translateX(-50%) translateY(3px);
}

.about-hero-scroll i {
    font-size: 14px;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }
}

/* داستان PixShow */
.about-story {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    padding: 32px 24px;
    margin-bottom: 24px;
    border: 1px solid rgba(0, 82, 212, 0.1);
    transition: all 0.3s;
}

body.dark .about-story {
    background: rgba(20, 25, 45, 0.95);
}

.about-story:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 82, 212, 0.1);
}

.about-story-icon {
    text-align: center;
    margin-bottom: 16px;
}

.about-story-icon i {
    font-size: 40px;
    color: #0052D4;
    opacity: 0.5;
}

.about-story h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1e293b;
}

body.dark .about-story h2 {
    color: #f1f5f9;
}

.about-story-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 12px;
}

.about-story-stats {
    display: flex;
    justify-content: space-around;
    gap: 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 82, 212, 0.1);
}

.story-stat {
    text-align: center;
}

.stat-number-about {
    display: block;
    font-size: 28px;
    font-weight: 800;
    color: #0052D4;
    margin-bottom: 4px;
}

.stat-label-about {
    font-size: 11px;
    color: #64748b;
}

/* ========== بخش ماموریت و چشم‌انداز - تمام عرض ========== */

.pixshow-full-mission {
    width: 100%;
    margin: 0 0 32px 0;
    padding: 0;
}

.pixshow-mission-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    border: 1px solid rgba(0, 82, 212, 0.1);
    overflow: hidden;
}

body.dark .pixshow-mission-container {
    background: rgba(20, 25, 45, 0.95);
}

.pixshow-mission-card {
    flex: 1;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
}

.pixshow-mission-card:hover {
    transform: translateY(-4px);
    background: rgba(0, 82, 212, 0.02);
}

body.dark .pixshow-mission-card:hover {
    background: rgba(0, 82, 212, 0.05);
}

.pixshow-mission-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0052D4, #4364F7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.pixshow-mission-card:hover .pixshow-mission-icon {
    transform: scale(1.08);
    border-radius: 20px;
}

.pixshow-mission-icon i {
    font-size: 28px;
    color: white;
}

.pixshow-mission-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e293b;
}

body.dark .pixshow-mission-content h3 {
    color: #f1f5f9;
}

.pixshow-mission-content p {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    max-width: 280px;
    margin: 0 auto;
}

body.dark .pixshow-mission-content p {
    color: #94a3b8;
}

.pixshow-mission-divider {
    width: 1px;
    background: linear-gradient(180deg, transparent, #0052D4, #4364F7, transparent);
    margin: 24px 0;
}

/* ریسپانسیو */
@media (max-width: 700px) {
    .pixshow-mission-container {
        flex-direction: column;
        gap: 0;
    }

    .pixshow-mission-divider {
        width: 80%;
        height: 1px;
        margin: 0 auto;
        background: linear-gradient(90deg, transparent, #0052D4, #4364F7, transparent);
    }

    .pixshow-mission-card {
        padding: 28px 20px;
    }

    .pixshow-mission-card:hover {
        transform: translateY(-2px);
    }
}

@media (max-width: 400px) {
    .pixshow-mission-card {
        padding: 24px 16px;
    }

    .pixshow-mission-icon {
        width: 56px;
        height: 56px;
    }

    .pixshow-mission-icon i {
        font-size: 26px;
    }

    .pixshow-mission-content h3 {
        font-size: 16px;
    }

    .pixshow-mission-content p {
        font-size: 12px;
    }
}

/* ویژگی‌ها */
.about-features {
    margin-bottom: 32px;
}

.about-section-header {
    text-align: center;
    margin-bottom: 28px;
}

.about-section-header i {
    font-size: 36px;
    color: #0052D4;
    margin-bottom: 8px;
}

.about-section-header h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1e293b;
}

body.dark .about-section-header h2 {
    color: #f1f5f9;
}

.about-section-header p {
    font-size: 12px;
    color: #64748b;
}

.features-about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.feature-about-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 24px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .feature-about-card {
    background: rgba(20, 25, 45, 0.95);
}

.feature-about-card:hover {
    transform: translateY(-4px);
    border-color: #0052D4;
}

.feature-about-card:focus-within {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 82, 212, 0.2);
}

.feature-about-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s;
}

.feature-about-card:hover .feature-about-icon {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    transform: scale(1.05);
}

.feature-about-icon i {
    font-size: 26px;
    transition: all 0.3s;
}

.feature-about-card:hover .feature-about-icon i {
    color: white;
}

.feature-about-card h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e293b;
}

body.dark .feature-about-card h4 {
    color: #f1f5f9;
}

.feature-about-card p {
    font-size: 12px;
    color: #64748b;
    line-height: 1.4;
}

.feature-hover-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0052D4, #4364F7, #6FB1FC);
    transform: scaleX(0);
    transition: transform 0.3s;
}

.feature-about-card:hover .feature-hover-effect {
    transform: scaleX(1);
}

/* تیم ما */
.about-team {
    margin-bottom: 32px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

/* ========== بخش تیم PixShow - هماهنگ با ویژگی‌ها ========== */

.team-member-card {
    position: relative;
    cursor: pointer;
}

.team-avatar-icon {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    transition: all 0.3s;
}

.team-member-card:hover .team-avatar-icon {
    transform: scale(1.05) translateY(-5px);
    border-radius: 24px;
}

.team-role {
    color: #0052D4;
    font-weight: 600;
    font-size: 12px;
    margin: 4px 0;
}

.team-member-card p:last-of-type {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 12px;
}

.team-social-icons {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.team-icon-link {
    width: 32px;
    height: 32px;
    background: rgba(0, 82, 212, 0.08);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0052D4;
    transition: all 0.3s;
    text-decoration: none;
}

.team-icon-link:hover {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    transform: translateY(-3px);
}

.team-icon-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 82, 212, 0.3);
}

/* تم دارک */
body.dark .team-role {
    color: #6FB1FC;
}

body.dark .team-icon-link {
    background: rgba(0, 82, 212, 0.15);
    color: #6FB1FC;
}

body.dark .team-icon-link:hover {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
}

.team-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 24px 16px;
    text-align: center;
    transition: all 0.3s;
    border: 1px solid rgba(0, 82, 212, 0.1);
}

body.dark .team-card {
    background: rgba(20, 25, 45, 0.95);
}

.team-card:hover {
    transform: translateY(-6px);
    border-color: #0052D4;
    box-shadow: 0 15px 30px rgba(0, 82, 212, 0.12);
}

.team-card:focus-within {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 82, 212, 0.2);
}

.team-avatar {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #0052D4, #4364F7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: all 0.3s;
}

.team-card:hover .team-avatar-overlay {
    opacity: 0.9;
}

.team-avatar-overlay i {
    color: white;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.2s;
}

.team-avatar-overlay i:hover {
    transform: scale(1.2);
}

.team-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1e293b;
}

body.dark .team-card h4 {
    color: #f1f5f9;
}

.team-card span {
    font-size: 11px;
    color: #0052D4;
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
}

.team-card p {
    font-size: 11px;
    color: #64748b;
    margin-bottom: 12px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.team-social-link {
    width: 32px;
    height: 32px;
    background: rgba(0, 82, 212, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0052D4;
    transition: all 0.3s;
}

.team-social-link:hover {
    background: linear-gradient(135deg, #0052D4, #4364F7);
    color: white;
    transform: translateY(-2px);
}

.team-social-link:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 82, 212, 0.4);
}

/* ========== CTA اختصاصی صفحه درباره ما ========== */

.pixshow-cta-wrapper {
    margin-bottom: 20px;
    padding: 0 4px;
}

.pixshow-cta-container {
    position: relative;
    background: linear-gradient(135deg, #0052D4, #4364F7, #6FB1FC);
    border-radius: 32px;
    padding: 40px 24px;
    overflow: hidden;
}

.pixshow-cta-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.15) 0%, transparent 60%);
    animation: ctaGlowRotate 12s linear infinite;
}

@keyframes ctaGlowRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pixshow-cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.pixshow-cta-icon {
    margin-bottom: 16px;
}

.pixshow-cta-icon i {
    font-size: 52px;
    color: white;
    animation: ctaRocketFloat 2.5s ease-in-out infinite;
    display: inline-block;
}

@keyframes ctaRocketFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(5deg);
    }
}

.pixshow-cta-title {
    font-size: 22px;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.pixshow-cta-description {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 28px;
}

.pixshow-cta-button {
    background: white;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.pixshow-cta-button:hover {
    transform: translateY(-3px);
    gap: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.pixshow-cta-button:active {
    transform: scale(0.96);
}

.pixshow-cta-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 82, 212, 0.4), 0 0 0 6px rgba(255, 255, 255, 0.3);
}

.pixshow-cta-button-text {
    font-size: 14px;
    font-weight: 700;
    color: #0052D4;
}

.pixshow-cta-button-icon {
    font-size: 14px;
    color: #0052D4;
    transition: transform 0.2s;
}

.pixshow-cta-button:hover .pixshow-cta-button-icon {
    transform: translateX(-3px);
}

/* تم دارک - فقط در صورت نیاز (همان گرادیان آبی است) */
body.dark .pixshow-cta-container {
    background: linear-gradient(135deg, #0052D4, #4364F7, #6FB1FC);
}

/* ریسپانسیو */
@media (max-width: 550px) {
    .about-mission {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .features-about-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .about-hero h1 {
        font-size: 28px;
    }

    .about-story-stats {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 380px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
}