/* ========================================
   CURSOS EM DESTAQUE - OVERRIDE COMPLETO
   ======================================== */

/* Força aplicação na seção específica */
section .cursos-swiper,
.cursos-swiper {
    padding: 1rem 0 !important;
    position: relative !important;
}

/* Cards específicos - força aplicação */
section .cursos-swiper .swiper-slide,
.cursos-swiper .swiper-slide {
    height: auto !important;
    display: flex !important;
    align-items: stretch !important;
}

section .cursos-swiper .swiper-slide > div,
.cursos-swiper .swiper-slide > div {
    background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%) !important;
    border-radius: 16px !important;
    box-shadow: 
        0 10px 25px -5px rgba(0, 0, 0, 0.1),
        0 8px 10px -6px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    overflow: hidden !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    transform: none !important;
    position: relative !important;
}

section .cursos-swiper .swiper-slide > div:hover,
.cursos-swiper .swiper-slide > div:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 
        0 20px 40px -10px rgba(0, 0, 0, 0.15),
        0 15px 25px -5px rgba(208, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}

/* Header dos cards */
section .cursos-swiper .bg-gradient-to-br,
.cursos-swiper .bg-gradient-to-br {
    background: linear-gradient(135deg, #d00000 0%, #b91c1c 50%, #991b1b 100%) !important;
    color: white !important;
    padding: 1.5rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
    flex-shrink: 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Efeito de brilho no header */
section .cursos-swiper .bg-gradient-to-br::before,
.cursos-swiper .bg-gradient-to-br::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

section .cursos-swiper .swiper-slide > div:hover .bg-gradient-to-br::before,
.cursos-swiper .swiper-slide > div:hover .bg-gradient-to-br::before {
    left: 100% !important;
}

section .cursos-swiper .bg-gradient-to-br h3,
.cursos-swiper .bg-gradient-to-br h3 {
    color: white !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    margin: 0 0 0.5rem 0 !important;
    line-height: 1.3 !important;
}

section .cursos-swiper .bg-gradient-to-br p,
.cursos-swiper .bg-gradient-to-br p {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

/* Área de conteúdo */
section .cursos-swiper .space-y-3,
.cursos-swiper .space-y-3 {
    padding: 1.5rem !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
}

section .cursos-swiper .space-y-3 > div,
.cursos-swiper .space-y-3 > div {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.9rem !important;
    color: #6b7280 !important;
}

section .cursos-swiper .space-y-3 svg,
.cursos-swiper .space-y-3 svg {
    width: 16px !important;
    height: 16px !important;
    color: #d00000 !important;
}

/* Descrição */
section .cursos-swiper .text-neutral,
.cursos-swiper .text-neutral {
    color: #4b5563 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin: 1rem 0 !important;
    flex-grow: 1 !important;
}

/* Botões */
section .cursos-swiper .flex.gap-3,
.cursos-swiper .flex.gap-3 {
    margin-top: auto !important;
    padding: 0 1.5rem 1.5rem 1.5rem !important;
    gap: 0.75rem !important;
    flex-shrink: 0 !important;
}

section .cursos-swiper .flex.gap-3 a,
section .cursos-swiper .flex.gap-3 button,
.cursos-swiper .flex.gap-3 a,
.cursos-swiper .flex.gap-3 button {
    flex: 1 !important;
    padding: 0.75rem 1rem !important;
    border-radius: 8px !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
}

section .cursos-swiper .bg-neutral-light,
.cursos-swiper .bg-neutral-light {
    background: #f3f4f6 !important;
    color: #374151 !important;
}

section .cursos-swiper .bg-neutral-light:hover,
.cursos-swiper .bg-neutral-light:hover {
    background: #e5e7eb !important;
}

section .cursos-swiper .bg-faep-primary,
.cursos-swiper .bg-faep-primary {
    background: linear-gradient(135deg, #d00000 0%, #b91c1c 100%) !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 4px 14px 0 rgba(208, 0, 0, 0.39) !important;
}

section .cursos-swiper .bg-faep-primary:hover,
.cursos-swiper .bg-faep-primary:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px 0 rgba(208, 0, 0, 0.5) !important;
}

/* Navegação do carrossel */
section .cursos-swiper .swiper-button-next,
section .cursos-swiper .swiper-button-prev,
.cursos-swiper .swiper-button-next,
.cursos-swiper .swiper-button-prev {
    color: #d00000 !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
    margin-top: -22px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

section .cursos-swiper .swiper-button-next:hover,
section .cursos-swiper .swiper-button-prev:hover,
.cursos-swiper .swiper-button-next:hover,
.cursos-swiper .swiper-button-prev:hover {
    background: white !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2) !important;
}

section .cursos-swiper .swiper-pagination-bullet,
.cursos-swiper .swiper-pagination-bullet {
    background: #d00000 !important;
    opacity: 0.3 !important;
}

section .cursos-swiper .swiper-pagination-bullet-active,
.cursos-swiper .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

/* Responsividade */
@media (max-width: 768px) {
    section .cursos-swiper .swiper-slide > div,
    .cursos-swiper .swiper-slide > div {
        margin: 0 0.5rem !important;
    }
    
    section .cursos-swiper .bg-gradient-to-br,
    .cursos-swiper .bg-gradient-to-br {
        padding: 1.25rem !important;
    }
    
    section .cursos-swiper .bg-gradient-to-br h3,
    .cursos-swiper .bg-gradient-to-br h3 {
        font-size: 1.1rem !important;
    }
    
    section .cursos-swiper .space-y-3,
    .cursos-swiper .space-y-3 {
        padding: 1.25rem !important;
    }
    
    section .cursos-swiper .flex.gap-3,
    .cursos-swiper .flex.gap-3 {
        flex-direction: column !important;
        gap: 0.5rem !important;
        padding: 0 1.25rem 1.25rem 1.25rem !important;
    }
    
    section .cursos-swiper .swiper-button-next,
    section .cursos-swiper .swiper-button-prev,
    .cursos-swiper .swiper-button-next,
    .cursos-swiper .swiper-button-prev {
        display: none !important;
    }
}

/* Cards com visual premium aplicado */

/* ========================================
   CURSOS EM DESTAQUE - NOVA PROPOSTA
   ======================================== */

/* Reset e base */
.cursos-swiper {
    padding: 2rem 0;
    position: relative;
}

/* Cards simples e limpos */
.cursos-swiper .swiper-slide {
    height: auto;
}

.cursos-swiper .swiper-slide > div {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cursos-swiper .swiper-slide > div:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Header do card */
.cursos-swiper .bg-gradient-to-br {
    background: #d00000;
    padding: 1.5rem;
    color: white;
    text-align: center;
}

.cursos-swiper .bg-gradient-to-br h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

/* Conteúdo do card */
.cursos-swiper .space-y-3 {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cursos-swiper .space-y-3 > div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: #374151;
}

.cursos-swiper .space-y-3 svg {
    width: 16px;
    height: 16px;
    color: #d00000;
    flex-shrink: 0;
}

/* Descrição */
.cursos-swiper .text-neutral {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 1rem 0;
}

/* Botões */
.cursos-swiper .flex.gap-3 {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
}

.cursos-swiper .flex.gap-3 > * {
    flex: 1;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.cursos-swiper .bg-faep-primary {
    background: #d00000;
    color: white;
}

.cursos-swiper .bg-faep-primary:hover {
    background: #b91c1c;
}

.cursos-swiper .bg-blue-600 {
    background: #2563eb;
    color: white;
}

.cursos-swiper .bg-blue-600:hover {
    background: #1d4ed8;
}

/* Navegação */
.cursos-swiper .swiper-button-next,
.cursos-swiper .swiper-button-prev {
    color: #d00000;
    background: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
}

.cursos-swiper .swiper-button-next:hover,
.cursos-swiper .swiper-button-prev:hover {
    background: #d00000;
    color: white;
}

.cursos-swiper .swiper-button-next::after,
.cursos-swiper .swiper-button-prev::after {
    font-size: 18px;
}

/* Paginação */
.cursos-swiper .swiper-pagination-bullet {
    background: #d1d5db;
    opacity: 1;
}

.cursos-swiper .swiper-pagination-bullet-active {
    background: #d00000;
}

/* Responsividade */
@media (max-width: 768px) {
    .cursos-swiper {
        padding: 1rem 0;
    }
    
    .cursos-swiper .bg-gradient-to-br {
        padding: 1rem;
    }
    
    .cursos-swiper .bg-gradient-to-br h3 {
        font-size: 1.1rem;
    }
    
    .cursos-swiper .space-y-3 {
        padding: 1rem;
    }
    
    .cursos-swiper .flex.gap-3 {
        padding: 0 1rem 1rem;
        gap: 0.5rem;
    }
    
    .cursos-swiper .flex.gap-3 > * {
        padding: 0.6rem 0.8rem;
        font-size: 0.85rem;
    }
    
    .cursos-swiper .swiper-button-next,
    .cursos-swiper .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 1024px) {
    .cursos-swiper .swiper-slide > div {
        height: 450px !important;
        max-height: 450px !important;
        min-height: 450px !important;
    }
    
    .cursos-swiper .bg-gradient-to-br {
        height: 85px;
        min-height: 85px;
        max-height: 85px;
    }
    
    .cursos-swiper .bg-gradient-to-br h3 {
        font-size: 1.15rem;
    }
}

/* Loading state */
.cursos-swiper.loading {
    opacity: 0.7;
    pointer-events: none;
}

/* Animações de entrada */
.cursos-swiper .swiper-slide > div {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Otimizações de performance */
.cursos-swiper * {
    will-change: transform;
}

.cursos-swiper .swiper-slide > div {
    contain: layout style paint;
}

/* ========================================
   CURSOS EM DESTAQUE - GLASSMORPHISM PREMIUM
   ======================================== */

.cursos-swiper .swiper-slide {
    height: auto !important;
    display: flex !important;
    align-items: stretch !important;
    padding: 0.5rem !important;
}

.cursos-swiper .swiper-slide > div {
    background: rgba(255,255,255,0.25) !important;
    border-radius: 2rem !important;
    box-shadow:
        0 8px 32px 0 rgba(31, 38, 135, 0.18),
        0 1.5px 6px 0 rgba(208,0,0,0.10),
        0 0.5px 1.5px 0 rgba(0,0,0,0.08),
        0 0 0 1.5px rgba(255,255,255,0.12) inset !important;
    border: 1.5px solid rgba(255,255,255,0.25) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.cursos-swiper .swiper-slide > div::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    transition: left 0.8s ease !important;
    z-index: 1 !important;
}

.cursos-swiper .swiper-slide > div:hover::before {
    left: 100% !important;
}

.cursos-swiper .swiper-slide > div:hover {
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow:
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255,255,255,0.2) inset,
        0 0 20px rgba(208,0,0,0.15) !important;
}

/* Header do card com gradiente animado */
.cursos-swiper .swiper-slide > div > div:first-child {
    background: linear-gradient(135deg, #d00000 0%, #9d0208 50%, #6a040f 100%) !important;
    border-radius: 1.5rem !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    position: relative !important;
    overflow: hidden !important;
}

.cursos-swiper .swiper-slide > div > div:first-child::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%) !important;
    animation: shimmer 3s infinite !important;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Informações do curso */
.cursos-swiper .swiper-slide .space-y-3 {
    position: relative !important;
    z-index: 2 !important;
}

.cursos-swiper .swiper-slide .space-y-3 > div {
    background: rgba(248, 250, 252, 0.8) !important;
    border-radius: 0.75rem !important;
    padding: 0.75rem 1rem !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.3s ease !important;
}

.cursos-swiper .swiper-slide .space-y-3 > div:hover {
    background: rgba(255,255,255,0.95) !important;
    transform: translateX(4px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

/* Botões premium */
.cursos-swiper .swiper-slide .flex.gap-3 {
    position: relative !important;
    z-index: 2 !important;
}

.cursos-swiper .swiper-slide .flex.gap-3 a,
.cursos-swiper .swiper-slide .flex.gap-3 button {
    border-radius: 1rem !important;
    padding: 0.75rem 1.5rem !important;
    font-weight: 600 !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    border: 2px solid transparent !important;
}

.cursos-swiper .swiper-slide .flex.gap-3 a {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%) !important;
    color: #1e293b !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.cursos-swiper .swiper-slide .flex.gap-3 a:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    border-color: rgba(208,0,0,0.2) !important;
}

.cursos-swiper .swiper-slide .flex.gap-3 button {
    background: linear-gradient(135deg, #d00000 0%, #9d0208 100%) !important;
    color: white !important;
    box-shadow: 0 4px 12px rgba(208,0,0,0.3) !important;
}

.cursos-swiper .swiper-slide .flex.gap-3 button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%) !important;
    transform: translateY(-2px) scale(1.05) !important;
    box-shadow: 0 8px 25px rgba(208,0,0,0.4) !important;
    border-color: rgba(255,255,255,0.3) !important;
}

/* ========================================
   SEÇÃO "ENCONTRE O CURSO PERFEITO" - PREMIUM
   ======================================== */

/* Busca Rápida */
.search-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.search-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') !important;
    opacity: 0.3 !important;
}

.search-section .container {
    position: relative !important;
    z-index: 2 !important;
}

.search-section h2 {
    color: white !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    margin-bottom: 1rem !important;
    background: linear-gradient(45deg, #ffffff, #f0f9ff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.search-section p {
    color: rgba(255,255,255,0.9) !important;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    margin-bottom: 2rem !important;
}

/* Campo de busca premium */
.search-input {
    background: rgba(255,255,255,0.95) !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    border-radius: 1.5rem !important;
    padding: 1.25rem 2rem !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    backdrop-filter: blur(16px) !important;
    box-shadow: 
        0 8px 32px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.2) inset !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    min-width: 400px !important;
}

.search-input::placeholder {
    color: #64748b !important;
    font-weight: 400 !important;
}

.search-input:focus {
    outline: none !important;
    background: rgba(255,255,255,1) !important;
    border-color: rgba(208,0,0,0.5) !important;
    box-shadow: 
        0 12px 40px rgba(0,0,0,0.15),
        0 0 0 4px rgba(208,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.3) inset !important;
    transform: translateY(-2px) !important;
}

/* Botão de busca premium */
.search-section button {
    background: linear-gradient(135deg, #d00000 0%, #9d0208 100%) !important;
    border: none !important;
    border-radius: 1.5rem !important;
    padding: 1.25rem 2.5rem !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    color: white !important;
    box-shadow: 
        0 8px 25px rgba(208,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.2) inset !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.search-section button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    transition: left 0.6s ease !important;
}

.search-section button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%) !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 
        0 15px 35px rgba(208,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.3) inset !important;
}

.search-section button:hover::before {
    left: 100% !important;
}

.search-section button:active {
    transform: translateY(-1px) scale(1.02) !important;
}

/* ========================================
   BUSCA AVANÇADA - GLASSMORPHISM PREMIUM
   ======================================== */

/* Container principal */
.bg-gradient-to-br.from-gray-50.to-white {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.bg-gradient-to-br.from-gray-50.to-white::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(circle at 20% 80%, rgba(208,0,0,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(99,102,241,0.05) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(168,85,247,0.03) 0%, transparent 50%) !important;
}

/* Cabeçalho da seção */
.bg-gradient-to-br.from-gray-50.to-white .text-center {
    position: relative !important;
    z-index: 2 !important;
}

.bg-gradient-to-br.from-gray-50.to-white .inline-flex {
    background: linear-gradient(135deg, #d00000 0%, #9d0208 100%) !important;
    box-shadow: 
        0 8px 25px rgba(208,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.2) inset !important;
    transition: all 0.4s ease !important;
}

.bg-gradient-to-br.from-gray-50.to-white .inline-flex:hover {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 
        0 12px 35px rgba(208,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.3) inset !important;
}

.bg-gradient-to-br.from-gray-50.to-white h2 {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-weight: 800 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

/* Formulário de busca principal */
.bg-white.rounded-2xl.shadow-xl {
    background: rgba(255,255,255,0.8) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.1),
        0 0 0 1px rgba(255,255,255,0.2) inset !important;
    transition: all 0.4s ease !important;
}

.bg-white.rounded-2xl.shadow-xl:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-4px) !important;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.3) inset !important;
}

/* Campo de busca avançada */
.bg-white.rounded-2xl.shadow-xl input {
    background: rgba(255,255,255,0.9) !important;
    border: 2px solid rgba(226,232,240,0.8) !important;
    border-radius: 1rem !important;
    padding: 1rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #1e293b !important;
    backdrop-filter: blur(8px) !important;
    transition: all 0.3s ease !important;
}

.bg-white.rounded-2xl.shadow-xl input:focus {
    outline: none !important;
    background: rgba(255,255,255,1) !important;
    border-color: rgba(208,0,0,0.4) !important;
    box-shadow: 
        0 0 0 4px rgba(208,0,0,0.1),
        0 4px 12px rgba(0,0,0,0.1) !important;
    transform: translateY(-1px) !important;
}

/* Botão de busca avançada */
.bg-white.rounded-2xl.shadow-xl button {
    background: linear-gradient(135deg, #d00000 0%, #9d0208 100%) !important;
    border: none !important;
    border-radius: 1rem !important;
    padding: 1rem 2rem !important;
    font-weight: 600 !important;
    color: white !important;
    box-shadow: 
        0 4px 12px rgba(208,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.2) inset !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
}

.bg-white.rounded-2xl.shadow-xl button::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    transition: left 0.5s ease !important;
}

.bg-white.rounded-2xl.shadow-xl button:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%) !important;
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 
        0 8px 20px rgba(208,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.3) inset !important;
}

