/* ==========================================
   CELLMEC ABOUT PAGE STYLES
   Professional & Sophisticated Design
   ========================================== */

.container-about {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

/* ==========================================
   ABOUT HERO SECTION
   ========================================== */

.about-hero-section {
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 180px 0 100px;
    overflow: hidden;
}

.about-hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--navy) 0%, #1a1534 100%);
}

.hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
            repeating-linear-gradient(0deg, rgba(200, 162, 91, 0.03) 0px, rgba(200, 162, 91, 0.03) 1px, transparent 1px, transparent 60px),
            repeating-linear-gradient(90deg, rgba(200, 162, 91, 0.03) 0px, rgba(200, 162, 91, 0.03) 1px, transparent 1px, transparent 60px);
}

.about-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
}

.hero-breadcrumb a {
    color: var(--gold);
    text-decoration: none;
    transition: color 0.3s;
}

.hero-breadcrumb a:hover {
    color: var(--white);
}

.hero-breadcrumb i {
    font-size: 10px;
}

.hero-text-wrapper {
    text-align: center;
}

.about-hero-title {
    font-size: 64px;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 20px;
    letter-spacing: -1px;
    line-height: 1.1;
}

.text-gold {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* ==========================================
   SECTION HEADERS
   ========================================== */

.section-label-about {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(200, 162, 91, 0.1);
    border: 2px solid rgba(200, 162, 91, 0.2);
    border-radius: 50px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.section-label-about.light {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: var(--gold);
}

.section-title-about {
    font-size: 48px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 16px;
    letter-spacing: -1px;
    line-height: 1.2;
}

.section-title-about.light {
    color: var(--white);
}

.section-description-about {
    font-size: 18px;
    color: var(--charcoal);
    line-height: 1.7;
}

.section-description-about.light {
    color: rgba(255, 255, 255, 0.8);
}

.section-header-center-about {
    text-align: center;
    margin-bottom: 60px;
}

/* ==========================================
   COMPANY OVERVIEW SECTION
   ========================================== */

.company-overview-section {
    padding: 100px 0;
    background: var(--white);
}

.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.overview-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.overview-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.overview-text p {
    font-size: 16px;
    line-height: 1.8;
    color: var(--charcoal);
    margin: 0;
}

.overview-text strong {
    color: var(--navy);
    font-weight: 800;
}

.overview-visual {
    position: relative;
}

.visual-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
}

.overview-image {
    width: 100%;
    height: auto;
    display: block;
}

.image-frame-effect {
    position: absolute;
    inset: -20px;
    border: 3px solid var(--gold);
    border-radius: 25px;
    opacity: 0.3;
    pointer-events: none;
}

.achievement-badges {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    width: 90%;
}

.badge-item {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow-formal);
}

.badge-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-gold);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--white);
    flex-shrink: 0;
}

.badge-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.badge-number {
    font-size: 24px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
}

.badge-label {
    font-size: 13px;
    color: var(--charcoal);
    font-weight: 600;
    text-transform: uppercase;
}

/* ==========================================
   HERITAGE TIMELINE SECTION
   ========================================== */

.heritage-section {
    padding: 100px 0;
    position: relative;
    background: var(--navy);
}

.heritage-background {
    position: absolute;
    inset: 0;
}

.bg-gradient-overlay {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(200, 162, 91, 0.1) 0%, transparent 70%);
}

.heritage-timeline {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.heritage-timeline::before {
    content: '';
    position: absolute;
    left: 100px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, transparent, rgba(200, 162, 91, 0.5), transparent);
}

.timeline-milestone {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
}

.milestone-year {
    text-align: center;
    font-size: 42px;
    font-weight: 900;
    color: var(--gold);
    letter-spacing: -1px;
}

.timeline-milestone::before {
    content: '';
    position: absolute;
    left: 200px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: var(--gradient-gold);
    border-radius: 50%;
    box-shadow: 0 0 0 8px var(--navy), 0 0 0 12px rgba(200, 162, 91, 0.3);
    z-index: 2;
}

.timeline-milestone.highlight::before {
    width: 32px;
    height: 32px;
    box-shadow: 0 0 0 8px var(--navy), 0 0 0 16px rgba(200, 162, 91, 0.5), 0 0 30px rgba(200, 162, 91, 0.8);
}

.milestone-content {
    display: flex;
    gap: 25px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(200, 162, 91, 0.2);
    border-radius: 16px;
    transition: var(--transition-smooth);
}

.timeline-milestone.highlight .milestone-content {
    background: rgba(200, 162, 91, 0.1);
    border-color: var(--gold);
}

