.company-cta,
.company-hero,
.leader-card,
.leader-image,
.mvv-card,
.news-card,
.news-image,
.stat-card {
    overflow: hidden
}

.company-cta::before,
.mvv-card::after,
.stat-card::before {
    content: '';
    position: absolute
}

.cta-content,
.fleet-feature i,
.fleet-showcase h3,
.fleet-stat,
.highlight-item i,
.leader-card,
.leadership-cta,
.mvv-card,
.news-cta,
.section-description,
.stat-card,
.sustainability-content h2,
.sustainability-content>p {
    text-align: center
}

.company-hero {
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(315deg, var(--primary-color) 0, var(--primary-dark) 80%)
}

.company-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../assets/imgs/company-hero-pattern.svg') center center/cover no-repeat;
    opacity: .1;
    z-index: 1
}

.company-cta,
.leader-card,
.leader-image,
.mvv-card,
.mvv-card h3,
.mvv-card p,
.mvv-icon,
.news-image,
.stat-card,
.stat-label,
.stat-number,
.sustainability-item li {
    position: relative
}

.company-cta .container,
.company-hero .container {
    position: relative;
    z-index: 2
}

.company-badge {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    background-color: rgba(255, 255, 255, .15);
    padding: .75rem 1.5rem;
    border-radius: var(--border-radius);
    margin-bottom: 1.5rem;
    backdrop-filter: blur(10px);
}

.company-badge i {
    font-size: 1.25rem;
    color: var(--white)
}

.company-badge span {
    color: var(--white);
    font-weight: 600;
    font-size: .95rem;
    letter-spacing: 1px;
    text-transform: uppercase
}

.company-hero h1 {
    font-size: 3.5rem;
    color: var(--white);
    margin-bottom: 1.5rem;
    font-weight: 700
}

.company-hero p {
    font-size: 1.25rem;
    color: var(--white);
    line-height: 1.6
}

.company-overview,
.leadership-preview,
.sustainability-community {
    padding: 6rem 0;
    background-color: var(--dark-surface)
}

.highlight-item,
.stat-card {
    background-color: var(--dark-surface-2);
    border-radius: var(--border-radius)
}

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

.facility-info h2,
.overview-text h2 {
    color: var(--primary-color);
    font-size: 2rem;
    margin-bottom: 1.5rem
}

.lead {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 2rem;
    line-height: 1.6
}

.overview-text p {
    color: var(--text-color);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem
}

.company-highlights {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 0 100px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem;
    border-left: 4px solid var(--primary-color);
    transition: transform .3s, box-shadow .3s
}

.leader-card,
.mvv-card,
.news-card,
.stat-card,
.value-tag {
    transition: .3s
}

.highlight-item:hover {
    transform: translateX(5px);
    box-shadow: var(--box-shadow)
}

.leader-card:hover,
.mvv-card:hover,
.news-card:hover,
.stat-card:hover,
.sustainability-item:hover {
    box-shadow: var(--box-shadow-hover);
    border-color: var(--primary-color)
}

.highlight-item i {
    font-size: 2rem;
    color: var(--primary-color);
    width: 50px
}

.highlight-item h4 {
    color: var(--black);
    font-size: 1.2rem;
    margin-bottom: .5rem
}

.facility-features .feature-item p,
.highlight-item p {
    color: var(--text-muted);
    font-size: .95rem;
    margin: 0
}

.mvv-card h3,
.mvv-icon i,
.stat-icon i,
.value-tag:hover {
    color: var(--black)
}

.overview-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem
}

.stat-card {
    padding: 2rem;
    border: 1px solid rgba(30, 144, 255, .2)
}

.stat-card::before {
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(30, 144, 255, .1), transparent);
    transform: rotate(45deg);
    transition: .6s;
    opacity: 0
}

.stat-card:hover::before {
    animation: 1.5s ease-in-out shimmer
}

.stat-card:hover,
.sustainability-item:hover {
    transform: translateY(-5px)
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem
}

.stat-icon i {
    font-size: 1.5rem
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: .5rem;
    z-index: 1
}

