.footer-wrapper {
    position: relative;
    display: flow-root;
    margin: 0 !important;
    overflow: hidden !important;
}

.copyright-wrap,
.copyright-text {
    margin-bottom: 0 !important;
}

.hub-hero h1,
.hub-main :is(h2, h3, h5) {
    color: #11152f;
    line-height: 1.3;
}

.hub-hero p,
.hub-main p {
    color: #687084;
    font-weight: 400;
    font-size: 16px;
}

.hub-main h2 {
    font-size: 22px;
}

.hub-main h3 {
    font-size: 20px;
}

.hub-main h5 {
    font-size: 14px;
    font-weight: 600;
}

.hub-hero h1 {
    text-align: center;
}

.hub-hero p {
    margin-bottom: 60px;
    text-align: center;
    font-size: 24px;
}

.hub-featured > h2 {
    margin: 0 0 22px;
    font-size: 26px;
}

.hub-help p,
.hub-tool-panel p {
    font-size: 14px;
}

.hub-tool-panel h3 {
    font-size: 18px;
}

@media (max-width: 767px) {
    .hub-featured > h2 {
        font-size: 22px;
    }

    .hub-featured .box-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hub-main h2 {
        font-size: 20px;
    }

    .hub-main h5 {
        font-size: 13px;
    }

    .hub-article h3 {
        font-size: 15px;
    }

    .hub-tool-panel h3 {
        font-size: 17px;
    }

    .hub-help p,
    .hub-tool-panel p {
        font-size: 13px;
    }
}

.hub-hero {
    padding-top: 60px;
    background:
        linear-gradient(180deg, #ffffff 4.32%, rgba(255, 255, 255, 0) 100%),
        linear-gradient(
            270deg,
            rgba(0, 150, 0, 0.15) 0%,
            rgba(0, 200, 0, 0.15) 51.26%,
            rgba(144, 238, 144, 0.15) 100%
        );
}

.hub-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hub-pills a {
    display: block;
    margin: 0 0.5rem;
    padding: 0.5rem 1.5rem;
    border: 1px solid #fff;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    color: #141d38;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.hub-pills a.active {
    color: #fff;
    background-color: #343a40;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .hub-pills {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        max-width: 720px;
        margin-inline: auto;
        padding: 0 12px;
    }

    .hub-pills li,
    .hub-pills a {
        width: 100%;
        min-width: 0;
    }

    .hub-pills a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        margin: 0;
        padding: 8px 10px;
        text-align: center;
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .hub-pills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
        padding: 0 8px 12px;
    }

    .hub-pills a {
        min-height: 42px;
        padding: 7px 6px;
        font-size: 14px;
        line-height: 1.25;
    }
}

.hub-main {
    padding-top: 55px;
}

.hub-main > .container {
    padding-bottom: 80px;
}

