/* About Us Page Styles - Cache Bust */
/* Force image refresh with cache headers */
.about-hero .mockup-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: var(--radius-lg) !important;
    box-shadow: var(--shadow-lg) !important;
}

/* Hero Section */
.about-hero {
    background: linear-gradient(135deg, var(--gray-light) 0%, var(--white) 100%);
    padding: 120px 0 var(--spacing-2xl);
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.about-hero .hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    align-items: center;
}

.about-hero .hero-title {
    font-size: clamp(3rem, 5vw, 4.1rem);
    line-height: 1.1;
    margin-bottom: var(--spacing-lg);
    color: #090C9B;
    font-weight:400;
}

.about-hero .hero-subtitle {
    font-size: 1.2rem;
    color: var(--gray-medium);
    margin-bottom: var(--spacing-xl);
    line-height: 1.6;
}

.about-hero .hero-cta {
    background: transparent;
    color: var(--gray-dark);
    padding: var(--spacing-md) var(--spacing-xl);
    text-decoration: none;
    font-weight: var(--font-weight-bold);
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: var(--shadow-md);
    position: relative;
    z-index: 1;
}

.about-hero .hero-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--accent-yellow);
    transform: skew(-15deg);
    z-index: -1;
    transition: all 0.3s ease;
}

.about-hero .hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.about-hero .hero-cta:hover::before {
    background: var(--accent-orange);
}

/* City Visual */
.city-visual {
    width: 400px;
    height: 300px;
    position: relative;
    background: radial-gradient(ellipse at bottom, rgba(79, 70, 229, 0.1) 0%, transparent 70%);
    border-radius: 20px;
    overflow: hidden;
}

.city-skyline {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
}

.building {
    background: linear-gradient(180deg, var(--primary-purple) 0%, var(--primary-dark) 100%);
    border-radius: 2px 2px 0 0;
    position: relative;
    animation: building-glow 4s ease-in-out infinite;
}

.building-1 { width: 30px; height: 60px; animation-delay: 0s; }
.building-2 { width: 25px; height: 90px; animation-delay: 0.5s; }
.building-3 { width: 35px; height: 75px; animation-delay: 1s; }
.building-4 { width: 28px; height: 100px; animation-delay: 1.5s; }
.building-5 { width: 32px; height: 80px; animation-delay: 2s; }

.building::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: var(--accent-yellow);
    border-radius: 1px;
}

.highway-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(180deg, transparent 0%, var(--gray-dark) 100%);
}

.road-lines {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--accent-yellow) 0px, var(--accent-yellow) 20px, transparent 20px, transparent 40px);
    animation: road-flow 3s linear infinite;
}

.light-trail {
    position: absolute;
    top: 30px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--accent-orange) 50%, transparent 100%);
    border-radius: 2px;
    animation: light-flow 2s ease-in-out infinite;
}

.trail-1 { width: 80px; animation-delay: 0s; }
.trail-2 { width: 60px; animation-delay: 0.7s; }
.trail-3 { width: 100px; animation-delay: 1.4s; }

/* Content Sections */
.who-we-are-section,
.what-we-do-section {
    padding: var(--spacing-2xl) 0;
}

.who-we-are-section {
    background: var(--white);
}

.what-we-do-section {
    background: var(--gray-light);
}

.about-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    align-items: stretch;
}

.content-grid.reverse {
    direction: rtl;
}

.content-grid.reverse > * {
    direction: ltr;
}

.text-section {
    padding: var(--spacing-lg);
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: #090C9B;
    margin-bottom: var(--spacing-lg);
}

.intro-text {
    font-size: 1.1rem;
    color: var(--gray-medium);
    line-height: 1.6;
    margin-bottom: var(--spacing-lg);
}

.description-text {
    font-size: 1.1rem;
    color: var(--gray-medium);
    line-height: 1.6;
    margin-bottom: var(--spacing-lg);
}

/* Puzzle Hands Visual */
.puzzle-hands-visual {
    width: 350px;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.05) 0%, transparent 70%);
    border-radius: 20px;
}

