/* Third-party directory badges (DesignRush, etc.) */

.designrush-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem 1.35rem 1.1rem;
    /* Logo SVG uses white “Design” + cyan “rush” — needs a dark surface */
    background: linear-gradient(145deg, #12121f 0%, #1a1835 55%, #0f1724 100%);
    border: 1px solid rgba(42, 244, 255, 0.2);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(18, 18, 31, 0.25);
    text-align: center;
}

.designrush-badge__label {
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.2;
}

.designrush-badge__link {
    display: block;
    line-height: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.designrush-badge__link:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.designrush-badge__logo {
    display: block;
    width: 200px;
    max-width: 100%;
    height: 45px;
    object-fit: contain;
    object-position: center;
}

/* Homepage: inside testimonials section */
.section--review .designrush-badge-wrap {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(64, 6, 77, 0.08);
    text-align: center;
}

/* Testimonials page: below video grid */
.review--inner .designrush-badge-wrap {
    margin: 2.5rem auto 0;
    max-width: 320px;
    text-align: center;
}
