/* About Page Specific Styles */

/* Navigation Active State */
.nav-link.active {
    color: #00d4ff;
}

.nav-link.active::after {
    width: 100%;
}

/* About Hero Section */
.about-hero {
    height: 60vh;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    margin-top: 70px;
    overflow: hidden;
}

.about-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    color: #ffffff;
    z-index: 10;
    position: relative;
    line-height: 1.4;
    letter-spacing: -0.02em;
    overflow: visible;
    padding-bottom: 0.5em;
}

.about-title .highlight {
    background: linear-gradient(135deg, #00d4ff, #00ff7f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    animation: glow 3s ease-in-out infinite alternate;
}

.about-subtitle {
    font-size: 1.25rem;
    color: #cccccc;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    line-height: 1.6;
    animation: fadeInUp 1s ease-out 0.5s both;
}

@keyframes glow {
    0% { 
        text-shadow: 0 0 20px rgba(0, 212, 255, 0.5);
    }
    100% { 
        text-shadow: 0 0 30px rgba(0, 255, 127, 0.7), 0 0 40px rgba(0, 212, 255, 0.3);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Page Hero Section (Legacy - keeping for compatibility) */
.page-hero {
    height: 60vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
}

.page-hero .hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.data-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(0, 212, 255, 0.4) 1px, transparent 1px),
        radial-gradient(circle at 90% 80%, rgba(0, 255, 127, 0.3) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 20% 90%, rgba(0, 212, 255, 0.2) 1px, transparent 1px);
    background-size: 120px 120px, 150px 150px, 100px 100px, 180px 180px;
    animation: particleDrift 30s linear infinite;
}

.energy-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 25% 25%, rgba(0, 212, 255, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(0, 255, 127, 0.2) 0%, transparent 50%),
        linear-gradient(90deg, rgba(0, 212, 255, 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 212, 255, 0.05) 1px, transparent 1px);
    background-size: 100% 100%, 100% 100%, 80px 80px, 80px 80px;
    animation: energyFlow 10s ease-in-out infinite alternate, gridMove 20s linear infinite;
}

.page-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
    text-align: center;
    z-index: 10;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #00d4ff 50%, #00ff7f 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(0, 212, 255, 0.3);
}

.page-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    animation: subtleGlow 4s ease-in-out infinite alternate;
}

@keyframes subtleGlow {
    0% { 
        color: #cccccc;
        text-shadow: none;
    }
    100% { 
        color: #e0e0e0;
        text-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
    }
}

/* Mission Section */
.mission-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 100%);
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.content-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
    background: linear-gradient(135deg, #00d4ff, #00ff7f);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 1.5rem;
}

.visual-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(0, 212, 255, 0.2);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.visual-card:hover {
    transform: translateY(-10px);
    border-color: #00d4ff;
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.card-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    color: #00d4ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon svg {
    width: 100%;
    height: 100%;
}

.visual-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.visual-card p {
    color: #cccccc;
}

/* Markets Section */
.markets-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #16213e 0%, #0f0f1a 100%);
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #ffffff;
}

.markets-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.market-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(0, 212, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.market-card:hover {
    transform: translateY(-5px);
    border-color: #00d4ff;
    box-shadow: 0 15px 30px rgba(0, 212, 255, 0.2);
}

.market-icon {
    width: 60px;
    height: 60px;
    color: #00ff7f;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.market-icon svg {
    width: 100%;
    height: 100%;
}

.market-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.market-card p {
    color: #cccccc;
    line-height: 1.6;
}

.market-insights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.insight-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 255, 127, 0.1));
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(0, 212, 255, 0.3);
    backdrop-filter: blur(10px);
}

.insight-stat {
    font-size: 3rem;
    font-weight: 700;
    color: #00d4ff;
    margin-bottom: 0.5rem;
    display: block;
}

.insight-card p {
    color: #cccccc;
    font-size: 1rem;
    line-height: 1.5;
}

/* Team Section */
.team-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
}

.section-subtitle {
    font-size: 1.2rem;
    color: #cccccc;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 4rem;
    line-height: 1.6;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-bottom: 4rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.team-member {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(0, 212, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.team-member:hover {
    transform: translateY(-10px);
    border-color: #00d4ff;
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.member-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 2rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #00d4ff, #00ff7f);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(0, 212, 255, 0.3);
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.2);
    /* Removed transition and hover effect */
}

.member-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.1) contrast(1.1);
    /* Removed transition and hover scale effect */
}