.hub-process {
    background:
        linear-gradient(96.02deg, #f7fef7 1.53%, #eafaea 101.7%),
        linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}

.spe-title {
    margin: 0 0 14px;
    color: #11152f;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.hub-side,
.hub-help {
    margin-bottom: 1.5rem;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.375rem;
}

.hub-side h2 {
    margin: 0;
    padding: 22px 18px 18px 32px;
}

.hub-side-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px 14px 32px;
    color: #202842;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out;
}

.hub-side-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.hub-side-item img {
    display: block;
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.hub-side-item span {
    min-width: 0;
    white-space: nowrap;
}

.hub-help {
    padding: 1rem;
}

.hub-help h2 {
    margin: 0 0 0.5rem;
}

.hub-help p {
    margin: 0 0 1rem;
}

.hub-help .th-btn {
    font-size: 14px !important;
    font-weight: 600 !important;
}

@media (max-width: 1199px) {
    .hub-side-item {
        gap: 10px;
        padding: 14px 16px;
    }

    .hub-side-item span {
        white-space: normal;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 575px) {
    .hub-side h2 {
        padding: 20px 16px 16px;
    }

    .hub-side-item {
        padding: 12px 16px;
    }
}

.hub-tool {
    margin: 0 0 30px;
}

.hub-tool > h2 {
    margin: 0 0 24px;
}

.hub-tool-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 24px 24px;
    overflow: hidden;
    border-radius: 16px;
    background: linear-gradient(135deg, #dcffe5 0%, #d7f7ee 50%, #d5f5f3 100%);
    text-align: center;
}

.hub-tool-panel img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 18px;
    object-fit: contain;
}

.hub-tool-panel h3 {
    margin: 0 0 9px;
}

.hub-tool-panel p {
    max-width: 310px;
    margin: 0 auto 18px;
}

.hub-tool-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 10px 20px;
    border: 0;
    border-radius: 999px;
    background: #ffffff;
    color: #101936;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hub-tool-btn:hover {
    color: #00a95e;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 169, 94, 0.14);
}

@media (max-width: 575px) {
    .hub-tool > h2 {
        margin-bottom: 18px;
    }

    .hub-tool-panel {
        padding: 28px 18px 20px;
    }

    .hub-tool-panel img {
        width: 88px;
        height: 88px;
        margin-bottom: 16px;
    }
}

.hub-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e3e7ea;
    border-radius: 10px;
    box-shadow: 0 6px 22px rgba(20, 29, 56, 0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hub-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(20, 29, 56, 0.09);
}

.hub-card-cover {
    display: block;
    overflow: hidden;
    background: #f2f8f5;
}

.hub-card-cover img {
    display: block;
    width: 100%;
    height: 175px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.hub-card:hover .hub-card-cover img {
    transform: scale(1.025);
}

.hub-card > h2 {
    margin: 0 0 9px;
    padding: 22px 22px 0;
}

.hub-card > h2 a {
    color: inherit;
    text-decoration: none;
}

.hub-card > p {
    min-height: 78px;
    margin: 0 0 6px;
    padding: 0 22px;
}

.hub-card-list {
    margin: 0 22px;
    border-top: 1px solid #edf0f2;
}

.hub-card-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 18px;
    gap: 13px;
    align-items: center;
    min-height: 80px;
    padding: 13px 0;
    color: #141d38;
    border-bottom: 1px solid #edf0f2;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hub-card-item:hover {
    color: #00b95f;
}

.hub-card-item img {
    display: block;
    width: 72px;
    height: 54px;
    object-fit: cover;
    background: #f2f5f4;
    border: 1px solid #edf0f2;
    border-radius: 6px;
}

.hub-card-item h5 {
    display: -webkit-box;
    margin: 0;
    min-width: 0;
    overflow: hidden;
    align-self: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hub-card-item i {
    align-self: center;
    color: #00c768;
    font-size: 13px;
    transition: transform 0.2s ease;
}

.hub-card-item:hover i {
    transform: translateX(3px);
}

.hub-card-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    margin: auto 22px 0;
    padding: 20px 0 22px;
    color: #00bd62;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.hub-card-more i {
    margin-left: 0.25rem;
}

.hub-card-more:hover {
    color: #009f52;
}

@media (max-width: 1199px) {
    .hub-card > p {
        min-height: 90px;
    }
}

@media (max-width: 767px) {
    .hub-card-cover img {
        height: 190px;
    }

    .hub-card > p {
        min-height: 0;
        margin-bottom: 18px;
    }
}

@media (max-width: 575px) {
    .hub-card > h2 {
        padding: 18px 18px 0;
    }

    .hub-card > p {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hub-card-list {
        margin: 0 18px;
    }

    .hub-card-item {
        grid-template-columns: 62px minmax(0, 1fr) 16px;
        gap: 10px;
        min-height: 72px;
    }

    .hub-card-item img {
        width: 62px;
        height: 47px;
    }

    .hub-card-more {
        margin-left: 18px;
        margin-right: 18px;
        padding-bottom: 18px;
    }

    .hub-card-cover img {
        height: 160px;
    }
}

.hub-banner-trigger {
    height: 0;
    pointer-events: none;
}

.hub-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 100px;
    padding: 0 max(40px, calc((100% - 1376px) / 2));
    box-sizing: border-box;
    background: #eff1f9;
    border-bottom: 1px solid rgba(17, 21, 47, 0.06);
    box-shadow: 0 4px 14px rgba(17, 21, 47, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 0.28s ease, opacity 0.22s ease, visibility 0s linear 0.28s;
}

.hub-banner.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
}

.hub-banner-brand,
.hub-banner-actions {
    display: flex;
    align-items: center;
}

.hub-banner-brand {
    gap: 10px;
    color: #11152f;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.hub-banner-brand img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex: 0 0 32px;
}

.hub-banner-actions {
    justify-content: flex-end;
    gap: 20px;
}

.hub-banner-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 201px;
    height: 53px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.hub-banner-actions .btn:hover {
    color: #fff;
    filter: brightness(0.96);
    transform: translateY(-1px);
}

.hub-banner-actions .btn--green {
    background: linear-gradient(90deg, #1dc520 0%, #00d873 100%);
}

.hub-banner-actions .btn--orange {
    background: linear-gradient(90deg, #ffb431 0%, #ff9e22 100%);
}

.hub-banner-actions img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .hub-banner {
        height: auto;
        min-height: 100px;
        padding: 18px 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .hub-banner-actions {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .hub-banner-actions {
        gap: 12px;
    }

    .hub-banner-actions .btn {
        width: 100%;
        min-width: 0;
    }
}

.hub-featured {
    position: relative;
    padding: 28px 24px 24px;
    overflow: hidden;
    border: 1px solid #e6e8f2;
    border-radius: 12px;
    background: #f5f6fc;
}

.hub-featured .th-slider {
    overflow: hidden;
    padding-bottom: 8px;
}

.hub-featured .swiper-slide {
    height: auto;
}

.hub-featured .blog-box2.style2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 340px;
    margin: 0;
    overflow: hidden;
    border: 1px solid #e4e6ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(17, 21, 47, 0.07);
}

.hub-featured .blog-img {
    margin: 18px 18px 0;
    overflow: hidden;
    border-radius: 10px;
}

.hub-featured .blog-img img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.hub-featured .blog-box2_content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px 22px 22px;
}

.hub-featured .box-title {
    min-height: 81px;
    margin: 0 0 14px;
}

.hub-featured .box-title a {
    color: inherit;
}

.hub-featured .line-btn {
    align-self: flex-start;
    margin-top: auto;
    color: #00b85c;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: none;
}

.hub-featured .slider-arrow {
    display: none !important;
}

@media (max-width: 767px) {
    .hub-featured {
        padding: 22px 14px 18px;
    }

    .hub-featured .th-slider {
        padding-bottom: 0;
    }

    .hub-featured .blog-img {
        margin: 14px 14px 0;
    }

    .hub-featured .box-title {
        min-height: auto;
    }

    .hub-featured .line-btn {
        font-size: 14px;
    }
}

.hub-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
}

.hub-filter-tab {
    min-width: 88px;
    height: 48px;
    padding: 0 22px;
    border: 1px solid #dfe3ea;
    border-radius: 999px;
    background: #fff;
    color: #30354b;
    font-size: 16px;
    font-weight: 500;
    line-height: 46px;
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.hub-filter-tab:hover {
    border-color: #00c86f;
    color: #00a95e;
}

.hub-filter-tab.active {
    border-color: #00c86f;
    background: #00c86f;
    color: #fff;
    box-shadow: 0 5px 12px rgba(0, 200, 111, 0.18);
}

@media (max-width: 575px) {
    .hub-filter-tabs {
        gap: 9px;
    }

    .hub-filter-tab {
        min-width: 0;
        height: 40px;
        padding: 0 16px;
        font-size: 13px;
        line-height: 38px;
    }
}

.hub-articles {
    overflow: hidden;
    border: 1px solid #e3e6ec;
    border-radius: 10px;
    background: #fff;
}

.hub-article {
    border-bottom: 1px solid #e8eaef;
}

.hub-article:last-child {
    border-bottom: 0;
}

.hub-article.is-hidden {
    display: none;
}

.hub-article > a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 24px;
    padding: 18px 20px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.hub-article > a:hover {
    background: #f8faf9;
}

.hub-article h3 {
    margin: 0 0 5px;
    grid-column: 1;
}

.hub-article p {
    margin: 0;
    grid-column: 1;
}

.hub-article > a > i {
    grid-column: 2;
    grid-row: 1 / span 2;
    color: #00b85c;
    font-size: 15px;
    transition: transform 0.2s ease;
}

.hub-article > a:hover > i {
    transform: translateX(3px);
}

@media (max-width: 575px) {
    .hub-article > a {
        padding: 16px;
    }
}
.hub-process h2 {
    font-size: 40px;
}

/* Hub page breadcrumb */
.hub-hero .article-breadcrumb {
    width: 100%;
    margin: 0 0 44px;
    padding: 0;
    text-align: left;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.hub-hero .article-breadcrumb ol {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hub-hero .article-breadcrumb li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #172033;
}

.hub-hero .article-breadcrumb a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s ease;
}

.hub-hero .article-breadcrumb a:hover {
    color: #00a86b;
}

.hub-hero .article-breadcrumb .breadcrumb-separator {
    margin: 0 8px;
    color: #94a3b8;
}

.hub-hero .article-breadcrumb li[aria-current="page"] {
    color: #26364a;
    font-weight: 500;
}