/* SVG Icon Styling for About Page */
.badge-icon img,
.matrix-core img,
.network-center img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: brightness(0.2) sepia(1) saturate(3) hue-rotate(190deg) brightness(1.2);
}

.matrix-core img {
    width: 70px;
    height: 70px;
}

.network-center img {
    width: 70px;
    height: 70px;
}

/* Typography System */
h1, h2, h3, h4, h5, h6 {
    font-family: "Instrument Sans", sans-serif;
}

h1 {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

h2 {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 600;
    letter-spacing: -0.015em;
}

h3 {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 600;
    letter-spacing: -0.01em;
}

h4 {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(1.125rem, 2.5vw, 1.375rem);
    font-weight: 600;
    letter-spacing: -0.008em;
}

h5 {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 600;
    letter-spacing: -0.005em;
}

h6 {
    font-family: "Instrument Sans", sans-serif;
    font-size: clamp(0.9rem, 1.5vw, 1.125rem);
    font-weight: 600;
    letter-spacing: -0.003em;
}

p, .body-text {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

.btn {
    font-family: "Instrument Sans", sans-serif;
}

/* Enhanced Hero Section */
.about-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 25%, #16213e 50%, #0f3460 75%, #533483 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

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

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

.hero-particles .particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: radial-gradient(circle, #60a5fa 0%, #a78bfa 50%, #0184FA 100%);
    border-radius: 50%;
    left: var(--x);
    top: var(--y);
    animation: heroParticleFloat var(--duration) ease-in-out infinite;
    animation-delay: var(--delay);
    opacity: 0.7;
    box-shadow: 0 0 20px currentColor;
}

@keyframes heroParticleFloat {
    0%, 100% { transform: translateY(0) scale(1); opacity: 0.3; }
    50% { transform: translateY(-30px) scale(1.2); opacity: 1; }
}

.hero-grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
}

.grid-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(96, 165, 250, 0.4), transparent);
    animation: gridPulse 4s infinite ease-in-out;
    animation-delay: var(--delay);
}

.grid-line.horizontal {
    left: 0;
    right: 0;
    height: 1px;
    top: var(--position);
}

.grid-line.vertical {
    top: 0;
    bottom: 0;
    width: 1px;
    left: var(--position);
    background: linear-gradient(0deg, transparent, rgba(96, 165, 250, 0.4), transparent);
}

@keyframes gridPulse {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 1; }
}

.about-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.about-hero-content {
    color: white;
    max-width: 900px;
    margin: 0 auto;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 24px;
    margin-bottom: 2rem;
}

.about-hero-badge .badge {
    background: #0184FA;
    color: white;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 600;
}

.about-hero-badge .badge-text {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    font-size: 0.9rem;
}

