:root {
    --second-family: 'Plus Jakarta Sans', sans-serif;
    --font-family: 'DM Sans', sans-serif;
    --color-text-text-950: #0f172a;
    --color-text-text-400: #94a3b8;
    --color-badge-bg: #d8f3e5;
    --color-badge-text: #0f3f2e;
    --section-bg: #ffffff;
}

.trusted-section {
    width: 100%;
    background-color: var(--section-bg);
    padding: 64px 0;
    box-sizing: border-box;
    font-family: var(--font-family);
    overflow-x: hidden;
}

.trusted-section .trusted-container {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 48px;
    align-items: flex-start;
    box-sizing: border-box;
}

.trusted-section .left-side {
    width: 100%;
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    text-align: left;
    order: 1;
}

.trusted-section .text-content {
    padding-top: 20px;
}

.info-box {
    display: inline-block;
    background-color: var(--color-badge-bg);
    color: #292929;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    padding: 6px 14px;
    border-radius: 5px;
    margin-bottom: 16px;
    white-space: nowrap;
    max-width: max-content;
    box-sizing: content-box;
}

.trusted-section .text-content .header-title {
    font-family: var(--second-family);
    font-size: 42px;
    font-weight: 700;
    color: #292929;
    margin: 6px 0 10px 0;
    line-height: 1.2;
    max-width: 601px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.trusted-section .text-content .paragraph-body {
    font-size: 16px;
    line-height: 1.6;
    color: #161616;
    margin-bottom: 0;
    font-family: var(--font-family);
}

.trusted-section .left-side img.first-image {
    max-width: 470px;
    max-height: 491px;
    object-fit: cover;
    border-radius: 8px;
    margin-top: 24px;
    display: block;
    margin-left: 0;
    width: 100%;
    height: auto;
}

.trusted-section .right-side {
    width: 100%;
    max-width: 690px;
    display: flex;
    flex-direction: column;
    order: 2;
}

.trusted-section .right-side img.second-image {
    max-width: 685px;
    max-height: 600px;
    border-radius: 12px;
    margin-bottom: 40px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.trusted-section .stats {
    display: flex;
    gap: 48px;
    width: 100%;
    flex-wrap: wrap;
}

.trusted-section .stat-item {
    flex: 1;
    min-width: 240px;
    text-align: left;
}

.trusted-section .stat-heading {
    display: flex;
    align-items: baseline;
    gap: 10px;
    flex-wrap: wrap;
}

.trusted-section .stat-value {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 54px;
    color: #292929;
    line-height: 1.05;
    margin: 0;
}

.trusted-section .stat-label {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 42px;
    color: #292929;
    line-height: 1.1;
    margin: 0;
}

.trusted-section .stat-item .paragraph-body {
    font-size: 16px;
    line-height: 1.6;
    color: #161616;
    margin-top: 8px;
    font-family: var(--font-family);
}

@media (max-width: 1200px) {
    .trusted-section .stat-value {
        font-size: 48px;
    }
    .trusted-section .stat-label {
        font-size: 36px;
    }
    .trusted-section .stat-item {
        min-width: 200px;
    }
}

@media (max-width: 991.98px) {
    .trusted-section .trusted-container {
        flex-direction: column;
        gap: 32px;
        align-items: flex-start;
    }

    .trusted-section .stats {
        gap: 20px;
    }

    .trusted-section .text-content {
        padding-top: 0;
    }

    .trusted-section .text-content .header-title {
        font-size: 42px;
        line-height: 1.3;
        max-width: 100%;
        max-height: none;
    }

    .trusted-section .stat-item {
        min-width: 180px;
    }

    .trusted-section .left-side img.first-image {
        order: -1;
        margin-top: 0;
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .trusted-section {
        padding: 40px 0;
    }

    .trusted-section .trusted-container {
        padding: 0 15px;
        flex-direction: column;
        gap: 32px;
    }

    .trusted-section .stats {
        flex-direction: column;
        gap: 24px;
    }

    .trusted-section .stat-item {
        min-width: 100%;
        flex: none;
    }

    .trusted-section .stat-heading {
        align-items: center;
        gap: 6px;
    }

    .trusted-section .left-side img.first-image {
        max-width: 685px;
        max-height: 724px;
    }

    .trusted-section .right-side img.second-image {
        order: -2;
        margin-bottom: 16px;
    }
}

@media (max-width: 480px) {
    .trusted-section {
        padding-top: 48px;
        padding-bottom: 0;
    }

    .trusted-section .trusted-container {
        padding: 0 8px;
    }

    .trusted-section .text-content .header-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .trusted-section .stat-value {
        font-size: 42px;
    }

    .trusted-section .stat-label {
        font-size: 32px;
    }

    .trusted-section .info-box {
        font-size: 16px;
    }

    .trusted-section .paragraph-body {
        font-size: 15px;
    }

    .trusted-section .left-side img.first-image {
        width: 400px;
        max-height: 444px;
    }

    .trusted-section .right-side img.second-image {
        width: 400px;
        height: 444px;
        max-height: 444px;
    }
}

@media (max-width: 400px) {
    .trusted-section .left-side img.first-image {
        max-height: 400px;
        width: 100%;
        height: auto;
        padding-bottom: 8px;
    }

    .trusted-section .right-side img.second-image {
        max-height: 400px;
        width: 100%;
        height: auto;
        padding-bottom: 8px;
    }
}
