/* About Page Specific Styles */

/* Header */
.about-header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #f3f4f6;
    height: 80px !important;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

/* Keep About page header aligned with shared header size */
.header,
.about-header {
    height: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
}

.header .container,
.about-header .container {
    height: 100%;
}

.header-content,
.about-header .header-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: nowrap;
}

.logo,
.about-header .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.logo-img,
.about-header .logo-img {
    height: auto;
    max-height: 90px !important;
    width: auto;
    object-fit: contain;
}

.nav-link,
.about-header .nav-link {
    font-size: 14px;
}

.logo-about {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-text-about {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #4b5563;
    letter-spacing: 0.45px;
}

.logo-bars-vertical {
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 48px;
    width: 47px;
    position: relative;
}

.bar-vertical {
    width: 6px;
    height: 32px;
    background-color: #9ca3af;
    border-radius: 2px;
    position: absolute;
}

.bar-vertical:nth-child(1) {
    left: 8px;
    top: 8px;
}

.bar-vertical.red {
    width: 6px;
    height: 48px;
    background-color: var(--color-primary);
    left: 20px;
    top: 0;
    box-shadow: 0px 10px 15px -3px rgba(236, 19, 19, 0.4), 0px 4px 6px -4px rgba(236, 19, 19, 0.4);
}

.bar-vertical:nth-child(3) {
    left: 32px;
    top: 8px;
}

.logo-text-right {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.logo-bold {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.logo-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 2.4px;
}

.logo-subtitle-small {
    font-size: 12px;
    font-weight: 400;
    color: #6b7280;
}

.about-header .nav-link.active {
    color: var(--color-primary);
    font-weight: 600;
}

/* Hero Section */
.about-hero {
    position: relative;
    background-color: #f8f6f6;
    padding:215px 0;
    overflow: hidden;
}

.about-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
    gap: 56px;
    align-items: center;
    max-width: 1780px;
    padding: 0 48px;
}

.hero-background-pattern {
    position: absolute;
    inset: 0;
    background-image: url('https://www.figma.com/api/mcp/asset/a22d07a8-48a2-4a79-846a-4891c4c80482');
    background-size: 67px 100px;
    background-position: top left;
    opacity: 0.03;
    pointer-events: none;
}

.hero-mask {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: -16.67%;
    top: 0;
    background: #f3f4f6;
    opacity: 0.5;
    mask-image: url('https://www.figma.com/api/mcp/asset/3bb5b5d2-4f58-4398-a53f-61dc991fc1e0');
    mask-size: 1280px 100%;
    mask-position: 0px 0%;
    mask-repeat: no-repeat;
}

.hero-content-about {
    max-width: 820px;
    position: relative;
    z-index: 10;
    margin-left: 0;
    padding-left: 0;
}

.hero-badge-about {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 16px;
    background: #fef2f2;
    border: 1px solid #fee2e2;
    border-radius: 9999px;
    margin-bottom: 24px;
}

.badge-dot-red {
    width: 8px;
    height: 8px;
    background-color: var(--color-primary);
    border-radius: 50%;
}

.hero-badge-about span:last-child {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.hero-title-about {
    font-family: 'Manrope', sans-serif;
    font-size: 84px;
    font-weight: 800;
    line-height: 84px;
    color: var(--color-dark);
    margin-bottom: 32px;
    letter-spacing: -1.8px;
}

.gradient-text-red {
    background: linear-gradient(90deg, #ec1313 0%, #991b1b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-quote {
    position: relative;
    padding-left: 24px;
}

.quote-border {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: var(--color-primary);
}

.quote-text {
    font-size: 21px;
    line-height: 34px;
    color: var(--color-gray);
    max-width: 560px;
}

.hero-image-wrapper {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    max-width: 940px;
    height: auto;
    justify-self: end;
}

.hero-image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    background-image: url('https://www.figma.com/api/mcp/asset/2a91394a-259f-4c46-a553-9540e073d198');
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    box-shadow: 0px 25px 50px -12px #e5e7eb;
    position: relative;
    overflow: hidden;
}

.image-overlay-dark {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.image-overlay-dark::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

.image-stat {
    position: absolute;
    bottom: 62px;
    left: 36px;
    z-index: 10;
}

.stat-number-large {
    font-size: 72px;
    font-weight: 900;
    color: var(--color-primary);
    line-height: 72px;
    margin-bottom: 8px;
}

.stat-label-large {
    font-size: 20px;
    font-weight: 500;
    color: white;
    opacity: 0.9;
}

.trust-badge-about {
    position: absolute;
    bottom: 12px;
    left: 11px;
    background: white;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 8px 10px -6px rgba(0, 0, 0, 0.1);
    width: 290px;
    display: flex;
    gap: 16px;
    align-items: center;
    z-index: 10;
}

.trust-icon {
    width: 48px;
    height: 48px;
    background: #dcfce7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.trust-content {
    flex: 1;
}

.trust-percentage {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-dark);
    line-height: 32px;
    margin-bottom: 4px;
}

.trust-label {
    font-size: 12px;
    font-weight: 500;
    color: var(--color-light-gray);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-weight: 600;
}

/* Statistics Bar */
.stats-bar-red {
    background-color: var(--color-primary);
    height: 200px;
    position: relative;
    overflow: hidden;
}

.stats-bar-red::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('icons/background.png');
    background-size: 300px 300px;
    background-repeat: repeat;
    opacity: 0.15;
}

.stats-grid-red {
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 20px 0;
}

.stat-item-red {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.stat-icon-red {
    width: 48px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.stat-icon-red img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stat-number-red {
    font-size: 36px;
    font-weight: 900;
    color: white;
    line-height: 42px;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.stat-label-red {
    font-weight: bold;
    font-size: 16px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9);
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

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

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

.mission-vision .container {
    max-width: 3600px;
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.mv-grid::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: repeating-linear-gradient(
        to bottom,
        #d1d5db 0px,
        #d1d5db 4px,
        transparent 4px,
        transparent 8px
    );
    transform: translateX(-50%);
    z-index: 10;
}

.mv-card {
    padding: 48px 180px;
    position: relative;
    min-height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mv-card.mission {
    background: #262626;
    border-radius: 24px 0 0 24px;
}

.mv-card.vision {
    background: #f8f8f8;
    border-radius: 0 24px 24px 0;
}

.mv-icon {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 240px;
    height: 280px;
    pointer-events: none;
    overflow: visible;
    z-index: 0;
}

.mv-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}



.mission .mv-icon img {
    filter: brightness(0) invert(1);
}



.vision .mv-icon img {
    filter: brightness(0) saturate(0);
}

.mv-badge {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.mv-title {
    font-family: 'Manrope', sans-serif;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.mission .mv-title {
    color: white;
}

.vision .mv-title {
    color: var(--color-dark);
}

.mv-description {
    font-size: 20px;
    line-height: 32px;
    position: relative;
    z-index: 1;
    max-width: 75%;
    margin-top: 0;
}

.mission .mv-description {
    color: white;
}

.vision .mv-description {
    color: var(--color-dark);
}

/* Timeline Section */
.timeline-section {
    background: #f8f6f6;
    padding: 96px 0;
}

.section-header-timeline {
    text-align: center;
    margin-bottom: 96px;
}

.section-title-timeline {
    font-family: 'Manrope', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 16px;
}

.section-description-timeline {
    font-size: 18px;
    color: var(--color-gray);
}

.timeline-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #ec1313 0%, #991b1b 100%);
    border-radius: 9999px;
}

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

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-content {
    width: 48%;
    background: white;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.timeline-content.left {
    text-align: right;
    margin-right: auto;
}

.timeline-content.right {
    text-align: left;
    margin-left: auto;
}

.timeline-year {
    font-size: 48px;
    font-weight: 900;
    color: #f3f4f6;
    line-height: 48px;
    margin-bottom: 12px;
}

.timeline-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 16px;
}

.timeline-description {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-gray);
}

.timeline-number {
    position: absolute;
    font-size: 48px;
    font-weight: 900;
    color: var(--color-primary);
    opacity: 0.2;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-number.number-right {
    left: calc(50% + 20px);
}

.timeline-number.number-left {
    right: calc(50% + 20px);
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-dot.active {
    border-color: var(--color-primary);
}

.timeline-dot svg {
    width: 14px;
    height: 16px;
    display: block;
}

.timeline-dot.active svg {
    fill: white;
}

.timeline-dot:not(.active) svg {
    fill: var(--color-primary);
}

/* Fleet Section */
.fleet-section {
    background: #221a1a;
    padding: 96px 0;
    position: relative;
    overflow: hidden;
}

.fleet-section::after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    width: 300px;
    height: 360px;
    background-image: url('https://www.figma.com/api/mcp/asset/e68ca957-4d4b-4b09-94a4-db645a807a45');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    pointer-events: none;
}

.fleet-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

.fleet-status {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
    font-size: 14px;
    color: #d1d5db;
    margin-top: 102px;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #22c55e;
    border-radius: 50%;
}

.fleet-title-wrapper {
    max-width: 512px;
}

.section-badge-fleet {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 16px;
}

.fleet-title {
    font-family: 'Manrope', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
}

.fleet-description {
    font-size: 18px;
    line-height: 28px;
    color: #9ca3af;
}

.fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.fleet-card {
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 26px 24px 22px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(4px);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.fleet-card::before {
    content: '';
    position: absolute;
    left: 24px;
    top: 0;
    width: 64px;
    height: 3px;
    background: linear-gradient(90deg, #ec1313 0%, rgba(236, 19, 19, 0.1) 100%);
    border-radius: 9999px;
}

.fleet-card::after {
    content: '';
    position: absolute;
    right: -36px;
    bottom: -36px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(236, 19, 19, 0.16) 0%, rgba(236, 19, 19, 0) 72%);
    pointer-events: none;
}

.fleet-card:hover {
    transform: translateY(-4px);
    border-color: rgba(236, 19, 19, 0.35);
    box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.26);
}

.fleet-number {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 34px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.18);
    line-height: 40px;
}

.fleet-card-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
    padding-right: 52px;
}

.fleet-label {
    font-size: 12px;
    font-weight: 400;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

/* Team Section */
.team-section {
    background: white;
    padding: 96px 0;
}

.team-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
}

.team-grid + .team-header,
.team-grid2 + .team-header {
    margin-top: 34px;
}

.team-title {
    font-family: 'Manrope', sans-serif;
    font-size: 34px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 10px 18px 10px 14px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
   
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.team-title::before {
    content: "";
    width: 6px;
    height: 30px;
    border-radius: 999px;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    box-shadow: 0 6px 16px rgba(185, 28, 28, 0.25);
}

.team-title::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -7px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ef4444 0%, rgba(239, 68, 68, 0) 72%);
}

.team-subtitle {
    font-size: 18px;
    color: var(--color-gray);
}

.team-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
    text-decoration: none;
    margin-top: 20px;
    transition: gap 0.3s;
}

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

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.team-grid2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.team-card {
    position: relative;
    text-align: left;
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px 24px 24px;
    min-height: 150px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-card::before {
    content: "";
    position: relative;
    display: block;
    width: 46px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #ec1313 0%, #b91c1c 100%);
    margin-bottom: 18px;
}

.team-card:hover {
    transform: translateY(-4px);
    border-color: #fecaca;
    box-shadow: 0 16px 32px rgba(185, 28, 28, 0.12);
}

.team-name {
    font-family: 'Manrope', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--color-dark);
    line-height: 1.3;
    margin-bottom: 10px;
}

.team-role {
    font-size: 15px;
    font-weight: 600;
    color: #6b7280;
    line-height: 1.45;
    margin: 0;
}

.team-role a,
.legend-mail a,
.footer-contact a {
    color: inherit;
    text-decoration: none;
}

.team-role a[href^="mailto:"],
.legend-mail a[href^="mailto:"],
.footer-contact a[href^="mailto:"] {
    display: inline-block;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

.team-role a[href^="mailto:"] {
    font-size: clamp(12px, 0.85vw, 15px);
}

.team-role a:hover,
.legend-mail a:hover,
.footer-contact a:hover {
    text-decoration: underline;
}

.operations-map-section {
    margin-top: 56px;
}

.operations-map-header {
    margin-bottom: 20px;
}

.operations-map-title {
    font-family: 'Manrope', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.operations-map-title::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #ef4444 0%, #b91c1c 100%);
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.12);
}

.operations-map-subtitle {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

.operations-map-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.operations-map-canvas {
    width: 100%;
    height: 560px;
    border-radius: 14px;
    background: #f8fafc;
}

.operations-legend {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.legend-item {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 14px;
    background: #fff;
}

.legend-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.legend-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 1px rgba(17, 24, 39, 0.1);
}

.legend-name {
    font-weight: 800;
    color: #111827;
    font-size: 14px;
}

.legend-mail {
    font-size: 13px;
    color: #374151;
}

.legend-cities {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.5;
}

/* CTA Section */
.about-cta {
    position: relative;
    background: #111827;
    padding: 80px 0;
    overflow: hidden;
}

.cta-background {
    position: absolute;
    inset: 0;
    background-image: url('https://www.figma.com/api/mcp/asset/2a91394a-259f-4c46-a553-9540e073d198');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    mix-blend-mode: overlay;
}

.cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #111827 0%, rgba(17, 24, 39, 0) 50%, rgba(17, 24, 39, 0.9) 100%);
}

.cta-content-about {
    position: relative;
    z-index: 10;
    max-width: 618px;
}

.cta-title-about {
    font-family: 'Manrope', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 48px;
    margin-bottom: 24px;
}

.text-red {
    color: var(--color-primary);
}

.cta-description-about {
    font-size: 18px;
    line-height: 28px;
    color: #d1d5db;
    margin-bottom: 40px;
}

.cta-buttons-about {
    display: flex;
    gap: 16px;
}

.btn-outline-white {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
}

.btn-outline-white:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.4);
}

