/* Styles for Capacitação em Enfermagem Hospitalar */
:root{--brand-900:#003366;--muted:#6b7280;--card:#fff}
.hero.section-blue{padding:56px 0;text-align:center;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)}
.hero.section-blue h1{color:var(--brand-900);font-size:2rem;margin:0;font-weight:800}
.lead{color:var(--brand-900);font-weight:600}
.container{max-width:1100px;margin:0 auto;padding:0 18px}
.grid-2{display:grid;grid-template-columns:1fr 380px;gap:28px}
.section-illustration{width:100%;height:auto;border-radius:10px;box-shadow:0 10px 30px rgba(2,6,23,0.06)}
.section-title{font-size:1.4rem;color:var(--brand-900);font-weight:700}
.copy{color:#111827;line-height:1.7}
.topics h3{margin-top:18px;color:var(--brand-900)}
.topics ul{margin:10px 0 18px 20px}
@media(max-width:900px){.grid-2{grid-template-columns:1fr}.container{padding:0 12px}}

/* Cards for digital contents */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:14px}
.card{background:var(--card);border:1px solid rgba(2,6,23,0.06);padding:18px;border-radius:10px;box-shadow:0 6px 18px rgba(2,6,23,0.04);display:flex;flex-direction:column;justify-content:space-between}
.card h4{margin:0 0 6px;color:var(--brand-900);font-size:1.05rem}
.card .meta{font-size:0.9rem;color:var(--muted);margin-bottom:10px}
.card-desc{color:#374151;flex:1;margin-bottom:12px}
.btn{display:inline-block;padding:8px 12px;border-radius:8px;text-decoration:none}
.btn-primary{background:var(--brand-900);color:#fff}
@media(max-width:900px){.cards{grid-template-columns:1fr}}