.hands-container {
    position: relative;
    width: 200px;
    height: 150px;
}

.hand {
    position: absolute;
    width: 60px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent-yellow) 0%, var(--accent-orange) 100%);
    border-radius: 20px 20px 10px 10px;
    transform-origin: bottom center;
}

.left-hand {
    left: 20px;
    top: 50px;
    transform: rotate(-20deg);
    animation: hand-move-left 3s ease-in-out infinite;
}

.right-hand {
    right: 20px;
    top: 50px;
    transform: rotate(20deg);
    animation: hand-move-right 3s ease-in-out infinite;
}

.puzzle-piece {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
    animation: piece-float 4s ease-in-out infinite;
}

.piece-1 {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-dark) 100%);
    top: 30px;
    left: 70px;
    clip-path: polygon(0% 0%, 70% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    animation-delay: 0s;
}

.piece-2 {
    background: linear-gradient(135deg, var(--accent-yellow) 0%, var(--accent-orange) 100%);
    bottom: 30px;
    right: 70px;
    clip-path: polygon(15% 0%, 100% 0%, 100% 70%, 85% 85%, 85% 100%, 15% 100%, 0% 85%, 0% 15%);
    animation-delay: 2s;
}

.connection-spark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: var(--accent-yellow);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(245, 158, 11, 0.8);
    animation: spark-pulse 2s ease-in-out infinite;
}

/* Services List */
.services-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

.service-category {
    padding: var(--spacing-lg);
    background: var(--white);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(79, 70, 229, 0.1);
}

.service-category h3 {
    color: var(--primary-purple);
    margin-bottom: var(--spacing-md);
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
}

.service-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-category li {
    color: var(--gray-dark);
    margin-bottom: var(--spacing-sm);
    padding-left: var(--spacing-lg);
    position: relative;
    line-height: 1.5;
}

.service-category li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent-yellow);
    font-weight: var(--font-weight-bold);
}

/* Tech Dashboard Visual */
.tech-dashboard-visual {
    width: 350px;
    height: 280px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, rgba(79, 70, 229, 0.05) 0%, transparent 70%);
    border-radius: 20px;
}

.dashboard-container {
    width: 280px;
    height: 200px;
    background: var(--gray-dark);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}

.dashboard-header {
    height: 40px;
    background: var(--primary-purple);
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-md);
    gap: var(--spacing-sm);
}

.header-icon {
    width: 20px;
    height: 20px;
    background: var(--accent-yellow);
    border-radius: 4px;
}

.header-title {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
}

.dashboard-content {
    padding: var(--spacing-md);
    height: calc(100% - 40px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-md);
}

.chart-section {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.chart-bar {
    width: 20px;
    background: var(--accent-yellow);
    border-radius: 2px 2px 0 0;
    animation: chart-grow 2s ease-out infinite;
}

.bar-1 { height: 30px; animation-delay: 0s; }
.bar-2 { height: 45px; animation-delay: 0.2s; }
.bar-3 { height: 25px; animation-delay: 0.4s; }
.bar-4 { height: 40px; animation-delay: 0.6s; }

.metrics-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.metric-card {
    height: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    position: relative;
}

.metric-card::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    height: 2px;
    background: var(--accent-yellow);
    border-radius: 1px;
}

.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    font-size: 1.2rem;
    animation: icon-float 6s ease-in-out infinite;
}

.icon-1 {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.icon-2 {
    bottom: 30%;
    left: 15%;
    animation-delay: 2s;
}

.icon-3 {
    top: 60%;
    right: 20%;
    animation-delay: 4s;
}

/* What We Do Section - Card Layout */
.what-we-do-section {
    background: var(--white);
    padding: var(--spacing-2xl) 0;
}

.what-we-do-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-lg);
}

.what-we-do-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-2xl);
    align-items: stretch;
}

