                /* ── Unified CTA banner redesign (all variants) ── */
                .fancy-short-banner-fourteen,
                .fancy-short-banner-thirteen,
                .fancy-short-banner-eight {
                    background: #FAFAFA !important;
                    padding: 100px 0 110px !important;
                    margin-top: 80px !important;
                    margin-bottom: 0 !important;
                    position: relative;
                    z-index: 1;
                    text-align: center;
                    overflow: hidden;
                }
                .fancy-short-banner-thirteen {
                    padding-top: 0 !important;
                }
                .fancy-short-banner-thirteen .bg-wrapper {
                    background: transparent !important;
                    padding: 100px 0 0 !important;
                }
                .fancy-short-banner-thirteen .bg-wrapper::before,
                .fancy-short-banner-thirteen .bg-wrapper::after {
                    display: none !important;
                }
                .fancy-short-banner-fourteen::before,
                .fancy-short-banner-thirteen::before,
                .fancy-short-banner-eight::before {
                    content: '';
                    position: absolute;
                    top: -200px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 700px;
                    height: 700px;
                    background: radial-gradient(circle, rgba(255,186,18,0.08) 0%, transparent 65%);
                    pointer-events: none;
                    z-index: -1;
                }
                .fancy-short-banner-fourteen::after,
                .fancy-short-banner-thirteen::after,
                .fancy-short-banner-eight::after {
                    content: '';
                    position: absolute;
                    bottom: -200px;
                    right: -100px;
                    width: 500px;
                    height: 500px;
                    background: radial-gradient(circle, rgba(255,186,18,0.05) 0%, transparent 65%);
                    pointer-events: none;
                    z-index: -1;
                }
                .fancy-short-banner-fourteen .shapes,
                .fancy-short-banner-eight .shapes { display: none !important; }

                .fancy-short-banner-fourteen .title-style-thirteen h2,
                .fancy-short-banner-thirteen .title-style-twelve h2,
                .fancy-short-banner-eight .title-style-seven h2 {
                    color: #0B0D0F !important;
                    font-size: 48px !important;
                    font-weight: 700 !important;
                    line-height: 1.2 !important;
                    letter-spacing: -0.5px !important;
                    max-width: 700px;
                    margin: 0 auto;
                }
                .fancy-short-banner-eight .title-style-seven h2 span {
                    color: #FFBA12 !important;
                }
                .fancy-short-banner-fourteen p,
                .fancy-short-banner-thirteen .title-style-twelve p,
                .fancy-short-banner-eight .title-style-seven p {
                    color: #666 !important;
                    font-size: 18px !important;
                    padding: 24px 0 8px !important;
                    max-width: 500px;
                    margin: 0 auto;
                    line-height: 1.6;
                }
                .fancy-short-banner-fourteen p .link-light {
                    color: #888 !important;
                    text-decoration: underline;
                    text-underline-offset: 3px;
                    transition: color 0.2s ease;
                }
                .fancy-short-banner-fourteen p .link-light:hover {
                    color: #0B0D0F !important;
                }

                body .fancy-short-banner-fourteen .theme-btn-twelve,
                body .fancy-short-banner-thirteen .theme-btn-nine,
                body .fancy-short-banner-eight .theme-btn-eight {
                    background: #0B0D0F !important;
                    color: #fff !important;
                    font-size: 15px !important;
                    font-weight: 600 !important;
                    line-height: 1 !important;
                    padding: 18px 38px !important;
                    border-radius: 50px !important;
                    border: none !important;
                    display: inline-flex;
                    align-items: center;
                    gap: 10px;
                    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
                    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
                    min-width: auto !important;
                }
                body .fancy-short-banner-fourteen .theme-btn-twelve:hover,
                body .fancy-short-banner-thirteen .theme-btn-nine:hover,
                body .fancy-short-banner-eight .theme-btn-eight:hover {
                    background: #FFBA12 !important;
                    color: #0B0D0F !important;
                    transform: translateY(-2px);
                    box-shadow: 0 8px 30px rgba(255,186,18,0.3);
                }
                .fancy-short-banner-eight .download-btn {
                    width: auto !important;
                    margin: 28px auto 0 !important;
                }
                .fancy-short-banner-eight .download-btn .dropdown-menu { display: none !important; }

                @media (max-width: 991px) {
                    .fancy-short-banner-fourteen,
                    .fancy-short-banner-thirteen,
                    .fancy-short-banner-eight { padding: 72px 0 80px !important; }
                    .fancy-short-banner-thirteen .bg-wrapper { padding: 72px 0 0 !important; }
                    .fancy-short-banner-fourteen .title-style-thirteen h2,
                    .fancy-short-banner-thirteen .title-style-twelve h2,
                    .fancy-short-banner-eight .title-style-seven h2 { font-size: 36px !important; }
                    .fancy-short-banner-fourteen p,
                    .fancy-short-banner-thirteen .title-style-twelve p,
                    .fancy-short-banner-eight .title-style-seven p { font-size: 16px !important; }
                }
                @media (max-width: 767px) {
                    .fancy-short-banner-fourteen,
                    .fancy-short-banner-thirteen,
                    .fancy-short-banner-eight { padding: 56px 20px 64px !important; }
                    .fancy-short-banner-thirteen .bg-wrapper { padding: 56px 0 0 !important; }
                    .fancy-short-banner-fourteen .title-style-thirteen h2,
                    .fancy-short-banner-thirteen .title-style-twelve h2,
                    .fancy-short-banner-eight .title-style-seven h2 { font-size: 28px !important; }
                }

                /* ── Footer ── */
                .fb-footer {
                    background: #0B0D0F;
                    position: relative;
                    overflow: hidden;
                    font-family: 'gordita', 'Roboto', sans-serif;
                }

                .fb-footer-grid {
                    padding: 64px 0 48px;
                }
                .fb-footer-brand {
                    margin-bottom: 24px;
                }
                .fb-footer-brand img {
                    height: 36px;
                    width: auto;
                }
                .fb-footer-contact {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }
                .fb-footer-contact li {
                    margin-bottom: 8px;
                }
                .fb-footer-contact li a {
                    color: rgba(255,255,255,0.5);
                    font-size: 14px;
                    text-decoration: none;
                    transition: color 0.2s ease;
                }
                .fb-footer-contact li a:hover {
                    color: #FFBA12;
                    text-decoration: none;
                }

                .fb-footer-col-title {
                    color: #fff;
                    font-size: 13px;
                    font-weight: 600;
                    text-transform: uppercase;
                    letter-spacing: 1.2px;
                    margin: 0 0 20px;
                    position: relative;
                    padding-bottom: 12px;
                }
                .fb-footer-col-title::after {
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 20px;
                    height: 2px;
                    background: #FFBA12;
                    border-radius: 2px;
                }
                .fb-footer-links {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }
                .fb-footer-links li {
                    margin-bottom: 0;
                }
                .fb-footer-links li a {
                    color: rgba(255,255,255,0.5);
                    font-size: 14px;
                    text-decoration: none;
                    transition: all 0.2s ease;
                    display: inline-block;
                    padding: 5px 0;
                }
                .fb-footer-links li a:hover {
                    color: #fff;
                    transform: translateX(3px);
                    text-decoration: none;
                }
                .fb-footer-see-all a {
                    color: rgba(255,186,18,0.7) !important;
                    font-weight: 600;
                    font-size: 13px !important;
                    margin-top: 4px;
                }
                .fb-footer-see-all a:hover {
                    color: #FFBA12 !important;
                }

                .fb-footer-bottom {
                    border-top: 1px solid rgba(255,255,255,0.06);
                    padding: 20px 0;
                }
                .fb-footer-bottom-inner {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    gap: 12px;
                }
                .fb-footer-legal {
                    display: flex;
                    align-items: center;
                    gap: 20px;
                }
                .fb-footer-legal a {
                    color: rgba(255,255,255,0.25);
                    font-size: 12px;
                    text-decoration: none;
                    transition: color 0.2s ease;
                    letter-spacing: 0.2px;
                }
                .fb-footer-legal a:hover {
                    color: rgba(255,255,255,0.6);
                    text-decoration: none;
                }
                .fb-footer-copyright {
                    color: rgba(255,255,255,0.18) !important;
                    font-size: 12px !important;
                    line-height: 1 !important;
                    margin: 0 !important;
                    padding: 0 !important;
                    letter-spacing: 0.2px;
                }
                .fb-footer-socials {
                    display: flex;
                    align-items: center;
                    gap: 6px;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }
                .fb-footer-socials li a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 32px;
                    height: 32px;
                    border-radius: 8px;
                    background: rgba(255,255,255,0.05);
                    color: rgba(255,255,255,0.3);
                    text-decoration: none;
                    transition: all 0.25s ease;
                }
                .fb-footer-socials li a svg {
                    width: 14px;
                    height: 14px;
                }
                .fb-footer-socials li a:hover {
                    background: #FFBA12;
                    color: #0B0D0F;
                    transform: translateY(-2px);
                    text-decoration: none;
                }

                @media (max-width: 991px) {
                    .fb-footer-grid {
                        padding-top: 48px;
                        padding-bottom: 32px;
                    }
                    .fb-footer-brand-col {
                        margin-bottom: 32px;
                        padding-bottom: 32px;
                        border-bottom: 1px solid rgba(255,255,255,0.06);
                    }
                    .fb-footer-brand {
                        text-align: left;
                        margin-bottom: 16px;
                    }
                    .fb-footer-contact {
                        text-align: left;
                        margin-bottom: 8px;
                    }
                    .fb-footer-col-title {
                        margin-bottom: 14px;
                        padding-bottom: 10px;
                    }
                    .fb-footer-col-title::after {
                        left: 0;
                    }
                    .fb-footer-links li a {
                        padding: 4px 0;
                    }
                    .fb-footer-bottom-inner {
                        flex-direction: column;
                        text-align: center;
                        gap: 14px;
                    }
                    .fb-footer-legal { justify-content: center; }
                    .fb-footer-socials { justify-content: center; }
                }
                @media (max-width: 767px) {
                    .fb-footer-grid {
                        padding-top: 40px;
                        padding-bottom: 16px;
                    }
                    .fb-footer-brand img {
                        height: 30px;
                    }
                    .fb-footer-contact li a {
                        font-size: 13px;
                    }
                    .fb-footer-col-title {
                        font-size: 12px;
                        letter-spacing: 1px;
                        margin-bottom: 12px;
                    }
                    .fb-footer-links li a {
                        font-size: 13px;
                        padding: 4px 0;
                    }
                    .fb-footer-see-all a {
                        font-size: 12px !important;
                    }
                    .fb-footer-bottom {
                        padding: 20px 0 24px;
                    }
                    .fb-footer-bottom-inner {
                        gap: 12px;
                    }
                    .fb-footer-legal {
                        gap: 16px;
                    }
                    .fb-footer-legal a {
                        font-size: 11px;
                    }
                    .fb-footer-copyright {
                        font-size: 11px !important;
                    }
                }
                @media (max-width: 575px) {
                    .fb-footer-grid {
                        padding-top: 36px;
                        padding-bottom: 8px;
                    }
                    .fb-footer .col-6 {
                        flex: 0 0 50%;
                        max-width: 50%;
                    }
                    .fb-footer-compare-col {
                        display: none;
                    }
                    .fb-footer-col-title {
                        text-align: left;
                    }
                    .fb-footer-brand-col {
                        display: flex;
                        align-items: flex-start;
                        gap: 16px;
                        flex-wrap: wrap;
                    }
                    .fb-footer-brand {
                        flex: 0 0 auto;
                        margin-bottom: 0;
                    }
                    .fb-footer-contact {
                        flex: 1;
                        margin-bottom: 0;
                    }
                    .fb-footer-links li a {
                        font-size: 13px;
                        padding: 5px 0;
                    }
                }