.about-hero-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.about-hero-title .gradient-text {
    background: linear-gradient(135deg, #60a5fa 0%, #a78bfa 50%, #0184FA 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

.about-hero-subtitle {
    font-size: 1.375rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.about-hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.about-stat-item {
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.about-stat-item:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.about-stat-number {
    font-size: 2.5rem;
    font-weight: 500;
    display: block;
    margin-bottom: 0.5rem;
    color: white;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-stat-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
}

/* Mission & Vision Section */
.mission-vision {
    padding: 120px 0;
    background: white;
}

.mission-vision-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.mission-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 8px 16px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.mission-badge .badge-icon {
    font-size: 1rem;
}

.mission-badge .badge-text {
    color: #0184FA;
    font-weight: 600;
    font-size: 0.875rem;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 3rem;
    margin-top: 4rem;
}

.mission-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mission-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(59, 130, 246, 0.15);
    border-color: #0184FA;
}

.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0184FA, #8b5cf6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.mission-card:hover::before {
    transform: scaleX(1);
}

.mission-visual {
    text-align: center;
    margin-bottom: 2rem;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon-container {
    position: relative;
    display: inline-block;
}

.mission-icon {
    font-size: 3rem;
    display: block;
    position: relative;
    z-index: 2;
}

.mission-rings {
    display: none;
}

.mission-ring {
    display: none;
}

@keyframes missionRingPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

.vision-constellation {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.vision-star {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0184FA;
    border-radius: 50%;
    left: var(--x);
    top: var(--y);
    animation: starTwinkle 2s infinite ease-in-out;
    animation-delay: var(--delay);
    box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

@keyframes starTwinkle {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.3); opacity: 1; }
}

.constellation-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mission-constellation {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.mission-star {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0184FA;
    border-radius: 50%;
    left: var(--x);
    top: var(--y);
    box-shadow: 0 0 10px rgba(1, 132, 250, 0.5);
    transform: translate(-50%, -50%);
}

.mission-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.mission-description {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.mission-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.highlight {
    background: #f8fafc;
    color: #374151;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.highlight:hover {
    background: #0184FA;
    color: white;
    transform: translateY(-2px);
}

/* Our Journey Section */
.our-journey {
    padding: 120px 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 50%, #475569 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.our-journey::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.journey-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.journey-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(11, 11, 245, 0.1);
    border: 1px solid rgba(11, 81, 245, 0.3);
    padding: 8px 16px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.journey-badge .badge-icon {
    font-size: 1rem;
}

.journey-badge .badge-text {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
}

.journey-timeline {
    position: relative;
    margin-top: 4rem;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #0184FA, #8b5cf6, #0184FA);
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
    position: relative;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline-item:nth-child(even) .timeline-content {
    text-align: right;
}

.timeline-marker {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.marker-inner {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0184FA, #8b5cf6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 2;
}

.marker-icon {
    font-size: 2rem;
    color: white;
}

.marker-pulse {
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid rgba(59, 130, 246, 0.3);
    border-radius: 50%;
    animation: timelinePulse 2s infinite ease-in-out;
}

@keyframes timelinePulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.5; }
}

.timeline-content {
    flex: 1;
    max-width: 450px;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-right: 6rem;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 6rem;
}

.timeline-content:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.timeline-year {
    font-size: 2rem;
    font-weight: 500;
    color: #0184FA;
    margin-bottom: 0.5rem;
}

.timeline-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.timeline-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.timeline-metrics {
    display: flex;
    gap: 2rem;
}

.metric {
    text-align: center;
}

.metric-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0184FA;
    display: block;
    margin-bottom: 0.25rem;
}

.metric-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.timeline-item.current .marker-inner {
    background: linear-gradient(135deg, #0184FA, #1d4ed8);
    animation: currentGlow 2s infinite ease-in-out;
}

@keyframes currentGlow {
    0%, 100% { box-shadow: 0 0 20px rgba(7, 81, 231, 0.5); }
    50% { box-shadow: 0 0 40px rgba(6, 134, 214, 0.8); }
}

/* Research Areas Enhanced */
.research-areas-enhanced {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.research-areas-enhanced::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(96, 165, 250, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.1) 0%, transparent 50%);
    animation: researchBackgroundShift 8s ease-in-out infinite;
}

@keyframes researchBackgroundShift {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

.research-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.research-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(6, 9, 214, 0.1);
    border: 1px solid rgba(16, 6, 214, 0.3);
    padding: 8px 16px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.research-badge .badge-icon {
    font-size: 1rem;
}

.research-badge .badge-text {
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
}

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

.research-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.research-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(96, 165, 250, 0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.research-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    overflow: hidden;
}

.research-content {
    position: relative;
    padding: 120px 2rem 2rem;
    z-index: 10;
}

/* Computer Vision Visualization */
.cv-visualization {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100px;
    height: 100px;
}

.cv-cell {
    background: rgba(96, 165, 250, 0.3);
    border-radius: 4px;
    animation: cvCellActivate 2s infinite ease-in-out;
    animation-delay: var(--delay);
}

@keyframes cvCellActivate {
    0%, 100% { background: rgba(96, 165, 250, 0.3); transform: scale(1); }
    50% { background: rgba(96, 165, 250, 0.8); transform: scale(1.1); }
}

.cv-detection-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid #22c55e;
    border-radius: 8px;
    animation: detectionPulse 2s infinite ease-in-out;
}

@keyframes detectionPulse {
    0%, 100% { border-color: #22c55e; }
    50% { border-color: #16a34a; }
}

/* AI Neural Network Visualization */
.ai-neural-network {
    position: relative;
    width: 100%;
    height: 100%;
}

.neural-node {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #0184FA;
    border-radius: 50%;
    left: var(--x);
    top: var(--y);
    animation: neuralPulse 3s infinite ease-in-out;
    animation-delay: var(--delay);
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

@keyframes neuralPulse {
    0%, 100% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.5); opacity: 1; }
}

.neural-connections {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* Multimedia Waves Visualization */
.multimedia-waves {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wave {
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #8b5cf6, transparent);
    animation: waveFlow 3s infinite ease-in-out;
    animation-delay: var(--delay);
    top: 50%;
    transform: translateY(calc(-50% + var(--amplitude)));
}

@keyframes waveFlow {
    0%, 100% { transform: translateY(calc(-50% + var(--amplitude))) scaleX(1); opacity: 0.5; }
    50% { transform: translateY(calc(-50% + var(--amplitude))) scaleX(1.2); opacity: 1; }
}

.multimedia-spectrum {
    display: flex;
    align-items: end;
    gap: 4px;
    height: 60px;
}

.spectrum-bar {
    width: 8px;
    background: #8b5cf6;
    border-radius: 2px;
    height: var(--height);
    animation: spectrumPulse 2s infinite ease-in-out;
    animation-delay: var(--delay);
}

@keyframes spectrumPulse {
    0%, 100% { transform: scaleY(0.7); opacity: 0.7; }
    50% { transform: scaleY(1); opacity: 1; }
}

.research-icon {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    display: block;
}

.research-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1rem;
}

.research-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.research-stats {
    display: flex;
    gap: 2rem;
}

.research-stat {
    text-align: center;
}

.research-stat .stat-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0184FA;
    display: block;
    margin-bottom: 0.25rem;
}

.research-stat .stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Leadership Team Enhanced */
.leadership-team {
    padding: 120px 0;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.leadership-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
}

.leadership-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.leadership-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(1, 132, 250, 0.1);
    border: 1px solid rgba(1, 132, 250, 0.3);
    padding: 8px 16px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.leadership-badge .badge-icon {
    font-size: 1rem;
}

.leadership-badge .badge-text {
    color: #0184FA;
    font-weight: 600;
    font-size: 0.875rem;
}

.leadership-team .section-title {
    color: white;
}

.leadership-team .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.leadership-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 4rem 0;
}

.leadership-stat {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.leadership-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #8b5cf6;
}

.leadership-stat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8b5cf6, #a855f7);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.leadership-stat:hover::before {
    transform: scaleX(1);
}

.leadership-stat .stat-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

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

.leadership-stat .stat-label {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.leadership-stat .stat-description {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.5;
}

.leadership-profiles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

.profile-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.profile-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(1, 132, 250, 0.15);
    border-color: rgba(1, 132, 250, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

.profile-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0184FA, #60a5fa, #0184FA);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.profile-card:hover::before {
    transform: scaleX(1);
}

.profile-avatar {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto 1.5rem;
}

.avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 3;
    opacity: 1;
    transition: transform 0.3s ease;
}

.avatar-image:hover {
    transform: scale(1.05);
}

.avatar-placeholder {
    display: none;
}

.avatar-ring {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 3px solid rgba(1, 132, 250, 0.4);
    border-radius: 50%;
    animation: avatarRingPulse 2s infinite ease-in-out;
}

@keyframes avatarRingPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.5; }
}

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

.profile-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.profile-title {
    font-size: 0.875rem;
    color: #0184FA;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.profile-bio {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.profile-achievements {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.achievement {
    background: rgba(1, 132, 250, 0.1);
    color: rgba(255, 255, 255, 0.9);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(1, 132, 250, 0.3);
    transition: all 0.3s ease;
}

.achievement:hover {
    background: #0184FA;
    color: white;
    transform: translateY(-2px);
}

/* Company Values Enhanced */
.company-values {
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
    position: relative;
    overflow: hidden;
}

.company-values::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 30% 60%, rgba(59, 130, 246, 0.1) 0%, transparent 60%),
        radial-gradient(circle at 70% 30%, rgba(139, 92, 246, 0.1) 0%, transparent 60%);
    animation: valuesBackgroundShift 8s ease-in-out infinite;
}

