/* About Page Specific Styles */

/* About Hero */
.about-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url('https://images.pexels.com/photos/3184465/pexels-photo-3184465.jpeg?auto=compress&cs=tinysrgb&w=1920&h=1080&fit=crop') center/cover no-repeat;
    color: white;
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1px);
}

.about-hero .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content {
    text-align: center;
    max-width: 800px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(239, 68, 68, 0.2);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.hero-badge i {
    color: #ef4444;
}

.hero-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.gradient-text {
    display: block;
    background: linear-gradient(45deg, #ef4444, #f97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 0.5rem;
}

.hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    max-width: 500px;
}

.hero-journey {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.journey-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.journey-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.journey-icon i {
    font-size: 18px;
    color: white;
}

.journey-text {
    display: flex;
    flex-direction: column;
}

.journey-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #f97316;
}

.journey-desc {
    font-size: 0.8rem;
    opacity: 0.8;
}

.journey-arrow {
    color: #f97316;
    font-size: 1.5rem;
    animation: pulse 2s ease-in-out infinite;
}

/* Ambition Visualization */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ambition-visualization {
    position: relative;
    width: 300px;
    height: 300px;
}

.ambition-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 0 30px rgba(239, 68, 68, 0.5);
    animation: rotate 20s linear infinite;
}

.ambition-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid rgba(239, 68, 68, 0.3);
    border-radius: 50%;
}

.ring-1 {
    width: 160px;
    height: 160px;
    animation: rotate 15s linear infinite reverse;
}

.ring-2 {
    width: 240px;
    height: 240px;
    animation: rotate 25s linear infinite;
}

