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

/* About Hero Section */
.page-template-page-about-php .about-hero-section {
    background: #fff;
    padding: 80px 0 0;
}

.page-template-page-about-php .about-hero-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
}

.page-template-page-about-php .about-hero-title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #617F5B;
    margin: 0 0 32px 0;
}

.page-template-page-about-php .about-hero-image {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 48px;
    overflow: hidden;
    margin-bottom: 48px;
}

.page-template-page-about-php .about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* About Description Section */
.page-template-page-about-php .about-description-section {
    background: #fff;
    padding: 0 0 96px;
}

.page-template-page-about-php .about-description-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
}

.page-template-page-about-php .about-main-description,
.page-template-page-about-php .about-secondary-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin: 0 0 24px 0;
}

.page-template-page-about-php .about-secondary-description {
    margin-bottom: 0;
}

/* Vision Section */
.page-template-page-about-php .vision-section {
    background: #617F5B;
    padding: 96px 0;
}

.page-template-page-about-php .vision-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
}

.page-template-page-about-php .vision-content {
    display: flex;
    gap: 128px;
    align-items: flex-start;
}

.page-template-page-about-php .vision-label {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    position: relative;
    padding-left: 20px;
    flex-shrink: 0;
    line-height: 1.2;
}

.page-template-page-about-php .vision-label::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #fff;
}

.page-template-page-about-php .vision-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #fff;
    margin: 0;
}

/* Mission Section */
.page-template-page-about-php .mission-section {
    background: #fff;
    padding: 96px 0;
}

.page-template-page-about-php .mission-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
}

.page-template-page-about-php .mission-label {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin: 0 0 48px 0;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
}

.page-template-page-about-php .mission-label::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
    font-size: 18px;
}

.page-template-page-about-php .mission-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page-template-page-about-php .mission-item {
    background: #EFF2EF;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
}

.page-template-page-about-php .mission-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-template-page-about-php .mission-icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.page-template-page-about-php .mission-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #333;
    margin: 0;
}

/* Commitment Section */
.page-template-page-about-php .commitment-section {
    background: #fff;
    padding: 96px 0;
}

.page-template-page-about-php .commitment-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
}

.page-template-page-about-php .commitment-label {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin: 0 0 48px 0;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
}

.page-template-page-about-php .commitment-label::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
    font-size: 18px;
}

.page-template-page-about-php .commitment-content {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 96px;
}

.page-template-page-about-php .commitment-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin: 0;
}

.page-template-page-about-php .commitment-right {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.page-template-page-about-php .commitment-item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    background: #EFF2EF;
    padding: 24px;
    border-radius: 24px;
}

.page-template-page-about-php .commitment-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-template-page-about-php .commitment-icon img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.page-template-page-about-php .commitment-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 6px 0;
}

.page-template-page-about-php .commitment-item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    color: #666;
    margin: 0;
}

/* After Sales Section */
.page-template-page-about-php .after-sales-section {
    background: #fff;
    padding: 96px 0;
}

.page-template-page-about-php .after-sales-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 160px;
}

.page-template-page-about-php .after-sales-label {
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin: 0 0 24px 0;
    position: relative;
    padding-left: 20px;
    line-height: 1.2;
}

.page-template-page-about-php .after-sales-label::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #333;
    font-size: 18px;
}

.page-template-page-about-php .after-sales-intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    color: #333;
    margin: 0 0 48px 0;
}

.page-template-page-about-php .after-sales-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.page-template-page-about-php .after-sales-item {
    display: flex;
    gap: 36px;
    align-items: center;
    background: #EFF2EF;
    padding: 24px;
    border-radius: 24px;
}

.page-template-page-about-php .checkmark-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.page-template-page-about-php .checkmark-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.page-template-page-about-php .after-sales-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #333;
}

.page-template-page-about-php .after-sales-text strong {
    font-weight: 400;
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
    .page-template-page-about-php .about-hero-section {
        padding: 60px 0 0;
    }

    .page-template-page-about-php .about-hero-container,
    .page-template-page-about-php .about-description-container,
    .page-template-page-about-php .vision-container,
    .page-template-page-about-php .mission-container,
    .page-template-page-about-php .commitment-container,
    .page-template-page-about-php .after-sales-container {
        padding: 0 40px;
    }

    .page-template-page-about-php .about-hero-title {
        font-size: 44px;
        margin-bottom: 32px;
    }

    .page-template-page-about-php .about-hero-image {
        height: 400px;
        border-radius: 32px;
        margin-bottom: 60px;
    }

    .page-template-page-about-php .mission-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .page-template-page-about-php .commitment-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .page-template-page-about-php .after-sales-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

/* Responsive - Mobile */
@media (max-width: 768px) {
    .page-template-page-about-php .about-hero-section {
        padding: 40px 0 0;
    }

    .page-template-page-about-php .about-hero-container,
    .page-template-page-about-php .about-description-container,
    .page-template-page-about-php .vision-container,
    .page-template-page-about-php .mission-container,
    .page-template-page-about-php .commitment-container,
    .page-template-page-about-php .after-sales-container {
        padding: 0 20px;
    }

    .page-template-page-about-php .about-hero-title {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 24px;
    }

    .page-template-page-about-php .about-hero-image {
        height: 300px;
        border-radius: 24px;
        margin-bottom: 40px;
    }

    .page-template-page-about-php .about-description-section,
    .page-template-page-about-php .mission-section,
    .page-template-page-about-php .commitment-section,
    .page-template-page-about-php .after-sales-section {
        padding: 0 0 60px;
    }

    .page-template-page-about-php .vision-section {
        padding: 40px 0;
    }

    .page-template-page-about-php .vision-content {
        flex-direction: column;
        gap: 20px;
    }

    .page-template-page-about-php .mission-item {
        padding: 32px 24px;
    }
}

/* Responsive - Small Mobile */
@media (max-width: 480px) {
    .page-template-page-about-php .about-hero-container,
    .page-template-page-about-php .about-description-container,
    .page-template-page-about-php .vision-container,
    .page-template-page-about-php .mission-container,
    .page-template-page-about-php .commitment-container,
    .page-template-page-about-php .after-sales-container {
        padding: 0 16px;
    }

    .page-template-page-about-php .about-hero-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .page-template-page-about-php .about-hero-image {
        height: 250px;
        border-radius: 20px;
        margin-bottom: 32px;
    }

    .page-template-page-about-php .about-main-description,
    .page-template-page-about-php .about-secondary-description,
    .page-template-page-about-php .vision-text,
    .page-template-page-about-php .mission-text,
    .page-template-page-about-php .commitment-text,
    .page-template-page-about-php .after-sales-intro {
        font-size: 13px;
    }

    .page-template-page-about-php .mission-item {
        padding: 24px 20px;
        gap: 16px;
    }

    .page-template-page-about-php .mission-icon {
        width: 48px;
        height: 48px;
    }

    .page-template-page-about-php .mission-icon img {
        width: 48px;
        height: 48px;
    }

    .page-template-page-about-php .commitment-icon {
        width: 40px;
        height: 40px;
    }

    .page-template-page-about-php .commitment-icon img {
        width: 40px;
        height: 40px;
    }

    .page-template-page-about-php .commitment-item-title {
        font-size: 16px;
    }

    .page-template-page-about-php .commitment-item-text {
        font-size: 13px;
    }

    .page-template-page-about-php .after-sales-text {
        font-size: 13px;
    }
}