.timeline-milestone:hover .milestone-content {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--gold);
    transform: translateX(10px);
}

.milestone-icon {
    width: 70px;
    height: 70px;
    background: var(--gradient-gold);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--white);
    flex-shrink: 0;
}

.milestone-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 10px;
}

.milestone-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0;
}

/* ==========================================
   CORE VALUES SECTION
   ========================================== */

.values-section {
    padding: 100px 0;
    background: var(--warm-white);
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 60px;
}

.value-card {
    background: var(--white);
    border-radius: 20px;
    padding: 40px 35px;
    border: 2px solid var(--cool-gray);
    transition: var(--transition-smooth);
    text-align: center;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-premium);
    border-color: var(--gold);
}

.value-icon-wrapper {
    margin-bottom: 25px;
}

.value-icon {
    width: 90px;
    height: 90px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--white);
    transition: var(--transition-smooth);
}

.value-card:hover .value-icon {
    transform: scale(1.1) rotate(10deg);
}

.value-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 15px;
}

.value-description {
    font-size: 15px;
    line-height: 1.7;
    color: var(--charcoal);
    margin: 0;
}

/* ==========================================
   CERTIFICATIONS SECTION
   ========================================== */

.certifications-section {
    padding: 100px 0;
    background: var(--white);
}

.certifications-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.certifications-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.certification-details {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cert-intro {
    font-size: 17px;
    line-height: 1.8;
    color: var(--charcoal);
}

.cert-features {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cert-feature-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.cert-feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(200, 162, 91, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--gold);
    flex-shrink: 0;
}

.cert-feature-text h4 {
    font-size: 18px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 6px;
}

.cert-feature-text p {
    font-size: 14px;
    color: var(--charcoal);
    line-height: 1.6;
    margin: 0;
}

.certifications-visual {
    display: flex;
    justify-content: center;
}

.cert-badge-showcase {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    max-width: 500px;
}

.cert-badge-large {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 50px;
    background: var(--warm-white);
    border: 3px solid var(--gold);
    border-radius: 24px;
    box-shadow: var(--shadow-formal);
    position: relative;
}

.cert-badge-large::before {
    content: '';
    position: absolute;
    inset: -15px;
    border: 2px solid rgba(200, 162, 91, 0.2);
    border-radius: 30px;
    pointer-events: none;
}

.badge-circle {
    width: 140px;
    height: 140px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    color: var(--white);
    box-shadow: 0 15px 50px rgba(200, 162, 91, 0.4);
    animation: pulse-badge 3s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 15px 50px rgba(200, 162, 91, 0.4);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 20px 60px rgba(200, 162, 91, 0.5);
    }
}

.badge-text {
    text-align: center;
}

.badge-main {
    display: block;
    font-size: 36px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 8px;
}

.badge-sub {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cert-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.cert-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 30px 25px;
    background: var(--white);
    border: 2px solid var(--cool-gray);
    border-radius: 16px;
    transition: var(--transition-smooth);
}

.cert-stat-item:hover {
    border-color: var(--gold);
    transform: translateY(-5px);
    box-shadow: var(--shadow-formal);
}

.cert-stat-item .stat-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--white);
}

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

.cert-stat-item .stat-number {
    font-size: 32px;
    font-weight: 900;
    color: var(--navy);
    line-height: 1;
    margin-bottom: 8px;
}

.cert-stat-item .stat-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--charcoal);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ==========================================
   LEADERSHIP SECTION
   ========================================== */

.leadership-section {
    padding: 100px 0;
    background: var(--warm-white);
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 60px;
}

.leader-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--cool-gray);
    transition: var(--transition-smooth);
}

.leader-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-premium);
    border-color: var(--gold);
}

.leader-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    background: var(--warm-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader-placeholder {
    width: 120px;
    height: 120px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--white);
}

.leader-info {
    padding: 30px 28px;
    text-align: center;
}

.leader-name {
    font-size: 22px;
    font-weight: 800;
    color: var(--navy);
    margin-bottom: 8px;
}

.leader-position {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.leader-bio {
    font-size: 14px;
    line-height: 1.7;
    color: var(--charcoal);
    margin: 0;
}

/* ==========================================
   STATISTICS SECTION
   ========================================== */

.statistics-section {
    padding: 100px 0;
    position: relative;
    background: var(--navy);
}

.stats-background {
    position: absolute;
    inset: 0;
}

.stats-overlay {
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% 50%, rgba(200, 162, 91, 0.15) 0%, transparent 70%);
}

.statistics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

