/* Balanced layout for the About page. */
.about-page {
    overflow-x: hidden;
}

.about-page .about-story-section,
.about-page .about-why-section {
    background: #f5f8fa;
    padding-block: 88px;
}

.about-page .about-story-section .overview-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    gap: clamp(38px, 6vw, 80px);
    align-items: center;
}

.about-page .about-story-section .overview-grid > .reveal:first-child,
.about-page .about-why-section .overview-grid > .reveal:last-child {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.about-page .about-story-section .overview-grid > .reveal:first-child::before,
.about-page .about-why-section .overview-grid > .reveal:last-child::before {
    display: none;
}

.about-page .about-story-section h2,
.about-page .about-why-section h2 {
    position: relative;
    padding-top: 20px;
    margin-bottom: 26px !important;
    color: var(--color-primary) !important;
    font-size: clamp(1.85rem, 3vw, 2.45rem) !important;
    line-height: 1.25;
}

.about-page .about-story-section h2::before,
.about-page .about-why-section h2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 4px;
    border-radius: 999px;
    background: var(--action-orange);
}

.about-page .about-story-section p {
    color: var(--color-text-muted) !important;
    line-height: 1.95 !important;
}

.about-page .about-story-section .overview-img {
    min-height: 380px;
    padding: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff 0%, #e8f0f5 100%);
    border: 1px solid rgba(13, 37, 59, 0.08);
    border-radius: 28px 8px 28px 8px;
    box-shadow: 0 20px 50px rgba(13, 37, 59, 0.1);
}

.about-page .about-story-section .overview-img::after {
    display: none;
}

.about-page .about-story-section .overview-img img {
    width: min(100%, 330px);
    max-width: 100%;
    max-height: 220px;
    object-fit: contain;
    transition: none;
}

.about-page .about-story-section .overview-img:hover img {
    transform: none;
}

.about-page .about-strategy-section {
    padding-block: 88px;
    background: #ffffff !important;
}

.about-page .about-strategy-section .strategic-partners {
    max-width: 1060px;
    margin: 0 auto !important;
    gap: 24px;
    align-items: stretch;
}

.about-page .about-strategy-section .partner-card,
.about-page .about-strategy-section .partner-card:first-child,
.about-page .about-strategy-section .partner-card:nth-child(2) {
    min-height: 285px;
    padding: 42px;
    justify-content: flex-start;
    background: #ffffff;
    border: 1px solid rgba(13, 37, 59, 0.1) !important;
    border-top: 4px solid var(--action-orange) !important;
    border-radius: 16px;
    box-shadow: 0 14px 36px rgba(13, 37, 59, 0.08);
}

.about-page .about-strategy-section .partner-card:nth-child(2) {
    border-top-color: var(--color-primary) !important;
}

.about-page .about-strategy-section .partner-card:first-child h3,
.about-page .about-strategy-section .partner-card:first-child p,
.about-page .about-strategy-section .partner-card:nth-child(2) h3,
.about-page .about-strategy-section .partner-card:nth-child(2) p {
    color: var(--color-text-dark) !important;
}

