.secretaria-header{background:white;padding:2.5rem 2rem;border-radius:16px;margin:2rem 0;box-shadow:0 4px 20px rgba(0,0,0,0.08);position:relative;overflow:hidden;border-left:6px solid #3b82f6}.secretaria-header::before{content:'';position:absolute;top:0;right:0;width:300px;height:100%;background:linear-gradient(135deg,rgba(59,130,246,0.05) 0%,rgba(37,99,235,0.08) 100%);border-radius:50% 0 0 50%;transform:translateX(100px)}.secretaria-header h1{color:#0f172a;font-size:2rem;font-weight:700;margin:0;text-align:left;position:relative;z-index:1;letter-spacing:-0.5px;display:flex;align-items:center;gap:1rem}.secretaria-header h1 .icon{font-size:2.5rem;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.secretaria-header p{color:#64748b;font-size:1rem;margin:0.75rem 0 0 0;position:relative;z-index:1;font-weight:400;padding-left:3.5rem}.secretario-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid #e2e8f0;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);height:100%}.secretario-card:hover{box-shadow:0 8px 30px rgba(59,130,246,0.15);transform:translateY(-4px)}.secretario-card .card-imagem{width:150px;height:150px;object-fit:cover;border:4px solid #3b82f6;box-shadow:0 4px 12px rgba(59,130,246,0.2);margin:0 auto 1.5rem}.secretario-card h5{color:#0f172a;font-weight:700;font-size:1.25rem;margin-bottom:0.5rem}.secretario-card small{color:#3b82f6;font-weight:600;font-size:0.9rem}.bio-section{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid #e2e8f0}.bio-section p{color:#475569;font-size:0.95rem;line-height:2;margin-bottom:0.75rem;display:flex;align-items:flex-start;gap:0.75rem}.bio-section p i{color:#3b82f6;margin-top:0.35rem;font-size:0.5rem}.section-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:3rem 0 1.5rem;padding-left:1rem;border-left:4px solid #3b82f6;display:flex;align-items:center;gap:0.75rem}.section-title::before{content:'';width:8px;height:8px;background:#3b82f6;border-radius:50%}.list-group-light{background:white;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid #e2e8f0}.list-group-item{padding:1.5rem 2rem 1.5rem 2.5rem;border:none;border-bottom:1px solid #e2e8f0;transition:all 0.2s ease;color:#475569;line-height:1.8}.list-group-item:last-child{border-bottom:none}.list-group-item:hover{background:#f8fafc;padding-left:3rem}.list-group-item b{color:#0f172a;font-weight:600;margin-right:0.5rem}.contato-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid #e2e8f0;height:100%}.contato-card h4{color:#0f172a;font-size:1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}.contato-card h4::before{content:'';width:4px;height:20px;background:#3b82f6;border-radius:2px}.contato-card p{color:#475569;font-size:0.95rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:0.75rem}.contato-card p i{color:#3b82f6;font-size:1.1rem;width:24px}.contato-card a{text-decoration:none;transition:all 0.2s ease;cursor:pointer}.contato-card a:hover p{color:#3b82f6;padding-left:0.5rem}.map-container{border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.08);border:1px solid #e2e8f0}.map-container iframe{width:100%;height:400px;display:block}@media (max-width:768px){.secretaria-header{padding:2rem 1.5rem}.secretaria-header h1{font-size:1.5rem;flex-direction:row;align-items:flex-start}.secretaria-header h1 .icon{font-size:2rem}.secretaria-header p{font-size:0.9rem;padding-left:0;margin-top:0.5rem}.secretaria-header::before{width:200px;transform:translateX(50px)}.section-title{font-size:1.25rem}.map-container iframe{height:300px}}

/* Dark mode overrides */
body.dark-mode .secretaria-header {
    background: #1e293b !important;
    border-left-color: #3b82f6 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

body.dark-mode .secretaria-header h1 {
    color: #f1f5f9 !important;
}

body.dark-mode .secretaria-header p {
    color: #cbd5e1 !important;
}

body.dark-mode .secretario-card,
body.dark-mode .bio-section,
body.dark-mode .list-group-light,
body.dark-mode .contato-card,
body.dark-mode .map-container {
    background: #1e293b !important;
    border-color: #334155 !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;
}

body.dark-mode .secretario-card h5,
body.dark-mode .section-title,
body.dark-mode .list-group-item b,
body.dark-mode .contato-card h4 {
    color: #f1f5f9 !important;
}

body.dark-mode .bio-section p,
body.dark-mode .list-group-item,
body.dark-mode .contato-card p {
    color: #cbd5e1 !important;
}

body.dark-mode .list-group-item {
    border-bottom-color: #334155 !important;
}

body.dark-mode .list-group-item:hover {
    background: #273549 !important;
}

body.dark-mode .secretario-card small {
    color: #60a5fa !important;
}

body.dark-mode .bio-section p i,
body.dark-mode .section-title::before,
body.dark-mode .contato-card h4::before,
body.dark-mode .contato-card p i,
body.dark-mode .contato-card a:hover p {
    color: #60a5fa !important;
}

body.dark-mode .contato-card h4::before,
body.dark-mode .section-title::before {
    background: #60a5fa !important;
}