/* Professional About Section - Clean & Modern */
.professional-about-section {
    padding: 80px 0;
    background: #ffffff;
    position: relative;
}

/* About Hero Redesign (reference-matched layout) */
body.page-about .professional-about-section {
    background: #f3f4f5;
}

body.page-about .about-modern-head {
    margin-bottom: 42px;
}

body.page-about .about-modern-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #2f333d;
    margin-bottom: 18px;
}

body.page-about .about-modern-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d70006;
}

body.page-about .about-modern-head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

body.page-about .about-modern-title {
    margin: 0;
    max-width: 760px;
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    color: #1e222e;
    font-weight: 700;
}

body.page-about .about-modern-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 56px;
    padding: 0 22px;
    background: #d70006;
    color: #fff;
    border-radius: 2px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.25s ease;
}

body.page-about .about-modern-cta:hover {
    background: #b80005;
    color: #fff;
}

body.page-about .about-modern-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

body.page-about .about-modern-intro {
    font-size: 19px;
    line-height: 1.85;
    color: #3b404d;
    margin-bottom: 28px;
    max-width: 640px;
}

body.page-about .about-modern-values {
    display: grid;
    gap: 20px;
}

body.page-about .about-modern-value {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 16px;
    align-items: start;
}

body.page-about .about-modern-icon {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background: #fdebec;
    color: #d70006;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

body.page-about .about-modern-copy h4 {
    margin: 0 0 6px;
    font-size: 36px;
    font-weight: 700;
    color: #1f2430;
}

body.page-about .about-modern-copy p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #4c5260;
}

body.page-about .about-modern-collage {
    position: relative;
    padding-bottom: 58px;
    min-height: 530px;
}

body.page-about .about-modern-image {
    display: block;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.12);
}

body.page-about .about-modern-image-main {
    max-width: 520px;
    height: 380px;
}

body.page-about .about-modern-image-overlay {
    position: absolute;
    right: 0;
    bottom: 58px;
    width: 58%;
    max-width: 320px;
    height: 290px;
    border: 4px solid #f3f4f5;
}

@media (max-width: 1199px) {
    body.page-about .about-modern-copy h4 {
        font-size: 30px;
    }

    body.page-about .about-modern-copy p,
    body.page-about .about-modern-intro {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    body.page-about .about-modern-head-row {
        flex-direction: column;
    }

    body.page-about .about-modern-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body.page-about .about-modern-collage {
        max-width: 640px;
        min-height: 0;
    }

    body.page-about .about-modern-image-main {
        width: 86%;
        max-width: none;
    }

    body.page-about .about-modern-image-overlay {
        width: 48%;
        height: 230px;
    }
}

@media (max-width: 767px) {
    body.page-about .about-modern-title {
        font-size: 35px;
    }

    body.page-about .about-modern-intro {
        font-size: 16px;
    }

    body.page-about .about-modern-copy h4 {
        font-size: 24px;
    }

    body.page-about .about-modern-copy p {
        font-size: 15px;
    }

    body.page-about .about-modern-value {
        grid-template-columns: 48px 1fr;
    }

    body.page-about .about-modern-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    body.page-about .about-modern-image-main {
        width: 100%;
        height: 310px;
    }

    body.page-about .about-modern-image-overlay {
        width: 56%;
        max-width: none;
        right: -6px;
        bottom: 56px;
        height: 200px;
    }

}

.auto-container {
    position: relative;
    z-index: 1;
}

.about-hero-content {
    text-align: left;
    margin-bottom: 60px;
    max-width: 100%;
    padding: 0 20px;
}

.about-hero-title {
    font-size: 3.2rem;
    font-weight: 700;
    color: #232331;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
}

.about-hero-subtitle {
    font-size: 1.3rem;
    color: #d70006;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.about-hero-subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: linear-gradient(135deg, #d70006 0%, #ca1f26 100%);
    border-radius: 2px;
}

.about-content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
    padding: 0 20px;
}

