.aboutus-wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}

.aboutus-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.18em;
    font-weight: 700;
    text-transform: uppercase;
}

.aboutus-kicker-dark {
    color: #1978e5;
}

.aboutus-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.aboutus-hero-media,
.aboutus-hero-media img,
.aboutus-hero-overlay {
    position: absolute;
    inset: 0;
}

.aboutus-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutus-hero-overlay {
    background: linear-gradient(180deg, rgba(12, 27, 55, 0.15) 0%, rgba(10, 23, 47, 0.9) 100%);
}

.aboutus-hero-content {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding-bottom: 72px;
}

.aboutus-hero-content h1 {
    font-size: clamp(38px, 6vw, 70px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
    color: #ffffff;
}

.aboutus-lead {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
}

.aboutus-stats {
    background: #1978e5;
    color: #ffffff;
}

.aboutus-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding-top: 36px;
    padding-bottom: 36px;
}

.aboutus-stats-grid article {
    text-align: center;
}

.aboutus-stats-grid strong {
    display: block;
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.aboutus-stats-grid span {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.aboutus-section {
    padding: 84px 0;
    background: #ffffff;
}

.aboutus-two-col {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 48px;
    align-items: center;
}

.aboutus-copy h2,
.aboutus-mv h2,
.aboutus-values h2,
.aboutus-timeline-wrap h2,
.aboutus-gallery h2,
.aboutus-cta h2 {
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    margin: 0 0 18px;
}

.aboutus-copy p {
    color: #4b5563;
}

.aboutus-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}

.aboutus-mini-grid > div {
    background: #f8fafc;
    border-left: 4px solid #1978e5;
    border-radius: 12px;
    padding: 18px;
}

.aboutus-mini-grid strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}

.aboutus-mini-grid span {
    display: inline-block;
    margin-top: 8px;
    color: #6b7280;
    font-size: 13px;
}

.aboutus-image-card img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(14, 43, 87, 0.2);
}

.aboutus-mv {
    background: #ffffff;
}

.aboutus-mv-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.aboutus-mv-grid article {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 24px;
}

.aboutus-mv-grid h3,
.aboutus-values-grid h3 {
    margin: 0 0 10px;
    font-size: 24px;
}

.aboutus-mv-grid p,
.aboutus-values-grid p {
    margin: 0;
    color: #4b5563;
}

.aboutus-values {
    background: #f8fafc;
}

.aboutus-values-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.aboutus-values-grid article {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 22px;
}

.aboutus-timeline-wrap {
    background: #f8fafc;
}

.aboutus-timeline {
    margin-top: 26px;
    border-left: 2px solid #dbe4f0;
    padding-left: 22px;
    display: grid;
    gap: 24px;
}

.aboutus-timeline article {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 18px 20px;
}

.aboutus-timeline article::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 20px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1978e5;
    box-shadow: 0 0 0 4px #e8f1fd;
}

.aboutus-timeline time {
    display: inline-block;
    color: #1978e5;
    font-weight: 800;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 8px;
}

.aboutus-timeline h3 {
    margin: 0 0 8px;
    font-size: 24px;
}

.aboutus-timeline p,
.aboutus-gallery p {
    margin: 0;
    color: #4b5563;
}

.aboutus-gallery-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.aboutus-gallery-grid article {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 34, 65, 0.08);
}

.aboutus-gallery-grid img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.aboutus-gallery-grid h3 {
    margin: 18px 18px 10px;
    font-size: 22px;
}

.aboutus-gallery-grid p {
    margin: 0 18px 20px;
}

.aboutus-cta {
    background: linear-gradient(135deg, #0f49bd 0%, #101622 100%);
    color: #ffffff;
    padding: 90px 0;
    text-align: center;
}

.aboutus-cta h2 {
    color: #ffffff;
    margin-bottom: 14px;
}

.aboutus-cta p {
    color: rgba(255, 255, 255, 0.86);
    max-width: 720px;
    margin: 0 auto;
}

.aboutus-cta-actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.aboutus-cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 700;
    border: 1px solid transparent;
}

.aboutus-cta-actions a:first-child {
    background: #1978e5;
    color: #ffffff;
}

.aboutus-cta-actions a:last-child {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.aboutus-cta-actions a:hover {
    opacity: 0.92;
}

@media (max-width: 991px) {
    .aboutus-two-col,
    .aboutus-mv-grid,
    .aboutus-values-grid,
    .aboutus-gallery-grid,
    .aboutus-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aboutus-gallery-grid img {
        height: 220px;
    }
}

@media (max-width: 680px) {
    .aboutus-wrap {
        padding: 0 16px;
    }

    .aboutus-hero {
        min-height: 470px;
    }

    .aboutus-hero-content {
        padding-bottom: 48px;
    }

    .aboutus-section {
        padding: 62px 0;
    }

    .aboutus-two-col,
    .aboutus-mv-grid,
    .aboutus-values-grid,
    .aboutus-gallery-grid,
    .aboutus-stats-grid,
    .aboutus-mini-grid {
        grid-template-columns: 1fr;
    }
}