.stat-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 45px 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(200, 162, 91, 0.2);
    border-radius: 20px;
    transition: var(--transition-smooth);
    text-align: center;
}

.stat-box:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--gold);
    transform: translateY(-10px);
}

.stat-icon-large {
    width: 90px;
    height: 90px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: var(--white);
}

.stat-content {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.stat-number-large {
    font-size: 56px;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
}

.stat-plus,
.stat-percentage {
    font-size: 32px;
    font-weight: 900;
    color: var(--gold);
}

.stat-label-large {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ==========================================
   ABOUT CTA SECTION
   ========================================== */

.about-cta-section {
    padding: 100px 0;
    background: var(--warm-white);
}

.about-cta-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 60px;
    background: var(--white);
    border-radius: 24px;
    box-shadow: var(--shadow-premium);
    border: 2px solid var(--cool-gray);
}

.cta-title-about {
    font-size: 48px;
    font-weight: 900;
    color: var(--navy);
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.cta-description-about {
    font-size: 18px;
    line-height: 1.8;
    color: var(--charcoal);
    margin-bottom: 40px;
}

.cta-buttons-about {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-about-primary,
.btn-about-secondary {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: var(--transition-smooth);
}

.btn-about-primary {
    background: var(--gradient-gold);
    color: var(--white);
    box-shadow: 0 8px 25px rgba(200, 162, 91, 0.4);
}

.btn-about-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(200, 162, 91, 0.5);
    color: var(--white);
}

.btn-about-secondary {
    background: var(--navy);
    color: var(--white);
    border: 2px solid var(--navy);
}

.btn-about-secondary:hover {
    background: transparent;
    color: var(--navy);
    transform: translateY(-3px);
}

/* ==========================================
   RESPONSIVE DESIGN
   ========================================== */

@media (max-width: 1400px) {
    .container-about {
        padding: 0 2rem;
    }

    .overview-grid,
    .certifications-grid {
        gap: 60px;
    }

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

@media (max-width: 1200px) {
    .about-hero-title {
        font-size: 50px;
    }

    .section-title-about {
        font-size: 42px;
    }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .statistics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 992px) {
    .overview-grid,
    .certifications-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-hero-title {
        font-size: 44px;
    }

    .section-title-about {
        font-size: 38px;
    }

    .heritage-timeline::before {
        left: 0;
    }

    .timeline-milestone {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .milestone-year {
        text-align: left;
        font-size: 36px;
    }

    .timeline-milestone::before {
        left: -12px;
        width: 20px;
        height: 20px;
    }

    .timeline-milestone.highlight::before {
        width: 28px;
        height: 28px;
    }

    .achievement-badges {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 20px;
    }

    .leadership-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-hero-section {
        padding: 150px 0 80px;
        min-height: 400px;
    }

    .container-about {
        padding: 0 1.5rem;
    }

    .about-hero-title {
        font-size: 36px;
    }

    .about-hero-subtitle {
        font-size: 16px;
    }

    .section-title-about {
        font-size: 32px;
    }

    .company-overview-section,
    .heritage-section,
    .values-section,
    .certifications-section,
    .leadership-section,
    .statistics-section,
    .about-cta-section {
        padding: 70px 0;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .statistics-grid {
        grid-template-columns: 1fr;
    }

    .achievement-badges {
        flex-direction: column;
    }

    .milestone-content {
        padding: 25px;
    }

    .cert-badge-showcase {
        max-width: 100%;
    }

    .cert-stats {
        grid-template-columns: 1fr;
    }

    .about-cta-content {
        padding: 60px 40px;
    }

    .cta-title-about {
        font-size: 36px;
    }

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

    .btn-about-primary,
    .btn-about-secondary {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .about-hero-title {
        font-size: 30px;
    }

    .section-title-about {
        font-size: 28px;
    }

    .milestone-year {
        font-size: 28px;
    }

    .milestone-content {
        flex-direction: column;
        text-align: center;
    }

    .milestone-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .value-icon {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    .badge-circle {
        width: 120px;
        height: 120px;
        font-size: 60px;
    }

    .badge-main {
        font-size: 30px;
    }

    .stat-icon-large {
        width: 80px;
        height: 80px;
        font-size: 36px;
    }

    .stat-number-large {
        font-size: 48px;
    }

    .about-cta-content {
        padding: 50px 30px;
    }

    .cta-title-about {
        font-size: 28px;
    }
}

/* ==========================================
   PRINT STYLES
   ========================================== */

@media print {
    .about-hero-section {
        background: var(--white) !important;
        color: var(--navy) !important;
    }

    .hero-overlay,
    .hero-pattern {
        display: none !important;
    }
}