@font-face {
    font-family: "Plus Jakarta Sans";
    src: url("../fonts/PlusJakartaSans-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: "Haffer";
    src: url("../fonts/Haffer-TRIAL-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist';
    src: url('/assets/fonts/Urbanist-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

.hub-about-page {
    padding: 60px 0 80px;
    font-family: "Haffer", sans-serif
}
.hub-about-page .hub-container {
    max-width: 900px
}
.hub-about-page h1 {
    font-family: "Plus Jakarta Sans", "Urbanist", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px
}
.hub-about-page h2 {
    font-family: "Plus Jakarta Sans", "Urbanist", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 40px 0 12px
}
.hub-about-page p {
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin: 0 0 14px
}
.hub-about-page ul {
    padding-left: 20px;
    margin: 0 0 14px
}
.hub-about-page li {
    font-size: 17px;
    line-height: 1.7;
    color: #000;
    margin-bottom: 4px
}
.hub-about-page .hub-tagline {
    font-family: "Plus Jakarta Sans", "Urbanist", Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 32px 0 4px
}
.hub-about-page .hub-tagline-sub {
    font-size: 16px;
    color: #555;
    margin: 0 0 14px
}
.hub-ecosystem-diagram {
    text-align: center;
    padding: 40px 20px;
    background: #f8f8f8;
    border-radius: 16px;
    margin: 20px 0 28px
}
.eco-top,
.eco-bottom {
    display: flex;
    justify-content: center
}
.eco-node {
    display: inline-block;
    padding: 16px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Plus Jakarta Sans", "Urbanist", Arial, sans-serif
}
.eco-node small {
    display: block;
    font-weight: 400;
    font-size: 13px;
    opacity: .8
}
.eco-parent {
    background: #2A0F14;
    color: #fff
}
.eco-connector {
    display: flex;
    justify-content: center;
    padding: 8px 0
}
.eco-connector::before {
    content: '';
    display: block;
    width: 2px;
    height: 28px;
    background: #ccc
}
.eco-branches {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap
}
.eco-marketplace {
    background: #ffe01b;
    color: #1a1a1a
}
.eco-hubs {
    background: #fff;
    color: #000;
    border: 2px solid #e0e0e0
}
.eco-integrated {
    background: #f0f0f0;
    color: #000;
    border: 2px solid #ddd
}
.eco-features {
    margin-top: 20px !important;
    font-size: 15px !important;
    color: #555 !important;
    line-height: 1.8 !important
}
@media (max-width: 768px) {
    .hub-about-page {
        padding: 40px 0 60px
    }
    .hub-about-page h1 {
        font-size: 26px
    }
    .hub-about-page h2 {
        font-size: 20px;
        margin: 28px 0 10px
    }
    .hub-about-page p,
    .hub-about-page li {
        font-size: 14px
    }
    .hub-about-page .hub-tagline {
        font-size: 17px
    }
    .eco-node {
        padding: 12px 18px;
        font-size: 13px
    }
    .eco-node small {
        font-size: 11px
    }
    .eco-branches {
        gap: 12px
    }
    .eco-features {
        font-size: 13px
    }
}