.bg-white.rounded-2xl.shadow-xl button:hover::before {
    left: 100% !important;
}

/* Filtros rápidos */
.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .bg-white {
    background: rgba(255,255,255,0.7) !important;
    backdrop-filter: blur(16px) saturate(180%) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    border-radius: 1.5rem !important;
    padding: 1.5rem !important;
    box-shadow: 
        0 8px 25px rgba(0,0,0,0.08),
        0 0 0 1px rgba(255,255,255,0.2) inset !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
}

.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .bg-white::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .bg-white:hover {
    background: rgba(255,255,255,0.9) !important;
    transform: translateY(-8px) scale(1.02) !important;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.12),
        0 0 0 1px rgba(255,255,255,0.4) inset !important;
}

.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .bg-white:hover::before {
    opacity: 1 !important;
}

/* Ícones dos filtros */
.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .w-12.h-12 {
    border-radius: 1rem !important;
    transition: all 0.3s ease !important;
}

.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .bg-white:hover .w-12.h-12 {
    transform: scale(1.1) rotate(5deg) !important;
}

/* Números dos filtros */
.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .text-2xl {
    font-weight: 800 !important;
    transition: all 0.3s ease !important;
}

.grid.grid-cols-1.md\:grid-cols-2.lg\:grid-cols-4 .bg-white:hover .text-2xl {
    transform: scale(1.1) !important;
}