.about-text-content {
    background: #ffffff;
    padding: 0;
}

.about-text-content p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
    font-weight: 400;
}

.about-text-content p:last-child {
    margin-bottom: 0;
}

.about-visual-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.about-main-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.about-main-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(215, 0, 6, 0.1) 0%, rgba(215, 0, 6, 0.05) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 20px;
    z-index: 1;
}

.about-main-image:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 30px 80px rgba(215, 0, 6, 0.25);
}

.about-main-image:hover::before {
    opacity: 1;
}

.about-main-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(215, 0, 6, 0.9);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-main-image::after {
    content: '🔍';
    font-size: 24px;
    color: white;
}

.about-main-image:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.about-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
    padding: 0 20px;
}

.about-feature {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
}

.about-feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    border-color: #d70006;
}

.about-feature-icon {
    font-size: 3rem;
    color: #d70006;
    margin-bottom: 20px;
    display: block;
}

.about-feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #232331;
    margin-bottom: 15px;
}

.about-feature-text {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
}

/* SAS Image Section - Full Section Cover */
.sas-logo-section {
    min-height: auto;
    padding: 20px 0 10px;
    margin: 0;
    position: relative;
    overflow: hidden;
    width: 100%;
    left: 0;
    right: 0;
}

.sas-logo-container {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    left: auto;
    right: auto;
}

.sas-logo {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Logistics Services Section - About Page Only */
body.page-about .logistics-services-section {
    padding: 60px 0;
    background: linear-gradient(135deg, rgba(248, 249, 250, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%), url('../images/BACKGROUND SAS.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

body.page-about .logistics-services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    opacity: 0.9;
    z-index: 0;
}

body.page-about .logistics-services-section .auto-container {
    position: relative;
    z-index: 1;
}

body.page-about .logistics-services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding: 0 20px;
}

body.page-about .logistics-services-section .service-item {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative !important;
    z-index: 1 !important;
    overflow: hidden;
}

body.page-about .logistics-services-section .service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

body.page-about .logistics-services-section .service-item.active {
    border-color: #d70006;
    box-shadow: 0 10px 30px rgba(215, 0, 6, 0.15);
}

body.page-about .logistics-services-section .service-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 25px 30px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e9ecef !important;
}

body.page-about .logistics-services-section .service-item.active .service-header {
    background: linear-gradient(135deg, #d70006 0%, #ca1f26 100%) !important;
    color: #ffffff !important;
    border-bottom: 1px solid #d70006 !important;
}

body.page-about .logistics-services-section .service-right-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
}

body.page-about .logistics-services-section .service-number {
    font-size: 1.8rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #d70006 0%, #ca1f26 100%) !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(215, 0, 6, 0.3) !important;
    flex-shrink: 0 !important;
}

body.page-about .logistics-services-section .service-item.active .service-number {
    background: #ffffff !important;
    color: #d70006 !important;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3) !important;
}

body.page-about .logistics-services-section .service-title {
    flex: 1 !important;
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #232331 !important;
    transition: all 0.3s ease !important;
    line-height: 1.3 !important;
}

body.page-about .logistics-services-section .service-item.active .service-title {
    color: #ffffff !important;
}

body.page-about .logistics-services-section .service-chevron {
    font-size: 1.2rem !important;
    color: #666 !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

body.page-about .logistics-services-section .service-item.active .service-chevron {
    color: #ffffff !important;
    transform: rotate(180deg) !important;
}

body.page-about .logistics-services-section .service-content {
    background: #ffffff !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    /* Override conflicting rules from custom-sections.css */
    flex: none !important;
    flex-basis: auto !important;
    flex-shrink: 0 !important;
    flex-wrap: nowrap !important;
    flex-grow: unset !important;
    flex-direction: unset !important;
}

body.page-about .logistics-services-section .service-item.active .service-content {
    /* Active state styling - controlled by JavaScript */
}

body.page-about .logistics-services-section .service-content p {
    margin-bottom: 12px;
    line-height: 1.5;
    color: #666;
    font-size: 14px;
    text-align: left;
}

body.page-about .logistics-services-section .service-content .service-intro {
    font-weight: 600;
    color: #232331;
    font-size: 15px;
    margin-bottom: 15px;
}

body.page-about .logistics-services-section .service-content ul {
    margin: 12px 0;
    padding-left: 18px;
}

body.page-about .logistics-services-section .service-content li {
    margin-bottom: 8px;
    line-height: 1.5;
    color: #666;
    font-size: 14px;
}

body.page-about .logistics-services-section .service-content strong {
    color: #232331;
    font-weight: 700;
    font-size: 14px;
}

/* Clean Modern Accordion List */
.accordion-list {
    max-width: 900px;
    margin: 0 auto 80px;
    padding: 0 20px;
}

.accordion-item {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    position: relative;
}

.accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #d70006;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
}

.accordion-item.active::before {
    transform: scaleY(1);
}

.accordion-item:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    background: #fff;
    padding: 1.8rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.accordion-item.active .accordion-header {
    background: #d70006;
    color: #fff;
}

.service-title {
    margin: 0;
    font-weight: 600;
    font-size: 1.3rem;
    color: #333;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.service-title::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d70006;
    border-radius: 50%;
    margin-right: 12px;
    transition: all 0.3s ease;
}

.accordion-item.active .service-title {
    color: #fff;
}

.accordion-item.active .service-title::before {
    background: #fff;
}

.accordion-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #d70006;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(215, 0, 6, 0.1);
}

