@layer utilities {
    .content-auto {
        content-visibility: auto;
    }
    .text-shadow {
        text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    }
    .card-hover {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .card-hover:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }
    .nav-link {
        position: relative;
        padding: 0.5rem 0.75rem;
        color: #374151;
        transition: color 0.2s ease;
    }
    .nav-link:hover {
        color: #6366F1;
    }
    .nav-link.active {
        color: #6366F1;
        font-weight: 500;
    }
    .nav-link.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #6366F1;
        border-radius: 9999px;
    }
    .btn-primary {
        background: #6366F1;
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        transition: all 0.2s ease;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    .btn-primary:hover {
        background: rgba(99, 102, 241, 0.9);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    .btn-secondary {
        background: #EC4899;
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        transition: all 0.2s ease;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    .btn-secondary:hover {
        background: rgba(236, 72, 153, 0.9);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    }
    .section-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1E293B;
        margin-bottom: 1.5rem;
        position: relative;
        display: inline-block;
    }
    @media (min-width: 768px) {
        .section-title {
            font-size: 1.875rem;
        }
    }
    .section-title::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #6366F1, #EC4899);
        border-radius: 2px;
    }
    .nav-link-transparent {
        position: relative;
        padding: 0.5rem 0.75rem;
        color: rgba(255, 255, 255, 0.9);
        transition: color 0.2s ease;
        display: inline-block;
    }
    .nav-link-transparent:hover {
        color: #ffffff;
    }
    .nav-link-transparent.active {
        color: #ffffff;
        font-weight: 500;
    }
    .nav-link-transparent.active::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ffffff;
        border-radius: 9999px;
    }
}

.nav-logo {
    color: #ffffff !important;
    transition: color 0.2s ease;
}

.nav-search {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.nav-search:focus {
    outline: none;
    ring: 2px solid rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.nav-search::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.nav-search-icon {
    color: rgba(255, 255, 255, 0.7) !important;
}

.nav-user {
    color: #ffffff !important;
    transition: color 0.2s ease;
}

.nav-user:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

.navbar-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px -1px rgba(0, 0, 0, 0.1) !important;
}

.navbar-scrolled .nav-logo {
    color: #6366F1 !important;
}

.navbar-scrolled .nav-link-transparent {
    color: #374151 !important;
}

.navbar-scrolled .nav-link-transparent:hover {
    color: #6366F1 !important;
}

.navbar-scrolled .nav-link-transparent.active {
    color: #6366F1 !important;
    font-weight: 500;
}

.navbar-scrolled .nav-link-transparent.active::after {
    background: #6366F1 !important;
}

.navbar-scrolled .nav-search {
    border-color: #D1D5DB !important;
    background: #F9FAFB !important;
    color: #374151 !important;
}

.navbar-scrolled .nav-search::placeholder {
    color: #9CA3AF !important;
}

.navbar-scrolled .nav-search-icon {
    color: #9CA3AF !important;
}

.navbar-scrolled .nav-user {
    color: #374151 !important;
}

.navbar-scrolled .nav-user:hover {
    color: #6366F1 !important;
}

.navbar-scrolled #mobile-menu {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: #E5E7EB !important;
}

.navbar-scrolled #mobile-menu a {
    color: #374151 !important;
}

.navbar-scrolled #mobile-menu a:hover {
    background: #F3F4F6 !important;
}

.navbar-scrolled #mobile-menu a:first-child {
    color: #6366F1 !important;
    background: rgba(99, 102, 241, 0.1) !important;
}

.footer_information {
    text-align: center;
    padding: 1.5rem 0;
    color: #9CA3AF;
    font-size: 0.75rem;
    line-height: 1.8;
}

.footer_information_1 {
    margin-bottom: 0.5rem;
}

.footer_information_2 {
    margin-bottom: 0.25rem;
}

.footer_information a {
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.footer_information a:hover {
    color: #6366F1;
}

.footer_information .put_on_record {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 4px;
}
