<style>
/* ===============================
   VARIABLES
=================================*/
:root {
    --logicbus-blue: #0f84f9;
    --logicbus-accent: #0f84f9;
    --bg-dark: #111111;
    --text-light: #ffffff;
    --text-muted: #cccccc;
}

/* ===============================
   FOOTER BASE
=================================*/
.custom-footer {
    background-color: #000000;
    color: var(--text-light);
    padding: 60px 0 40px;
    border-top: 1px solid #222;
}

.footer-header {
    margin-bottom: 50px;
}

.footer-header h2 {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 2.5rem;
    margin: 0;
}

.top-accent-bar {
    height: 5px;
    width: 100px;
    background-color: var(--logicbus-accent);
    margin-bottom: 20px;
}

/* ===============================
   TITULOS
=================================*/
.footer-column-title,
.trust-item-title {
    color: var(--logicbus-accent);
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.trust-item-title {
    color: #ffffff;
    font-size: 0.9rem;
    margin-bottom: 15px;
}

.custom-footer {
    color: #ffffff;
}

.custom-footer h2 {
    color: #0f84f9;
}

.custom-footer h1,
.custom-footer h3,
.custom-footer h4,
.custom-footer h5,
.custom-footer h6,
.custom-footer p,
.custom-footer span,
.custom-footer li,
.custom-footer small {
    color: #ffffff;
}

/* ===============================
   CONTACTO
=================================*/
.contact-box {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.5;
    margin-bottom: 25px;
}

.contact-box h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.contact-box i {
    color: var(--logicbus-accent);
    margin-right: 8px;
}

/* ===============================
   LISTAS Y LINKS
=================================*/
.footer-list {
    list-style: none;
    padding: 0;
}

.footer-link {
    color: var(--text-muted);
    text-decoration: none;
    transition: 0.3s;
}

.footer-link:hover {
    color: var(--logicbus-accent);
}

/* ===============================
   TRUST SECTION
=================================*/
.trust-section-integrated {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.social-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 250px;
    margin-top: 15px;
}

.social-item {
    width: 40px;
    height: 40px;
    transition: transform 0.2s;
}

.social-item:hover {
    transform: scale(1.1);
}

.social-item img {
    width: 100%;
    height: auto;
}

.trust-img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

/* ===============================
   FORMULARIO
=================================*/
.form-wrapper {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 15px;
}

.form-wrapper h5 {
    color: #111;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}

/* ===============================
   HR
=================================*/
.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
}
</style>