.accordion-item.active .accordion-icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: #fff;
}

.content-wrapper {
    padding: 2rem 2rem;
}

.accordion-content p {
    margin: 0 0 1rem 0;
    color: #555;
    line-height: 1.6;
    font-size: 15px;
    text-align: left;
}

.accordion-content p:last-of-type {
    margin-bottom: 1rem;
}

.accordion-content .service-intro {
    font-weight: 600;
    color: #d70006;
    font-size: 15px;
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.2rem;
    background: rgba(215, 0, 6, 0.05);
    border-left: 3px solid #d70006;
    border-radius: 0 8px 8px 0;
}

.accordion-content .stage-title {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin: 1.2rem 0 0.8rem 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.process-list {
    margin: 0.8rem 0 1.5rem 0;
    padding-left: 0;
    list-style: none;
}

.process-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.6rem;
    color: #666;
    line-height: 1.6;
    font-size: 14px;
    transition: all 0.3s ease;
}

.process-list li:hover {
    color: #d70006;
    transform: translateX(3px);
}

.process-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #d70006;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
}

.process-list li:hover::before {
    transform: scale(1.2);
    color: #ff4444;
}

.accordion-content strong {
    color: #d70006;
    font-weight: 700;
}

.goal-section {
    background: rgba(215, 0, 6, 0.05);
    padding: 1.2rem;
    border-radius: 8px;
    border: 1px solid rgba(215, 0, 6, 0.15);
    margin-top: 1.2rem;
    position: relative;
}


.goal-section strong {
    color: #d70006;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.goal-section {
    color: #333;
    font-weight: 500;
    line-height: 1.5;
    font-size: 14px;
}

