#proven-results {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 620px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 90px 24px;
    color: #f7fbf1;
    text-align: center;
    background:
        radial-gradient(circle at 80% 18%, rgba(244, 228, 94, 0.14), transparent 28%),
        radial-gradient(circle at 18% 82%, rgba(255, 255, 255, 0.08), transparent 24%),
        linear-gradient(135deg, #06130f 0%, #173826 58%, #0a1710 100%);
}

#proven-results::before,
#proven-results::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
}

#proven-results::before {
    width: 680px;
    height: 280px;
    right: -240px;
    top: 70px;
    border: 1px solid rgba(244, 228, 94, 0.18);
    transform: rotate(-15deg);
}

#proven-results::after {
    width: 580px;
    height: 240px;
    left: -220px;
    bottom: 70px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transform: rotate(15deg);
}

.content-container3 {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(100%, 880px);
    gap: 16px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(8, 22, 16, 0.86);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

#proven-results h2 {
    margin: 0;
    color: #f4e45e;
    font-size: 16px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

#proven-results h3 {
    margin: 0;
    color: #ffffff;
    font-size: 48px;
    font-weight: 950;
    line-height: 1.05;
    letter-spacing: 0;
}

#proven-results p {
    margin: 0;
    color: #dbe9d3;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
}

.gallery-btn {
    display: inline-flex;
    width: min(100%, 340px);
    min-height: 58px;
    margin: 12px auto 0;
    align-items: center;
    justify-content: center;
    padding: 15px 22px;
    color: #111b10;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border: 1px solid rgba(244, 228, 94, 0.72);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 242, 219, 0.96)),
        linear-gradient(90deg, rgba(244, 228, 94, 0.28), transparent);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gallery-btn:hover,
.gallery-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.38);
    outline: none;
}

@media (max-width: 680px) {
    #proven-results {
        padding: 64px 14px;
    }

    .content-container3 {
        padding: 24px;
    }

    #proven-results h3 {
        font-size: 34px;
    }

    #proven-results p {
        font-size: 16px;
    }
}