/* Estatísticas */
.bg-gradient-to-r.from-faep-primary.to-red-800 {
    background: linear-gradient(135deg, #d00000 0%, #9d0208 50%, #6a040f 100%) !important;
    border-radius: 2rem !important;
    padding: 2rem !important;
    box-shadow: 
        0 20px 40px rgba(208,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.1) inset !important;
    position: relative !important;
    overflow: hidden !important;
}

.bg-gradient-to-r.from-faep-primary.to-red-800::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: 
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(255,255,255,0.05) 0%, transparent 50%) !important;
}

.bg-gradient-to-r.from-faep-primary.to-red-800 .text-3xl {
    font-weight: 900 !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
    transition: all 0.3s ease !important;
}

.bg-gradient-to-r.from-faep-primary.to-red-800:hover .text-3xl {
    transform: scale(1.05) !important;
}

/* CTA final */
.bg-gradient-to-br.from-gray-50.to-white .inline-flex {
    background: linear-gradient(135deg, #d00000 0%, #9d0208 100%) !important;
    border: none !important;
    border-radius: 1.5rem !important;
    padding: 1rem 2rem !important;
    font-weight: 700 !important;
    color: white !important;
    box-shadow: 
        0 8px 25px rgba(208,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.2) inset !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.bg-gradient-to-br.from-gray-50.to-white .inline-flex::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent) !important;
    transition: left 0.6s ease !important;
}