@keyframes valuesBackgroundShift {
    0%, 100% { opacity: 0.5; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.1); }
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.values-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(42, 11, 245, 0.1);
    border: 1px solid rgba(31, 11, 245, 0.3);
    padding: 8px 16px;
    border-radius: 24px;
    margin-bottom: 24px;
}

.values-badge .badge-icon {
    font-size: 1rem;
}

.values-badge .badge-text {
    color: #130bf5;
    font-weight: 600;
    font-size: 0.875rem;
}

.highlight-text {
    background: linear-gradient(135deg, #0184FA 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
}

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

.value-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(59, 130, 246, 0.15);
    border-color: #0184FA;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0184FA, #8b5cf6, #0184FA);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-visual {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.value-icon-container {
    position: relative;
    display: inline-block;
}

.value-icon {
    font-size: 3rem;
    display: block;
    position: relative;
    z-index: 2;
}

.value-particles {
    display: none;
}

.value-particles .particle {
    display: none;
}

@keyframes valueParticleOrbit {
    from { transform: rotate(var(--angle)) translateX(50px) rotate(calc(-1 * var(--angle))); }
    to { transform: rotate(calc(var(--angle) + 360deg)) translateX(50px) rotate(calc(-1 * (var(--angle) + 360deg))); }
}

.collaboration-network {
    position: relative;
    width: 100px;
    height: 100px;
}

