.main-hero {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url("../../../assets/banners/track-record-banner-min.png") center / cover no-repeat;
    height: 100vh;
    padding: 32px 0px;
    display: flex;
    align-items: flex-end;
    position: relative;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3);
}

.hero-header {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-header>h1 {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 3.14rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.hero-header>p {
    width: 50%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    color: #ffffff;
}

@media screen and (max-width:768px) {
    .main-hero {
        background: linear-gradient(180deg, rgba(137, 137, 137, 0) 0%, #000000 100%), url("../../../assets/banners/track-record-banner-min.png");
        padding: 0;
        align-items: center;
    }

    .hero-header {
        padding: 40px;
    }

    .hero-header>h1 {
        width: 100%;
    }

    .hero-header>p {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .main-hero {
        padding: 0px;
    }

    .hero-header {
        padding: 20px;
    }

    .hero-header>h1 {
        font-size: 2.617rem;
    }
}

/* Introductory Section Styles */
.intro-section {
    padding: 80px 0;
}

.intro-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px;
}

.vision-section {
    margin-bottom: 80px;
}

.vision-heading {
    width: 60%;
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
    max-width: 900px;
}

.success-stories-section {
    margin-bottom: 80px;
}

.success-stories-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.team-photo-container {
    width: 100%;
}

.team-photo {
    width: 100%;
    height: auto;
    /* aspect-ratio: 1/1; */
    border-radius: 16px;
    object-fit: cover;
}

.success-stories-text-container {
    display: flex;
    flex-direction: column;
    gap: 64px;
    padding: 12px;
}

.success-stories-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.success-stories-text p {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    color: #1a1a1a;
}

.metrics-section {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.metric-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 32px;
}

.metric-item-header {
    flex: 0 0 40%;
}

.metric-number {
    font-family: Urbanist, sans-serif;
    font-size: 4.235rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
}

.metric-label {
    font-family: Urbanist, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.618;
    color: #1a1a1a;
}

.metric-description {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.metric-description p {
    max-width: 420px;
    margin: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.618;
    color: #666;
}

.metric-divider {
    border: 0;
    border-top: 1px solid #d0d4db;
    margin: 0;
}

/* Responsive Styles for Introductory Section */
@media screen and (max-width: 1024px) {
    .vision-heading {
        font-size: 2.8rem;
    }

    .success-stories-content {
        gap: 48px;
    }

    .metrics-section {
        gap: 48px;
    }
}

@media screen and (max-width: 768px) {
    .intro-section {
        padding: 60px 0;
    }

    .intro-container {
        padding: 0 40px;
    }

    .vision-section {
        margin-bottom: 60px;
    }

    .vision-heading {
        width: 100%;
    }

    .success-stories-section {
        margin-bottom: 60px;
    }

    .success-stories-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .team-photo {
        aspect-ratio: 1/1;
    }

    .metrics-section {
        gap: 40px;
    }

    .metric-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .metric-item-header {
        flex: 0 0 auto;
        width: 100%;
    }

    .metric-description {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .metric-description p {
        max-width: 100%;
    }

}

@media screen and (max-width: 430px) {
    .intro-section {
        padding: 40px 0;
    }

    .intro-container {
        padding: 0 20px;
    }

    .vision-section {
        margin-bottom: 40px;
    }

    .success-stories-section {
        margin-bottom: 40px;
    }

    .success-stories-text-container {
        padding: 0;
    }

    .success-stories-text p {
        font-size: 1rem;
    }
}


.document-header {
    padding: 32px 0;
}

.document-header h2 {
    font-family: Urbanist, sans-serif;
    font-size: 2.617rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.document-container-main {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 64px 0;
}

.document-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
}

.document-col {
    background: #f0f2f4;
    padding: 64px 32px;
    display: flex;
    flex: 1 1 30%;
    flex-direction: column;
    gap: 64px;
    border-radius: 16px;
}

.document-icon-row {
    margin-bottom: 24px;
}

.document-title-row>h2>a {
    font-family: Urbanist, sans-serif;
    font-size: 1.618rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-decoration: none;
}

.document-title-row>span {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.618;
    color: #666;
    margin-bottom: 8px;
}


@media screen and (max-width: 768px) {

    .document-row {
        flex-direction: column;
        gap: 48px;
    }

    .document-col {
        padding: 48px 24px;
        gap: 48px;
    }
}

@media screen and (max-width: 430px) {

    .document-container-main-header>h2 {
        margin-bottom: 32px;
    }
}