/* =========================================
   IVS FOOTER KOMPAKT
========================================= */

.ivs-footer-compact{
    background: linear-gradient(180deg, #081a35 0%, #061326 100%);
    color: #ffffff;
    margin-top: 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.ivs-footer-wrap{
    width: min(calc(100% - 32px), 1320px);
    margin: 0 auto;
}

.ivs-footer-compact-top{
    padding: 34px 0 22px;
}

.ivs-footer-compact-grid{
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.15fr 0.95fr;
    gap: 34px;
    align-items: start;
}

.ivs-footer-block h3,
.ivs-footer-block h4{
    margin: 0 0 14px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1.2;
}

.ivs-footer-block h3{
    font-size: 18px;
    text-transform: uppercase;
}

.ivs-footer-block h4{
    font-size: 17px;
    text-transform: uppercase;
}

.ivs-footer-block p{
    margin: 0 0 8px;
    color: rgba(255,255,255,0.88);
    font-size: 15px;
    line-height: 1.5;
}

.ivs-footer-block ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ivs-footer-block ul li{
    margin-bottom: 8px;
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    line-height: 1.5;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.ivs-footer-block ul li:last-child{
    margin-bottom: 0;
}

.ivs-footer-block a{
    color: rgba(255,255,255,0.92);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ivs-footer-block a:hover{
    color: #ffffff;
}

.ivs-footer-block i{
    color: #f0c419;
    min-width: 14px;
    margin-top: 4px;
}

.ivs-footer-hours-list li{
    justify-content: space-between;
    gap: 18px;
}

.ivs-footer-hours-list li span:first-child{
    color: rgba(255,255,255,0.86);
}

.ivs-footer-hours-list li span:last-child{
    color: #ffffff;
    font-weight: 700;
    white-space: nowrap;
}

.ivs-footer-note-inline{
    margin-top: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255,255,255,0.05);
    border-left: 3px solid #f0c419;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    line-height: 1.45;
}

.ivs-footer-note-inline i{
    color: #f0c419;
    margin-top: 2px;
}

.ivs-footer-compact-bottom{
    border-top: 1px solid rgba(240, 196, 25, 0.18);
    background: rgba(0,0,0,0.14);
    padding: 12px 0;
}

.ivs-footer-compact-bottom-row{
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 18px;
}

.ivs-footer-copy,
.ivs-footer-credit,
.ivs-footer-bottom-links{
    font-size: 14px;
    line-height: 1.4;
}

.ivs-footer-copy{
    color: rgba(255,255,255,0.78);
}

.ivs-footer-bottom-links{
    display: flex;
    align-items: center;
    gap: 8px;
}

.ivs-footer-bottom-links span{
    color: rgba(240,196,25,0.75);
}

.ivs-footer-bottom-links a{
    color: #f0c419;
    text-decoration: none;
    font-weight: 500;
}

.ivs-footer-bottom-links a:hover{
    color: #ffffff;
}

.ivs-footer-credit{
    justify-self: end;
    color: rgba(255,255,255,0.72);
    text-align: right;
}

.ivs-footer-credit a{
    color: #ff9f1a;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.ivs-footer-credit a:hover{
    color: #ffffff;
}

.ivs-footer-socials{
    display: flex;
    align-items: center;
    gap: 8px;
}

.ivs-footer-social{
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ivs-footer-social:hover{
    transform: translateY(-2px);
}

.ivs-footer-social-instagram{
    background: linear-gradient(135deg, #c13584 0%, #e1306c 35%, #fd7e29 100%);
    box-shadow: 0 10px 24px rgba(225, 48, 108, 0.22);
}

.ivs-footer-social-facebook{
    background: linear-gradient(180deg, #2f6dd6 0%, #1d4ea4 100%);
    box-shadow: 0 10px 24px rgba(29, 78, 164, 0.22);
}

/* Tablet */
@media (max-width: 1100px){
    .ivs-footer-compact-grid{
        grid-template-columns: 1fr 1fr;
        gap: 26px;
    }

    .ivs-footer-compact-bottom-row{
        grid-template-columns: 1fr;
        gap: 10px;
        text-align: center;
    }

    .ivs-footer-credit{
        justify-self: center;
        text-align: center;
    }

    .ivs-footer-bottom-links,
    .ivs-footer-socials{
        justify-content: center;
    }
}

/* Handy */
@media (max-width: 767px){
    .ivs-footer-wrap{
        width: min(calc(100% - 20px), 1320px);
    }

    .ivs-footer-compact-top{
        padding: 26px 0 18px;
    }

    .ivs-footer-compact-grid{
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .ivs-footer-block h3{
        font-size: 17px;
    }

    .ivs-footer-block h4{
        font-size: 16px;
    }

    .ivs-footer-block p,
    .ivs-footer-block ul li,
    .ivs-footer-copy,
    .ivs-footer-credit,
    .ivs-footer-bottom-links{
        font-size: 14px;
    }

    .ivs-footer-hours-list li{
        flex-direction: column;
        gap: 2px;
    }

    .ivs-footer-hours-list li span:last-child{
        white-space: normal;
    }

    .ivs-footer-social{
        width: 36px;
        height: 36px;
    }
}