.network-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    z-index: 2;
}

.network-nodes {
    display: none;
}

.node {
    display: none;
}

@keyframes nodeOrbit {
    from { transform: rotate(var(--angle)) translateX(var(--radius)) rotate(calc(-1 * var(--angle))); }
    to { transform: rotate(calc(var(--angle) + 360deg)) translateX(var(--radius)) rotate(calc(-1 * (var(--angle) + 360deg))); }
}

.excellence-matrix {
    position: relative;
    width: 100px;
    height: 100px;
}

.matrix-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    z-index: 2;
}

.matrix-grid {
    display: none;
}

.grid-dot {
    display: none;
}

.grid-dot.active {
    display: none;
}

@keyframes gridDotPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.7; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 1; }
}

.impact-ripples {
    position: relative;
    width: 100px;
    height: 100px;
}

.ripple-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    z-index: 2;
}

.ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(6, 214, 160, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripplePulse 3s infinite ease-out;
    animation-delay: var(--delay);
}

@keyframes ripplePulse {
    0% { width: 20px; height: 20px; opacity: 1; }
    100% { width: 120px; height: 120px; opacity: 0; }
}

.value-content {
    position: relative;
    z-index: 2;
}

.value-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
}

.value-description {
    color: #6b7280;
    line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .research-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .leadership-profiles {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .timeline-item:nth-child(odd) .timeline-content {
        margin-right: 4rem;
    }
    
    .timeline-item:nth-child(even) .timeline-content {
        margin-left: 4rem;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 100px 0 60px;
    }

    .about-hero-badge .badge {
        font-size: 16px;
        font-weight: 400;
    }

    .about-hero-badge {
        width: 100%;
        margin-top: 24px;
        margin-bottom: 2rem;
    }
    
    .about-hero-badge .badge-text {
        font-size: clamp(0.75rem, 3vw, 0.875rem);
    }

    .about-hero-title {
        font-size: 2rem;
    }
    
    .about-hero-subtitle {
        font-size: 1rem;
    }
    
    .about-hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }
    
    .mission-card {
        padding: 2rem;
    }
    
    .timeline-item {
        flex-direction: column !important;
        text-align: center;
    }
    
    .timeline-item .timeline-content {
        margin: 0 !important;
        margin-top: 6rem !important;
        text-align: center !important;
    }
    
    .timeline-line {
        display: none;
    }
    
    .timeline-marker {
        position: relative;
        left: auto;
        transform: none;
        margin-bottom: 2rem;
    }
    
    .timeline-metrics {
        justify-content: center;
    }
    
    .leadership-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .value-card {
        min-height: 300px;
        padding: 1.5rem;
    }
    
    .research-grid {
        grid-template-columns: 1fr;
    }
    
    .research-card {
        min-height: 350px;
    }
    
    .research-content {
        padding: 100px 1.5rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .about-hero-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .about-stat-item {
        padding: 1rem;
    }
    
    .about-stat-number {
        font-size: 2rem;
    }
    
    .mission-card {
        padding: 1.5rem;
    }
    
    .mission-highlights {
        justify-content: center;
    }
    
    .marker-inner {
        width: 60px;
        height: 60px;
    }
    
    .marker-icon {
        font-size: 1.5rem;
    }
    
    .timeline-year {
        font-size: 1.5rem;
    }
    
    .timeline-title {
        font-size: 1.25rem;
    }
    
    .timeline-metrics {
        flex-direction: column;
        gap: 1rem;
    }
    
    .leadership-stats {
        grid-template-columns: 1fr;
    }
    
    .leadership-stat {
        padding: 1.5rem;
    }
    
    .profile-card {
        padding: 1.5rem;
    }
    
    .profile-achievements {
        gap: 0.25rem;
    }
    
    .achievement {
        font-size: 0.7rem;
        padding: 0.2rem 0.5rem;
    }
}