.photo-placeholder {
    width: 96px;
    height: 96px;
    background: rgba(26, 26, 46, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}

.photo-placeholder svg {
    width: 50px;
    height: 50px;
}

.member-info {
    text-align: center;
}

.member-info h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.member-role {
    font-size: 1rem;
    color: #00d4ff;
    margin-bottom: 1rem;
    font-weight: 500;
}

.member-bio {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.member-expertise {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.expertise-tag {
    background: rgba(0, 212, 255, 0.2);
    color: #00d4ff;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    border: 1px solid rgba(0, 212, 255, 0.3);
}

.team-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.stat {
    text-align: center;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    border: 1px solid rgba(0, 212, 255, 0.1);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #00ff7f;
    margin-bottom: 0.5rem;
}

.stat-label {
    color: #cccccc;
    font-size: 1rem;
}

/* Story Section */
.story-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0f0f1a 0%, #16213e 100%);
}

.story-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.story-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: #ffffff;
    text-align: center;
}

.story-content p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #cccccc;
    margin-bottom: 1.5rem;
    text-align: left;
}

/* Experience Cards */
.experience-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.experience-card {
    background: linear-gradient(135deg, rgba(16, 33, 62, 0.8) 0%, rgba(15, 15, 26, 0.8) 100%);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.experience-card::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #00d4ff, transparent, #00ff7f);
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.experience-card:hover {
    transform: translateY(-5px);
    border-color: #00d4ff;
    box-shadow: 0 10px 30px rgba(0, 212, 255, 0.3);
}

.experience-card:hover::before {
    opacity: 0.3;
}

.experience-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    color: #00d4ff;
    position: relative;
}

.experience-icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.5));
}

.experience-card h3 {
    font-size: 1.4rem;
    color: #ffffff;
    margin-bottom: 1.2rem;
    font-weight: 600;
}

.experience-card p {
    font-size: 1rem;
    color: #b0b0b0;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.value-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 2rem;
    border: 1px solid rgba(0, 212, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.value-card:hover {
    transform: translateY(-5px);
    border-color: #00ff7f;
    box-shadow: 0 15px 30px rgba(0, 255, 127, 0.2);
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #00ff7f;
}

.value-card p {
    color: #cccccc;
    line-height: 1.6;
}

/* Animations */
@keyframes energyFlow {
    0% { transform: scale(1) rotate(0deg); opacity: 0.7; }
    100% { transform: scale(1.1) rotate(3deg); opacity: 1; }
}

@keyframes gridMove {
    0% { background-position: 0 0, 0 0, 0 0, 0 0; }
    100% { background-position: 0 0, 0 0, 80px 80px, 80px 80px; }
}

@keyframes particleDrift {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(20px, -30px) rotate(90deg); }
    50% { transform: translate(-15px, -60px) rotate(180deg); }
    75% { transform: translate(30px, -40px) rotate(270deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .content-text {
        order: 1;
    }
    
    .content-visual {
        order: 2;
    }
    
    .markets-grid {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    
    .market-insights {
        grid-template-columns: 1fr;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .team-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .page-title {
        font-size: 2rem;
    }
    
    .content-text h2,
    .section-title,
    .story-content h2 {
        font-size: 2rem;
    }
    
    .visual-card,
    .market-card,
    .team-member,
    .value-card {
        padding: 1.5rem;
    }
}

/* Animation triggers for scroll-based animations */
[data-aos] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

[data-aos].animate {
    opacity: 1;
    transform: translateY(0);
}

[data-aos="fade-right"] {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s ease;
}

[data-aos="fade-left"] {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s ease;
}

[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

[data-aos="fade-right"].animate,
[data-aos="fade-left"].animate {
    opacity: 1;
    transform: translateX(0);
}

[data-aos="fade-up"].animate {
    opacity: 1;
    transform: translateY(0);
}

/* Culture Section - Clean Reset */
.about-culture-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, #16213e 0%, #1a1a2e 100%);
    clear: both;
}

.about-culture-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.about-culture-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 212, 255, 0.2); 
    border-radius: 20px;
    padding: 2.5rem;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.about-culture-card:hover {
    transform: translateY(-10px);
    border-color: #00d4ff;
    box-shadow: 0 20px 40px rgba(0, 212, 255, 0.2);
}

.about-culture-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00d4ff, #00ff7f);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-culture-card:hover::before {
    opacity: 1;
}

.about-culture-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.about-culture-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
    text-align: center;
}

.about-culture-card p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    text-align: left;
}

.about-culture-quote {
    font-style: italic;
    color: #00d4ff;
    font-size: 0.9rem;
    border-left: 3px solid #00d4ff;
    padding-left: 1rem;
    margin-top: 1rem;
    text-align: left;
}

@media (max-width: 768px) {
    .about-culture-grid {
        grid-template-columns: 1fr;
    }
    
    .about-culture-card {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .about-culture-section {
        padding: 4rem 0;
    }
    
    .about-culture-card {
        padding: 1.5rem;
    }
}

/* --- Culture section SVG fix --- */
.about-culture-card .about-culture-icon svg {
    width: 60px !important;
    height: 60px !important;
    flex: none !important;          /* prevent flexbox growth */
    color: #00d4ff !important;
    fill: currentColor !important;
} 