/* =========================================
   ABOUT PAGE STYLES
========================================= */

/* --- Hero Section --- */
.about-hero {
    position: relative;
    height: 60vh;
    min-height: 450px;
    background-image: url('../images/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    padding-top: 180px;
}

.about-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 24, 39, 0.7);
    z-index: 1;
}

.about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.about-hero__title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.about-hero__underline {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    pointer-events: none;
}

.about-hero__underline path {
    stroke: #967259;
    stroke-width: 4;
    stroke-linecap: round;
    fill: none;
}

.about-hero__subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

/* --- Company Description Section --- */
.about-company {
    padding: 100px 0;
    background-color: white;
}

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

.about-company__content h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 32px;
    line-height: 1.2;
}

.about-company__content p {
    font-size: 16px;
    line-height: 1.8;
    color: #4B5563;
    margin-bottom: 20px;
}

.about-company__image {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.about-company__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Decorative accent */
.about-company__image::after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background: #967259;
    border-radius: 8px;
    z-index: -1;
}

/* --- Values Section --- */
.about-values {
    padding: 100px 0;
    background-color: #F9FAFB;
}

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

.about-values__header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 16px;
}

.about-values__header p {
    font-size: 18px;
    color: #4B5563;
    max-width: 600px;
    margin: 0 auto;
}

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

.value-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #967259 0%, #755541 100%);
    border-radius: 50%;
    color: white;
}

.value-icon svg {
    width: 36px;
    height: 36px;
}

.value-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1F2937;
    margin-bottom: 16px;
}

.value-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #4B5563;
}

/* --- All-in Service Section --- */
.about-allin {
    padding: 100px 0;
    background-color: white;
}

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

.about-allin__content h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 24px;
}

.about-allin__content>p {
    font-size: 16px;
    line-height: 1.8;
    color: #4B5563;
    margin-bottom: 32px;
}

.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    color: #374151;
}

.feature-item svg {
    width: 20px;
    height: 20px;
    color: #967259;
    flex-shrink: 0;
}

.about-allin__image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.about-allin__image img {
    width: 100%;
    height: auto;
}

/* --- Eco Section --- */
.about-eco {
    padding: 100px 0;
    background: linear-gradient(135deg, #967259 0%, #755541 100%);
    color: white;
}

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

.about-eco__content h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 24px;
}

.about-eco__content>p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.eco-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eco-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.95);
}

.eco-list li svg {
    width: 24px;
    height: 24px;
    color: white;
    flex-shrink: 0;
}

.about-eco__image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.about-eco__image img {
    width: 100%;
    height: auto;
}

/* --- Quote Section --- */
.about-quote {
    padding: 80px 0;
    background-color: #F9FAFB;
    text-align: center;
}

.about-quote__content {
    max-width: 800px;
    margin: 0 auto;
}

.about-quote__label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #967259;
    margin-bottom: 16px;
}

.about-quote__text {
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    color: #1F2937;
    line-height: 1.5;
    margin-bottom: 32px;
}

/* --- CTA Section --- */
.about-cta {
    padding: 80px 0;
    background-color: #0F172A;
    color: white;
}

.about-cta__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.about-cta__content h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
}

.about-cta__content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

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

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}

.btn-cta--primary {
    background-color: #967259;
    color: white;
}

.btn-cta--primary:hover {
    background-color: #755541;
    transform: translateY(-2px);
}

.btn-cta--outline {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-cta--outline:hover {
    background: white;
    color: #0F172A;
}

.btn-cta svg {
    width: 18px;
    height: 18px;
}

/* --- Certifications Section --- */
.about-certifications {
    padding: 80px 0;
    background-color: white;
}

.about-certifications__header {
    text-align: center;
    margin-bottom: 48px;
}

.about-certifications__header h2 {
    font-size: 36px;
    font-weight: 800;
    color: #1F2937;
}

.certifications-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.certification-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.certification-item img {
    height: 80px;
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}

.certification-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.certification-item span {
    font-size: 14px;
    font-weight: 600;
    color: #4B5563;
}

/* --- Team Section --- */
.about-team {
    padding: 100px 0;
    background-color: #F9FAFB;
}

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

.about-team__header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1F2937;
    margin-bottom: 16px;
}

.about-team__header p {
    font-size: 18px;
    color: #4B5563;
}

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

.stat-item {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #967259;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    font-weight: 600;
    color: #4B5563;
}

/* Responsive */
@media (max-width: 992px) {

    .about-company__grid,
    .about-allin__grid,
    .about-eco__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

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

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

    .about-cta__grid {
        flex-direction: column;
        text-align: center;
    }

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

@media (max-width: 768px) {
    .features-list {
        grid-template-columns: 1fr;
    }

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

    .about-cta__buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-cta {
        justify-content: center;
    }
}