.sh-about-page * {
        box-sizing: border-box;
    }
    .sh-container {
        width: min(1180px, 92%);
        margin: 0 auto;
    }
    .sh-section-label {
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: var(--ast-global-color-1);
        margin-bottom: 10px;
    }
    .sh-section-title {
        font-size: 40px;
        line-height: 1.2;
        margin: 0 0 12px;
        color: var(--ast-global-color-0);
    }
    .sh-section-subtitle {
        max-width: 700px;
        margin: 0 auto 32px;
        color: var(--ast-global-color-3);
        font-size: 16px;
        line-height: 1.7;
    }
    .center {
        text-align: center;
        display: block;
    }
    /* HERO */
    .sh-hero-section {
        background: var(--ast-global-color-0);
        color: var(--ast-global-color-4);
        padding: 75px 0 80px;
        text-align: center;
    }
    .sh-badge {
        display: inline-block;
        background: rgba(245, 166, 35, 0.16);
        color: #ffbe55;
        border: 1px solid rgba(245, 166, 35, 0.26);
        padding: 8px 14px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 22px;
    }
    .sh-hero-title {
        font-size: 64px;
        line-height: 1.08;
        font-weight: 800;
        margin: 0 0 18px;
        color: var(--ast-global-color-4);
    }
    .sh-hero-title span {
        color: var(--ast-global-color-1);
    }
    .sh-hero-subtitle {
        max-width: 760px;
        margin: 0 auto 40px;
        color: rgba(255, 255, 255, 0.82);
        font-size: 18px;
        line-height: 1.7;
    }
    .sh-stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 18px;
        max-width: 860px;
        margin: 0 auto;
    }
    .sh-stat-card {
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        padding: 22px 16px;
        backdrop-filter: blur(4px);
    }
    .sh-stat-card h3 {
        margin: 0 0 8px;
        font-size: 34px;
        color: var(--ast-global-color-1);
        line-height: 1;
    }
    .sh-stat-card p {
        margin: 0;
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
    /* STORY */
    .sh-story-section {
        background: var(--ast-global-color-4);
        padding: 90px 0;
    }
    .sh-story-grid {
        display: grid;
        grid-template-columns: 1.2fr 0.9fr;
        gap: 50px;
        align-items: center;
    }
    .sh-story-content h2 {
        font-size: 46px;
        line-height: 1.15;
        margin: 0 0 24px;
        color: var(--ast-global-color-0);
    }
    .sh-story-content p {
        margin: 0 0 18px;
        color: var(--ast-global-color-3);
        font-size: 16px;
        line-height: 1.85;
    }
    .sh-story-card {
        background: var(--ast-global-color-5);
        border: 1px solid #f1e3d1;
        border-radius: 20px;
        padding: 48px 36px;
        min-height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .sh-story-icon {
        width: 66px;
        height: 66px;
        margin: 0 auto 18px;
        border-radius: 16px;
        display: grid;
        place-items: center;
        background: var(--ast-global-color-5);
        color: var(--ast-global-color-1);
        font-size: 26px;
        font-weight: 700;
    }
    .sh-story-card h3 {
        margin: 0 0 12px;
        font-size: 28px;
        color: var(--ast-global-color-0);
    }
    .sh-story-card p {
        margin: 0;
        color: var(--ast-global-color-3);
        line-height: 1.8;
    }
    /* MISSION VISION */
    .sh-mission-vision-section {
        background: var(--ast-global-color-5);
        padding: 70px 0 90px;
    }
    .sh-two-col-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }
    .sh-info-card {
        background: var(--ast-global-color-4);
        border: 1px solid var(--ast-global-color-4);
        border-radius: 16px;
        padding: 34px 30px;
        box-shadow: 0 4px 16px rgba(16, 42, 92, 0.03);
    }
    .sh-card-icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
        background: var(--ast-global-color-5);
        color: var(--ast-global-color-1);
        display: grid;
        place-items: center;
        font-size: 18px;
        margin-bottom: 18px;
    }
    .sh-info-card h3 {
        margin: 0 0 14px;
        color: var(--ast-global-color-0);
        font-size: 28px;
    }
    .sh-info-card p {
        margin: 0 0 14px;
        color: var(--ast-global-color-3);
        font-size: 15px;
        line-height: 1.8;
    }
    /* CLIENTS */
    .sh-clients-section {
        /* background: #fff; */
        padding: 90px 0;
    }
    .sh-clients-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
        margin-top: 34px;
    }
    .sh-client-box {
        border: 1px solid var(--ast-global-color-5);
        border-radius: 14px;
        padding: 28px 20px;
        text-align: center;
        transition: all 0.25s ease;
        background: var(--ast-global-color-5);
    }
    .sh-client-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 24px rgba(16, 42, 92, 0.06);
    }
    .sh-client-icon {
        width: 42px;
        height: 42px;
        background: var(--ast-global-color-4);
        color: var(--ast-global-color-1);
        border-radius: 12px;
        display: grid;
        place-items: center;
        margin: 0 auto 14px;
        font-size: 18px;
        font-weight: 700;
    }
    .sh-client-box h4 {
        margin: 0;
        font-size: 18px;
        color: var(--ast-global-color-0);
    }
    .sh-bottom-note {
        text-align: center;
        margin-top: 24px;
        color: var(--ast-global-color-3);
        font-size: 15px;
    }
    /* DIFFERENT SECTION */
    .sh-different-section {
        background: var(--ast-global-color-0);
        padding: 90px 0;
    }
    .sh-different-section .sh-section-title,
    .sh-different-section .sh-section-label {
        color: var(--ast-global-color-4);
    }
    .sh-different-section .sh-section-label {
        color: var(--ast-global-color-1);
    }
    .sh-different-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 36px;
    }
    .sh-diff-card {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        padding: 26px 22px;
        transition: all 0.25s ease;
    }
    .sh-diff-card:hover {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.08);
    }
    .sh-diff-card h4 {
        margin: 0 0 10px;
        color: var(--ast-global-color-4);
        font-size: 20px;
    }
    .sh-diff-card p {
        margin: 0;
        color: rgba(255, 255, 255, 0.78);
        line-height: 1.8;
        font-size: 15px;
    }
    /* CTA */
    .sh-cta-section {
        /* background: #fff; */
        padding: 90px 0;
    }
    .sh-cta-box {
        max-width: 820px;
        margin: 0 auto;
        background: var(--ast-global-color-5);
        border: 1px solid #f1dfc9;
        border-radius: 22px;
        text-align: center;
        padding: 52px 30px;
    }
    .sh-cta-box h2 {
        margin: 0 0 12px;
        color: var(--ast-global-color-0);
        font-size: 42px;
        line-height: 1.2;
    }
    .sh-cta-box p {
        margin: 0 auto 26px;
        max-width: 620px;
        color: var(--ast-global-color-3);
        font-size: 16px;
        line-height: 1.8;
    }
    .sh-cta-buttons {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }
    /* RESPONSIVE */
    @media (max-width: 1100px) {
        .sh-hero-title {
            font-size: 52px;
        }
        .sh-story-grid,
        .sh-two-col-grid {
            grid-template-columns: 1fr;
        }
        .sh-different-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    @media (max-width: 768px) {
        .sh-cta-buttons a.sh-btn {
            max-width: 50%;
            text-align: center;
            margin: 0 auto;
            width: 50%;
        }
        .sh-hero-title {
            font-size: 38px;
        }
        .sh-hero-subtitle {
            font-size: 16px;
        }
        .sh-clients-grid,
        .sh-different-grid {
            grid-template-columns: repeat(2, 1fr);
            /* grid-template-columns: 1fr; */
        }
        .sh-story-content h2,
        .sh-section-title,
        .sh-cta-box h2 {
            font-size: 30px;
        }
        .sh-info-card h3,
        .sh-story-card h3 {
            font-size: 24px;
        }
        .sh-story-card {
            min-height: auto;
            padding: 36px 24px;
        }
        .sh-cta-buttons {
            flex-direction: column;
        }
    }
    @media (max-width: 640px) {
        .sh-stats-grid {
            grid-template-columns: repeat(2, 1fr);
            /* grid-template-columns: 1fr; */
        }
        a.sh-btn {
            width: 100% !important;
            max-width: 100% !important;
        }
    }