.dg-client-feedback {
    background:
        linear-gradient(135deg, rgba(43, 53, 63, 0.98), rgba(65, 105, 91, 0.96)),
        radial-gradient(circle at top right, rgba(194, 213, 0, 0.22), transparent 38%);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(43, 53, 63, 0.16);
    color: #ffffff;
    margin: clamp(2rem, 4vw, 3.5rem) 0;
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    position: relative;
}

.dg-client-feedback::before {
    background: #c2d500;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.dg-client-feedback::after {
    color: rgba(255, 255, 255, 0.09);
    content: "”";
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(7rem, 18vw, 13rem);
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 1.25rem;
    top: 0.15rem;
}

.dg-client-feedback h2 {
    color: #ffffff !important;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 1.2rem;
    max-width: 42rem;
    position: relative;
    z-index: 1;
}

.dg-client-feedback ul {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.dg-client-feedback li {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
    color: #2b353f;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.45;
    list-style: none !important;
    list-style-type: none !important;
    margin: 0;
    min-height: 100%;
    padding: 1rem 1.05rem;
}

.dg-client-feedback li::marker {
    content: "";
}

.dg-client-feedback li::first-letter {
    color: #789c4a;
}

.dg-client-feedback p {
    margin: 1.35rem 0 0;
    position: relative;
    z-index: 1;
}

.dg-client-feedback p a {
    align-items: center;
    background: #f99e22;
    border-radius: 4px;
    color: #2b353f;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 800;
    gap: 0.45rem;
    letter-spacing: 0.03em;
    line-height: 1.2;
    padding: 0.85rem 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.dg-client-feedback p a::after {
    content: "→";
    font-size: 1.05em;
    line-height: 1;
}

.dg-client-feedback p a:hover,
.dg-client-feedback p a:focus {
    background: #c2d500;
    color: #2b353f;
    transform: translateY(-1px);
}

@media (max-width: 980px) {
    .dg-client-feedback ul {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .dg-client-feedback {
        border-radius: 0;
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 1.4rem 1rem 1.5rem;
    }

    .dg-client-feedback li {
        padding: 0.9rem 0.95rem;
    }
}