.about-page .about-strategy-section .partner-card > div {
    width: 58px;
    height: 58px;
    margin-bottom: 22px !important;
    display: grid !important;
    place-items: center;
    border-radius: 14px;
    background: var(--color-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(11, 31, 54, 0.2);
}

.about-page .about-strategy-section .partner-card:first-child > div {
    background: var(--action-orange) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(255, 77, 0, 0.25);
}

.about-page .about-strategy-section .partner-card:nth-child(2) > div {
    background: var(--color-primary) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 16px rgba(11, 31, 54, 0.25);
}

.about-page .about-strategy-section .partner-card svg {
    width: 30px;
    height: 30px;
    stroke: #ffffff !important;
}

.about-page .about-strategy-section .partner-card h3 {
    margin-bottom: 12px;
    font-size: 1.5rem;
}

.about-page .about-strategy-section .partner-card p {
    line-height: 1.85;
}

.about-page .about-why-section .overview-grid {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(38px, 6vw, 76px);
    align-items: center;
}

.about-page .about-why-section .overview-img {
    min-height: 520px;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 8px 28px 8px 28px;
    box-shadow: 0 20px 50px rgba(13, 37, 59, 0.12);
}

.about-page .about-why-section .overview-img img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.about-page .about-why-section .partner-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.about-page .about-why-section .partner-list-item {
    min-height: 118px;
    padding: 18px 18px 18px 16px;
    display: flex;
    align-items: center;
    background: #ffffff;
    border: 1px solid rgba(13, 37, 59, 0.09);
    border-radius: 12px;
    box-shadow: 0 7px 20px rgba(13, 37, 59, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.about-page .about-why-section .partner-list-item:last-child {
    grid-column: 1 / -1;
    min-height: 90px;
}

.about-page .about-why-section .partner-list-item:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 77, 0, 0.45);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(13, 37, 59, 0.08);
}

.about-page .about-values-section {
    padding-block: 88px;
    background: #ffffff !important;
}

.about-page .about-values-section .values-tab-system {
    max-width: 1020px;
    margin: 38px auto 0;
    padding: 32px;
    gap: 30px;
    background: #f8fafb;
    border: 1px solid rgba(13, 37, 59, 0.08);
    border-radius: 18px;
    box-shadow: none;
}

.about-page .about-values-section .value-tab-btn {
    background: #ffffff;
    border-radius: 10px;
}

.about-page .about-values-section .value-card-tabbed {
    min-height: 280px;
    padding: 34px;
    background: #ffffff;
    border: 1px solid rgba(13, 37, 59, 0.09);
    border-radius: 14px;
    box-shadow: 0 12px 30px rgba(13, 37, 59, 0.07);
}

@media (max-width: 900px) {
    .about-page .about-story-section .overview-grid,
    .about-page .about-why-section .overview-grid {
        grid-template-columns: 1fr;
    }

    .about-page .about-story-section .overview-img {
        min-height: 280px;
    }

    .about-page .about-why-section .overview-img,
    .about-page .about-why-section .overview-img img {
        min-height: 340px;
    }
}

@media (max-width: 768px) {
    .about-page .about-story-section,
    .about-page .about-strategy-section,
    .about-page .about-why-section,
    .about-page .about-values-section {
        padding-block: 54px;
    }

    .about-page .about-story-section .overview-grid,
    .about-page .about-why-section .overview-grid {
        gap: 30px;
    }

    .about-page .about-story-section h2,
    .about-page .about-why-section h2 {
        padding-top: 16px;
        margin-bottom: 20px !important;
        font-size: 1.65rem !important;
    }

    .about-page .about-story-section p {
        font-size: 0.96rem !important;
        line-height: 1.85 !important;
    }

    .about-page .about-story-section .overview-img {
        min-height: 225px;
        padding: 28px;
        border-radius: 20px 6px 20px 6px;
    }

    .about-page .about-story-section .overview-img img {
        max-height: 145px;
    }

    .about-page .about-strategy-section .strategic-partners {
        grid-template-columns: 1fr;
        gap: 16px !important;
    }

    .about-page .about-strategy-section .partner-card,
    .about-page .about-strategy-section .partner-card:first-child,
    .about-page .about-strategy-section .partner-card:nth-child(2) {
        min-height: 0;
        padding: 26px 22px !important;
        border-radius: 13px !important;
    }

    .about-page .about-strategy-section .partner-card > div {
        width: 48px;
        height: 48px;
        margin-bottom: 16px !important;
    }

    .about-page .about-strategy-section .partner-card h3 {
        font-size: 1.3rem !important;
    }

    .about-page .about-strategy-section .partner-card p {
        font-size: 0.93rem !important;
        line-height: 1.7 !important;
    }

    .about-page .about-why-section .overview-img,
    .about-page .about-why-section .overview-img img {
        min-height: 245px;
        max-height: 245px;
        border-radius: 6px 20px 6px 20px;
    }

    .about-page .about-why-section .partner-list {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    .about-page .about-why-section .partner-list-item,
    .about-page .about-why-section .partner-list-item:last-child {
        grid-column: auto;
        min-height: 0;
        padding: 15px 16px;
        border-radius: 10px;
        font-size: 0.93rem !important;
    }

    .about-page .about-values-section .values-tab-system {
        margin-top: 26px;
        padding: 16px;
        border-radius: 14px;
    }

    .about-page .about-values-section .value-card-tabbed {
        min-height: 250px;
        padding: 26px 20px;
        border-radius: 11px;
    }
}

@media (max-width: 420px) {
    .about-page .about-story-section,
    .about-page .about-strategy-section,
    .about-page .about-why-section,
    .about-page .about-values-section {
        padding-block: 44px;
    }

    .about-page .about-story-section .overview-img {
        min-height: 190px;
    }

    .about-page .about-why-section .overview-img,
    .about-page .about-why-section .overview-img img {
        min-height: 210px;
        max-height: 210px;
    }
}
