/*
Theme Name: Livre Logistics
Author: Design
Description: Motyw logistyczny White Glove oparty na Tailwind CSS.
Version: 1.0
*/

/* Tutaj możesz dodać specyficzne style, których nie ma w Tailwindzie */
.gradient-text { 
    background: linear-gradient(135deg, #B89752, #EBC05D, #F8E199); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}
.service-card:hover { transform: translateY(-10px); }
.glass-nav { background: rgba(255, 255, 255, 0.85); backdrop-filter: blur(16px); }
.btn-hover { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.btn-hover:hover { transform: scale(1.02); box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1); }