/* Hệ sinh thái AI — strip h-z0 (RevidAPI palette) */

.revidapi-h-z0 .main-title h2 {
    color: #111827;
}

/* Phụ đề: làm rõ mỗi nền tảng có chi phí riêng */
.revidapi-eco-subtitle {
    margin: 2px 0 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #4b5563;
    max-width: 760px;
}

.revidapi-eco-subtitle strong {
    color: #15803d;
}

@media (max-width: 549px) {
    .revidapi-eco-subtitle {
        font-size: 13px;
    }
}

/* Strip 7 ô — một hàng trên desktop */
@media (min-width: 850px) {
    .revidapi-eco-brands > .row.row-small {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
    }

    .revidapi-eco-brands > .row.row-small > .col {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        width: auto;
    }
}

/* Strip 7 ô — viền xám, hover xanh RevidAPI */
.revidapi-eco-brands a.fastcare-brand-item {
    position: relative;
    border-color: #e5e7eb !important;
}

.revidapi-eco-brands a.fastcare-brand-item:hover {
    border-color: #15803d !important;
    box-shadow: 0 8px 20px rgba(21, 128, 61, 0.12);
}

.revidapi-eco-brands .fastcare-brand-image {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%) !important;
}

.revidapi-eco-brands a.fastcare-brand-item:hover .fastcare-brand-name {
    color: #15803d;
}

/* Pills cuộn tròn trong h-sec3 */
.h-sec3 .revidapi-service-marquee {
    margin: 0;
}

.h-sec3 .revidapi-service-marquee .cat-pill:hover {
    background: #15803d;
    border-color: #15803d;
    color: #fff;
}

/* Coming soon — góc phải trên ô Lipsyn */
.revidapi-brand-item--soon {
    pointer-events: none;
    opacity: 0.92;
}

.revidapi-brand-soon {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    padding: 2px 7px;
    border-radius: 999px;
    background: #fef3c7;
    border: 1px solid #fcd34d;
    color: #92400e;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

/* FREE — góc phải trên, đỏ (Text to Speech) */
.revidapi-brand-free {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    padding: 2px 7px;
    border-radius: 999px;
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #b91c1c;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 849px) {
    .revidapi-brand-soon {
        top: 4px;
        right: 4px;
        font-size: 8px;
        padding: 2px 6px;
    }

    .revidapi-brand-free {
        top: 4px;
        right: 4px;
        font-size: 8px;
        padding: 2px 6px;
    }
}
