.ecosystem-page {
    background: #ffffff;
}

.ecosystem-hero {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: center;
    min-height: 480px;
    padding: 46px max(36px, calc((100vw - 1320px) / 2));
    color: #ffffff;
    background: radial-gradient(circle at 70% 45%, rgba(0, 94, 255, 0.34), transparent 24%), linear-gradient(90deg, #061327, #07101d);
    overflow: hidden;
}

.ecosystem-hero-copy p:first-child,
.ecosystem-heading p {
    margin: 0 0 14px;
    color: #ff7a00;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.ecosystem-hero-copy h1 {
    margin: 0;
    font-size: clamp(42px, 5vw, 62px);
    line-height: 1.1;
}

.ecosystem-hero-copy > span {
    display: block;
    width: 70px;
    height: 3px;
    margin: 20px 0;
    background: #ff7a00;
}

.ecosystem-hero-copy p:last-of-type {
    max-width: 560px;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.ecosystem-hero-copy a,
.platform-card a,
.initiative-grid a,
.cta-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 46px;
    margin-top: 24px;
    padding: 0 8px 0 24px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(90deg, #ff7a00, #ff5f00);
    font-weight: 900;
}

.ecosystem-hero-copy a span,
.platform-card a span,
.cta-actions a span,
.initiative-grid b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
}

.ecosystem-hero-copy a span .svg-icon,
.platform-card a span .svg-icon,
.cta-actions a span .svg-icon,
.initiative-grid b .svg-icon {
    width: 15px;
    height: 15px;
}

.ecosystem-orbit {
    position: relative;
    height: 390px;
}

.orbit-ring {
    position: absolute;
    inset: 24px 70px;
    border: 2px solid rgba(116, 179, 255, 0.76);
    border-radius: 50%;
}

.orbit-center,
.orbit-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
}

.orbit-center {
    top: 50%;
    left: 50%;
    width: 170px;
    height: 170px;
    color: #ff6a00;
    background: #ffffff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 42px rgba(255, 255, 255, 0.5);
}

.orbit-center strong {
    color: #07101d;
}

