.about-page {
    background: #f6f8f5;
}

.about-page .menu a.is-active {
    background: #ebf4ec;
    color: #123016;
}

.about-title-strip {
    padding: 24px 0 10px;
}

.about-title-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
}

.about-title-row .line {
    height: 1px;
    background: #474747;
}

.about-title-row h1 {
    margin: 0;
    font-size: 24px;
    padding: 10px 28px;
    border: 1px solid #686868;
    letter-spacing: 0.8px;
    color: #303030;
    text-transform: uppercase;
}

.about-top {
    padding: 12px 0 22px;
}

.about-top-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 18px;
    align-items: stretch;
}

.about-text h2 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #1e1e1e;
}

.about-text p {
    margin: 0 0 12px;
    font-size: 19px;
    line-height: 1.65;
    color: #2e2e2e;
}

.about-hero-image {
    margin: 0;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}

.about-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-page .why-content-col,
.about-page .why-content-col h3,
.about-page .why-content-col p,
.about-page .why-list {
    text-align: left;
}

.about-vision-mission {
    padding: 24px 0;
    background:
        linear-gradient(rgba(30, 34, 40, 0.7), rgba(30, 34, 40, 0.7)),
        var(--about-vm-bg, url("/assets/images/phong-khach.jpg")) center/cover no-repeat;
}

.vm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.vm-card {
    background: rgba(255, 255, 255, 0.96);
    border: 2px solid #f2d355;
    border-radius: 12px;
    padding: 16px;
}

.vm-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    color: #1e1e1e;
}

.vm-card p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #2b2b2b;
}

.about-benefits {
    padding: 24px 0 34px;
}

.about-benefits h2 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #1e1e1e;
}

.about-benefits ul {
    margin: 0;
    padding-left: 20px;
}

.about-benefits li {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.65;
    color: #2f2f2f;
}

.about-why {
    padding: 8px 0 28px;
}

.about-why h2,
.about-commitment h2 {
    margin: 0 0 12px;
    font-size: 24px;
    color: #1e1e1e;
}

.about-why-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 18px;
    align-items: start;
}

.about-why-image {
    margin: 0;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    overflow: hidden;
}

.about-why-image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;
}

.about-why-content p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.7;
    color: #2f2f2f;
}

.about-why-content ol {
    margin: 0;
    padding-left: 20px;
}

.about-why-content li {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.65;
    color: #2f2f2f;
}

.about-commitment {
    padding: 6px 0 34px;
}

.about-commitment p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.7;
    color: #2f2f2f;
}

.about-commitment ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-commitment li {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.7;
    color: #2f2f2f;
    padding-left: 16px;
    position: relative;
}

.about-commitment li::before {
    content: "-";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #1f2f22;
}

@media (max-width: 1024px) {
    .about-title-row h1 {
        font-size: 20px;
        padding: 9px 16px;
    }

    .about-top-grid,
    .vm-grid,
    .about-why-grid {
        grid-template-columns: 1fr;
    }

    .about-text h2,
    .about-benefits h2,
    .about-why h2,
    .about-commitment h2 {
        font-size: 24px;
    }

    .about-text p,
    .vm-card p,
    .about-benefits li,
    .about-why-content p,
    .about-why-content li,
    .about-commitment p,
    .about-commitment li {
        font-size: 16px;
    }

    .vm-card h3 {
        font-size: 26px;
    }
}

@media (max-width: 640px) {
    .about-title-row {
        gap: 10px;
    }

    .about-title-row h1 {
        font-size: 16px;
        letter-spacing: 0.2px;
    }

    .about-text h2,
    .about-benefits h2,
    .about-why h2,
    .about-commitment h2 {
        font-size: 20px;
    }

    .about-text p,
    .vm-card p,
    .about-benefits li,
    .about-why-content p,
    .about-why-content li,
    .about-commitment p,
    .about-commitment li {
        font-size: 15px;
    }

    .vm-card h3 {
        font-size: 22px;
    }
}