/* SAS Image Mobile Scrolling */
@media (max-width: 768px) {
    .sas-logo-section {
        min-height: auto !important;
        padding: 15px 0 5px !important;
        margin: 0 !important;
        overflow: visible !important;
    }
    
    .sas-logo-container {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        left: auto !important;
        right: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: visible;
        padding: 0;
    }
    
    .sas-logo {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        min-width: 0 !important;
        object-fit: contain !important;
        display: block !important;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .accordion-list {
        padding: 0 15px;
        margin-bottom: 60px;
    }
    
    .accordion-header {
        padding: 1.5rem 1.5rem;
    }
    
    .service-title {
        font-size: 1.1rem;
    }
    
    .service-title::before {
        width: 6px;
        height: 6px;
        margin-right: 8px;
    }
    
    .accordion-icon {
        width: 28px;
        height: 28px;
        font-size: 1.3rem;
    }
    
    .content-wrapper {
        padding: 1.5rem 1.5rem;
    }
    
    .accordion-content p {
        font-size: 14px;
    }
    
    .accordion-content .service-intro {
        font-size: 15px;
        padding: 0.8rem 1.2rem;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .about-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    body.page-about .logistics-services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .professional-about-section {
        padding: 60px 0;
    }
    
    .about-hero-content {
        margin-bottom: 50px;
        padding: 0 15px;
    }
    
    .about-hero-title {
        font-size: 2.4rem;
    }
    
    .about-hero-subtitle {
        font-size: 1.2rem;
        padding-left: 18px;
    }
    
    .about-hero-subtitle::before {
        width: 3px;
        height: 25px;
    }
    
    .about-content-grid {
        gap: 40px;
        margin-bottom: 50px;
        padding: 0 15px;
    }
    
    .about-text-content p {
        font-size: 1.1rem;
    }
    
    .about-main-image {
        max-width: 550px;
    }
    
    .about-features {
        grid-template-columns: 1fr;
        gap: 25px;
        margin-top: 40px;
        padding: 0 15px;
    }
    
    .about-feature {
        padding: 35px 25px;
    }
    
    .sas-logo-section {
        min-height: auto;
    }
    
    body.page-about .logistics-services-section {
        padding: 40px 0;
    }
    
    body.page-about .logistics-services-section .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    body.page-about .logistics-services-section .service-header {
        padding: 20px 25px;
    }
    
    body.page-about .logistics-services-section .service-number {
        font-size: 1.6rem;
        width: 40px;
        height: 40px;
    }
    
    body.page-about .logistics-services-section .service-title {
        font-size: 1.1rem;
    }
    
    body.page-about .logistics-services-section .service-right-section {
        gap: 6px;
    }
    
    body.page-about .logistics-services-section .service-item.active .service-content {
        padding: 25px !important;
        display: block !important;
        flex-grow: unset !important;
        flex-direction: unset !important;
    }
}

@media (max-width: 576px) {
    .professional-about-section {
        padding: 50px 0;
    }
    
    .about-hero-content {
        padding: 0 10px;
    }
    
    .about-hero-title {
        font-size: 2rem;
    }
    
    .about-hero-subtitle {
        font-size: 1.1rem;
        padding-left: 16px;
    }
    
    .about-hero-subtitle::before {
        width: 3px;
        height: 22px;
    }
    
    .about-content-grid {
        gap: 30px;
        margin-bottom: 40px;
        padding: 0 10px;
    }
    
    .about-text-content p {
        font-size: 1rem;
    }
    
    .about-main-image {
        max-width: 500px;
    }
    
    .about-features {
        gap: 20px;
        margin-top: 30px;
        padding: 0 10px;
    }
    
    .about-feature {
        padding: 30px 20px;
    }
    
    .about-feature-icon {
        font-size: 2.5rem;
    }
    
    .sas-logo-section {
        min-height: auto;
    }
    
    body.page-about .logistics-services-section .services-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    body.page-about .logistics-services-section .service-header {
        padding: 15px 20px;
    }
    
    body.page-about .logistics-services-section .service-number {
        font-size: 1.4rem;
        width: 35px;
        height: 35px;
    }
    
    body.page-about .logistics-services-section .service-title {
        font-size: 1rem;
    }
    
    body.page-about .logistics-services-section .service-right-section {
        gap: 5px;
    }
    
    body.page-about .logistics-services-section .service-item.active .service-content {
        padding: 20px !important;
        display: block !important;
        flex-grow: unset !important;
        flex-direction: unset !important;
    }
}