
.kada-whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    background: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    z-index: 9999;
    transition: transform 0.3s, box-shadow 0.3s;
    color: white;
}

.kada-whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

.kada-whatsapp-bottom-right {
    bottom: 20px;
    right: 20px;
}

.kada-whatsapp-bottom-left {
    bottom: 20px;
    left: 20px;
}

.kada-lang-switcher {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 9998;
}

.kada-lang-link {
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    padding: 10px 16px;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    transition: all 0.3s;
}

.kada-lang-link:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transform: translateY(-2px);
}

.kada-flag {
    font-size: 20px;
}

.kada-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1a1a1a;
    color: white;
    padding: 20px;
    z-index: 9997;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kada-cookie-content {
    max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.kada-cookie-content p {
    margin: 0;
    flex: 1;
}

.kada-cookie-accept {
    background: #c9a96e;
    color: white;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.kada-cookie-accept:hover {
    background: #b89860;
}

.kada-pwa-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #c9a96e 0%, #8c857a 100%);
    color: white;
    padding: 20px;
    z-index: 9996;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kada-pwa-content {
    max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.kada-pwa-content p {
    margin: 0;
    flex: 1;
}

.kada-pwa-install, .kada-pwa-dismiss {
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
}

.kada-pwa-install {
    background: white;
    color: #1a1a1a;
}

.kada-pwa-install:hover {
    transform: scale(1.05);
}

.kada-pwa-dismiss {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.kada-pwa-dismiss:hover {
    background: rgba(255,255,255,0.1);
}
