.elementor-64 .elementor-element.elementor-element-08545ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-91fff68 *//* VARIABLES KABYC */
:root {
    --lima: #C8F000;
    --negro: #0A0A0A;
    --gris: #111111;
    --texto: #A1A1A1;
}

.k-footer {
    background-color: var(--negro);
    padding: 80px 5% 40px;
    font-family: 'Inter', sans-serif;
    border-top: 1px solid #222;
    color: white;
}

.k-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
}

.k-footer-logo {
    max-width: 180px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

.k-tagline {
    font-size: 14px;
    color: var(--texto);
    line-height: 1.6;
    margin-bottom: 25px;
}

.k-footer-block h3 {
    color: var(--lima);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.k-footer-block ul { list-style: none; padding: 0; }
.k-footer-block ul li { margin-bottom: 12px; }
.k-footer-block ul li a { color: var(--texto); text-decoration: none; font-size: 14px; transition: 0.3s; }
.k-footer-block ul li a:hover { color: var(--lima); padding-left: 5px; }

/* ICONOS SOCIALES AJUSTADOS */
.k-social-icons {
    display: flex;
    gap: 15px;
}

.k-social-icons a {
    color: white;
    background: #222;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s;
}

.k-social-icons a svg {
    transition: 0.4s;
}

.k-social-icons a:hover {
    background: var(--lima);
    transform: translateY(-5px);
}

.k-social-icons a:hover svg {
    fill: black;
}

.k-trust p { font-size: 14px; color: var(--texto); margin-bottom: 15px; }
.k-payment-badges span {
    display: inline-block;
    padding: 8px 15px;
    background: #222;
    border: 1px solid #333;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    color: var(--lima);
}

.k-footer-bottom { margin-top: 60px; padding-top: 25px; border-top: 1px solid #222; text-align: center; }
.k-footer-bottom p { font-size: 12px; color: #555; }

/* RESPONSIVE */
@media (max-width: 1024px) { .k-footer-container { grid-template-columns: 1fr 1fr; } }
@media (max-width: 767px) {
    .k-footer-container { grid-template-columns: 1fr; text-align: center; }
    .k-social-icons { justify-content: center; }
    .k-footer-logo { margin: 0 auto 20px; }
}/* End custom CSS */