.stat-label {
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 500;
    z-index: 1
}

.facilities-fleet,
.mission-vision-values,
.news-updates {
    padding: 3rem 0;
    background-color: var(--dark-bg)
}

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

.mvv-card {
    background-color: var(--dark-surface-2);
    padding: 2.5rem;
    border-radius: var(--border-radius);
    border: 1px solid var(--dark-surface-3)
}

.mvv-card::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(30, 144, 255, .1), transparent);
    transition: left .6s
}

.mvv-card:hover::after {
    left: 100%
}

.mvv-card:hover {
    transform: translateY(-10px)
}

.mvv-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    z-index: 1
}

.mission-card .mvv-icon {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-light))
}

.vision-card .mvv-icon {
    background: linear-gradient(135deg, var(--secondary-color), var(--secondary-dark))
}

.values-card .mvv-icon {
    background: linear-gradient(135deg, var(--info), var(--primary-color))
}

.mvv-icon i {
    font-size: 2rem
}

.mvv-card h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    z-index: 1
}

.mvv-card p {
    color: var(--text-color);
    line-height: 1.6;
    z-index: 1
}

.values-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
    margin-top: 1rem
}

.value-tag {
    background-color: rgba(30, 144, 255, .1);
    color: var(--primary-color);
    padding: .5rem 1rem;
    border-radius: 20px;
    font-size: .9rem;
    font-weight: 500;
    border: 1px solid rgba(30, 144, 255, .3)
}

.fleet-showcase,
.leader-card {
    background-color: var(--dark-surface-2);
    border-radius: var(--border-radius)
}

.value-tag:hover {
    background-color: var(--primary-color);
    transform: scale(1.05)
}

.leadership-preview h2,
.news-updates h2 {
    text-align: center;
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 1rem
}

.section-description {
    color: var(--text-muted);
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

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

.leader-card {
    padding: 2rem;
    border: 1px solid var(--dark-surface-3)
}

.leader-card:hover,
.news-card:hover {
    transform: translateY(-5px)
}

.leader-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    border: 3px solid var(--primary-color)
}

.leader-image img,
.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.leader-card:hover .leader-image img {
    transform: scale(1.1)
}

.leader-info h4 {
    color: var(--black);
    font-size: 1.3rem;
    margin-bottom: .5rem
}

.leader-title {
    color: var(--primary-color);
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 1rem
}

.leader-bio {
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.5
}

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

.facility-info p {
    color: var(--text-color);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 2rem
}

.facility-features {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

.facility-features .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem
}

.facility-features .feature-item i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-top: .25rem;
    width: 30px
}

.facility-features .feature-item h4 {
    color: var(--black);
    margin-bottom: .5rem;
    font-size: 1.1rem
}

.fleet-showcase {
    padding: 2.5rem;
    border: 1px solid var(--dark-surface-3)
}

.fleet-stat,
.sustainability-item {
    border-radius: var(--border-radius)
}

.fleet-showcase h3 {
    color: var(--black);
    font-size: 1.8rem;
    margin-bottom: 2rem
}

.fleet-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem
}

.fleet-stat {
    padding: 1rem;
    background-color: var(--dark-surface-3)
}

.fleet-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: .5rem
}

.fleet-label {
    color: var(--text-color);
    font-size: .9rem;
    font-weight: 500
}

.fleet-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem
}

.fleet-feature {
    display: flex;
    align-items: center;
    gap: .75rem;
    color: var(--text-color);
    font-size: .95rem
}

.fleet-feature i {
    color: var(--primary-color);
    width: 20px
}

.sustainability-content h2 {
    color: var(--primary-color);
    font-size: 2.5rem;
    margin-bottom: 1.5rem
}

.sustainability-content>p {
    color: var(--text-color);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto 3rem
}

.sustainability-item {
    background-color: var(--dark-surface-2);
    padding: 2rem;
    border: 1px solid var(--dark-surface-3);
    transition: .3s
}

.sustainability-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--success), #45a049);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem
}

.sustainability-icon i {
    font-size: 1.8rem;
    color: var(--black)
}