.bg-gradient-to-br.from-gray-50.to-white .inline-flex:hover {
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%) !important;
    transform: translateY(-3px) scale(1.05) !important;
    box-shadow: 
        0 15px 35px rgba(208,0,0,0.4),
        0 0 0 1px rgba(255,255,255,0.3) inset !important;
}

.bg-gradient-to-br.from-gray-50.to-white .inline-flex:hover::before {
    left: 100% !important;
}

/* ========================================
   ANIMAÇÕES E MICROINTERAÇÕES
   ======================================== */

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes pulse-glow {
    0%, 100% { box-shadow: 0 0 20px rgba(208,0,0,0.3); }
    50% { box-shadow: 0 0 30px rgba(208,0,0,0.5); }
}

.search-section,
.bg-gradient-to-br.from-gray-50.to-white {
    animation: float 6s ease-in-out infinite !important;
}

.search-section button,
.bg-gradient-to-br.from-gray-50.to-white .inline-flex {
    animation: pulse-glow 3s ease-in-out infinite !important;
}

/* Responsividade */
@media (max-width: 768px) {
    .search-input {
        min-width: auto !important;
        width: 100% !important;
    }
    
    .search-section h2 {
        font-size: 2rem !important;
    }
    
    .bg-gradient-to-br.from-gray-50.to-white h2 {
        font-size: 2rem !important;
    }
} 