.dashboard-image-section {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.dashboard-image {
    width: 100%;
    max-width: 500px;
    height: 100%;
    min-height: 400px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    object-fit: cover;
    object-position: 60% center;
}

.services-cards-section {
    padding: var(--spacing-lg) 0;
}

.what-we-do-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: #090C9B;
    margin-bottom: var(--spacing-lg);
    line-height: 1.1;
}

.what-we-do-intro {
    font-size: 1.1rem;
    color: var(--gray-medium);
    line-height: 1.6;
    margin-bottom: var(--spacing-xl);
}

.services-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-xl);
}

.services-column {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.service-item {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: 0;
}

.blue-checkmark {
    color: var(--primary-purple);
    font-weight: bold;
    flex-shrink: 0;
    font-size: 1.1rem;
    width: 20px;
    height: 20px;
    background: var(--primary-purple);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.service-text {
    font-size: 1rem;
    color: var(--gray-dark);
    line-height: 1.4;
    font-weight: var(--font-weight-medium);
}

/* Image Styling */
.mockup-image, .about-section-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
}

.hero-image .mockup-image {
    max-height: 400px;
    object-fit: cover;
}

.image-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.image-section .mockup-image {
    height: 100%;
    width: 100%;
    min-height: 400px;
    object-fit: cover;
    object-position: 82% 50%;
}

/* CTA Section */
.cta-section {
    background: rgb(9, 12, 155);
    padding: var(--spacing-2xl) 0;
    text-align: center;
}

.cta-title {
    color: white;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: var(--spacing-md);
}

.cta-subtitle {
    color: #D1D5DB;
    font-size: 1.2rem;
    margin-bottom: var(--spacing-xl);
}

/* Animations */
@keyframes building-glow {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

@keyframes road-flow {
    0% { transform: translateX(0); }
    100% { transform: translateX(40px); }
}

@keyframes light-flow {
    0% { transform: translateX(-100px); opacity: 0; }
    50% { opacity: 1; }
    100% { transform: translateX(400px); opacity: 0; }
}

@keyframes hand-move-left {
    0%, 100% { transform: rotate(-20deg) translateY(0); }
    50% { transform: rotate(-15deg) translateY(-5px); }
}

@keyframes hand-move-right {
    0%, 100% { transform: rotate(20deg) translateY(0); }
    50% { transform: rotate(15deg) translateY(-5px); }
}

@keyframes piece-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(5deg); }
}

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

@keyframes chart-grow {
    0% { transform: scaleY(0.3); opacity: 0.7; }
    100% { transform: scaleY(1); opacity: 1; }
}

@keyframes icon-float {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.6; }
    33% { transform: translateY(-10px) rotate(5deg); opacity: 1; }
    66% { transform: translateY(5px) rotate(-5deg); opacity: 0.8; }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero .hero-container,
    .content-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
        text-align: center;
        align-items: center;
    }
    
    .image-section .mockup-image {
        height: auto;
        min-height: 300px;
    }
    
    .content-grid.reverse {
        direction: ltr;
    }
    
    .what-we-do-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-xl);
        align-items: start;
    }
    
    .dashboard-image {
        min-height: 300px;
        height: auto;
    }
    
    .services-cards-section {
        text-align: center;
    }
    
    .services-list-grid {
        grid-template-columns: 1fr;
        gap: var(--spacing-lg);
    }
    
    .service-item {
        text-align: left;
        justify-content: flex-start;
    }
    
    .about-hero {
        padding: 50px 0 var(--spacing-xl);
    }
    
    .city-visual {
        width: 300px;
        height: 250px;
    }
    
    .puzzle-hands-visual,
    .tech-dashboard-visual {
        width: 300px;
        height: 200px;
    }
    
    .hands-container {
        transform: scale(0.8);
    }
    
    .dashboard-container {
        width: 250px;
        height: 180px;
    }
    
    .text-section {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .city-visual,
    .puzzle-hands-visual,
    .tech-dashboard-visual {
        width: 280px;
        height: 180px;
    }
    
    .services-list {
        gap: var(--spacing-md);
    }
    
    .service-category {
        padding: var(--spacing-md);
    }
}