/* ============================================================
   CAREERSETU PRO
   GLOBAL PUBLIC FOOTER
   FINAL COMPLETE REPLACEMENT

   Path:
   public_html/assets/css/footer.css
============================================================ */


/* ============================================================
   01. FOOTER ROOT
============================================================ */

.careersetu-footer {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #07172d;
    color: #cbd5e1;
}

.careersetu-footer *,
.careersetu-footer *::before,
.careersetu-footer *::after {
    box-sizing: border-box;
}

.careersetu-footer a {
    text-decoration: none;
}


/* ============================================================
   02. CTA SECTION
============================================================ */

.careersetu-footer-cta {
    position: relative;
    margin: 0;
    padding: 48px 0 30px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(14, 165, 233, 0.12),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #081a33 0%,
            #07172d 100%
        );
}

.careersetu-footer-cta-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    width: 100%;
    min-height: 170px;
    padding: 30px 34px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.055),
            rgba(255, 255, 255, 0.018)
        );
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.12);
}

.careersetu-footer-cta-card::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -70px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.10);
    pointer-events: none;
}


/* ============================================================
   03. CTA CONTENT
============================================================ */

.careersetu-footer-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    max-width: 760px;
    min-width: 0;
}

.careersetu-footer-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 15px;
    background: linear-gradient(
        135deg,
        #2563eb 0%,
        #0ea5e9 100%
    );
    color: #ffffff;
    font-size: 20px;
    box-shadow:
        0 12px 28px rgba(37, 99, 235, 0.25);
}

.careersetu-footer-cta-icon i {
    display: block;
    color: inherit;
    line-height: 1;
}

.careersetu-footer-eyebrow {
    display: block;
    margin: 0 0 7px;
    color: #60a5fa;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ============================================================
   IMPORTANT:
   Explicit white heading fixes the dark/invisible title issue.
============================================================ */

.careersetu-footer .careersetu-footer-cta-title,
.careersetu-footer-cta-title {
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-size: clamp(25px, 2.3vw, 38px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.careersetu-footer .careersetu-footer-cta-text,
.careersetu-footer-cta-text {
    max-width: 680px;
    margin: 12px 0 0;
    padding: 0;
    color: #b8c5d8 !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
}


/* ============================================================
   04. CTA ACTIONS
============================================================ */

.careersetu-footer-cta-actions {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 0 0 auto;
}


/* Explore Jobs */

.careersetu-footer .careersetu-footer-jobs-btn.btn,
.careersetu-footer-jobs-btn.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    margin: 0;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.careersetu-footer .careersetu-footer-jobs-btn.btn:hover,
.careersetu-footer-jobs-btn.btn:hover {
    transform: translateY(-1px);
    border-color: rgba(96, 165, 250, 0.55);
    background: rgba(37, 99, 235, 0.15);
    color: #ffffff !important;
}


/* Create Profile */

.careersetu-footer .careersetu-footer-register-btn.btn,
.careersetu-footer-register-btn.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    margin: 0;
    padding: 0 19px;
    border: 1px solid #2563eb;
    border-radius: 11px;
    background: linear-gradient(
        135deg,
        #2563eb 0%,
        #0ea5e9 100%
    );
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
    box-shadow:
        0 10px 24px rgba(37, 99, 235, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.careersetu-footer .careersetu-footer-register-btn.btn:hover,
.careersetu-footer-register-btn.btn:hover {
    transform: translateY(-1px);
    color: #ffffff !important;
    box-shadow:
        0 13px 30px rgba(37, 99, 235, 0.30);
}


/* ============================================================
   05. MAIN FOOTER
============================================================ */

.careersetu-footer-main {
    position: relative;
    margin: 0;
    padding: 48px 0 42px;
    background: #07172d;
}


/* ============================================================
   06. BRAND SECTION
============================================================ */

.careersetu-footer-brand-section {
    max-width: 360px;
}

.careersetu-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    color: #ffffff;
}

.careersetu-footer-brand:hover {
    color: #ffffff;
}


/* ============================================================
   07. FOOTER LOGO
============================================================ */

.careersetu-footer-brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 13px;
    background: linear-gradient(
        135deg,
        #2563eb 0%,
        #0ea5e9 100%
    );
    color: #ffffff;
    font-size: 18px;
    box-shadow:
        0 9px 24px rgba(37, 99, 235, 0.20);
}

.careersetu-footer-brand-mark i {
    color: inherit;
    line-height: 1;
}

.careersetu-footer-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.careersetu-footer-brand-name {
    display: block;
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.careersetu-footer-brand-name strong {
    color: #60a5fa;
    font-weight: 800;
}

.careersetu-footer-brand-tagline {
    display: block;
    margin-top: 4px;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}


/* ============================================================
   08. DESCRIPTION
============================================================ */

.careersetu-footer-description {
    max-width: 340px;
    margin: 18px 0 0;
    padding: 0;
    color: #9fb0c6;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.75;
}


/* ============================================================
   09. TRUST ITEMS
============================================================ */

.careersetu-footer-trust {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 320px;
    margin-top: 20px;
}

.careersetu-footer-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 13px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.035);
    color: #cbd5e1;
    font-size: 10px;
    font-weight: 600;
}

.careersetu-footer-trust-item i {
    flex: 0 0 auto;
    color: #60a5fa;
    font-size: 13px;
}


/* ============================================================
   10. SOCIAL LINKS
============================================================ */

.careersetu-footer-social {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.careersetu-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(148, 163, 184, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.035);
    color: #94a3b8;
    font-size: 13px;
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.careersetu-footer-social a:hover {
    transform: translateY(-2px);
    border-color: rgba(96, 165, 250, 0.40);
    background: rgba(37, 99, 235, 0.12);
    color: #60a5fa;
}


/* ============================================================
   11. FOOTER COLUMNS
============================================================ */

.careersetu-footer-column {
    height: 100%;
}

.careersetu-footer-heading {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 11px;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
}

.careersetu-footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        #2563eb,
        #0ea5e9
    );
}


