/* About Page Specific Styles */
.about-hero {
    padding: 160px 0 120px;
    position: relative;
    overflow: hidden;
}

.about-eyebrow {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(248, 205, 0, 0.15);
    border: 1px solid rgba(248, 205, 0, 0.3);
    border-radius: 20px;
    color: #F8CD00;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 24px;
}

.about-headline {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 24px;
}

.about-subheadline {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

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

.stat-num {
    display: block;
    font-size: 48px;
    font-weight: 800;
    color: #F8CD00;
    line-height: 1;
}

.stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 8px;
}

.stat-divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
}

/* Story Section */
.about-story {
    padding: 120px 0;
}

.story-content {
    padding-right: 40px;
}

.story-values {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.value-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(248, 205, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8CD00;
}

.value-text strong {
    display: block;
    font-size: 16px;
    color: #0a0a0a;
    margin-bottom: 2px;
}

.value-text span {
    font-size: 13px;
    color: #666;
}

.story-visual {
    position: relative;
}

.visual-frame {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.visual-frame img {
    width: 100%;
    height: auto;
    display: block;
}

.experience-badge {
    position: absolute;
    bottom: -20px;
    left: -20px;
    background: #F8CD00;
    color: #0a0a0a;
    padding: 24px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(248, 205, 0, 0.3);
}

.exp-years {
    display: block;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.exp-text {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
    margin-top: 4px;
}

.floating-card {
    position: absolute;
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 280px;
}

.card-mission {
    bottom: 40px;
    right: -30px;
}

.card-mission h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0a0a0a;
}

.card-mission p {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Why Choose Us */
.why-choose-us {
    padding: 120px 0;
    background: #f8f9fa;
}

.feature-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-color: #F8CD00;
}

.about-feature-icon-wrap {
    margin-bottom: 24px;
}

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(248, 205, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8CD00;
}

/* Services Showcase */
.services-showcase {
    padding: 120px 0;
}

.service-card-light {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.service-card-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(248, 205, 0, 0.3);
    transform: translateY(-5px);
}

.service-card-light .service-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: rgba(248, 205, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8CD00;
    margin-bottom: 24px;
}

.service-card-light h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.service-card-light p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link {
    color: #F8CD00;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.3s ease;
}

.service-link:hover {
    gap: 12px;
}

/* Fleet Preview */
.fleet-preview {
    padding: 120px 0;
}

.fleet-categories {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.category-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.category-item:hover {
    background: rgba(248, 205, 0, 0.05);
    transform: translateX(10px);
}

.category-icon {
    font-size: 32px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.category-info h4 {
    font-size: 16px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 4px;
}

.category-info p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.fleet-gallery {
    position: relative;
}

.gallery-main {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}

.gallery-main img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-thumbs {
    display: flex;
    gap: 15px;
}

.gallery-thumbs img {
    width: calc(33.333% - 10px);
    border-radius: 12px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.gallery-thumbs img:hover {
    transform: scale(1.05);
    border-color: #F8CD00;
}

/* Testimonials */
.testimonials-about {
    padding: 120px 0;
}

.testimonial-card-simple {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card-simple:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.testimonial-rating {
    color: #F8CD00;
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author strong {
    display: block;
    font-size: 16px;
    color: #0a0a0a;
    margin-bottom: 4px;
}

.testimonial-author span {
    font-size: 13px;
    color: #888;
}

/* CTA Final */
.cta-final {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.cta-final::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 31, 95, 0.1), transparent);
}

.cta-headline {
    font-size: 48px;
    font-weight: 700;
    color: #001F5F;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-headline .text-primary {
    color: #F8CD00;
    background: linear-gradient(135deg, #F8CD00 0%, #D4A700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.cta-subtext {
    font-size: 16px;
    color: #64748B;
    max-width: 500px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Primary Button - Gold */
.btn-primary {
    background: #F8CD00;
    color: #001F5F;
    border: 2px solid #F8CD00;
}

.btn-primary:hover {
    background: #001F5F;
    color: #F8CD00;
    border-color: #001F5F;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 31, 95, 0.15);
}

/* Outline Button - Primary Color */
.btn-outline-primary {
    border: 2px solid #001F5F;
    color: #001F5F;
    background: transparent;
}

.btn-outline-primary:hover {
    background: #001F5F;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 31, 95, 0.15);
}

.btn-large {
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Decorative Elements */
.cta-decoration {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(248, 205, 0, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.cta-decoration-1 {
    top: -200px;
    right: -100px;
}

.cta-decoration-2 {
    bottom: -200px;
    left: -100px;
    background: radial-gradient(circle, rgba(0, 31, 95, 0.03) 0%, transparent 70%);
}

/* Background Patterns */
.hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(248, 205, 0, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

.bg-primary-premium {
    background: linear-gradient(135deg, #001F5F 0%, #1a365d 100%);
}

/* Responsive */
@media (max-width: 991px) {
    .about-hero {
        padding: 120px 0 80px;
    }

    .about-headline {
        font-size: 42px;
    }

    .hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .stat-divider {
        width: 60px;
        height: 1px;
    }

    .story-content {
        padding-right: 0;
    }

    .experience-badge {
        left: 20px;
        bottom: -10px;
    }

    .card-mission {
        right: 20px;
        bottom: 20px;
    }

    .cta-final {
        padding: 80px 0;
    }

    .cta-headline {
        font-size: 36px;
    }

    .cta-buttons {
        flex-direction: row;
        justify-content: flex-start;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .about-headline {
        font-size: 32px;
    }

    .stat-num {
        font-size: 36px;
    }

    .story-values {
        flex-direction: column;
        gap: 16px;
    }

    .card-mission {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        max-width: 100%;
    }

    .gallery-thumbs {
        display: none;
    }

    .cta-headline {
        font-size: 28px;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn-large {
        width: 100%;
        justify-content: center;
    }
}
