/* ============ 关于武影子 - 深色电竞风格 =================== */
.about-page,
.about-hero,
.about-intro,
.brand-story,
.corporate-culture,
.partners,
.about-footer {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
}

/* 关于我们 Hero 大图区域 */
.about-hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.about-hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: linear-gradient(rgba(5, 5, 8, 0.7), rgba(5, 5, 8, 0.8)), url('https://images.unsplash.com/photo-1542751371-adc38448a05e?w=1920&q=80');
    background-size: cover;
    background-position: center;
}
.about-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}
.about-hero-content h1 {
    font-family: 'Orbitron', 'Microsoft YaHei', sans-serif;
    font-size: 72px;
    font-weight: 900;
    letter-spacing: 8px;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 0 30px rgba(0, 243, 255, 0.3);
}
.about-hero-content h1 span { color: var(--neon-cyan); }
.about-hero-content p {
    font-size: 20px;
    letter-spacing: 12px;
    font-weight: 300;
    color: var(--text-muted);
}

/* 品牌故事 */
.brand-story {
    padding: 80px 60px;
    background: var(--dark-secondary);
    position: relative;
    z-index: 1;
}
.brand-story-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.brand-story-inner > h2 {
    font-family: 'Orbitron', 'Microsoft YaHei', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 4px;
}
.story-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.story-card {
    padding: 40px 30px;
    border-radius: 16px;
    color: #fff;
    text-align: center;
    border: 1px solid rgba(0, 243, 255, 0.2);
    background: var(--card-bg);
    backdrop-filter: blur(10px);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--neon-cyan), var(--neon-purple), transparent);
    animation: cardScan 3s linear infinite;
}
.story-card:hover {
    border-color: rgba(0, 243, 255, 0.4);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 243, 255, 0.1);
    transform: translateY(-8px);
}
.story-card h3 {
    font-family: 'Orbitron', 'Microsoft YaHei', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--neon-cyan);
    text-shadow: 0 0 15px rgba(0, 243, 255, 0.3);
}
.story-card p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--text-secondary);
}

/* 公司介绍 */
.about-intro {
    padding: 80px 60px;
    background: var(--dark-bg);
    position: relative;
    z-index: 1;
}
.about-intro-inner {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.about-intro-inner > h2 {
    font-family: 'Orbitron', 'Microsoft YaHei', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 40px;
    letter-spacing: 4px;
}
.about-intro-inner > p {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 2.2;
    margin-bottom: 20px;
    text-align: left;
}

/* 企业文化 */
.corporate-culture {
    position: relative;
    background: var(--dark-secondary);
    overflow: hidden;
    padding: 80px 60px;
    position: relative;
    z-index: 1;
}
.culture-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: linear-gradient(rgba(10, 10, 15, 0.8), rgba(10, 10, 15, 0.9)), url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1920&q=80');
    background-size: cover;
    background-position: center;
    filter: contrast(1.05);
}
.culture-inner {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.culture-header {
    border-left: 4px solid var(--neon-cyan);
    padding-left: 16px;
    margin-bottom: 40px;
}
.culture-header h2 {
    font-family: 'Orbitron', 'Microsoft YaHei', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--text-primary);
    letter-spacing: 2px;
}
.culture-header p {
    font-size: 11px;
    color: var(--text-muted);
    letter-spacing: 3px;
    text-transform: uppercase;
}
.culture-body p {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 2;
    margin-bottom: 16px;
    text-indent: 2em;
}
.culture-body p:last-child {
    text-align: center;
    text-indent: 0;
    font-weight: 600;
    color: var(--neon-cyan);
    margin-top: 30px;
    font-size: 17px;
    text-shadow: 0 0 15px rgba(0, 243, 255, 0.3);
}

/* 合作伙伴 */
.partners {
    padding: 70px 60px;
    background: var(--dark-bg);
    border-top: 1px solid rgba(0, 243, 255, 0.1);
    position: relative;
    z-index: 1;
}
.partners-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.partner-logo {
    flex: 1;
    min-width: 150px;
    text-align: center;
    font-size: 22px;
    color: var(--text-muted);
    transition: all 0.3s;
    cursor: pointer;
    padding: 20px;
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 12px;
    background: var(--card-bg);
}
.partner-logo:hover {
    color: var(--neon-cyan);
    border-color: rgba(0, 243, 255, 0.3);
    transform: translateY(-3px);
    text-shadow: 0 0 15px rgba(0, 243, 255, 0.3);
}

/* 联系我们 Footer */
.about-footer {
    background: var(--footer-bg);
    color: rgba(255, 255, 255, 0.7);
    padding: 60px 60px 30px;
    border-top: 1px solid rgba(0, 243, 255, 0.15);
    position: relative;
    z-index: 1;
}
.about-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}
.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 20px;
    background: var(--card-bg);
    border: 1px solid rgba(0, 243, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s;
}
.contact-item:hover {
    border-color: rgba(0, 243, 255, 0.3);
    transform: translateY(-5px);
}
.contact-item svg {
    width: 28px;
    height: 28px;
    color: var(--neon-cyan);
}
.contact-text {
    font-size: 13px;
    color: var(--text-secondary);
    line-height: 1.4;
}
.copyright {
    text-align: center;
    font-size: 13px;
    color: var(--text-muted);
    padding-top: 30px;
    border-top: 1px solid rgba(0, 243, 255, 0.1);
}
.icp {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.icp-divider { color: rgba(255, 255, 255, 0.2); }
.icp-footer {
    text-align: center;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 14px;
}
.ipv6-box {
    display: inline-block;
    border: 1px solid var(--neon-cyan);
    color: var(--neon-cyan);
    padding: 1px 8px;
    border-radius: 2px;
    font-weight: 700;
    font-size: 10px;
}

@keyframes cardScan {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* 响应式 */
@media (max-width: 1024px) {
    .contact-grid { grid-template-columns: repeat(2, 1fr); }
    .story-cards { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .about-hero-content h1 { font-size: 42px; }
    .about-hero-content p { font-size: 14px; letter-spacing: 6px; }
    .contact-grid { grid-template-columns: 1fr; gap: 20px; }
    .partners-inner { gap: 20px; }
    .partner-logo { font-size: 18px; min-width: 120px; }
}
