/* Profilio Brand Signature */
.profilio-executives-wrapper .profilio-gradient {
    background: linear-gradient(135deg, #1ea7e6, #19b9c8, #33c58f, #8fd15a);
}

.profilio-executives-wrapper .glass-panel {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

/* Tooltip behavior */
.profilio-executives-wrapper .tooltip-container:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.profilio-executives-wrapper .tooltip-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
    transition: all 0.2s ease-in-out;
}

/* Document blur effect */
.profilio-executives-wrapper .doc-blur {
    filter: blur(3px);
    opacity: 0.6;
    transition: all 0.3s ease;
}
.profilio-executives-wrapper .doc-card:hover .doc-blur {
    filter: blur(0px);
    opacity: 1;
}

/* Modal Transitions */
.profilio-executives-wrapper .modal-overlay {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    z-index: 9999;
}
.profilio-executives-wrapper .modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.profilio-executives-wrapper .modal-content {
    transform: scale(0.95) translateY(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.profilio-executives-wrapper .modal-overlay.active .modal-content {
    transform: scale(1) translateY(0);
}

/* Ukrycie suwaków dla kontenera z rolkami */
.profilio-executives-wrapper .no-scrollbar::-webkit-scrollbar {
    display: none;
}
.profilio-executives-wrapper .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.profilio-executives-wrapper h2{
	color: inherit !important;
}