.orbit-node {
    width: 116px;
    height: 116px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    color: #ffffff;
    background: linear-gradient(135deg, #075dce, #6c20b6);
    box-shadow: 0 0 28px rgba(44, 138, 255, 0.55);
}

.orbit-node i {
    width: 28px;
    height: 28px;
    margin-bottom: 6px;
}

.orbit-node strong {
    font-size: 17px;
    text-transform: uppercase;
}

.orbit-node span {
    font-size: 12px;
}

.orbit-edix { top: 0; left: 50%; transform: translateX(-50%); }
.orbit-media { top: 44%; left: 18%; transform: translateY(-50%); }
.orbit-ask { top: 44%; right: 18%; transform: translateY(-50%); }
.orbit-box { bottom: 0; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #ff8a00, #f15f00); }

.ecosystem-section {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    padding: 34px 0;
}

.ecosystem-heading {
    text-align: center;
    margin-bottom: 26px;
}

.ecosystem-heading p::before,
.ecosystem-heading p::after {
    content: "";
    display: inline-block;
    width: 52px;
    height: 1px;
    margin: 0 18px 5px;
    background: #c99440;
}

.ecosystem-heading h2 {
    margin: 0;
    color: #07101d;
    font-size: clamp(28px, 4vw, 40px);
}

.ecosystem-heading span {
    display: block;
    margin-top: 8px;
    color: #394150;
}

.platform-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.platform-card,
.initiative-grid article {
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.platform-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.platform-card {
    padding-bottom: 20px;
}

.platform-card h3,
.platform-card h4,
.platform-card ul,
.platform-card a {
    margin-right: 18px;
    margin-left: 18px;
}

.platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: -32px auto 12px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    background: #075dce;
}

.platform-card.purple .platform-icon { background: #5227a8; }
.platform-card.violet .platform-icon { background: #7d229e; }
.platform-card.orange .platform-icon { background: #ff7a00; }

.platform-icon i {
    width: 28px;
    height: 28px;
}

.platform-card h3 {
    margin-top: 0;
    margin-bottom: 6px;
    color: #075dce;
    font-size: 28px;
}

.platform-card.purple h3,
.platform-card.violet h3 { color: #651da8; }
.platform-card.orange h3 { color: #f26c00; }

.platform-card h4 {
    min-height: 42px;
    margin-top: 0;
    margin-bottom: 14px;
    color: #07101d;
    font-size: 15px;
}

.platform-card ul {
    display: grid;
    gap: 10px;
    min-height: 120px;
    padding: 0;
    list-style: none;
}

.platform-card li {
    color: #111827;
    font-size: 13px;
}

.platform-card li::before {
    content: "✓";
    margin-right: 8px;
    color: currentColor;
    font-weight: 900;
}

.platform-card a {
    width: calc(100% - 36px);
    color: #075dce;
    background: #ffffff;
    border: 1px solid currentColor;
}

.platform-card.orange a { color: #f26c00; }
.platform-card.purple a,
.platform-card.violet a { color: #651da8; }

.initiatives-section {
    padding: 26px;
    border-radius: 12px;
    background: #f8fafc;
}

.initiative-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.initiative-grid article {
    padding: 22px 16px;
    text-align: center;
}

.initiative-grid i {
    width: 54px;
    height: 54px;
    padding: 14px;
    border-radius: 50%;
    color: #0b61c9;
    background: #eaf2ff;
}

.initiative-grid h3 {
    margin: 14px 0 8px;
    color: #07101d;
    font-size: 15px;
}

.initiative-grid p {
    min-height: 72px;
    margin: 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.35;
}

.initiative-grid > article > span {
    display: inline-flex;
    margin-top: 14px;
    padding: 4px 12px;
    border-radius: 999px;
    color: #075dce;
    background: #eef5ff;
    font-size: 12px;
    font-weight: 800;
}

.initiative-grid a {
    width: 100%;
    min-height: 40px;
    margin-top: 12px;
    padding-left: 14px;
    color: #075dce;
    background: #ffffff;
    border: 1px solid currentColor;
    font-size: 13px;
}

.ecosystem-cta {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    gap: 26px;
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto 38px;
    padding: 28px 34px;
    border-radius: 12px;
    color: #ffffff;
    background: radial-gradient(circle at right, rgba(27, 116, 255, 0.45), transparent 28%), #07101d;
}

.cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px dotted #ff7a00;
    border-radius: 50%;
    color: #ff7a00;
}

.cta-icon i {
    width: 54px;
    height: 54px;
}

.ecosystem-cta p {
    margin: 0 0 8px;
    color: #ff7a00;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.ecosystem-cta h2 {
    margin: 0 0 8px;
    font-size: 30px;
}

.ecosystem-cta span {
    color: #dbeafe;
    line-height: 1.5;
}

.cta-actions {
    display: grid;
    gap: 12px;
}

.cta-actions a {
    margin-top: 0;
    min-width: 210px;
}

.cta-actions a:last-child {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

@media (max-width: 1050px) {
    .ecosystem-hero,
    .platform-grid,
    .initiative-grid,
    .ecosystem-cta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecosystem-cta {
        grid-template-columns: 90px 1fr;
    }

    .cta-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .ecosystem-hero,
    .platform-grid,
    .initiative-grid,
    .ecosystem-cta {
        grid-template-columns: 1fr;
    }

    .ecosystem-hero {
        padding: 34px 20px;
    }

    .ecosystem-orbit {
        height: 320px;
        transform: scale(0.82);
        transform-origin: center;
    }

    .ecosystem-section,
    .ecosystem-cta {
        width: calc(100% - 32px);
    }

    .cta-actions {
        grid-template-columns: 1fr;
    }
}
