.ecosystem-v2 .ecosystem-hero {
    padding: 46px 0 28px;
}

.ecosystem-hero-panel {
    background: #203033;
    border-radius: 8px;
    color: #fff;
    padding: 30px;
}

.ecosystem-hero-panel h1 {
    color: #f6fbfa;
    font-size: 52px;
    line-height: 1;
    margin: 0;
    max-width: 880px;
}

.ecosystem-hero-panel p {
    color: #ced9db;
    font-size: 19px;
    line-height: 1.45;
    margin: 16px 0 0;
    max-width: 820px;
}

.ecosystem-hero-panel .v2-kicker {
    color: #f6fbfa;
}

.ecosystem-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ecosystem-section {
    padding: 36px 0;
}

.ecosystem-filter {
    background: var(--v2-panel);
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    box-shadow: var(--v2-shadow);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr) minmax(170px, auto) auto;
    margin-bottom: 18px;
    padding: 14px;
}

.ecosystem-filter-4 {
    grid-template-columns: minmax(0, 1fr) minmax(160px, auto) minmax(190px, auto) auto;
}

.ecosystem-filter input,
.ecosystem-filter select {
    border: 1px solid #c8c1b3;
    border-radius: 6px;
    color: var(--v2-ink);
    font: inherit;
    min-height: 48px;
    padding: 0 12px;
    width: 100%;
}

.ecosystem-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
}

.ecosystem-tab {
    background: #ece7dd;
    border: 1px solid var(--v2-line);
    border-radius: 999px;
    color: var(--v2-ink);
    font-size: 14px;
    font-weight: 800;
    padding: 9px 12px;
}

.ecosystem-tab.active {
    background: var(--v2-ink);
    color: #fff;
}

.ecosystem-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ecosystem-card-top {
    align-items: center;
    display: flex;
    gap: 12px;
}

.ecosystem-card-logo {
    align-items: center;
    background: #fff;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    display: flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    width: 52px;
}

.ecosystem-card-logo img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.ecosystem-card h3 {
    line-height: 1.1;
    margin: 0;
}

.ecosystem-card-meta,
.ecosystem-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ecosystem-pill {
    background: #f0ebe1;
    border: 1px solid var(--v2-line);
    border-radius: 999px;
    color: #344448;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    padding: 6px 8px;
}

.ecosystem-card-description {
    color: var(--v2-muted);
    line-height: 1.45;
    margin: 0;
}

.ecosystem-empty {
    background: var(--v2-panel);
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    padding: 22px;
}

.ecosystem-split {
    align-items: stretch;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
}

.ecosystem-dark {
    background: #203033;
    color: #fff;
}

.ecosystem-dark h2,
.ecosystem-dark h3,
.ecosystem-dark .v2-kicker {
    color: #f6fbfa;
}

.ecosystem-dark p {
    color: #c9d5d7;
}

.ecosystem-dark .v2-card {
    background: rgba(255,255,255,.08);
    border-color: rgba(255,255,255,.14);
    color: #fff;
}

.ecosystem-dark .v2-card h3,
.ecosystem-dark .v2-card strong {
    color: #f6fbfa;
}

.ecosystem-dark .v2-card-link {
    color: #8ee6da;
}

.ecosystem-mini-list {
    display: grid;
    gap: 10px;
}

.ecosystem-mini-list a {
    background: #f7f4ed;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    padding: 12px;
}

.ecosystem-mini-list strong,
.ecosystem-mini-list span {
    display: block;
}

.ecosystem-mini-list span {
    color: var(--v2-muted);
    font-size: 13px;
    margin-top: 4px;
}

@media (max-width: 940px) {
    .ecosystem-filter,
    .ecosystem-split {
        grid-template-columns: 1fr;
    }

    .ecosystem-hero-panel h1 {
        font-size: 40px;
    }
}

@media (max-width: 680px) {
    .ecosystem-hero-panel {
        padding: 24px;
    }

    .ecosystem-hero-panel h1 {
        font-size: 34px;
    }
}
.eco-card {
    background: var(--v2-panel);
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    color: var(--v2-ink);
    display: block;
    min-width: 0;
    padding: 16px;
}

.eco-card-head {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.eco-card-head strong,
.eco-card-head span {
    display: block;
    min-width: 0;
}

.eco-card-head strong {
    color: var(--v2-ink);
    font-size: 17px;
    overflow-wrap: anywhere;
}

.eco-card-head span:not(.eco-logo) {
    color: var(--v2-muted);
    font-size: 13px;
    margin-top: 3px;
}

.eco-card p {
    color: var(--v2-muted);
    line-height: 1.4;
    margin: 12px 0 0;
}

.eco-logo {
    align-items: center;
    background: #fff;
    border: 1px solid var(--v2-line);
    border-radius: 8px;
    color: var(--v2-muted);
    display: inline-flex;
    flex: 0 0 52px;
    height: 52px;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
    width: 52px;
}

.eco-logo img {
    display: block;
    height: auto !important;
    max-height: 36px !important;
    max-width: 36px !important;
    object-fit: contain;
    width: auto !important;
}

.eco-letter {
    font-size: 20px;
    font-weight: 900;
    padding: 0;
}

.gelpi-v2 .v2-card img,
.gelpi-v2 .eco-card img,
.gelpi-v2 .content-hero-panel img {
    height: auto;
    max-width: 100%;
}

.gelpi-v2 .v2-brand-mark img,
.gelpi-v2 .v2-menu img,
.gelpi-v2 .eco-logo img {
    width: auto !important;
}
