section.fust-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 0 72px;
    background: #101826;
}

section.fust-cta .fust-orb,
section.fust-cta .fust-grid {
    opacity: 0.35;
}

section.fust-cta .fust-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

section.fust-cta .fust-badge {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    border: 0;
    padding: 0;
}

section.fust-cta .fust-title {
    font-size: clamp(26px, 3.6vw, 40px);
    font-weight: 500;
    letter-spacing: -0.028em;
    line-height: 1.22;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 14px;
}

section.fust-cta .fust-title-grad {
    background: none !important;
    -webkit-text-fill-color: #9ec5ea !important;
    color: #9ec5ea !important;
    font-weight: 500;
}

section.fust-cta .fust-desc {
    font-size: 15.5px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.52);
    line-height: 1.75;
    margin: 0 auto 40px;
    max-width: 520px;
}

section.fust-cta .fust-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 40px;
}

section.fust-cta .fust-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 26px 18px 22px;
    text-align: center;
    box-shadow: none;
}

section.fust-cta .fust-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.12);
    transform: none;
}

section.fust-cta .fust-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(158, 197, 234, 0.12) !important;
    color: #c5dcf0;
}

section.fust-cta .fust-ico-1 { color: #d6c4a8; background: rgba(214, 196, 168, 0.12) !important; }
section.fust-cta .fust-ico-2 { color: #b7d4c8; background: rgba(183, 212, 200, 0.12) !important; }
section.fust-cta .fust-ico-3 { color: #b7c7e8; background: rgba(183, 199, 232, 0.12) !important; }
section.fust-cta .fust-ico-4 { color: #d4c0d0; background: rgba(212, 192, 208, 0.12) !important; }

section.fust-cta .fust-card-title {
    font-size: 14.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
}

section.fust-cta .fust-card-desc {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.55;
}

section.fust-cta .fust-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

section.fust-cta .fust-btn-main,
section.fust-cta .fust-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 22px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
}

section.fust-cta .fust-btn-main {
    background: #3d6fd4;
    color: #fff;
}

section.fust-cta .fust-btn-main:hover {
    background: #355fba;
    color: #fff;
}

section.fust-cta .fust-btn-ghost {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.82);
}

section.fust-cta .fust-btn-ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

section.fust-cta .fust-proof {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

section.fust-cta .fust-avatar {
    width: 28px;
    height: 28px;
    font-size: 11px;
    font-weight: 500;
}

section.fust-cta .fust-proof-text span,
section.fust-cta .fust-stars {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

footer.ftr {
    background: #070c18;
}

footer.ftr .container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

footer.ftr .ftr-inner {
    padding: 48px 0 0;
}

footer.ftr .ftr-logo-name {
    font-weight: 700;
}

footer.ftr .ftr-tagline {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}

footer.ftr .ftr-stat-num {
    font-size: 1.35rem;
    font-weight: 600;
}

footer.ftr .ftr-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 36px;
}

footer.ftr .ftr-nav-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 14px;
}

footer.ftr .ftr-nav-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
}

footer.ftr .ftr-nav-list a:hover {
    color: #fff;
}

footer.ftr .ftr-nav-list i {
    width: 14px;
    opacity: 0.7;
}

footer.ftr .ftr-bottom {
    padding-bottom: 22px;
}

footer.ftr .ftr-copy,
footer.ftr .ftr-slogan {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.38);
}

footer.ftr .ftr-social {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

@media (max-width: 991px) {
    section.fust-cta .fust-cards {
        grid-template-columns: 1fr 1fr;
    }

    footer.ftr .ftr-nav {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    section.fust-cta .fust-cards {
        grid-template-columns: 1fr;
    }

    footer.ftr .ftr-nav {
        grid-template-columns: 1fr;
    }
}