/* ============================================================
   12. FOOTER NAV LINKS
============================================================ */

.careersetu-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.careersetu-footer-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.careersetu-footer-links a {
    display: inline-flex;
    align-items: center;
    color: #aebed1;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.careersetu-footer-links a:hover {
    transform: translateX(3px);
    color: #60a5fa;
}


/* ============================================================
   13. SUPPORT CARD
============================================================ */

.careersetu-footer-support {
    padding: 20px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
}


/* ============================================================
   14. CONTACT ITEMS
============================================================ */

.careersetu-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    min-height: 50px;
    margin: 0 0 8px;
    padding: 8px 10px;
    border-radius: 10px;
    color: #cbd5e1;
    transition:
        background-color 0.2s ease,
        color 0.2s ease;
}

a.careersetu-footer-contact-item:hover {
    background: rgba(37, 99, 235, 0.09);
    color: #ffffff;
}

.careersetu-footer-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid rgba(96, 165, 250, 0.18);
    border-radius: 9px;
    background: rgba(37, 99, 235, 0.09);
    color: #60a5fa;
    font-size: 12px;
}

.careersetu-footer-contact-item > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.careersetu-footer-contact-item small {
    display: block;
    margin-bottom: 3px;
    color: #8293aa;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.3;
}

.careersetu-footer-contact-item strong {
    display: block;
    overflow-wrap: anywhere;
    color: #e2e8f0;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
}


/* ============================================================
   15. LEGAL LINKS
============================================================ */

.careersetu-footer-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 13px;
    margin: 14px 0 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    list-style: none;
}

.careersetu-footer-legal-links li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.careersetu-footer-legal-links a {
    color: #8496ad;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.careersetu-footer-legal-links a:hover {
    color: #60a5fa;
}


/* ============================================================
   16. SERVICE FEE DISCLOSURE
============================================================ */

.careersetu-footer-disclosure {
    position: relative;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.11);
    background: #091a31;
}

.careersetu-footer-disclosure-box {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    width: 100%;
    padding: 17px 20px;
    border: 1px solid rgba(245, 158, 11, 0.24);
    border-radius: 13px;
    background: rgba(245, 158, 11, 0.055);
}

.careersetu-footer-disclosure-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid rgba(245, 158, 11, 0.24);
    border-radius: 9px;
    background: rgba(245, 158, 11, 0.11);
    color: #fbbf24;
    font-size: 13px;
}

.careersetu-footer-disclosure-box > div:last-child {
    min-width: 0;
}

.careersetu-footer-disclosure-box strong {
    display: block;
    margin: 0 0 4px;
    color: #f8fafc;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
}

.careersetu-footer-disclosure-box p {
    margin: 0;
    padding: 0;
    color: #b8c5d8;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.65;
}


/* ============================================================
   17. BOTTOM FOOTER
============================================================ */

.careersetu-footer-bottom {
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(148, 163, 184, 0.11);
    background: #051326;
}

.careersetu-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 64px;
}

.careersetu-footer-copyright {
    color: #7f91a8;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.5;
}

.careersetu-footer-copyright strong {
    color: #cbd5e1;
    font-weight: 700;
}

.careersetu-footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
    color: #52647c;
    font-size: 9px;
}

