/* Design System - Património Cultural (Unified Recruitment Style) */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;400;500;600;700;900&display=swap');

:root {
    --pci-primary: #0d6efd;
    --pci-slate-900: #0f172a;
    --pci-slate-800: #1e293b;
    --pci-slate-500: #64748b;
    --pci-slate-50: #f8fafc;
    --pci-warning: #ffc107;
    --pci-font-family: 'Barlow', sans-serif;
    --pci-radius-lg: 32px;
    --pci-radius-md: 16px;
    --pci-radius-pill: 800px;
}

body {
    font-family: var(--pci-font-family);
    background-color: #fbfbfb;
    color: var(--pci-slate-800);
    -webkit-font-smoothing: antialiased;
}

/* Header & Glassmorphism Navbar */
.navbar-pci {
    backdrop-filter: blur(20px) saturate(200%);
    -webkit-backdrop-filter: blur(20px) saturate(200%);
    background-color: rgba(255, 255, 255, 0.75) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    padding: 1rem 0;
    transition: all 0.3s ease;
}

.vertical-divider {
    border-left: 1px solid #dee2e6;
    height: 35px;
    margin: 0 1.5rem;
}

.brand-text-main {
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--pci-primary);
}

.brand-text-sub {
    font-size: 0.75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--pci-slate-500);
}

/* Typography */
h1, h2, h3, h4, h5 {
    color: var(--pci-slate-900);
    font-weight: 700;
}

/* Cards */
.card {
    border: none;
    border-radius: var(--pci-radius-md);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-autenticacao {
    background: linear-gradient(135deg, #0d6efd 0%, #004fb0 100%);
    color: white;
    border-radius: var(--pci-radius-lg);
}

.card-denuncia {
    background: var(--pci-slate-900);
    color: white;
    border-radius: var(--pci-radius-lg);
}

.card-white {
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

/* Buttons */
.btn-pill {
    border-radius: var(--pci-radius-pill);
    padding: 0.7rem 2.2rem;
    font-weight: 600;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.btn-pci-blue {
    background-color: var(--pci-primary);
    color: white;
    box-shadow: 0 4px 14px rgba(13, 110, 253, 0.3);
}

.btn-pci-blue:hover {
    background-color: #004fb0;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.4);
}

.btn-outline-pci {
    border: 2px solid var(--pci-primary);
    color: var(--pci-primary);
}

.btn-outline-pci:hover {
    background-color: var(--pci-primary);
    color: white;
}

/* Footer & Accent */
.footer-pci {
    background: var(--pci-slate-900);
    color: #94a3b8;
    padding: 5rem 0 0;
    margin-top: 5rem;
    border-top: 5px solid var(--pci-warning);
}

.footer-pci h5 {
    color: var(--pci-warning);
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-pci a {
    color: #e2e8f0;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-pci a:hover {
    color: var(--pci-warning);
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1.5rem 0;
    margin-top: 4rem;
}

.social-btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background-color: var(--pci-warning);
    color: var(--pci-slate-900) !important;
    transform: translateY(-3px);
}

/* Forms */
.form-control, .form-select {
    border-radius: var(--pci-radius-md);
    padding: 0.9rem 1.2rem;
    border: 1px solid #e2e8f0;
    background-color: white;
    font-size: 0.95rem;
}

.form-control:focus, .form-select:focus {
    border-color: var(--pci-primary);
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

/* Hero Wrapper com Gradientes Radiais */
.hero-pci {
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at right top, rgba(13, 110, 253, 0.05), transparent), 
                radial-gradient(circle at left bottom, rgba(197, 160, 89, 0.05), transparent) #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 4rem;
}

/* Tag Superior (Ex: "DENÚNCIAS PATRIMÓNIO") */
.section-tag {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--pci-primary);
    margin-bottom: 1rem;
    display: block;
}

/* Máscara de Transparência Lateral na Imagem */
.hero-img-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, #fff 0%, transparent 20%), 
                linear-gradient(to top, rgba(255,255,255,0.2) 0%, transparent 15%);
}

/* Animação Fade In Up */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.hero-image-container img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hero-image-container:hover img {
    transform: scale(1.03);
}


.ls-1 { letter-spacing: 1px; }

.object-fit-cover {
    object-fit: cover;
}

