/* Central Cursos SEO — estilos página individual */
.ccs-wrap { max-width: 900px; margin: 40px auto; padding: 0 20px; }

.ccs-objetivo, .ccs-programa, .ccs-cta {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
}
.ccs-objetivo h2, .ccs-programa h2, .ccs-cta h2 {
    font-size: 1.3em;
    color: #1a2e4a;
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #c9a84c;
    margin-bottom: 16px;
}
.ccs-objetivo p { line-height: 1.7; color: #444; }

.ccs-modulo { margin-bottom: 20px; }
.ccs-modulo h3 { font-size: 1em; font-weight: 700; color: #1a2e4a; margin-bottom: 8px; }
.ccs-modulo ul { margin: 0; padding-left: 20px; }
.ccs-modulo li { margin-bottom: 4px; color: #555; line-height: 1.5; }

.ccs-cta { text-align: center; background: #f8f9fa; }
.ccs-btn {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 4px;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none !important;
    transition: opacity .2s;
}
.ccs-btn:hover { opacity: .85; }
.ccs-btn-primary   { background: #1a2e4a; color: #fff !important; }
.ccs-btn-secondary { background: #c9a84c; color: #fff !important; }