.careersetu-footer-bottom-links a {
    color: #9aabc0;
    font-size: 9px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.careersetu-footer-bottom-links a:hover {
    color: #60a5fa;
}


/* ============================================================
   18. LARGE TABLET
============================================================ */

@media (max-width: 1199.98px) {

    .careersetu-footer-cta-card {
        padding: 28px;
    }

    .careersetu-footer-cta-title {
        font-size: 29px;
    }

    .careersetu-footer-cta-actions {
        flex-direction: column;
        align-items: stretch;
        min-width: 150px;
    }

    .careersetu-footer-jobs-btn.btn,
    .careersetu-footer-register-btn.btn {
        width: 100%;
    }
}


/* ============================================================
   19. TABLET
============================================================ */

@media (max-width: 991.98px) {

    .careersetu-footer-cta {
        padding: 38px 0 25px;
    }

    .careersetu-footer-cta-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        min-height: 0;
    }

    .careersetu-footer-cta-content {
        max-width: 100%;
    }

    .careersetu-footer-cta-actions {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
    }

    .careersetu-footer-jobs-btn.btn,
    .careersetu-footer-register-btn.btn {
        width: auto;
    }

    .careersetu-footer-main {
        padding: 42px 0 36px;
    }

    .careersetu-footer-brand-section {
        max-width: 100%;
    }

    .careersetu-footer-description {
        max-width: 600px;
    }

    .careersetu-footer-trust {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        max-width: 600px;
    }
}


/* ============================================================
   20. MOBILE
============================================================ */

@media (max-width: 767.98px) {

    .careersetu-footer-cta {
        padding: 30px 0 20px;
    }

    .careersetu-footer-cta-card {
        gap: 20px;
        padding: 22px 18px;
        border-radius: 17px;
    }

    .careersetu-footer-cta-content {
        gap: 13px;
    }

    .careersetu-footer-cta-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 12px;
        font-size: 17px;
    }

    .careersetu-footer-eyebrow {
        font-size: 8px;
    }

    .careersetu-footer .careersetu-footer-cta-title,
    .careersetu-footer-cta-title {
        font-size: 24px;
        line-height: 1.18;
    }

    .careersetu-footer .careersetu-footer-cta-text,
    .careersetu-footer-cta-text {
        margin-top: 9px;
        font-size: 11px;
        line-height: 1.65;
    }

    .careersetu-footer-cta-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .careersetu-footer-jobs-btn.btn,
    .careersetu-footer-register-btn.btn {
        width: 100%;
        min-height: 43px;
        padding: 0 12px;
        font-size: 10px;
    }

    .careersetu-footer-main {
        padding: 36px 0 30px;
    }

    .careersetu-footer-brand-mark {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 11px;
        font-size: 16px;
    }

    .careersetu-footer-brand-name {
        font-size: 15px;
    }

    .careersetu-footer-description {
        margin-top: 15px;
        font-size: 10px;
    }

    .careersetu-footer-trust {
        grid-template-columns: 1fr;
        max-width: 100%;
        margin-top: 16px;
    }

    .careersetu-footer-trust-item {
        min-height: 44px;
    }

    .careersetu-footer-heading {
        margin-bottom: 16px;
    }

    .careersetu-footer-support {
        padding: 17px;
    }

    .careersetu-footer-disclosure {
        padding: 16px 0;
    }

    .careersetu-footer-disclosure-box {
        padding: 15px;
    }

    .careersetu-footer-bottom-inner {
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        min-height: 78px;
        padding: 14px 0;
        text-align: center;
    }

    .careersetu-footer-bottom-links {
        justify-content: center;
    }
}


/* ============================================================
   21. SMALL MOBILE
============================================================ */

@media (max-width: 480px) {

    .careersetu-footer-cta-content {
        display: block;
    }

    .careersetu-footer-cta-icon {
        margin-bottom: 14px;
    }

    .careersetu-footer .careersetu-footer-cta-title,
    .careersetu-footer-cta-title {
        font-size: 22px;
    }

    .careersetu-footer-cta-actions {
        grid-template-columns: 1fr;
    }

    .careersetu-footer-brand-tagline {
        font-size: 7px;
    }

    .careersetu-footer-contact-item {
        padding-left: 7px;
        padding-right: 7px;
    }

    .careersetu-footer-disclosure-box {
        gap: 10px;
    }

    .careersetu-footer-disclosure-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
}


/* ============================================================
   22. ACCESSIBILITY
============================================================ */

.careersetu-footer a:focus-visible,
.careersetu-footer button:focus-visible {
    outline: 3px solid rgba(96, 165, 250, 0.35);
    outline-offset: 3px;
}


/* ============================================================
   23. REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    .careersetu-footer *,
    .careersetu-footer *::before,
    .careersetu-footer *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}