.ring-item {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.ring-1 .ring-item:nth-child(1) {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.ring-1 .ring-item:nth-child(2) {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.ring-2 .ring-item:nth-child(1) {
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.ring-2 .ring-item:nth-child(2) {
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}

.ring-2 .ring-item:nth-child(3) {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Company Story */
.company-story {
    padding: 100px 0;
    background: white;
}

.story-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.story-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.lead-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.story-text p {
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.story-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: white;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ef4444;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 0.25rem;
}

/* Timeline Preview */
.story-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-preview {
    position: relative;
    padding: 2rem;
}

.timeline-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    background: #f8fafc;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border-left: 4px solid #ef4444;
    transition: all 0.3s ease;
}

.timeline-item:hover {
    transform: translateX(10px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.timeline-year {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ef4444;
    min-width: 80px;
}

.timeline-event {
    color: #64748b;
    font-weight: 500;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background: #f8fafc;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.1rem;
    color: #64748b;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.value-card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(5deg);
}

.value-icon i {
    font-size: 32px;
    color: white;
}

.value-card h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.value-card h4 {
    font-size: 1.1rem;
    color: #ef4444;
    margin-bottom: 1rem;
    font-weight: 500;
}

.value-card p {
    color: #64748b;
    line-height: 1.6;
}

/* Ethics Section */
.ethics-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e293b, #334155);
    color: white;
}

.ethics-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    align-items: center;
}

.ethics-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ethics-text h3 {
    font-size: 1.3rem;
    color: #f97316;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.ethics-points {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ethics-point {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.point-icon {
    width: 50px;
    height: 50px;
    background: rgba(239, 68, 68, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.point-icon i {
    font-size: 20px;
    color: #f97316;
}

.point-content h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #f97316;
}

.point-content p {
    line-height: 1.6;
    opacity: 0.9;
}

/* Ethics Visual */
.ethics-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.integrity-badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.badge-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f97316, #ef4444);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    animation: pulse 3s ease-in-out infinite;
}

.badge-icon i {
    font-size: 40px;
    color: white;
}

.badge-title {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.badge-subtitle {
    display: block;
    font-size: 1rem;
    color: #f97316;
}

/* Leadership Section */
.leadership-section {
    padding: 100px 0;
    background: white;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.leader-card {
    background: #f8fafc;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.leader-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: white;
}

.leader-card.featured {
    background: linear-gradient(135deg, #ef4444, #f97316);
    color: white;
    border: none;
}

.leader-card.featured:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(239, 68, 68, 0.3);
}

.leader-image {
    height: 200px;
    background: linear-gradient(135deg, #1e293b, #334155);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader-card.featured .leader-image {
    background: rgba(0, 0, 0, 0.2);
}

.leader-avatar {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.leader-avatar i {
    font-size: 32px;
    color: white;
}

.leader-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: rgba(239, 68, 68, 0.9);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.leader-card.featured .leader-badge {
    background: rgba(255, 255, 255, 0.2);
}

.leader-info {
    padding: 2rem;
}

.leader-info h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e293b;
}

.leader-card.featured .leader-info h3 {
    color: white;
}

.leader-info h4 {
    font-size: 1rem;
    color: #ef4444;
    margin-bottom: 1rem;
    font-weight: 500;
}

.leader-card.featured .leader-info h4 {
    color: rgba(255, 255, 255, 0.9);
}

.leader-info p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.leader-card.featured .leader-info p {
    color: rgba(255, 255, 255, 0.9);
}

.leader-credentials {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.credential {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #64748b;
}

.leader-card.featured .credential {
    color: rgba(255, 255, 255, 0.8);
}

.credential i {
    color: #ef4444;
    width: 16px;
}

.leader-card.featured .credential i {
    color: rgba(255, 255, 255, 0.9);
}

.leader-experience {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.experience-item {
    text-align: center;
}

.experience-item .years {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ef4444;
}

.experience-item .desc {
    font-size: 0.8rem;
    color: #64748b;
}

.leader-companies,
.leader-specialties {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.leader-companies span,
.leader-specialties span {
    background: #e2e8f0;
    color: #64748b;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

/* Client Focus */
.client-focus {
    padding: 80px 0;
    background: #f8fafc;
}

.focus-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
    text-align: center;
}

.focus-visual {
    display: flex;
    justify-content: center;
}

.client-icon {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 3s ease-in-out infinite;
}

.client-icon i {
    font-size: 48px;
    color: white;
}

.focus-text h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1.5rem;
}

.focus-description {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.focus-text p {
    color: #64748b;
    line-height: 1.7;
}

/* Global Presence */
.global-presence {
    padding: 100px 0;
    background: white;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #1e293b;
}

.presence-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.presence-item {
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
}

.presence-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: white;
}

.presence-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.presence-icon i {
    font-size: 24px;
    color: white;
}

.presence-item h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.presence-item p {
    color: #64748b;
    font-size: 0.9rem;
}

/* Contact Section Enhancements */
.contact .contact-highlights {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.contact .highlight-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #64748b;
}

.contact .highlight-item i {
    color: #ef4444;
    font-size: 1.1rem;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero .container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .hero-visual {
        order: -1;
    }
    
    .ambition-visualization {
        width: 250px;
        height: 250px;
    }
    
    .ring-1 {
        width: 140px;
        height: 140px;
    }
    
    .ring-2 {
        width: 200px;
        height: 200px;
    }
    
    .hero-journey {
        flex-direction: column;
        align-items: center;
    }
    
    .journey-arrow {
        transform: rotate(90deg);
    }
    
    .story-content,
    .ethics-content,
    .focus-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .story-stats {
        justify-content: center;
        gap: 1rem;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .leadership-grid {
        grid-template-columns: 1fr;
    }
    
    .presence-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    
    .ethics-points {
        gap: 1.5rem;
    }
    
    .ethics-point {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .section-title,
    .section-header h2,
    .story-text h2,
    .ethics-text h2,
    .focus-text h2 {
        font-size: 2rem;
    }
    
    .ambition-visualization {
        width: 200px;
        height: 200px;
    }
    
    .ring-1 {
        width: 120px;
        height: 120px;
    }
    
    .ring-2 {
        width: 160px;
        height: 160px;
    }
    
    .ambition-core {
        width: 60px;
        height: 60px;
        font-size: 1rem;
    }
    
    .value-card,
    .leader-info {
        padding: 1.5rem;
    }
    
    .journey-item {
        padding: 0.75rem 1rem;
    }
    
    .timeline-item {
        padding: 0.75rem 1rem;
    }
    
    .leader-experience {
        gap: 1rem;
    }
    
    .integrity-badge {
        padding: 2rem;
    }
    
    .badge-icon {
        width: 80px;
        height: 80px;
    }
    
    .badge-icon i {
        font-size: 32px;
    }
}

/* Print Styles */
@media print {
    .about-hero,
    .ethics-section {
        background: white !important;
        color: black !important;
    }
    
    .hero-visual,
    .story-visual,
    .ethics-visual {
        display: none;
    }
    
    .leader-card,
    .value-card {
        break-inside: avoid;
        margin-bottom: 1rem;
    }
}

/* Accessibility Enhancements */
.value-card:focus,
.leader-card:focus,
.presence-item:focus {
    outline: 2px solid #ef4444;
    outline-offset: 2px;
}

/* Dark Mode Support (Optional) */
@media (prefers-color-scheme: dark) {
    .company-story,
    .values-section,
    .leadership-section,
    .global-presence {
        background: #1e293b;
    }
    
    .value-card,
    .leader-card:not(.featured),
    .presence-item {
        background: #334155;
        border-color: #475569;
        color: #e2e8f0;
    }
}