/* Footer */
.about-footer {
    background: #181111;
    border-top: 1px solid #1f2937;
    padding: 64px 0 0;
}

.footer-content-about {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 80px;
    margin-bottom: 48px;
}

.footer-logo-about {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 24px;
}

.footer-logo-about .footer-logo-img {
    height: auto;
    max-height: 80px;
    width: auto;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.footer-logo-text {
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.45px;
}

.footer-logo-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.footer-description-about {
    font-size: 14px;
    line-height: 22.75px;
    color: #9ca3af;
}

.footer-title-about {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 24px;
}

.footer-links-about {
    list-style: none;
}

.footer-links-about li {
    margin-bottom: 16px;
}

.footer-links-about a {
    color: #9ca3af;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links-about a:hover {
    color: white;
}

.footer-contact-about {
    list-style: none;
}

.footer-contact-about li {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.footer-contact-about .footer-contact-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    object-fit: contain;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

.footer-contact-about svg {
    width: 14px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-about span {
    color: #9ca3af;
    font-size: 14px;
}

.footer-bottom-about {
    border-top: 1px solid #1f2937;
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-about {
    font-size: 12px;
    color: #6b7280;
}

.footer-bottom-links-about {
    display: flex;
    gap: 24px;
}

.footer-bottom-links-about a {
    font-size: 12px;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-bottom-links-about a:hover {
    color: white;
}

/* Responsive Design */
@media (max-width: 1440px) {
    .hero-image-wrapper {
        right: 120px;
    }
    
    .fleet-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .team-grid2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1366px) {
    .about-hero .container {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
        gap: 40px;
        align-items: center;
        padding: 0 56px;
    }

    .hero-content-about {
        margin-left: 0;
        max-width: 100%;
    }

    .hero-image-wrapper {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    .hero-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .hero-title-about {
        font-size: 72px;
        line-height: 74px;
    }

    .quote-text {
        font-size: 19px;
        line-height: 31px;
    }
}

@media (max-width: 992px) {
    .about-hero .container {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 0 32px;
    }

    .hero-image-wrapper {
        justify-self: start;
        max-width: 100%;
    }
}

@media (max-width: 1200px) {
    .mission-vision .container {
        max-width: 100%;
        padding: 0 40px;
    }
    
    .mv-grid {
        grid-template-columns: 1fr;
    }
    
    .mv-card {
        padding: 40px 80px;
        min-height: 275px;
    }
    
    .mv-icon {
        width: 220px;
        height: 264px;
        top: 32px;
        right: 32px;
    }
    
    .mv-card.mission {
        border-radius: 24px 24px 0 0;
    }
    
    .mv-card.vision {
        border-radius: 0 0 24px 24px;
    }
    
    .timeline-container {
        padding: 0 60px;
        max-width: 1000px;
    }
    
    .timeline-content {
        width: 46%;
    }
    
    .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-content-about {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }

    .team-title {
        font-size: 26px;
        padding: 8px 12px;
    }

    .team-title::before {
        height: 22px;
    }

    .operations-map-title {
        font-size: 24px;
    }

    .hero-title-about {
        font-size: 48px;
        line-height: 56px;
    }

    .about-hero .container {
        padding: 0 24px;
    }
    
    .hero-content-about {
        margin-left: 0;
        padding-left: 0;
    }
    
    .hero-image-wrapper {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 48px;
    }

    .hero-image {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
    }
    
    .trust-badge-about {
        position: static;
        width: 100%;
        max-width: 256px;
        margin-top: 24px;
    }
    
    .stats-bar-red {
        height: auto;
    }

    .stats-grid-red {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 24px 0;
    }

    .stat-item-red {
        width: 100%;
        padding: 8px 0;
    }

    .stat-number-red {
        font-size: 30px;
        line-height: 36px;
    }

    .stat-label-red {
        font-size: 14px;
        text-align: center;
    }
    
    .stat-divider {
        display: none;
    }
    
    .mission-vision .container {
        padding: 0 24px;
    }

    .mv-grid::after {
        left: 0;
        right: 0;
        top: 50%;
        bottom: auto;
        width: auto;
        height: 1px;
        transform: translateY(-50%);
        background: repeating-linear-gradient(
            to right,
            #d1d5db 0px,
            #d1d5db 4px,
            transparent 4px,
            transparent 8px
        );
    }
    
    .mv-card {
        padding: 32px 40px;
        min-height: 250px;
    }
    
    .mv-icon {
        width: 180px;
        height: 216px;
        top: 24px;
        right: 24px;
    }
    
    .mv-title {
        font-size: 32px;
    }
    
    .mv-description {
        font-size: 18px;
        line-height: 28px;
        max-width: 100%;
    }
    
    .timeline-container {
        padding: 0 24px;
        max-width: 100%;
    }
    
    .timeline-content {
        width: 100%;
        padding: 24px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .timeline-content.left,
    .timeline-content.right {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .timeline-line,
    .timeline-number,
    .timeline-dot {
        display: none;
    }

    .timeline-item {
        margin-bottom: 20px;
    }
    
    .fleet-grid {
        grid-template-columns: 1fr;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
    }
    .team-grid2 {
        grid-template-columns: 1fr;
    }

    .operations-map-canvas {
        height: 420px;
    }

    .operations-legend {
        grid-template-columns: 1fr;
    }
    
    .team-header {
        flex-direction: column;
    }
    
    .fleet-header {
        flex-direction: column;
    }
    
    .fleet-status {
        margin-top: 0;
        margin-bottom: 24px;
    }

    .about-footer {
        padding-top: 40px;
    }

    .footer-content-about {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 28px;
    }

    .footer-bottom-about {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 20px 0;
    }

    .footer-bottom-links-about {
        flex-wrap: wrap;
        gap: 12px 16px;
    }
}
