

.course-hero { padding: 140px 0 80px; text-align: center; color: #fff; background-size: cover; background-position: center; }
.course-hero .breadcrumb { font-size: 0.85rem; margin-bottom: 1.5rem; color: rgba(255,255,255,0.5); }
.course-hero .breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.course-hero .breadcrumb a:hover { color: #1ab8c8; }
.course-hero .breadcrumb-sep { margin: 0 8px; color: rgba(255,255,255,0.3); }
.course-hero .flag-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 20px; padding: 0.3rem 0.9rem; margin-bottom: 1rem; font-size: 0.85rem; color: rgba(255,255,255,0.8); }
.course-hero h1 { font-size: clamp(2rem, 5vw, 3rem); font-weight: 800; margin-bottom: 1rem; text-shadow: 0 2px 24px rgba(0,0,0,0.85), 0 1px 8px rgba(0,0,0,0.6); }
.course-hero h1 span { color: #1ab8c8; }
.course-hero .breadcrumb, .course-hero > .container > p:not(.breadcrumb) { text-shadow: 0 1px 8px rgba(0,0,0,0.8); }
.course-hero > .container > p:not(.breadcrumb) { font-size: 1.05rem; color: rgba(255,255,255,0.75); max-width: 650px; margin: 0 auto; }
.hero-stats { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.hero-stat .num { font-size: 1.8rem; font-weight: 800; color: #1ab8c8; }
.hero-stat .label { font-size: 0.78rem; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 0.08em; }

.info-section { padding: 5rem 0; background: var(--bg-dark); }
.info-section h2 { font-size: 1.8rem; font-weight: 800; color: #fff; margin-bottom: 1.5rem; }
.info-section h2 span { color: #1ab8c8; }
.info-section p { color: rgba(255,255,255,0.75); font-size: 1rem; line-height: 1.7; margin-bottom: 1rem; }

.vantagens-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin: 1.5rem 0; }
.vantagem-card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 12px; padding: 1.2rem; text-align: center; }
.vantagem-card i { font-size: 1.8rem; color: #1ab8c8; margin-bottom: 0.6rem; }
.vantagem-card h5 { font-size: 0.9rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.vantagem-card p { font-size: 0.8rem; color: var(--gray-mid); margin: 0; }

.unis-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.5rem; }
.uni-card { background: rgba(255,255,255,0.03); border: 1px solid var(--border); border-radius: 12px; padding: 1.2rem; transition: all 0.3s; }
.uni-card:hover { border-color: rgba(26,184,200,0.3); transform: translateY(-2px); }
.uni-card h4 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.uni-card .uni-meta { font-size: 0.78rem; color: var(--gray-mid); margin-bottom: 0.5rem; }
.uni-card .uni-meta i { color: #1ab8c8; margin-right: 4px; }
.uni-card .uni-desc { font-size: 0.82rem; color: rgba(255,255,255,0.65); line-height: 1.5; margin-bottom: 0.7rem; }
.uni-card .uni-tuition { display: inline-block; background: rgba(26,184,200,0.1); color: #1ab8c8; padding: 0.2rem 0.7rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }

.req-section { padding: 4rem 0; background: var(--bg-darker); }
.req-section h2 { font-size: 1.6rem; font-weight: 800; color: #fff; margin-bottom: 2rem; }
.req-section h2 span { color: #1ab8c8; }
.req-list { list-style: none; padding: 0; margin: 0; }
.req-list li { display: flex; gap: 0.8rem; align-items: flex-start; padding: 0.8rem 0; border-bottom: 1px solid var(--border); color: rgba(255,255,255,0.8); font-size: 0.95rem; }
.req-list li:last-child { border-bottom: none; }
.req-list li i { color: #1ab8c8; margin-top: 2px; flex-shrink: 0; }

.process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.8rem; margin-top: 2rem; }
.process-step { text-align: center; padding: 1.2rem 0.8rem; background: rgba(255,255,255,0.02); border-radius: 10px; }
.process-step .step-num { font-size: 0.7rem; font-weight: 800; color: #1ab8c8; margin-bottom: 0.4rem; }
.process-step h6 { font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 0.3rem; }
.process-step p { font-size: 0.75rem; color: var(--gray-mid); margin: 0; }

.cta-inpage { background: var(--bg-darker); padding: 4rem 0; text-align: center; border-top: 1px solid var(--border); }
.cta-inpage h2 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 1rem; }
.cta-inpage p { color: var(--gray-mid); max-width: 520px; margin: 0 auto 1.5rem; }

.related-links { padding: 3rem 0; background: var(--bg-dark); border-top: 1px solid var(--border); }
.related-links h3 { font-size: 1.1rem; font-weight: 700; color: #fff; margin-bottom: 1rem; }
.related-links .links-row { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.related-links .link-chip { display: inline-flex; align-items: center; gap: 5px; background: rgba(255,255,255,0.04); border: 1px solid var(--border); border-radius: 20px; padding: 0.35rem 0.9rem; font-size: 0.82rem; color: rgba(255,255,255,0.7); text-decoration: none; transition: all 0.2s; }
.related-links .link-chip:hover { border-color: #1ab8c8; color: #1ab8c8; }

@media (max-width: 575.98px) {
    .vantagens-grid, .unis-grid { grid-template-columns: 1fr; }
    .hero-stats { gap: 1.2rem; }
}
