/* Folha do Cidadao - Guarda-Roupa Funcional */
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:'Work Sans',-apple-system,Segoe UI,sans-serif;color:#0f172a;background:#f8fafc;line-height:1.6}
a{color:#2563eb;text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;display:block}

/* Header */
.fdc-hdr{background:#0f172a;padding:0 24px;border-bottom:3px solid #2563eb}
.fdc-hdr-in{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;min-height:68px;flex-wrap:wrap;gap:12px;padding:10px 0}
.fdc-logo{color:#fff;font-size:21px;font-weight:800;letter-spacing:-.5px;text-decoration:none}
.fdc-logo span{color:#94a3b8;font-weight:500}
.fdc-nav{display:flex;flex-wrap:wrap;gap:6px 20px}
.fdc-nav a{color:#cbd5e1;font-size:14px;font-weight:500}
.fdc-nav a:hover{color:#fff;text-decoration:none}

/* Disclaimer bar */
.fdc-notice{background:#fffbeb;border-bottom:2px solid #fbbf24;padding:11px 24px;font-size:13px;color:#78350f;text-align:center;font-weight:500}

/* Hero */
.fdc-hero{padding:56px 24px;text-align:center;background:linear-gradient(180deg,#eff6ff 0%,#f8fafc 100%)}
.fdc-hero h1{font-size:32px;font-weight:800;color:#0f172a;margin-bottom:14px;letter-spacing:-.5px;max-width:820px;margin-left:auto;margin-right:auto}
.fdc-hero p{font-size:15px;color:#475569;max-width:700px;margin:0 auto;line-height:1.7}

/* Wrap */
.fdc-wrap{max-width:1100px;margin:0 auto;padding:48px 24px}
.fdc-ttl{font-size:22px;font-weight:800;color:#0f172a;margin-bottom:20px;letter-spacing:-.3px}

.fdc-section{margin-bottom:56px}

/* Cards */
.fdc-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.fdc-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:22px;transition:border-color .2s,transform .2s}
.fdc-card:hover{border-color:#2563eb;transform:translateY(-2px)}
.fdc-card-tag{display:inline-block;background:#eff6ff;color:#1e40af;font-size:11px;font-weight:700;padding:4px 10px;border-radius:99px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.3px}
.fdc-card h3{font-size:17px;font-weight:700;line-height:1.35;margin-bottom:10px}
.fdc-card h3 a{color:#0f172a}
.fdc-card h3 a:hover{color:#2563eb;text-decoration:none}
.fdc-card p{font-size:13.5px;color:#475569;margin-bottom:12px;line-height:1.65}
.fdc-read{font-size:12.5px;color:#2563eb;font-weight:700}

.fdc-btn{display:inline-block;background:#0f172a;color:#fff;font-weight:600;padding:13px 26px;border-radius:8px;font-size:14px;text-decoration:none}
.fdc-btn:hover{background:#2563eb;text-decoration:none}

/* About */
.fdc-about{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:28px;margin-bottom:56px}
.fdc-about p{font-size:14px;color:#334155;line-height:1.75}

/* Categories */
.fdc-cats{margin-bottom:56px}
.fdc-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}
.fdc-cat-grid a{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #2563eb;padding:14px 18px;border-radius:6px;font-size:14px;font-weight:600;color:#0f172a}
.fdc-cat-grid a:hover{background:#eff6ff;text-decoration:none}

/* Article */
.fdc-art{max-width:780px;margin:0 auto;padding:40px 24px 56px}
.fdc-crumb{font-size:12.5px;color:#64748b;margin-bottom:18px}
.fdc-crumb a{color:#2563eb}
.fdc-art h1{font-size:30px;font-weight:800;color:#0f172a;margin-bottom:12px;letter-spacing:-.5px;line-height:1.25}
.fdc-art .meta{font-size:12.5px;color:#64748b;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid #e2e8f0}
.fdc-art p{font-size:15.5px;color:#1e293b;line-height:1.8;margin-bottom:16px}
.fdc-art h2{font-size:22px;font-weight:700;color:#0f172a;margin:32px 0 12px}
.fdc-art h3{font-size:18px;font-weight:700;color:#0f172a;margin:24px 0 10px}
.fdc-art ul,.fdc-art ol{margin:0 0 16px 22px}
.fdc-art li{font-size:15.5px;color:#1e293b;line-height:1.75;margin-bottom:6px}
.fdc-art blockquote{border-left:4px solid #2563eb;padding:10px 18px;background:#eff6ff;color:#1e293b;margin:18px 0;font-style:italic;border-radius:0 6px 6px 0}

/* Forms */
.fdc-form{max-width:640px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:28px;margin-top:20px}
.fdc-form label{display:block;font-size:13px;font-weight:600;color:#0f172a;margin-bottom:6px;margin-top:14px}
.fdc-form label:first-child{margin-top:0}
.fdc-form input,.fdc-form textarea{width:100%;padding:11px 14px;border:1px solid #cbd5e1;border-radius:7px;font-family:inherit;font-size:14px;color:#0f172a;background:#f8fafc}
.fdc-form input:focus,.fdc-form textarea:focus{outline:none;border-color:#2563eb}
.fdc-form textarea{min-height:130px;resize:vertical}
.fdc-form button{margin-top:18px;background:#0f172a;color:#fff;border:none;padding:13px 28px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}
.fdc-form button:hover{background:#2563eb}

/* Generic content blocks */
.fdc-block{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:26px;margin-bottom:22px}
.fdc-block h2{font-size:19px;font-weight:700;color:#0f172a;margin-bottom:10px}
.fdc-block h3{font-size:15px;font-weight:700;color:#0f172a;margin:14px 0 6px}
.fdc-block p{font-size:14px;color:#334155;line-height:1.75;margin-bottom:10px}
.fdc-block ul{margin:8px 0 12px 22px}
.fdc-block li{font-size:14px;color:#334155;line-height:1.7;margin-bottom:4px}

/* Footer */
.fdc-ft{background:#0f172a;color:#cbd5e1;padding:40px 24px;margin-top:40px}
.fdc-ft-in{max-width:1100px;margin:0 auto;text-align:center;font-size:13px;line-height:1.8}
.fdc-ft-in strong{color:#fff}
.fdc-ft-in p{margin-bottom:4px}
.fdc-ft-nav{margin-top:18px !important;padding-top:18px;border-top:1px solid #1e293b;font-size:13px}
.fdc-ft-nav a{color:#93c5fd;margin:0 4px}
.fdc-ft-nav a:hover{color:#fff}
.fdc-ft-copy{margin-top:14px !important;color:#64748b;font-size:12px}

/* 404 */
.fdc-404{text-align:center;padding:90px 24px}
.fdc-404 h1{font-size:72px;color:#0f172a;font-weight:800}
.fdc-404 h2{font-size:22px;color:#475569;margin:6px 0 18px}

@media (max-width:640px){
  .fdc-hero h1{font-size:25px}
  .fdc-ttl{font-size:19px}
  .fdc-art h1{font-size:24px}
  .fdc-hdr-in{min-height:auto;padding:14px 0}
}