.sustainability-item h4 {
    color: var(--black);
    font-size: 1.3rem;
    margin-bottom: 1rem
}

.sustainability-item ul {
    list-style: none
}

.sustainability-item li {
    color: var(--text-color);
    margin-bottom: .75rem;
    padding-left: 1.5rem
}

.sustainability-item li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--success);
    font-weight: 700
}

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

.news-card {
    background-color: var(--dark-surface-2);
    border-radius: var(--border-radius);
    border: 1px solid var(--dark-surface-3)
}

.news-image {
    width: 100%;
    height: 200px
}

.news-card:hover .news-image img {
    transform: scale(1.05)
}

.news-content {
    padding: 1.5rem
}

.news-date {
    color: var(--text-muted);
    font-size: .9rem;
    margin-bottom: .75rem
}

.news-content h3 {
    color: var(--black);
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.4
}

.news-content p {
    color: var(--text-muted);
    font-size: .95rem;
    line-height: 1.5;
    margin-bottom: 1.25rem
}

.read-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .5rem;
    transition: color .3s
}

.read-more:hover {
    color: var(--primary-light)
}

.company-cta {
    padding: 6rem 0;
    background: linear-gradient(315deg, var(--primary-color) 0, var(--primary-dark) 80%)
}

.company-cta::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../assets/imgs/cta-pattern.svg') center center/cover no-repeat;
    opacity: .1;
    z-index: 1
}

.cta-content {
    max-width: 1200px;
    margin: 0 auto
}

.cta-content h2 {
    color: var(--white);
    font-size: 3rem;
    margin-bottom: 1rem
}

.cta-content p {
    color: var(--white);
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: .95
}

.cta-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem
}

.btn-outline.btn-large {
    border: 2px solid var(--black);
    color: var(--black)
}

.btn-outline.btn-large:hover {
    background-color: var(--black);
    color: var(--primary-color)
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg)
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg)
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.stat-number.animated {
    animation: .8s countUp
}

@media screen and (max-width:1200px) {

    .facilities-grid,
    .overview-content {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .fleet-showcase {
        max-width: 600px;
        margin: 0 auto
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .company-hero {
        height: 45vh;
        min-height: 380px;
        padding: 100px 1.5rem 2rem
    }

    .company-hero h1 {
        font-size: 2.5rem
    }

    .company-hero p {
        font-size: 1.1rem
    }

    .overview-content {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .overview-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }

    .mvv-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }

    .mvv-card {
        padding: 2rem
    }

    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }

    .facilities-grid {
        grid-template-columns: 1fr;
        gap: 2rem
    }

    .fleet-showcase {
        max-width: 100%
    }

    .fleet-stats {
        grid-template-columns: repeat(3, 1fr)
    }

    .sustainability-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem
    }

    .cta-content h2 {
        font-size: 2.5rem
    }
}

@media screen and (max-width:768px) {
    .company-hero {
        height: 50vh;
        min-height: 350px;
        padding: 120px 1rem 2rem
    }

    .company-badge {
        padding: .5rem 1rem;
        font-size: .85rem
    }

    .company-hero h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1rem
    }

    .company-hero p {
        font-size: 1rem;
        line-height: 1.5
    }

    .overview-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }

    .fleet-features,
    .fleet-stats,
    .mvv-grid,
    .sustainability-grid {
        grid-template-columns: 1fr
    }

    .fleet-stats {
        gap: 1rem
    }

    .cta-content h2 {
        font-size: 2.2rem
    }

    .cta-actions {
        flex-direction: column;
        align-items: center
    }

    .btn-large {
        width: 100%;
        max-width: 300px
    }
}

@media screen and (max-width:576px) {
    .company-hero {
        height: auto;
        min-height: 300px;
        padding: 100px 1rem 2rem
    }

    .company-badge {
        padding: .4rem .8rem;
        font-size: .75rem
    }

    .company-hero h1 {
        font-size: 1.75rem;
        margin-bottom: .75rem
    }

    .company-hero p {
        font-size: .95rem
    }

    .leadership-grid,
    .news-grid,
    .overview-stats {
        grid-template-columns: 1fr
    }
}